/**!
 * b4st CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Gloock&display=swap');

@font-face {
    font-family: 'Galvji';
    src: url('/wp-content/themes/verdelegante/fonts/Galvji.woff2') format('woff2'),
        url('/wp-content/themes/verdelegante/fonts/Galvji.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('/wp-content/themes/verdelegante/fonts/Galvji-Bold.woff2') format('woff2'),
        url('/wp-content/themes/verdelegante/fonts/Galvji-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('/wp-content/themes/verdelegante/fonts/Galvji-BoldOblique.woff2') format('woff2'),
        url('/wp-content/themes/verdelegante/fonts/Galvji-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Galvji';
    src: url('/wp-content/themes/verdelegante/fonts/Galvji-Oblique.woff2') format('woff2'),
        url('/wp-content/themes/verdelegante/fonts/Galvji-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



:root {
--corpo:#122F28;
--darkgreen:#193C33;
--light-green:#87AA84;


}
/*
.funnel-sans-<uniquifier> {  font-family: 'Galvji';
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.gloock-regular {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	color: var(--corpo); 
	 font-family: 'Galvji';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8em;



	
	
	
}


body::-webkit-scrollbar {
  width: 0.3em;
}
 
body::-webkit-scrollbar-track {
  box-shadow:none;
}
 
body::-webkit-scrollbar-thumb {
	background-color: var(--light-green);
}
body.rtl {
    direction: initial;
}
.bg-green {
	background: var(--darkgreen);
	color: #fff
}

.bg-green.gradient:after {
	content: '';
	background: linear-gradient(180deg, rgba(46, 104, 90, 0.00) 54.43%, #193C33 100%);
}
p,ul,li {
	 font-family: 'Galvji';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;

}


.btn-menu span {
    display: block;
    width: 60%;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%); */
    border-radius: 0;
    height: 2px;
    background: var(--white);
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
	
	.btn-menu.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}
	
.btn-menu span + span {
  margin-top: 10px;
}
.fixed .btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background:var(--white)
}
.btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff
}
.home .btn-menu.active span:nth-child(1) {
	background: #fff
}
.btn-menu.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.btn-menu.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.btn-menu.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 30px;
		background: #fff
}
.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal{
    margin-left: 5px;
	position: relative
}
.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal:before {
content: '/';
    position: absolute;
    top: -6px;
    left: -6px;
}
.navbar-toggler .box {
    width: 73px;
    /*height: 65px;*/
    position: relative;
}
@media (min-width: 1200px) {
.container,
	.e-con-inner{
    max-width: 1340px !important
}
}
@media (min-width: 1600px) {
    .container, .e-con-inner {
        max-width: 1390px !important;
    }
}
.elementor-element-2ca865a .e-con-inner {
    padding:8em 0 30em 0;
}
@media (min-width: 1650px) {
	.credits p{
    font-size: 14px;
}
	.elementor-element-ce05686 {
		margin-bottom: auto;
		margin-top: auto
	}
	
}
a {
	color: var(--darkgreen);
	text-decoration: none;
	cursor: pointer;
	position: relative;
  font-style: normal;
}
/*a:hover:not(.elementor-button) {
	color: #fff !important;
}
a:hover:not(.btn-primary) {
	color:#fff !important;
}
*/
a:hover {
	text-decoration: underline;
	color: var(--lightgreen)
}
.btn:hover,
.elementor-button:hover {
	text-decoration: none
}


.topbar {
	z-index: 11
}
.topbar p {
	font-size: 15px
}
.topbar a {
	color: var(--corpo)
}
.topbar a:hover {
	color: var(--corpo) !important;
	text-decoration: underline
}
.menu-cart .dropdown-menu {
    top: 75%;
    left: auto;
	right: 0
}
.header-cart .dropdown-menu {
	  position: absolute !important;
    top: 45px !important;
    padding: 10px;
    left: -35px !important;
    width: 310px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    display: block !important;
	   /* background: #fff;*/
    
}
.header-cart .dropdown:hover .dropdown-menu,
.header-cart .dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.header-cart .fa.fa-heart {
	font-weight: 300
}
.account-link:hover{
	background: none !important
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background: #efefef;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	
}
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: initial;
}
.woocommerce-MyAccount-navigation {
	padding: 20px
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
    padding: 10px !important;
	width: 90% !important;
    margin: auto;
}
.wpmm-col.wpmm-col-3 {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.wp-megamenu-sub-menu .menu {
padding-top: 10px !important;
    padding-left: 30px !important;
    list-style: disc !important;
}
.wp-megamenu-sub-menu .menu li {
margin: 5px 0;
width: fit-content;
}

.border-greenlight {

backdrop-filter: blur(10px);
	border-radius: 24px;
border: 1px solid #87AA84;
}

.quadrato {
	aspect-ratio:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	    width: 100% !important;

	
}
/*.wp-megamenu-sub-menu .menu li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: calc(100%);
    height: 2px;
    border-top: 2px solid transparent;

}
.wp-megamenu-sub-menu .menu li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: calc(100%);
    height: 2px;
    border-top: 2px solid #3B90FF;
}
+*/

.wp-megamenu-sub-menu .menu li {
    position: relative;
}

.wp-megamenu-sub-menu .menu li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background-color: #3B90FF;
    transition: width 0.3s ease;
}

.wp-megamenu-sub-menu .menu li:hover:after {
    width: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
    padding: 0;
  
}
/*.wpmm-col.wpmm-col-3 {
	padding-left: 25px !important
}
.wpmm-col.wpmm-col-3:first-child {
	padding-left: 10px !important
}*/
ul.cart_list li img, ul.product_list_widget li img {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    width: 85px !important;
    height: auto !important;
    box-shadow: none !important;
}
.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -20px;
    left: -20px;
    margin: 0;
    border-radius: 100%;
    background-color: var(--acidgreen);
    color: #fff;
    font-size: .857em;
    z-index: 9;
    width: 60px;
    white-space: normal;
    height: 60px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.woocommerce-mini-cart__total.total {
    text-align: right;
    border-bottom: 1px solid;
    clear: both;
    font-size: 15px;
    padding: 5px;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
    display: table;
    padding: 0.6rem 1.5rem !important;
    border: 1px solid var(--piink);
    background: var(--acidgreen);
    border-radius: 0;
    color: var(--corpo);
    /* letter-spacing: 1.2px; */
    font-size: 14px;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
    display: table;
    padding: 0.6rem 1.5rem !important;
    border: 1px solid var(--corpo);
    background: var(--corpo);
    border-radius: 0;
    color: var(--acidgreen) !important;
    /* letter-spacing: 1.2px; */
    font-size: 14px;
}
ul.cart_list li {
    padding: 5px 0 0 0 !important;
    border-bottom: 1px solid;
    position: relative;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    /* display: flex !important; */
}
.opaco {
	border-radius: 10px;
background: rgba(47, 51, 80, 0.10);
backdrop-filter: blur(10px);
}
.card-rounded {
	border-radius: 30px;
background: #FFF;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
}

.card-rounded img {
	height: 300px;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}
.elementor-image-box-content {
	padding:30px 30px 40px 30px
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}
.woocommerce-order .addresses {
	  display: flex;
	margin-left: -15px;
	margin-right: -15px
}
.woocommerce-order .addresses .col-1,
.woocommerce-order .addresses .col-2{
    float: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-MyAccount-content .woocommerce-input-wrapper {
	width: 100%
}
.related {
	clear: both
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.woocommerce-mini-cart__buttons.buttons a {
    width: 100%;
    background: #e83f53;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout {
    display: none;
}
.header-cart .dropdown-menu {
    left: -240px !important
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}
.mini_cart_item a.remove {
position: absolute;
    right: 0;
    top: -5px;
    font-size: 15px !important;
    margin-top: 0 !important;
    color: red;
}
.woocommerce-mini-cart-item.mini_cart_item a {
    margin-top: 20px;
	    font-size: 12px !important;
    line-height: 10px;
}
.woocommerce-mini-cart {
	padding-left: 0;
    font-size: 12px;
}
.woocommerce-mini-cart__total.total {
	text-align:right;
	border-bottom: 1px solid;
	    clear: both;
    font-size: 15px;
    padding: 5px;
}
.mini_cart_item img {
	width:55px
}
.list .items-count {
    display: none !important;
}
.mini-cart-wishlist-info {
    display: none !important;
}
.fixed-header.sticky .header-cart {
	top:0
}
#evidenzacat-carousel picture {
	position:relative;
	float:left
}
#evidenzacat-carousel picture:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat center -90px;
    background-size: contain;
    width: 100%;
    height: 60%;
    right: 0;
}
.titolo-cat-ev {
	    z-index: 11;
    position: relative;
    color: var(--corpo);
    text-align: left;
}
#evidenzacat-carousel .titolo-cat-ev {
	  font-size:1.1em
}
.titolo-cat-ev:after {
    content: '';
    position: absolute;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid;
    top: 90%;
}
/**/
#collezioni-lista picture {
	position:relative;
	float:left;
	    width: 100%;
}
#collezioni-lista picture:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat center -30px;
    background-size: contain;
    width: 100%;
    height: 60%;
    right: 0;
}
#collezioni-lista .collezione-evidenza picture:before {
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat bottom;
    background-size: 100% auto;
    height: 32%;
}
#collezioni-lista picture img {
	aspect-ratio: 1;
    object-fit: cover;
}
#collezioni-lista .collezione-evidenza  picture img {
	aspect-ratio: auto;
    object-fit: cover;
	height: 600px;
		width: 100%;
}
.quad img {
	aspect-ratio:1;
	object-fit: cover
}
.titolo-cat-ev {
	    z-index: 11;
    position: relative;
    color: var(--corpo);
    text-align: left;
}
#collezioni-lista .collezione-evidenza .titolo-cat-ev {
	  font-size: 22px
}
.titolo-cat-ev:after {
    content: '';
    position: absolute;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid;
    top: 90%;
}
/**/
/*.elementor-element a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 50% 50%; 
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    right: 0;
    margin: auto;
}
.elementor-element a:hover:after {
    transform: scaleX(1);
}
.elementor-element a:hover:after {
    transform-origin: 50% 50%; 
}
.elementor-element a:hover:after {
    transform: scaleX(1);
}
*/
a.corpo {
	color: var(--corpo)
}
a.corpo:hover {
	color: var(--acidgreen)
}
.logo-svg {
	height: 75px;
    width: auto;
}
.member__image {
    display: block;
    opacity: 1;
    transition: .25s ease;
    cursor: pointer;
}
.member__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    width: calc(100% - 30px);
    margin: auto;
}
.member:hover .member__image--hover {
    opacity: 1;
}
a.black {
	color: #000
}
.titolo-post {
text-align: left;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 128.571% */
}
footer p,
footer a,
footer li {
	    font-size: 15px;
}
footer a:hover {
	color: #fff !important
}
footer a:hover:after,
.nounderline:hover:after,
.elementor-button:hover:after,
.btn:hover:after{
	display: none
}
b, strong {
    font-weight: 700;
}
.custom-logo {
    height: 120px;
    z-index: 11;
    position: relative;
    width: auto;
}
.num {
color: #779ADA;
font-family: Montserrat;
font-size: 64px;
font-style: normal;
font-weight: 300;
line-height: 64px; /* 100% */
}

.card-num {
	border-radius: 30px;
background: #FFF;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
	padding: 30px
}
.bg-gradient {
background: linear-gradient(180deg, rgba(46, 104, 90, 0.00) 54.43%, #193C33 100%);
}
.bg-lightgrey {
	background-color:var(--lightgrey);
}
.bg-grey {
    background: #F5F5F5;
}
.bg-beige {
	background-color:var(--beige);
}
.bg-green h2 {
	color: #fff
}
.gradient-green,
.gradient-green h2{
color: #fff;
	
}
.gradient-green:before {
    width: 100%;
    content: '';
    display: block;
    background: #0F5944;
    background: -moz-linear-gradient(left,rgba(15, 89, 68,1) 0%,rgba(15, 89, 68,0) 100%);
    background: -webkit-linear-gradient(left, rgba(15, 89, 68, 1) 0%, rgba(15, 89, 68, 0) 100%);
    background: linear-gradient(to right, rgba(15, 89, 68, 1) 44%, rgba(15, 89, 68, 0)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162b4b',endColorstr='#162b4b',GradientType=1);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}
.gradient-green .elementor-button,
.gradient-green .elementor-button:hover{
	color: var(--acidgreen) !important
}
.gradient-green .elementor-button svg ellipse {
	fill: var(--acidgreen)
}
.gradient-green .elementor-button svg path {
	stroke: var(--green)
}
.gradient-green-bg h2 {
	color: #fff;
	font-size: 40px;
	⁨color: #FFF;
  line-height: 50px;
	position: relative
}
.gradient-green-bg h2:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-2.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -55px;
    top: 5px;
}
.gradient-green-bg .elementor-button,
.gradient-green-bg .elementor-button:hover{
	color: var(--acidgreen) !important
}
.gradient-green-bg .elementor-button svg ellipse {
	fill: var(--acidgreen)
}
.gradient-green-bg .elementor-button svg path {
	stroke: var(--green)
}
.bg-gradient-due {
background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(209,236,219,1) 100%);
}
.intro p{

}
.intro p.text-30 {
	color: #167F5C !important;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 133.333% */
text-transform: uppercase;
}
.green {
	color: var(--green) !important
}
.lightgreen {
	color: var(--greenlight) !important
}
.text-40 {
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 55px;
}

.page-child .cta-prefooter h2:before {
    height: 45%;
}

.percorso-card .elementor-icon-box-title {
	text-transform: uppercase
}
.milestone li {
	color: rgba(0, 0, 0, 0.81);
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 75px;
	position: relative;
	list-style: none
}
.milestone li:before {
    content: '';
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: var(--white);
    border-radius: 50%;
    top: 25px;
}
.milestone li:nth-of-type(2):before {
	 background: #55A98D;
}
.milestone li:nth-of-type(3):before {
	 background: #5BD17E;
}
.milestone li:nth-of-type(4):before {
	 background: #A7E115;
}
.milestone li:nth-of-type(5):before {
	 background: #DAE030;
}
.milestone li:nth-of-type(6):before {
	 background: #D1CF4D;
}
.energia-box p {
	color: rgba(0, 0, 0, 0.75);
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.energia-box-due p {
	color: rgba(0, 0, 0, 0.75);
font-style: normal;
font-weight: 400;
line-height: 30px;
	position: relative;
		padding-left: 35px;
	margin-bottom: 0
}
.energia-box p.green {
font-weight: 700;
margin-bottom: 25px; /* 136.364% */
	padding-left: 35px;
	color: var(--greenlight) !important
}
.energia-box p.green:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-1.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: -5px;
}
.energia-box-due p:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-1.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: -5px;
}
.icon-yellow.energia-box p.green:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: -5px;
}
.elementor-element-eb8e96a p.green:before {
    left: 40px !important;
}
.elementor-image-box-img,
.elementor-image-box-img img{
	width: 100% !important;
	
}
.elementor-image-box-wrapper {
	text-align: left !important
}
.duebottoni .btn-primary {
	width: 100%
}
.text-22 {
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 118.182% */
}
.text-22-light {
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 159.091% */
}
.nocheck:before {
	display: none
}
.text-26 {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 107.692% */
 	color: #167F5C !important;
	margin-bottom: 25px
}
.text-24 {
color: rgba(0, 0, 0, 0.75);
font-size: 24px !important;
font-style: normal;
font-weight: 400;
line-height: 35px;
}
.middle-border .e-con-inner {
	padding: 0
}
   .elementor-element.elementor-element-28d2447.e-con-full.p-5.e-flex.e-con.e-child:after,
  .elementor-element.elementor-element-3622dfc6.e-con-full.p-5.e-flex.e-con.e-child:after{
    content: '';
    position: absolute;
    right: -100vw;
    background: #F5F5F5;
    width: 100vw;
    height: 100%;
    top: 0;
}

.elementor-element.elementor-element-6f56c74 img {
       object-fit: cover;
}
label {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.breadcrumb {
color: #122F28
;
background: #fff;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 214.286% */

text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
	background: none;
	justify-content: flex-end;
	margin-bottom: 0
}
.breadcrumb li {
	font-size: 14px !important
}
.breadcrumb a {
 color: #122F28;;
font-size: 14px;
font-style: normal;
	text-decoration-line: underline;
font-weight: 500;
line-height: 30px; /* 214.286% */
	padding: 0
}
.breadcrumb a:after {
	display: none
}
.breadcrumb a.nav-link:hover {
color: #B6AFAF !important;
	background:none !important;
	text-decoration: underline !important;
	line-height: inherit !important;
	border-radius: 0 !important;
	font-weight: 500 !important
}
.breadcrumb .separator {
	padding: 0 5px;
		color: #122F28;
}
.post-cont {
	padding: 20px 55px;
	line-height: 1.6em
}

blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
	    margin: 25px 35px;
		font-size: 19px;
    line-height: 2em;
}
main {
	flex: 1 0 auto;
} 
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
	.navbar-toggler {
		border: none;
		padding: 0;
		display: block !important;
		z-index: 11;
	}
.navbar-toggler svg {
	height: 30px;
	width: auto
}
.navbar-toggler :focus {
    outline: none !important;
}

 .navbar-collapse.overlay.menu-desktop {
	display: none !important
}
.navbar-collapse.overlay.menu-desktop.active{
	display: block !important
}
button:focus {
	outline: none !important
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
nav.navbar {
    z-index: 1111111;
}

 nav.navbar {
	background: linear-gradient(180deg, #132C26 0%, rgba(21, 60, 50, 0.00) 99.04%);
}
#sidebar {
    width: 35%;
    position: fixed;
    right: -120%;
    height: 100vh;
    z-index: 0;
    top: 0;
background: rgba(17, 50, 41, 0.90);
backdrop-filter: blur(15px);

    transition: all 0.3s;
    overflow-y: none;


}
#sidebar.active {
    right: 0;
}
.fixed-header {
    z-index: 1;
}
.fixed-header.fixed {
    top: 0;
    padding: 10px 0 !important;
    margin-top: 0 !important;
    animation: .5s .3s fadeInDown both;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: #EBE9E4;
    /* -webkit-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%); */
    -moz-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%);
    /* box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%); */
}
.fixed-header.fixed .container-fluid {
	padding: 0 6em !important
}
.fixed-header.fixed .logo-svg {
	height: 65px;
    width: auto;
}
.fixed-header.fixed svg path {
	fill:#093F3F
}
.vertical-align{display:flex !important;justify-content:center;align-content:center;flex-direction:column;}
.site-header-image {
	display: block;
	margin: auto;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
}
h1 {
color: #193C33;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 136.364% */
	

}

.blog h1,
.home h1,
.category h1{
color: #FFF;
text-align: center;
font-family: Gloock;
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height:75px; /* 314.286% */
letter-spacing: 10.5px;
text-transform: uppercase;
font-family: "Gloock", serif;
}
.home h1 span{
	font-size: 30px
}
.testata-interna {
	position: relative
}
.testata-interna {
	height: 85vh;
	margin-top:-152px
}


.intro-neg {
	margin-top: -270px;
	height: fit-content;
	    z-index: 1111;
	position: relative
}

.intro-neg:after {
	    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 15px;
    z-index: 1111;
	
}
 .page-id-61 .intro-neg:after {
content: '';
    position: absolute;
    right: -22px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 30px;
    z-index: 1111;
	
}

.intro-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    padding: 0;
}

.intro-img img {
	width: 100%;
}

.intro-block {
	    position: absolute;
    top: -270px;
    z-index: 1;

    left: 10%;
}
.img-laterale {
	background-position: right -260px !important;
	z-index: 11;
	margin-top: -317px
}
.sottointro {
    margin-top: -190px;
    z-index: 111;
}
.font-50 {
	color: rgba(22, 81, 66, 0.90);
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 50px */
text-transform: uppercase;
}
.passi .elementor-widget-text-editor {
	min-height: 390px
}
.passo {
	color: #689365;
font-size: 35px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 40px */
text-transform: uppercase;
	    position: absolute;
    bottom:-40px;
    right: 0;
}

