/*
	Theme Name: Digitalia
	Theme URI: https://www.domudomu.com
	Description: Divani
	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;
}
/* 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:#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 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
strong, b {
	
}
.divider {
	
}
.archive #products h1.page-title {
    display: none;
}
.pulsante {
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
	border: 1px solid #d95438;
	border-radius: 20px;
	transition-duration: 0.5s;
	padding: 8px 20px 5px 20px;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
}
.pulsante:hover {
	background-color: #d95438;
	transition-duration: 0.5s;
}
.pulsante-white {
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 20px;
	transition-duration: 0.5s;
	padding: 8px 20px 5px 20px;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
}
.pulsante-white:hover {
	transition-duration: 0.5s;
	background-color: #fff;
	color: #000;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: end;
	flex-direction: column;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.flex-mobile .left,
.flex-mobile .right {
	width: 50%;
}
.reverse-mobile {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

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

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
}
.btn-filtro.active {
	color: #d95438;
}

/* spinner */
spinner {
	display: inline-block;
	width: 180px;
	height: 180px;
}/*
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fd175b;
	border-color: #fd175b transparent #fd175b transparent;
}*/


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

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
	margin-right: 40px;
	transform: none;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
	transform: none;
}
.slick-prev::before,
.slick-next::before {
	display: none;
}
.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;
}
.carosello-showroom .slick-next,
.carosello-showroom .slick-prev {
	top: 57vw;
}
.carosello .slick-next {
	margin-right: 45px;
}
.carosello .slick-prev {
	margin-right: 90px;
}
.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: start;
    width: 100%;
}

