/*
	Theme Name: Digitalia
	Theme URI: https://www.sitoweb.com/
	Description: 
	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;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

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

aside {
	max-width: 100%;
}

.clear::after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#3e3e3e;
	text-decoration:none;
	cursor: pointer;
	line-height: 1.6;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
i {
	font-family: InstrumentSerif-Italic;
}
.radius {
	border-radius: 20px;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	line-height: 1;
}
h2 {
	line-height: 1;
}
h3 {
	line-height: 1;
}
h4 {
	line-height: 1;
}
h5 {
	line-height: 1;
}
h6 {
	line-height: 1;
}
p {
	line-height: 1.6;
}
strong, b {
	font-family: Inter-Bold;
}
.divider {
	
}
.pulsante-white {
	background-color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px !important;
}
.pulsante {
	background-color: transparent;
	border-radius: 30px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px !important;
	color: #F14329;
	border: 1px solid;
}
.pulsante-white img,
.pulsante img {
	max-width: 20px;
	margin-left: 10px;
	transition-duration: 0.5s;
}
.pulsante-white:hover img,
.pulsante:hover img {
	transform: rotateZ(45deg);
	transition-duration: 0.5s;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.reverse-mobile {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

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

/* bottone filtro */
.filtro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.filtro .all {
	width: 100%;
}
.btn-filtro {
	display: inline-block;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
	text-align: center;
	border-radius: 20px;
	margin: 10px 0;
	width: 48%;
}
.btn-filtro.active {
	background-color: #F14329;
	color: #fff;
	border: 1px solid #F14329;
}

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


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

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

/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #333;
	height: 40px;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	width: 100%;
	font-size: 16px;
}
textarea {
	height: 100px;
}
::placeholder {
	color: #333;
	text-transform: uppercase;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: #fff;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #333;
}
.wpcf7-form a {
	color: #333;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #333;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    border-radius: 20px;
}
.wpcf7-submit:hover {
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
}
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: #333;
}
/** 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 */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion::after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active::after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

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

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 100%;
    max-width: 550px;
    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;
    cursor: pointer;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 20px;
}
.lightbox-wrapper .lightbox-body {
    border-radius: 2px;
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
}
.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;
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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


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

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 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: 10;
	display: none;
}
.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: 15%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
.logo .black {
	display: none;
}
.navmenu_open .logo .black {
	display: block;
}
.navmenu_open .logo .white {
	display: none;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #F1EEE9;
	display: flex;
	color: #1A1A19;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #1A1A19;
	font-size: 16px;
}
.nav a:hover {
	color: #F14329 !important;
}
.nav .current_page_item a {
	color: #F14329 !important;
}
.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;
}
.footer > div {
	width: 100%;
	padding: 30px 0;
}
.footer h3 {
	padding-bottom: 20px;
}
.footer h3 span {
	font-family: InstrumentSerif-Italic;
}
.footer span {
	color: #F14329;
}
.footer #custom_html-3,
.footer .widget_nav_menu {
	padding-top: 40px;
}
.footer #custom_html-3 h3,
.footer .widget_nav_menu h3 {
	font-size: 18px !important;
}
.footer img {
	max-width: 30px;
	margin-right: 10px;
}
.copyright {
	border-top: 1px solid #F14329;
	padding-top: 30px;
	margin-top: 40px;
}

/** MEGA MENU **/

.header-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    padding: 30px 5% 0% 5%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.header-wrapper {
    background-color: rgba(20,20,20,0.0);
    transition: background 0.68s ease, color 0.68s ease;
}
.header-wrapper.show-mega {
    background-color: rgba(20,20,20,1.0);
    color: white;
}
.sub-menu {
    display: none;
}

nav.nav ul .mega-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    background-color: #fff;
    color: white;
    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;
}
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;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    opacity: 1.0;
    z-index: 1;
    pointer-events: initial;
    border-radius: 0 0 20px 20px;
}