.passo span {
    color: #689365;
    font-family: "Gloock", serif;
    font-size: 135px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 20px;
}
.citazione-bordo p {
	text-align: right;
    border-radius: 33px;
    border: 1px solid #87AA84;
    width: 82%;
    margin: auto;
    padding: 2em;
    color: #FFF;
    font-family: Cormorant;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    margin-left: 150px;
}

.elementor-element-f744ce0 {
    background-position: left 20px !important;
}
.parent-rif {
	border-radius: 10px;
border: 1px solid #FFF;
	color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
	padding: 5px 15px;
	text-transform: uppercase
}

.e-n-accordion-item {
border-radius: 20px;
background: #F5F5F5;
	margin-bottom: 30px !important;
	padding: 25px
}
.e-n-accordion-item-title-text  {
color:#122F28;
font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
   
}

.e-n-accordion-item-title {
	border: none !important;
	    padding: 0 !important;
	position: relative
}
.e-n-accordion-item div[role="region"] {
	border: none !important;
	    padding: 0 !important;
	margin-top: 20px
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    position: absolute !important;
    right: 0;

}

.woocommerce div.product .product_title {
color: #000;
font-family: Outfit;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 100% */
text-transform: uppercase;
	text-align: left;
	width: 100%;
    margin-bottom: 30px;
}
.titoletto-intro p {
	color: #0F5944;
	position: relative;
	
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
	padding-left: 25px
}
.gradient-green .titoletto-intro p {
	color: #fff
}
.titoletto-intro p:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #E1DE0B;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 6px;
}
h2 {
 font-family: "Gloock", serif;
font-family: Gloock;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 80px;

}

p.h2 {
color: #689365;
font-size: 70px;
font-style: normal;
font-weight: 400;
line-height: 80px; /* 114.286% */
}
h2.h1 {
	font-size: 3.1rem
}

p.sottotitolo {
color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
	
}
.blog p.sottotitolo {
	color: #FFF;
text-align: center;
font-size:28px;
font-style: normal;
font-weight: 400;
line-height: 80px; /* 111.111% */
}
h3 {
 font-family: "Gloock", serif;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 80px; /* 114.286% */
}

#blog-post h3 {
    color: #689365;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
} 
#blog-post h3 a {
	color: #689365;
}

#blog-post .altripost h3 {
    color: #689365;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
h3.titoletto {
	font-size: 45px;
	text-align: left
}

.elenco-custom {
	    list-style: none;
    padding-left: 0;
}
.elenco-custom li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 25px;
	color: #1A3361;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 175% */
}
.elenco-custom li:before {
    content: '';
    background: url(/wp-content/uploads/2026/02/check.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 6px;
    /* border: 1px solid var(--cyan); */
    /* margin: 5px; */
    z-index: 1;

}
	.elenco-custom li:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
    left: 0;
    border: 1px solid var(--cyan);
}
.bg-grey-roundend {
border-radius: 20px;
background: rgba(217, 217, 217, 0.30);
	height: 100%
}

.servizio {
border-radius: 30px;
    /* opacity: 0.2; */
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    min-height: 380px;
    padding: 30px;
	justify-content: center;
}
.servizio p.elementor-icon-box-title {
    font-weight: 700;
    margin-bottom: 0;

}
.servizio p {
	text-align: center
}
.servizio .elementor-widget-button {
	margin: 0 auto
}
.servizio .elementor-widget-button .elementor-button {

border-radius: 10px;
    border: 2px solid #2A69BA;
    padding: 20px 30px;
    color: #2A69BA;
}
.servizio .elementor-widget-button .elementor-button:hover {
    background: #2A69BA;
    color: #fff;
}
.pallinogiallo {
	    display: table;
    margin: auto;
}
.realizzazione-desc {
	font-weight: 700
}
.term-tipo {
	position: absolute;
    right: 0;
    top: 0;
    /* background: red; */
    nav: false;
    border-radius: 0 0 0 10px;
    background: #167F5C;
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
}
.pallinogiallo:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--acidgreen);
}
ul.elenco-check li {
color: rgba(0, 0, 0, 0.75);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px;
	list-style: none;
    margin: 30px 0;
	position: relative
}
ul.elenco-check.black li {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px;
	list-style: none;
    margin: 30px 0;
	position: relative;
	margin-left: -5px;
}
ul.elenco-check li:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-1.svg) no-repeat center;
    background-size: contain;
width: 40px;
    height: 40px;
    position: absolute;
    left: -45px;
    top: -5px;
}
ul.elenco-check.black li:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-1.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
				left: -35px;
    top: -2px;
    filter: brightness(0) invert(0);
}
ul.elenco li p.big {
	margin-top: 20px
}
ul.elenco li span {
	font-size: 20px;
	font-weight: 400
}
.fasciaconcheck {
	position: relative;
	width:100%
}
.fasciaconcheck:before {
    content: '';
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/04/check.svg) no-repeat center;
    background-size: contain;
    width: 34px;
    height: 29px;
    position: absolute;
   left: 8px;
    top: 10px;
}
.testata h2 {
		font-size: 4.3rem;
    line-height: 4rem;
}
.cta-testata {
	display: flex;
	    width: 100%;
	
}
/*.cta-testata a {
      font-family: 'Galvji';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 40px;
    background: #E1DE0B;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding-left: 30px;
    padding-right: 30px;
	z-index: 1
}
.cta-testata span {
    color: #FFF;
      font-family: 'Galvji';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 40px;
    background: #0A4534;
    backdrop-filter: blur(2px);
    border-radius: 40px;
    background: #0A4534;
    backdrop-filter: blur(2px);
    margin-left: -55px;
    padding-left: 65px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-testata a:hover {
      font-family: 'Galvji';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    color: var(--green);
	
}*/
.cta-testata a:hover svg circle {
	fill:#E1DE0B
}

.elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 30px;
}
.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 30px;
}
.elementor-element-197b9fe {
	padding: 0
}
#customNav {
	    position: absolute;
    top: 0;
    width: 100%;
}
#customNav #prev {
	position: absolute;
	left: -50px;
	cursor: pointer
}
#customNav #next {
		position: absolute;
	right: -50px;
		cursor: pointer
}
#customNav #prev svg:hover path,
#customNav #next svg:hover path{
	fill:var(--acidgreen)
}
#customNavdue {
	    position: absolute;
    top: 0;
    width: 100%;
}
#customNavdue #prev {
	position: absolute;
	left: -50px;
	cursor: pointer
}
#customNavdue #next {
		position: absolute;
	right: -50px;
		cursor: pointer
}
#customNavdue #prev svg:hover path,
#customNavdue #next svg:hover path{
	fill:var(--acidgreen)
}
.testi-testata {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	color: #fff;
	text-align: right
}
h4 {
color: #122F28;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 45px; /* 157.143% */
}

.intro-post h4 {
	font-size: 26px;
    line-height: 40px;
}
h4.titoletto {
  font-weight: 500;
  font-style: normal;
	text-transform: uppercase;
	color: var(--green);
	font-size: 16px
}

.e-opened svg {
    width: 35px !important;
    transform: rotate(180deg);
}
.menu-button {
	border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    border-radius: 10px;
	font-size: 16px;
	line-height: inherit;
}
.menu-button:hover {
	border: 1px solid #fff;
    color: var(--blue);
	background: #fff;
	font-weight: 600 !important;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    border-radius: 10px;
	font-size: 16px !important;
	line-height: inherit !important
}
.p-0 .elementor-element-populated {
	padding-left: 5px !important
}
.quote {
	font-size: 20px;
	text-align: center;
	border-radius: 25px;
	position: relative;
	
    background: #fff;
}
.home .quote {
	margin-top: -150px;
		font-weight: 600;
}
.separatore:after {
content: '/';
    position: absolute;
    top: 0;
    right: 0;
}

.verde-opaco {
border-radius: 0 0 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(18, 47, 40, 0.8);
    backdrop-filter: blur(10px);
    margin-top: -210px;
    color: #fff;
    padding: 25px;
    position: relative;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 266.667% */
letter-spacing: 3px;
text-transform: uppercase;
}
.verde-opaco svg {
	position: absolute;
    top: 30%;
    right: 30px;
    height: 60px;
}
.verde-opaco h2{
	color: #fff;
		font-size: 60px;
        line-height: 65px;
}

.bianco-opaco {
border-radius: 0 0 30px 30px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(10px);
    margin-top: -210px;
    color: #689365;
    padding: 25px;
    position: relative;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 266.667% */
letter-spacing: 3px;
text-transform: uppercase;
}
.bianco-opaco svg {
	position: absolute;
    top: 30%;
    right: 30px;
    height: 60px;
}
.bianco-opaco h2{
	color: #689365;
	font-size: 60px;
        line-height: 65px;

}
.verde-opaco a:hover,
.bianco-opaco a:hover {
	text-align: none !important
}
.quote:before  {
    content: '';
    position: absolute;
    left: -50px;
    background: url(https://www.ecoloitalia.it/wp-content/uploads/2024/04/quote1.svg) no-repeat center center;
    background-size: contain;
    width: 85px;
    height: 85px;
    top: 35px;
}
.quote:after {
    content: '';
    position: absolute;
    right: -50px;
    background: url(https://www.ecoloitalia.it/wp-content/uploads/2024/04/quote2.svg) no-repeat center center;
    background-size: contain;
    width: 85px;
    height: 85px;
    top: 35px;
}
.quote.nocit:before,
.quote.nocit:after {
	display: none
}
.quote p {
	margin-bottom: 0
}
.post-home-card img {
	height: 100%;

    object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.post-home-card {
	background: var(--corpo);
	color: #fff;
	border-radius: 20px;
}
.post-home-card h3 {
  font-size: 2.5rem;
	position: relative;
	    margin-bottom: 25px;
}
.post-home-card h3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    border-top: 5px solid var(--cyan);
    width: 80px;
    bottom: -12px;
}
/*.post-home-card picture img {
	-webkit-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
	transition: all ease 0.6s;
}
.post-home-card:hover picture img {
	-webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
	transition: all ease 0.6s;
}
.post-home-card:hover .bg-blue {
	background: var(--red);
	border-bottom: 10px solid var(--blue) !important
}
*/
a.readmore {
	position: relative;
	color: var(--darkgreen)
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	text-transform: uppercase;
	display: block;
	text-decoration: none
}
a.readmore:hover {
	color: var(--light-green);
	webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.blog a.readmore:after {
    border-top: 1px solid var(--blue);
}
.blog .post-home-card:hover h3 a,
.blog .post-home-card:hover a.readmore {
	color: var(--red) !important
}
.blog .post-home-card:hover a.readmore:after {
    border-top: 1px solid var(--red);
}
.relative {
	position: relative
}
.testata-home {
    height: 100vh;
    margin-top: -152px;
	position: relative
}

.testata-home:after {
	content: '';
background: linear-gradient(180deg, rgba(0, 60, 51, 0.00) 40.38%, #193c34 95.47%);
	    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
	top: 0
}
.testata-home:before {
content: '';
    width: 100%;
    bottom: -90px;
    height: 150px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    border-left: 1px solid #fff;
    top: auto;
    z-index: 11;
    text-align: center;
}

.testata-home-testi {
	    position: relative;
    z-index: 111;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
	height: 100%;
}
.elementor-element-b014cc3 {
	position: relative
}
.elementor-element-b014cc3:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 47, 40, 0.40);

}
.elementor-element-b014cc3 .e-con-inner {
	z-index: 1
}
.cormorant-title {
	color: #FFF;
text-align: center;
  font-family: "Cormorant", serif;
font-size: 55px;
font-style: italic;
font-weight: 500;
line-height: 70px; /* 127.273% */
}
.titolone {
    color: #FFF;
    text-align: center;
    font-family: "Gloock", serif;
    font-size: 135px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.titolone.assoluto {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.titolone.assoluto.alt {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 120px;
    z-index: 1;
}
.page-id-45 .titolone.assoluto.alt {
	bottom: -48px
}
.icon-list {
	list-style: none
}
.icon-list li {
	position: relative;
	color: #122F28;
font-size: 22px;
font-style: normal;
font-weight: 700;
margin-bottom: 30px;
text-transform: uppercase;
}
.icon-list li:before {
    content: '';
    background: url(https://verdelegante.it/wp-content/uploads/2026/05/material-symbols-light_check.svg) no-repeat center;
    background-size: contain;
    width: 53px;
    height: 53px;
    position: absolute;
	top: -15px;
    left: -50px;

}

.book-now a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50%; /* Modifica la larghezza al 50% per far sì che la linea si espanda da entrambi i lati */
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 50% 50%; /* Cambia l'origine della trasformazione al centro */
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    right: 0;
    margin: auto;
}
.book-now a:hover:after {
    transform: scaleX(1);
}
.book-now a:hover:after {
    transform-origin: 50% 50%; /* Mantieni l'origine della trasformazione al centro */
}
.book-now a:hover:after {
    transform: scaleX(1);
}
.book-now {
	font-size: 45px;
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
}
.book-now a:hover {
	color: var(--corpo) !important
}
.testata-interna div {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 72%;
    align-items: center;
}
#gform_submit_button_1 {
	width: 100%;
	text-align: left
}
.testate {
	/*box-shadow: inset 0 0 0 2000px rgba(77, 77, 77, 0.25);*/
	position: relative
}
.testate:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,77,77,0.25);
    mix-blend-mode: multiply;
}
.elementor-background-video-container:after{
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,77,77,0.25);
    mix-blend-mode: multiply;
}
	.testata-home-cont {
		display: flex;
    flex-direction: column;
	}

.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0 !important;
    clear: both;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}
.wpml-ls-legacy-list-horizontal>ul {
    padding: 0 !important;
    margin: 0 !important;
 
    text-align: left !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    color: #fff !important;
}
.contenitore-titolo-testata {
position: absolute !important;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 610px;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_semicerchio-giallo-testate_opacop.svg) no-repeat center bottom;
    background-size: contain;
    height: 305px;
}
.contenitore-titolo-testata h1 {
text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 50px;
}
.contenitore-titolo-testata h2 {
text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	  font-size: 45px;
}
.elementor-element-611914c2 h2 {
	width: 101%
}
.contenitore-titolo-testata p {
	text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;
}
.contenitore-titolo-testata h1 span {
	font-size: 25px
}
.testata-home .e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: center;
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}
.quote .e-con-inner {
	padding-top: 0
}
.innerquote p {
	font-size: 22px;
	text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75%;
}
.innerquote:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_icona-virgolette.svg) center center no-repeat;
    width: 120px;
    height: 80px;
    background-size: contain;
    margin: auto;
}
.innerquote.button:before {
	display: none
}
.innerquote.button .elementor-button {
	margin-top: -30px
}
.prodotti-home {
	position: relative
}
.prodotti-home .elementor-widget-image a {
    float: left;
    width: 100%;
}
.prodotto-home-cont {
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
		z-index: 111;
    text-align: center;
	cursor: pointer
}
.img-hover a {
	width: 100%
}
.prodotti-home .elementor-widget-image,
.img-hover .elementor-widget-image{
position: relative;
	    overflow: hidden;
}
.prodotti-home .elementor-widget-image:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 300px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.prodotti-home .elementor-widget-image img {
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	/*aspect-ratio: 4/3;*/
	height: 750px;
	object-fit: cover;
	    width: 100%;
}
.img-hover .elementor-widget-image img {
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	/*aspect-ratio: 4/3;*/
	object-fit: cover;
	    width: 100%;
}
.prodotti-home .elementor-widget-image:hover img,
.hovered-image img,
.img-hover:hover img{
    -webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.prodotti-home  {
	color: #fff
}
.prodotti-home h4 {
	color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
text-transform: uppercase;
}
.elementor-70 .elementor-element.elementor-element-cc7f552 {
    padding-right: 0;
    padding-bottom: 0;
	    margin-right: -5px;
}
.elementor-70 .elementor-element.elementor-element-22b2df2 {
    padding-left: 0;
    padding-bottom: 0;
	margin-left: -5px;
}
.elementor-70 .elementor-element.elementor-element-cae80a5 {
    padding-right: 0;
	    margin-right: -5px;
}
.elementor-70 .elementor-element.elementor-element-7edeead {
    padding-left: 0;
	    margin-left: -5px;
}
.scroll-icon {
    position: absolute !important;
    bottom: 40px;
	z-index: 1;
    right: 40px;
}
.scroll-icon svg {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    z-index: 11;
    position: relative;
}
/*
.parole-chiave .elementor-widget-wrap{
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
    padding: 2em !important;
    position: relative;
}
.parole-chiave .elementor-widget-wrap a {
	color: #fff
}
.parole-chiave.bgblue .elementor-widget-wrap{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred  .elementor-widget-wrap{
	background: var(--red);
	    color: #fff;
}
.parole-chiave.bgblue .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid #678DD1
}
.parole-chiave.bgblue .elementor-widget-wrap:hover a,
.parole-chiave.bgblue .elementor-widget-wrap:hover{
	color: var(--blue) !important;
	cursor: pointer
}
.parole-chiave.bgred  .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid var(--red)
}
.parole-chiave.bgred .elementor-widget-wrap:hover a,
.parole-chiave.bgred .elementor-widget-wrap:hover{
	color: var(--red) !important;
	cursor: pointer
}
*/
.parole-chiave{
    height: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
   
    position: relative;
}
.parole-chiave a {
	color: #fff
}
.parole-chiave.bgblue{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred{
	background: var(--red);
	    color: #fff;
}
.parole-chiave .flip-card-front {
    background-color: transparent;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
     padding: 2em !important;
    /* border-radius: 35px 0; */
}
.parole-chiave:before {
content: '';
    position: absolute;
    top: -30px;
    right: 60px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.elementor-accordion .elementor-tab-title {
    padding: 15px 20px !important;
    background: #CEEAD7;
    border-radius: 10px;
    font-size: 24px;
    color: var(--green);
    font-style: italic;
}
.elementor-accordion .elementor-tab-title a{
    font-style: italic;
}
.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 10px 20px 0 20px!important;
    border-top: none !important;
}
.elementor-accordion .elementor-accordion-item {
    border: none !important;
	    margin-bottom: 20px;
}
.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}
.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}
.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}
.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}
.chicome h3:before {
content: '';
    position: absolute;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/freccia.svg) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
}
.chicomealt .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}
.elementor-widget .elementor-icon-list-item {
    padding: 30px 0 30px 50px!important;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.elementor-widget .elementor-icon-list-item:last-child {
	border-bottom: none
}
.elementor-icon-list-items {
  counter-reset: list-number;
}
.elementor-icon-list-items li {
  counter-increment: list-number;
}
.elementor-icon-list-items li:before {
  content: counter(list-number, decimal-leading-zero);
		position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: var(--red);
    border-radius: 50%;
	font-family: 'Outfit', sans-serif;
    font-weight: 600;
}
.elementor-icon-list-items li:nth-child(even):before {
    background: var(--white);
		color: var(--red);
}
.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: flex !important;
    /* max-width: 50%; */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    justify-content: center;
	font-style: italic
}
#elementor-tab-title-1891 {
background: #CEEAD7;
    border-color: #CEEAD7;
    border-radius: 10px 10px 0 0;
    margin-left: 100px;
	margin-right: 20px;
    color: var(--green);
}
#elementor-tab-content-1891 {
	background: #CEEAD7;
	padding: 2em;
    border: none;
    border-radius: 10px;
}
#elementor-tab-content-1891 label {
	color:var(--green);
	font-style: italic
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    align-items: self-start;
}
.elementor-widget-icon-box .elementor-icon-box-content {
    text-align: left;
}
#elementor-tab-title-1892 {
background: #FDFBDA;
    border-color: #FDFBDA;
    border-radius: 10px 10px 0 0;
    margin-left: 20px;
	margin-right: 100px;
    color: var(--acidgreen);
}
#elementor-tab-content-1892 {
	background: #FDFBDA;
	padding: 2em;
    border: none;
    border-radius: 10px;
}
#elementor-tab-content-1892 label {
	color:var(--yellow);
	font-style: italic
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	display: none
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
}


