/*
	Theme Name: Trelogo
	Theme URI: https://www.radicitreviso.com/
	Description: 
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.trelogo.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	overflow-y: scroll;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    display:table;
}

aside {
	max-width: 100%;
}

.clear::after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#3e3e3e;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	-webkit-text-stroke-width: 1px;
}
html[lang=de-DE] h1 {
	font-size: 50px;
}
h2 {
	-webkit-text-stroke-width: 1px;
}
h3 {
	letter-spacing: 2px;
}
h4 {
}
h5 {
}
h6 {
}
strong, b {
	font-family: Roboto-ExtraBold;		
}
.safari strong, 
.safari b {
	font-weight: bold;
	letter-spacing: 0.5px;
	text-shadow: 1px  -0.5px 0 black;
	font-family: Roboto-Light;	
}
.divider {
	
}
.pulsante {
	
}
.pulsante:hover {
	
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	padding-left: 5%;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.flex-mobile .left,
.flex-mobile .right {
	width: 50%;
}
.reverse-mobile {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fd175b;
	border-color: #fd175b transparent #fd175b transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}

/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}
::placeholder {
	color: #000;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #000;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/** TABS **/

.tabulator {
    position: relative;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabulator button {
    border: none;
    position: relative;
    background-color: transparent;
}
.tabulator button h2 {
	text-transform: uppercase;
    color: #5b6670;
    font-family: Roboto-ExtraBold;
    font-size: 30px !important;
}
.tabulator tab {
    width: 100%;
    display: block;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-bottom: 3px solid #5b6670;
    color: #5b6670;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion::after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active::after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 80%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 25px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
    height: auto;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6 {
    font-weight: 400;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
    color: #fff;
}	
.lightbox-wrapper .lightbox-container img {
	display: block;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: 100%;
	display: block;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 20px;
	cursor: pointer;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}

@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.delay-200 {
	transition-delay: 200ms;
}
.fade-in.delay-400 {
	transition-delay: 400ms;
}
.fade.delay-200 {
	transition-delay: 200ms;
}
.fade.delay-400 {
	transition-delay: 400ms;
}

.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------

@font-face {
	font-family:'Heebo-Light';
	src:url('fonts/Heebo-Light/Heebo-Light.eot');
	src:url('fonts/Heebo-Light/Heebo-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Heebo-Light/Heebo-Light.woff') format('woff'),
		url('fonts/Heebo-Light/Heebo-Light.ttf') format('truetype'),
		url('fonts/Heebo-Light/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 500px;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 10px 0 0;
}
.wpml-ls-current-language {
	padding-right: 5px !important;
}
/* logo */
.logo {
	position: absolute;
	top: 35%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #617984;
	display: flex;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #fff;
	text-transform: uppercase;
}
.nav a:hover {
	
}
.nav .current_page_item a {
	
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
ul .wpml-ls-menu-item a {
	width: 25px;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
}
.openclose .tre {
	width: 12px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
/** MEGA MENU **/

.sub-menu {
    display: none;
}

nav.nav ul .mega-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    background-color: #141414;
    color: white;
    padding: 20px;
    opacity: 0.0;
    transition: opacity 0.68s ease, color 0.68s ease;
    pointer-events: none;
}
.pagina-mobile nav.nav ul .mega-menu {
    top: 0;
    height: 100vh;
    flex-direction: column;
    padding-top: 150px;
}
nav .mega-left picture {
    display: block;
}
nav.nav.show-mega ul .mega-menu picture img {
    width: 100%;
    display: block;
    max-width: unset;
    margin: 0;
}
nav.show-mega ul .mega-menu.open {
    display: flex;
    opacity: 1.0;
    z-index: 1;
    pointer-events: initial;
}

nav ul .mega-menu .mega-left {
    width: 40%;
    padding: 20px;
}
nav ul .mega-menu .mega-right {
    width: 60%;
    padding: 20px;
}
.pagina-mobile nav ul .mega-menu .mega-left {
    width: 100%;
    position: relative;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu .mega-right {
    width: 100%;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu.open .mega-left {
    left: 0vw;
    display: none;
}
.pagina-mobile nav ul .mega-menu.open .mega-right {
    left: 0vw;
}
.nav ul .mega-menu ul.sub-menu {
    display: grid;
    grid-template-columns: 1fr;
}
.nav ul .mega-menu.open ul.sub-menu {
    display: grid;
}

/* footer */
.footer {
	text-align: left;
	padding: 60px 5% !important;
	position: relative;
}
.footer > div {
	width: 100%;
	padding: 30px 0;
}
.footer #media_image-3 img {
	max-width: 150px !important;
}
.footer h3 {
	padding-top: 30px;
}
.footer #text-3 a {
	display: inline-block;
}
.footer #text-3 p {
	font-family: Roboto-ExtraBold;
}
.footer #text-3 img {
	max-height: 30px !important;
	text-align: left;
	margin: 10px 0;
}
.footer #text-5 {
	font-family: Roboto-ExtraBold;
	padding-top: 30px;
}
.footer-bottom {
	padding-top: 30px;
}
.footer #media_image-4 img {
	max-width: 80px !important;
	margin-top: 30px;
}
.footer #custom_html-2 p {
	text-transform: uppercase;
	padding: 30px 0 10px;
}
.footer #custom_html-2 img {
	max-width: 120px !important;
}
.footer #custom_html-3 img,
.footer #custom_html-4 img {
	max-width: 50px !important;
}
.footer .custom-shape-divider-top-1741799203 {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    display: none;
}

