/*
Theme Name: Conibambini.it
Author: KMSTUDIO
Version: 1.0
*/

html { font-size: 16px; }
body {
	background-color: #fff;
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 215px 0 0 0;
}

h1, h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif;
}

h1 {
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
h2 {
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}

sup {
    position: static;
    font-size: 0.9rem;
    font-weight: 700;
    vertical-align: super;
    color: #f08d00;
    font-style: normal;
}
sup:before {
    content: "[";
}
sup:after {
    content: "]";
}

a {
    color: #f08d00;
    text-decoration: none;
    -webkit-transition: opacity 300ms ease-in-out,
                        color 300ms ease-in-out,
                        background 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out,
                   color 300ms ease-in-out,
                   background 300ms ease-in-out;
	transition: opacity 300ms ease-in-out,
                color 300ms ease-in-out,
                background 300ms ease-in-out;
}
a:hover {
    color: #f08d00;
    text-decoration: underline;
}

a,
a:hover,
a:link,
a:visited,
a:active,
a:focus,
button:hover,
button:focus {
	outline: none;
}

p {
    line-height: 1.2;
}

figure {
    margin: 0;
}

time {
    display: inline-block;
}

.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.overlay-bg.inactive {
	opacity: 0;
	pointer-events: none;
}

b, strong {
    font-weight: 500;
}

/*--- HEADER ---------------------------------------------------------------------------------------------------------------------*/
header.primary {
    position: absolute;
    background-color: #fff;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    /*
    -webkit-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
    */
}
header.primary.sticky {
    position: fixed;
    margin-bottom: 0;
    /*background-color: rgba(248, 248, 248, .95);*/
    background-color: rgba(255, 255, 255, .95);
}
header.primary .own-social {
    opacity: 0;
    -webkit-transition: opacity 600ms ease-in-out;
	-o-transition: opacity 600ms ease-in-out;
	transition: opacity 600ms ease-in-out;
}
header.primary.sticky .own-social {
    opacity: 1;
}
header.primary .inner {
    padding-right: 6rem !important;
}
header.primary .logo {
    margin-right: 1.5rem;
}
header.primary .logo img {
    width: 500px;
    /*
    -webkit-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
    */
}
header.primary.sticky .logo img {
	width: 350px;
}
header.primary .newsletter-subscribe {
   margin-right: 1.5rem;
}
header.primary .newsletter-subscribe img {
    width: 150px;
}
header.primary .search {
   margin-right: 1.5rem;
}
header.primary .search span {
    font-size: 1.6rem;
    cursor: pointer;
	transition: color 300ms,
				transform 300ms;
    display: block;
}
header.primary .search span:hover {
	color: #f08d00;
	transform: scale(1.2);
}
header.primary ul.language-switcher {
    margin: 0 1.5rem 0 0;
    padding: 0;
    list-style-type: none;
}
header.primary ul.language-switcher li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}
header.primary ul.language-switcher li a {
    color: #000;
}
header.primary ul.language-switcher li a:hover {
    color: #f08d00;
    text-decoration: none;
}
header.primary ul.language-switcher li a.active {
    color: #f08d00;
}
header.primary ul.language-switcher li:first-child:before {
    content: "";
    margin: 0;
}
header.primary ul.language-switcher li:before {
    content: "|";
    color: #000;
    margin: 0 0.3rem;
}
header.primary .menu-navigation {
    cursor: pointer;
    color: #f08d00;
    -webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
header.primary .menu-navigation:hover {
    color: #000;
}
header.primary .menu-navigation.opened {
    color: #000;
}
header.primary .menu-navigation.opened:hover {
    color: #f08d00;
}
header.primary .menu-navigation .text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-right: 1rem;
}
header.primary .menu-navigation span {
    font-size: 3.5rem;
    display: inline-block;
    -webkit-transition: transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
    /*transform-origin: 49.4% 53.5%;
    transform-style: preserve-3d;
    */
}
header.primary .menu-navigation span:before {
    margin: 0;
    line-height: inherit;
}
header.primary .menu-navigation.opened span {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/*--- HEADER {EN} -------------------------------------------------------------------------*/
header.primary .right .own-social {
	opacity: 1;
	margin-right: 1rem;
}


/*--- FINESTRA RICERCA ------------------------------------------------------*/
/*body.admin-bar #fullscreen-search {
	top: 30px;
    padding-top: 3rem;
}
*/
#fullscreen-search {
	display: block;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 8rem;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 250ms;
    background-color: rgba(255,255,255,1);
	border: 1px solid #f1f1f1;
	padding: 0.5rem 1.3rem 1.5rem 1.3rem;
    width: 500px;
    visibility: hidden;
}
#fullscreen-search.expanded {
	opacity: 1;
    visibility: visible;
}
#fullscreen-search .close-search {
	cursor: pointer;
	transition: background-color 400ms,
				color 400ms;
	color: #000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}
#fullscreen-search .close-search:hover {
	color: #f08d00;
}
#fullscreen-search form {
	display: block;
	width: 100%;
	margin: 2rem auto 0;
	position: relative;
	padding: 0;
}
#fullscreen-search form input {
	display: inline-block;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 0 0 0.1rem;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	height: auto;
	background: transparent;
	transition: all 250ms;
}


