/*
	Theme Name: Digitalia
	Theme URI: https://www.sitoweb.com/
	Description: 
	Version: 1.6.8
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: PHP, 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;
	font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use
html.lenis,
html.lenis body {
	height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: clip;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}  */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
	--primary: #0C1013;
	--secondary: #ECE9E4;
	--tertiary: #252729;
	--quaternary: #171C1F;
	--white: #ECE9E4;
	--black: #0C1013;

	--font-primary: "Instrument Serif", serif;
	--font-secondary: "Inter", sans-serif;

	--item-margin: 20px;
	--item-margin-xs: 10px;

	--space-xxs: 10px;
	--space-xs: 20px;
	--space-sm: 40px;
	--space-md: 60px;
	--space-lg: 80px;
	--space-xl: 100px;
	--space-xxl: 160px;

	--border-radius: 0;
}

/* Lenis */

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: clip;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Body */

body {
	font-family: var(--font-secondary);
	font-weight: 400;
	background-color: var(--primary);
	overflow-x: hidden;
	-webkit-appearance: none;
	color: var(--secondary);
	position: relative;
}

.page-bg-transition {
	position: fixed;
	inset: 0;
	background: var(--tertiary);
	opacity: 0;
	pointer-events: none;
	z-index: -1;
}

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;
}
.parallax {
	background-attachment: fixed;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	/* color:#000; */
	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 {
    font-weight: normal;
}
h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
h4 {
    font-weight: normal;
}
h5 {
    font-weight: normal;
}
h6 {
    font-weight: normal;
}
strong, b {
    font-weight: bold;
}
/* wrapper
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.66s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
} */
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}

.divider {
    padding: unset;
}
.pulsante {
    padding: unset;
}
.pulsante:hover {
    padding: unset;
}
.load_more {
	background-color: #E20019;
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 5px 15px;
}
.pagination {
	text-align: center;
}
.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: center;
	justify-content: center;
	flex-direction: column;
}
.ancora {
	position: relative;
	top: -70px;
	overflow: hidden;
}
/* go up button
.up-button {
	position: fixed;
	bottom: 2%;
	right: 1%;
	display: none;
	z-index: 2;
	background-color: transparent;
	color: #fff;
	padding: 5px 10px;
	border: none;
}
.up-button img {
	max-width: 30px;
}
.scroll .up-button {
	display: block;
} */
/* Cursor

.cursor-follower {
	position: fixed;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #888888;
	opacity: 0;
	z-index: 10000;
	user-select: none;
	pointer-events: none;
} */
/* 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 #fff;
	border-color: #fd175b transparent #fff 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: #fff;
}
.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 #fff;
}
.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;
}
.variable .slick-slide img {
	padding: 0 5px;
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}
.variable .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left:8px;
	padding-right: 8px;
}
/* FORM
label {
	font-size: inherit;
}
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;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator button {
    background-color: white;
    border: 2px solid grey;
    color: grey;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.tabulator tab {
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid black;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordions {
	margin-top: 30px;
}
.accordion {
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	border-bottom: 1px solid #666;
    transition: all 0.4s ease;
}
.accordion .accordion-header {
    background-color: transparent;
    width: 100%;
    border: unset;
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion-header::after {
	content: "+";
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	width: 20%;
	text-align: right;
}
.accordion-header h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active .accordion-header{
	background-color: rgb(226,0,25,0.5);
	border-radius: 10px 10px 0 0;
} 
.accordion-header:hover {
	background-color: rgb(226,0,25,0.25);
}
.accordion .accordion-header::after {
	content: "-";
}

/* Style the accordion panel. Note: hidden by default */
.accordion .panel {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.44s max-height ease-out, 0.8s opacity ease;
	color: #fff;
	text-align: left;
	border-radius: 0 0 10px 10px;
}
.accordion.active .panel {
    max-height: 600px;
	background-color: rgb(226,0,25,0.5);
}
.accordion .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;
    position: fixed;
    top: 30px;
    right: 30px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 0 auto;
    width: fit-content;
    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;
    cursor: pointer;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: unset;
    max-width: 85vw;
    max-height: 70vh;
	display: block;
    object-fit: cover;
}
.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;
	-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;
	-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;
	-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-300 {
	transition-delay: 300ms;
}
.fade-in.delay-400 {
	transition-delay: 400ms;
}
.fade-in.delay-500 {
	transition-delay: 500ms;
}
.fade-in.delay-600 {
	transition-delay: 600ms;
}
.fade.delay-200 {
	transition-delay: 200ms;
}
.fade.delay-300 {
	transition-delay: 400ms;
}
.fade.delay-400 {
	transition-delay: 400ms;
}
.fade.delay-500 {
	transition-delay: 500ms;
}
.fade.delay-600 {
	transition-delay: 600ms;
}
.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%);
}
.animated-text .word {
  white-space: nowrap;
  display: inline-block;
}
.animated-text .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
/* --------------------- MASONRY ------------------------------ */
.masonry_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.masonry_gallery > .masonry-item {
    display: block;
    width: 32.23333%;
    padding: 10px;
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    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 .popinfo-content {
    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 .popinfo-content h2 {
    margin-top: 0;
}
.popup-info .popinfo-content button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------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: right;
	font-size: 30px;
}
.popup-content .sfondo .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -40px;
	color: #fff;
}