.footer .custom-shape-divider-top-1741799203 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 200px;
}

.footer .custom-shape-divider-top-1741799203 .shape-fill {
    fill: #ededed;
}
.footer h3 {
	font-size: 18px !important;
	padding-bottom: 10px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------COMING SOON------------------*/
.coming-soon .openclose,
.coming-soon .nav,
.coming-soon .footer-bottom,
.coming-soon .header {
	display: none;
}
.coming-soon .logo {
	position: relative;
	text-align: center;
	width: 100%;
	left: 0;
	top: 25%;
	padding: 60px 0;
}
.coming-soon .logo img {
	width: 80%;
	max-width: 500px;
}
.coming-soon .footer-widget-area {
	text-align: center;
}
.coming-soon .footer-widget-area a {
	font-weight: bold;
}
.coming-soon .footer-widget-area img {
	max-width: 200px !important;
}
#coming .row-1 {
	background-image: url(img/coming/banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 80vh;
	position: relative;
}
#coming .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#coming h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 7vw;
}
.coming-soon .footer-widget-area {
	display: block;
}
.coming-soon .header-widget-area {
	display: none;
}



/*--------------HOME------------------*/
.header-widget-area {
	display: block;
}
.footer-widget-area {
	display: none;
}
#home .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	clip-path: ellipse(200% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#home .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#home .row-2 {
	padding: 60px 0 0;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#home .row-2 h3 {
	padding-bottom: 20px;
	padding-top: 60px;
}
#home .row-2 span {
	font-family: Roboto-ExtraBold;
}
#home .row-3 {
	background-color: #ededed;
	clip-path: ellipse(250% 100% at 50% 0%);
	padding: 0 5% 60px;
	position: relative;
}
#home .row-3 h3 {
	color: #fff;
}
#home .row-3 a {
	color: #fff;
}
#home .row-3 .content {
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.circle {
	border-radius: 50%;
	padding: 50px;
	height: 340px;
	width: 340px;
	margin-top: 60px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
.circle h2 {
	padding-bottom: 20px;
}
/* colori dei cerchi */
.circle.concerti {
    background-color: var(--colore-concerti);
    border: 3px solid var(--colore-concerti);
}
.circle.cultura {
    background-color: var(--colore-cultura);
    border: 3px solid var(--colore-cultura);
}
.circle.media {
    background-color: var(--colore-media);
    border: 3px solid var(--colore-media);
}
.circle.natura {
    background-color: var(--colore-natura);
    border: 3px solid var(--colore-natura);
}
.circle.incontri {
    background-color: var(--colore-incontri);
    border: 3px solid var(--colore-incontri);
}
.circle.due_passi,
.circle.due-passi {
    background-color: var(--colore-due-passi);
    border: 3px solid var(--colore-due-passi);
}
/* colore dei cerchi active */
.single .flex .circle.active,
.single .flex .circle:hover {
    border: 3px solid black;
    background: #ffffff;
}
.single .flex .circle.concerti.active,
.single .flex .circle.concerti:hover  {
    border-color: var(--colore-concerti);
}
.single .flex .circle.concerti.active h2,
.single .flex .circle.concerti.active p,
.single .flex .circle.concerti:hover h2,
.single .flex .circle.concerti:hover p {
    color: var(--colore-concerti);
}
.single .flex .circle.cultura.active,
.single .flex .circle.cultura:hover {
    border-color: var(--colore-cultura);
}
.single .flex .circle.cultura.active h2,
.single .flex .circle.cultura.active p,
.single .flex .circle.cultura:hover h2,
.single .flex .circle.cultura:hover p {
    color: var(--colore-cultura);
}
.single .flex .circle.media.active,
.single .flex .circle.media:hover {
    border-color: var(--colore-media);
}
.single .flex .circle.media.active h2,
.single .flex .circle.media.active p,
.single .flex .circle.media:hover h2,
.single .flex .circle.media:hover p {
    color: var(--colore-media);
}

.single .flex .circle.incontri.active,
.single .flex .circle.incontri:hover {
    border-color: var(--colore-incontri);
}
.single .flex .circle.incontri.active h2,
.single .flex .circle.incontri.active p,
.single .flex .circle.incontri:hover h2,
.single .flex .circle.incontri:hover p {
    color: var(--colore-incontri);
}

.single .flex .circle.natura.active,
.single .flex .circle.natura:hover {
    border-color: var(--colore-natura);
}
.single .flex .circle.natura.active h2,
.single .flex .circle.natura.active p,
.single .flex .circle.natura:hover h2,
.single .flex .circle.natura:hover p {
    color: var(--colore-natura);
}

.single .flex .circle.due_passi.active,
.single .flex .circle.due_passi:hover {
    border-color: var(--colore-due-passi);
}
.single .flex .circle.due_passi.active h2,
.single .flex .circle.due_passi.active p,
.single .flex .circle.due_passi:hover h2,
.single .flex .circle.due_passi:hover p {
    color: var(--colore-due-passi);
}
.single .flex .circle.due-passi.active,
.single .flex .circle.due-passi:hover {
    border-color: var(--colore-due-passi);
}
.single .flex .circle.due-passi.active h2,
.single .flex .circle.due-passi.active p,
.single .flex .circle.due-passi:hover h2,
.single .flex .circle.due-passi:hover p {
    color: var(--colore-due-passi);
}

#home .custom-shape-divider-top-1741198874 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

#home .custom-shape-divider-top-1741198874 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
}

