/*
	Theme Name: Digitalia
	Theme URI: https://www.nardinsrl.it
	Description: Attrezzature da giardinaggio
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	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;
	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 {
	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;
}
.parallax {
	background-attachment: fixed;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#363636;
	text-decoration:none;
	cursor: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: none;
}
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;
}
h3 span {
	padding: 0 10px;
}
h4 {
    font-weight: normal;
}
h5 {
    font-weight: normal;
}
h6 {
    font-weight: normal;
}
.divider {
    padding: unset;
}
.pulsante {
	padding: 10px 40px;
	color: #fff;
	border-radius: 20px;
	border: 1px solid #fff;
	display: inline-block;
	transition-duration: 0.5s;
}
.pulsante:hover {
	background-color: #fff;
	color: #8B0303;
	transition-duration: 0.5s;
}
.link {
	text-decoration: underline;
	font-family: 'DMSans-Medium';
}
.load_more {
	background-color: #8B0303;
	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;
	padding: 0 5%;
}
.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;
}

/* 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 #8B0303;
	border-color: #8B0303 transparent #8B0303 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


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

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.slick-dots li {
    display: inline-block;
    width: 60px;
    height: 2px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.30);
    margin: 20px 0 0;
}
.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: #fff;
	background-size: 25px auto;
	background-position: center;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	left: 35%;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 25px auto;
	background-position: center;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	right: 35%;
	z-index: 1;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.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,
select {
	outline: none;
	padding: 5px 5px 5px 15px;
	color: #363636;
	height: 40px;
	margin-top: 20px;
	background-color: #fff;
	border: none;
	width: 100%;
	border-radius: 20px;
}
textarea {
	height: 150px;
}
::placeholder {
	color: #363636;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #363636;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #363636;
}
.wpcf7-form a {
	color: #363636;
	text-decoration: underline;
	font-size: 18px;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #8B0303;
	background-color: #8B0303;
	color: #fff;
	padding: 10px 50px;
    margin-bottom: 0;
	height: auto;
	display: block;
}
.wpcf7-submit:hover {
	opacity: 0.8;
}
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: #363636;
}
/** TABS **/