.accordion-label {
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}
.accordion-arrow {
    font-size: 12px;
    transition: transform 0.3s;
	    display: inline-block;
    height: 24px;
    width: 24px;

}
.accordion-label.open .accordion-arrow {
    transform: rotate(180deg);
}
.accordion-submenu {
    list-style: none;
    padding-left: 10px;
    margin: 5px 0;
}
.accordion-submenu li {
    padding: 3px 0;
}
.accordion-submenu .accordion-link {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
    color: #fff !important;
    padding: 0 !important;
    display: inline-block;
	text-decoration: none;
    position: relative;
}
.accordion-submenu .accordion-link svg {

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}

.accordion-submenu .accordion-link:hover svg {
	webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.nav-link:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: calc(100%);
    margin: auto;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
}

.accordion-submenu .accordion-link:before  {
    content: "";
    color: #fff;
    position: absolute;
top: 25px;
    left: 30px;
    right: 0;
    width: calc(100% - 30px);
    margin: auto;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
}

.navbar-nav .nav-link:hover:before,
.accordion-submenu .accordion-link:hover:before,
.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: #fff;
}
.current-menu-item .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: #fff;
}

#menu-menu-principale  li,
#menu-menu-principale-inglese li{
	position: relative
}
#menu-menu-principale li:after,
#menu-menu-principale-inglese li:after{
    content: '';
    position: absolute;
    left: 0;
    background: url(https://verdelegante.it/wp-content/uploads/2026/05/freccia.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 18px;
    left: -30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

#menu-menu-principale li:hover:after ,
#menu-menu-principale-inglese li:hover:after {
	opacity: 1;
	visibility: visible ;
	transition: all 0.4s ease;
}
#menu-menu-principale li#menu-item-71:after,
#menu-menu-principale li#menu-item-72:after,
#menu-menu-principale li#menu-item-76:after,

#menu-menu-principale-inglese li#menu-item-3007:after,
#menu-menu-principale-inglese li#menu-item-3008:after,
#menu-menu-principale-inglese li#menu-item-3009:after,




.accordion-submenu li:after{
	display: none;
}

.orario {
	position: relative
}
.col-12.col-md-2.orario:after {
    content: '';
    position: absolute;
    right: 50px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #C7C7C7;
}
.privacy,
.telefonosi{
	font-size: 15px;
	text-transform: initial;
	text-align: left;
}
.privacy span.wpcf7-list-item{
    margin: 0;
}
/* Ancora di posizionamento per il checkbox invisibile */
.privacy .wpcf7-list-item,
.privacy .wpcf7-list-item label {
    position: relative;
    display: inline-block;
}

.privacy input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -20px;
    width: 22px;
    height: 22px;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.privacy .wpcf7-list-item::before{
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #EAEAEA;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #EAEAEA;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: middle;
}
.telefonosi p {
	padding-left: 20px
}
.privacy p {
	    padding-left: 20px;
    color: #fff;
    font-size: 14px;
}
.privacy a {
	color: #fff;
	color: #fff;
    font-size: 14px;
}
.telefonosi {
	margin-bottom:6px
}
.telefonosi span.wpcf7-list-item{
    margin: 0;
}
.telefonosi input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    /* display: none; */
    position: absolute;
    left: -20px;
    width: 20px;
    height: 20px;
    opacity: 0;
	top:0
}
.telefonosi .wpcf7-list-item::before{
content: '';
    width: 20px;
    height: 20px;
    left: -20px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C2C2C2;
    /* margin-top: 5px; */
    position: absolute;
	top:0
}
.inputcheck .wpcf7-list-item::before {
    background: #689365
;
	border-radius: 5px;
border: 1px solid rgba(172, 172, 172, 0.80);
}
.inputchecktelefono .wpcf7-list-item::before {
    background: var(--green);
    border: 4px solid #fff;
}
.tipologia-prodotti .elementor-heading-title a{
	background: var(--acidgreen);  font-family: 'Galvji';
	padding: 20px 10px;
	display: block;
	color: var(--corpo);
	
}
.tipologia-prodotti .elementor-heading-title a:hover {
	background: var(--corpo);  font-family: 'Galvji';
	padding: 20px;
	color: var(--acidgreen)
	
}
.orari {  font-family: 'Galvji';
}
.orari p {
	margin-bottom: 10px;
	position: relative
}
.orari .elementor-shortcode {
	width: fit-content
}
#elementor-tab-content-1892 .form-control,
#elementor-tab-content-1892 input[type=date],
#elementor-tab-content-1892 input[type=datetime-local],

#elementor-tab-content-1892 input[type=month],
#elementor-tab-content-1892 input[type=time] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--acidgreen);
    background-color: #fff;
    background-clip: padding-box;
		border:none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 2px solid var(--yellow);
	border-radius: 10px
}
.form-control,
input[type=date], input[type=datetime-local], input[type=month], input[type=time], input[type=tel] {
display: block;
    width: 100%;
    height: 55px;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(200, 224, 198, 0.05);
    backdrop-filter: blur(10px);
	font-size: 15px
}
select {
    display: block;
    width: 100%;
    height: 73px;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
color: rgba(0, 0, 0, 0.70);
  font-family: 'Galvji';
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 80px; /* 363.636% */
    background-clip: padding-box;
		border:none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
appearance: none; /* Rimuove la freccia di default */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='73' viewBox='0 0 55 73'%3E%3Cline x1='10' y1='0' x2='10' y2='73' stroke='rgba(255%2C255%2C255%2C0.2)' stroke-width='1'/%3E%3Cpath d='M17.4689 25.2322L25.2326 13.5866H9.70518L17.4689 25.2322Z' fill='%23D9D9D9' transform='translate(20%2C17)'/%3E%3C/svg%3E") !important;
background-size: 55px 73px !important;
background-position: right 15px center !important;
  background-repeat: no-repeat !important;

	position: relative
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    /*border-radius: 15px;
    background: rgba(200, 224, 198, 0.80);
    backdrop-filter: blur(10px);
        padding: 12px 15px;*/
	color: #fff;
	font-weight: 600;
	max-width: 100%;
	
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.select2-container--default .select2-selection--single {
       background-color: #D9D4CF;
    border:none;
    border-radius: 0;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--corpo);
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.mailchimp label {
	font-size: 13px
}
.mailchimp  input[type=checkbox] {
	position: relative !important;
    left: 0;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    margin: 0;
    position: absolute;
}
.bottone-img p {
	margin-bottom: 0
}
/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.bg-corpo {
	background: var(--corpo);
	color: #fff
}
.bg-corpo h2 {color: #fff}
/* Author bio */
.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
#video-bg {
  /*position: absolute;*/
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
	top: 40px;
	
}
/* Main content */
.img-cont {
	position: relative;
	display: inline-block;
}

.white,
.white a {
	color: #fff !important
}
.dropdown-toggle::after {
	display: none
}

/*.nav-link.dropdown-toggle  {
padding-right: 3rem !important;
    padding-left: 2rem !important;
}*/

#wp-megamenu-navbar {
        margin-left: auto;
    margin-right: auto;
	padding-left:6em
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background-color: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    position: absolute;
    left: 0;
    width: auto;
    top: 100%;
    text-align: left;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    right: auto;
    padding: 0;
    border: none;
    opacity: 0;
    z-index: -1;
    display: none;
    list-style: none;
    margin: 0;
    box-shadow: none;
    background: #F3F3F3 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
width: 380px !important;
    /* margin-left: -30px; */
    left: -50px;
    padding:20px 85px 40px 85px
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu  a {
	position: relative;
	padding-left: 30px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li:before{
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/icon-right.svg) no-repeat center;
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    top: 12px;
    background-size: contain;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li{
	transition: all 0.4s ease;
    transform: translateX(0);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li:hover{
transform: translateX(10px);
    opacity: 1;
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu ,
.wp-megamenu-item-181 .wp-megamenu-sub-menu {
	padding: 0 !important;
	border-radius: 0 0 10px 10px;
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu li:last-child,
.wp-megamenu-item-181 .wp-megamenu-sub-menu li:last-child{
/*border-radius: 0 0 10px 10px;*/
	margin-bottom: 8px !important
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu .nav-link,
.wp-megamenu-item-181 .wp-megamenu-sub-menu .nav-link{
	padding:10px 30px !important
}
.wp-megamenu-sub-menu .nav-link.dropdown-toggle:before {
	display: none
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
    padding: 8px 5px;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover {
}
.elementor-element-1b345598 h3 span:last-child {
	display: block
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
color: #1A3361 !important;
font-size: 12px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 18px; /* 150% */
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.titoletto-menu a{
color: #1A3361;
font-size: 16px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
position: relative;
    display: table;

}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.titoletto-menu svg {
	width: 50px;
	height: auto
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.titoletto-menu {
	list-style: none !important;
		margin-left: -25px;
	display: table;
	position: relative;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.titoletto-menu:after {
    content: '';
    position: absolute;
    left: 55px;
    width: calc(100% - 55px);
    height: 2px;
    content: '';
    position: absolute;
    bottom: 13px;
    width: 0;
    background-color: #3B90FF;
    transition: width 0.3s ease;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.titoletto-menu:hover:after {
   width: calc(100% - 55px);
}


.wpmm-col.wpmm-col-6:first-child{
	width: 45% !important
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
    color: rgba(0, 0, 0, 0.75);
      font-family: 'Galvji';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 40px; */
    margin-bottom: 0;
}
.wpmm-col.wpmm-col-6:last-child .wp-megamenu-sub-menu {
display: flex;
}
.blur {
position: relative;

}
.blur .cta-testata a {
	z-index: 0
}
.blur:before {
content: '';
    position: absolute;
    left: 0;
/*background: rgba(25, 60, 51, 0.55);*/
background:rgba(117, 143, 120, 0.20);
backdrop-filter: blur(12px);
		    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 11111;
}
#wp-megamenu-item-43 {
	padding-left: 50px
}
#menu-menu-soluzioni li,
#menu-menu-soluzioni-2 li {
	position: relative;
	padding: 5px 0
}
#menu-menu-soluzioni a ,
#menu-menu-soluzioni-2 a {
	position: relative;
	padding-left: 30px;
}
#menu-menu-soluzioni li:before,
#menu-menu-soluzioni-2 li:before{
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/icon-right.svg) no-repeat center;
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    top: 12px;
    background-size: contain;
}
#menu-menu-soluzioni li,
#menu-menu-soluzioni-2 li{
	transition: all 0.4s ease;
    transform: translateX(0);
}
#menu-menu-soluzioni li:hover ,
#menu-menu-soluzioni-2 li:hover {
transform: translateX(10px);
    opacity: 1;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-246 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-232 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-251 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-258 a{
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 3px 15px;
}
#wp-megamenu-item-152 .wp-megamenu-sub-menu {
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	background: #F3F3F3 !important;
	    top: 14px;
	    padding-bottom: 30px;
}
.active-row {
	display: block !important
}
#wp-megamenu-item-152 .wp-megamenu-sub-menu .wp-megamenu-sub-menu{
width: 100% !important;
    margin: auto;
    padding:  0;
	    top: 0;
}

#wp-megamenu-item-152 .wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu{
display: block !important;

}


#wp-megamenu-item-152 .wp-megamenu-sub-menu  li .wp-megamenu-sub-menu{
	width: 100%;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-176 ul.wp-megamenu-sub-menu li a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-181 ul.wp-megamenu-sub-menu li a{
	text-transform: uppercase !important;
	font-weight: 600 !important
}
.wp-megamenu-sub-menu:hover ~ .nav-link.dropdown-toggle,
#wp-megamenu-item-176:nav-link dropdown-toggle a {
}

.accordion-label,
 .nav-link,
.navbar-light .navbar-nav .current-menu-item  .nav-link ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link{
    color: #fff !important;
    font-family: 'Galvji';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100px; */
    padding: 12px 0 !important;
    text-transform: uppercase;
    display: table;
}
.navbar-light .navbar-nav .current-menu-item  .nav-link:hover ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link:hover,
.nav-link.dropdown-toggle:hover{
	background: none !important;
	boirder-radius:none !important;
    color: #fff !important;
    font-family: 'Galvji';
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100px; */
    padding: 18px 0 !important;
    text-transform: uppercase;
    display: table;
}
.navbar-light .navbar-nav .nav-link.active-main {
color: #fff !important;
    font-family: 'Galvji';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100px; */
	padding: 0 !important;
    text-transform: uppercase;
}
.current-menu-item a.nav-link.dropdown-toggle:before {
	   filter: brightness(0) invert(1);
}


.wpml-ls-menu-item .nav-link {
	padding: 0
}
.fixed .navbar-nav .nav-link {
	color: var(--corpo) !important
}
.hero-text {
color: #FFF;
font-size: 96px;
font-style: normal;
font-weight: 200;
	margin-bottom: 30px;
line-height: 80px; /* 83.333% */
	margin-top: 40px;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item a {
	/*color: var(--acidgreen) !important;*/
	color: var(--cyan) !important;
    font-weight: 600 !important;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-page-ancestor.current-page-parent a {
	color: var(--acidgreen) !important
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-page-ancestor.current-page-parent:hover a {
	color: var(--acidgreen) !important;
	background: none !important
}
.fixed .logo-sticky {
	display: block !important
}
.navbar-nav .nav-link:after {
	display: none
}

footer .navbar-nav .nav-link:hover{
	color: #fff !important;
	background: none
}
.info-head {
	font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin: 10px 0
}
.nav-link.dropdown-toggle {
	position: relative;
}
/*a.nav-link.dropdown-toggle:before,
#wp-megamenu-item-152 a.nav-link:before{
    content: '';
    position: absolute;
			right:25px;
	top: 26px;
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/Vector.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
	    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}*/

/*.nav-link.dropdown-toggle:hover:before,
.hover-active:before {
 
    transform: rotate(180deg);
	    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}*/
.dropdown-menu {
    position: absolute;
    top: 52px;
    background: #D9D9D9;
    border: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 280px;
    left: 0;
    padding: 25px;
}
.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}
.fixed .dropdown-menu {
    background: rgba(255,255,255,1);
}
.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu  li {
	margin-bottom: 10px
}
.dropdown-menu  li a {
    font-size: 15px;
    padding: 0;
    color: var(--corpo);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-menu  li.current-menu-item.active a,
.dropdown-menu  li a:hover {
	color: var(--beige) !important
}
.dropdown.megamenu.show a.nav-link.dropdown-toggle{
	position: relative
}
.dropdown.megamenu.show a.nav-link.dropdown-toggle {
	color: var(--beige) !important
}
.dropdown.megamenu.show a.nav-link.dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--beige);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    bottom: -44px;
    z-index: 9999999999999;
}
.fixed .dropdown-menu  li a {
	color: var(--corpo);
}
.dropdown-menu  li a:hover {
    color: var(--acidgreen) !important;
    background: transparent;
}
/*
.nav-link:before {
content: "";
    color: var(--acidgreen);
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    width: 12px;
    margin: auto;
    height: 12px;
    background: currentColor;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    border-radius: 50%;
}
footer .nav-link:before {
	width: 8px;
	height: 8px
}
.fixed-header.fixed .nav-link:before {
    bottom: -19px;
}
.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin:  50%;
    -ms-transform-origin:  50%;
    transform-origin:  50%;
    color: var(--acidgreen);
}
footer  .navbar-nav .nav-item.current-menu-item .nav-link:before {
	display: none
}
*/


.elementor-element-4f301ed {
	background: #193C33 url(https://verdelegante.it/wp-content/uploads/2026/05/social_cristina.dir_httpss.mj_.runjLWPMJFU-J8_-ar_191256_-video_1_3035c490-ceff-47cd-9aee-ce1ec49e0a40_0-11.png) no-repeat right -230px;
    background-size: 46% auto;
    min-height: 1100px;
}
.argomento {
		aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #CEC6B9;
}
.argomenti:nth-child(even) .argomento,
#argomenti-carousel .owl-item:nth-child(even) .argomento{
    background: #CEADA6;
}
.argomenti a:hover {
	color: var(--corpo) !important
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: var(--acidgreen);
    font-size: 20px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: var(--corpo);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 4px solid var(--beige);
    background-color: var(--beige);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    background-color: var(--beige);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
    border-top: 5px solid var(--beige);
}
.yith-wcan-filter.filter-price-slider h4 {
	margin-bottom: 25px
}
.data-post,
.data-post time{
	    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%
}
.illustrazione-crostata {
	position: relative;
}
.illustrazione-crostata:before {
content: '';
    position: absolute;
    right: 0px;
    top: -382px;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/Crostata-2.png) no-repeat center center;
    height: 540px;
    width: 280px;
    background-size: contain;
    left: auto;
}
.single-progetto #menu-item-433 .nav-link:after
.dona a:hover{
	background-color:#FFCC00 !important ;
	color: #001E4B !important;
}
.dona a:after {
	display: none
}
.single-progetto .current_page_parent .nav-link {
	background: none;
	color: #001E4B
}
.single-progetto .current_page_parent .nav-link:after {
	display:none
}
.accordion p[aria-expanded="true"] svg{
    transform: rotate(180deg);
}
.slide {
height: 100vh;
}
.cont-slide-testi {
	position: absolute;
top: 250px
}
body.fisso .cont-slide-testi {
    top: 190px !important
}
.cont-slide-testi .item {
	background: #fff;
	padding: 3em;
	color: var(--blue);
	height: 325px;
	border-radius: 0 35px 0 0;
}
.video-container {
	display: flex;
  position: relative; 
  padding-bottom: 56.25%; 
  height: 650px; 
  overflow: hidden;
  max-width: 100%;
}
.video-container video {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
#owl-home-gallery {
	height: 100%;
}
.libro {
	height:400px;
	background-size:cover;
	background-position:  center center;
	background-repeat: no-repeat;
}
#searchform input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #003086;
    margin-right: 0 !important;
    border-right: none;
    background-color: transparent !important;
    height: 30px;
    font-weight: 300;
    width: 60%;
    margin-left: 0;
    padding: 0;
    outline: none;
    color: #003086;
}
::-webkit-input-placeholder { /* Edge */
 color:rgba(255, 255, 255, 0.50)  !important;
}
input[type=text]::-ms-input-placeholder { /* Edge */
  color:  rgba(255, 255, 255, 0.50)   !important;
}
input[type=text]::-placeholder { /* Edge */
  color:  rgba(255, 255, 255, 0.50)  !important;
}
#elementor-tab-content-1892 ::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.50)   !important;
}
#elementor-tab-content-1892 input[type=text]::-ms-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.50)  ) !important;
}
#elementor-tab-content-1892 input[type=text]::-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.50)   !important;
}
.form-control:focus {
	box-shadow: none
}
.form-control:focus {
    color: var(--corpo);
    border-color:#fff;
}
#searchsubmit {
    border-radius: 0;
    border: none;
    border-bottom: none;
    margin-right: 0 !important;
    border-left: none;
    background-color: transparent !important;
    padding: 0 5px;
    margin-left: -5px;
    height: 30px;
    background-clip: padding-box;
	position: absolute
}
owl-item.active .test-slide {
  visibility: visible !important;
  display: block !important;
}
#owl-home-gallery .owl-item.active h3 {
	animation: 2.3s 0.3s fadeIn both;
}
#owl-home-gallery .owl-item.active p {
	animation: 2.3s 0.3s fadeIn both;
}
/* Sidebar */
/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
/* Comments */
#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.partner img {
    width: 160px !important;
    height: 80px;
}
.commentlist,
.commentlist ul {
	padding-left: 0;
}
.commentlist li {
	padding: 1rem;
}
.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}
.slide-bg h3 {
	color: #FFCC00;
	font-weight: 900;
	/*font-size: 2.5rem;*/
	font-size: 2.2rem;
	text-transform: uppercase
}
.slide-bg p {
	/*color: #003087;*/
	color: #fff;
	font-weight: 600;
	/*font-size: 22px;*/
	font-size: 30px;
	margin-bottom: 0;
}
#owl-home-gallery .owl-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin: auto;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
margin: 5px 3px;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
}
.owl-theme .owl-dots .owl-dot span {
width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--darkgreen);
	border: 1px solid var(--darkgreen);
}

#testata-carousel .owl-dots {
	text-align: right
}
#testata-carousel .owl-dots  .owl-dot span{
	 background: transparent;
    border: 1px solid #fff;
}