#home .custom-shape-divider-top-1741198874 .shape-fill {
    fill: #FFFFFF;
}
/*--------------RADICI------------------*/
#radici .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#radici .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#radici .row-2 {
	padding: 60px 0 0;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#radici .row-2 h2 {
	font-family: Roboto-ExtraBold;
	color: #5b6670;
	padding: 60px 5% 20px;
	letter-spacing: 3px;
	font-size: 35px !important;
    line-height: 35px !important;
}
.carosello img {
	padding: 2%;
}
#radici .row-3 {
	padding: 30px 0 60px;
}
#radici .row-3 p .gold {
	padding-top: 20px;
	display: block;
}
#radici .row-3 .brochure {
	display: flex;
	align-items: center;
	justify-content: start;
}
#radici .row-3 .brochure span {
	display: block;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 20px;
	background-color: #ededed;
	color: #5b6670;
	display: flex;
	align-items: center;
	justify-content: center;
}
#radici .row-3 .brochure h3 {
	padding:0 0 0 10px;
	text-transform: none;
}
#radici .row-3 h3 {
	padding-top: 60px;
}
.il-festival .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}

/*--------------PROGRAMMA------------------*/
#programma h1 {
	font-size: 60px;
}
#programma .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#programma .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#programma .row-2 {
	padding: 250px 0 0;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#filter-buttons {
    margin: 20px 0px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}