/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr section h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr section 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: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 99999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
/* main {
	min-height: 640px;
} */
/* header */
/* .header-wrapper {
    background-color: #000;
	height: 100px;
    /*
      > header-wrapper mantiene altezza e colore del vero header per evitare lo scatto dopo scroll
    */
/* }
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
    background-color: #000;
	height: 100px;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
} /*

.pre-scroll .header {
	position: fixed;
    opacity: 0.0;
    width: 100%;
}
.pre-scroll .header.visible {
    transition: opacity 0.86s ease;
}
.scroll .header {
	z-index: 5;
    opacity: 1.0;
} */

.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: #404040;
	display: flex;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/header/favicon.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 95%;
	background-position-y: 95%;
	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: #000;
	text-transform: uppercase;
}
.nav a:hover {
	color: #c49140;
}
.nav .current_page_item a {
	color: #c49140;
	font-weight: bold;
}
.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;
} */
/* 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 **/

/* .nav .sub-menu {
	display: none;
	padding: 10px 0 0;
}
.nav .sub-menu li {
	padding: 5px 0;
}

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;
}
.footer > div {
	width: 100%;
	padding: 30px 0;
} */

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/


/* Contenitori */

.container { min-width: 1100px; }

.subcontainer { width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto; }

/* Flex */

.flex { display: flex; }

.flexcenter { align-items: center;
	justify-content: center; }

.row { flex-direction: row; }

.column { flex-direction: column; }

.row-reverse { flex-direction: row-reverse; }

.column-reverse { flex-direction: column-reverse; }

.wrap { flex-wrap: wrap; }

.space-between { justify-content: space-between; }

.justifycenter { justify-content: center; }

.alignstart { align-items: flex-start; }

.aligncenter { align-items: center; }

.alignend { align-items: flex-end; }

.justifystart { justify-content: flex-start; }

.justifyend { justify-content: flex-end; }

/* Img */

.obj-cover { object-fit: cover; }

.obj-contain { object-fit: contain; }

/* Margin */

.m0a { margin: 0 auto; }

.mla { margin-left: auto; }

.mra { margin-right: auto; }

.mta { margin-top: auto; }

.mba { margin-bottom: auto; }

/* Width */

.wh8 { width: 8.33333%; }

.wh16 { width: 16.66666%; }

.wh20 { width: 20%; }

.wh25 { width: 25%; }

.wh33 { width: 33.33333%; }

.wh40 { width: 40%; }

.wh50 { width: 50%; }

.wh60 { width: 60%; }

.wh66 { width: 66.66666%; }

.wh75 { width: 75%; }

.wh83 { width: 83.33333%; }

.wh90 { width: 90%; }

.wh100 { width: 100%; }

/* Font */

.regular { font-weight: 400; }

.medium { font-weight: 500; }

.semibold { font-weight: 600; }

.bold { font-weight: 700; }

.italic { font-style: italic; }

.uppercase { text-transform: uppercase; }

.center { text-align: center; }

.right { text-align: right; }

.left { text-align: left; }

/* Heights */

.vh33 { height: 33.33333vh; }

.vh40 { height: 40vh; }

.vh50 { height: 50vh; }