/*--- NAVIGAZIONE -------------------------------------------------------------------------------------------------------------------------*/
nav.navigation {
    position: fixed;
    top: 170px;
    right: 6rem;
    background-color: #e6e6e6;
    padding: 3rem;
    width: 850px;
    z-index: 12;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
nav.navigation.opened {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
nav.navigation h2 {
    font-family: 'Pridi', serif;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-transform: none;
}
nav.navigation h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0.5rem 0;
    padding: 0;
    text-transform: none;
}
nav.navigation h3 span {
    display: block;
}
nav.navigation [class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0;
}
nav.navigation ul {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style-type: none;
}
nav.navigation ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9rem;
}
nav.navigation ul li.spacer {
    font-size: 0;
    margin-bottom: 1.5rem;
}
nav.navigation ul li.big {
    font-family: 'Barlow', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: none;
    line-height: 1;
}
nav.navigation ul li.big span {
    display: block;
}
nav.navigation ul li a {
    color: #000;
}
nav.navigation hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
nav.navigation .own-social ul {
    margin: 0;
}
nav.navigation .own-social ul li {
	margin: 0 1rem 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.3rem;
}
nav.navigation .contacts {
    font-weight: 700;
}
nav.navigation .contacts > * {
    margin-right: 2rem;
}
nav.navigation .contacts > *:last-child {
    margin-right: 0;
}
nav.navigation .contacts a {
    color: #000;
}
nav.navigation .contacts a:hover {
    color: #f08d00;
    text-decoration: none;
}
nav.navigation .contacts span {
    margin-right: 0.5rem;
}
nav.navigation .contacts .tel span {
    margin-right: 0.2rem;
}
nav.navigation .logo-percorsiconibambini {
    margin-right: 2rem;
}
nav.navigation .logo-percorsiconibambini img {
    width: 120px;
}
nav.navigation .logo-fondazioneconilsud img {
    width: 100px;
}
nav.navigation .widget {
    margin-bottom: 2rem;
}
nav.navigation .own-social {
    opacity: 1;
}
nav.navigation ul.language-switcher {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style-type: none;
}
nav.navigation ul.language-switcher li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}
nav.navigation ul.language-switcher li a {
    color: #000;
}
nav.navigation ul.language-switcher li a:hover {
    color: #f08d00;
    text-decoration: none;
}
nav.navigation ul.language-switcher li a.active {
    color: #f08d00;
}
nav.navigation ul.language-switcher li:first-child:before {
    content: "";
    margin: 0;
}
nav.navigation ul.language-switcher li:before {
    content: "|";
    color: #000;
    margin: 0 0.3rem;
}


/*--- REGOLE GENERALI ---------------------------------------------------------------------------------------------------------------------*/
.ff-stream {
    background-color: transparent !important;
}
.ff-loadmore-wrapper .ff-btn {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 600 !important;
	font-size: 0.9rem !important;
	background-color: #000 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 0.8rem 1rem !important;
	border-radius: 0.2rem !important;
	line-height: 1 !important;
}

.no-border-title {
    border: none;
    padding: 0;
}

.content-gutenberg h2 strong,
.content-gutenberg h3 strong,
.content-gutenberg h4 strong,
.content-gutenberg h5 strong,
.content-gutenberg h6 strong {
    font-weight: inherit;
}
.content-gutenberg h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: none;
	border: none;
	margin: 2rem 0 1rem 0;
	padding: 0;
    line-height: 1;
}
.content-gutenberg h3 {
    font-weight: 500;
    font-size: 1.3rem;
}
.content-gutenberg h4 {
    font-size: 1.3rem;
    font-weight: 500;
}
.content-gutenberg h5 {
    font-weight: 400;
    font-size: 1.2rem;
}
.content-gutenberg h6 {
    font-size: 1.1rem;
    font-weight: 400;
}
.content-gutenberg blockquote {
	border-left: 4px solid #f08d00;
	padding-left: 1em;
	font-size: 1.2rem;
	font-weight: 600;
	color: #f08d00;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.content-gutenberg img {
    max-width: 100%;
	height: auto;
}

.own-social {}
.own-social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.own-social ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.6rem;
}
.own-social ul li a {
    color: #000;
}
.own-social ul li a:hover {
    color: #f08d00;
}