.filter-btn {
    padding: 8px 16px;
    background-color: #eee;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
    width: 30%;
}
.filter-btn:hover {
    background-color: #ccc;
}
.post-item {
    background-color: #828b93;
    padding: 20px;
    display: block;
}
.filter-btn.active {
    background-color: #333;
    color: #fff;
}
.filter-btn[data-type="cultura"]:hover,
.filter-btn[data-type="cultura"].active {
    background-color: var(--colore-cultura);
}
.filter-btn[data-type="due_passi"]:hover,
.filter-btn[data-type="due_passi"].active {
    background-color: var(--colore-due-passi);
}
.filter-btn[data-type="concerti"]:hover,
.filter-btn[data-type="concerti"].active {
    background-color: var(--colore-concerti);
}
.filter-btn[data-type="natura"]:hover,
.filter-btn[data-type="natura"].active {
    background-color: var(--colore-natura);
}
.filter-btn[data-type="incontri"]:hover,
.filter-btn[data-type="incontri"].active {
    background-color: var(--colore-incontri);
}
#load-more {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #222;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}
#load-more:hover {
    background-color: #444;
}
#programma .row-3 {
	padding-bottom: 60px;
}
#programma .row-3 a {
	position: relative;
	display: grid;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 370px;
}
#programma .row-3 h3 {
	padding-bottom: 60px;
}
#programma .row-3 h3,
#programma .row-3 p {
	color: #fff;
}
#programma .row-3 p {
	font-family: Roboto-SemiBold;
}
#programma .row-3 .hover {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
}
.programma .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}
/*--------------SOTTOPAGINE------------------*/
#cultura .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#cultura .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
.cultura .row-2 {
	padding: 60px 0;
	background-image: url(img/cultura/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
.incontri .row-2 {
	padding: 60px 0;
	background-image: url(img/incontri/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
.concerti .row-2 {
	padding: 60px 0;
	background-image: url(img/concerti/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
.natura .row-2 {
	padding: 60px 0;
	background-image: url(img/natura/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
.due-passi .row-2 {
	padding: 60px 0;
	background-image: url(img/due-passi/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#cultura .row-2 h3 {
	padding-bottom: 20px;
	padding-top: 60px;
}
#cultura .row-3 {
	padding: 0 0 120px;
	clip-path: ellipse(250% 100% at 50% 0%);
}
#cultura .row-3 a {
	position: relative;
	display: grid;
	margin-bottom: 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 370px;
}
#cultura .row-3 h3 {
	padding-bottom: 60px;
}
#cultura .row-3 h3,
#cultura .row-3 p {
	color: #fff;
}
#cultura .row-3 p {
	font-family: Roboto-SemiBold;
}
#cultura .row-3 .hover {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
}
.incontri .row-2,
.incontri .row-3 {
	color: #fff;
}
.incontri .row-2 h3 {
	color: #fff;
}
.due-passi .row-2,
.due-passi .row-3 {
	color: #fff;
}
.due-passi .row-2 h3 {
	color: #fff;
}
#cultura .pagination {
	text-align: center;
	padding-top: 60px;
}
#cultura .pagination button {
	background-color: #fff;
	padding: 10px;
	color: #000;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
/*--------------SINGLE PAGE------------------*/
.single .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
.single .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
.single .row-2 {
	padding: 60px 0;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
.single .row-2 h2 {
	padding-bottom: 100px;
	padding-top: 180px;
	font-family: Roboto-ExtraBold;
	letter-spacing: 5px;
}
.single .row-2 p {
	line-height: 1.4;
	font-family: Roboto-ExtraBold;
}
.single .row-3 img {
	padding: 30px 0 60px;
}
.single .row-4 {
	padding: 30px 0;
}
.single .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}
.single .flex .circle {
	height: 12vw;
    width: 12vw;
	margin-top: -6vw;
	padding: 0;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.single .circle h2 {
	padding-bottom: 0;
	font-size: 6vw;
}
.single .flex .circle p {
	display: none;
	position: absolute;
	text-transform: uppercase;
	bottom: 10%;
	text-align: center;
	font-family: Roboto-ExtraBold;
	color: #fff;
}
.single .pulsante {
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-family: Roboto-ExtraBold;
	font-size: 16px;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	max-width: 250px;
}
.single .pulsante:hover {
	opacity: 0.9;
}
.single .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}

/*--------------MEDIA------------------*/
#media .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#media .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#media .row-2 {
	padding: 60px 5%;
	background-image: url(img/media/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
	background-color: #ededed;
	position: relative;
}
#media .row-2 .tabulator {
	padding-top: 60px;
}
#media .row-2 .tabulator header {
	padding-bottom: 30px;
}
.media .footer .custom-shape-divider-top-1741799203 {
	display: block;
}
#media .row-2 .tabulator a {
	display: grid;
	position: relative;
	margin-bottom: 8%;
	overflow: hidden;
}
#media .row-2 .tabulator a p {
	color: #fff;
	font-size: 20px;
}
#media .row-2 .pdf a {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	background-color: #838272;
	color: #fff;
	margin-bottom: 8%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: column;
}
#media .row-2 .pdf .testo {
	padding: 20px;
}
#media .row-2 .pdf a h3 {
	padding: 20px;
	color: #fff;
	font-size: 18px !important;
}
#media .row-2 .pdf i {
	font-size: 16px;
}
#media .row-2 video {
	width: 100%;
	height: auto;
	aspect-ratio:16/9;
}
#media .row-2 .video p {
	bottom: auto !important;
	top: 20px;
}
#media .row-2 .video a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#media .row-2 .video a img {
	max-width: 100px;
	position: absolute;
	z-index: 2;
}
/*--------------CONSIGLI------------------*/
#consigli .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#consigli .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#consigli .row-2 {
	padding: 150px 0 60px;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#consigli .row-2 .intro {
	line-height: 1.4;
    font-family: Roboto-ExtraBold;
}
#consigli .row-2 h3 {
	padding-top: 60px;
}
#consigli .row-2 a {
	text-decoration: underline;
}
#consigli .row-2 .right {
	margin-top: 30px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 70vw;
}
.consigli .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}
/*--------------AMICI------------------*/
#amici .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#amici .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#amici .row-2 {
	padding: 150px 0 60px;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#amici .row-2 p {
	line-height: 1.4;
    font-family: Roboto-ExtraBold;
    padding-bottom: 30px;
}
#amici .row-2 a {
	text-decoration: underline;
	padding: 5px 0;
	display: block;
}
#amici .row-3 {
	padding-bottom: 60px;
}
#amici .row-3 img {
	max-width: 300px;
}
.siti-amici .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}
/*--------------CONTATTI------------------*/
#contatti a {
	text-decoration: underline;
}
#contatti h2 {
	color: #5b6670;
	font-family: Roboto-ExtraBold;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 35px !important;
}
#contatti .row-1 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	clip-path: ellipse(120% 100% at 50% 0%);
	position: relative;
	z-index: 1;
}
#contatti .row-1 .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#contatti .row-2 {
	padding: 150px 0 60px;
	background-image: url(img/home/favicon.svg);
	background-position: center top;
	background-size: 300px auto;
	background-repeat: no-repeat;
	margin-top: -70px;
}
#contatti .row-2 h2 {
	padding-bottom: 30px;
}
#contatti .row-3 {
	padding-bottom: 60px;
}
#contatti .row-4 div {
	padding: 30px 0;
}
#contatti .row-5 {
	padding-bottom: 60px;
	text-align: center;
	padding-top: 20px;
}
#contatti .row-5 img {
	max-width: 250px;
	margin: 20px 0;
}
.info-e-contatti .footer {
	background-color: #ededed;
	clip-path: ellipse(200% 100% at 50% 100%);
}
/*--------------POPUP------------------*/
.popup-content {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
}
.popup-content .sfondo {
	background-color: #4D4D4D;
	width: 80%;
	height: auto;
	max-width: 800px;
	text-align: left;
	position: relative;
}
.popup-content .sfondo .testo {
	padding: 30px;
}
.popup-content .sfondo p {
	color: #fff;
	font-size: 14px;
}
.popup-content .sfondo h5 {
	color: #fff;
	padding-bottom: 10px;
}
.popup-content .sfondo h4 {
	text-align: center;
	font-size: 30px;
}
.popup-content .sfondo .close {
	cursor: pointer;
	position: relative;
	top: 0;
	right: 0;
	margin-top: -40px;
	color: #fff;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.header-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}
	.header-widget-area .widget_media_image,
	.header-widget-area .widget_text {
		width: 30%;
	}
	.header-widget-area #media_image-4 {
		margin-top: 30px;
	}
	.footer #text-5,
	.footer #text-3 {
		padding-top: 0;
	}
	.footer {
		padding: 30px 5% !important;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.footer-bottom {
		margin-top: 30px;
		border-top: 1px solid #000;
	}
	.footer #media_image-4 {
		text-align: right;
		width: 10%;
	}
	.footer #media_image-4 img {
		margin-top: 0;
	}
	.footer h3 {
		padding-top: 0;
	}
	.footer #custom_html-2 {
		padding-top: 30px;
	}
