<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tenere sincronizzati i temi agesci/agesci-gruppi/agesci-regioni */
/* v2.0.3 */

/* Colori ufficiali: Giallo #FDC600 / Viola #472778 */

/* + UTILITIES/GENERAL
-------------------------------------------------------------- */

body {
	font-size: 0.9375em;
	line-height: 1.33;
}

body * strong, body * b {
	font-weight: bold;
}

body * em, body * i {
	font-style: italic;
}

img {
	position: relative !important;
}

p a {
	text-decoration: none;
	font-weight: bold;
}

.outter-wrapper.body-wrapper {
	background-image: url(../img/body-bg.png);
}

.visually-hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

input[type="search"] {
	font-family: "Roboto";
	border-color: #6C4796;
	border: none;
	padding: .5em 1em;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	outline: none;
	margin-bottom: 1em;
	resize: none;
	display: block;
	width: 100%;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

input[type=text], input[type=email], input[type=password], textarea, input[type=tel], input[type=range], input[type=url], input[type=number], select {
	border-radius: 0;
	padding: 0.34em 0.6em;
	border-color: #CDC0C0 !important;
	background: white;
	background: rgba(255, 255, 255, 0.8);
}

select {
	height: 30px;
}

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea, input[type=tel]:hover, input[type=range]:hover, input[type=url]:hover, input[type=number]:hover, select:hover, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea, input[type=tel]:focus, input[type=range]:focus, input[type=url]:focus, input[type=number]:focus, select:focus {
	border-color: #BDB0B0 !important;
}

.acf-input input[type=search] {
	border-color: #CDC0C0 !important;
}

.acf-input input[type=search]:hover, .acf-input input[type=search]:focus {
	border-color: #BDB0B0 !important;
}

input[type=checkbox], input[type=radio] {
	border: 1px solid #B4B9BE;
	background: #FFF;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
	content: '\f147';
	margin: -3px 0 0 -4px;
	color: #1E8CBE;
}

input[type=radio]:checked:before {
	content: '\2022';
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 4px;
	line-height: 16px;
	background-color: #1E8CBE;
}

.btn, button, input[type=submit], input[type=button], .tribe-events-button, .tribe-events-sub-nav li a {
	background: #472778 !important;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	color: white !important;
	padding: .4em 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
	border: none !important;
	border-radius: 0 !important;
}

.tribe-events-sub-nav li a span {
	color: white !important;
}

.tribe-events-button {
	margin-right: 0.4em;
}

.btn:hover, button:hover, .tribe-events-button:hover, .tribe-events-sub-nav li a:hover, .btn:focus, button:focus, .tribe-events-button:focus, .tribe-events-sub-nav li a:focus {
	background: #6C4796 !important;
}

a.btn.btn-agesci, a.vc_btn3-style-modern {
	position: relative;
	height: auto;
	min-height: 28px;
	padding: 6px 24px 6px 12px!important;
	border-radius: 0!important;
	border: none!important;
	background: transparent url(../img/button-agesci.svg) center center no-repeat!important;
	background-size: 100% 100%;
	color: #472778 !important;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px!important;
	margin-bottom: 0;
}

a.btn.btn-agesci:before, a.vc_btn3-style-modern:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	background: url(../img/arrow-next.svg) center center no-repeat;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	-webkit-animation-duration: 340ms;
			animation-duration: 340ms;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}

a.btn.btn-agesci:hover:before, a.btn.btn-agesci:focus:before,
a.vc_btn3-style-modern:hover:before, a.vc_btn3-style-modern:focus:before {
	-webkit-animation-name: btn-agesci-arrow;
			animation-name: btn-agesci-arrow;
}

@-webkit-keyframes btn-agesci-arrow {
  0% { opacity: 0; transform: translateX(-14px);  -ms-transform: translateX(-14px);  -webkit-transform: translateX(-14px); }
  70% { opacity: .6; }
  100% { opacity: 1; transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); }
}
@keyframes btn-agesci-arrow {
  0% { opacity: 0; transform: translateX(-14px);  -ms-transform: translateX(-14px);  -webkit-transform: translateX(-14px); }
  70% { opacity: .6; }
  100% { opacity: 1; transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0); }
}

button.btn-expand, a.btn.btn-expand, .vc_btn3-container, a.vc_btn3-style-modern {
	width: 100%;
}

ul.treeview li:before {
	display: none !important;
}

@media screen and (min-width: 769px) {

	.wrapper &gt; .col-3-4 {
		width: 66%;
	}

	aside.col-1-4 {
		width: 30%;
	}

}

.acf-input-append {
	float: right;
    line-height: 27px;
    padding-left: 8px;
    color: #444;
    background-color: #BDB0B0;
    padding-right: 8px;
}

.acf-input-wrap {
	position: relative;
	overflow: hidden;
}

ul.acf-checkbox-list, ul.acf-checkbox-list li {
	padding-left: 0;
}

ul.acf-checkbox-list {
	margin-bottom: 1em;
}

.acf-label label {
	font-weight: bold;
}