.thumbnail {
    width: 11.22222%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: border-color 0.2s;
    opacity: 0.5;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
}
.main-image img {
    max-width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.main-image img.fade-out {
    opacity: 0;
}

/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 20px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
}
::placeholder {
	color: #000;
}
textarea {
	height: 100px;
}
.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: 14px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
    height: 35px;
    line-height: 28px;
    margin-bottom: 0;
    max-width: 100px;
    text-transform: uppercase;
    border-radius: 20px;
    transition-duration: 0.5s;
}
.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
    transition-duration: 0.5s;
}
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;
}
.wpcf7-not-valid-tip {
	color: #fff;
}
/** 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: 10px 0 5px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	border-top: 1px solid #d95438;
	border-bottom: 1px solid #d95438;
	text-transform: uppercase;
	display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.accordion::after {
	content: "+";
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.accordion.active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.accordion.active::after {
	content: "-";
}

ul#filtri-progetto li .interno-filtro {
    display: none;
    padding-left: 10px;
}
ul#filtri-progetto li.open .interno-filtro,
ul#filtri-progetto li:hover .interno-filtro {
    display: block;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	margin: 20px auto;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
}
/*------------------------------------*\
	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;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 30px;
}
.lightbox-wrapper .lightbox-body {
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    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: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(10, 5, 5, 1.2);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 100;
	user-select: none;
	pointer-events: none;
    transition: background 3s ease-out;
}
loader img {
    opacity: 1.0;
    transition: opacity 1.9s cubic-bezier(0.79, 0.02, 0.58, 1);
}
.pagina_caricata loader {
	background-color: rgba(0, 0, 0, 0.02);
}
.pagina_caricata loader img {
    opacity: 0.01;
}
.loader_stop 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:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.home .header {
	position: absolute;
	background-color: transparent;
	border-bottom: none;
}
.home .openclose .iconbar {
	background-color: #fff;
}
.home .header .white {
	display: block;
}
.home .header .black {
	display: none;
}
.scroll .header {
	position: fixed;
	height: 65px;
	z-index: 3;
}
.scroll .header .logo img {
	max-width: 100px;
}
.scroll.home .header {
	background-color: #fff;
}
.scroll.home .openclose .iconbar {
	background-color: #000;
}
.scroll.home .header .white {
	display: none;
}
.scroll.home .header .black {
	display: block;
}
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
	border-bottom: 0.25px solid #000;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
.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: 20px;
	left: 20px;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
.logo .white {
	display: none;
}
.logo .black {
	display: block;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #d95438;
	display: flex;
	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;
}
.navmenu_open .logo .black {
	display: none;
}
.navmenu_open .logo .white {
	display: block;
}
.scroll.home.navmenu_open .logo .black {
	display: none;
}
.scroll.home.navmenu_open .logo .white {
	display: block;
}
.mobile .navmenu_close .nav { 
	opacity: 0.0;  
} 
.nav a {
	color: #fff;
	padding: 5px 0;
}
.nav .menu-item a span {
	display: none;
}
.nav .current_page_item a {
	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;
}
.nav .sub-menu {
	display: none !important;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #000;
	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%;
}
.footer h3 {
	text-transform: none;
	padding: 40px 0 20px;
	font-size: 35px;
	font-family: AmerigoBT-RomanA;
}
#media_image-2 {
	padding-bottom: 20px;
}
#media_image-2 img {
	max-width: 150px !important;
}
#custom_html-2 {
	padding: 40px 0 20px;
	width: 100%;
}
#custom_html-2 img {
	max-width: 25px;
	max-height: 20px;
}
.copyright {
	font-size: 12px;
}
.copyright .hover {
	cursor: pointer;
}
.copyright .credit {
	display: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

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

#home .row-1 .left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	position: relative;
}
#home .row-1 .right {
	position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#home .row-1 .right video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}
#home .row-1 .text {
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.20);
}
#home .row-1 h2,
#home .row-1 h3 {
	color: #fff;
}
#home .row-1 h2 {
	padding: 10px 0 30px;
}
#home .row-2 {
	text-align: center;
	padding: 60px 20px;
}
#home .row-2 p {
	padding: 30px 0;
}
#home .row-3 {
	text-align: center;
	padding: 60px 20px;
}
#home .row-3 .products {
	text-align: left;
	padding-top: 30px;
}
#home .row-3 .products h2 {
	padding-bottom: 10px;
	font-size: 25px !important;
}
#home .row-3 .products h3 {
	font-size: 12px;
	margin-top: 10px;
}
#home .row-3 .products a {
	font-size: 14px;
}
#home .row-3 .products .link .hover {
	display: none;
}
#home .row-3 .products .link:hover img {
	display: none;
}
#home .row-3 .products .link:hover .hover {
	display: block;
}
#home .row-3 .pulsante {
	margin-top: 30px;
}
#home .row-3 .slick-next {
	top: 80%;
}
#home .row-3 .slick-prev {
	top: 80%;
}
#home .row-4 {
	padding:40px 20px;
	background-color: #ede5de;
	margin: 60px 0;
}
#home .row-4 h2 {
	color: #d95438;
}
#home .row-4 p {
	padding: 30px 0;
}
#home .row-4 .carosello {
	padding-top: 30px;
}
#home .row-4 .carosello img {
	padding: 1%;
}
#home .row-4 .carosello .slick-list {
	padding: 0 40px 0 0 !important;  
}
#home .row-5 {
	text-align: center;
	padding: 60px 20px;
}
#home .row-5 h2 {
	padding-bottom: 30px;
}
#home .row-6 {
	text-align: center;
	padding: 60px 20px;
}
#home .row-6 .news {
	padding-top: 30px;
}
#home .row-6 .news div {
	padding-bottom: 30px;
}
#home .row-6 .news h3 {
	font-size: 12px;
	padding-top: 10px;
}
#home .row-6 .news h2 {
	padding-bottom: 10px;
	font-size: 25px;
}
#home .row-6 .news a {
	font-size: 14px;
}
#home .row-7 {
	margin: 60px 0;
	padding: 30px 20px;
	background-color: #ede5de;
	text-align: center;
}
#home .row-7 h2 {
	color: #d95438;
}
#home .row-7 p {
	padding: 60px 0 30px;
}
.carosello-showroom {
	text-align: left;
	margin-top: 30px;
}
.carosello-showroom h2 {
	color: #000 !important;
	font-size: 25px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.carosello-showroom h3 {
	text-transform: none;
}
/*--------------COMPANY------------------*/
#company .row-1 {
	text-align: center;
	padding: 60px 20px;
}
#company .row-1 p {
	padding: 30px 0;
}
#company .row-1 img {
	max-width: 50px;
}
#company .row-4 {
	padding:40px 20px;
	background-color: #ede5de;
}
#company .row-4 h2 {
	color: #d95438;
}
#company .row-4 p {
	padding: 30px 0;
}
#company .row-4 .carosello {
	padding-top: 30px;
}
#company .row-4 .carosello img {
	padding: 1%;
}
#company .row-4 .carosello .slick-list {
	padding: 0 40px 0 0 !important;  
}
#company .row-2 {
	padding: 60px 0;
	text-align: center;
}
#company .row-2 .testo {
	padding: 0 20px;
}
#company .row-2 p {
	padding: 30px 0;
}
#company .row-2 .carosello-company img {
	padding: 1%;
}
#company .row-3 {
	padding: 0 20px 60px;
	text-align: center;
}
#company .row-3 p {
	padding: 30px 0;
}
/*--------------INSPIRATION------------------*/
#inspiration h1 {
	padding: 30px 0;
	text-align: center;
}
#inspiration .filter {
	text-align: center;
}
#inspiration article {
	padding: 60px 20px;
}
#inspiration article .elemento {
	padding-bottom: 30px;
}
#inspiration article h3 {
	font-size: 12px;
	padding-top: 10px;
}
#inspiration article h2 {
	padding-bottom: 10px;
	font-size: 25px !important;
	line-height: 25px;
}
#inspiration article a {
	font-size: 14px;
}
#inspiration article .elemento picture {
    background-color: black;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 105vw;
}
.load_more-wrap {
	text-align: center;
	padding: 60px 0;
}
#inspiration .btn-filtro {
	padding: 20px;
}
/*--------------INSPIRATION SINGOLO------------------*/
.single-post article {
	text-align: center;
	padding: 0 20px;
}
.single-post article .back-blog {
	text-transform: uppercase;
	display: block; 
	text-align: left;
	padding-top: 20px;
}
.single-post article .back-blog img {
	max-width: 15px;
	margin-right: 10px;
}
.single-post article h1 {
	padding-top: 60px;
	padding-bottom: 20px;
}
.single-post article .category {
	text-transform: uppercase;
}
.single-post article .date {
	color: #999;
}
.single-post article p {
	padding: 60px 0;
}
.single-post article .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.single-post article .flex img {
	width: 49%;
}
.single-post .correlati {
	padding: 60px 20px 30px;
}
.single-post .correlati .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.single-post .correlati .elemento {
	width: 49%;
	margin-bottom: 30px;
}
.single-post .correlati h2 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 20px;
}
/*--------------RETAILS------------------*/
#retails .row-1 {
	text-align: center;
	padding: 60px 20px;
}
#retails .row-1 p {
	padding: 30px 0;
}
.downloads {
	padding: 0 20px;
}
.downloads h2 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #d95438;
}
.downloads .flex {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
	width: 100%;
}
.downloads .flex a {
	width: 50%;
	padding:0 10% 30px 0;
}
.downloads .Materials .flex a {
	width: 33.3333%;
}
#retails .row-7 {
	margin: 60px 0;
	padding: 30px 20px;
	text-align: center;
}
#retails .row-7 p {
	padding: 60px 0 30px;
}
#retails .row-4 {
	padding:40px 20px;
	background-color: #ede5de;
}
#retails .row-4 h2 {
	color: #d95438;
}
#retails .row-4 .left p {
	padding: 30px 0;
}
#retails .row-4 .carosello {
	padding-top: 30px;
}
#retails .row-4 .carosello img {
	padding: 1%;
}
#retails .row-4 .carosello .slick-list {
	padding: 0 40px 0 0 !important;  
}
#retails .row-4 .carosello .showroom {
	position: relative;
}
#retails .row-4 .carosello p {
	position: absolute;
	background-color: #fff;
	padding: 7px 5px 5px;
	bottom: 1%;
	left: 1%;
	z-index: 2;
	font-size: 14px;
}
#retails .contact {
	padding: 60px 20px;
}
#retails .contact .testo {
	text-align: center;
}
#retails .contact h2 {
	padding: 10px 0 20px;
}
#retails .contact img {
	margin-top: 60px;
}
#retails input, 
#retails textarea {
	border-bottom: 1px solid #d95438;
}
#retails .wpcf7-submit {
	border: 1px solid #d95438;
}
#retails .wpcf7-submit:hover {
	background-color: #d95438;
}
#retails .wpcf7-form .wpcf7-acceptance input {
	border: 1px solid #d95438;
}
#retails .wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #d95438;
}
/*--------------CONTRACT------------------*/
#contract .row-1 {
	text-align: center;
	padding: 60px 20px;
}
#contract .row-1 p {
	padding: 30px 0;
}
#contract .row-2 {
	padding: 0 20px;
}
#contract .row-2 .space {
	border-top: 1px solid #d95438;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contract .row-2 h2 {
	color: #d95438;
	padding-bottom: 30px;
}
#contract .row-2 p {
	padding-bottom: 10px;
}
#contract .row-2 .right {
	padding-top: 30px;
}
#contract .row-3 {
	background-color: #ede5de;
	padding: 30px 5%;
	text-align: center;
}
#contract .row-3 p {
	padding: 20px 0;
}
#contract .row-3 .references {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#contract .row-3 .references img {
	width: 48%;	
	margin-top: 4%;
}
#contract .downloads {
	padding: 60px 20px 0;
}
#contract .row-7 {
	margin: 60px 0;
	padding: 30px 20px;
	text-align: center;
}
#contract .row-7 p {
	padding: 60px 0 30px;
}
#contract .row-4 {
	padding:40px 20px;
	background-color: #ede5de;
}
#contract .row-4 h2 {
	color: #d95438;
}
#contract .row-4 .left p {
	padding: 30px 0;
}
#contract .row-4 .carosello {
	padding-top: 30px;
}
#contract .row-4 .carosello img {
	padding: 1%;
}
#contract .row-4 .carosello .slick-list {
	padding: 0 40px 0 0 !important;  
}
#contract .row-4 .carosello .showroom {
	position: relative;
}
#contract .row-4 .carosello p {
	position: absolute;
	background-color: #fff;
	padding: 7px 5px 5px;
	bottom: 1%;
	left: 1%;
	z-index: 2;
	font-size: 14px;
}
#contract .row-5 {
	text-align: center;
	padding: 60px 20px;
}
#contract .row-5 h2 {
	padding-bottom: 20px;
}
#contract .row-5 img {
	padding: 20px 0;
}
/*--------------PRODUCTS------------------*/
.archive #filtri-progetto {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.archive #filtri-progetto li {
	width: 33%;
}
.archive .woocommerce-loop-product__title {
	font-family: LarsMono-Regular;
}
.archive #products {
	padding: 0 20px;
}
.product .color-swatch {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: right;
    padding: 0px;
    margin-top: -30px;
    gap: 5px;
}
.color-swatch img.color-img {
    max-width: 18px;
}
.color-swatch span.color {
    background-color: #2f2f2f;
    width: 20px;
    height: 15px;
    margin-top: -5px;
    position: relative;
    display: block;
    border-radius: 50% 50% 0 0 !important;
}
.color-swatch span.color.beige {
    background-color: #c9b084;
}
.color-swatch span.color.black {
    background-color: #2f2f2f;
}
.color-swatch span.color.brown {
    background-color: #463b31;
}
.color-swatch span.color.ivory {
    background-color: #bb8d6a;
}
.archive #products h1,
.archive #products aside h2  {
	padding-bottom: 30px;
}
.archive #products aside {
    background-color: #fff;
    padding: 30px 20px;
    position: fixed;
    height: 250px;
    z-index: 100;
    width: 100%;
    top: 18vw;
    left: 0;
}
.archive #products .product h1 {
	margin-top: 85vw;
}
.archive .header {
	position: fixed;
    z-index: 3;
}
.scroll.archive .header {
	height: 75px;
}
.archive #products .image {
	display: grid;
}
.archive #products .testo {
	padding: 5px 0 60px;
}
.archive #products h3 {
	text-transform: none;
}
.archive #products .filter .active a {
	color: #d95438;
	padding-bottom: 10px;
	display: block;
}
.archive #products .filter .categoria ul {
	padding-left: 30px;
	padding-bottom: 30px;
	display: none
}
.archive #products .filter .categoria ul li {
	cursor: pointer;
}
.archive #products .filter .categoria li.active,
.archive #products .filter .categoria ul li:hover {
	color: #d95438;
}
.archive #products #filtri-progetto .active ul {
	display: block;
}
.archive #products #filtri-progetto svg {
	width: 20px;
    height: 15px;
}
.archive #products #filtri-progetto .active #Tracciato_1 {
    fill: #d95438;
}
.woocommerce-result-count,
.woocommerce-ordering,
.product_type_simple,
.product_type_variable {
	display: none !important;
}
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
	margin: 0 0 30px;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	padding: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	display: none;
}
/*--------------SINGLE PRODUCT------------------*/
.single-product .con-breadcrumb {
	display: none;
}
.single-product h1 {
	padding-bottom: 20px !important;
}
.single-product .product {
	padding-bottom: 60px;
}
.single-product .woo-product-gallery-slider {
	padding: 0;
}
.single-product .entry-summary {
	padding: 30px 20px;
	margin-bottom: 0 !important;
}
.single-product .product_meta,
.single-product aside,
.single-product .price,
.single-product .quantity,
.single-product .woocommerce-tabs {
	display: none;
}
#products .single_add_to_cart_button {
	display: none;
}
.single-product .woocommerce-variation-price .price {
	display: block;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8) !important;
	border-radius: 50% 50% 0 0 !important;
}
.quantity {
	display: none !important;
}
.woocommerce-product-details__short-description {
	max-width: 340px;
}
.woo-variation-swatches.wvs-show-label .variations th label {
	margin: 0 !important;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 400 !important;
	padding: 30px 0 10px;
	color: #999;
}
.reset_variations {
	display: none !important;
}
.woocommerce-variation-price {
	padding-top: 30px;
}
.woocommerce-variation-price label {
	font-weight: 400 !important;
	padding: 30px 0 20px;
	color: #999;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000;
	font-size: 40px;
	font-family: AmerigoBT-RomanA;
}
.woocommerce .woo-product-gallery-slider .wpgs-nav img {
	padding: 0 3px;
	cursor: pointer;
}
.single-product .contacts {
	text-transform: uppercase;
	padding-top: 30px;
	font-family: LarsMono-Medium;
	display: inline-block;
} 
.single-product .left,
.single-product .image-gallery,
.single-product .specifications {
	padding: 0 20px;
}
.single-product .inspiration {
	padding: 0 0 0 20px;
}
.single-product .left h2 {
	padding-bottom: 10px;
}
.single-product .left span {
	color: #999;
}
.single-product .left,
.single-product .right {
	width: 100%;
}
.single-product .right {
	padding-bottom: 60px;
}
.single-product .right h2 {
	padding: 60px 0 15px;
}
.single-product .right p {
	padding: 65px 20px;
}
.single-product .right .slider-nav img {
	padding:0 4%;
}
.single-product .right .slider-nav .slick-arrow {
	height: 100%;
	width: 50%;
}
.single-product .right .accordion {
	border-bottom: none;
	font-family: LarsMono-Medium;
}
.single-product .right .accordion.download {
	border-bottom: 1px solid #d95438;
}
.single-product .right .panel {
	margin: 0 auto;
}
.single-product .right .panel p {
	padding: 10px 0;
}
.single-product .right .materials div {
	width: 20%;
	padding:20px 2% 20px 0;
	text-align: center;
}
.single-product .carosello {
	padding-bottom: 20px;
}
.single-product .carosello .slick-list {
    padding: 0 40px 0 0 !important;
}
.single-product .carosello .slick-list img {
	padding:0 2% 0 0;
}
.single-product .carosello .slick-prev {
	left: auto;
	top: 100%;
	background-image: url(img/header/left.svg) !important;
	background-repeat: no-repeat !important;
	right: 0;
}
.single-product .carosello .slick-next {
	left: auto;
	top: 100%;
	background-image: url(img/header/right.svg) !important;
	background-repeat: no-repeat !important;
	right: 0;
	margin-right: 50px;
}
.single-product .slider-nav .slick-track {
	margin-left: 0;
}
.single-product .slider-for .slick-prev {
	top: 108%;
    height: 15%;
    width: 50%;
}
.single-product .slider-for .slick-next {
	top: 108%;
    height: 15%;
    width: 50%;
}
.single-product .catalog,
.single-product .tecnhical {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
}
.single-product .catalog a,
.single-product .tecnhical a {
	width: 50%;
	padding:20px 2% 20px 0;
}
.single-product .image-gallery .main-image {
	display: grid;
	padding-bottom: 5px;
}
.single-product .wpgs-for .slick-slide div {
	display: grid;
	padding-bottom: 2px;
}
.wpzoom-secondary-image-container img {
	padding: 1.5%;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1080px) {
    
    section {
        overflow: hidden;
    }
}