/*--------------HOME------------------*/
	#home .row-3 {
		padding: 0 0 60px;
		clip-path: ellipse(200% 100% at 50% 0%);
	}
	#home .row-3 .content {
		padding: 150px 0 0;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	.circle {
		margin-top: 0;
		width: 46%;
		margin:0 2% 4%;
	}
/*--------------RADICI------------------*/
	#radici .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	#radici .row-2 h2 {
		padding: 120px 5% 40px;
	}
	#radici .row-3 .brochure {
		margin-top: 30px;
		left: 50%;
        position: relative;
        margin-left: -60px;
	}
	#radici .row-3 .brochure span {
		width: 120px;
		height: 120px;
	}
	.il-festival .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}
/*--------------PROGRAMMA------------------*/
	#programma .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	#programma h1 {
		font-size: 80px;
	}
	#programma .row-3 .content {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#programma .row-3 a {
		width: 44%;
		margin: 3%;
		height: 325px;
	}
	#programma .row-3 .content {
		width: 96%;
	}
	.programma .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}
/*--------------SOTTOPAGINE------------------*/
	#cultura .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	#cultura .row-3 .content {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#cultura .row-3 a {
		width: 44%;
		margin: 3%;
		height: 325px;
	}
	#cultura .row-3 .content {
		width: 96%;
	}