.acf-input select {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.acf-label {
		width: 26%;
		float: left;
		padding-top: 6px;
	}
	.acf-checkbox-list {
		padding-top: 6px;
	}
	.acf-label label {
		padding: 0;
	}
	.acf-input, .agesci-basi-form button[type=submit] {
		margin-left: 29%;
	}
	.acf-field {
		clear: both;
	}
}

/* + HEADER
-------------------------------------------------------------- */

.sticky-header-wrapper {
	background:
		url(../img/header-shadow.png) center top repeat-x,
		url(../img/header-agesci-bg-default.jpg) center center no-repeat;
	background-size: auto, cover;
}

.home .sticky-header-wrapper {
	background-size: auto 100%, cover;
}

.header-container a, .pre-header-container a, .post-header-container a, .nav .fa:before, .sticky-header-wrapper .nav &gt; li, .btn, input, button {
	-webkit-transition: all 140ms;
	   -moz-transition: all 140ms;
		-ms-transition: all 140ms;
		 -o-transition: all 140ms;
			transition: all 140ms;
}

.outter-wrapper.pre-header-container, .pre-header-container .nav ul, .outter-wrapper.search-header-container, .outter-wrapper.header-container, .header-container .nav ul {
	background-color: transparent;
}

.pre-header-container {
	min-height: 92px;
}

.home .pre-header-container {
	min-height: 182px;
}

.home.site-www .pre-header-container {
	min-height: 92px;
}

.pre-header #the-primary-menu-container {
	height: 92px;
	background: url('../img/logo-ribbon.svg') top left no-repeat;
	background-size: 46px;
	padding-left: 62px;
}

#link-home {
	position: absolute;
	display: block;
	height: 92px;
	width: 46px;
}

#logo {
	position: absolute;
	width: 142px;
	top: 20px;
	left: 50%;
	margin-left: -71px;
	max-height: 100px;
}

#logo.text {
	font: bold 27px 'Roboto Slab', sans-serif;
	width: 360px;
	margin-left: -180px;
	top: 60px;
	text-align: center;
}

.home #logo {
	top: 80px;
}

.home #logo.text {
	top: 100px;
}

#logo img {
	width: 100%;
	max-height: 100%;
}

.nav a {
	font-weight: bold;
}

body .header-container, body .header-container *, body .header-container a, body .header-container a *, body .header-container .hasCountdown *, body .pre-header-container li.current-menu-ancestor &gt; a, body .pre-header-container li.current-menu-item &gt; a {
	color: #fff;
}

.pre-header-container li.current-menu-ancestor &gt; a .pre-header-container li.current-menu-item &gt; a .header-container li.current-menu-item &gt; a {
	color: #fff;
}

body .header-container a:hover, body .header-container a:hover *, body .header-container li.current-menu-ancestor &gt; a, body .header-container li.current-menu-ancestor.fa:before, body .header-container li.current-menu-item.fa:before, body .header-container li:hover.fa:before, body .header-container .sub-menu li.current-menu-ancestor &gt; a:hover, body .header-container li.current-menu-item &gt; a {
	color: #fff;
	opacity: 0.95;
}

.pre-header-container .sub-menu li.current-menu-ancestor &gt; a:hover, .sidr a:hover {
	color: #6C4796;
}

.post-header-container #navigation .nav li a, .header-container .nav ul#nav &gt; li a, .sidr ul, .sidr ul li, .post-header-container.nav-container nav ul &gt; li &gt; a, .header-style-4 nav &gt; ul &gt; li &gt; a {
	border: none !important;
}

.pre-header-container ul &gt; li {
	padding-right: 0;
	margin-right: 1em;
}

.sticky-header-wrapper .nav &gt; li {
	margin-top: 22px;
}

.sticky-header-wrapper .nav &gt; li:hover {
}

.sticky-header-wrapper .nav &gt; li &gt; a {
	line-height: 2;
	display: inline-block;
}

.pre-header-container li.current-menu-ancestor &gt; a, .pre-header-container li.current-menu-item &gt; a {
	color: #fff;
}

.header-container .nav li ul:before {
	display: none;
}

.sticky-header-wrapper .nav &gt; li:hover a {
	color: #9C77C7;
}

.sticky-header-wrapper .nav &gt; li:hover ul a {
	color: #472778;
}

.sticky-header-wrapper .nav li:hover &gt; ul, .nav li.nav-parent.hover ul {
	background: url('../img/lin-menu.svg') -8px 0 no-repeat;
	background-size: 60px;
	padding-top: 0.7em;
	margin-left: 0;
}

.sticky-header-wrapper .nav ul.sub-menu li {
	line-height: 1.8em;
	font-size: 13px;
	padding: 0;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.8);
}

.sticky-header-wrapper .nav ul.sub-menu li a {
	padding: 0 0.5em;
}

.pre-header #the-secondary-menu-container {
}

.pre-header.right #searchform {
	margin-top: 12px;
}

@media screen and (min-width: 769px) {

	.pre-header.right #searchform {
		margin-top: 22px;
		margin-left: 20px;
	}

}