@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: 49%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	.footer-widget-area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: start;
		justify-content: space-between;
		position: relative;
	}
	#media_image-2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#nav_menu-2,
	#nav_menu-3,
	#nav_menu-4 {
		width: 33.33333%;
	}
	.footer h3 {
		padding: 0 0 30px;
	}
	#media_image-2 img {
	    max-width: 120px !important;
	}
	#nav_menu-2 {
		padding-top: 46px;
	}
	#text-2 {
		padding-top: 60px;
	}
	#text-2 h3 {
		padding: 0 0 10px;
	}
	.slick-next {
		margin-right: 10px;
	}
	.slick-prev {
		margin-right: 60px;
	}
	.btn-filtro {
		margin: 0 5px;
	}
	.carosello-showroom .slick-next,
	.carosello-showroom .slick-prev {
		top: 30vw;
	}
/*--------------HOME------------------*/
	#home .row-3 {
		padding: 60px 10px;
	}
	#home .row-3 .slick-slide {
		padding: 10px;
	}
	#home .row-3 .slick-next {
		margin-right: 15px;
	}
	#home .row-4 {
		display: flex;
		justify-content: space-between;
		padding: 40px 0 40px 20px;
	}
	#home .row-4 .left,
	#home .row-4 .right {
		width: 48%;
	}
	#home .row-4 .carosello {
	    padding-top: 0;
	}
	#home .row-6 .news {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#home .row-6 .news div {
		padding: 0.5%;
	}
	#home .row-6 .pulsante {
		margin-top: 30px;
	}
	#home .row-7 {
		padding: 30px 10px;
	}
	#home .row-7 .slick-slide {
		padding: 10px;
	}