nav ul .mega-menu .mega-left {
    width: 70%;
}
nav ul .mega-menu .mega-left img {
	border-radius: 20px 0 20px 20px;
}
nav ul .mega-menu .mega-right a {
	color: #3C3C3C !important;
	font-size: 18px !important;
}
nav ul .mega-menu .mega-right a:hover {
	color: #F14329 !important;
}
nav ul .mega-menu .mega-right .current_page_item a {
	color: #F14329 !important;
}
.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;
    margin-top: 0;
}
.nav ul .mega-menu.open ul.sub-menu {
    display: grid;
    text-align: center;
}
.nav ul .mega-menu.open ul.sub-menu li {
	padding: 5px 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .row-1 {
	position: relative;	
}
#home .row-1 .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: grid !important;
	border-radius: 0 0 20px 20px;
	height: 50vh;
	width: 100%;
}
#home .row-1 .text {
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.40);
	align-items: start;
	padding-left: 5%;
	border-radius: 0 0 20px 20px;
}
#home .row-1 h2 {
	font-size: 80px;
}
#home .row-1 h4 {
	color: #F14329;
	padding: 10px 0;
}
#home .row-2 {
	padding: 60px 5%;
	text-align: center;
}
#home .row-2 img {
	display: none;
}
#home .row-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 50vh;
	border-radius: 20px;
}
#home .row-3 .sfondo {
	display: flex;
	justify-content: space-around;
	align-items: start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	padding-left: 5%;
	border-radius: 20px;
}
#home .row-3 h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	line-height: 1.4;
}
#home .row-3 img {
	max-width: 50px;
	margin-left: 30px;
	margin-top: 50px;
	transition-duration: 0.5s;
}
#home .row-3 div {
	display: flex;
	align-items: center;
}
#home .row-3 h4 {
	padding: 10px 0;
	font-size: 60px;
}
#home .row-3 .margin {
	margin-left: 50px;
}
#home .row-3 a:hover img {
	transform: rotateZ(45deg);
	transition-duration: 0.5s;
}
#home .row-4 .forza {
	display: none;
}
#home .row-4 .scorrimento {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
#home .row-4 .scorrimento .scroll {
	display: flex;
	animation: scroll 10s linear infinite;
	white-space: nowrap;
}
#home .row-4 .scorrimento h5 {
	padding: 0 20px;
}
#home .row-4 .scorrimento .white {
	-webkit-text-stroke: 1px #1a1a19;
    color: #fff;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}   