.tabulator {
    position: relative;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator header button {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #8B0403;
    position: relative;
    top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.tabulator tab {
    width: 100%;
    display: block;
    border-bottom: 1px solid #8B0403;
    display: none;
	color: #fff;
	padding: 60px 5%;
}
.tabulator tab:nth-child(1) {
	background-color: #5C7D5C;
}
.tabulator tab:nth-child(1) .carosello .image {
	background-color: #234823;
}
.tabulator tab:nth-child(2) {
	background-color: #405079;
}
.tabulator tab:nth-child(2) .carosello .image {
	background-color: #283964;
}
.tabulator tab:nth-child(3) {
	background-color: #573D2D;
}
.tabulator tab:nth-child(3) .carosello .image {
	background-color: #4C2C1A;
}
.tabulator tab:nth-child(4) {
	background-color: #F0B609;
}
.tabulator tab:nth-child(4) .carosello .image {
	background-color:#B68903;
}
.tabulator tab:nth-child(5) {
	background-color: #AA3131;
}
.tabulator tab:nth-child(5) .carosello .image {
	background-color: #8B0303;
}
.tabulator tab:nth-child(6) {
	background-color: #686868;
}
.tabulator tab:nth-child(6) .carosello .image {
	background-color: #2F2E2E;
}

.tabulator tab.active {
    display: block;
}
.tabulator header button.active {
    z-index: 2;
    border-bottom: 3px solid #8B0403;
    color: #8B0403;
	font-family: DMSans-Medium;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	/*cursor: pointer;*/
	padding: 20px 10px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion.active {
	background-color: rgb(226,0,25,0.5);
	border-radius: 10px 10px 0 0;
} 
.accordion:hover {
	background-color: rgb(226,0,25,0.5);
}
.accordions {
	margin-top: 30px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: rgb(226,0,25,0.5);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	color: #fff;
	text-align: left;
	border-radius: 0 0 10px 10px;
}
.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;
    cursor: pointer;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: 100%;
	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%);
}
/* --------------------- 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: 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;*/
}
/*--------------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 #363636;
	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: #363636;
}
.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%;
}



/*------------------------------------*\
    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: 999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
}
/* 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;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
.scroll .header {
	background-color: rgba(0, 0, 0, 0.50);
}
.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: 30%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #522121;
	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;
	background-image: url(img/header/icona.png);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 100%;
	background-position-y: 100%;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #fff;
}
.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;
}

/* footer */
.footer {
	text-align: left;
	padding-bottom: 90px !important;
	background-image: url(img/footer/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}
.footer > div {
	width: 100%;
	padding: 60px 5% 30px;
}
.footer #media_image-2 {
	text-align: center;
	padding-bottom: 30px;
}
.footer #media_image-2 img {
	width: 70px;
}
.footer #text-2 {
	padding-bottom: 30px;
}
.footer ul {
	padding: 0 5%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .row-1 {
	position: relative;
}
#home .row-1 .slick-slide div {
	display: flex;
	align-items: baseline;
}
#home .row-1 .text {
	background-color: rgba(0, 0, 0, 0.40);
	align-items: start;
	justify-content: center;
	padding: 0 5% 15%;
}
#home .row-1 .text strong {
	color: #fff;
}
#home .row-1 h1 {
	padding-bottom: 30px;
}
#home .row-1 .link {
	color: #fff;
	margin-left: 20px;
}
#home .row-1 .text-2 {
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: 2;
	padding: 20px;
	background-color: rgba(247, 247, 247, 0.3);
	border-radius: 20px;
	border: 1px solid #fff;
	backdrop-filter: blur(3px);
	width: 90%;
	margin-left: 5%;
	display: block !important;
}
#home .row-1 .text-2 a {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'PlusJakartaSans-Bold';
	margin-bottom: 10px;
}
#home .row-1 .text-2 img {
	max-width: 40px;
	margin-right: 10px
}
#home .row-1 .text-2 p {
	color: #fff;
	font-size: 18px;
}
#home .row-2 .flex {
	padding: 60px 5%;
}
#home .row-2 h2 {
	padding: 30px 0;
}
#home .row-2 .testo {
	padding-bottom: 30px;
}
#home .row-2 content a {
	margin: 30px 0;
}
#home .row-2 .carosello .image {
	border-radius: 50%;
}
#home .row-2 .carosello img {
	max-width: 100%;
	margin: 0 auto;
}
#home .row-2 .carosello p {
	padding: 20px 0 40px;
	text-align: center;
	text-transform: uppercase;
}
#home .row-2 .carosello .slick-slide {
	padding: 0 20px;
}
#home .row-3 {
	padding: 60px 5%;
}
#home .row-3 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
#home .row-3 .flex h3,
#home .row-3 .flex .link {
	color: #8B0303;
}
#home .servizi .image {
	margin: 15px 0;
	position: relative;
	display: grid;
}
#home .servizi img {
	border-radius: 20px;
}
#home .servizi .text {
	background-color: rgba(0, 0, 0, 0.40);
	align-items: start;
	justify-content: end;
	padding-bottom: 60px;
	border-radius: 20px;
}
#home .servizi h4 {
	padding-bottom: 10px;
}
#home .servizi p {
	font-family: 'DMSans-Medium';
}
#home .servizi p,
#home .servizi strong {
	color: #fff;
}
#home .row-4 {
	text-align: center;
	padding: 60px 5%;
	background-color: #fff;
}
#home .row-4 .marchi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 30px;
}
#home .row-4 .marchi img {
	filter: grayscale(100%);
	width: 33.3333333%;
	padding: 3%;
	transition-duration: 0.5s;
}
#home .row-4 .marchi img:hover {
	filter: grayscale(0);
	transition-duration: 0.5s;
}
#home .row-5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
	color: #fff;
	display: grid;
}
#home .row-5 h2 {
	font-size: 30px;
}
#home .row-5 h2,
#home .row-5 strong {
	color: #fff;
}
#home .row-5 .flex {
	padding: 60px 5%;
	background-color: rgba(0, 0, 0, 0.40);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#home .row-5 .right p {
	padding: 30px 0;
}
#home .row-6 {
	padding: 60px 5%;
	background-image: url(img/home/icona.svg);
	background-size: 50% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
#home .row-6 h2 {
	padding-bottom: 30px;
}
#home .row-6 .right {
	padding-top: 30px;
}
#home .row-6 iframe {
	border-radius: 20px;
}
#home .row-7 {
	padding:0 5% 30px;
}
#home .row-7 a {
	color: #363636;
	font-size: 18px;
}
#home .row-7 p {
	padding-bottom: 30px;
}
#home .row-7 b {
	padding-bottom: 10px;
	display: inline-block;
}
#home .row-8 {
	text-align: center;
	padding: 0 5% 60px;
}
#home .row-8 .parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 80vh;
	border-radius: 20px;
	position: relative;
}
#home .row-8 .text {
	background-color: rgba(0, 0, 0, 0.40);
	border-radius: 20px;
}
#home .row-8 .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#home .row-8 img {
	width: 50%;
	padding: 0 20px;
}
#home .row-8 h2 {
	padding: 30px 0;
	color: #fff;
}
#home .row-8 h2 strong {
	color: #fff;
}
#home .row-8 p {
	color: #fff;
	padding-bottom: 30px;
	font-family: 'DMSans-Medium';
}
#home .row-9 {
	padding: 0 5%;
}
#home .row-9 .recensioni {
	background-color: #fff;
	padding: 60px 5%;
	text-align: center;
	border-radius: 20px;
}
#home .row-9 h2 {
	padding-bottom: 30px;
}
.ancora {
	position: relative;
	overflow: hidden;
	top: -100px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		font-size: inherit;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.slick-next {
		right: 40%;
	}
	.slick-prev {
		left: 40%;
	}
	.footer {
		padding-bottom: 20vw !important;
	}
	.footer-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer-widget-area #media_image-2 {
		width: 100%;
	}
	.footer-widget-area #text-3 {
		text-align: right;
	}
	.footer ul {
		text-align: center;
	}
	.footer ul li {
		display: inline-block;
		padding-right: 10px;
	}