#testata-carousel.owl-theme .owl-dots .owl-dot.active span,
#testata-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white);
}
testata-carousel
#testata-carousel p {
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.5px;
text-transform: uppercase;
    width: 15%;
    margin-left: auto;
}
.elementor-element-c20eed3 .elementor-swiper-button {
    display: none;
}
.blocchi-icona img {
	    width: 200px;
}
.blocchi-icona .img-cont,
.strumenti-valori .img-cont,
.cosafacciamo .img-cont{
	margin-bottom: 20px !important
}
.blocchi-icona .img-cont:after,
.strumenti-valori .img-cont:after,
.cosafacciamo .img-cont:after,
.testi-storie .img-cont:after{
	display: none
}
.strumenti-valori .img-cont {
	display: initial
}
.blocchi-icona a {
	text-decoration: none
}
.blocchi-icona h4{
	color: #FFCC00;
	font-weight: 700;
	font-size: 22px;
	padding: 0 20px;
}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.testi-storie {
	margin-top: 50px;
	margin-left: -50px;
	background: #FAF7F5;
	padding: 25px;
	width: 100%;
	font-size: 16px
}
.home .testi-storie {
    margin-top: 30px;
    margin-left: -75px;
    padding: 10px;
}
.testi-storie a {
	color: #000;
}
.testi-storie h5 {
	font-size: 16px;
	font-weight: 700
}
#storie-carousel.owl-carousel .owl-item img {
 display: block;
 width: auto
} 
.owl-prev {
    position: absolute;
    top: 40%;
    left: -80px;
    display: block !important;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: -80px;
    display: block !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.nav-custom-post .owl-prev {
    position: relative;
    top: 0;
    left:0;
    /* display: block !important; */
    background: none;
    border: none;
}
.nav-custom-post .owl-next {
    position: relative;
    top: 0;
    left:0;
    /* display: block !important; */
    background: none;
    border: none;
}
.nav-custom-post .owl-prev:hover svg path,
.nav-custom-post .owl-next:hover svg path {
	fill:#1A3361
}


.owl-theme .owl-nav [class*=owl-]:hover svg circle {
	opacity: 1
}
.grey,
.grey a {
	color: #5D5D5D
}

.newsletter h4 {
	font-weight: 700
}

.elementor-button,
.btn-primary{
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #fff;
    background: transparent;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}
.outline-green .elementor-button{
    border-radius: 10px;
    border: 1px solid var(--darkgreen);
    color: var(--darkgreen);
    background: transparent;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}
.btn-lightgreen{
    border-radius: 10px;
    border: 1px solid var(--light-green);
    color: #fff;
    background: transparent;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}
.btn-lightgreen.alt{
    border-radius: 10px;
    border: 1px solid var(--light-green);
    color: var(--light-green);
    background: transparent;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}
.simple-button .elementor-button {
	background: none !important;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
	position: relative;
    font-weight: 500;
}


.btn-white .elementor-button:visited,
.btn-white-outline:visited,
.btn-white .elementor-button:focus,
.btn-white-outline:focus {
	color: #fff !important
}

.btn-white .elementor-button:hover:visited,
.btn-white-outline:hover:visited,
.btn-white .elementor-button:hover:focus,
.btn-white-outline:hover:focus {
	color: var(--blue) !important
}


.elementor-button svg {

}

.elementor-button:hover,
.btn-primary:hover{
border-radius: 10px;
border: 1px solid #FFF;
background: #fff;
color: var(--corpo) !important;
    padding: 20px 35px;
    font-size: 18px;
text-decoration: none !important;
    font-weight: 700;
}

.outline-green .elementor-button:hover{
border-radius: 10px;
border: 1px solid var(--darkgreen);
background: var(--darkgreen);
color: #fff !important;
    padding: 20px 35px;
    font-size:18px;
text-decoration: none !important;
    font-weight: 700;
}
.blocco-servizi .outline-green .elementor-button:hover {
    border-radius: 10px;
    border: 1px solid #689365;
    background: #689365;
	
}
.btn-outline {
    border-radius: 15px;
    border: 1px solid #FFF;
    color: #fff;
    background: transparent;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
	text-decoration: none !important
}
.btn-outline:hover {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #fff;
    color: var(--corpo) !important;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 700;
}
.btn-lightgreen:hover{
    border-radius: 10px;
    border: 1px solid #fff;
    color: var(--darkgreen);
    background: #fff;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}

.btn-lightgreen.alt:hover{
    border-radius: 10px;
    border: 1px solid var(--darkgreen);
    color: #fff;
    background: var(--darkgreen);
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important
}
.simple-button .elementor-button:hover {
	background: none !important;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
	color: #fff !important
}

.simple-button .elementor-button svg {
	    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.simple-button .elementor-button:hover svg {
	 webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.simple-button .elementor-button:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: calc(100%);
    margin: auto;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
}
.simple-button .elementor-button:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: #fff;
}
.cyan .elementor-button:hover{

border: 1px solid #2A69BA;
}

.misha_loadmore{
color: var(--darkgreen);
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid var(--darkgreen);
    background: transparent;
    padding: 20px 35px;
    text-decoration: none !important;
}
.home .swiper-pagination {
    text-align: center;
	    bottom: -5px !important;
}

.gradient-half {
	background: linear-gradient(to right, #165142 0%, #165142 50%, #F6F6F6 50%, #F6F6F6 100%);
}
.blue-border {
	border-radius: 10px;
border: 1px solid #2A69BA;
	    padding: 30px;
    display: table;
    width: fit-content;
}

.bg-celeste {
background: #F2F6FF;
backdrop-filter: blur(10px);
}
.swiper-pagination {
    text-align: center;
	    bottom: -5px !important;
}
.elementor-element-1d203c0 .e-con-inner {
	position: relative
}

.elementor-element-1d203c0 .e-con-inner:before {
width: 92%;
    content: '';
    border-radius: 13px;
    background: rgba(237, 237, 237, 0.50);
    position: absolute;
    height: 100%;
    left: auto;
    right: 0;
    /* padding-top: 40px; */
    top: -40px;
    height: calc(100% + 60px);
}
.wpcf7-submit,
.wpcf7-submit.disabled, .wpcf7-submit:disabled{
    border-radius: 10px;
    border: 1px solid var(--darkgreen);
    color: var(--darkgreen);
    background: #fff;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important;
		    line-height: normal !important;
}


.script-custom {
	height: 0
}

/* Wrapper posizione relativa */
.wpcf7-form-control-wrap.documento,
.documenti .wpcf7-form-control-wrap{
position: relative;
    display: block;
    width: 100%;
    height: 55px;

}

/* Nasconde input originale ma resta cliccabile */
.wpcf7-form-control-wrap.documento input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Pulsante finto */
.wpcf7-form-control-wrap.documento::before {
    content: 'Carica documenti';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.70);
    font-family: 'Galvji';
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
}
.bg-white,
.bg-white h2{
	color: var(--darkgreen)
}
.border-radius {
	border-radius: 17px;
    padding: 30px;
}
.home .border-radius {
	justify-content: center;
    display: flex;
    flex-direction: column;
}
.btn-white .elementor-button,
.btn-white-outline{
border-radius: 10px;
border: 1px solid #fff;
background:transparent;
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 15px 35px;
	text-decoration: none !important
}
.btn-white .elementor-button:hover,
.btn-white-outline:hover{
border-radius: 10px;
border: 1px solid #fff;
background:#fff;
color: #1A3361 !important;
	text-decoration: none !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
padding: 15px 35px
}
.btnfreccia  .elementor-button {
	padding: 0;
font-style: normal;
font-weight: 800;
text-decoration-line: underline;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border: none !important
}
.btnfreccia  .elementor-button:hover {
	padding: 0;
font-style: normal;
font-weight: 800;
text-decoration-line: underline;
-webkit-transform: translateX(5px);
    transform: translateX(5px);
	background: none !important;
color: var(--acidgreen) !important;
		border: none !important
}
.btnfreccia  .elementor-button:hover svg path {fill:var(--acidgreen)}
.misha_loadmore {
	clear: both;
	padding: 10px !important;
		cursor: pointer;
}
.misha_loadmore span {
	cursor: pointer;
	padding: 30px;
}
.btn-primary:hover,
.woocommerce .wishlist_table a.add_to_cart.button.alt:hover{
border-radius: 60px;
	border: 1px solid #167F5C;
background: #fff;
	color: #167F5C;
    text-align: center;
      font-family: 'Galvji';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* padding: 8px 35px; */
    line-height: 35px;
    /* justify-content: center; */
    /* display: flex; */

}
span.yellow {
	color: var(--acidgreen) !important
}
.btn-primary:hover span {
		color: var(--acidgreen) !important
}
.btn-primary:hover svg ellipse{
fill: #E1DE0B;
}
/*.elementor-shortcode .btn-primary {
	width: 100%
}*/
.box-home h2 {
	color: #167F5C;
text-align: center;
font-size: 56px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.box-home img {
	height: 100px;
	object-fit: contain
}
.btn-black:hover,
.misha_loadmore:hover{
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255) !important;
    border-radius: 10px;
    border: 1px solid var(--darkgreen);
    background: var(--darkgreen);
    padding: 20px 35px;
    text-decoration: none !important;
}
.wpcf7-submit:hover {
    border-radius: 10px;
    border: 1px solid #87AA84;
    color: #fff;
    background: #87AA84;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none !important;
		line-height: normal;
}
.misha_loadmore:hover {
	padding: 10px !important;
}
.facetwp-facet-carica_altri {
	text-align: center;
	margin-bottom: 30px !important
}
.facetwp-reset,
.facetwp-load-more{
	background: var(--acidgreen) !important;
	border:1px solid var(--acidgreen) !important;
	padding: 10px 25px !important;
	color: var(--corpo);  font-family: 'Galvji';
	text-transform: uppercase
}
.facetwp-reset {
	padding: 5px 15px !important;
}
.facetwp-reset:hover,
.facetwp-load-more:hover{
		background: var(--corpo) !important;
	border:1px solid var(--corpo) !important;
	padding: 10px 25px !important;
	color: var(--acidgreen);  font-family: 'Galvji';
}
.facetwp-reset:hover {
	padding: 5px 15px !important;
}

.form-cont {
	border-radius: 20px;
border: 1px solid rgba(42, 105, 186, 0.50);
background: #FFF;
	padding: 30px
}
.form-cont h2 {
	font-size: 40px;
	padding: 0 20px;
    line-height: 45px;
}
h2.linea {
	position: relative
}
h2.linea:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: -138px;
    width: 1px;
    height: 100%
}
.elementor-element-6639322 h2.linea:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: -138px;
    width: 1px;
    height: 165%;
    left: 0;
    right: 0;
    margin: auto;
}

.elementor-element-3841667 h2.linea:before {
    content: '';
    border-left: 1px solid #1A3361;
    position: absolute;
    top: -59px;
    width: 1px;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-element-eb483da h2,
.elementor-element-b6d2c27 h2{
	padding-top: 1em
}
.elementor-element-eb483da h2.linea:before {
    content: '';
    border-left: 1px solid #1A3361;
    position: absolute;
    top: -59px;
    width: 1px;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-element-b6d2c27 h2.linea:before {
    content: '';
    border-left: 1px solid #1A3361;
    position: absolute;
top: -70px;
    width: 1px;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-element.linea {
position: relative;
    padding-top: 100px !important;
}
.elementor-element.linea:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    border-left: 1px solid var(--blue);
    width: 1px;
    /* padding-top: 150px; */
}

.percorso-card {
	border-radius: 20px;
background: #F2F6FF;
	padding: 30px
}

.percorso-card h3{
	color: #1A3361;
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 28px; /* 127.273% */
}

.font-22 {
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 127.273% */
}

.cta-prefooter {
	    margin-bottom: -1px;
}
.cta-prefooter h2 {
	padding-top: 0.5em;
}
.cta-prefooter h2:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: -106px;
    width: 1px;
    height: 75%;
    left: 0;
    right: 0;
    margin: auto;
}
.cta-prefooter p {
	font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
}

.cta-prefooter p strong {
	font-weight: 800
}
/*main .elementor-widget-image img {

    width: 100%;
}*/
.carosello-tagliato  h2.linea:before {
	content: '';
    border-left: 1px solid #1A3361;
    position: absolute;
    top: -68px;
    width: 1px;
    height: 100%;
}

.read-more {
color: #2A69BA;
font-size: 16px;
font-style: normal;
font-weight: 350;
line-height: normal;
    text-decoration: underline !important;
    line-height: 35px;
    transition: all 0.4s ease;
    transform: translateX(0);
    text-align: left;
}

.read-more:hover {
    transform: translateX(10px);
    opacity: 1;
}
.woocommerce .wishlist_table a.add_to_cart.button.alt i {
	display: none
}
.woocommerce a.add_to_wishlist.button.alt {
    min-width: auto;
}
.woocommerce a.add_to_wishlist.button.alt:hover {
    min-width: auto;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
    float: none;
    display: block;
    width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt ,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover
{
    background-color: #DFDFDF;
    color: #000;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    height: 60px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #DFDFDF;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    height: 60px;
}
body .qib-button-wrapper {
    margin-bottom: 20px;
}
.yith-wcwl-add-button a{
	   display: table;
	width: fit-content;
	position: relative
}
.single-product  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, 
.single-product .yith-wcwl-wishlistaddedbrowse {
    align-items: flex-start !important;
}
.related .yith-wcwl-wishlistaddedbrowse,
.related .yith-wcwl-wishlistaddedbrowse a{
	color:#000 !important
}
.single-product .yith-wcwl-add-button a:before{
    content: 'Ci vuoi pensare?';
    position: absolute;
    left: 30px;
    top: 0;
    color: var(--corpo);
}
.related .yith-wcwl-add-button i {
    float: none;
}
.related img {
    width: 100%;
    height: auto; /* maintains aspect ratio until further customization */
    /* To ensure it's always square */
    aspect-ratio: 1 / 1; /* forces a 1:1 aspect ratio */
    /* Ensure it covers the whole area */
    object-fit: cover;
}
.yith-wcwl-add-button a span {
	padding-left: 128px;
}
.strappo,
.elementor-element-4068673b{
	position: relative
}
.strappo {
	z-index: 1;
}
.strappo:before {
    content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_StrappoCarta.png) top no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -39px;
}
.single-post .strappo:before {
    top: -72px;
}
.elementor-element-4068673b:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_Scritta_Contatti.png) top no-repeat;
    background-size: contain;
    height: 360px;
    width: 360px;
    position: absolute;
    top: 10px;
    right: 0;
    left: auto;
}
.pattern {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/bg-testata-elinormarianne.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pattern-blog {
	position: relative;
	overflow: hidden;
}
.pattern-blog:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaSX.png) no-repeat center center;
    width: 400px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 30%;
}
.pattern-blog:after {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaDX.png) no-repeat center center;
    width: 400px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    bottom: 0;
}
.single-post .pattern-blog:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaSX_Articolo.png) no-repeat center center;
width: 350px;
    height: 250px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}
.single-post .pattern-blog:after {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaDX_Articolo.png) no-repeat center center;
    width: 350px;
    height: 250px;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    top: 30%;
}
.pattern-blog {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_Blog-scaled.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
.pattern-due {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/pattern-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yith-wcwl-add-button i{
	    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.btn-brown .elementor-button{
    background:url('https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/btn-brown-1.svg') no-repeat center center;
	background-size: contain;
    border: none;
    border-radius: 0;
    vertical-align: -webkit-baseline-middle;
    color: var(--corpo) !important;  font-family: 'Galvji';
}
.btn-brown .elementor-button:hover{
    background:url('/wp-content/uploads/2024/06/bottone-bg-hover.svg') no-repeat center center;
	background-size: contain;
    border: none;
    border-radius: 0;
    vertical-align: -webkit-baseline-middle;
    color: var(--acidgreen) !important;  font-family: 'Galvji';
}
.yellow .wpcf7-submit:hover{
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--white);
   padding:15px 35px;
    line-height: unset;
	font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
	font-size: 17px;
}
.bg-yellow .btn-primary:hover,
.bg-yellow .elementor-button:hover{
    background-color: var(--corpo);
    border: 1px solid var(--corpo);
    color: #fff !important;
}
.white .elementor-button:hover{
    background-color: var(--acidgreen);
    border: 1px solid var(--yellow);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--green);
    padding:15px 35px;
    line-height: unset;
font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
	font-size: 17px;
}
.btn-primary:hover span.yellow,
.elementor-button:hover  span.yellow {
	color: var(--green)
}
.bg-yellow  .btn-primary:hover span.yellow, .bg-yellow  .elementor-button:hover span.yellow {
    color: #fff;
}
#mc4wp-form-1 {
	margin-top: 25px
}
#mc4wp-form-1 input {
    border: none;
    position: relative !important;
    left: 0;
}
#mc4wp-form-1 input[type=submit] {
	padding: 0 !important;
    color: var(--yellow) !important;
}
#mc4wp-form-1 input[type=submit]:hover {
	padding: 0 !important;
	background: none !important;
    color: var(--white) !important;
	padding: 0 !important
}
ol {
  counter-reset: my-awesome-counter;
  list-style: none;
    margin-top: 40px;
}
.page ol li {
    margin: 0 0 1.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 20px;
}
.single-post ol li {
    margin: 0 0 1rem -20px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 5px;
}
.page ol li::before {
content: counter(my-awesome-counter);
    color: var(--green);
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    left: -38px;
    top: 0;
    text-align: center;
    font-style: italic;
    line-height: normal;
}
ol li ol li::before,
ol li ol li::after{
	content: none !important
}
ol li ol {
	padding-left: 15px;
	margin-top: 0;
}
ol li ol li {
list-style: disc;
    padding-left: 0 !important;
}
ol li ol li::marker {
	color: var(--blue);
	font-size: 25px;
}
p.list {
position: relative;
    padding-left: 20px;
}
p.list:before {
content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--blue);
    border-radius: 50%;
}
.single-post ol li::before {
content: counter(my-awesome-counter);
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: -20px;
    top: 0;
    text-align: center;
    font-style: italic;
    line-height: normal;
}
.page-link {
    position: relative;
    display: block;
       padding: 5px 8px;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--corpo);
    background-color: transparent;
    border: none;
}
.page-item span {
	color: #1A3361;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.page-link:hover {
	color: #1A3361 !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 700 !important;
	text-decoration: underline
}
/*.pagination  svg {
	height: 45px;
	width: auto
}*/
.pagination  svg:hover #Tracciato_17,
.pagination  svg:hover #Ellisse_16{
	fill:var(--yellow)
}
.pagination li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
	color: #1A3361;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.page-link.nav-link:hover {
	background: none
}
.page ol li::after {
    content: counter(my-awesome-counter);
    color: var(--acidgreen);
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    left: -33px;
    top: 2px;
    text-align: center;
    font-style: italic;
    line-height: normal;
    z-index: -1;
}
.documenti-card:hover {
	background: #FDFBDA
}
.category .etichetta-cat {
	display: none
}
.etichetta-cat a{
display: table;
    background: var(--yellow);
    position: relative;
    z-index: 1;
    top: 0;
    border-radius: 10px;
    padding: 8px 15px;
    color: var(--green);
    font-style: italic;
    font-weight: 600;
    margin-bottom: -20px;
    margin-left: 20px;
}
.etichetta-documenti a{
display: table;
    background: var(--green);
    position: absolute;
    z-index: 1;
    top: -18px;
	left: 20px;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--acidgreen);
    font-style: italic;
    font-weight: 600;
}
.etichetta-documenti a:hover{
display: table;
    background: var(--yellow);
    position: absolute;
    z-index: 1;
    top: -18px;
	left: 20px;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--green) !important;
    font-style: italic;
    font-weight: 600;
}
.single-post .cat-list {
	position: sticky;
	top: 0
}
h2.wp-block-heading br {
	display: none
}
.team-ruolo {
	    display: flex;
    /* grid-column: auto; */
    gap: 15px;
}
.team-ruolo li,
.cat-list a{
display: table;
    background: var(--yellow);
    position: relative;
    z-index: 1;
    top: 0;
    border-radius: 10px;
    padding: 8px 15px;
    color: var(--green);
    font-style: italic;
    font-weight: 600;
	margin-bottom:10px
}
.cat-list a:hover,
.etichetta-cat a:hover{
    color: var(--yellow) !important;
	background: var(--green);
}
/*
.btn-primary:hover svg,
.elementor-button:hover svg,
.link:hover svg,
.wpcf7-submit:hover svg{
-webkit-transform: translateX(5px);
    transform: translateX(5px);
}
*/
.btn-large {
	height: 50px;
	padding: 20px 45px;
	line-height: 1;
	min-width: 280px;
}
/*.wpcf7-submit {
	width: 100%
}*/
.mc4wp-form-fields .privacy a {
color: #fff
}
/*#timeline p {
	font-weight:600
}*/
.owl-thumbs {
	padding-top: 10px;
}
.owl-thumb-item {
	position: relative;
	color: #003087 !important;
	font-weight: 600;
	cursor: pointer
}
.owl-thumb-item:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #003087;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}
.w-100.elementor-widget-button .elementor-button {
	width: 100%
}
h3.num {
	font-size: 4rem;
	font-weight: 700;
	color: #FFCC00
}
.bg-lightgrey {
	background: var(--lightgrey)
}
.team h5 {
	color: #003087;
	font-weight: 700
}
.ruolo {
	font-weight: 700;
	color: #000;
	font-size: 15px
}
.view {
	text-decoration: underline !important;
	cursor: pointer
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0
}
button.close {
	right: 10px;
	position: absolute;
	border: 1px solid;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	top: 10px;
	z-index: 1;
}
#mc4wp-form-1 input {
	border: none
}
	.nocursor {
		cursor:context-menu
	}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 10vh;
  overflow-x: hidden;
	margin: 0;  font-family: 'Galvji';
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
	    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.track span {
padding: 0 20px;
    position: relative;
}
.track span:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: var(--corpo);
    border-radius: 50%;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.shadow {
border-radius: 18px;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10) !important;
	background: #fff
}
.shadow-border {
	border-radius: 10px;
border: 1px solid rgb(15 89 68 / 20%);
background: #FFF;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
	height: 100%;
    display: flex;
    justify-content: center;
}
.shadow.noshadow {
	box-shadow: none !important
}
.shadow h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding-left: 35px;
    position: relative;
}
.shadow h3:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: 5px;
}
.vantaggi-colonnine .shadow h3 {
	padding-left: 0
}
.vantaggi-colonnine .shadow h3:before {
	display: none
}
.valori .p-5 h3 {
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 93.333% */
	padding-left: 35px;
	    margin-bottom: 25px;
}
.valori .p-5 h3:before {
    content: '';
    background: url(https://demo-dirweb.it/metec/wp-content/uploads/2025/11/lets-icons_check-fill-1.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -10px;
    top: -5px;
}
.puntochiave {
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	background: var(--green);
	min-height: 380px
}
.collezioni-menu a{
		font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-transform: none;
    font-size: 24px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--acidgreen);
    margin-bottom: 20px;
}
.collezioni-menu  a span {
	    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
    font-style: italic;
}
@media (min-width: 1025px) {
	/*
	#menu-item-56954 .dropdown-menu:before {
	content: 'Scopri tutte le';
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid var(--acidgreen);
    margin-bottom: 20px;
}
#menu-item-56954 .dropdown-menu:after {
    content: 'collezioni';
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 0;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    font-style: italic;
    left: 165px;
}*/
	.scacchiera .e-con-inner {
		padding-top: 0;
		padding-bottom: 0
	}
	
	/*.scacchiera {
		background-size: 50% 100% !important
	}
	*/
	.utili {
		padding-left: 8em;
		position: relative
	}
		.utili:before {
		content: '';
			position: absolute;
			top: 0;
			left: 45px;
			border-right:1px solid var(--corpo);
			height: 100%;
			width: 1px
			
	}
	
			
	.newsletter-cont {
		border-left:1px solid var(--corpo);
	}
#text-search {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 75px;
    opacity: 0;
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 20px 3em;
}
	
	#text-search.open, #text-search-mobile.open {
    opacity: 1;
    background: var(--red);
    text-align: center;
}
.elementor-element-8c3b26b,
.elementor-element-513774ed,
.elementor-element-48d65b08,
.puntichiave-row{
	margin-left: -10vh;
    margin-right: -10vw;
    width: 110vw !important;
    max-width: fit-content !important
}
.social-footer .fb,
.social-footer .yt {
	width: 100%
}
.social-footer .ig {
	margin-right: -100px;
	margin-top: -50px;
}
.social-footer .tw {
	margin-left: -100px
}
	
	
#collapseserviziaggiuntivi img {
	width: 265px;
	height: auto
}
.wpml-ls-item .nav-link{
text-transform: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
	    padding-top: 5px;
}
	