#home .row-5 {
	background-color: #F1EEE9;
	padding: 30px 0;
}
#home .row-5 .carosello, {
	padding-left: 5%;
}
#home .row-5 .carosello img {
	padding: 3%;
	border-radius: 30px;
}
#home .row-5 .flex-desktop {
	padding: 0 5%;
}
#home .row-5 p {
	padding: 20px 0;
}
#home .row-6 {
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	width: 100%;
	color: #fff;
	border-radius: 20px;
	background-attachment: fixed;
}
#home .row-6 .sfondo {
	background-color: rgba(0, 0, 0, 0.40);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: end;
	align-items: start;
	flex-direction: column;
}
#home .row-6 p {
	padding-bottom: 20px;
}
#home .row-7 {
	padding: 60px 0;
	position: relative;
}
#home .row-7 .left {
	padding-bottom: 30px;
}
#home .row-7 .left:after {
	content: '';
	background-image: url(img/home/linea-2.svg);
	background-size: 60% auto;
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 30%;
	display: block;
}
#home .row-7 .left h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 5%;
}
#home .row-7 img {
	max-width: 100px;
	padding-left: 5%;
}
#home .row-7 .right {
	padding: 0 5%;
}
#home .row-7 .right h3 {
	padding-bottom: 20px;
	line-height: 1.2;
}
.marchi {
	padding: 30px 5%;
}
.marchi img {
	padding: 2%;
}
.news {
	padding: 30px 5%;
}
.news .flex-mobile {
	padding-bottom: 20px;
}
.news .flex-desktop .left {
	padding: 15px 0;
}
.news .flex-desktop p {
	color: #9B9B9B;
	text-transform: uppercase;
	font-size: 14px;
}
.news .flex-desktop .right {
	padding-bottom: 30px;
}
.news .flex-desktop h3 {
	font-size: 20px !important;
	line-height: 1.4;
}
.news .flex-desktop h6 {
	color: #F14329;
	padding-top: 10px;
	font-size: 14px;
}
.news a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.news .arrow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.news .arrow img {
	max-width: 50px;
}
.news a:hover .arrow {
	display: flex;
	background-color: rgba(0, 0, 0, 0.50);
}
.call-to-action {
	background-image: linear-gradient(to bottom, #fff, #F1EEE9);
	padding: 30px 5%;
	position: relative;
}
.call-to-action h2 {
	color: #F14329;
	padding-bottom: 30px;
}
.call-to-action div {
	display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 3;
}
.call-to-action p {
	margin-right: 30px;
}
.call-to-action::after {
	content: '';
	display: block;
	background-image: url(img/home/linea-call-to-action.svg);
	background-repeat: no-repeat;
	background-size: 70% 60%;
	background-position: right top;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
    height: 100%;
}
/*--------------PRODOTTI------------------*/
#prodotti .row-1 {
	position: relative;	
	background-color: #F1EEE9;
}
#prodotti .row-1 .slide {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	display: grid !important;
	border-radius: 0 0 20px 20px;
	height: 50vh;
	width: 100%;
}
#prodotti .row-1 .text {
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.40);
	align-items: start;
	padding-left: 5%;
	border-radius: 0 0 20px 20px;
}
#prodotti .row-1 h1 {
	font-size: 80px !important;
	font-family: Inter-Medium;
	color: #fff;
}
#prodotti .row-1 h4 {
	color: #F14329;
	padding: 10px 0;
}
#prodotti .row-5 {
	background-color: #F1EEE9;
	padding: 30px 0;
}
#prodotti .row-5 .carosello, {
	padding-left: 5%;
}
#prodotti .row-5 .carosello img {
	padding: 3%;
	border-radius: 30px;
}
#prodotti .row-5 .flex-desktop {
	padding: 0 5%;
}
#prodotti .row-5 p {
	padding: 20px 0;
}
#prodotti .row-6 {
	background-image: url(img/cucine/parallax.jpg);
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
	width: 100%;
	color: #fff;
	border-radius: 20px;
	background-attachment: fixed;
}
#prodotti .row-6 .sfondo {
	background-color: rgba(0, 0, 0, 0.40);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: end;
	align-items: start;
	flex-direction: column;
}
#prodotti .row-6 p {
	padding-bottom: 20px;
}
#prodotti .row-2 {
	padding: 60px 5%;
}
#prodotti .row-2 .right {
	position: relative;
	text-align: center;
}
#prodotti .row-2 .right:after {
	content: '';
	background-image: url(img/cucine/linea.svg);
	background-size: 90% auto;
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#prodotti .row-2 .right img {
	max-width: 50%;
	transform: rotateZ(10deg);
}
#prodotti .row-2 .right {
	padding-top: 60px;
}
#prodotti .row-2 h3 {
	line-height: 1.4;
	padding-bottom: 20px;
}
#prodotti .row-2 .left img {
	max-width: 100px;
	margin-top: 20px;
}
#prodotti .row-3 {
	padding: 0 5% 60px;
}
#prodotti .row-3 h3 {
	padding-bottom: 20px;
}
.galleria {
	padding: 30px 0;
}
.galleria a {
	display: grid;
	margin-bottom: 4%;
}
.galleria img {
	border-radius: 20px;
}