.vh60 { height: 60vh; }

.vh66 { height: 66.66666vh; }

.vh80 { height: 80vh; }

.vh100 { height: 100vh; }

.h100 { height: 100%; }

.h50 { height: 50%; }

/* Divisori */

.space-xxs { padding: var(--space-xxs); }

.space-xs { padding: var(--space-xs); }

.space-sm { padding: var(--space-sm); }

.space-md, .space { padding: var(--space-md); }

.space-lg { padding: var(--space-lg); }

.space-xl { padding: var(--space-xl); }

.space-xxl { padding: var(--space-xxl); }

.p-xxs { padding: var(--space-xxs); }

.p-xs { padding: var(--space-xs); }

.p-sm { padding: var(--space-sm); }

.p-md { padding: var(--space-md); }

.p-lg { padding: var(--space-lg); }

.p-xl { padding: var(--space-xl); }

.p-xxl { padding: var(--space-xxl); }

.py-xxs { padding-top: var(--space-xxs);
	padding-bottom: var(--space-xxs); }

.py-xs { padding-top: var(--space-xs);
	padding-bottom: var(--space-xs); }

.py-sm { padding-top: var(--space-sm);
	padding-bottom: var(--space-sm); }

.py-md { padding-top: var(--space-md);
	padding-bottom: var(--space-md); }

.py-lg { padding-top: var(--space-lg);
	padding-bottom: var(--space-lg); }

.py-xl { padding-top: var(--space-xl);
	padding-bottom: var(--space-xl); }

.py-xxl { padding-top: var(--space-xxl);
	padding-bottom: var(--space-xxl); }

.px-xs {
	padding-right: var(--space-xs);
	padding-left: var(--space-xs);
}

.pb-xxs { padding-bottom: var(--space-xxs); }

.pb-xs { padding-bottom: var(--space-xs); }

.pb-sm { padding-bottom: var(--space-sm); }

.pb-md { padding-bottom: var(--space-md); }

.pb-lg { padding-bottom: var(--space-lg); }

.pb-xl { padding-bottom: var(--space-xl); }

.pb-xxl { padding-bottom: var(--space-xxl); }

.pt-xxs { padding-top: var(--space-xxs); }

.pt-xs { padding-top: var(--space-xs); }

.pt-sm { padding-top: var(--space-sm); }

.pt-md { padding-top: var(--space-md); }

.pt-lg { padding-top: var(--space-lg); }

.pt-xl { padding-top: var(--space-xl); }

.pt-xxl { padding-top: var(--space-xxl); }

/* Position */

.p-rel { position: relative; }

.p-abs { position: absolute; }

/* Other */

a { text-decoration: none;
	cursor: pointer;
}

.padding-right-5 { padding-right: 5%; }

.padding-left-5 { padding-left: 5%; }

.padding-left { padding-left: 50px; }

.padding-right { padding-right: 50px; }

.padding-top { padding-top: 50px; }

.padding-bottom { padding-bottom: 50px; }

.bg-center { background-position: center;
	background-size: cover; }

.overflow-hidden { overflow: hidden; }

.border-radius-50 { border-radius: 50%; }

.border-radius { border-radius: var(--border-radius); }

.grecaptcha-badge { visibility: hidden !important; }

.item-margin-bottom {
	margin-bottom: var(--item-margin);
}

.item-margin-bottom-xs {
	margin-bottom: var(--item-margin-xs);
}

/* Grid */

.grid {
	display: grid;
	gap: 40px;
}

.col-2 { grid-template-columns: repeat(2, 1fr); }

.col-3 { grid-template-columns: repeat(3, 1fr); }

.col-4 { grid-template-columns: repeat(4, 1fr); }

.col-5 { grid-template-columns: repeat(5, 1fr); }

.col-6 { grid-template-columns: repeat(6, 1fr); }

.gap-xxs { gap: var(--space-xxs); }

.gap-xs { gap: var(--space-xs); }

.gap-sm { gap: var(--space-sm); }

.gap-md { gap: var(--space-md); }

.gap-lg { gap: var(--space-lg); }

.gap-xl { gap: var(--space-xl); }

.gap-xxl { gap: var(--space-xxl); }

.gap-0 { gap: 0; }

/* Titoli e Paragrafi */