.pre-header.right #searchform fieldset {
	margin: 0;
	padding: 0;
}

.pre-header.right #searchform input[type=search] {
	width: 160px;
	height: 25px;
	padding: 4px 13px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, .33);
	border: 1px solid transparent;
	border-radius: 0;
	text-align: right;
	color: white;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}

.pre-header.right #searchform ::-webkit-input-placeholder { color: white; }
.pre-header.right #searchform ::-moz-placeholder          { color: white; }
.pre-header.right #searchform :-ms-input-placeholder      { color: white; }

.pre-header.right #searchform button[type=submit] {
	height: 25px;
	padding: 0px 9px;
	background-color: transparent !important;
	background-color: rgba(255, 255, 255, .33) !important;
	border: 1px solid transparent !important;
	border-radius: 0;
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 0;
	vertical-align: middle;
}

.pre-header.right #searchform input[type=search]:focus,
.pre-header.right #searchform button[type=submit]:hover, .pre-header.right #searchform button[type=submit]:focus {
	border-color: white !important;
}

.sticky-header-wrapper .header-container .wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.header-band {
	/*background: rgba(255,255,255,.2);*/
	float: left;
	height: 145px;
	position: relative;
	margin-right: -100%;
	width: 21.09%;
	margin-left: 0;
}

.header-band-eg {
	margin-left: 21.09%;
}

.header-band-logo {
	width: 15.64%;
	margin-left: 42.18%;
	margin-top: -75px;
	height: 220px;
	-webkit-transition: all 240ms;
	   -moz-transition: all 240ms;
		-ms-transition: all 240ms;
		 -o-transition: all 240ms;
			transition: all 240ms;
}

.header-band-logo img {
	display: block;
	margin: 16px auto 20px;
}

.header-band-logo a .logo-text {
	color: #472778;
}

.header-band-logo a:hover .logo-text {
	display: block;
	line-height: 1.3;
	font-size: 14px;
	color: #472778;
}

.header-band-rs {
	margin-left: 57.82%;
}

.header-band-capi {
	float: right;
	margin-right: 0;
}

.header-band a {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.header-band a, .header-band a *:not(.logo-text) {
	color: white !important;
}

.header-band:not(.header-band-logo) a:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -100;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9f000000',GradientType=0 ); /* IE6-9 */
	opacity: 0;
	-webkit-transition: all 240ms;
	   -moz-transition: all 240ms;
		-ms-transition: all 240ms;
		 -o-transition: all 240ms;
			transition: all 240ms;
}

.header-band a *, .header-band a:hover * {
	color: white;
	font-size: 13px;
}

.header-band.header-band-logo a .header-band-title {
	display: none;
	padding: 0;
}

.header-band-title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	position: relative;
	white-space: normal;
}

.header-band-title, .header-band-title svg, .header-band-description, .header-band-description svg {
	position: absolute;
	padding: 0 18px;
	left: 0;
	right: 0;
	bottom: 20px;
	-webkit-transition: all 240ms;
	   -moz-transition: all 240ms;
		-ms-transition: all 240ms;
		 -o-transition: all 240ms;
			transition: all 240ms;
}

.header-band-title {
	padding: 0 23px;
}

.header-band-title svg, .header-band-description svg {
	display: block;
	position: absolute;
	bottom: -44px;
	width: 100%;
	box-sizing: border-box;
}

.header-band-description {
	opacity: 0;
	white-space: normal;
}

.header-band:not(.header-band-logo) a:hover:before {
	opacity: 1;
}

.header-band-logo:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.header-band a:hover .header-band-title svg {
	bottom: 20px;
	margin-bottom: -43px;
}

.header-band-logo a .logo-text {
	color: #fff;
}