/*--------------GALLERY------------------*/
.gallery .header {
	position: relative;
}
.gallery .openclose .iconbar {
	background-color: #333;
}
.gallery .logo .black {
	display: block;
}
.gallery .logo .white {
	display: none;
}
#gallery h1 {
	padding-bottom: 30px;
}
#gallery .row-1 {
	text-align: center;
	padding: 60px 0;
}
/*--------------CONTATTI------------------*/
.contatti .header {
	position: relative;
}
.contatti .openclose .iconbar {
	background-color: #333;
}
.contatti .logo .black {
	display: block;
}
.contatti .logo .white {
	display: none;
}
#contatti .row-1 {
	position: relative;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: grid !important;
	border-radius: 20px;
	height: 50vh;
	width: 100%;
}
#contatti .row-1 h1 {
	font-size: 65px !important;
	font-family: Inter-Medium;
	color: #fff;
	padding-bottom: 10px;
}
#contatti .row-1 .text {
	height: 50vh;
	background-color: rgba(0, 0, 0, 0.20);
	align-items: start;
	justify-content: end;
	padding-left: 5%;
	border-radius: 20px;
	padding-bottom: 10%;
}
#contatti .row-5 {
	padding: 30px 0;
}
#contatti .row-5 h3 {
	padding-bottom: 20px;
}
#contatti .row-5 .flex-desktop {
	padding: 0 5%;
}
#contatti .row-2 {
	padding: 30px 0;
}
#contatti .row-2 .flex-desktop {
	padding: 0 5%;
}
#contatti .row-2 .left {
	padding-bottom: 30px;
}
#contatti .row-2 h3 {
	font-size: 20px !important;
    padding-bottom: 20px;
}
#contatti .row-2 .social img {
	max-width: 30px;
    margin-right: 10px;
}
iframe {
	display: grid;
}
#contatti .row-4 {
	background-color: #F1EEE9;
}
#contatti .row-4 h3 {
	line-height: 1.4;
	padding-bottom: 20px;
}
#contatti .row-4 .left {
	padding-bottom: 30px;
}
#contatti .row-4 .flex-desktop {
	background-image: url(img/contatti/icon.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 30px 5%;
}
#contatti .call-to-action {
	background-image: linear-gradient(to bottom, #F1EEE9, #fff);
}
/*--------------AZIENDA------------------*/
.chi-siamo .header {
	position: relative;
}
.chi-siamo .openclose .iconbar {
	background-color: #333;
}
.chi-siamo .logo .black {
	display: block;
}
.chi-siamo .logo .white {
	display: none;
}
#azienda .row-1 {
	position: relative;	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: grid !important;
	border-radius: 20px;
	height: 50vh;
	width: 100%;
}
#azienda .row-1 h1 {
	font-size: 65px !important;
	font-family: Inter-Medium;
	color: #fff;
	padding-bottom: 10px;
}
#azienda .row-1 .text {
	height: 50vh;
	align-items: start;
	justify-content: end;
	padding-left: 5%;
	border-radius: 20px;
	padding-bottom: 10%;
}
#azienda .row-5 {
	padding: 30px 0;
}
#azienda .row-5 h3 {
	padding-bottom: 20px;
}
#azienda .row-5 .flex-desktop {
	padding: 0 5%;
}
#azienda .row-2 {
	background-color: #F1EEE9;
}
#azienda .row-2 .right {
	position: relative;
	text-align: center;
}
#azienda .row-2 .reverse-desktop {
	position: relative;
	padding: 30px 5%;
}
#azienda .row-2 .reverse-desktop:after {
	content: '';
	background-image: url(img/home/linea.svg);
	background-size: 100% auto;
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
}
#azienda .row-2 .right img {
	max-width: 50%;
	transform: rotateZ(-15deg);
}
#azienda .row-2 .right {
	padding-top: 60px;
}
#azienda .row-2 h3 {
	line-height: 1.4;
	padding-bottom: 20px;
}
#azienda .row-2 p {
	padding-bottom: 20px;
}
#azienda .row-2 .anni h3 {
	text-transform: uppercase;
	font-size: 14px !important;
	padding-bottom: 10px;
	padding-top: 60px;
}
#azienda .row-2 .anni h4 {
	color: #F14329;
	font-size: 100px !important;
	font-family: InstrumentSerif-Regular;
}
#azienda .row-2 .pulsante-white {
	position: relative;
	z-index: 1;
}
#azienda .row-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	height: 50vh;
	border-radius: 20px;
}
#azienda .row-3 .sfondo {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.10);
	padding-left: 5%;
	border-radius: 20px;
}
#azienda .row-3 img {
	max-width: 50px;
	margin-left: 30px;
	margin-top: 50px;
	transition-duration: 0.5s;
}
#azienda .row-3 div {
	display: flex;
	align-items: center;
}
#azienda .row-3 h4 {
	padding: 10px 0;
	font-size: 60px;
}
#azienda .row-3 .margin {
	margin-left: 50px;
}
#azienda .row-3 a:hover img {
	transform: rotateZ(45deg);
	transition-duration: 0.5s;
}
#azienda .row-4 {
	padding: 30px 5% 60px;
}
#azienda .row-4 .right:after {
	display: none;
}
#azienda .row-4 .right img {
	transform: rotateZ(15deg);
}
#azienda .call-to-action {
	background-image: linear-gradient(to bottom, #F1EEE9, #fff);
}
#azienda .row-6 {
	padding: 30px 5% 0;
}
#azienda .row-6 h3 {
	padding-bottom: 20px;
}



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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	h4 {
		font-size: 50px !important;
	}
	.footer-widget-area {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer-widget-area .widget_text,
	.footer-widget-area .widget_nav_menu {
		width: 50%;
		padding-bottom: 30px;
	}
	.footer #custom_html-3, 
	.footer .widget_nav_menu {
		padding-top: 0;
	}
	.copyright {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0;
	}
	.slick-prev {
		right: 10%;
	}
	nav ul .mega-menu .mega-right a {
		font-size: 25px !important;
	}
	.btn-filtro {
		width: 31%;
	}
/*--------------HOME------------------*/
	#home .row-1 .text {
		justify-content: flex-end;
		padding-left: 15%;
		padding-bottom: 30px;
	}
	#home .row-1 .text div {
		display: flex;
		align-items: baseline;
		padding-bottom: 20px;
	}
	#home .row-1 h4 {
		padding: 0;
		padding-left: 30px;
	}
	#home .row-1 h2 {
		font-size: 100px;
	}
	#home .row-3 {
		position: relative;
	}
	#home .row-3:after {
		content: '';
		background-image: url(img/home/linea.svg);
		background-position: right bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: absolute;
		width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 0;
	}
	#home .row-3 .sfondo {
		justify-content: start;
		padding-top: 50px;
	}
	#home .row-3 h4 {
		font-size: 80px !important;
	}
	#home .row-3 .margin {
	    margin-left: 150px;
	}
	#home .row-3 img {
		max-width: 100px;
		margin-top: 0;
	}
	#home .row-3 a {
		position: absolute;
	    right: 10%;
	    margin-bottom: -150px;
	    z-index: 3;
	}
	#home .row-4 .forza {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 20px;
	}
	#home .row-4 .forza p {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1.2;
		padding: 0 20px;
	}
	#home .row-6 p {
		width: 50%;
	}
	#home .row-7 .left:after {
		height: 50%;
		background-size: 40% auto;
	}
	.marchi img {
		padding: 15%;
	}
	.call-to-action {
		padding: 60px 5%;
	}
	.call-to-action::after {
		background-size: 55% 100%;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-1 .text {
		justify-content: flex-end;
		padding-left: 15%;
		padding-bottom: 30px;
	}
	#prodotti .row-1 .text div {
		display: flex;
		align-items: baseline;
		padding-bottom: 20px;
	}
	#prodotti .row-1 h4 {
		padding: 0;
		padding-left: 30px;
	}
	#prodotti .row-1 h1 {
		font-size: 100px !important;
	}
	#prodotti .row-6 p {
		width: 50%;
	}
	#prodotti .row-3 {
		padding: 0 5%;
	}
	.galleria {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.galleria a {
		width: 49%;
		margin-bottom: 1%;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-4 .flex-desktop {
		background-size: 50% auto;
		background-position-x: 0;
	}	
/*--------------AZIENDA------------------*/
	#azienda .row-3 {
		position: relative;
	}
	#azienda .row-3:after {
		content: '';
		background-image: url(img/home/linea.svg);
		background-position: right bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: absolute;
		width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 2;
        bottom: -200px;
        right: 0;
	}
	#azienda .row-3 .sfondo {
		justify-content: start;
		padding-top: 50px;
	}
	#azienda .row-3 h4 {
		font-size: 80px !important;
	}
	#azienda .row-3 .margin {
	    margin-left: 150px;
	}
	#azienda .row-3 img {
		max-width: 100px;
		margin-top: 0;
	}
	#azienda .row-3 a {
		position: absolute;
	    right: 10%;
	    margin-bottom: -150px;
	    z-index: 3;
	}
	
}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.flex-desktop .left {
		width: 49%;
	}
	.flex-desktop .right {
		width: 49%;
	}
	.reverse-desktop {
		align-items: center;
		justify-content: start;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-desktop .right {
		width: 59%;
	}
	.reverse-desktop .left {
		width: 41%;
	}
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: static;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
	}
	.pagina-desktop .nav ul {
		margin-top: 25px;
		text-align: left;
		display: inline-block;
		margin-left: 50px;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 30px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 150px;
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	.footer > div {
		padding: 60px 0;
	}
	.footer-widget-area .widget_text, 
	.footer-widget-area .widget_nav_menu {
		width: 22%;
	}
	h1 {
		font-size: 5vw !important;
	}
	.lightbox-wrapper .lightbox-content {
		width: 90%;
		max-width: 1200px;
	}
	nav ul .mega-menu .mega-right a {
        font-size: 18px !important;
    }
    .nav ul .mega-menu.open ul.sub-menu {
	    text-align: left;
	    margin-left: 0;
	    padding: 30px;
    }
    .btn-filtro {
		width: 23%;
	}
/*--------------GDPR------------------*/
	.page-template-template-gdpr .nav ul li a {
		color: #1a1a19;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		z-index: 9;
	}
	#home .row-1 h2 {
        font-size: 150px !important;
    }
    #home .row-2 {
	    padding: 120px 0 450px;
	    position: relative;
    }
    #home .row-2 h1 {
	    position: relative;
	    z-index: 3;
    }
    #home .row-2 img {
	    display: block;
    }
    #home .row-2 .image-1 {
	    width: 15%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    margin-top: 100px;
        margin-left: 50px;
        max-width: 150px;
    }
    #home .row-2 .image-2 {
	    width: 20%;
	    position: fixed;
	    top: 0;
	    right: 0;
	    margin-top: 50px;
	    max-width: 250px;
    }
    #home .row-2 .image-3 {
	    width: 10%;
	    position: fixed;
	    top: 0;
	    right: 50%;
	    margin-right: -25%;
        margin-top: 250px;
        max-width: 120px;
    }
    #home .row-2 .image-4 {
	    width: 30%;
	    position: fixed;
	    bottom: 50%;
	    left: 0;
	    margin-bottom: -50px;
	    max-width: 350px;
    }
    #home .row-2 .image-5 {
	    width: 25%;
	    position: fixed;
	    right: 0;
	    bottom: 50%;
	    margin-right: 300px;
	    margin-bottom: -150px;
	    max-width: 300px;
    }
    #home .row-3 {
	    height: 55vh;
    }
    #home .row-3 h3 {
	    max-width: 520px;
    }
    #home .row-3 a {
	    right: 35%;
    }
    #home .row-4 {
	    position: relative;
	    background-color: #fff;
    }
    #home .row-4 .forza {
	    padding: 20px 5% 0;
    }
    #home .row-4 .scorrimento .scroll {
	   	animation: scroll 15s linear infinite;
    }
    #home .row-5 {
	    position: relative;
	    z-index: 9;
	    background-color: #fff;
    }
    #home .row-6 {
	    position: relative;
	    z-index: 9;
	    background-color: #fff;
    }
    #home .row-7 {
	    z-index: 9;
	    background-color: #fff;
    }
    #home .row-7 .left {
	    padding-left: 5%;
	    width: 35%;
    }
    #home .row-7.flex-desktop {
	    align-items: start;
    }
    #home .row-7 .right {
	    width: 65%;
	}
	#home .row-7 .left:after {
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		background-position: left bottom;
		height: 100%;
		background-size: 300px auto;
	}
	#home .row-7 .right p {
		font-size: 14px;
	}
	.marchi {
		position: relative;
		z-index: 9;
		background-color: #fff;
	}
	.call-to-action {
		padding: 10% 5%;
	}
	.news {
		position: relative;
		z-index: 9;
		background-color: #fff;
	}
	.news .flex-desktop .left,
	.news .flex-desktop .right {
		width: 47%;
		padding: 0;
	}
	.news .flex-mobile {
	    padding-bottom: 30px;
	}
	.news .flex-desktop .left .flex-desktop,
	.news .flex-desktop .right .flex-desktop {
		padding-top: 20px;
		align-items: start;
	}
	.news .flex-desktop .left .flex-desktop .left,
	.news .flex-desktop .right .flex-desktop .left {
		width: 30%;
	}
	.news .flex-desktop .left .flex-desktop .right,
	.news .flex-desktop .right .flex-desktop .right {
		width: 70%;
	}