.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    /* opacity: 0.5; */
    filter: contrast(0.3);
}
	.wpml-ls-current-language.wpml-ls-menu-item .wpml-ls-flag  {
    filter: none;
}
li#menu-item-wpml-ls-3-ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
}
.contenuto-dona {
	background: #fff;
	margin-top: -400px;
	margin-left: 380px;
}
.text-2.widget_text.col-sm {
	-ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}
.woocommerce-shop .yith-wcwl-add-button,
.tax-product_cat .yith-wcwl-add-button,
.related .yith-wcwl-add-button,
.tax-tipologia-prodotto  .yith-wcwl-add-button,
.tax-argomento-prodotto .yith-wcwl-add-button{
		position: absolute;
    top: 10px;
    right: 0;
}
.woocommerce-shop .yith-wcwl-add-button span,
.tax-product_cat .yith-wcwl-add-button span,
.related .yith-wcwl-add-button span,
.tax-tipologia-prodotto  .yith-wcwl-add-button span,
.tax-argomento-prodotto .yith-wcwl-add-button span{
	display: none;
}
.single-product .related .yith-wcwl-add-button a:before {
	display: none
}
.woocommerce-shop .products img,
.tax-product_cat {
	    width: 100%;
    height: auto; /* maintains aspect ratio until further customization */
    /* To ensure it's always square */
    aspect-ratio: 1 / 1; /* forces a 1:1 aspect ratio */
    /* Ensure it covers the whole area */
    object-fit: cover;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 10px 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 153.846% */
	color: #000
}
.wc-block-components-title.wc-block-components-title {
    color: #000;
}
.shop-desc p {
	color: #999;
/* Desk - p in evidenza */
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
/**/
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.megamenu {
    position: static;
}
	.megamenu .dropdown-menu {
    background: 0 0;
    border-radius: 0;
    border: none;
    width: 100%;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    padding: 15px 0;
    text-transform: none;
}
/*	.dropdown-menu.show {
    display: flex;
    background: var(--yellow);
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
		    z-index: -1;
}
	.megamenu .dropdown-menu .megamenu {
border: none;
    border-radius: 0;
    display: block;
    -ms-flex: 0 0 23%;
    flex: 0 0 21%;
    /* max-width: 20%; */
    /*position: relative;
    top: 0;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}
	*/
	.megamenu .dropdown-menu .megamenu .dropdown-menu {
display: block;
    position: initial;
    margin-top: 0;
    padding: 0;
}
	.megamenu .dropdown-menu .megamenu .dropdown-menu a {
		font-weight: 500
	}
}

@media (min-width: 1025px) and (max-width: 1150px), (min-width: 992px) and (max-width: 1024px) and (orientation: landscape){
.menu-button,
.menu-button:hover{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.riganegativa {
	margin-top: 0 !important
}
}
@media (min-width: 1025px) and (max-width: 1250px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	
	nav.navbar .container {
		width: 100%;
		max-width: 100%
	}
	.hero-text {
        font-size: 3.5em;
        line-height: 60px;
}
	.hero-text br {
        display: none
}
h2 {
    font-size: 50px;
    line-height: 45px;
}
.elementor-38 .elementor-element.elementor-element-48e2407 {
    justify-content: flex-end;
    padding-top: 100px;
}
	.page-child .testata-interna h1 {

    font-size: 38px;
    line-height: 50px;
}
	.riganegativa {
	margin-top: 0 !important
}

    .container {
        max-width: 100%;
        padding: 0 15px !important;
    }
	.breadcrumb {
		padding-left: 0;
		padding-right: 0
	}
#wp-megamenu-item-152 .wp-megamenu-sub-menu {

    zoom: 0.95;
}
.dropdown-menu li a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 1rem;
}
.dropdown-menu {
    top: 86px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
.form-cont h2 {
    font-size: 32px;
    padding: 0 20px;
    line-height: 35px;
}
.form-cont {
    padding: 30px 0 !important;
}
}
/**/
#accordion .card {
	border: none
}
#accordion .card-header {
	background: none
}
#accordion .card-header h5{
	color:#001e4b
}
#accordion .card-body {
  padding: 0.5rem 1.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
		max-width: 800px;
}
.modal-body {
	padding: 2rem
}
}
#accordion h5 {
	font-size: 15px;
	cursor: pointer;
	font-weight: 700
}
#accordion .active .aperto {
	display: none
}
#accordion .active .chiuso,
#accordion .blocco1.chiuso{
	display: block !important
}
@media (min-width: 1800px) {
	.testata-interna {
		height: 95vh !important
	}
}

@media (min-width: 1025px) and (max-width: 1450px), (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
	.contenitore-titolo-testata h1 {
		height: 50%
	}
.riganegativa {
	margin-top: 0 !important
}
}
iframe,
.wp-caption {
	max-width: 100%
}
.cercamenu {
	cursor: pointer;
	    
	       margin-top: 8px;
}
.cercamenu  a {
	padding:0 !important;
	    margin-top: 2px;
}
.cercamenu svg {
	    height: 20px;
    width: auto;
}
#text-search {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 89px;
    opacity: 0;
    position: absolute;
    right: 0;
    /* margin-left: auto; */
	    width: 100%;
	padding: 10px;
    max-width: 100%;
}
#text-search.open, #text-search-mobile.open {
    opacity: 1;
    background: var(--acidgreen);
    text-align: center;
	z-index: 1
}
/* Site footer */
.francobolli img {
	width: 90%;
	margin:auto
}
.elementor-element-842a111  {
	position: relative
}
.img-stondata img {
    border-radius: 45px 0;
}
.loghi img {
    padding: 0 20px;
}
.elementor-element-1f11765 {
margin-top: -50px
}
.blog .card h3,
.titolorisorsa {
	font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
}
.titolone h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 800;
    font-size: 180px;
}
.prodotti-card {
	color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.prodotti-card a {
color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    padding: 30px;
    height: 140px;
    justify-content: center;
    flex-direction: column;
}
#categoria-0 .prodotti-card a,
#categoria-5 .prodotti-card a{
    height:300px;
	justify-content:flex-end;
}
.prodotti-card {
	background-color: rgba(0,179,255,0.7);;
	backdrop-filter: blur(10px);
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	
}
.prodotti-card:hover {
		background-color: rgba(0,179,255,1);;
}
.prodotti-card p span {
	max-width: 50%;
	line-height: 25px;
	display: block
}
.prodotti-card svg {
    height: 28px;
    width: auto;
    position: absolute;
    right: 10px;
}
#categoria-0 svg,
#categoria-5 svg {
	top:10px
}
#categoria-0,
#categoria-1,
#categoria-2,
#categoria-3,
#categoria-4,
#categoria-5 {
	margin-bottom: 20px
}
#categoria-0,
#categoria-1 {
	margin-top: -72px
}
.prodotti-card{
	height: 140px
}
#categoria-0 .prodotti-card {
	height: 300px;
	    justify-content: flex-end;
}
#categoria-5 .prodotti-card {
	height: 300px;
	    justify-content: flex-end;
}
#categoria-3,
#categoria-5 {
	margin-top: -160px
}
.elementor-element-1fc66f7b .e-con-inner {
	padding: 3em 0
}
.elenco h3,
.titolone-cat {
	font-size: 100px
}
.prodotto-cont {
		background: #F8F8F8;
    
    border-radius: 20px;
}
.prodotto-desc p,
.specifiche-prod p,
.specifiche-prod li {
	font-size: 16px
}
.specifiche-prod ul {
	list-style: none;
	padding-left: 0;
	display: flex;
    justify-content: flex-end;
	margin-bottom: 0
}
.specifiche-prod {
	    background: #F0F0F0;
    border-radius: 0 20px 20px 0;
}
.specifiche-prod .row {
	position: relative;
		padding: 4px 0;
}
.specifiche-prod .row:before {
content: '';
    width: calc(100% - 30px);
    bottom: 0;
    border-top: 1px solid var(--cyan);
    left: 15px;
    position: absolute;
}
.img-prodotto img {
	  margin-left: -70px;
    top: 0;
    transform: scale(1.5);
}
.facetwp-facet-tipologia {

	display: flex;
	justify-content: center
}
.facetwp-facet-tipologia .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-tipologia .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}
.facetwp-facet-voltaggio {
	display: flex;
	justify-content: center
}
.facetwp-facet-voltaggio .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-voltaggio .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}
.facetwp-facet-tipologia .facetwp-checkbox {
	background: none !important;
		    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.facetwp-facet-tipologia .facetwp-checkbox:hover {
	background: rgba(0,179,255,1) !important;
}
.facetwp-facet-tipologia  {
	margin-bottom: 20px !important
}
.facetwp-checkbox {
	    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.facetwp-facet-voltaggio .facetwp-checkbox {
    background-position: 3px 50% !important ;
    padding-left: 30px !important;
    cursor: pointer;
}
.facetwp-counter {
	display: none
}

p.big {
font-size: 22px;

}
.effetto-vetro  {
	border-radius: 34px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(200, 224, 198, 0.05);
backdrop-filter: blur(30px);
}
.border-radius-0 {
	border-radius: 0 !important
}
p.titoletto {
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 30px */
text-transform: uppercase;
}
.vetro p {
	color: #fff
}
.vetro p.big {
	text-transform: uppercase;
	font-weight: 600
}
.vetrocardlist .vetro {
	position: relative
}
.vetrocardlist .vetro .elementor-widget-text-editor {
padding-left: 45px;
}
.vetrocardlist .vetro .elementor-widget-text-editor:before {
    content: '';
    background: url(https://verdelegante.it/wp-content/uploads/2026/05/material-symbols-light_check.svg) no-repeat center;
    background-size: contain;
    width: 53px;
    height: 53px;
    position: absolute;
    top: -12px;
	left: -15px
}
.nozindex{
	z-index: -1 !important
}
.tondilaterali {
	position: relative;
	overflow: hidden
}
.tondilaterali:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 15%;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_cerchio-grigio.svg) center center no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
}
.tondilaterali:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 15%;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_cerchio-grigio.svg) center center no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
	z-index: -1
}
.benefit img {
	width: 150px
}
.testate-cerchio  {
	    height: 650px;
}
.bordo-esterno {
    background: #fff;
    position: relative;
}
.bordo-esterno.left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--lightgrey);
    width: 15px;
    height: calc(100%);
}
.bordo-esterno.left:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--lightgrey);
    width:100%;
    height: 15px;
}
.bordo-esterno.right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--lightgrey);
    width: 15px;
    height: calc(100%);
	left: auto
}
.bordo-esterno.right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--lightgrey);
    width:100%;
    height: 15px;
}
ul li::marker {
    color: var(--darkgreen);
}

footer ul li::marker {
    color:#fff;
}
.elementor-element-43d5feb  span {
	float: right;
	margin-right: 80px
}
.elementor-element-4537b52,
.elementor-element-25857fdc {
	position: relative;
	z-index: 111
}
.custom-logo-link:after {
	display: none
}
.home section.cerchiofooter:before {
    z-index: 111;
}
.caroselloimmagini {
	padding: 0;
	margin-top: -220px;
}
/*
.caroselloimmagini .swiper-slide-inner {
	margin:0 -35px !important
}
.caroselloimmagini img {
	    width: 100%;
    border-left: 20px solid #fff !important;
}
*/
.caroselloimmagini .elementor-swiper-button-prev {
	    top: -80px !important;
    left: 48% !important;
}
.caroselloimmagini .elementor-swiper-button-next {
	    top: -80px !important;
    right: 48% !important;
}
.elementor-element-53f0fc6b h2 {
		position: relative;
    z-index: 111;
}
.elementor-element-526cfcb4  .elementor-button  {
		position: relative;
    z-index: 111;
}
.elementor-testimonial--skin-default {
	overflow: hidden
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 1em !important;
    font-style: normal !important;
    line-height: normal !important;
}
.elementor-widget-reviews .swiper-slide, .elementor-widget-testimonial-carousel .swiper-slide {
    height: auto !important;
    margin-left: 10px !important;
    padding: 0 !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    background: #D9D9D9 !important;
    opacity: 1 !important;
    border: 1px solid #D9D9D9;
}
.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    background: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff;
}

.pallinoverde .swiper-pagination-bullet-active {
    background: #165142E5 !important;
    border: 1px solid #165142E5;
}
.lista-intervento {
	list-style: inside;
}
.lista-intervento li {
	padding: 10px 0;
    border-bottom: 1px solid #000000B2;
    margin-bottom: 10px;
color:rgba(0, 0, 0, 0.70);

}


/*
.elementor-swiper-button-next{
content:url(/wp-content/uploads/2023/11/Componente-29-–-3.svg);
	width: 20px;
}
.elementor-swiper-button-prev{
content:url(/wp-content/uploads/2023/11/Componente-28-–-3.svg);
	width: 20px;
}
.elementor-lightbox  .elementor-swiper-button-prev {
    width: 30px !important;
	left: 30px !important
}
.elementor-lightbox  .elementor-swiper-button-next {
    width: 30px !important;
	right: 30px !important
}
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    margin-left: 20px;
    margin-right: 15px !important;
}
.elementor-swiper-button-prev:hover,
.elementor-swiper-button-next:hover {
    filter: brightness(0) invert(0.3);
}
.elementor-element-998913c:before {
content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_icona-virgolette.svg) center center no-repeat;
    width: 65px;
    height: 60px;
    background-size: contain;
    margin: auto;
}
*/
.swiper-slide-image {
	border: none !important;
	    width: 100%;

}
.home .cta-footer {
	background: var(--lightgrey)
}
.page-id-38 .elementor-295,
.blog .elementor-295,
.single-post .elementor-295,
.page-id-44 .elementor-295 {
	display: none
}
.elementor-element-999f571 {
	margin-top: -90px
}
.immagini-macchine .e-con-inner {
	position:relative
} 
.immagini-macchine .e-con-inner .img-hover{
	position: absolute; 
	top: 10px;
	left: 0;
	z-index: -1;
			webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.immagini-macchine:hover .img-hover{
	z-index: 1;
			webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
} 
.storie-macchine svg {
		webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	   float: right;
	margin-top: 15px;
}
.storie-macchine h3[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.infocontatti p {
	font-size: 20px
}
.infocontatti a:hover:after {
	display: none
}
.infocontatti a:hover {
	font-weight: 600
}
.infocontatti img {
	height: 70px;
	width: 250px
}
.elementor-15 .elementor-element.elementor-element-8c3b26b .elementor-swiper-button.elementor-swiper-button-prev,
.elementor-15 .elementor-element.elementor-element-8c3b26b .elementor-swiper-button.elementor-swiper-button-next,
.elementor-66 .elementor-element.elementor-element-48d65b08 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-66 .elementor-element.elementor-element-48d65b08 .elementor-swiper-button.elementor-swiper-button-next {
	font-size: 50px
}
.puntichiave .elementor-swiper-button-prev {
position: absolute !important;
    top: 80px;
    left: 80% !important;
    cursor: pointer;
}
.puntichiave .elementor-swiper-button-next {
    left: 85% !important;
position: absolute !important;
    top: 80px;
    cursor: pointer;
}
.puntichiave .elementor-swiper-button-prev svg #Poligono_1,
.puntichiave .elementor-swiper-button-next svg #Poligono_1 {
	fill:#000
}
.puntichiave .elementor-swiper-button-prev svg:hover circle,
.puntichiave .elementor-swiper-button-next svg:hover circle {
	fill:var(--green)
}
.elementor-element-e43c2bf,
.elementor-element-484e4c21,
.elementor-element-4480351e,
.elementor-element-72bc10c0 {
overflow: hidden
}
.candidato-home {
	margin-top: 5em !important;
	position: relative
}
.candidato-home .e-con-inner {
	padding-bottom: 0;
	padding-top: 0
}
.elementor-element-c13a26f  {
	margin-top: 8em !important;
		margin-bottom: 8em !important
}
.candidato-home img {
	margin-top: -50px;
	    width: 65%;
}
.candidato-home .elementor-button {
    position: absolute;
    top: -35px;
    left: 20px;
}
.candidato-home {
	border-radius:15px;
	background: linear-gradient(to right, rgba(10,151,59,1) 0%,rgba(4,123,45,1) 100%);
}
.elementor-element-ee6743e  {
	overflow: hidden
}
.elementor-element-b380b96 {
	width: 150vw;
    margin-right: -50vw;
}
.titolocampagna {
	font-size: 26px;
}
.titolocampagna a {
color: #0F5944;
  font-family: 'Galvji';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 166.667% */
}
#campagne-home-carousel .item:hover a{
	color:var(--yellow)
}
#campagne-home-carousel .cont-campagna {
	    overflow: hidden;
    border-radius: 15px;
	height: 350px
}
#campagne-home-carousel img {
	height: 350px !important;
	object-fit: cover;
	border-radius: 15px;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