@media screen and (max-width: 899px) {

    .header-band:not(.header-band-logo) a:hover .header-band-title, .header-band:not(.header-band-logo) a:focus .header-band-title {
        transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        padding: 26px;
    }

    .header-band-logo a:hover .header-band-title, .header-band-logo a:focus .header-band-title {
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    .header-band a:hover .header-band-title
    svg {
        margin-bottom: -20px
    }

}



@media screen and (min-width: 900px) {

	.header-band.header-band-logo a .header-band-title {
		display: block;
	}

	.header-band a *, .header-band a:hover * {
		font-size: 15px;
	}

	.header-band-title, .header-band-description {
		padding: 0 18px;
	}

	.header-band-title svg, .header-band-description svg {
		/*margin: 0 18px;*/
	}

	.header-band-logo a .logo-text {
		color: #472778;
	}

	.header-band {
		height: 470px;
	}

	.header-band-logo {
		height: 562px;
		margin-top: -92px;
		background: white url(../img/header-bg-logo.svg) center bottom no-repeat;
		background: rgba(255, 255, 255, .8) url(../img/header-bg-logo.svg) center bottom no-repeat;
		background-size: 101%;
	}

	.header-band-logo img {
		margin-top: 168px;
	}

	.header-band:not(.header-band-logo) a:hover .header-band-title, .header-band:not(.header-band-logo) a:focus .header-band-title {
		transform: translateY(-270px);
		-ms-transform: translateY(-270px);
		-webkit-transform: translateY(-270px);
		padding: 26px 38px;
	}

	.header-band-logo a:hover .header-band-title, .header-band-logo a:focus .header-band-title {
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	.header-band a:hover .header-band-title svg {
		bottom: 50%;
		margin-bottom: -43px;
	}

	.header-band a:hover .header-band-description, .header-band a:focus .header-band-description {
		opacity: 1;
	}

}

@media screen and (min-width: 110px) {

	.header-band:not(.header-band-logo) a:hover .header-band-title, .header-band:not(.header-band-logo) a:focus .header-band-title {
		/*font-size: 17px;*/
	}

}

.header-container header {
	border-bottom: 6px solid #472778;
	text-align: left !important;
	padding-top: 48px;
	padding-bottom: .4em;
	position: relative;
}

.header-container ul.nav &gt; li &gt; a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5;
	font-size: .825rem;
}

.header-container ul.nav, .header-container ul.social-links, .header-container .header_text, .header-container .footer_text, .header-container .header_toolbar li, .header-container .countdown, .header-container .canon_breadcrumbs {
	line-height: 1.5;
}

.sticky-header-wrapper .header-container ul.nav &gt; li {
	margin: 0;
}

.header-container ul.nav &gt; li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.header-container ul &gt; li {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#bordo-gruppo {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -6px;
}

#bordo-gruppo &gt; div {
	float: left;
	height: 100%;
}

@media screen and (max-width: 768px) {

	.header-band, #the-primary-menu-right-container {
		display: none;
	}

	#the-primary-menu-right-container {

	}

}

@media only screen and (max-width: 1024px) {

	.pre-header.right {
		margin-right: -30px;
	}

}


/* + SIDEBAR
-------------------------------------------------------------- */

aside h3.widget-title, aside h3.widget-title a, aside h3.widget-title a:focus, aside h3.widget-title a:hover, aside .widget_rss h3.widget-title a.rsswidget {
	font: bold 1rem/1.25 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	border: none;
	padding-bottom: 0;
	color: #222;
}

.widget_rss h3.widget-title a.rsswidget {
	font-size: 1rem;
	line-height: 1.25;
}

h3.widget-title .rss-widget-icon {
	display: none;
}

body .widget_rss ul li {
	padding-bottom: .5em;
	margin-bottom: .5em;
}

body .widget_rss a.rsswidget {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
}

.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li, .widget_meta ul ul li, .widget_pages ul ul li, .widget_recent_comments ul ul li, .widget_recent_entries ul ul li, .widget_rss ul ul li, .widget_display_forums ul ul li {
	border-bottom: none;
	margin-bottom: 0;
}

.body-wrapper .boxy.search-404 {
	padding-right: 90px;
}

aside #calendar_wrap {
	padding-top: 50px;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

.events-gridview .agesci_events_calendar {
	display: none;
}

.widget_calendar table, .widget_agesci_map &gt; div {
	background: #FCF8F5;
}

ul.tab-nav li {
	border: none !important;
}

ul.tab-nav li:hover, ul.tab-nav li:focus {
	color: #fff !important;
	opacity: 0.8;
}

.tribe-events-tcblock {
	border: 1px solid #472778;
	padding: 0 .5em .5em;
}

.tribe-events-event-meta {
	margin-top: 0.5em;
}

.tribe-events-event-meta, .tribe-events-event-meta * {
	text-transform: uppercase;
	font-size: 12px;
}

.tribe-events-list-widget .tribe-events-widget-link a, body a.tribe-events-read-more {
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
}

.tribe-events-list-widget .tribe-events-widget-link a:hover, .tribe-events-list-widget .tribe-events-widget-link a:focus,
body a.tribe-events-read-more:hover, body a.tribe-events-read-more:focus {
	color: white;
}

.tribe-events-loop .hentry .tribe-events-read-more, .tribe-events-loop .type-tribe_events .tribe-events-read-more {
	display: inline;
	padding: 0;
	color: #222;
	background: none;
}

.tribe-events-loop .hentry .tribe-events-read-more:hover,
.tribe-events-loop .type-tribe_events .tribe-events-read-more:hover,
.tribe-events-loop .hentry .tribe-events-read-more:focus,
.tribe-events-loop .type-tribe_events .tribe-events-read-more:focus {
	color: #472778;
}

.tribe-events-loop .hentry .tribe-events-event-image, .tribe-events-loop .type-tribe_events .tribe-events-event-image {
	float: none;
	margin: 0;
}

.widget_calendar th, .widget_calendar td {
	padding: 0.6em 0.2em 1em 0.2em;
	font-size: 0.9em;
	font-weight: 300
}

.widget_calendar th, .widget_calendar tfoot td {
	padding: 0.4em 0.2em;
}

.widget_calendar th, .widget_calendar tfoot td, .widget_calendar caption {
	font-family: 'Roboto Slab';
	font-weight: bold;
}

.widget_calendar td a {
	font-weight: bold;
	color: #472778 ;
	position: relative;
}