/*--------------COMPANY------------------*/
	#company .row-4 {
		display: flex;
		justify-content: space-between;
		padding: 40px 0 40px 20px;
	}
	#company .row-4 .left,
	#company .row-4 .right {
		width: 48%;
	}
	#company .row-4 .carosello {
	    padding-top: 0;
	}
/*--------------RETAILS------------------*/
	#retails .row-7 {
		padding: 30px 10px;
	}
	#retails .row-7 .slick-slide {
		padding: 10px;
	}
	#retails .row-4 {
		display: flex;
		justify-content: space-between;
		padding: 40px 0 40px 20px;
	}
	#retails .row-4 .left,
	#retails .row-4 .right {
		width: 48%;
	}
	#retails .row-4 .carosello {
	    padding-top: 0;
	}
	.downloads .flex a {
		width: 33.3333%;
	}
	.downloads .Materials .flex a {
		width: 20%;
		padding: 0 5% 30px 0
	}
/*--------------INSPIRATION SINGOLO------------------*/
	.single-post article p {
		max-width: 420px;
		margin: 0 auto;
	}
	.single-post .correlati .elemento {
		width: 24%;
	}
/*--------------CONTRACT------------------*/
	#contract .row-3 .references img {
		width: 23%;
		margin-top: 0;
	}
	#contract .row-7 {
		padding: 30px 10px;
	}
	#contract .row-7 .slick-slide {
		padding: 10px;
	}
	#contract .row-4 {
		display: flex;
		justify-content: space-between;
		padding: 40px 0 40px 20px;
	}
	#contract .row-4 .left,
	#contract .row-4 .right {
		width: 48%;
	}
	#contract .row-4 .carosello {
	    padding-top: 0;
	}