#campagne-home-carousel picture:hover img {
	transform: scale(1.1)
}
#campagne-home-carousel .owl-stage-outer {
	margin-top: 100px
}
#campagne-home-carousel .owl-nav {
		position: absolute;
    top: -100px;
    left: 45%;
}
#campagne-home-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#campagne-home-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#campagne-home-carousel  .owl-prev {
    left: -55px;
}
#campagne-home-carousel  .owl-prev {
    right: -40px;
}
.elementor-element-77eb0d7  {
	overflow: hidden
}
.elementor-element-831a1d2 {
	width: 100vw;
    margin-right: -50vw;
} 
 
#post-home-carousel .item:hover a{
	color:var(--blue)
}
#post-home-carousel .item:hover .etichetta-cat a{
	color:var(--green);
}
#post-home-carousel .etichetta-cat a:hover{
	color:var(--yellow) !important;
	background: var(--green)
		
}
.img-team,
.rounded-img,
#consiglio-carousel .cont-campagna{
	overflow: hidden;
	border-radius: 15px
}
.img-team img,
.rounded-img img{
		-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.img-team:hover img,
.rounded-img:hover img{
	transform: scale(1.1)
}
.singoloarticolo img {
	width: 100%;
	height: auto
}

#blog-post img {
	/*height: 300px !important;*/
	object-fit: cover;
	/*-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
⁨border-radius: 10px 10px 0 0;*/
    height: 100%;
aspect-ratio: 1;
	width:100%
}

⁨
/* Container del carousel esteso a destra */
#post-home-carousel {
    margin-right: calc(-50vw + 50%);
    padding-right: 0;

    overflow: visible;
}
.carosello-tagliato:before {
    content: '';
    background: #fff;
    width: 77vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    z-index: 11;
}
/* Opzionale: per evitare scroll orizzontale della pagina */
body {
    overflow-x: hidden;
}

/* Se il carousel è dentro un container Bootstrap */
.container #post-home-carousel,
.container-fluid #post-home-carousel {
    margin-right: calc(-50vw + 50%);
}

/* Aggiusta il padding del container padre se necessario */
#post-home-carousel .owl-stage-outer {
    overflow: visible;
}


.post-type-archive-team  #post-home-carousel img {
	height: auto !important;
}
#post-home-carousel picture:hover img {
	transform: scale(1.1)
}
#post-home-carousel .owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#post-home-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#post-home-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#post-home-carousel  .owl-prev {
    left: -55px;
}
#post-home-carousel  .owl-prev {
    right: -40px;
}
/**/
#consiglio-carousel.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#consiglio-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#consiglio-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#consiglio-carousel .owl-prev {
    left: -55px;
}
#consiglio-carousel  .owl-prev {
    right: -40px;
}
#consiglio-carousel .owl-nav{
	position: absolute;
    top: -110px;
    right: 85px
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	width: 100%;
}
.tribe-events-venue-map {
	width: 100%;
}
/**/
#tappe-carousel.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#tappe-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#tappe-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#tappe-carousel .owl-prev {
    left: -55px;
}
#tappe-carousel  .owl-prev {
    right: -40px;
}
#tappe-carousel .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}
#tappe-carousel img {
	    border-radius: 15px;
}
#tappe-carousel a:hover {
	color: var(--green) !important
}
#customNav.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#customNav .owl-nav svg {
	height: 50px;
	width: auto
}
#customNav .owl-nav svg:hover circle {
	fill:var(--green)
}
#customNav .owl-prev {
    left: -90px;
	    border: none;
    background: none;
}
#customNav  .owl-next {
    right: -40px;
	    border: none;
    background: none;
	
}
#customNav .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}
#customNav img {
	    border-radius: 15px;
}
#customNav a:hover {
	color: var(--green) !important
}
/**/
#customNavdue.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#customNavdue .owl-nav svg {
	height: 50px;
	width: auto
}
#customNavdue .owl-nav svg:hover circle {
	fill:var(--green)
}
#customNavdue .owl-prev {
    left: -90px;
	    border: none;
    background: none;
}
#customNavdue  .owl-next {
    right: -40px;
	    border: none;
    background: none;
	
}
#customNavdue .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}
.close {
    float: right;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    color: var(--green);
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.img-evidenza img {
	height: 550px;
	object-fit: cover;
	border-radius: 15px
}

.vetro {
	border-radius: 28px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(200, 224, 198, 0.05);
backdrop-filter: blur(10px);
}
footer{
	position: relative;
	background-size: cover;
	color: #fff;
font-size: 15px;
font-style: normal;
	font-weight: 400;
line-height: 28px;
}
footer b,
footer strong{
	font-weight: 700
}
.piede{
	position: relative;
	background-size: cover;
	color: var(--corpo);
	    font-weight: 400;
	font-size:15px
}
.piede p {
	font-size: 15px
}
footer a {
	color: #fff;
	text-decoration: underline
}
.piede a{
	color: var(--corpo);
	text-decoration: underline
}
footer a:hover {
	color: var(--acidgreen) !important;
	text-decoration: underline !important
}
footer .social-foot a {
	text-decoration: none !important
}
footer .social-foot a:hover {
	text-decoration: none !important
}
footer .social-link svg {
	height:25px;
	width: auto;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
footer .social-link svg:hover  path{
	fill:var(--acidgreen)
}
footer .nav-link {
display: block;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0 !important;
    text-decoration: none;
}
#menu-menu-footer-2  .nav-link,
#menu-menu-footer-quattro-1  .nav-link,
#menu-menu-footer-4 .nav-link,

#menu-menu-footer-2-inglese  .nav-link,
#menu-menu-footer-quattro-1-inglese  .nav-link,
#menu-menu-footer-4-inglese .nav-link{
	padding: 6px 0 !important;
	font-weight: 400 !important
}
footer .nav-link:hover {
font-style: normal !important;
	font-weight: 700 !important;
}
footer .nav-link:before {
	display: none
}
#menu-menu-footer-2 ,
#menu-menu-footer-3,
#menu-menu-footer-4,
#menu-menu-footer-quattro,
#menu-menu-footer-quattro-1,

#menu-menu-footer-2-inglese ,
#menu-menu-footer-3-inglese,
#menu-menu-footer-4-inglese,
#menu-menu-footer-quattro-inglese,
#menu-menu-footer-quattro-1-inglese{
	padding-left: 20px;
	list-style: disc;
}
#menu-menu-footer-2 .nav-link ,
#menu-menu-footer-3 .nav-link ,
#menu-menu-footer-quattro .nav-link ,

#menu-menu-footer-4  .nav-link ,
#menu-menu-footer-quattro-1 .nav-link,

#menu-menu-footer-2-inglese .nav-link ,
#menu-menu-footer-3-inglese .nav-link ,
#menu-menu-footer-quattro-inglese .nav-link ,

#menu-menu-footer-4-inglese  .nav-link ,
#menu-menu-footer-quattro-1-inglese .nav-link{
	text-transform: none;
	list-style: circle
	
}
.credits {
	color: #000;
	background: #D9D4CF
}
.credits a {
	color: var(--corpo);
}
.credits {
	font-size: 14px
}
.social-foot {
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social-foot  a {
	padding-left: 0 !important;
	padding-right: 8px !important;
	margin-bottom: 10px
}
.square i {
		background:#FFCC00;
		color: #003087;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background:rgba(104, 147, 101, 0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--light-green);
  opacity: 1;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}
.vertical-tab-left h3{
	font-size: 2.1rem
}
.vertical-tab-right h4{
	font-size: 1.2rem
}
.vertical-tab-right {
	background: #FAF7F5
}
.vertical-tabs .nav-pills .nav-link.active,
.vertical-tabs .nav-pills .show>.nav-link {
    color: #FFCD00;
    background-color: #FAF7F5;
	border-radius: 0
}
.vertical-tabs .tab-pane.fade.active.show {
	background-color: #FAF7F5;
}
.vertical-tabs .card {
	background: none;
	border-radius: 0
}
.vertical-tabs .card-header {
		background: none;
	border-radius: 0;
	    border-bottom: none;
}
.vertical-tabs .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card.active .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078"; 
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card-body p {
	font-size: 15px
}
.vertical-tabs .nav-link {
    padding: 0.6rem 1rem;
}
.py-big {
	padding: 6em 0
}

.cat-post {
	color: #1362F3;
    font-size: 16px; 
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.cat-post a {
	color: #1362F3;
	text-decoration: none
}
/*media queries*/
	#menu-menu-industria,
	#menu-menu-minuteria,
	#menu-menu-antiinfortuinistica,
	#menu-menu-casa-e-giardino{
		padding-bottom: 10px !important;
	}
	#wp-megamenu-item-152 .wp-megamenu-sub-menu .wpmm-col.wpmm-col-6:last-child {
    padding-left: 40px
}

	.cta-desktop {
    position: fixed;
    bottom: 20px;
    width: calc(100% - 160px);
    text-align: center;
    color: #fff;
    z-index: 111111;
    display: none;
    font-weight: 600;
    left: 80px;
    right: 80px;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: block !important;
	}

	.page-id-45 .elementor-element-2e136f2b p.cormorant {
		    margin-top: -130px !important;
	}


@media (min-width: 1900px) {
.page-id-61 .intro-neg:after {
    content: '';
    position: absolute;
    right: -44px;
    top: 0;
    height: 100%;
    background: #fff;
    width: 50px;
    z-index: 1111;
}
	#menu-menu-principale li:after,
		#menu-menu-principale-inglese li:after{
    top:22px;

}
	.page-id-45 .elementor-element-2e136f2b p.cormorant {
		    margin-top: -10px !important;
	}
	
	.intro-neg:after {
right: -18px !important;
        width: 13vw !important;
        z-index: -1 !important;
}
}
  @media (min-width: 2200px) {
	
	.intro-neg:after {
right: -34px !important;
        width: 13vw !important;
        z-index: -1 !important;
}
	  
	 	.elementor-element-4f301ed {
	background: #193C33 url(https://verdelegante.it/wp-content/uploads/2026/05/social_cristina.dir_httpss.mj_.runjLWPMJFU-J8_-ar_191256_-video_1_3035c490-ceff-47cd-9aee-ce1ec49e0a40_0-11.png) no-repeat right -230px;
    background-size: 46.3% auto;
    min-height: 1750px;
}
	  
	  .single-casestudies .intro-neg:after {
    right: -42px !important;
    width: 42px !important;
    z-index: -1 !important;
}
}
@media (min-width: 1650px) {
.img-laterale {

    margin-top: -448px;
}
	.sottointro {
    margin-top: -130px;
    z-index: 111;
}
	.elementor-element-4f301ed {
	background: #193C33 url(https://verdelegante.it/wp-content/uploads/2026/05/social_cristina.dir_httpss.mj_.runjLWPMJFU-J8_-ar_191256_-video_1_3035c490-ceff-47cd-9aee-ce1ec49e0a40_0-11.png) no-repeat right -230px;
    background-size: 46.3% auto;
    min-height: 1450px;
}
	
	.elementor-74 .elementor-element.elementor-element-5b07343 .dwoc-carousel .owl-item img {
    height: 1050px;
    object-fit: cover;
    /* object-position: unset; */
}

	.page-id-45 .elementor-element-2e136f2b p.cormorant {
		    margin-top: -65px !important
	}
	.intro-neg:after {
    right: -13px;
    width: 30px;

}
			  .single-casestudies .intro-neg:after {
    right: -42px !important;
    width: 42px !important;
    z-index: -1 !important;
}
	#wp-megamenu-item-152 .wp-megamenu-sub-menu .wpmm-col.wpmm-col-6  .wp-megamenu-sub-menu.subopen {
	width: 100% !important
}
	#wp-megamenu-item-152 .wp-megamenu-sub-menu .wpmm-col.wpmm-col-6:last-child .wp-megamenu-sub-menu.subopen {
    width: 100% !important;
    justify-content: flex-start !important;
}
	
		#wp-megamenu-item-152 .wp-megamenu-sub-menu .wpmm-col.wpmm-col-6:last-child {
    padding-left: 0
}
	.intro p{
color: rgba(0, 0, 0, 0.75);
font-size: 24px;
font-style: normal;
line-height: 40px; /* 166.667% */
}
	#menu-menu-industria a,
	#menu-menu-minuteria a,
	#menu-menu-antiinfortuinistica a,
	#menu-menu-casa-e-giardino a{
		padding: 4px 30px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1650px), (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape){
	.single-post .testata-interna {
		height: 60vh !important
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .hero-text {
        font-size: 70px !important;
        line-height: 75px !important;

    }
}

@media (min-width: 1025px), (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
	
.py-6 {
	padding:  5em 0
}
#menu-menu-principale,
#menu-menu-principale-inglese{
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* height: 65%; */
        padding: 100px 80px 0 80px;
	}
	
	.elementor-element-b0bf4f9 .e-con-inner {
		position: relative
	}

	.priimadopo img {
		height: 890px;
		object-fit: cover
	}
	.percorso-card .w-80 {
	  width: 80% !important
}
	.middle-border .e-con-inner div.e-con.e-child:first-child{
	 border-right: 1px solid #A9A9A9;
}
	.middle-border .e-con-inner {
		padding-left: 130px;
		padding-right: 130px
	}
	    .elementor-26 .elementor-element.elementor-element-bc7a35f {
        --width: 80%;
				width: 80%
    }
.elementor-element.elementor-element-4760a8c.e-con-full.e-flex.e-con.e-child:after ,
	.elementor-element.elementor-element-60bf7ba0.e-con-full.e-flex.e-con.e-child:after ,
		.elementor-element.elementor-element-3722a8e0.e-con-full.e-flex.e-con.e-child:after {
    content: '';
    border-left: 1px solid var(--green);
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
}
	.woocommerce div.product div.images .flex-control-thumbs li  {
    width: 20%;
	}
	.head-fissato {
		position: fixed;
		width: 100%;
		z-index: 11111;
		background: #fff;
		animation: 0.5s 0.3s fadeInDown both;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
	}
		.head-fissato .custom-logo {
    width: 250px;
	}
	
	.head-fissato .info-head p {
    font-size: 14px !important
	}
	.head-fissato .info-head p img {
		top: -5px !important
	}
	.woocommerce div.product div.summary {
    margin-bottom: 2em;
    position: relative;
}
	.woocommerce div.product div.summary .price {
font-family: Outfit;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
	}
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--corpo);
    font-size: 1.25em;
}
.pswp {
    z-index: 150000 !important;
}
.ventisei {
	font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 153.846% */
}
@media (min-width: 1025px) and (max-width: 1350px), (min-width: 992px) and (max-width: 1024px) and (orientation: landscape) {
.custom-logo {
	width: 230px;
}
	#menu-menu-principale,
	#menu-menu-principale-inglese{
    padding-top: 0;
	}
	a.nav-link.dropdown-toggle:before, #wp-megamenu-item-152 a.nav-link:before {
    top: 20px;
	}
	.social-head  {
		margin-top:5px !important
	
	}
	p.h1 {
    color: #FFF;
      font-family: 'Galvji';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}
#menu-menu-principale,
#menu-menu-principale-inglese{
	font-size: 14px
}
.navbar-light .navbar-nav .nav-link {
padding-left: 1em;
        padding-right: 1em;
    font-size: 14px;
}
	.quote:after {
		right: 50px;
	}
	.quote:before {
		left: 50px;
	}
#tappe-carousel .owl-nav,
	#consiglio-carousel .owl-nav{
    right: 10%;
}
#menu-menu-principale li#menu-item-927,
	#menu-menu-principale-inglese li#menu-item-927{
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li>a, .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a, .wpmm-menu-cart .cart-icon .fa-shopping-cart, .wp-megamenu-wrap .form .submit, .wpmm-menu-cart span.cart-icon i {
    padding: 1rem 1rem 1rem 1em;
    font-size: 14px !important;
}
}
@media (min-width: 769px) and (max-width: 991px) and (orientation: landscape) {
#menu-menu-principale li#menu-item-927,
#menu-menu-principale-inglese li#menu-item-927{
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
.custom-logo {
    width: 220px;
}
	.navbar>.container {
		max-width: 910px;
		padding: 0
	}
.navbar-light .navbar-nav .nav-link {
    padding-left: 18px !important;
    padding-right: 18px !important;
 
}
	a.nav-link.dropdown-toggle:before, #wp-megamenu-item-152 a.nav-link:before {
    content: '';
    position: absolute;
right: 5px;
        width: 12px;
	}
	#wp-megamenu-item-152 .wp-megamenu-sub-menu .wp-megamenu-sub-menu {
    width: 100% !important;
	}
	
	#wp-megamenu-item-152 .wp-megamenu-sub-menu .wpmm-col.wpmm-col-6:last-child {
    padding-left: 40px;
    zoom: 0.8;
    padding-left: 72px;
}
	#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    padding-left: 25px !important;
}
}
@media (min-width: 1200px) and (max-width: 1550px) {
	h2 {
		font-size: 50px;
		line-height: 57px
	}
	p.h2 {
		font-size: 50px;
		line-height: 57px
}
}
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
	.testata-home,
			.testata-home .container,
	 .container{
		width: 100% !important;
		max-width: 100%
	}
	.testata-home .container .pl-md-5 {
		padding-left: 0 !important
	}
	.slide-bg h2 {
    font-size: 1.5rem !important;
}
.citazione-bordo p {
    width: auto;
    margin-left: 0;
}
}

	.filtri-shop-mobile {
		display: none;
		    position: sticky;
    top: 170px;
    z-index: 1;
    background: #fff;
	}
	.filtri-shop {
    position: sticky;
    top: 8em;
	}
	.cta-mobile {
   display: none; 
	}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.verde-opaco h2,
.bianco-opaco h2{
    font-size: 45px;
    line-height: 45px;
}
	
.verde-opaco svg,
.bianco-opaco svg{
    position: absolute;
    top: 25px;
    right: 0;
    height: 40px;
}	

.wpcf7-submit, .wpcf7-submit.disabled, .wpcf7-submit:disabled {
    padding: 20px 5px;
    font-size: 17px;
    max-width: 100%;
    width: 100%;
}
.elementor-element-4f301ed {
    min-height: auto;
}	
	
	.e-n-accordion-item-title-text {
    width: 90%;
	}
	
	.intro-neg:after {
		display: none
	}
	.elementor-button,
		.elementor-button:hover{
		    padding: 20px 25px !important;
	}