.widget_calendar tbody td a:after {
	content: '';
	display: block;
	position: absolute;
	height: 6px;
	width: 6px;
	background: #472778;
	border-radius: 10px;
	left: 50%;
	margin-left: -3px;
	bottom: -9px;
}

.milestone-widget .milestone-header {
	background-color: #472778;
}

.milestone-widget .milestone-countdown, .milestone-widget .milestone-message {
	border-color: #6c4796;
}


/* + SIDEBAR MAP
-------------------------------------------------------------- */

.page-dove-siamo .widget_agesci_map {
	display: none;
}

.widget_agesci_map #agesci-map-container {
	border: 1px solid #472778;
}

.widget_agesci_map #agesci-map-radios {
	display: table;
}

.single-content ul {
	list-style-type: disc;
	list-style-position: inside;
}


.single-content .widget_agesci_map #agesci-map-radios {
	top: 1em;
	right: 2em;
	z-index: 99;
	background: #FCF8F5;
	padding-left: 10px;
	border: 1px solid #472778;
}

.widget_agesci_map a.agesci-map-radio {
	font-size: 14px;
	line-height: 1.1;
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	height: 44px;
	padding: 0 10px 0 20px;
	position: relative;
}

.widget_agesci_map a.agesci-map-radio:before {
	content: ' ';
	display: block;
	position: absolute;
	height: 12px;
	width: 12px;
	background: #cac9c9;
	border-radius: 12px;
	left: 4px;
	top: 16px;
}

.widget_agesci_map a.agesci-map-radio.active:after {
	content: ' ';
	display: block;
	position: absolute;
	height: 8px;
	width: 8px;
	background: #472778 ;
	border-radius: 12px;
	left: 6px;
	top: 18px;
}

.widget_agesci_map #agesci-map-gmaps {
	position: relative;
	height: 378px;
	width: 99.9%;
	box-sizing: border-box;
}

.widget_agesci_map #agesci-map-gmaps &gt; div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

.widget_agesci_map #agesci-map-gmaps &gt; div.active {
	opacity: 1;
	z-index: 2;
}

.gm-style .gm-style-iw {
	max-width: 200px;
}

.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h3, .gm-style-iw p {
	margin: 5px 0 !important;
	padding: 0 !important;
	background: none !important;
}
.gm-style-iw a {
	color: #4272db;
}


/* + CONTENT
-------------------------------------------------------------- */

/* Reset Visual Composer Full Width settings */
.vc_desktop.vc_transform  .body-wrapper .wrapper,
.vc_row.width-full{
	max-width: 1120px;
	padding-right: 1em;
}

h1.title {
	margin: 0.2em 0 1.2em;
	font-size: 1.2em;
}

.home h1.title {
	display: none;
}

.meta.post-type-meta {
	font-family: roboto;
    font-size: 13px;
    text-transform: uppercase;
}

.body-wrapper h3, h2.tribe-events-page-title, h2.tribe-events-single-event-title {
	line-height: 1;
	text-transform: uppercase;
	margin-top: 0;
}

.body-wrapper h3 {
	font-size: 1em;
}

.body-wrapper .wpb_wrapper h3, h2.tribe-events-page-title, h2.tribe-events-single-event-title {
	padding-bottom: 0.6em;
	background: url(../img/header-underline.svg) center bottom no-repeat;
	background-size: 110% 3px;
}

h2.tribe-events-page-title, h2.tribe-events-single-event-title {
	padding-bottom: 0.3em;
	font-size: 1.4em;
}

.body-wrapper .wpb_wrapper h3 a {
	text-transform: none;
	font-size: 85%;
	float: right;
	line-height: 1.5;
}

.body-wrapper h3.widget-title {
	background: none;
	padding: 0;
}

.single .widget_agesci_vc_titolo h3 {
	margin-top: 1.5em;
}

.wpb_content_element {
	margin-bottom: 1em !important;
}

.vc_row .vc_row, .vc_row .wpb_content_element .post {
	margin-bottom: 0;
}

.featured-media .mosaic-block {
	border-bottom: 6px solid #6c4796;
}

.category-lupetticoccinelle .featured-media .mosaic-block {
	border-bottom-color: #FCC12E;
}

.category-esploratoriguide .featured-media .mosaic-block {
	border-bottom-color: #409A59;
}

.category-roverscolte .featured-media .mosaic-block {
	border-bottom-color: #E73C2E;
}

.category-capi .featured-media .mosaic-block {
	border-bottom-color: #B378B1;
}

.feat-title-container {
	bottom: 6px;
	width: 80%;
	max-width: 300px;
}

.cookbook_vc_single_post .feat-title-container {
	position: static;
	max-height: 160px;
	width: 100%;
	max-width: none;
}

.cookbook_vc_single_post .feat-title h2 {
	width: 80%;
	max-width: 300px;
}

.feat-title {
	display: block;
	background-color: #472778;
	color: white;
	opacity: 1;
	-webkit-transition: all 150ms;
			transition: all 150ms;
}