/*--------------PRODUCTS------------------*/
	.scroll.archive .header {
	    height: 65px;
	}
	.archive #products aside {
		position: relative;
		height: auto;
		top: auto;
		left: auto;
		padding: 30px 0 0 0;
		z-index: 1;
	}
	.archive #filtri-progetto li {
		width: auto;
	}
	.archive .header {
		position: relative;
	}
	.archive #products .product h1 {
	    margin-top: 0;
	    padding-top: 30px;
	}
	.archive #products {
		display: flex;
		justify-content: start;
		align-items: start;
	}
	.archive #products aside {
		width: 25%;
	}
	.archive #products .product {
		width: 75%;
	}
	.archive #products .product .products {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-wrap: wrap;
	}
	.archive #products .product .products li {
		width: 50%;
		padding: 0.5%;
        padding-bottom: 30px;
	}
	.archive #products #filtri-progetto {
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}
	.archive #products .btn-filtro {
		margin: 0;
		padding: 0;
	}
	.archive .woocommerce-loop-product__title {
		font-size: 18px !important;
	}
/*--------------SINGLE PRODUCT------------------*/
	.single-product #products .product {
		width: 100%;
	}
	.single-product .carosello .slick-next {
	    margin-right: 50px;
	}

}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	header.header {
		line-height: 0 !important;
		z-index: 10;
	}
	.header {
		height: 70px;
	}
	.home.pagina-desktop .nav a {
		color: #fff;
	}
	.home.pagina-desktop .nav ul li a::after {
		background-color: #fff;
	}
	/* nav */
	.nav .current_page_item a {
		color: #d95438 !important;
		font-weight: normal;
	}
	.nav .current_page_item a::after {
		background-color: #d95438 !important;
	}
	.nav .menu-item a span {
		display: inline;
	}
	.pagina-desktop .nav {
		display: block!important;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
		padding-right: 20px;
		margin-top: -10px;
	}
	.pagina-desktop .nav ul {
		margin-top: -30px;
		text-align: right;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		font-size: 15px;
		position: relative;
		padding: 0;
		color: #000;
	}
	.pagina-desktop .nav ul li a::after {
	    content: ""; /* Necessario per creare il pseudo-elemento */
	    position: absolute;
	    bottom: 0; /* Posiziona la riga sotto il testo */
	    left: 0;
	    width: 0; /* Larghezza iniziale */
	    height: 1px; /* Altezza della riga */
	    background-color: #000; /* Colore della riga */
	    transition: width 0.3s ease-in-out; /* Durata e tipo di transizione */
	}
	.pagina-desktop .nav ul li a:hover::after {
		width: 100%;
	}
	.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%;
	}
	.content {
		width: 94%;
	}
	.scroll .header {
		background-color: #fff;
		position: fixed;
		box-shadow: 0 0 20px 1px #ccc;
	}
	.scroll .logo img {
		max-width: 100px;
	}
	.scroll .logo .black {
		display: block;
	}
	.scroll .logo .white {
		display: none;
	}
	.scroll .nav {
		margin-top: -5px;
	}
	.scroll .nav a {
		color: #000;
	}
	.scroll .nav ul {
		margin-top: 0;
	}
	.scroll.pagina-desktop .nav ul li a::after {
	    content: ""; /* Necessario per creare il pseudo-elemento */
	    position: absolute;
	    bottom: 0; /* Posiziona la riga sotto il testo */
	    left: 0;
	    width: 0; /* Larghezza iniziale */
	    height: 1px; /* Altezza della riga */
	    background-color: #000; /* Colore della riga */
	    transition: width 0.3s ease-in-out; /* Durata e tipo di transizione */
	}
	.scroll.pagina-desktop .nav ul li a:hover::after {
		width: 100%;
	}
	.scroll.home.pagina-desktop .nav a {
		color: #000;
	}
	.scroll.home.pagina-desktop .nav ul li a::after {
		background-color: #000;
	}
	.btn-filtro {
        margin: 0 10px;
    }
    .nav .sottomenu:hover .sub-menu {
	    display: flex !important;
    }
	.nav .sub-menu li {
		width: 100%;
	}
	.nav .sub-menu li a {
		height:20px;
	    line-height: 20px;
	    display: block;
	}
	.nav .sub-menu li a::after {
		display: none;
	}
	.nav .sub-menu li a:hover {
		color: #d95438 !important;
	}
	.nav .sottomenu {
		position: relative;
		cursor: pointer;
		height: 40px;
	}
	.nav .sottomenu .sub-menu {
		flex-direction: column;
		justify-content: flex-start;
		position: absolute;
	    top: 0;
	    left: 0;
	    text-align: left;
	    width: auto;
	    z-index: 2;
	    margin-top: 40px;
	}
	.nav .current-menu-item .sub-menu a {
		color: #000 !important;
	}
	.carosello .slick-next {
        margin-right: 85px;
    }
    .carosello .slick-prev {
        margin-right: 130px;
    }