.simple-button .elementor-button {
    padding: 0 !important;
    text-align: left !important;
}	
	.page-id-45  .p-md-5.p-3.row {
		margin: 0
	}
	
	.elementor-element-3f4b5d4d ,
	.elementor-element-5ce505b  {
		width: 90%;
		margin: auto
	}
	
	.py-6 {
		padding: 3em 15px
	}
	
    .page-id-45 .elementor-element-2e136f2b p.cormorant {
margin-top: 0px !important;
        text-align: left !important;
        line-height: 30px !important;
        position: absolute;
        top: -285px;
        text-align: right !important;
    }
	.page-id-45 .titolone.assoluto.alt {
    bottom: -121px;
        order: 2;
        font-size: 80px;
}
	.elementor-element-92d941f img {
		aspect-ratio:60 / 71;
		object-fit: cover;
		border-radius: 15px
	}
	.elementor-element-2e136f2b .d-flex {
		flex-direction: column ;
		margin-top: -40px;
	}
	 .blocco-servizi .row {
    margin-left: 0;
    margin-right: 0;
  }
  .blocco-servizi .col-md {
    padding-left: 0;
    padding-right: 0;
  }
  .blocco-servizi .elementor-button {
    width: 100%;
    justify-content: center;
  }
	.page-id-47 .intro {
		        margin-top: 500px;
	}
	.page-id-47 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-47 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}
	/**/

	.page-id-45 .intro {
		        margin-top: 500px;
	}
	.page-id-45 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-45 .titolone-cont p{
		display: block;
        margin: 22px 0 !important;
		
	}
	/**/
	.page-id-49 .intro {
		        margin-top: 500px;
		min-height: 495px;
	}	
	.page-id-49 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-49 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}
	.elementor-element-8db0d25 img{
    height: 400px;
    object-fit: cover;
	}
	.page-id-51 .intro {
		        margin-top: 500px;
		min-height: 495px;
	}	
	.page-id-51 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-51 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}
	
	
		.page-id-53 .intro {
		        margin-top: 500px;
			min-height: 495px;
	}	
	.page-id-53 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-53 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}
			.page-id-55 .intro {
		        margin-top: 500px;
				min-height: 495px;
	}	
	.page-id-55 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-55 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}

	
	.page-id-59 .intro {
		        margin-top: 500px;
	}	
	.page-id-59 .intro-neg {
	    position: absolute;
    top: -500px;
	}
	.page-id-59 .titolone-cont p{
		        display: block;
        margin: 22px 0 !important;
		
	}
	
	
	.elementor-element-acff34a  {
		margin-top: 115px
	}
	
	.elementor-element-7ef40610 {
		margin-top: 115px
	}
		.elementor-element-6c6cd356 {
		margin-top: 165px
	}
	 
	
	.elementor-element.elementor-element-28d2447.e-con-full.p-5.e-flex.e-con.e-child:after, .elementor-element.elementor-element-3622dfc6.e-con-full.p-5.e-flex.e-con.e-child:after {
    display: none

}
	
	
	.elementor-51 .elementor-element.elementor-element-72568c9:not(.elementor-motion-effects-element-type-background), .elementor-51 .elementor-element.elementor-element-72568c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
	.elementor-element-a3f2a1e {
		padding-bottom: 140px;
	}
	
		.elementor-53 .elementor-element.elementor-element-6040219f:not(.elementor-motion-effects-element-type-background), .elementor-53 .elementor-element.elementor-element-6040219f > .elementor-motion-effects-container > .elementor-motion-effects-layer,
	.elementor-51 .elementor-element.elementor-element-3a741461:not(.elementor-motion-effects-element-type-background), .elementor-51 .elementor-element.elementor-element-3a741461 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
	
	.elementor-55 .elementor-element.elementor-element-65855596:not(.elementor-motion-effects-element-type-background), .elementor-55 .elementor-element.elementor-element-65855596 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-74 .elementor-element.elementor-element-b9a5404:not(.elementor-motion-effects-element-type-background), .elementor-74 .elementor-element.elementor-element-b9a5404 > .elementor-motion-effects-container > .elementor-motion-effects-layer	{
    background-size: cover !important;
}
	
		.elementor-59 .elementor-element.elementor-element-62744c67:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-62744c67 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
			background:none !important
	}

.elementor-element.elementor-element-7b1f0f50.elementor-element ,
	.elementor-element.elementor-element-7b1f0f50.elementor-element h2,
	
	
.elementor-element.elementor-element-2fea3341.elementor-element ,
	.elementor-element.elementor-element-2fea3341.elementor-element h2,
	
	.elementor-element.elementor-element-381ecc35.elementor-element ,
	.elementor-element.elementor-element-381ecc35.elementor-element h2,
	.elementor-element.elementor-element-75eb80e.elementor-element ,
	.elementor-element.elementor-element-75eb80e.elementor-element h2	
	
	{
    color: #fff;
}
	.elementor-51 .elementor-element.elementor-element-5f279e4 {
		padding: 2em !important
	}
	.elementor-element-5273f28d {
		gap:20px
	}
	.passi {
		padding: 2em !important
	}
	
	.passi .passo {
		position: relative
	}
	
	.elementor-47 .elementor-element.elementor-element-f744ce0:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-f744ce0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: none !important
	}
	.bianco-opaco {
    margin-top: -190px;

    border-radius: 0 0 15px 15px;
}
	.percorso-card {
        width: 100% !important;
        margin-bottom: 25px !important;
	}
	.percorso-card:last-child{
		margin-bottom:0 !important
	}
	.testata-home {
		margin-top: -90px
	}
	.testata-home:after {
   
    background: linear-gradient(180deg, rgba(0, 60, 51, 0.00) 27.38%, #193c34 80.47%);
	}
	
	.testata-interna-mobile {
		    margin-top: -90px;
    height: 45vh;
	}
	.testata-interna-mobile img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
		.priimadopo img {
		height: 520px;
		object-fit: cover
	}
	.cta-prefooter h2:before {
    height: 45%;
	}
	.custom-logo {
    height: 80px;
	}
	.hero-text {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 48px;
    margin-top: 60px;
}
	.testi-testata {
		display: none
	}
	

.page-child	 .testata-interna div {
    height: 80%;

}
	.intro-neg {

		margin-top: -20px !important;
			left: 0;
padding: 20px !important;
}
	.px-mobile-0 {
		padding:  0 !important
	}
	.breadcrumb {
    justify-content: left;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
	
	.elementor-14 .elementor-element.elementor-element-a54b4ef {
    padding: 0 !important
}
	.py-big {
    padding: 2em 20px !important;
}
/*	.noscroll .custom-logo {
		display: none
	}
	.noscroll .logogiallo {
		display: flex !important
	}*/
	.elementor-element-8ffbb6b {
		    padding-left: 30px;
    padding-right: 30px;
	}
	
	.img-laterale{
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: -10px!important ;
    /* padding-bottom: 50px; */
}
	.img-laterale div:last-child {
		padding-top: 8em
	}
	.elementor-swiper-button.elementor-swiper-button-next,
	.elementor-swiper-button.elementor-swiper-button-prev {
		display:none !important
	}
	
	.sottointro{
        width: 100% !important;
        margin-top: 0;
	}
	
	.citazione-bordo p {
    text-align: right;
    border-radius: 33px;
    border: 1px solid #87AA84;
    width: 95%;
    argin: auto;
    padding: 1em;
    color: #FFF;
    font-family: Cormorant;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;

    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
	p.h1 {
font-size: 35px;
font-weight: 800;
line-height: 45px; /* 128.571% */
		padding-top: 30px;
	}
	.elementor-widget-shortcode {
		width: 100% !important
	}
.cta-testata a {
padding-left: 10px;
	        width: 75%;
        padding-right: 10px;
        font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
    border-radius: 10px;
    font-size: 16px;
    line-height: inherit;
    background: transparent;
    text-decoration: none !important;
}
	.cta-testata a:hover {
padding-left: 10px;
	        width: 75%;
        padding-right: 10px;
        font-size: 18px;
    border: 1px solid #fff;
    color: var(--darkgreen);
    font-weight: 600;
    padding-left: 1.5em !important;
		        padding-top: 12px !important;
        padding-bottom: 12px !important;
    padding-right: 1.5em !important;
    border-radius: 10px;
    font-size: 16px;
    line-height: inherit;
    background: #fff;
    text-decoration: none !important;
	}	
.form-cont {
    padding: 60px 0px !important;
}
	.elementor-22 .elementor-element.elementor-element-e956d3e, 
		.elementor-22 .elementor-element.elementor-element-8db70fb,
	.elementor-22 .elementor-element.elementor-element-205b61b{
    padding-left: 20px;
    padding-right: 20px;
}
	
	.elementor-element.elementor-element-0100b4d {
   padding-right: 0 !important;
}
	.elementor-element-bfca262 p {
		font-size:24px !important
	}
	.elementor-14 .elementor-element.elementor-element-1e1bcda {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
	.box-home img {
    height: 65px;
}
	.servizio {
		margin: 0 15px
	}
	
	.introposthome span{
		margin-left: 0 !important
	}
	
	.nav-custom-post {
		top: 70px !important
	}
	.text-26 {
    font-size: 22px;
	}
	.box-home h2 {
    font-size: 36px;
		        margin-bottom: 15px !important;
}
	
		.box-home p {
		        margin-bottom: 0 !important;
}
	.elementor-22 .elementor-element.elementor-element-86976ad {
		width:100% !important
	}
	.elementor-14 .elementor-element.elementor-element-d2150e1,
	.elementor-14 .elementor-element.elementor-element-2f8bd68{
    padding-left: 15px;
    padding-right: 15px;
}
	.elementor-14 .elementor-element.elementor-element-eb71873,
	.elementor-14 .elementor-element.elementor-element-5b9a2a6{
    padding: 2em;
		padding-bottom:0
}
	.elementor-14 .elementor-element.elementor-element-196d616 {
    border-radius: 0px 0px 20px 20px;
}
	
	.elementor-14 .elementor-element.elementor-element-26ad6c6 {
    border-radius: 0 0 20px 20px !important;
}
	.elementor-14 .elementor-element.elementor-element-d983a6a,
.elementor-14 .elementor-element.elementor-element-3205e29{
    padding: 0 2em 2em 2em;
}
.elementor-14 .elementor-element.elementor-element-2e476f4 {
 
    border-radius: 20px 20px 0 0
}
	
	.cta-mobile {
		    position: fixed;
    bottom: 10px;
    width: 100%;
    /*background:  rgba(17, 50, 41, 0.90);*/
    text-align: center;
    color: #fff;
		        z-index: 111111;
   display: none; /* nascosta inizialmente */
    font-weight: 600;
		        padding: 0 20px;
	}
	/*.noscroll .cta-mobile {
		display: block !important;
		opacity: 1; 
	}*/
	.piede {
    /*padding-bottom: 80px !important;*/
		        padding: 10px;
}
	.cta-mobile div {
		padding: 4px 10px 10px 10px
	}
	.cta-mobile a {
		color: #fff;
		text-decoration: underline
	}
	.elementor-14 .elementor-element.elementor-element-2fe2cf6 {
    padding-left: 15px;
    padding-inline: 15px;
}
	
	.elementor-14 .elementor-element.elementor-element-19ef2ab {
    width: 100%;
}
	.mx-mobile-0 {
		margin: 0
	}
	.carosello-mobile-marchi img {
	    width: 220px !important;
    margin: auto;
    height: auto;
	}
	
	.carosello-mobile-marchi	.owl-dots {
		margin-top: 50px !important
	}
	.btnfreccia .elementor-button {
    font-size: 20px !important;
		        text-align: left;
	}
	.prodotti-home .elementor-widget-image img {
   aspect-ratio: 3 / 4;
    height:auto
}
	
	    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 10px 0;
    }
		.head-fissato {
position: fixed;
        width: 100%;
        z-index: 1111;
        background: #fff;
        animation: 0.5s 0.3s fadeInDown both;
        -webkit-transition: top 0.3s 
ease;
        transition: top 0.3s 
ease;
        top: 0;
	}
	.head-fissato .custom-logo {
    width: 210px;
}
	.account-link {
		display: none
	}
	
	.elementor-72 .elementor-element.elementor-element-c8daba6:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-c8daba6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: #000 !important
	}
	
	.blog .container.pb-5.elementor {
		margin-top: -20px !important
	}
	.fascia-bassa-mappa {
		display: none
	}
	.topbar .container {
		padding: 0
	}
	.obliqua {
		background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	}
	
	p.sottotitolo {
 
    font-size: 24px !important;
    line-height: 35px !important;
}
	
	.cont-image {
    margin-top: -40px !important;
 
}
	.obliqua:after {
		display: none
	}
	.topbar p {
    font-size: 13px;
}
	.home .obliqua .e-con-inner {
		margin-top: 280px
	}
	body:not(.home) .obliqua {
    margin-bottom: 0em;
    padding-top: 0 !important;
		background:#000
}
	body:not(.home) .obliqua .e-con-inner {
		margin-top: 250px
	}
		body:not(.home) .obliqua .e-con-inner .elementor-widget-container{
		padding: 0 !important
	}
	.py-5.mt-5 {
		margin-top: 0 !important
	}
	p.h2 {
    font-size: 38px;
		line-height: 48px;
	}
	h1 {
        font-size: 22px !important;
        line-height: 30px;
	}
	.elementor-widget-container {
		padding: 0 !important
	}
	/*.py-5 {
		padding-bottom: 10px !important;
		padding-top: 10px !important
	}*/
	
	.elementor-70 .elementor-element.elementor-element-b1df83a,
	.elementor-70 .elementor-element.elementor-element-0d72aeb {
    gap: 0;
}
	
	.map-container {
    height: auto !important;
	}
	.home h1 {
color: #FFF;

font-size: 55px !important;
font-style: normal;
font-weight: 400;
line-height: 60px;
text-transform: uppercase;
font-family: "Gloock", serif;
			        margin-bottom: -15px;
	}
	.home h1 span{
color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 5.4px;
        text-transform: uppercase;
        display: block;
		    font-family: 'Galvji';

	}
	.home h1 br {
		display: none
	}
	.home .testata-home p.big {
		text-align: center
	}
	.elementor-element-e002469 {
		padding: 0 20px
	}

	.cta-testata {
		justify-content: center;
	}
	.woocommerce #cerca-mobile {
		display: none !important
	}
	.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 0;
}
	
	.css-a1jvfi .ywcas-input-field-wrapper > div {
    width: 100%;
    padding: 0px;
    background: #fff;
    padding: 5px;
}
	.blog .strappo .col-12.col-md-9.p-md-3 {
		border-right: none !important
	}
	
	
	.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar {
 width: 6px;
}
 
.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar-track {
  background: transparent;
}
 
.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar-thumb {
	background-color: var(--acidgreen);
}
.iphone .simplebar-scrollbar::before {
  background-color: var(--acidgreen);
  opacity: 1 !important;
}
	footer .col-12.col-md-4:after,
	footer .order1:after{
content: '';
        width: 100%;
        height: 1px;
        border-top: 1px solid #333;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}
	footer .col-12.col-md-4,
	footer .order1 {
		position: relative
	}
	
		
	footer .col-12.col-md-4:last-child:after {
		display:  none
	}
	.facetwp-flyout {
z-index: 999999999 !important;
        padding-top: 60px;
}
	.facetwp-flyout-close {
    text-align: right;
    line-height: 20px;
    cursor: pointer;
    font-size: 30px;
    color: var(--acidgreen);
    font-weight: 600;
}
	
	.facetwp-flyout-content h3 {
	    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--corpo);
    font-size: 16px;
	}
	
	.scrollattivo {
		visibility: hidden;
		opacity: 0
	}
#customNavdue #next,
#customNav #next{
    right: -25px;
}
	#customNavdue #prev,
	#customNav #prev{
    left: -25px;
}
	#video-bg-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    top: 120px;
}
	.testata h2 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-bottom: 5px !important;
}
.testata {
    height: calc(100vh);
}
	.testo-testata-video {
		justify-content: flex-start !important;
		padding-top: 150px
	}
.wp-block-button__link {
    padding: 10px !important;
    font-size: 13px !important;
}
	.ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root img, .ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root .search-result-item__thumbnail {
    width: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
	.home .quote {
    margin-top: -100px;
}
	.filtri-shop {
		display: none
	}
	.candidato-home img {
    margin-top: 80px;
    width: 90%;
}
	.candidato-home {
    max-width: 90% !important;
}
	#customNav .owl-prev,
	#customNav .owl-next {
		display: none !important
	}
	.choose-amount .content {
        margin: 20px 20px 16px !important
    }
	.testata-interna {
        background-position: top center !important;
        background-size: contain !important;
        margin-top: 0;
        height: 85vh !important;
	}
	
	.single-casestudies .testata-interna {

        height:28vh !important;
	}
	.single-casestudies .intro-neg:after {
    display: none !important
}
	
	.single-casestudies .intro {
		background: #fff !important
	}
	.single-casestudies .lista-intervento {
    padding: 0;
}
	
	.px-0-mobile {
		padding-left: 0 !important;
		padding-right: 0 !important
	} 
.testi-testata h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 50px;
}
	.social-footer .social-cont {
		display: flex
	}
	.social-footer .social-cont div {
		padding: 0 10px
	}
	/*#post-home-carousel .owl-stage-outer{
	overflow-y: hidden !important
}*/
	#post-home-carousel .owl-stage-outer {
    overflow: hidden;
}
.quote:after {
    right: 0;
    width: 65px;
    height: 65px;
    bottom: -30px;
    left: 0;
    margin: auto;
	top: auto
}
	
	.quote:before {
    content: '';
    position: absolute;
    right: 0;
    width: 65px;
    height: 65px;
    top: -30px;
    left: 0;
    margin: auto;
}
.elementor-element-8c3b26b, .elementor-element-513774ed {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
	.elementor-element-b380b96 {
    width: 100%;
    margin-right: 0;
}
	.elementor-element-831a1d2 {
    width: 100%;
    margin-right: 0;
}
	.elementor-element-5da1f4a {
		order: 2
	}
	.fixed-header.fixed {
padding: 10px 15px!important;
}
	.book-now {
    padding-left: 0
}
	.fixed-header.fixed .container-fluid {
    padding: 0 !important
}
	.contenitore-titolo-testata h1 {
		font-size: 40px
	}
	.contenitore-titolo-testata h1 span {
    font-size: 18px;
}
.navbar-toggler .box {
    width: 73px;
    /*height: 65px;*/
    position: relative;
}

.scroll-icon {
    right: auto;
    left: auto;
}
	#menu-menu-footer,
		#menu-menu-footer-2,
	
		#menu-menu-footer-inglese,
		#menu-menu-footer-2-inglese{ 
padding-left: 20px;
        list-style: disc !important;
}
	
	#menu-menu-footer li::marker,
	#menu-menu-footer-2 li::marker,
	
	#menu-menu-footer-inglese li::marker,
	#menu-menu-footer-2-inglese li::marker{
    color: #fff !important;
}
	#menu-menu-footer li ,
	#menu-menu-footer-2 li,
	
	#menu-menu-footer-inglese li ,
	#menu-menu-footer-2-inglese li{
	margin: 3px 0;
	}
	#menu-menu-footer-1 li ,
		#menu-menu-footer-1-inglese li {
		margin-bottom: 12px
	}
	#menu-menu-footer-1 li a.nav-link,
		#menu-menu-footer-1-inglese li a.nav-link{
		font-weight: 700
	}
footer .nav-link {
    display: contents;
	font-weight: 400
	}
	.address br {
		display: none
	}
	
	.social-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
		gap: 10px;
}
.wpml-ls-item .nav-link{
text-transform: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.btn-menu span {
    display: block;
    width: 60%;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%); */
    border-radius: 0;
    height: 2px;
    background: var(--white);
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
	
	.btn-menu.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}
	
.btn-menu span + span {
  margin-top: 10px;
}
.fixed .btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background:var(--white)
}
.btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff
}
.home .btn-menu.active span:nth-child(1) {
	background: #fff
}
.btn-menu.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.btn-menu.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.btn-menu.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 30px;
		background: #fff
}
.fixed .btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: var(--white)
}
.home .btn-menu.active span:nth-child(3)  {
	background: #fff
}
.btn-menu.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
	
	
	.fixed .btn-menu span {
		background: #000 !important
	}