h1 {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: clamp(2rem, 3.8vw, 4.5rem);
	line-height: clamp(2rem, 3.8vw, 4.5rem);
	letter-spacing: 0.025em;
}

h2 {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: clamp(2.8rem, 5.5vw, 6.5625rem);
	line-height: 1.1;
	letter-spacing: 0.01em;
}

h3 {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: clamp(1.4rem, 2.3vw, 3rem);
	line-height: 1.2;
	letter-spacing: 0.01em;
}

h4 {
	font-weight: 400;
	letter-spacing: 0.025em;
	font-size: clamp(1rem, 1.1vw, 1.25rem);
	line-height: 1.45;
}

p {
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: clamp(0.9rem, 1.1vw, 1.1rem);
	line-height: 1.45;
}

p.pre-title {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: clamp(1rem, 1.7vw, 2rem);
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.big {
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: clamp(1.1rem, 1.5vw, 1.875rem);
	line-height: 1.35;
}

ul li {
	font-size: clamp(0.9rem, 1.1vw, 1.1rem);
	line-height: 1.45;
}

/* Colors */

.primary { color: var(--primary); }

.bg-primary { background-color: var(--primary); }

.secondary { color: var(--secondary); }

.bg-secondary { background-color: var(--secondary); }

.tertiary { color: var(--tertiary); }

.bg-tertiary { background-color: var(--tertiary); }

.quaternary { color: var(--quaternary); }

.bg-quaternary { background-color: var(--quaternary); }

.white { color: var(--white); }

.bg-white { background-color: var(--white); }

.black { color: var(--black); }

.bg-black { background-color: var(--black); }

/* Cursor */

.cursor-follower {
	position: fixed;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #888888;
	opacity: 0;
	z-index: 10000;
	user-select: none;
	pointer-events: none;
}

/* Pulsanti */

.button {
	display: inline-flex;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 600;
	transition: all 0.4s;
	width: max-content;
	height: max-content;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
	position: relative;
}

.button::after {
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background: var(--white);
	bottom: -8px;
	position: absolute;
	z-index: 1;
	width: 100%;
	transition: all 0.8s ease-in-out;
}

.button:hover::after {
	width: 0;
}

/*GO TOP*/

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	z-index: 11;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#return-to-top:hover {
	background: var(--tertiary);
}

/* Overlay */

.overlay {
	top: 0;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	z-index: 10;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s linear;
	margin: auto; }

.overlay-sm { background: rgba(0,0,0,0.3); }

.overlay-lg { background: rgba(0,0,0,0.7); }

/* Header */

.main-tool-bar {
	position: fixed;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
	z-index: 11;
	background: transparent;
}

.main-tool-bar.sticky {
	background: var(--primary);
}

.menu-principale li a {
	font-weight: 400;
	transition: all 0.3s linear;
	color: var(--white);
	font-size: clamp(0.9rem, 1vw, 1rem);
	letter-spacing: -0.035em;
	font-family: var(--font-secondary);
	position: relative;
}

.main-tool-bar.sticky .menu-principale li a {
	color: var(--secondary);
}

.menu-principale li {
	list-style: none;
	align-items: center;
	display: flex;
	position: relative;
	transition: all 0.2s linear;
	text-align: center;
	width: 100px;
	justify-content: center;
}

.menu-principale li.current-menu-item a::after, .menu-principale li a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	transform-origin: top center;
	z-index: 10;
	background: var(--white);
	transition: all .35s ease;
}

.menu-principale li:hover a::after,
.menu-principale li.current-menu-item a::after{
	width: 40px;
}

.menu-principale li:hover a,
.menu-principale li.current-menu-item a {
	opacity: 0.5;
}

.menu-principale li.logo {
	width: 110px;
}

.menu-principale li.logo:hover a, .menu-principale li.logo.current-menu-item a {
	opacity: 1;
}

.menu-principale li.logo a::after {
	content: unset;
}

.logo {
	margin-left: var(--space-xs);
	margin-right: var(--space-xs);
	transition: all 0.3s linear;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(185deg) brightness(107%) contrast(96%);
}

/* Responsive */

.none-desktop { display: none; }

.none-sm { display: flex; }

/* Vimeo */

.vimeo-wrapper { position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.vimeo-wrapper iframe { position: absolute;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Img fit */

.img-fit {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}

.img-fit img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Animations */

.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.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%);
}