.rate-container:hover .feat-title {
	background-color: #6c4796;
}

.category-lupetticoccinelle .rate-container:hover .feat-title {
	background-color: #FCC12E;
}

.category-esploratoriguide .rate-container:hover .feat-title {
	background-color: #409A59;
}

.category-roverscolte .rate-container:hover .feat-title {
	background-color: #E73C2E;
}

.category-capi .rate-container:hover .feat-title {
	background-color: #B378B1;
}

.feat-title-container .feat-title a,
.feat-title-container .feat-title a *,
.wpb_text_column.wpb_content_element .feat-title-container .feat-title a,
.wpb_text_column.wpb_content_element .feat-title-container .feat-title a * {
	color: white;
}

.feat-title-container .feat-title a:focus, .feat-title-container .feat-title a:focus *, .feat-title-container .feat-title a:hover, .feat-title-container .feat-title a:hover * {
	color: white;
	opacity: 0.8;
}

.feat-title h2 {
	font-size: 1em;
	padding-bottom: .3em;
}

.feat-title .excerpt {
	font-size: 12px;
}

.feat-title-container h6.meta {
	font: 300 italic 12px/1.33 Roboto, sans-serif;
	margin-top: .7em;
	/*padding-bottom: .9em;
	margin-bottom: .7em!important;
	background: url(../img/lin-data.svg) -8px bottom no-repeat;
	background-size: 60px;*/
}

.feat-title-container h6.meta a {
	font: inherit;
}

.single-meta h6.meta {
	font: 300 12px/1.33 Roboto, sans-serif;
	background: none;
}

.single .single-meta {
	float: right;
	margin: 0em 0 1.2em;
}

.single .single-meta .meta {
	margin-top: 0;
	margin-bottom: 0;
}

.single-meta .meta.left {
	float: right;
}

.single-meta .meta.left a:last-child:after {
	content: '-';
	margin: 0 0.6em;
	font: 13px/1.33 Roboto, sans-serif;
}

.single-meta .meta.left a {
	color: #222;
	font: 13px/1.33 Roboto, sans-serif;
}

.single-meta .date, .meta .date, .s-results {
	font: 300 italic 13px/1.33 Roboto, sans-serif;
}

.single-meta .date:before, .meta .date:before {
	display: none;
}

.readmore {
	font: 13px/1.33 Roboto, sans-serif;
}

.circle .mosaic-overlay.link {
	background-image: none;
	opacity: 0!important;
}

.circle .mosaic-overlay.link:hover, .circle .mosaic-overlay.link:focus {
	opacity: .4!important;
}

.archive-header {
	margin-bottom: 2em;
}

.archive-header .canon_breadcrumbs &gt; li {
	padding-left: 0;
}

.archive-header .canon_breadcrumbs &gt; li a {
	font-weight: 300;
}

.wpb_content_element .widget_tag_cloud h2 {
	float: left;
	font-size: 12px;
	line-height: 1.5;
	font-family: roboto, sans-serif;
	margin: 0;
}

.wpb_content_element .widget_tag_cloud h2:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02c";
	padding-right: 5px;
}

.wpb_content_element .widget_tag_cloud .tagcloud a {
	font-size: 12px!important;
	font-weight: 300;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
}

.wpb_content_element .widget_tag_cloud .tagcloud a:before {
	font-size: 12px;
	font-family: roboto, sans-serif;
	color: black;
	font-weight: 300;
	content: '|';
}

.wpb_content_element .widget_tag_cloud .tagcloud a:first-child:before {
	content: '';
}

.comment-num {
	display: none;
}

.paging {
	border-bottom: none;
}

.paging .col-1-2.prev {
	border-right: none;
}

.paging .meta {
	display: none;
}

.paging .col-1-2.prev:before, .paging .col-1-2.next:before {
	top: 50%;
	margin-top: -.65em;
}

ul.comments {
	margin-bottom: 1.2em;
}

.wpb_text_column.wpb_content_element a {
	color: #472778;
}

.wpb_text_column.wpb_content_element ul {
	padding: 0;
}

.wpb_text_column.wpb_content_element li {
	list-style-type: none;
	position: relative;
	left: 12px;
}

.wpb_text_column.wpb_content_element li:before {
	content: '\25B8';
	position: absolute;
	top: -1px;
}

table#elenco-gruppi {
	font-size: 14px;
}

table#elenco-gruppi th {
	font-family: 'Roboto Slab', sans-serif;
	text-align: left;
}

table#elenco-gruppi .tablesorter-headerRow {
	display: none;
}

table#elenco-gruppi .tablesorter-filter-row td {
	padding-right: 1em;
}

table#elenco-gruppi input.tablesorter-filter {
	padding: .3em .4em;
	margin: 0.2em 0 0.6em;
	border-color: #C5BAB3;
}

table#elenco-gruppi input.tablesorter-filter[disabled] {
	display: none;
}

table#elenco-gruppi tbody td {
	padding: 0.7em 1em;
	background: #FCF8F5;
}

table#elenco-gruppi tbody tr.odd td {
	background: #E8E4E1;
}