/*--------------PRODOTTI------------------*/
	#prodotti .row-1 h1 {
        font-size: 150px !important;
    }
    #prodotti .row-2 .right img {
	    max-width: 350px;
    }
	#prodotti .row-2 .right:after {
		background-size: 100% auto;
	}
	#prodotti .row-3 p {
		max-width: 65%;
	}
/*--------------GALLERY------------------*/
	.gallery .nav ul li a {
		color: #1a1a19;
	}
	#gallery .row-1 {
		max-width: 1000px;
	}
	#gallery h1 {
		font-size: 60px !important;
	}
/*--------------CONTATTI------------------*/
	.contatti .nav ul li a {
		color: #1a1a19;
	}
	#contatti .row-2 .flex-desktop .right {
		width: auto;
	}
	#contatti .row-2 .left {
		padding-bottom: 0;
	}
	#contatti .row-4 .flex-desktop {
		align-items: start;
	} 
	#contatti .row-4 .flex-desktop .left {
		padding-top: 20px;
	}
/*--------------AZIENDA------------------*/
	.chi-siamo .nav ul li a {
		color: #1a1a19;
	}
	#azienda .row-2 .right {
		padding-top: 0;
	}
	#azienda .row-2 .right img {
	    max-width: 350px;
    }
	#azienda .row-2 .right:after {
		background-size: 100% auto;
	}
	#azienda .row-2 .reverse-desktop {
		justify-content: space-between;
	}
	#azienda .row-2 .reverse-desktop .left,
	#azienda .row-2 .reverse-desktop .right {
		width: 35%
	}
	#azienda .row-2 .reverse-desktop .anni {
		width: 10%;
	}
	#azienda .row-3 {
	    height: 55vh;
    }
    #azienda .row-3 h3 {
	    max-width: 520px;
    }
    #azienda .row-3 a {
	    right: 35%;
    }
    #azienda .row-3:after {
	    bottom: -100px;
    }
    #azienda .row-4 {
	    padding: 60px 5%;
    }
    #azienda .row-6 {
	    padding: 60px 5% 30px;
    }
    #azienda .row-6 p {
		max-width: 65%;
	}
	
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.header-widget-area {
		display: block;
		color: #fff;
		font-size: 16px;
		top: 50px;
	}
	.header-widget-area a {
		color: #fff;
	}
	.footer img {
		max-width: 40px;
	}
	.footer-widget-area .widget_text, 
	.footer-widget-area .widget_nav_menu {
		width: 20%;
	}
	.footer-widget-area #custom_html-2 {
		width: 40%;
	}
	h3 {
		font-size: 30px !important;
	}
	.slide-contatore .slick-dots a {
		font-size: 18px;
	}
	.slick-dots {
		bottom: 25px;
	}
	h6 {
		font-size: 22px !important;
	}
	nav ul .mega-menu .mega-right a {
        font-size: 22px !important;
    } 
    .nav ul .mega-menu.open ul.sub-menu {
	    padding: 60px;
    }
    .btn-filtro {
		width: 12%;
	}