.testata-interna h1 {
        font-size: 2.1rem !important;
        line-height: normal !important;
        /* padding-top: 50px; */
		width: 100% !important
    }
	
 .single-post  .testata-interna h1 {
        font-size: 1.9rem !important;

    }
 .single-post .testata-interna:before {

    height: 30px;
	}
    .testata-interna p {
font-size: 17px !important;
        max-width: 100% !important;
        line-height: 25px !important;
    }
	
	.elementor-16 .elementor-element.elementor-element-5f5ae3a {
    width: 100%;
}
	
	.milestone li {
    color: rgba(0, 0, 0, 0.81);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    position: relative;
    list-style: none;
		margin-bottom: 20px;
}
	.shadow h3 {
    line-height: 33px;
}
	.milestone li:before {
    top: 12px;
}
	.singoloarticolo {
    overflow: hidden;
	}
	.single-post .singoloarticolo p a {
		display: block
	}
	.testata-inenra {
		height: 18vh !important
	}
	
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
nav.navbar {
    z-index: 1111111;
	        padding-bottom: 0.3rem !important;
        padding-top: 0.3rem !important;padding-left: 0;
        padding-right: 0;
}
#sidebar-mobile {
    width: 100%;
    position: fixed;
    left: -120%;
    height: 100vh;
    z-index: 0;
	top: 0;
    background-color:  rgba(17, 50, 41, 0.9);
    color: #000;
    transition: all 0.3s;
    overflow-y: none;
backdrop-filter: blur(12px);
}
#sidebar-mobile.active {
    left: 0;
    z-index: 111111;
}
.headmobile-tabletport.head-fissato #sidebar.active {
    top:75px
}
#menu-menu-mobile,
#menu-menu-mobile-inglese,
	#menu-menu-principale-italiano-1{
height: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 130px;
        text-align: left;
padding-left: 20px;
        padding-right: 20px;
}
	
    .menu-categorie-mobile, .menu-categorie-mobile-due{
         opacity: 0;
        visibility: hidden;
        position: absolute;
        top:0;
        right: -260px;
        list-style: none;
       background: rgba(17, 50, 41, 0.90);
backdrop-filter: blur(15px);
             height: 100%;
        width: 100%;
		   padding-top: 100px;
			padding-left: 0;
		        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	
	 .menu-categorie-mobile-sub {
         opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: -260px;
        list-style: none;
        background: #F8FAFA;
        width: 100%;
			padding-left: 0;
		         -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	    .menu-categorie-mobile.open-sidebar{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
			  top:0;
       background: rgba(17, 50, 41, 0.90);
backdrop-filter: blur(15px);
        opacity: 1;
        visibility: visible;
        top: 0;
			        padding-top: 100px;
				        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	.menu-categorie-mobile li {
		padding: 0 30px
	}
	.menu-categorie-mobile li a {
		color: #fff !important;
    font-family: 'Galvji';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100px; */
    padding: 12px 0 !important;
   
    display: table;
	}
	.gradient-green-bg h2:before {
		display: none
	}
	
	.menu-categorie-mobile-due.open-sidebar{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #3D3D3D;
        opacity: 1;
        visibility: visible;
        top: -3px;
		        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	.menu-categorie-mobile-sub {
	    height: 80% !important;
    overflow: auto;
		  -webkit-overflow-scrolling: touch;
	}
	
.menu-categorie-mobile-sub.open-sidebar-sub{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #3D3D3D;
        opacity: 1;
        visibility: visible;
        top: -3px;
	        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	
	.noscroll {
		overflow: hidden
	}
	#menu-menu-mobile #menu-item-87510,
	#menu-menu-mobile-ingelse #menu-item-87510{
		position: relative
	}
	.aprisottomenu  {
		position: relative
	}
    .aprisottomenu-mobile {
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 25px;
        color: #fff !important;
			z-index: 1
    }
	#sidebar ul li {
		         border-bottom: 1px solid #FFFFFF33;
	}
	#sidebar ul li#menu-item-673 {
		border-top: 1px solid #FFFFFF33;
	}
	#menu-item-1021,
	#menu-item-1025,
	#menu-item-1022,
	#menu-item-1026,
	#menu-item-1029,
	#menu-item-1030 {
		border-bottom: none !important
	}
#sidebar ul li a {
padding: 16px 20px;
        /* text-transform: uppercase; */
        color: #fff;
        /* font-weight: 600; */
        position: relative;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
width: 100%;
        display: table;
}
	#sidebar ul li a:hover {
		color: var(--blue) !important;
		background: #fff;
        border-radius: 0;
	}
	#sidebar ul li a:hover svg {
		fill:var(--blue) !important
	}
	#menu-menu-mobile li:hover ,
	#menu-menu-mobile-inglese li:hover {

	}

	.menu-categorie-mobile-sub li a {
		padding: 15px 20px !important;
		width: 100%
	}
	.navbar-nav .nav-link:hover, .hover-active {
    color: #fff !important;
    background: none;
}
	#sidebar ul li a:before {
		display: none
	}
	.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    filter: contrast(0.3);
}
	.wpml-ls-current-language   .wpml-ls-flag {
		filter: none
	}
	.testata-home .container {
		margin-top: -75px
	}
	.menu-categorie-mobile a ,
		.menu-categorie-mobile-sub a {
		color: #FFF;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
		text-transform: none !important
	}
	

	#text-search {
		display: none
	}
	.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item.current-menu-item .nav-link:before {
		display: none
	}
	
	body.fisso .cont-slide-testi {
    top: 0 !important;
}
h2 {
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 55px;
}
	
	.blocco-servizi h2 {
		        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
	}
	
	.cormorant-title {
    font-size: 26px;
    line-height: 30px;
}
.titolone.assoluto {
    bottom: -30px;
}
	.w-100-image img {
		width: 100%	}
	.titolone {
        font-size: 45px;
        line-height: normal !important;
    }
	.titolone.assoluto.alt {

    bottom: -21px;
	}
	.page-id-51	 .titolone.assoluto.alt {
bottom: -86px !important;
        font-size: 50px !important;
    }
		.page-id-2955.page-id-51	 .titolone.assoluto.alt {
bottom: -86px !important;
        font-size: 40px !important;
    }
	
	.page-id-55    .titolone.assoluto.alt {
        bottom: -221px;
    }
	.page-id-53		.titolone.assoluto.alt {
        bottom: -87px;
        font-size: 50px;
    }
	.page-id-49	.titolone.assoluto.alt {
 bottom: -52px;
        font-size: 50px;
    }
	.icon-list li {
    font-size: 16px;

}
	
	.elementor-59 .elementor-element.elementor-element-ef6d0da:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-ef6d0da > .elementor-motion-effects-container > .elementor-motion-effects-layer {

    background: none;
    min-height: auto;
}
	
	.primo-articolo {
		margin-top: 0 !important
	}
	.intro-post h4 {

    text-align: left !important;
}
	.contenitore-articoli {
		padding: 0 !important
	}
	.elementor-element-13dc411e p.pt-5 {
		text-align: center
	}
	
	.elementor-53 .elementor-element.elementor-element-4d76219a {
		padding: 0 !important
	}
	.elementor-element-4cd3751a {
		padding: 0
	}
	
	.elementor-element-2daea1fc {
		padding: 25px !important
	}
	.icon-list li:before {
    width: 45px;
    height: 45px;
    top: -5px;
}
.home .titolone {
    font-size: 70px;
    line-height: 60px;
}
	
	.intro-neg h2 {
font-size: 40px;
line-height: 45px; /* 112.5% */
	}
	.font-50 {
    font-size: 30px;

}
	.quadrato {
    aspect-ratio:auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    height: auto;
}
	
	.testata-home:before {
    content: '';
    width: auto;
    bottom: -55px;
    height: 100px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    border-left: 1px solid #fff;
    top: auto;
    z-index: 11;
    text-align: center;
}
	
	.py-5.bg-grey p {
		font-size: 22px !important;
		line-height: 35px !important;
	}
	.py-5.bg-grey .elementor-widget-text-editor {
		width: 100% !important
	}
	.map-container {
		display: flex;
    flex-direction: column;
	}
	.elementor-14 .elementor-element.elementor-element-19ef2ab .elementor-icon-box-wrapper {
    text-align: left;
    display: flex;
    flex-direction: row;
}
	.elementor-14 .elementor-element.elementor-element-184f969 .elementor-icon-box-wrapper {
    text-align: left;
    display: flex;
    flex-direction: row;
}
	
	.elementor-element-c174b28  {
		display:none
	}
	.elementor-element-c4949f3.titoletto-intro {
		text-align:center;
		    display: table;
    margin: auto;
	}
#map_wrapper {
    position: relative !important;
    width: 100% !important;
	height: 500px;
	order:2
}
	.elementor-element.elementor-element-c5c83c2 {
		padding-left:30px;
		padding-right:30px
	}
	footer {
		text-align: left;
		height: auto;
    position: relative;
    background-size: cover;
    color: #fff;
		padding-top:40px !important
	}
	
		footer.py-5 {
		padding-top:40px !important;
padding-left: 5px;
        padding-right: 5px;
	}
	.logo-footer {
		width:60% !important
	}
	
	.py-5.elementor-widget-shortcode,
	.elementor-element.pr-md-5.elementor-widget__width-initial{
		max-width: 100% !important;
		width: 100% !important;
		--container-widget-width: 100% !important;
	}
	
	#menu-menu-footer-2 li,
		#menu-menu-footer-2-inglese li{
margin: 0 !important;
        padding: 0 !important;
      
        padding-right: 15px !important;

	}
	
	#menu-menu-footer-2 li  a ,
	#menu-menu-footer-2-inglese li  a {
		padding: 0 !important
	}


.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}
.elementor-widget-image a:hover:after {
   display: none !important
}
.wp-block-table {
    overflow-x: inherit;
}
	
}

#privacy_policy_field {
	width: 100%
}
#privacy_policy {
	position: relative !important;
    left: 0;
    /* background: red; */
    opacity: 1;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Colore di sfondo durante il caricamento */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
#preloader img {
    width: 600px;
    height: auto
}
#content-preload {
    display: none;
    opacity: 0; /* Inizia invisibile */
    transition: opacity 1s ease-in-out; /* Effetto di dissolvenza */
}
#content-preload.fade-in {
    opacity: 1; /* Diventa visibile */
}

.footer-tablet-portrait {
	display: none
}
.skip-link {
  position: absolute;
  top: -540px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}
.elementor-button:focus,
.btn:focus {
  outline: 2px solid #005fcc !important; /* blu accessibile */
  outline-offset: 2px;
 /*color: var(--blue)*/
}



/*.elementor-button:visited,
.btn:visited,
.elementor-button:focus,
.btn:focus{
 color: var(--white) !important
}
.elementor-button:hover:visited,
.btn:hover:visited,
.elementor-button:hover:focus,
.btn:hover:focus{
 color:#fff !important
}

*/
.btn-cyan:visited, .cyan .elementor-button:visited,
.btn-cyan:focus, .cyan .elementor-button:focus {
	color:#fff !important
}
.btn-cyan:hover:visited, .cyan .elementor-button:hover:visited,
.btn-cyan:hover:focus, .cyan .elementor-button:hover:focus {
background: #fff !important;
    color: #2A69BA !important;
}
footer .elementor-button:visited,
footer .btn:visited,
footer .elementor-button:focus,
footer .btn:focus{
 color: #fff !important
}
footer .elementor-button:hover:visited,
footer .btn:hover:visited,
footer .elementor-button:hover:focus,
footer .btn:hover:focus{
 color: var(--blue) !important
}
.testata-home .elementor-button:focus,
.testata-home .elementor-button:visited,
.testata-home .btn:focus {
  outline: 2px solid #005fcc !important; /* blu accessibile */
  outline-offset: 2px;
     color: #fff !important;
}

.btn.menu-button:visited,
.btn.menu-button:focus {
	color: #fff !important
}
.btn.menu-button:hover:visited,
.btn.menu-button:hover:focus {
	color: var(--blue) !important
}
:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  transition: outline 0.2s ease-in-out;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.nav-tabs .nav-link {
	border-radius: 0;
	color: var(--corpo);  
}
.nav-tabs .nav-link[aria-selected="true"] {
	font-weight: 600;
	color: var(--corpo);
}
.nav-tabs .nav-link[aria-selected="false"] {
    /* sfondo chiaro */
    color: var(--corpo);            /* testo grigio */
    border-color: #dee2e6;     /* bordo grigio chiaro */
}
.nav-tabs .nav-link:hover {
    color: var(--corpo) !important;
    background: none !important;
}
.blur .swiper-wrapper {
	z-index: -1
}
.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100%) !important
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: -40px !important;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: -40px;
}
/*
.hidden {
    display: none !important;
}*/
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    color: var(--corpo);
    font-size: 25px;
}
.woocommerce .woocommerce-customer-details address {
    height: 100%;
}
.woocommerce-checkout footer {
	margin-top: 30px
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
}
.nozindex {
	z-index: -2
}
.woocommerce-shop .titolo-prod,
.woocommerce-shop .prezzo{
	    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.shop-img-product img {
	max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.woocommerce-shop .plus-cart {
	content: '';
	position: 	absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	width: 100px;
	height: 50px;
	transition: all ease 0.3s;
	background: #000;
	line-height: 42px
	
}
.woocommerce-shop .prod-cont:hover .plus-cart {
	content: '';
	position: 	absolute;
	bottom: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	width: 100px;
	height: 50px;
	transition: all ease 0.3s;
	background: #000;
		line-height: 42px
	
			
}
.woocommerce-shop .prod-cont svg {
	    height: 20px;
    width: 20px;
    stroke-width: 3px;
}
.woocommerce-shop .breadcrumb {
    margin-bottom: 20px;
    color: var(--corpo);
}
.woocommerce-shop .breadcrumb a {
    color: var(--corpo);
}
.grecaptcha-badge {
    visibility: hidden !important;
}
/* sensible default focus for keyboard users */
:focus-visible {
  outline: 3px solid Highlight;      /* system-aware fallback color */
  outline-offset: 3px;
}
/* apply to common interactive elements (for older browsers that don't support :focus-visible) */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px dashed rgba(0,0,0,0.9);
  outline-offset: 3px;
}
/* keep mouse click from showing dashed fallback if browser supports :focus-visible */
:focus:not(:focus-visible) {
  outline: none;
}
/* optional: smoother visual ring using box-shadow (works well with rounded corners) */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,120,215,0.35); /* subtle ring */
  border-radius: 6px; /* match your element rounding */
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    animation-duration: 300ms;
    display: block;
    top: auto;
    opacity: 0;
    z-index: 1;
    visibility: hidden
}
/*#wp-megamenu-item-152:hover,
#wp-megamenu-item-41:hover {
	    opacity: 0;
    visibility: hidden
}
*/
.subopen {
    opacity: 1 !important;
	display: flex !important;
    visibility: visible !important;

}
#wp-megamenu-item-41 .subopen {
	display: block !important;
}


#iub-pp-container h1 {
	display:none !important
}

#iub-pp-container h2 {
    font-size: 40px;
    line-height: 45px;
}

.cta-testata .btn.menu-button:hover {
	        color: #1A3361 !important;
}

.wpml-ls-statics-footer  {
	display: none !important
}


@media (max-width: 1650px) {
.accordion-label,
 .nav-link,
.navbar-light .navbar-nav .current-menu-item  .nav-link ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link{
    font-size: 28px !important;
    font-style: normal;
    padding: 12px 0 !important;
}
.navbar-light .navbar-nav .current-menu-item  .nav-link:hover ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link:hover,
.nav-link.dropdown-toggle:hover{
    font-size: 28px !important;
    font-style: normal;
    padding: 12px 0 !important;
}
	
}



/*.elementor-button:focus, .elementor-button:visited {
    color: inherit !important;
}*/
.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 16px;
    line-height: 20px;
    word-break: break-word;
    font-family: 'Galvji';
    color: #fff;
    font-weight: 500;
}

.codedropz-upload-handler,
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #fff;
	    font-size: 16px;
    line-height: 20px;
}


.dnd-upload-status .dnd-upload-details .name {
    color: #fff !important;
    font-size: 13px !important;
}
.dnd-upload-status .dnd-upload-details .name em {
    color: #fff !important;
    font-weight: 700;
}

.dnd-upload-status .dnd-upload-image {

    border: 1px solid #fff !important;

}

.dnd-upload-status .dnd-upload-image span.file ,
.dnd-upload-status .dnd-upload-details .remove-file span::after{
    filter: brightness(0) invert(1);
}

@media (max-width: 520px) {
    #menu-menu-mobile, #menu-menu-principale-italiano-1 ,  #menu-menu-mobile-inglese{
        padding-top: 100px;
    }
	.accordion-label, .nav-link, .navbar-light .navbar-nav .current-menu-item .nav-link, .navbar-light .navbar-nav .current-menu-ancestor .nav-link {
        font-size: 22px !important;
        font-style: normal;
        padding: 10px 0 !important;
    }

}

/* ============================================================
   UNIFICAZIONE TABLET PORTRAIT = MOBILE
   Neutralizza Bootstrap (breakpoint md = 768px) nel range
   768-1024px portrait, così il layout resta quello del telefono.
   Niente body class .tablet-portrait: fa tutto la media query.
   ============================================================ */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    /* --- Griglia: tutte le colonne md a piena larghezza, come su telefono --- */
[class*="col-md"]:not(footer *) {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
main .e-con-inner div:not(:has(.elementor-button)):not(footer *){
		width: 100%
	}

main .elementor-widget-text-editor:not(footer *) {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important
	}

main .elementor-element:not(footer *){
		padding-left: 15px !important;
		padding-right: 15px !important
	}
    /* --- Container fluido (annulla i max-width 540/720/960 di Bootstrap) --- */
    .container,
    .container-sm,
    .container-md {
        max-width: 100% !important;
    }
.elementor-element-4f301ed {
    background: none;
}
	.elementor-43 .elementor-element.elementor-element-fc16637,
	.elementor-43 .elementor-element.elementor-element-fc16637 div {
		padding:  0 !important
	}
	.elementor-43 .elementor-element.elementor-element-fc16637 div img {
		width: 100%
	}
    /* --- Utility display md-*: ripristina il comportamento telefono --- */
    /* Elementi nascosti su telefono e mostrati da md in su: restano nascosti */
    .d-none.d-md-block,
    .d-none.d-md-flex,
    .d-none.d-md-inline,
    .d-none.d-md-inline-block {
        display: none !important;
    }
    /* Elementi visibili su telefono e nascosti da md in su: tornano visibili */
	.d-md-none {
        display: revert !important;
    }
	.cta-mobile.d-md-none {
		display: none !important
	}
	.elementor-47 .elementor-element.elementor-element-314917b2,
	.elementor-45 .elementor-element.elementor-element-f8f33b6,
	.elementor-49 .elementor-element.elementor-element-588d5f67{
		gap:25px
	}

    /* --- Allineamenti md: torna al valore base (telefono) --- */
    .text-md-right,
    .text-md-left,
    .text-md-center {
        text-align: unset !important;
    }

    /* --- Spaziature md usate nel tema: torna ai valori telefono --- */
    .p-md-5.p-3   { padding: 1rem !important; }
    .pl-md-5      { padding-left: 0 !important; }
    .pr-md-5      { padding-right: 0 !important; }
.citazione-bordo p {
    width: auto;
    margin-left: 0;
}
    footer .col-12.col-md-6.pl-md-5 { padding-left: 20px !important; }

    /* --- Modal Bootstrap: full width come su telefono --- */
    .modal-dialog {
        max-width: none !important;
        margin: 0.5rem !important;
    }

    /* --- Navbar: forza hamburger (navbar-expand-md aprirebbe il menu desktop a 768px) --- */
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
    .navbar-expand-md .navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    .navbar-expand-md .navbar-collapse.show {
        display: block !important;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }

    /* --- Switch markup header/footer: mostra le versioni mobile --- */
    .head-desk { display: none !important; }
    .headmobile-tabletport { display: block !important; }
    .headmobile-tabletport .col-9.col-md-4 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    .headmobile-tabletport .col-3 { text-align: right; }

    .footer-desk-mobile { display: none; }
    .footer-tablet-portrait { display: block; }

    .prenota-tablet { display: block !important; }
}

@media (max-width: 767px) {
	.cta-mobile {
		display: flex !important
	}
}
	