/* Img Hover */

.squared {
	aspect-ratio: 1;
}

.img-hover-container {
	overflow: hidden;
}

.img-hover-container img {
	transform: scale(1);
	transition: all 0.6s ease;
}

.img-hover-container:hover img {
	transform: scale(1.03);
}

/* Sticky section */

.sticky-section {
	height: 100vh;
	flex-grow: 1;
	align-self: start;
	bottom: auto;
	position: sticky;
	top: 0;
	left: 0;
}

/* Elements */

/*img:is([sizes=auto i],[sizes^="auto," i]) {*/
/*	contain-intrinsic-size: auto 300px;*/
/*}*/

.slick-track, .slide, .slide div {
	height: 100%;
}

.parallax-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.parallax-section-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: -1;
	will-change: transform;
}

.parallax-section-image {
	aspect-ratio: 16 / 9;
	height: unset;
}

.parallax-section-sm {
	height: 60vh;
}

.circle-shop {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--white);
}

.language-switcher a, .header-link a {
	color: var(--white);
	transition: all 0.3s linear;
	font-size: clamp(0.9rem, 1vw, 1rem);
	letter-spacing: -0.035em;
}

.language-switcher a:hover, .header-link a:hover {
	opacity: 0.5;
}

h1.home-title {
	font-size: clamp(6rem, 20vw, 31.25rem);
	letter-spacing: 0;
	line-height: .70;
}

/* Movimento righe titoli */

.title-align {
	text-align: center;
}

.title-align span{
	display: block;
	position: relative;
}

.title-align span:nth-child(1){
	transform: translateX(-100px);
}

.title-align span:nth-child(3){
	transform: translateX(100px);
}

/* Parallax images */

.scroll-images {
	position: relative;
	z-index: 10;
	overflow: visible;
}

.img-overlay-wrapper {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}

.text-overlay {
	position: relative;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.img-overlay {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
}

.img-overlay img {
	position: absolute;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	width: clamp(220px, 22vw, 600px);
}

.img-overlay-1 {
	left: 6%;
	top: 38%;
}

.img-overlay-2 {
	right: 10%;
	top: 15%;
}

.img-overlay-3 {
	right: 22%;
	bottom: -10%;
}

@media (max-width: 991px) {
	.img-overlay-wrapper {
		min-height: 80vh;
	}
}

/* Wine Categories */

.home-wine-list li {
	padding: 15px 0;
	border-bottom: 1px solid #ECE9E4;
}

.home-wine-list li a {
	color: var(--white);
	font-size: clamp(2.2rem, 4.5vw, 3.75rem);
	line-height: 1.18;
	font-family: var(--font-primary);
	transition: all 0.2s linear;
}

.home-wine-list li a:hover {
	font-style: italic;
}

.home-wine-list-images {
	position: relative;
	aspect-ratio: 3 / 4;
}

.wine-list-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transform: translateY(20px);
	transition: .5s ease;
}

.wine-list-image.is-active {
	opacity: 1;
	transform: translateY(0);
}

/* Content Section */

.content-section h2 {
	font-size: clamp(2rem, 5vw, 5rem);
	line-height: 1.1;
}

/* Wine Archive */

.wine-title {
	font-size: clamp(1.1rem, 1.9vw, 2.7rem);
	line-height: 1.2;
	text-align: center;
	color: var(--white);
}

.wine-archive-container {
	border: 1px solid #7C7D7B;
}

.wine-archive-container > a {
	border-right: 1px solid #7C7D7B;
	border-bottom: 1px solid #7C7D7B;
}

/* ultima colonna */
.wine-archive-container > a:nth-child(3n) {
	border-right: none;
}

/* SOLO quando la riga è completa */
.wine-archive-container > a:last-child:nth-child(3n + 1),
.wine-archive-container > a:last-child:nth-child(3n + 2),
.wine-archive-container > a:last-child:nth-child(3n) {
	border-bottom: none;
}

.wine-archive-container img, .wine-archive-container h3 {
	transition: all 0.4s ease-in-out;
}

.wine-archive-container a:hover img {
	transform: translateY(-20px);
}

.wine-archive-container a:hover h3 {
	opacity: 0.5;
}