/*--------------HOME------------------*/
	#home .row-1 {
		display: flex;
		justify-content: space-between;
	}
	#home .row-1 .left,
	#home .row-1 .right {
		width: 50%;
	}
	#home .row-2 p {
		margin: 0 auto;
		max-width: 600px;
	}
	#home .row-3 .pulsante {
        margin-top: 60px;
    }
	#home .row-4 .carosello .slick-list {
	    padding: 0 80px 0 0 !important;
	}
	#home .row-4 .left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#home .row-6 {
		max-width: 800px;
		margin: 0 auto;
	}
	#home .row-6 .pulsante {
        margin-top: 60px;
    }
    #home .row-7 {
	    margin: 60px 0 120px;
    }
    #home .row-7 p {
	    margin: 0 auto;
	    max-width: 610px;
    }
/*--------------COMPANY------------------*/
	#company .row-1 p {
		max-width: 590px;
		margin: 0 auto;
	}
	#company .row-4 .carosello .slick-list {
	    padding: 0 80px 0 0 !important;
	}
	#company .row-4 .left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#company .row-2 p {
	    max-width: 640px;
	    margin: 0 auto;
	}
	#company .row-3 {
		display: flex;
		justify-content: space-between;
	}
	#company .row-3 .left {
		text-align: left;
		width: 45%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	#company .row-3 .right {
		width: 45%;
		text-align: right;
	}