/*--------------GDPR------------------*/
	.page-template-template-gdpr .header-widget-area a {
        color: #333;
    }
/*--------------HOME------------------*/
	#home .row-1 .slide {
		height: 80vh;
	}
	#home .row-1 .text {
		height: 100%;
	}
	#home .row-3 h3 {
		font-size: 18px !important;        
		max-width: 700px;
	}
	#home .row-3 h4 {
		font-size: 100px !important;
	}
	#home .row-4 .scorrimento .scroll {
	   	animation: scroll 20s linear infinite;
    }
    #home .row-5 p {
	    padding: 0;
    }
    #home .row-5 .flex-desktop {
	    padding: 0 5% 30px;
    }
    #home .row-2 .image-4 {
	    bottom: 0;
	    margin-bottom: 30vh;
    }
    #home .row-2 .image-5 {
	    bottom: 0;
	    margin-bottom: 5vh;
    }
/*--------------PRODOTTI------------------*/
	#prodotti .row-1 .slide,
	#prodotti .row-1 .text {
		height: 80vh;
	}
	#prodotti .row-5 p {
	    padding: 0;
    }
    #prodotti .row-5 .flex-desktop {
	    padding: 0 5% 30px;
    }
/*--------------GALLERY------------------*/
	.gallery .header-widget-area a {
        color: #333;
    }