table#elenco-gruppi tbody tr.filtered {
	display: none;
}

table#elenco-gruppi a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}

table#elenco-gruppi a:before {
	content: '\25B8';
	position: absolute;
	top: 1px;
	left: 0;
}

.main-footer-container .widget_pages ul {
	list-style-type: circle;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 0.4em;
}

.main-footer-container .widget_pages ul li {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0.3em;
}

.main-footer-container .widget_pages ul li:before {
	color: #6C4796;
}

.box {
	padding: 0.5em 0.8em;
	background: transparent url(../img/box.svg) center center no-repeat;
	background-size: 100% 100%;
}

.box.capi {
	background-image: url(../img/box-capi.svg);
}

.box.lc {
	background-image: url(../img/box-lc.svg);
}

.box.eg {
	background-image: url(../img/box-eg.svg);
}

.box.rs {
	background-image: url(../img/box-rs.svg);
}

/* + ORGANIGRAMMA
-------------------------------------------------------------- */

#organigramma {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #organigramma {
		height:1400px;
	}
}

#organigramma svg {
	width: 100%;
}
#organigramma .hover {
	cursor: pointer;
}
#organigramma .organo {
	width: 100%;
	max-width: 300px;
	opacity: 0;
	position: absolute;
	top: 100%;
	-webkit-transition: opacity 0.16s;
			transition: opacity 0.16s;
	padding: 0 1em;
	background: white;
	background: rgba(255,255,255,.98);
	max-height: 400px;
	overflow-y: auto;
}
#organigramma .organo.active {
	opacity: 1;
}
#organigramma .organo p {
	font-size: 14px;
	line-height: 1.3;
}
#organigramma .organo .persone h4 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0.6em;
	font-weight: bold;
}
#organigramma .organo .persone p {
	margin-top: 0;
	margin-bottom: 0.6em;
}
#organigramma .organo .persone &gt; *:last-child {
	margin-bottom: 1em;
}


/* + EVENTS
-------------------------------------------------------------- */

.datepicker.dropdown-menu {
	z-index: 999 !important;
}

.tribe-events-calendar, .tribe-events-notices {
	background: #FCF8F5;
}

#tribe-bar-form {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 0;
}

#tribe-bar-views {
	border: none;
	padding: 0;
	margin: 0;
}

.tribe-bar-views-list, .tribe-bar-views-list a {
	color: #777;
}

.tribe-bar-views-list li:before {
	color: #aaa;
	content: '|';
	padding: 0;
}

.tribe-bar-views-list li:first-child:before {
	content: '';
}

.tribe-bar-views-list li a span {
	font-weight: bold;
}

.tribe-bar-active a {
	color: black !important;
}

.tribe-bar-filters label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

input[type="submit"].tribe-events-button.tribe-no-param {
	padding: .4em 0;
}

#tribe-events-header {
	top: 64px;
}

.tribe-events-single #tribe-events-header {
	top: 0;
}

.tribe-events-month #tribe-events-header {
	top: 44px;
}

#tribe-events-content.tribe-events-single ul.tribe-events-sub-nav li {
	display: block;
	float: left;
	width: 50%;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

#tribe-events-content.tribe-events-single ul.tribe-events-sub-nav li.tribe-events-nav-next {
	text-align: right;
}

.tribe-events-month .tribe-events-calendar {
	margin-top: 52px !important;
}

.tribe-events-list-separator-month {
	border: none;
}

.tribe-events-list-separator-month span {
	font-size: 1;
	font-weight: bold;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	border-radius: 0;
}

.tribe-events-notices {
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	color: black;
	text-shadow: none;
}

.tribe-events-page-title + .tribe-events-notices {
	margin: 18px 0 8px 0;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
	font-size: 13.5px;
	font-weight: 300;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin: 0;
}

.tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip, .recurring-info-tooltip {
	padding: 1em 0 0 !important;
}

.tribe-events-tooltip {
	/*bottom: 28px !important;*/
}

.tribe-events-list-event-title, .tribe-events-list-event-title a {
	font-size: 1.2em;
	font-weight: bold;
}

.tribe-events-loop .tribe-events-event-meta, .tribe-events-loop .tribe-events-event-meta * {
	text-transform: none;
}

.tribe-events-loop .tribe-events-event-meta .location &gt; div {
	display: inline-block;
	margin-right: 0.3em;
}

.tribe-events-loop .tribe-events-event-meta .location &gt; div br {
	display: none;
}

.tribe-events-address .delimiter:after {
	content: ' ';
}

.tribe-events-loop .tribe-events-event-meta .tribe-events-gmap {
	display: none;
}

#tribe-events-content .tribe-events-tooltip h4.entry-title {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	min-height: 0;
	line-height: 1.2;
	padding-bottom: 0.2em;
}