/*--------------SINGLE PAGE------------------*/
	.single .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	.single .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}
	.single .circle {
		margin: 0;
	}
	.single .row-3 .image {
		display: flex;
		justify-content: space-between;
		align-items: start;
		padding-top: 60px;
	}
	.single .row-3 a {
		width: 48%;
	}
/*--------------MEDIA------------------*/
	#media .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	#media .row-2 {
		padding: 60px 5% 200px;
	}
	#media .row-2 .tabulator header {
		max-width: 500px;
		margin: 0 auto;
	}
	#media .row-2 .tabulator {
	    padding-top: 120px;
	}
	#media .row-2 tab .flex {
		column-count: 2;
	}
	#media .row-2 .tabulator a {
		margin-bottom: 0;
	}
	#media .row-2 .foto a {
		aspect-ratio: 16/9;
		overflow: hidden;
		margin-bottom: 4%;
		break-inside: avoid;
		display: block;
	}
	.media .footer {
		padding: 120px 5% 30px !important;
	}
	#media .row-2 .pdf a {
		overflow: auto;
		margin-bottom: 4%;
		padding: 0;
	}
/*--------------CONSIGLI------------------*/
	#consigli .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	.consigli .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}
/*--------------AMICI------------------*/
	#amici .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	.siti-amici .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		clip-path: ellipse(90% 100% at 50% 0%);
	}
	#contatti .row-5 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#contatti .row-5 img {
		width: 30%;
	}
	.info-e-contatti .footer {
		clip-path: ellipse(90% 100% at 50% 100%);
		padding: 120px 5% 30px !important;
	}

}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.lightbox-wrapper .lightbox-body {
	    height: 90vh;
	    max-height: 1000px;
	}

	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		top: 35%;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
		padding-right: 5%;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 10px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li:after {
		content: '|';
		display: inline-block;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		letter-spacing: 1px;
		padding-right: 10px;
		position: relative;
		display: inline-flex;
	}
	.pagina-desktop .nav ul li a::after {
	    content: ""; /* Necessario per creare il pseudo-elemento */
	    position: absolute;
	    bottom: -2px; /* Posiziona la riga sotto il testo */
	    left: 0;
	    width: 0; /* Larghezza iniziale */
	    height: 2px; /* Altezza della riga */
	    background-color: #fff; /* Colore della riga */
	    transition: width 0.3s ease-in-out; /* Durata e tipo di transizione */
	}
	.pagina-desktop .nav ul li a:hover::after {
		width: 90%;
	}
	ul .wpml-ls-menu-item::after {
		display: none !important;
	}
	ul .wpml-ls-menu-item a {
		width: 30px;
	}
	ul .wpml-ls-menu-item a:hover::after {
		display: none;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
		position: relative;
		left: 5%;
		top: 65%;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	.footer #custom_html-2 p {
		padding: 0 0 10px;
	}
	aside {
		max-width: 30%;
	}
	h1 {
		font-size: 145px !important;
		line-height: 135px !important;
	}
	.footer img {
	    max-width: 200px !important;
	}
/*--------------COMING SOON------------------*/
	.coming-soon.pagina-desktop .nav {
		display: none !important;
	}
	.coming-soon.pagina-desktop .logo {
		max-width: 500px;
        width:80%;
        position: relative;
        left: 0;
        margin: 0 auto;
	}
	#coming h1 {
		font-size: 4vw !important;
	}
/*--------------HOME------------------*/
	.circle {
		height: 40vw;
		width: 45%;
	}
	#home .row-1 {
		clip-path: ellipse(150% 100% at 50% 0%);
		height: 90vh;
	}
	#home .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
	}
	#home .row-3 {
		clip-path: ellipse(150% 100% at 50% 0%);
	}
/*--------------RADICI------------------*/
	#radici .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
	}
	#radici .row-2 h2 {
        padding: 200px 5% 40px;
        font-size: 40px !important;
		line-height: 40px !important;
    }
    #radici .row-3 h3 {
	    max-width: 700px;
    }
    #radici .row-3 .brochure {
	    margin-bottom: 30px;
    }
/*--------------PROGRAMMA------------------*/
	#programma .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 350px 0 0;
	}
	#programma .row-3 a {
		height: 38vw;
	}
/*--------------SOTTOPAGINE------------------*/
	#cultura .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 120px 5%;
	}
	#cultura .row-2 h3 {
		padding-top: 100px;
	}
	#cultura .row-3 {
		clip-path: ellipse(150% 100% at 50% 0%);
		padding: 0 5% 200px;
	}
	#cultura .row-3 a {
		height: 38vw;
	}