/*--------------INSPIRATION------------------*/
	#inspiration article .elemento picture img {
		display: none
	}
    #inspiration .elemento {
        width: 100%;
        height: 100%;
    }
    #inspiration article .elemento {
	    padding-bottom: 0;
    }
    #inspiration .row-2-cols {
	    height: 65vw;
    }
    #inspiration .row-4-cols {
	    height: 35vw;
    }
    #inspiration .row-2-cols,
    #inspiration .row-4-cols {
        display: flex;
        gap: 5px;
        margin-bottom: 30px;
    }
    #inspiration .row-2-cols .column-uno {
        width: 50%;
    }
    #inspiration .row-2-cols .column-due {
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    #inspiration .row-2-cols .column-due .elemento {
	    padding-bottom: 0;
    }
    #inspiration .row-2-cols.reverse {
        flex-direction: row-reverse;
    }
    #inspiration .row-4-cols .elemento {
        max-width: 25vw;
    }
    #inspiration article .elemento picture {
	    background-color: black;
	    width: 100%;
	    aspect-ratio: unset;
	    height: calc(100% - 100px);
	}
	#inspiration article .column-due .elemento picture {
		height: calc(100% - 100px);
	}
	#inspiration article .elemento .testo {
		height: 100px;
	}
	#inspiration article .column-due .elemento {
		height: 100%;
	}
	#inspiration article h2 {
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 23vw;
	}
/*--------------INSPIRATION SINGOLO------------------*/
	.single-post article p {
		max-width: 450px;
	}
	.single-post article p {
		padding: 80px 0;
	}
	.single-post article .flex img {
	    width: 49.5%;
	}
	.single-post .correlati {
	    padding: 80px 20px;
	}
	.single-post .correlati .elemento {
		margin-bottom: 0;
		width: 24.5%;
	}
/*--------------RETAILS------------------*/
	#retails .row-1 p {
		max-width: 590px;
		margin: 0 auto;
	}
	#retails .row-7 {
	    margin: 60px 0 120px;
    }
    #retails .row-7 p {
	    margin: 0 auto;
	    max-width: 610px;
    }
    #retails .row-4 .carosello .slick-list {
	    padding: 0 80px 0 0 !important;
	}
	#retails .row-4 .left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#retails .contact img {
	    margin-top: 0;
	}
	#retails .contact .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
	}
	#retails .contact .flex .left,
	#retails .contact .flex .right {
		width: 48%;
	}
	.downloads .Materials .flex a {
		width: 15%;
	}

/*--------------CONTRACT------------------*/
	#contract .row-1 p {
		max-width: 590px;
		margin: 0 auto;
	}
	#contract .row-2 h2 {
		padding-bottom: 0;
	}
	#contract .row-2 .space {
		display: flex;
		justify-content: space-between;
		padding-bottom: 60px;
	}
	#contract .row-2 .space .left,
	#contract .row-2 .space .right {
		width: 48%;
	}
	#contract .row-2 .space .right {
		padding-top: 0;
	}
	#contract .row-2 .space .left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
	}
	#contract .row-3 p {
		max-width: 540px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#contract .row-3 .references {
		max-width: 600px;
		margin: 0 auto;
	}
	#contract .row-3 .references img {
		width: 20%;
	}
	#contract .row-7 {
	    margin: 0 0 60px;
    }
    #contract .row-7 p {
	    margin: 0 auto;
	    max-width: 610px;
    }
    #contract .row-4 .carosello .slick-list {
	    padding: 0 80px 0 0 !important;
	}
	#contract .row-4 .left {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#contract .row-5 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#contract .row-5 p {
		max-width: 510px;
		margin: 0 auto;
	}
	#contract .row-5 img {
	    padding: 30px 0;
	    max-width: 600px;
	}
/*--------------PRODUCTS------------------*/
	.archive #products aside {
        width: 18%;
    }
    .archive #products .product {
        width: 82%;
    }
    .color-swatch span.color {
	    width: 20px;
        height: 15px;
    }
    .product .color-swatch {
	    gap:10px;
    }
    .color-swatch .aggiungi {
	    font-size: 20px;
	    font-weight: bold;
    }