.tribe-events-tooltip .duration, .tribe-events-tooltip .duration *,
.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details,
.tribe-events-list .time-details *, .tribe-events-list .tribe-events-venue-details * {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.tribe-events-tooltip p.entry-summary {
	line-height: 1.33;
}

.tribe-events-tooltip .tribe-events-event-thumb {
	padding-right: 0.5em;
}

.tribe-events-loop .hentry .tribe-events-event-image {
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}

.tribe-events-event-image img, .tribe-events-event-thumb img {
	border-bottom: 6px solid #6c4796;
	margin-bottom: 0.5rem;
}

.tribe-events-tooltip .tribe-events-event-thumb img {
	object-fit: cover;
	height: 100px;
	width: 150px;
	overflow: hidden;
}

.tribe-events-notices li {
	font-style: italic;
}

.tribe-bar-filters {
	padding-top: 0.8em;
}

.tribe-bar-submit {
	top: 0px;
}

.tribe-events-read-more {
	margin-top: 1em;
	margin-bottom: 0;
}

.tribe-events-list-widget .tribe-events-widget-link a/*, body a.tribe-events-read-more*/ {
	display: inline;
	color: white;
	background: none;
	padding: 3px 5px;
}

.tribe-events-list-widget .tribe-events-widget-link a:hover, body a.tribe-events-read-more:hover {
	color: #472778;
	background: none;

}

.tribe-events-loop .hentry, .tribe-events-sub-nav li a, .tribe-events-event-cost span, .tribe-events-read-more, .recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip, .tribe-events-list-widget .tribe-events-widget-link a {
	border-radius: 0 !important;
}

#tribe-events-footer {
	border: none !important;
}

#tribe-events-footer ul.tribe-events-sub-nav {
	float: right;
}

.tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav {
	float: none;
}

.tribe-events-list h2.tribe-events-page-title {
	text-align: left;
}

.single-tribe_events .tribe-events-single-section.tribe-events-event-meta {
	border: 1px solid #472778;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	background: #FCF8F5;
	box-sizing: border-box;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	width: 100%;
	margin-right: 0;
	padding-top: 1em;
	float: none;
	clear: both;
}

.tribe-events-schedule {
	border: none !important;
	padding-top: 1em;
	padding-bottom: 0 !important;
}

.single-tribe_events .tribe-events-event-image {
	float: none;
	height: 320px;
	width: 100%;
	max-width: none;
}

.single-tribe_events .tribe-events-event-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.single-tribe_events #tribe-events-header, .tribe-events-map #tribe-events-header {
	margin: 14px 0;
}

.tribe-events-notices {
	display: none;
}

.upcoming-events li {
	padding-left: 0 !important;
}

/* + FOOTER
-------------------------------------------------------------- */

.body-wrapper ul, .body-wrapper ol, .main-footer-container ul, .main-footer-container ol {
	padding-left: 0;
}

.body-wrapper ul.list-1 li, .main-footer-container ul.list-1 li, .widget_archive ul li, .widget_categories ul li, footer .widget_nav_menu ul li, .widget_meta ul li, .widget_pages ul li, .post ul li, .widget_display_forums ul li {
	border: none;
	padding: 0
}

.body-wrapper ul.list-1 li:before, .main-footer-container ul.list-1 li:before, .widget_archive ul li:before, .widget_categories ul li:before, footer .widget_nav_menu ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .post ul li:before, .widget_display_forums ul li:before {
	display: none;
}

.main-footer-container .widget {
	border: none !important;
}

.main-footer-container h3.widget-title, .main-footer-container h3.widget-title a, .main-footer-container h3.widget-title a:focus, .main-footer-container h3.widget-title a:hover, .main-footer-container .widget_rss h3.widget-title a.rsswidget {
	font: bold 1rem/1.25 'Roboto', sans-serif;
    margin-bottom: 10px;
    border: none;
    padding-bottom: 0;
	text-transform: uppercase;
	color: white;
}

.main-footer-container .milestone-countdown *, .main-footer-container .milestone-message * {
	color: #333333;
}

.credits-wrapper {
	background-color: #220639;
	margin: 0 auto;
}

#credits {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto;*/
    font-weight: 200;
    font-size: 8px;
    padding: 18px 0 4px;
	color: white;
	display: block;
	opacity: 0.8;
	text-align: right;
}

.post-footer.right {
	margin-bottom: 5px;
	text-align: right;
}

.post-footer-container &gt; .wrapper {
	padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.outter-wrapper, .pre-outter-wrapper, .credits-wrapper {
	    max-width: 680px;
	}
}

@media only screen and (max-width: 1024px) {
	.outter-wrapper, .pre-outter-wrapper, .credits-wrapper {
	    max-width: 900px !important;
	}
}

#scrollUp {
	bottom: 70px !important;
}

footer input[type=text], footer input[type=email], footer input[type=password], footer textarea, footer input[type=tel], footer input[type=range], footer input[type=url], footer input[type=number], footer select {
	color: #220639;
	border: none;
	background: white;
}

footer input[type=checkbox] {
	-webkit-appearance: checkbox;
}

footer input[type=checkbox]:checked:before {
	display: none;
}

footer input[type=radio] {
	-webkit-appearance: radio;
}

footer input[type=radio]:checked:before {
	display: none;
}
</pre></body></html>