/*--------------SINGLE PAGE------------------*/
	.single .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 120px 5%;
	}
	.single .row-3 {
		display: flex;
		align-items: start;
		justify-content: space-between;
		padding: 60px 4%;
	}
	.single .row-3 .testo,
	.single .row-3 .image {
		width: 45%;
	}
	.single .row-3 img {
		padding: 0;
	}
	.single .row-3 .image {
		flex-direction: column;
		padding-top: 0;
	}
	.single .row-3 .image a {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.single .row-4 {
		padding-bottom: 60px;
	}
/*--------------MEDIA------------------*/
	#media .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
	}
	#media .row-2 .tabulator a p {
		left: 10%;
	}
/*--------------CONSIGLI------------------*/
	#consigli .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 200px 0 100px;
	}
/*--------------AMICI------------------*/
	#amici .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 400px 0 100px;
		max-width: 800px;
		text-align: center;
	}
	#amici .row-3 {
		text-align: center;
		padding-bottom: 100px;
	}
	#amici .row-3 img {
	    max-width: 500px;
	}
/*--------------CONTATTI------------------*/
	#contatti h2 {
		font-size: 40px !important;
	}
	#contatti .row-2 {
		background-size: 450px auto;
		margin-top: -105px;
		padding: 400px 0 100px;
		max-width: 800px;
		text-align: center;
	}
	#contatti .row-2 p {
		line-height: 1.6;
	}
	#contatti .row-5 img {
		max-width: 100%;
	}
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.pagina-desktop .logo {
		max-width: 250px;
		left: 10%;
	}
	.pagina-desktop .nav ul {
		padding-right: 10%;
	}
	.logo img {
	    max-width: 250px;
	}
	h2 {
		font-size: 90px !important;
		line-height: 80px !important;
	}
	h5 {
		font-size: 16px !important;
	}
	.text {
		padding-left: 10%;
	}
	.content {
		width: 80%;
		max-width: 100%;
	}
	.footer {
        padding: 60px 10% !important;
    }
    .footer #media_image-3 img {
	    max-width: 200px !important;
	}
    .popup-content .sfondo {
	    max-width: 1100px;
    }
    .header-widget-area .widget_media_image, 
    .header-widget-area .widget_text,
    .header-widget-area .widget_nav_menu {
        width: 17%;
    }
    .header-widget-area #media_image-4,
    .footer #custom_html-2 {
	    padding-top: 0;
	    margin: 0;
	}
	.footer #custom_html-3 {
		width: 5%;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		clip-path: ellipse(110% 100% at 50% 0%);
	}
	#home .row-2 {
	    padding: 60px 0 0;
	}
	#home .row-2 h3 {
		padding-top: 120px;
	}
	#home .row-3 {
		padding: 250px 0 0;
		clip-path: ellipse(150% 100% at 50% 0%);
	}
	#home .row-3 .content {
		padding: 60px 0;
	}
	.circle {
		height: 35vw;
		width: 42%;
		margin: 0 4% 8%;
		padding: 40px;
	}
	.custom-shape-divider-top-1741198874 svg {
		height: 300px;
	}

/*--------------RADICI------------------*/
	#radici .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#radici .row-1 .text {
		padding-top: 10%;
	}
	#radici .row-2 {
	    padding: 60px 0 0;
	}
	#radici .row-2 h2 {
		padding: 200px 10% 40px;
		font-size: 60px !important;
        line-height: 60px !important;
	}
	#radici .row-3 .brochure {
		margin-left: -75px;
	}
	#radici .row-3 .brochure span {
        width: 150px;
        height: 150px;
    }
    #radici .row-3 .brochure h2 {
	    font-size: 70px !important;
    }
    .il-festival .footer {
	    clip-path: ellipse(70% 100% at 50% 100%);
    }
/*--------------PROGRAMMA------------------*/
	#programma .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#programma .row-1 .text {
		padding-top: 10%;
	}
	#programma .row-3 .content {
        width: 85%;
    }
    #programma .row-3 .hover {
	    padding: 40px;
    }
    #programma .row-3 a {
		height: 34vw;
	}
	.programma .footer {
	    clip-path: ellipse(70% 100% at 50% 100%);
    }
	.filter-btn {
		width: 15%;
	}