/*--------------CONTATTI------------------*/
	.contatti .header-widget-area a {
        color: #333;
    }
    #contatti .row-1,
    #contatti .row-1 .text {
	    height: 80vh;
    }
    #contatti .row-1 h1 {
	    font-size: 80px !important;
    }
	#contatti .row-2 .flex-desktop {
		align-items: start;
	}
	#contatti .row-2 .social img {
		max-width: 40px;
	}
	#contatti .row-4 .flex-desktop {
		background-size: 35% auto;
	}
	#contatti .flex-desktop .left,
	#contatti .flex-desktop .right {
		width: 45%;
	}
/*--------------AZIENDA------------------*/
	.chi-siamo .header-widget-area a {
        color: #333;
    }
    #azienda .row-1,
    #azienda .row-1 .text {
	    height: 80vh;
    }
    #azienda .row-1 h1 {
	    font-size: 80px !important;
    }
    #azienda .row-2 .reverse-desktop {
	    padding: 60px 5%;
    }
    #azienda .row-3 h4 {
		font-size: 100px !important;
	}
	#azienda .row-5 .flex-desktop .left,
	#azienda .row-5 .flex-desktop .right {
		width: 45%;
	}
	
}
@media only screen and (min-width:1600px) {
	h4 {
        font-size: 60px !important;
    }
    h6 {
	    font-size: 22px !important;
    }
    h2 {
	    font-size: 80px !important;
    }
    h3 {
        font-size: 35px !important;
    }
	main {
		font-size: 18px !important;
	}
	.slide-contatore .slick-dots a {
		font-size: 22px;
	} 
	.pagina-desktop .nav ul li a {
		font-size: 18px;
	}
	.header-widget-area {
		font-size: 18px;
	}
	nav ul .mega-menu .mega-right a {
        line-height: 40px !important;
    } 
    .btn-filtro,
    .filtro .all {
		width: 10%;
	}
/*--------------HOME------------------*/
	#home .row-3 {
        height: 80vh;
    }
	#home .row-3 .sfondo {
		padding-left: 10%;
	}
	#home .row-4 .scorrimento .scroll {
	   	animation: scroll 30s linear infinite;
    }
    #home .row-5 {
	    padding: 60px 0 30px;
    }
    #home .row-6 {
	    height: 60vh;
    }
    #home .row-6 .sfondo {
	    padding: 60px;
    }