/*--------------HOME------------------*/
	#home .row-1 .text-2 {
		width: 400px;
		left: auto;
		right: 5%;
	}
	#home .row-2 .flex {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-2 .flex .left {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: start;
	}
	#home .row-2 .flex .left,
	#home .row-2 .flex .right {
		width: 48%;
	}
	#home .row-2 h2 {
		padding: 0;
	}
	#home .row-2 .testo {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-2 .testo p {
		width: 70%;
	}
	#home .row-2 content a {
		margin: 0;
	}
	#home .row-3 .servizi {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#home .row-3 .servizi .image {
		width: 48%;
	}
	#home .servizi .text {
		padding-bottom: 30px;
	}
	#home .row-4 .marchi img {
		width: 25%;
	}
	#home .row-5 {
		height: 50vh;
	}
	#home .row-7 {
		display: flex;
		justify-content: space-around;
		align-items: start;
		flex-wrap: wrap;
	}
	#home .row-7 p:nth-child(1),
	#home .row-7 p:nth-child(2) {
		width: 50%;
	}
	#home .row-7 p {
		width: 30%;
	}
	#home .row-8 img {
		max-width: 250px;
	}
	#home .row-8 .parallax {
		height: 50vh;
	}
	#home .row-8 p {
		max-width: 540px;
	}
}
@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;
	}
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.header {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
	main a {
		font-size: 18px !important;
	}
	.slick-dots {
		text-align: left;
		right: auto;
		left: 5%;
	}
	.slick-dots li {
		width: 15%;
	}
	h2 {
		font-size: 50px !important;
	}
	.slick-next {
		right: 45%;
	}
	.slick-prev {
		left: 45%;
	}
	.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%;
	}
	.wpcf7-submit {
		max-width: 300px;
	}
	.footer {
		font-size: 16px !important;
	}
/*--------------HOME------------------*/
	#home .row-1 h1 {
		padding-bottom: 60px;
	}
	#home .row-1 .text-2 {
		bottom: 20%;
	}
	#home .row-2 .testo {
		padding-bottom: 60px;
	}
	#home .row-2 .testo p {
		width: 570px;
	}
	#home .row-4 .marchi img {
		width: 20%;
	}
	#home .row-6 {
		background-size: 320px auto;
	}
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo {
		top: 0;
	}
	.logo img {
	    max-width: 200px;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	/* 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: right;
		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: 18px;
		letter-spacing: 1px;
	}
	.pagina-desktop .nav ul li a:hover {
		font-family: 'DMSans-Medium';
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 200px;
		width: 100%;
		position: relative;
	}
	h1 {
		font-size: 5vw !important;
	}
	h3 {
		font-size: 16px !important;
	}
	/* -- per il cursore -- */
	
	body {
		cursor: none; /* nasconde il cursore di default */
	}
	
	#custom-cursor {
		width: 40px;
		height: 30px;
		background-image: url(img/header/cursore.png);
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		transform: translate(-50%, -50%);
		z-index: 9999;
	}
	/* -- fine cursore -- */

/*--------------HOME------------------*/
	#home .row-2 .flex .left {
		width: 60%;
	}
	#home .row-2 .flex .right {
		width: 35%;
	}
    #home .row-3 .servizi { 
        flex-wrap: nowrap;
        gap: 20px;
    }
	#home .row-3 .servizi .image {
		width: 24%;
        height: 31vw;
        overflow: hidden;
        border-radius: 20px;
        transition: width 1.2s ease;
	}
	#home .row-3 .servizi .image.active {
        width: 40%;
    }
	#home .row-3 .servizi .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
	#home .row-3 .servizi .image .text h4, 
	#home .row-3 .servizi .image .text p {
        max-width: 23.5vw;
    }
	#home .row-4 .marchi img {
		width: 16.666666%;
	}
	#home .row-5 {
		height: 60vh;
	}
	#home .row-5 .flex {
		flex-direction: row;
		justify-content: space-between;
	}
	#home .row-5 .flex .right {
		width: 35%;
	}
	#home .row-5 .flex .left {
		width: 60%;
	}
	#home .row-5 .right p {
		padding: 200px 0 30px;
	}
	#home .row-6 {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-6 .right {
		padding-top: 0;
		width: 48%;
	}
	#home .row-6 .left {
		width: 48%;
	}
	#home .row-7 {
		justify-content: space-between;
	}
	#home .row-7 p {
		width: 18% !important;
	}
	#home .row-7 p b {
		text-transform: uppercase;
	}

}
@media only screen and (min-width:1600px) {
	h2 {
		font-size: 60px !important;
	}
	#home .row-4 .marchi img {
		width: 14%;
		padding: 2%;
	}
	#home .row-8 img {
		max-width: 350px;
	}


}