.share-on {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.share-on > a.share-btn {
	color: #ccc;
	font-size: 1.3em;
	text-decoration: none;
	display: inline-block;
	text-align: center;
    line-height: 1;
}
.share-on > a.share-btn:hover {
	text-decoration: none;
	color: #f08d00;
}
.share-on > a.share-btn [class^="icon-"]:before, [class*=" icon-"]:before {
	margin: 0;
}

.share-on[data-position='left'] .share-box-socials {
	right: 15px;
}
.share-on[data-position='left'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 0;
}
.share-on[data-position='right'] .share-box-socials {
	left: 15px;
}
.share-on[data-position='right'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	border-left: 5px solid #000;
	left: 0;
}
.share-on .share-box-socials {
	position: absolute;
	cursor: auto;
	bottom: 45px;
	white-space: nowrap;
	background-color: #000;
	box-sizing: border-box;
	opacity: 0;
	/*width: 240px;*/
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	transition: transform 0s .25s, opacity .25s;
	z-index: 1;
}
.share-on > .share-btn:hover {
	color: #f08d00;
}
.share-on .share-box-socials:after {
	position: absolute;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
}
.share-on .share-box-socials a {
	display: inline-block;
	padding: 5px;
	color: #fff;
	text-align: center;
	transition: background-color .25s;
	box-sizing: border-box;
}
.share-on .share-box-socials a:hover {
	background-color: #f08d00;
}
.share-on[data-position="left"] .share-box-socials a.social-btn:last-child:after {
	content: "";
	bottom: -10px;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #f08d00;
	border-top: 5px solid #f08d00;
	border-left: 5px solid transparent;
	z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}
.share-on[data-position="left"] .share-box-socials a.social-btn:hover:last-child:after {
    opacity: 1;
}
.share-on[data-position="right"] .share-box-socials a.social-btn:first-child:after {
	content: "";
	bottom: -10px;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f08d00;
    border-left: 5px solid #f08d00;
	z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}
.share-on[data-position="right"] .share-box-socials a.social-btn:hover:first-child:after {
    opacity: 1;
}
.share-on.opened .share-box-socials {
	opacity: 1;
	transition: transform .3s cubic-bezier(0,.74,.16,1.13), opacity .6s;
	-webkit-transform: scale(1);
			transform: scale(1);
}

.button {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0.2rem 0.4rem;
    display: inline-block;
    border-radius: 0.2rem;
    line-height: 1;
}
.button.button-skew {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.button.button-big {
	font-size: 1rem;
	padding: 0.5rem 1.5rem 0.7rem;
	color: #fff;
	background-color: #aeaeae;
	font-weight: 600;
	border-radius: 0;
}
.button [class^="icon"]:before {
    margin: 0;
}
.button:hover {
    text-decoration: none;
    background-color: #f08d00;
    color: #fff;
}

.latest-news {
    
}
.latest-news article {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.latest-news article:last-child {
    margin: 0;
}
.latest-news article > * {
    width: 33.3333%;
    padding-right: 1rem;
}
.latest-news article > *:last-child {
    padding: 0;
}
.latest-news article h3 {
    font-family: 'Pridi', serif;
    font-size: 1.5rem;
    font-weight: 600;
    word-break: break-word;
}
.latest-news article h3 a {
    color: #000;
}
.latest-news article time {
    font-size: 0.8rem;
    color: #666;
    margin: 0 0.4rem 0.5rem 0;
}
.latest-news article .content {
    color: #ccc;
    -webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
.latest-news article:hover .content {
    color: #000;
}
.latest-news .show-news {
	margin-top: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	color: #f08d00;
}
.latest-news .show-news:before {
	content: "::";
    margin-right: 0.2rem;
}
.latest-news .show-news:after {
	content: "::";
    margin-left: 0.2rem;
}

.select2-container .select2-selection--single {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border: 1px solid #ccc !important;
	height: 34px !important; 
	overflow: auto !important;
}
.select2-container--open .select2-selection--single,
.select2-container--focus .select2-selection--single {
	border-color: #f08d00 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 1px 1px 1px rgba(246, 142, 30, 0.7);
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 2em !important;
    line-height: 0.8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f08d00 !important;
}

.paging {
    margin-top: 1rem;
}
.paging > div {
    color: #f08d00;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}
.paging ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.paging ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.paging ul li a {
	background-color: transparent;
	color: #f08d00;
	font-weight: 500;
    font-size: 0.9rem;
    padding: 0px 5px;
    display: inline-block;
    text-decoration: none;
}
.paging ul li strong {
	background-color: #f08d00;
	color: #fff;
	font-weight: 500;
    font-size: 0.9rem;
    padding: 0px 5px;
    display: inline-block;
}
.paging ul li a:hover {
	background-color: #f08d00;
	color: #fff;
    text-decoration: none;
}
.paging ul li:after {
	content: "-";
    font-weight: 500;
    margin: 0 2px;
}
.paging ul li:last-child:after {
	content: "";
    margin: 0;
}

.agenda .calendar-box .month {
	position: relative;
}
.agenda .calendar-box .month span.arrow {
	font-weight: 700;
	font-size: 2rem;
	cursor: pointer;
	transition: color 500ms,
				background-color 500ms;
}
.agenda .calendar-box .month span.arrow:hover {
	color: #fff;
	background-color: #f08d00;
}
.agenda .calendar-box .month .month-selected {
	position: relative;
}
.agenda .calendar-box .month .list-months {
	position: absolute;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.agenda .calendar-box .month .list-months .row {
	margin-left: 0;
	margin-right: 0;
}
.agenda .calendar-box .month .list-months .row > div {
	padding-left: 0;
	padding-right: 0;
}
.agenda .calendar-box .month .list-months .row span {
	padding: 22px 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.agenda .calendar-box .month .list-months .row span:hover {
	background-color: #f08d00;
}
.agenda .calendar-box .month .list-months .row span.actual {
	background-color: #f08d00;
}
.agenda .calendar-box .month .list-months .row span.selected {
	background-color: #666;
}

.agenda .calendar-box .month table thead tr th.actual {
	background-color: #000;
	color: #fff;
}
.agenda .calendar-box .month .list-years {
	position: absolute;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.agenda .calendar-box .month .list-years .row {
	margin-left: 0;
	margin-right: 0;
}
.agenda .calendar-box .month .list-years .row > div {
	padding-left: 0;
	padding-right: 0;
}
.agenda .calendar-box .month .list-years .row span {
	padding: 33px 0;
	display: inline-block;
	width: 100%;
	cursor: pointer;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.agenda .calendar-box .month .list-years .row span:hover {
	background-color: #f08d00;
}
.agenda .calendar-box .month .list-years .row span.actual {
	background-color: #f08d00;
}
.agenda .calendar-box .month .list-years .row span.selected {
	background-color: #666;
}
.agenda .calendar-box .month h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin: 0;
}
.agenda .calendar-box .month h3 time {
    cursor: pointer;
    padding: 0.5rem 0.5rem;
	transition: color 500ms,
				background-color 500ms;
}
.agenda .calendar-box .month h3 time:hover {
	color: #fff;
	background-color: #f08d00;
}
.agenda .calendar-box .month table {
    
}
.agenda .calendar-box .month table thead th {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.5rem;
}
.agenda .calendar-box .month table tbody td {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    padding: 5px;
}
.agenda .calendar-box .month table tbody td.prevMonth,
.agenda .calendar-box .month table tbody td.nextMonth {
    color: #ccc;
}
.agenda .calendar-box .month table tbody td.actual div {
	color: #fff;
	display: block;
	background-color: #000;
	padding: 0.1rem 0.4rem;
	width: 34px;
	margin: 0 auto;
	border-radius: 100%;
}
.agenda .calendar-box .month table tbody td.event a {
	color: #fff;
	display: block;
	background-color: #ccc;
	padding: 0.1rem 0.4rem;
	width: 34px;
	margin: 0 auto;
	border-radius: 100%;
	text-align: center;
}
.agenda .calendar-box .month table tbody td.actual.event a {
	-webkit-box-shadow: 0px 0px 0px 2px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 2px rgb(0, 0, 0);
    box-shadow: 0px 0px 0px 2px rgb(0, 0, 0);
}
.agenda .calendar-box .month table tbody td.event a:hover {
	text-decoration: none;
    background-color: #f08d00;
}
.agenda footer {
    margin-top: 0.5rem;
}
.agenda footer .archive {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.gallery-swiper {
    margin: 1rem 0 2rem;
}
.gallery-swiper > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
    color: #f08d00;
    padding: 1.5rem 1.4rem;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.gallery-swiper .swiper-button-prev:not(.swiper-button-disabled):hover,
.gallery-swiper .swiper-button-next:not(.swiper-button-disabled):hover {
    color: #000;
    background-color: #fff;
}
.gallery-swiper .swiper-button-prev:after,
.gallery-swiper .swiper-button-next:after {
    font-size: 2rem;
}
.gallery-swiper .swiper-button-prev {
    left: 0;
    transform: translateX(-100%);
}
.gallery-swiper .swiper-button-next {
    right: 0;
    transform: translateX(100%);
}
.gallery-swiper:hover .swiper-button-prev,
.gallery-swiper:hover .swiper-button-next {
    transform: translateX(0);
}

.wp-block-image.size-full > img {
    width: 100%;
}

.default-page {
    min-height: 600px;
}


/*--- WIDGETS ---------------------------------------------------------------------------------------------------------------------*/
.widget {
    margin-bottom: 4rem;
}
/*
.widget h2 {
	font-weight: 800;
	font-style: italic;
	font-size: 2.4rem;
	text-transform: uppercase;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
    line-height: 1;
}
*/
.widget > .osservatorio {
    
}
.widget > .osservatorio header {
    
}
.widget > .osservatorio header p {
    font-weight: 700;
}
.widget > .osservatorio article {
    
}
.widget > .osservatorio article h3 {
    font-family: 'Pridi', serif;
    font-size: 1.1rem;
    font-weight: 600;
}
.widget > .osservatorio article h3 a {
    color: #000;
}
.widget > .osservatorio article figure {
	max-width: 70%;
	margin-bottom: 0.5rem;
}

.widget > .percorsiconibambini {
    
}
.widget > .percorsiconibambini h2 {
    margin: 0;
}
.widget > .percorsiconibambini h2 span {
    display: block;
}
.widget > .percorsiconibambini h2 strong {
    color: #f08d00;
    font-weight: 700;
}
.widget > .percorsiconibambini .blog-progetti {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
}
.widget > .percorsiconibambini .blog-progetti p {
    margin: 0;
    line-height: inherit;
    font-weight: 700;
    font-style: italic;
    font-size: 1.3rem;
}
.widget > .percorsiconibambini .blog-progetti a {
    margin: 0;
    line-height: 2;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}
.widget > .percorsiconibambini article {
    margin-bottom: 1.5rem;
}
.widget > .percorsiconibambini article h3 {
    font-family: 'Pridi', serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.widget > .percorsiconibambini article h3 a {
    color: #000;
}
.widget > .percorsiconibambini article figure {
    max-width: 70%;
    margin-bottom: 0.5rem;
}
.widget > .percorsiconibambini article .project-info p {
    margin: 0 0.4rem 0 0;
}

.widget .agenda .calendar-box .output.loader {
	text-align: center;
	background-color: #f9f9f9;
	padding: 100px 0;
	margin-bottom: 20px;
}
.widget .agenda .calendar-box .output.loader:before {
	font-family: "conibambini";
	font-style: normal;
	font-weight: normal;
	content: '\e832';
	font-size: 80px;
	color: #ddd;
	animation: calendar-box-loader 1300ms infinite linear;
	display: inline-block;
}
@keyframes calendar-box-loader {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.widget .agenda .calendar-box {
    font-family: 'Pridi', serif;
    border-bottom: 1px solid #e8e8e8; 
}


/*--- WIDGETS {EN} -----------------------------------------------------------------------------------------------------------------*/
.widget .content-en {
    
}
.widget .content-en h2 strong {
    color: #f08d00;
    font-weight: 700;
}
.widget .content-en h2 span {
    display: block;
}
.widget .content-en .read-more {
    text-align: right;
    font-weight: 700;
}

/*--- HOMEPAGE ---------------------------------------------------------------------------------------------------------------------*/
.sticked-news {
    position: relative;
    margin-bottom: 4rem;
}
.sticked-news .left-news-swiper {
    
}
.sticked-news .left-news-swiper figure {
	margin: 0;
	font-family: 'Pridi', serif;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1;
}
.sticked-news .left-news-swiper figure a {
    position: relative;
    display: block;
}
.sticked-news .left-news-swiper figure a:before {
	content: attr(title);
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	color: #000;
	background-color: #fff;
	max-width: 75%;
	display: inline-block;
    padding: 0.2rem 1rem;
}
.sticked-news .right-news-swiper {
    width: 100%;
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.sticked-news .right-news-swiper .project {
    /*margin-bottom: 2rem;*/
}
.sticked-news .right-news-swiper .project:last-child {
    margin-bottom: 0;
}
.sticked-news .right-news-swiper .project figure {
    width: 25%;
}
.sticked-news .right-news-swiper .project figure img {
    
}
.sticked-news .right-news-swiper .project .desc {
    width: 75%;
    margin-left: 1rem;
    color: #ccc;
    transition: color 300ms ease-in-out;
}
.sticked-news .right-news-swiper .project .desc h2 {
	font-family: 'Pridi', serif;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 0.1rem 0;
	letter-spacing: 0.04rem;
	font-style: normal;
	border: 0;
	padding: 0;
}
.sticked-news .right-news-swiper .project .desc h2 a {
	color: #000;
    text-decoration: none;
}
.sticked-news .right-news-swiper .project .desc h2 a:hover {
	color: #000;
    text-decoration: underline;
}
.sticked-news .right-news-swiper .project .desc p {
	font-size: 0.9rem;
	line-height: 1.1;
	margin: 0;
}
.sticked-news .right-news-swiper .project:hover .desc {
    color: #000;
}

.sticked-news .right-news-swiper .swiper-wrapper {
    flex-direction: row;
}
.sticked-news .right-news-swiper .swiper-wrapper .swiper-slide {
    /*height: calc(100% / 3);*/
    /*min-height: 127px;*/
    height: auto;
}

.sticked-news .right-news-swiper .swiper-pagination-bullets {
    bottom: 0;
    text-align: left;
}
.sticked-news .right-news-swiper .swiper-pagination-bullets span {
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    color: #f08d00;
}
.sticked-news .right-news-swiper .swiper-pagination-bullets span.swiper-pagination-bullet-active > span {
    background-color: #f08d00;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0px 5px;
    display: inline-block;
}
.sticked-news .right-news-swiper .swiper-pagination-bullets span.swiper-pagination-bullet:after {
	content: "-";
    font-weight: 500;
    margin: 0 0.3rem;
    color: #000;
}
.sticked-news .right-news-swiper .swiper-pagination-bullets span.swiper-pagination-bullet:last-child:after {
	content: "";
    margin: 0;
}

.important-messages {
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    padding: 0.8rem 0 1rem;
}
.important-messages p {
    margin: 0;
}
.important-messages span {
    color: #f08d00;
}

.mappa-progetti {
    margin-top: 3rem;
}


/*--- HOMEPAGE {EN} ---------------------------------------------------------------------------------------------------------------*/
.home-en {
    
}
.home-en .banner-top {
    margin-bottom: 4rem;
}


/*--- NEWS (ARCHIVE) --------------------------------------------------------------------------------------------------------------*/
.archive-post .filters {
    margin-bottom: 3rem;
}
.archive-post .filters h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.archive-post .filters ul {
	margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
}
.archive-post .filters ul li {
	margin: -1px 0 0 -1px;
    padding: 0;
    list-style-type: none;
}
.archive-post .filters ul li:first-child {
	
}
.archive-post .filters ul li a {
	display: block;
    border: 1px solid #f08d00;
    color: #000;
    padding: 0.3rem 1rem 0.5rem 1rem;
}
.archive-post .filters ul li a:hover {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}
.archive-post .filters ul li.active a {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}

/*--- NEWS (SINGLE) --------------------------------------------------------------------------------------------------------------*/
.single-news-post {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.single-news-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-news-post .header {
    margin-bottom: 2rem;
}
.single-news-post .header > .left {
    margin-right: 1rem;
    width: 45%;
}
.single-news-post .header > .left h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 1rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-news-post .header > .left time {
    font-size: 1rem;
    color: #999;
    margin: 0 0.4rem 0.5rem 0;
}
.single-news-post .header > figure {
    width: 55%;
}
.single-news-post .image-caption {
	margin-top: -1.7rem;
	text-align: right;
	margin-bottom: 3rem;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 300;
}


/*--- OSSERVATORIO (ARCHIVE) -----------------------------------------------------------------------------------------------------*/
.archive-osservatorio {
    margin-bottom: 4rem;
}
.archive-osservatorio header {
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.2;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
}
.archive-osservatorio h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.archive-osservatorio ul.tags-filter {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
.archive-osservatorio ul.tags-filter li {
    margin: 0 0.4rem 0.3rem 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}
.archive-osservatorio ul.tags-filter li a {
    color: #fff;
    background-color: #f08d00;
    padding: 0.1rem 0.3rem 0.2rem;
    display: block;
}
.archive-osservatorio ul.tags-filter li a:hover {
    background-color: #666;
    text-decoration: none;
}
.archive-osservatorio ul.tags-filter li.selected a {
    background-color: #000;
    text-decoration: none;
}
.archive-osservatorio .region-filter {
    margin-bottom: 2rem;
}
.archive-osservatorio .region-filter h4 {
    margin: 0 1rem 0 0;
}
.archive-osservatorio .search-results {
    
}
.archive-osservatorio .search-results h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    font-style: normal;
    border: none;
    padding: 0;
}
.archive-osservatorio .search-results .lists {
    position: relative;
    background-color: #f2f2f2;
    padding: 3rem 1rem;
}
.archive-osservatorio .search-results .lists:before {
	content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #fff;
	border-left: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.archive-osservatorio .search-results .lists:after {
	content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f2f2f2;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    opacity: 0;
}
.archive-osservatorio .search-results .lists:after {
    opacity: 0;
}
.archive-osservatorio .search-results .lists .single {
    margin-bottom: 2.5rem;
}
.archive-osservatorio .search-results .lists .single:last-child {
    margin-bottom: 0;
}
.archive-osservatorio .search-results .lists .single h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6rem;
	margin: -0.2rem 0.6rem 0 0;
	line-height: 1;
}
.archive-osservatorio .search-results .lists .single h3 a {
    color: #000;
}
.archive-osservatorio .search-results .lists .single h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.2rem 0;
}
.archive-osservatorio .search-results .lists .single h4 span {
	color: #f08d00;
}
.archive-osservatorio .search-results .lists .single h4 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.archive-osservatorio .search-results .lists .single h4 span:last-child:after {
	content: "";
    margin: 0;
}
.archive-osservatorio .search-results .lists .single figure.image-thumbnail {
    margin: 0.5rem 0 0.5rem 0;
}
.archive-osservatorio .search-results .lists .single figure.image-thumbnail > img {
    max-width: 50%;
}
.archive-osservatorio .search-results .lists .single .share-on {
	margin-bottom: 0.5rem;
}
.archive-osservatorio .search-results .lists .single p {
    margin: 0;
}
.archive-osservatorio .search-results .download-pdf {
    text-align: center;
    position: relative;
    padding-top: 1.5rem;
}
.archive-osservatorio .search-results .download-pdf a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.archive-osservatorio .search-results .download-pdf:before {
    content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f2f2f2;
	border-left: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*--- OSSERVATORIO (SINGLE) --------------------------------------------------------------------------------------------------------------*/
.single-osservatorio-post {
	
}
.single-osservatorio-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-osservatorio-post .header {
    margin-bottom: 2rem;
}

.single-osservatorio-post .header > .left {
    margin-right: 1rem;
    width: 45%;
}
.single-osservatorio-post .header > .left h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-osservatorio-post .header > .left time {
    /*
    font-size: 1rem;
    color: #999;
    margin: 0 0.4rem 0.5rem 0;
    */
}
.single-osservatorio-post .header > .left h2 {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	border: none;
	font-style: normal;
	padding: 0;
}
.single-osservatorio-post .header > .left h2 span {
	color: #f08d00;
}
.single-osservatorio-post .header > .left h2 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.single-osservatorio-post .header > h2 span:last-child:after {
	content: "";
    margin: 0;
}
.single-osservatorio-post .header > figure {
    width: 55%;
}
.single-osservatorio-post .image-caption {
	margin-top: -1.7rem;
	text-align: right;
	margin-bottom: 3rem;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: 300;
}
.single-osservatorio-post .header > h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-osservatorio-post .header > h2 {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	border: none;
	font-style: normal;
	padding: 0;
}
.single-osservatorio-post .header > h2 span {
	color: #f08d00;
}
.single-osservatorio-post .header > h2 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.single-osservatorio-post .header > h2 span:last-child:after {
	content: "";
    margin: 0;
}
.single-osservatorio-post .content-gutenberg {
    border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.single-osservatorio-post .download-pdf {
    text-align: center;
}
.single-osservatorio-post .download-pdf a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.single-osservatorio-post .back-to {
	margin-top: 4rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	color: #f08d00;
}
.single-osservatorio-post .back-to:before {
	content: "::";
    margin-right: 0.2rem;
}
.single-osservatorio-post .back-to:after {
	content: "::";
    margin-left: 0.2rem;
}


/*--- OSSERVATORIO (ARCHIVE) -----------------------------------------------------------------------------------------------------*/
.archive-bandi {
    margin-bottom: 4rem;
}
.archive-bandi header {
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.2;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
}
.archive-bandi h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.archive-bandi ul.tags-filter {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}
.archive-bandi ul.tags-filter li {
    margin: 0 0.4rem 0.3rem 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}
.archive-bandi ul.tags-filter li a {
    color: #fff;
    background-color: #f08d00;
    padding: 0.1rem 0.3rem 0.2rem;
    display: block;
}
.archive-bandi ul.tags-filter li a:hover {
    background-color: #666;
    text-decoration: none;
}
.archive-bandi ul.tags-filter li.selected a {
    background-color: #000;
    text-decoration: none;
}
.archive-bandi .region-filter {
    margin-bottom: 2rem;
}
.archive-bandi .region-filter h4 {
    margin: 0 1rem 0 0;
}
.archive-bandi .search-results {
    
}
.archive-bandi .search-results h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
    font-style: normal;
    border: none;
    padding: 0;
}
.archive-bandi .search-results .lists {
    position: relative;
    background-color: #f2f2f2;
    padding: 3rem 1rem;
}
.archive-bandi .search-results .lists:before {
	content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #fff;
	border-left: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.archive-bandi .search-results .lists:after {
	content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f2f2f2;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    opacity: 0;
}
.archive-bandi .search-results .lists:after {
    opacity: 0;
}
.archive-bandi .search-results .lists .single {
    margin-bottom: 2.5rem;
}
.archive-bandi .search-results .lists .single:last-child {
    margin-bottom: 0;
}
.archive-bandi .search-results .lists .single h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6rem;
	margin: -0.2rem 0.6rem 0 0;
	line-height: 1;
}
.archive-bandi .search-results .lists .single h3 a {
    color: #000;
}
.archive-bandi .search-results .lists .single h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 1.2rem 0;
}
.archive-bandi .search-results .lists .single h4 span {
	color: #f08d00;
}
.archive-bandi .search-results .lists .single h4 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.archive-bandi .search-results .lists .single h4 span:last-child:after {
	content: "";
    margin: 0;
}
.archive-bandi .search-results .lists .single p {
    margin: 0;
}
.archive-bandi .search-results .download-pdf {
    text-align: center;
    position: relative;
    padding-top: 1.5rem;
}
.archive-bandi .search-results .download-pdf a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
}
.archive-bandi .search-results .download-pdf:before {
    content: "";
	border-bottom: 0 solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #f2f2f2;
	border-left: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.archive-bandi .single {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.archive-bandi .single .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    /*margin-bottom: 1rem;*/
    padding-bottom: 0.5rem;
    line-height: 1;
}
.archive-bandi .single .header {
    margin-bottom: 1rem;
    padding-top: 0;
    position: relative;
}
.archive-bandi .single .header.bando-expired:before {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #d9534f transparent transparent;
}
.archive-bandi .single .header.bando-expired:after {
	content: attr(data-text-expired);
	position: absolute;
	top: 27px;
	right: 10px;
	transform: rotateZ(45deg);
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9rem;
}
.archive-bandi .single .header > h2 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
    max-width: 80%;
}
.archive-bandi .single .header > h3 {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	border: none;
	font-style: normal;
	padding: 0;
    max-width: 80%;
}
.archive-bandi .single .header > h3 strong {
    margin-right: 0.3rem;
}
.archive-bandi .single .header > h3 span {
	color: #f08d00;
}
.archive-bandi .single .header > h3 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.archive-bandi .single .header > h3 span:last-child:after {
	content: "";
    margin: 0;
}
.archive-bandi .single figure.image-thumbnail {
    margin: 0 0 0.5rem 0;
}
.archive-bandi .single figure.image-thumbnail > img {
    max-width: 50%;
}


/*--- BANDI E INIZIATIVE (SINGLE) --------------------------------------------------------------------------------------------------------------*/
.single-bando-post {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.single-bando-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    /*margin-bottom: 1rem;*/
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-bando-post .header {
    margin-bottom: 2rem;
    padding-top: 1rem;
    position: relative;
}
.single-bando-post .header.bando-expired:before {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #d9534f transparent transparent;
}
.single-bando-post .header.bando-expired:after {
	content: attr(data-text-expired);
	position: absolute;
	top: 27px;
	right: 10px;
	transform: rotateZ(45deg);
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9rem;
}
.single-bando-post .header > h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
    max-width: 80%;
}
.single-bando-post .header > h2 {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	border: none;
	font-style: normal;
	padding: 0;
    max-width: 80%;
}
.single-bando-post .header > h2 strong {
    margin-right: 0.3rem;
}
.single-bando-post .header > h2 span {
	color: #f08d00;
}
.single-bando-post .header > h2 span:after {
	content: "+";
    margin: 0 0.3rem;
}
.single-bando-post .header > h2 span:last-child:after {
	content: "";
    margin: 0;
}
.single-bando-post .header .expired {
	display: none;
    margin-bottom: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #d9534f;
	margin-top: -0.2rem;
}
.single-bando-post > figure {
    margin-bottom: 2rem;
}
.single-bando-post > figure img {
    max-width: 50%;
}


/*--- AGENDA (ARCHIVE) -----------------------------------------------------------------------------------------------------*/
.archive-agenda .filters {
    margin-bottom: 3rem;
}
.archive-agenda .filters h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.archive-agenda .filters ul {
	margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
}
.archive-agenda .filters ul li {
	margin: -1px 0 0 -1px;
    padding: 0;
    list-style-type: none;
}
.archive-agenda .filters ul li:first-child {
	
}
.archive-agenda .filters ul li a {
	display: block;
    border: 1px solid #f08d00;
    color: #000;
    padding: 0.3rem 1rem 0.5rem 1rem;
}
.archive-agenda .filters ul li a:hover {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}
.archive-agenda .filters ul li.active a {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}
.archive-agenda .container-events {
    
}
.archive-agenda .container-events article {
	margin: 0 0 2rem 0;
}
.archive-agenda .container-events article time {
	font-size: 1rem;
	color: #666;
	margin: 0 0 0.2rem 0;
}
.archive-agenda .container-events article h2 {
	font-size: 1.3rem;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0 0.5rem 0;
	padding: 0;
	line-height: 1.1;
}
.archive-agenda .container-events article h2 a {
	color: #000;
}
.archive-agenda .container-events article .content {
    margin-bottom: 0.5rem;
}
.archive-agenda .container-events article .content p {
	margin: 0;
}
.archive-agenda .container-events article .bottom > * {
    margin-right: 1rem;
}
.archive-agenda .container-events article .bottom > *:last-child {
    margin: 0;
}
.archive-agenda .container-events article .bottom .share-on > a.share-btn {
    font-size: 2rem;
}


/*--- AGENDA (SINGLE) ------------------------------------------------------------------------------------------------------*/
.single-agenda-post {
	
}
.single-agenda-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-agenda-post .header {
    margin-bottom: 2rem;
}
.single-agenda-post .header > h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-agenda-post .header time {
    font-size: 1rem;
    color: #999;
    margin: 0 0.4rem 0 0;
}


/*--- SALA STAMPA (ARCHIVE) ------------------------------------------------------------------------------------------------------*/
.archive-sala-stampa {
    
}
.archive-sala-stampa .intro {
    margin-bottom: 3rem;
}
.archive-sala-stampa .filters {
    margin-bottom: 2rem;
}
.archive-sala-stampa .filters h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.archive-sala-stampa .filters ul {
	margin: 0 0 0.3rem 0;
    padding: 0;
    list-style-type: none;
}
.archive-sala-stampa .filters ul li {
	margin: -1px 0 0 -1px;
    padding: 0;
    list-style-type: none;
}
.archive-sala-stampa .filters ul li:first-child {
	
}
.archive-sala-stampa .filters ul li a {
	display: block;
    border: 1px solid #f08d00;
    color: #000;
    padding: 0.3rem 1rem 0.5rem 1rem;
}
.archive-sala-stampa .filters ul li a:hover {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}
.archive-sala-stampa .filters ul li.active a {
	color: #fff;
    background-color: #f08d00;
    text-decoration: none;
}
.archive-sala-stampa .events {
    
}
.archive-sala-stampa .events article {
    margin-bottom: 1.5rem;
}
.archive-sala-stampa .events article header time {
	font-size: 1rem;
	color: #666;
	margin: 0 0 0.2rem 0;
}
.archive-sala-stampa .events article header h2 {
	font-size: 1.3rem;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0 0.3rem 0;
	padding: 0;
	line-height: 1.1;
}
.archive-sala-stampa .events article header h3 {
	font-size: 1.1rem;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0 0.7rem 0;
	padding: 0;
	line-height: 1;
}


/*--- CONTEST (ARCHIVE) ----------------------------------------------------------------------------------------------------------*/
.archive-contest {
    
}
.archive-contest .content-gutenberg {
    margin-bottom: 3rem;
}
.archive-contest article {
    margin: 0 0 2rem 0;
    background-color: #f08d00;
}
.archive-contest article figure {
    position: relative;
    overflow: hidden;
}
.archive-contest article figure a {
    display: block;
}
.archive-contest article figure img {
    display: block;
    -webkit-transition: transform 600ms ease-in-out;
	-o-transition: transform 600ms ease-in-out;
	transition: transform 600ms ease-in-out;
}
.archive-contest article:hover figure img {
    transform: scale(1.2);
}
.archive-contest article h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: none;
	border: none;
	margin: 0;
    padding: 0;
	line-height: 1.1;
	color: #fff;
	background-color: #f08d00;
}
.archive-contest article h2 a {
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 1.5rem;
    min-height: 160px;
}


/*--- CONTEST (SINGLE) --------------------------------------------------------------------------------------------------------------*/
.single-contest-post {
    margin-bottom: 2rem;
}
.single-contest-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-contest-post .header {
    margin-bottom: 2rem;
}
.single-contest-post .header > .left {
    margin-right: 1rem;
    width: 45%;
}
.single-contest-post .header > .left h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.5rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-contest-post .header > figure {
    width: 55%;
}


/*--- FOTO (ARCHIVE) -------------------------------------------------------------------------------------------------------------*/
.archive-foto {
    
}
.archive-foto .content-gutenberg {
    margin-bottom: 3rem;
}
.archive-foto article {
    background-color: #f08d00;
    margin: 0 0 2rem 0;
}
.archive-foto article figure {
    position: relative;
    overflow: hidden;
}
.archive-foto article figure img {
    display: block;
    -webkit-transition: transform 600ms ease-in-out;
	-o-transition: transform 600ms ease-in-out;
	transition: transform 600ms ease-in-out;
}
.archive-foto article:hover figure img {
    transform: scale(1.2);
}
.archive-foto article .section {
    padding: 1.5rem;
    min-height: 160px;
}
.archive-foto article h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	text-transform: none;
	border: none;
	margin: 0 0 0.5rem 0;
    padding: 0;
	line-height: 1.1;
	color: #fff;
	background-color: #f08d00;
}
.archive-foto article h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	text-transform: none;
	border: none;
	margin: 0;
    padding: 0;
	line-height: 1.1;
	color: #fff;
	background-color: #f08d00;
}


/*--- FOTO (SINGLE) --------------------------------------------------------------------------------------------------------------*/
.single-foto-post {
    margin-bottom: 2rem;
}
.single-foto-post .page-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-style: italic;
    font-size: 2.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    line-height: 1;
}
.single-foto-post .header {
    margin-bottom: 2rem;
}
.single-foto-post .header > h1 {
	font-family: 'Pridi', serif;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	word-break: break-word;
	line-height: 1;
	margin: 0 0 0.3rem 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	border: none;
}
.single-foto-post .header > h2 {
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	border: none;
	padding: 0;
}
.single-foto-post .header > figure {
    width: 55%;
}
.single-foto-post .content-gutenberg .gallery-swiper {
    background-color: #000;
}
.single-foto-post .content-gutenberg .gallery-swiper figure {
    text-align: center;
}
.single-foto-post .content-gutenberg .gallery-swiper figure > figcaption {
    color: #fff;
    margin: 0.8rem 0 1rem 0;
}
.single-foto-post .content-gutenberg .gallery-swiper figure img {
    height: 400px;
    width: auto;
}
.single-foto-post .content-gutenberg .gallery-swiper .swiper-button-prev {
    transform: none;
}
.single-foto-post .content-gutenberg .gallery-swiper .swiper-button-next {
    transform: none;
}


/*--- VIDEO (ARCHIVIO) ------------------------------------------------------------------------------------------------------------------*/
.archive-video {
    
}
.archive-video .video-sticked {
	border-top: 1px solid #e8e8e8;
	padding-top: 2rem;
}
.archive-video .video {
	margin-bottom: 3rem;
}
.archive-video .video h2 {
	font-family: 'Pridi', serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0 1rem 0;
	padding: 0;
}
.archive-video .video-sticked.video h2 {
	margin: 0 0 0 0;
}
.archive-video .video h3 {
	font-weight: 400;
	font-size: 1.1rem;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0.6rem 0 0;
	padding: 0;
}
.archive-video .video figure {
	position: relative;
	margin: 0 0 0.5rem 0;
	height: 180px;
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.archive-video .video-sticked.video figure {
    height: 420px;
	margin: 0 0 0 0;
}
.archive-video .video figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: background 600ms cubic-bezier(.17,.84,.44,1);
	-o-transition: background 600ms cubic-bezier(.17,.84,.44,1);
	transition: background 600ms cubic-bezier(.17,.84,.44,1);
}
.archive-video .video figure:hover:after {
    /*background-color: rgba(0, 0, 0, .7);*/
}
.archive-video .video figure .play {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 60px;
	margin: auto;
	right: 0;
	bottom: 0;
    /*
    -webkit-transition: filter 600ms cubic-bezier(.17,.84,.44,1);
	-o-transition: filter 600ms cubic-bezier(.17,.84,.44,1);
	transition: filter 600ms cubic-bezier(.17,.84,.44,1);
    */
}
.archive-video .video.video-sticked figure .play {
    width: 120px;
}
.archive-video .video figure:hover .play {
	filter: invert(48%) sepia(13%) saturate(5207%) hue-rotate(370deg) brightness(112%) contrast(80%);
}


/*--- VIDEO (SINGLE) ------------------------------------------------------------------------------------------------------------------*/
.single-video-post {
    
}
.single-video-post .video {
	margin-bottom: 3rem;
}
.single-video-post .video h2 {
	font-family: 'Pridi', serif;
	font-weight: 600;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}
.single-video-post .video h3 {
	font-weight: 400;
	font-size: 1.1rem;
	font-style: normal;
	text-transform: none;
	border: none;
	margin: 0 0.6rem 0 0;
	padding: 0;
}
.single-video-post .video iframe {
    
}


/*--- STAFF ---------------------------------------------------------------------------------------------------------------------*/
.page-staff {
    
}
.page-staff .section {
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
}
.page-staff .section h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	margin: 0 0 3rem 0;
	border: none;
	border-top: 1px solid #e8e8e8;
	padding-top: 1.6rem;
}
.page-staff .section .member-row {
	
}
.page-staff .section .member-row .member {
	text-align: center;
    margin-bottom: 1.5rem;
    padding: 0;
}
.page-staff .section .member-row .member figure {
	overflow: hidden;
    margin-bottom: 1rem;
}
.page-staff .section .member-row .member figure img {
	max-width: 128px;
    border-radius: 100%;
}
.page-staff .section .member-row .member h3 {
	text-transform: none;
	font-weight: 700;
	font-size: 1.1rem;
    margin-bottom: 0.2rem;
}
.page-staff .section .member-row .member p {
    margin: 0;
    font-size: 0.8rem;
}


.page-staff hr {
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
}
.page-staff .content-gutenberg h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 0 3rem 0;
}
.page-staff .content-gutenberg .wp-block-columns {
    margin-bottom: 0;
}
.page-staff .content-gutenberg .wp-block-column {
    text-align: center;
    margin-bottom: 2rem;
}
.page-staff .content-gutenberg .wp-block-column:not(:first-child) {
    /*margin: 0;*/
}
.page-staff .content-gutenberg .wp-block-column .wp-block-image {
    margin: 0 auto 1rem auto;
}
.page-staff .content-gutenberg .wp-block-column .wp-block-image img {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
    max-width: 128px;
    border-radius: 100%;
}
.page-staff .content-gutenberg .wp-block-column h3 {
	text-transform: none;
	font-weight: 700;
	font-size: 1.1rem;
    margin-bottom: 0.2rem;
}
.page-staff .content-gutenberg .wp-block-column p {
    margin: 0;
    font-size: 0.8rem;
}


/*--- PAGINA RICERCA -------------------------------------------------------------------------------------------------------------*/
.search-site {
    
}
.search-site .search-result-item {
    margin-bottom: 2rem;
}
.search-site .search-result-item h2 {
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	border: none;
	padding: 0;
	line-height: 1;
	font-family: 'Pridi', serif;
	font-size: 1.3rem;
    margin-bottom: 0.2rem;
}
.search-site .search-result-item h2 a {
	color: #000;
}
.search-site .search-result-item h3 {
	font-size: 1.1rem;
	font-weight: 500;
}
.search-site .search-result-item h3 a {
	text-transform: uppercase;
}


/*--- MAIN -----------------------------------------------------------------------------------------------------------------------*/
main {
    margin-top: 4rem;
}

/*--- FOOTER ---------------------------------------------------------------------------------------------------------------------*/
footer.primary {
    margin-top: 4rem;
    background: rgb(251,176,59);
    background: -moz-linear-gradient(90deg, rgba(251,176,59,1) 0%, rgba(241,90,36,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(251,176,59,1) 0%, rgba(241,90,36,1) 100%);
    background: linear-gradient(90deg, rgba(251,176,59,1) 0%, rgba(241,90,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb03b",endColorstr="#f15a24",GradientType=1);
    color: #fff;
    padding: 0.5rem 0 2rem;
}
footer.primary .back-to-top {
    margin-bottom: 1rem;
}
footer.primary .back-to-top span {
    font-size: 2.5rem;
    cursor: pointer;
    -webkit-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}
footer.primary .back-to-top span:hover {
    color: #000;
}
footer.primary .left img {
    width: 200px;
}
footer.primary .center {
    margin: 0 2.5rem;
}
footer.primary .center p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
footer.primary .center ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8rem;
}
footer.primary .center ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.primary .center ul li:after {
    content: "/";
    margin: 0 0.2rem;
}
footer.primary .center ul li:last-child:after {
    content: "";
    margin: 0;
}
footer.primary .center ul li a {
    color: #fff;
}
footer.primary .right img {
    width: 130px;
}
footer.primary .w3c {
    margin-top: 1rem;
}
footer.primary .w3c svg {
    width: 30px;
}
footer.primary .w3c svg path {
    fill: #fff;
    transition: fill 300ms;
}
footer .w3c svg:hover path {
    fill: #000;
}