.filter li a {
	display: inline-flex;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 600;
	transition: all 0.4s;
	width: max-content;
	height: max-content;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
	position: relative;
}

.filter li a::after {
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background: var(--white);
	bottom: -8px;
	position: absolute;
	z-index: 1;
	width: 100%;
	transition: all 0.8s ease-in-out;
}

.filter li a:hover::after {
	width: 0;
}

/* Single Wine */

.slide {
	aspect-ratio: 16 / 9;
	height: 100%;
}

.slick-list {
	width: 100%;
	height: 100%;
}

/* Pagination */

.pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
}

.nav-links { display: flex; }

.pagination a,
.pagination span {
	color: var(--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border: 1px solid var(--quaternary);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.pagination .current {
	background-color: var(--quaternary);
	color: #fff;
	border: 1px solid var(--quaternary);
}

.pagination .prev a,
.pagination .next a {
	background-color: var(--quaternary);
	color: var(--secondary);
	font-size: 1.2em;
}

.pagination .prev a:hover,
.pagination .next a:hover {
	background-color: var(--primary);
	color: #fff;
}

.pagination .current {
	pointer-events: none;
}

/* Blog */

.blog-info {
	color: var(--white);
}

.blog-info-content {
	transition: all 0.2s linear;
}

.blog-info:hover .blog-info-content {
	opacity: 0.7;
}

/* Single */

.gutenberg-content h2, .gutenberg-content h3, .gutenberg-content h4, .gutenberg-content h5, .gutenberg-content h6, .gutenberg-content p, .gutenberg-content ul, .gutenberg-content img, .gutenberg-content .wp-block-button__link {
	margin-bottom: var(--item-margin);
}

.gutenberg-content h2, .gutenberg-content h3, .gutenberg-content h4, .gutenberg-content h5, .gutenberg-content h6 {
	font-family: var(--font-primary);
}

.gutenberg-content h2 {
	font-size: clamp(1.9rem, 3.2vw, 3.8rem);
	line-height: 1.1;
}

.gutenberg-content h3 {
	font-size: clamp(1.6rem, 2.4vw, 2.8rem);
	line-height: 1.15;
}

.gutenberg-content h4 {
	font-size: clamp(1.3rem, 1.8vw, 2.2rem);
	line-height: 1.2;
}

.gutenberg-content h5 {
	font-size: clamp(1.1rem, 1.4vw, 1.6rem);
	line-height: 1.25;
}

.gutenberg-content h6 {
	font-size: clamp(0.95rem, 1.1vw, 1.2rem);
	line-height: 1.3;
}

.gutenberg-content ul li {
	list-style: inside;
}

.gutenberg-content .wp-block-button__link {
	display: inline-flex;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 600;
	transition: all 0.4s;
	width: max-content;
	height: max-content;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
	position: relative;
	background: transparent;
	padding: unset;
}

.gutenberg-content .wp-block-button__link::after {
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background: var(--white);
	bottom: -8px;
	position: absolute;
	z-index: 1;
	width: 100%;
	transition: all 0.8s ease-in-out;
}

.gutenberg-content .wp-block-button__link:hover::after {
	width: 0;
}

.gutenberg-content a {
	transition: all 0.2s linear;
	color: var(--secondary);
}

.gutenberg-content a:hover { opacity: 0.6; }

.gutenberg-content img {
	border-radius: var(--border-radius);
	width: 100%;
	object-fit: contain;
	height: auto;
}

/* Contatti */

.contact-link {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: clamp(1.4rem, 2.3vw, 3rem);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--secondary);
}

/* Footer */

.border-top-footer {
	border-top: 1px solid var(--white);
}

.logo-footer {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(185deg) brightness(107%) contrast(96%);
}

footer h4 {
	opacity: 0.5;
}

footer .menu li a, footer .link-social, footer h3 {
	color: var(--white);
	font-size: clamp(1.1rem, 1.9vw, 2.7rem);
	line-height: 1.2;
	font-family: var(--font-primary);
	transition: all 0.2s linear;
}

footer .menu li a:hover, footer .link-social:hover, .link-footer:hover {
	opacity: 0.5;
}

footer p {
	font-size: clamp(0.8rem, 1vw, 1rem);
}

.link-footer {
	color: var(--white);
	letter-spacing: 0.05em;
	font-weight: 500;
	text-decoration: underline;
	font-size: clamp(0.8rem, 1vw, 1rem);
	line-height: 1.65;
	transition: all 0.2s linear;
}

/* Form */

.form p {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.form br {
	display: none;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form textarea {
	width: calc(50% - 10px);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: var(--font-secondary);
	font-weight: 400;
	transition: all 0.2s linear;
	border: unset;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background: unset;
	color: var(--secondary);
	font-size: clamp(0.8rem, 1.2vw, 0.9rem);
	line-height: clamp(1.4rem, 1.6vw, 2rem);
}

.form textarea {
	width: 100%;
	resize: none;
	height: 200px;
}

.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form textarea:focus {
	outline: none !important;
	box-shadow: unset;
	border-bottom: 1px solid rgba(255,255,255,1);
}

.form input[type='submit'] {
	display: inline-flex;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 600;
	transition: all 0.4s;
	width: max-content;
	height: max-content;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--white);
	cursor: pointer;
	position: relative;
	background: transparent;
	padding: unset;
	border: unset;
}

.form input[type='submit']:hover {
	opacity: 0.5;
}

.wpcf7-acceptance {
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: var(--item-margin-xs);
}

.wpcf7-acceptance a {
	color: var(--secondary);
	opacity: 0.5;
	text-decoration: underline;
	transition: all 0.2s linear;
}

.wpcf7-acceptance a:hover {
	opacity: 1;
}

.wpcf7-spinner {
	display: none !important;
	visibility: hidden !important;
}

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

/* Responsive Tablet */
@media only screen and (min-width: 768px) and (max-width: 1100px) {

	:root {
		--space-xxs: 8px;
		--space-xs: 15px;
		--space-sm: 30px;
		--space-md: 40px;
		--space-lg: 60px;
		--space-xl: 70px;
		--space-xxl: 110px;
	}

	.container { min-width: 768px; }

	.none-desktop { display: flex; }

	.none-tablet { display: none; }

	.hide-tablet { display: none !important; }

	.none-sm { display: flex; }

	.t-col { flex-direction: column; }

	.t-center { align-items: center;
		justify-content: center; }

	.wht50 { width: 50%; }

	.wht60 { width: 60%; }

	.wht100 { width: 100%; }

	.vht70 { min-height: 70vh; }

	.col-4 { grid-template-columns: 1fr 1fr; }

	.col-5 { grid-template-columns: 1fr 1fr 1fr 1fr; }

	.col-6 { grid-template-columns: 1fr 1fr 1fr; }

	.h-t-unset { height: unset; }

}

/* Responsive Mobile */

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

	:root {
		--space-xxs: 5px;
		--space-xs: 10px;
		--space-sm: 20px;
		--space-md: 30px;
		--space-lg: 40px;
		--space-xl: 50px;
		--space-xxl: 80px;
	}

	.container { min-width: 319px; }

	.sm-col { flex-direction: column; }

	.sm-col-reverse { flex-direction: column-reverse; }

	.column-reverse { flex-direction: column; }

	.whs100 { width: 100%; }

	.whs20 { width: 20%; }

	.whs50 { width: 50%; }

	.whs80 { width: 80%; }

	.whs90 { width: 90%; }

	.vhs50 { height: 50vh; }

	.one { order: 1; }

	.two { order: 2; }

	.three { order: 3; }

	.four { order: 4; }

	.five { order: 5; }

	.six { order: 6; }

	.none-desktop { display: flex; }

	.none-sm { display: none; }

	.hide-sm { display: none !important; }

	.col-2, .col-3, .col-4, .col-5, .col-6 { grid-template-columns: 1fr; }

	.h-sm-unset { height: unset; }

	.sticky-section {
		width: 100%;
		flex-grow: unset;
		align-self: unset;
		bottom: unset;
		overflow: hidden;
		position: static;
		height: unset;
	}

	.parallax-section {
		height: 60vh;
	}

	.parallax-section-bg {
		height: 100%;
	}

	.margin-sm {
		margin-top: unset;
	}

	.alignend-sm {
		justify-content: unset;
	}

	.justifyend-sm {
		justify-content: end;
	}

	.title-align {
		text-align: center;
	}

	.title-align span{
		display: inline;
		position: unset;
	}

	.title-align span:nth-child(1){
		transform: unset;
	}

	.title-align span:nth-child(3){
		transform: unset;
	}

	.img-overlay-wrapper {
		min-height: 80vh;
	}

	.img-overlay img {
		width: 150px;
	}

	.img-overlay-1 {
		left: -8%;
		top: 52%;
	}

	.img-overlay-2 {
		right: -10%;
		top: 30%;
	}

	.img-overlay-3 {
		right: 18%;
		bottom: -6%;
	}

	.scroll-images {
		overflow: hidden;
	}

}

/* @media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		font-size: inherit;
	}
	.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;
	}
} */
/* @media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.lightbox-wrapper .next, .lightbox-wrapper .prev {
	    width: 20px;
	}	
	.lightbox-wrapper .lightbox-header .close {
	    max-width: 30px;
	}
	.lightbox-wrapper .lightbox-body {
	    height: 100%;
	    max-height: 800px;
	} */
/*--------------HOME------------------*/



/* } */
/* @media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 200px;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	/*------------------------------------*\
		RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	/* .header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	/* nav */
	/* .pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 70%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		left: auto;
		right: 5%;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: center;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
		position: relative;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
	.nav .sottomenu .sub-menu {
		width: 220px;
		margin-top: 74px;
	}
	.nav .sub-menu {
		padding: 0;
	}
	.nav .sub-menu li {
		width: 100%;
	}
	.nav .sub-menu li a {
		height: 40px;
		line-height: 40px;
	}
	.nav .sottomenu {
		position: relative;
		cursor: pointer;
	}
	.nav .sottomenu .sub-menu {
		flex-direction: column;
		justify-content: flex-start;
		background-color: #F3F8F0;
		position: absolute;
		top: 0;
		left: 0;
		text-align: left;
		width: 220px;
		margin-top: 50px;
		z-index: 2;
		padding: 20px 0;
	}

}
@media only screen and (min-width:1600px) {
	

} */

@media (max-width: 1100px) {

	/* Mobile Menu */

	.desktop-menu { display: none; }

	.logo {
		margin-left: 0;
		margin-right: 0;
		width: 150px;
		position: relative;
		z-index: 1000;
	}

	/* Menù */

	.burger-menu-container {
		top: 50%;
		transform: translateY(-50%);
		right: 5%;
		position: absolute;
		z-index: 1000;
		transition: all 0.2s linear;
	}

	.burger-menu {
		cursor: pointer;
		background: transparent;
		border: none;
		width: 40px;
		height: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.burger-menu span {
		display: block;
		width: 100%;
		height: 1px;
		background-color: var(--white);
		transition: all 1s ease;
	}

	.main-tool-bar.sticky .burger-menu span { background-color: var(--secondary); }

	.burger-menu.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.burger-menu.active span:nth-child(2) {
		transform: rotate(-45deg) translate(2px, -2px);
	}

	/* Menu Overlay */

	.overlay-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		min-height: 100vh;
		background: var(--primary);
		visibility: hidden;
		opacity: 0;
		z-index: 999;
		transition: all 1s ease;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 120px;
	}

	.overlay-menu.open {
		visibility: visible;
		opacity: 1;
	}

	.menu-mobile {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.menu-mobile li a {
		text-align: center;
		text-decoration: none;
		color: var(--white);
		font-weight: 400;
		font-size: clamp(1.7rem, 2.5vw, 3.2rem);
		line-height: 1.5;
		display: block;
		font-family: var(--font-primary);
	}

	/* Submenu Mobile */

	li.menu-item-has-children.open > a::after {
		content: '\f106';
	}

	.menu-mobile li.menu-item-has-children ul,
	.menu-mobile li.menu-item-has-children ul ul {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
		margin-top: 0;
	}

	.menu-mobile li.menu-item-has-children.open > ul, .menu-mobile li.menu-item-has-children.open > ul > li.menu-item-has-children.open > ul {
		max-height: 400px;
		visibility: visible;
		opacity: 1;
		margin-top: 10px;
		background: #3B322E;
	}

	.menu-mobile li.menu-item-has-children.open > ul > li.menu-item-has-children.open > ul {
		background: #261F1C;
		margin-bottom: 10px;
	}

}
