<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*
Theme Name: consorzionord
Template: hueman
Description: Variazioni sul tema originale hueman di WordPress
Author: Chiara Moretuzzo
Version: Version: 1.0.0
*/

.entry {
    line-height: 1.4em;
}
 
#page.container {padding-bottom: 0px; }
#footer { background: #eaeaea; }
#footer-full-width-widget.container { padding-top: 0px; padding-bottom: 0px; margin-left: 10px; margin-right: 10px; }
#footer-full-width-widget .container-inner { 
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1060px;
} 


@media only screen and (max-width: 1098px) {
  #footer-full-width-widget .container-inner { 
    padding-left: 0px;
    padding-right: 0px;
  } 
}




@media only screen and (max-width: 719px) {
  #footer-full-width-widget.container { margin-left: 0px; margin-right: 0px; }
  #footer-full-width-widget .container-inner { 
    padding-left: 0px;
    padding-right: 0px;
  } 
}




/*footer-widgets.container { padding-top: 0px; }*/ 
/*#footer-widgets .container-inner { background: #fff; }*/

#header .pad {
    padding-bottom: 10px;
    padding-top: 10px;
}

.site-description {
    padding: 30px 0 0;
	font-style: normal;
	color: rgba(255, 255, 255, 0.8);
}

.widget &gt; h3 {
    font-size: 20px;
	color: #930065;
}

.widget_logo&gt; h3 {
    text-align: center;
	padding: 20px 0px;
}

.logos {
	background: #eaeaea;
}


.su-carousel .su-carousel-slide img {
 border: 0px solid #ccc!important;
 border-radius: 0px!important;
	}

.su-carousel .su-carousel-prev,
.su-carousel .su-carousel-next {
	top: 90% !important;
  filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.su-carousel {
  padding-bottom: 40px !important;
  padding-top: 20px !important;
}

.su-carousel .su-carousel-pagination span { 
margin: 0px !important;
margin-left: 3px !important;
}

.su-carousel:hover .su-carousel-pagination span { 
margin: 0px !important;
margin-left: 3px !important;
}


.su-carousel .su-carousel-pagination {
	top: 88% !important;
  filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch, 
.su-carousel .su-carousel-pagination span.swiper-pagination-switch {
	background-color: rgb(184, 192, 189) !important;
}

.su-carousel .su-carousel-pagination span.swiper-active-switch, 
.su-carousel .su-carousel-pagination span:hover {
  background-color: rgb(134, 151, 145) !important;
  background-position: 0 -999px !important;  
}




.strutture_carousel {
	background-color: #d5e1bb !important;
}

.strutture_carousel &gt; div &gt; div &gt; a &gt; img { 
  width: 35% !important; 
  float: left !important;
}

.strutture_carousel .su-carousel-slide-title {
  position: relative !important;
  color: rgb(68,68,68) !important;
  background: none !important;
  font-size: 16px !important;
  text-align: left !important;
  padding-right: 40px !important;
  font-weight: 500 !important;
  height: 83px !important; 
}

.strutture_carousel .su-carousel-slide-title:hover {
  color: #930065 !important;
}

.percorsi_carousel .su-carousel-slide-title {
	line-height: 2 !important;
	font-size: 18px !important;
}




.acf-map {
	width: 100%;
	height: 250px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}




/*** Shortcodes Ultimate - box elements ***/

/*		Common styles
---------------------------------------------------------------*/

.su-clearfix:before,
.su-clearfix:after {
	display: table;
	content: " ";
}
.su-clearfix:after { clear: both; }



/*		Spoiler + Accordion
---------------------------------------------------------------*/

.su-spoiler { margin-bottom: 1.5em; }
.su-spoiler .su-spoiler:last-child { margin-bottom: 0; }
.su-accordion { margin-bottom: 1.5em; }
.su-accordion .su-spoiler { margin-bottom: 0.5em; }
.su-spoiler-title {
	position: relative;
	min-height: 20px;
	line-height: 20px;
	padding: 7px 7px 7px 34px;
	font-weight: bold;
	font-size: 13px;
}
.su-spoiler-icon {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}
.su-spoiler-content {
	padding: 14px;
	-webkit-transition: padding-top .2s;
	-moz-transition: padding-top .2s;
	-o-transition: padding-top .2s;
	transition: padding-top .2s;
	-ie-transition: padding-top .2s;
}
.su-spoiler.su-spoiler-closed &gt; .su-spoiler-content {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: none;
	opacity: 0;
}

.su-spoiler-style-default { }
.su-spoiler-style-default &gt; .su-spoiler-title {
	padding-left: 27px;
	padding-right: 0;
}
.su-spoiler-style-default &gt; .su-spoiler-title &gt; .su-spoiler-icon { left: 0; }
.su-spoiler-style-default &gt; .su-spoiler-content { padding: 1em 0 1em 27px; }
.su-spoiler-style-fancy {
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	color: #333;
}
.su-spoiler-style-fancy &gt; .su-spoiler-title {
	border-bottom: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f0f0f0;
	font-size: 0.9em;
}
.su-spoiler-style-fancy.su-spoiler-closed &gt; .su-spoiler-title { border: none; }
.su-spoiler-style-fancy &gt; .su-spoiler-content {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.su-spoiler-style-simple {
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
}
.su-spoiler-style-simple &gt; .su-spoiler-title {
	padding: 5px 10px;
	background: #f0f0f0;
	color: #333;
	font-size: 0.9em;
}
.su-spoiler-style-simple &gt; .su-spoiler-title &gt; .su-spoiler-icon { display: none; }
.su-spoiler-style-simple &gt; .su-spoiler-content {
	padding: 1em 10px;
	background: #fff;
	color: #333;
}



/*		Common margin resets for box elements
---------------------------------------------------------------*/

.su-column-inner &gt; *:first-child,
.su-accordion &gt; *:first-child,
.su-spoiler-content &gt; *:first-child,
.su-service-content &gt; *:first-child,
.su-box-content &gt; *:first-child,
.su-note-inner &gt; *:first-child,
.su-expand-content &gt; *:first-child,
.su-lightbox-content &gt; *:first-child { margin-top: 0; }
.su-column-inner &gt; *:last-child,
.su-tabs-pane &gt; *:last-child,
.su-accordion &gt; *:last-child,
.su-spoiler-content &gt; *:last-child,
.su-service-content &gt; *:last-child,
.su-box-content &gt; *:last-child,
.su-note-inner &gt; *:last-child,
.su-expand-content &gt; *:last-child,
.su-lightbox-content &gt; *:last-child { margin-bottom: 0; }</pre></body></html>