/*--------------PRODOTTI------------------*/
    #prodotti .row-2 .left p,
    #prodotti .row-2 .left h3 {
	    max-width: 450px;
    }
    #prodotti .row-2 .right img {
	    max-width: 500px;
    }
    #prodotti .row-2 .right:after {
	    background-size: 950px auto;
    }
    #prodotti .row-3 {
	    padding: 60px 5% 0;
    }
    #prodotti .row-5 {
	    padding: 60px 0 30px;
    }
	#prodotti .row-6 {
	    height: 60vh;
    }
	#prodotti .row-6 .sfondo {
	    padding: 60px;
    }
	.galleria {
		padding: 60px 0 0;
	}
	.galleria a {
		margin-bottom: 2%;
	}
/*--------------GALLERY------------------*/
	.gallery .galleria a {
		width: 32%;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 .text {
		padding-bottom: 60px;
	}
	#contatti .row-5 {
		padding: 60px 0 30px;
	}
	#contatti .row-2 {
	    padding: 60px 0;
	}
	#contatti .row-4 .flex-desktop {
		padding: 60px 5%;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 .text {
		padding-bottom: 60px;
	}
	#azienda .row-2 .reverse-desktop {
		padding: 120px 5%;
	}
	#azienda .row-2 .left p,
    #azienda .row-2 .left h3 {
	    max-width: 450px;
    }
    #azienda .row-2 .right img {
	    max-width: 500px;
    }
    #azienda .row-2 .right:after {
	    background-size: 950px auto;
    }
    #azienda .row-3 {
        height: 60vh;
    }
	#azienda .row-3 .sfondo {
		padding-left: 10%;
	}
	#azienda .row-5 {
		padding: 60px 5%;
	}
	#azienda .row-4 {
		padding: 120px 5%;
	}

}

@media only screen and (min-width:2000px) {
	nav ul .mega-menu .mega-left {
		width: 60%;
	}

}