/*--------------SOTTOPAGINE------------------*/
	#cultura .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#cultura .row-1 .text {
		padding-top: 10%;
	}
	#cultura .row-2 {
	    padding: 250px 5% 60px;
	    margin-top: -200px;
	}
	#cultura .row-2 h3 {
		padding-top: 50px;
	}
	#cultura .row-3 {
		clip-path: ellipse(150% 100% at 50% 0%);
	}
	#cultura .row-3 .content {
        width: 85%;
    }
    #cultura .row-3 .hover {
	    padding: 40px;
    }
    #cultura .row-3 a {
		height: 34vw;
	}
/*--------------SINGLE PAGE------------------*/
	.single .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	.single .row-1 .text {
		padding-top: 10%;
	}
	.single .row-2 {
	    padding: 250px 0 60px;
	    margin-top: -200px;
	}
    .single .row-2 h2 {
		font-size: 50px !important;
		line-height: 60px !important;
	}
	.single .row-2 p {
		font-size: 20px !important;
	}
	.single .row-3 p {
		font-size: 18px !important;
		line-height: 1.4;
	}
	.single .row-3 {
		padding: 60px 0;
	}
	.single .footer {
	    clip-path: ellipse(70% 100% at 50% 100%);
    }
    .single .flex .circle {
	    height: 12vw;
		width: 12vw;
		margin-top: -7vw;
    }
    .single .flex .circle:hover p {
	    display: flex;
    }
    .single .circle h2 {
	    font-size: 5vw !important;
    }
    .single .row-4 {
		padding-bottom: 120px;
	}
/*--------------MEDIA------------------*/
	#media .row-1 {
		clip-path: ellipse(100% 100% at 50% 0%);
		height: 60vh;
	}
	#media .row-1 .text {
		padding-top: 10%;
	}
	#media .row-2 {
	    padding: 60px 10% 200px;
	}
	#media .tabulator button h2 {
		font-size: 45px !important;
	}
	#media .row-2 .tabulator header {
		max-width: 94%;
		padding: 0 10% 30px;
	}
	#media .row-2 .foto a {
        margin-bottom: 3%;
    }
/*--------------CONSIGLI------------------*/
	#consigli .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#consigli .row-1 .text {
		padding-top: 10%;
	}
	#consigli .row-2 .intro {
        font-size: 20px !important;
        padding-bottom: 100px;
    }
	#consigli .row-2 .flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#consigli .row-2 .flex div {
		width: 50%;
	}
	#consigli .row-2 .flex .right {
		margin-top: 0;
		height: 40vw;
	}
	#consigli .row-2 .flex .left {
		text-align: right;
		padding:0 60px;
	}
	#consigli .row-2 .flex:nth-child(even) {
		flex-direction: row-reverse;
	}
	#consigli .row-2 .flex:nth-child(even) .left {
		text-align: left;
	}
	#consigli .row-2 h3 {
		padding-top: 0;
		
	}
/*--------------AMICI------------------*/
	#amici .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#amici .row-1 .text {
		padding-top: 10%;
	}
	#amici .row-2 {
		padding: 350px 0 200px;
	}
	#amici .row-2 p {
        font-size: 20px !important;
        padding-bottom: 60px;
    }
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		clip-path: ellipse(80% 100% at 50% 0%);
		height: 60vh;
	}
	#contatti .row-1 .text {
		padding-top: 10%;
	}
	#contatti .row-2 {
		padding: 350px 0 100px;
	}
	#contatti .row-3 {
	    padding-bottom: 100px;
	}
	#contatti .row-4 {
		max-width: 750px;
	}
	#contatti .row-5 {
		max-width: 1000px;
	}
	#contatti .row-5 img {
		margin: 40px 0;
	}
	#contatti h2 {
		font-size: 60px !important;
	}
}
@media only screen and (min-width:1600px) {
	h5 {
		font-size: 20px !important;
	}
	h3 {
		font-size: 30px !important;
	}
	h2 {
		font-size: 100px !important;
		line-height: 90px !important;
	}
/*--------------HOME------------------*/
	.custom-shape-divider-top-1741198874 svg {
		height: 350px;
	}
	#home .row-2 h3 {
        padding-top: 150px;
    }
    .circle h2 {
	    padding-bottom: 50px;
    }
    .circle {
	    width: 550px;
	    height: 550px;
    }
    #home .row-3 .content {
	    width: 100%;
    }
/*--------------RADICI------------------*/
    #radici .row-3 h3 {
        max-width: 1000px;
    }
    #radici .row-3 .brochure {
	    margin-top: 60px;
	    margin-bottom: 60px;
    }
/*--------------SOTTOPAGINE------------------*/
	#cultura .row-2 h3 {
        padding-top: 150px;
    }
/*--------------CONTATTI------------------*/
	#contatti .row-4 h3 {
		font-size: 20px !important;
	}
}