/*--------------SINGLE PRODUCT------------------*/
	.single-product #products {
		padding: 60px 0 0;
	}
	.single-product .woo-product-gallery-slider {
		padding: 0 20px 0;
	}
    .single-product .product {
		width: 100% !important;
	}
	.single-product .summary {
		width: 45% !important;
		padding: 0;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		width: 55% !important;
	}
	.single-product .related {
		display: flex;
		flex-direction: row;
		justify-content: space-between !important;
		align-items: stretch;
	}
	.single-product .right p {
		max-width: 550px;
		padding: 65px 20px 65px 0;
	}
	.single-product .image-gallery {
		padding: 0 0 0 20px;
	}
	.single-product .specifications {
		padding: 0 20px 0 0;
	}
	.single-product .inspiration {
		padding: 0;
	}
	.single-product .right h2 {
		padding: 60px 0 20px;
	}
	.single-product .tecnhical img {
		max-width: 350px;
	}
	.single-product .catalog a, 
	.single-product .tecnhical a {
		width: 33%;
	}
	.single-product .right {
		width: 75%;
	}
	.single-product .left {
		width: 25%;
		padding-top: 20px;
		position: relative;
		background-color: #fff;
	}
	.single-product .sticky {
        position: sticky;
        top: 90px;
        z-index: 10;
    }
    .wpgs-nav .slick-track {
		margin-left: 0 !important;
	}
	.single-product .carosello .slick-next {
	    margin-right: 60px;
	}
	.single-product .carosello .slick-prev {
		margin-right: 110px;
	}

}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 200px;
	}
	#text-2 {
		width: 40%;
		padding-top: 0;
	}
	#nav_menu-2, 
	#nav_menu-3, 
	#nav_menu-4 {
		width: 15%;
	}
	#custom_html-2 {
		width: 50%;
		margin-top: -120px;
	}
	.footer-bottom {
		width: 50%;
		margin-top: -30px;
		position: relative;
		z-index: 100;
	}
	h2, h1 {
		font-size: 40px !important;
	}
    .wpml-ls-current-language {
	    margin-left: 60px;
    }
    .btn-filtro {
        margin: 0 30px;
    }
/*--------------HOME------------------*/
	#home .row-3 .products {
		padding-top: 60px;
	}
	#home .row-3 .slick-prev {
        top: 85%;
    }
    #home .row-3 .slick-next {
        top: 85%;
    }
	#home .row-3 .products h2,
	#home .row-6 .news h2,
	#home .row-7 .flex h2 {
		font-size: 30px !important;
	}
	#home .row-4 .left, 
	#home .row-4 .right {
        width: 45%;
    }
    #home .row-6 {
		max-width: 1000px;
	}
    #home .row-7 {
	    padding: 60px 10px;
    }
	#home .row-7 p {
	    padding: 60px 0;
	}
/*--------------COMPANY------------------*/
	#company .row-4 .left, 
	#company .row-4 .right {
        width: 50%;
    }
    #company .row-4 .left p {
	    max-width: 500px;
    }
    #company .row-3 p {
	    max-width: 510px;
    }
/*--------------RETAILS------------------*/
	#retails .row-7 {
	    padding: 60px 10px;
    }
	#retails .row-7 p {
	    padding: 60px 0;
	}
    #retails .row-4 .left, 
	#retails .row-4 .right {
        width: 50%;
    }
    #retails .row-4 .left p {
	    max-width: 500px;
    }
	.downloads .flex a {
        width: 25%;
        padding: 0 5% 30px 0;
    }
    .downloads .Materials .flex a {
		padding: 0 30px 30px 0;
		width: 10%;
	}
/*--------------INSPIRATION SINGOLO------------------*/
	.single-post .correlati h2 {
		font-size: 25px !important;
	}
/*--------------CONTRACT------------------*/
	#contract .row-7 {
	    padding: 60px 10px;
    }
	#contract .row-7 p {
	    padding: 60px 0;
	}
    #contract .row-4 .left, 
	#contract .row-4 .right {
        width: 50%;
    }
    #contract .row-4 .left p {
	    max-width: 500px;
    }
/*--------------PRODUCTS------------------*/
	.archive #products .filter h2 {
		font-size: 40px !important;
	}
	.archive #products .product .products li {
        width: 33.33333%;
        padding: 0.5%;
    }
/*--------------SINGLE PRODUCT------------------*/
	.single-product h2 {
		font-size: 40px !important;
	}
	.single-product .left h2 {
	    padding-bottom: 20px;
	} 
	.single-product .right p {
	    padding: 75px 20px 75px 0;
	}
	.single-product .right h2 {
        padding: 80px 0 50px;
    }
    .single-product .right .materials div {
	    width: 15%;
    }
    .single-product .catalog a {
	    width: 25%;
    }
}
@media only screen and (min-width:1600px) {
	#text-2 {
		width: 50%;
	}
/*--------------HOME------------------*/
	#home .row-3 .slick-prev {
		top: 88%;
	}
	#home .row-3 .slick-next {
		top: 88%;
	}
	#home .row-6 {
		max-width: 1200px;
	}
/*--------------RETAILS------------------*/
    .downloads .flex a {
	    width: 20%;
    }
/*--------------PRODUCTS------------------*/
	.archive #products .flex .prodotto {
		width: 33.3333333%;
	}
/*--------------SINGLE PRODUCT------------------*/
	.single-product .left {
		width: 20%;
	}
	.single-product .right {
        width: 80%;
    }
    .single-product .carosello .slick-next {
        margin-right: 70px;
    }

}

