/*
* General stylesheet for Veneta Cucine Minisito
*/
/* GENERAL */
body{
	--rosso: #dc0812;
	--nero: #1d0304;
	
	--shadow: 0 8px 10px -5px rgba(0,0,0,.02),	0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
	
	--transition: all 0.3s ease-out;
}

body, body *{
	font-family:"futura-pt";
	font-family: var(--fontFamily);
}

.elementor-widget-heading .elementor-heading-title,
h1,h2,h3,h4,h5,h6{
	font-family:"futura-pt" !important;
	font-family: var(--fontFamily) !important;
}

section{
	padding:40px 0;
}

a:active, a:focus, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover{
	color:#dc0712;
}
a:visited{
	color:initial;
}
i{
	font-family: 'FontAwesome';
	font-style: normal;
}


a.veneta-button{
    background-color: var(--rosso);
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    line-height: 90px;
    letter-spacing: 1px;
    font-size: 20px;
	border: 1px solid var(--rosso);
}
a.veneta-button:hover{
	color: var(--rosso);
    background-color: transparent;
}
a.veneta-button.btn-nero{
    background-color: var(--nero);
	border: 1px solid var(--nero);
}
a.veneta-button.btn-nero:hover{
	color: var(--nero);
    background-color: transparent;
}
a.veneta-button.btn-white{
    background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
a.veneta-button.btn-white:hover{
	color: #fff;
    background-color: #000;
}
/* BOOTSTRAP OVERRIDE */
.container-fluid {
    padding: 0px;
}
@media(min-width: 1500px){
	.container {
	    max-width: 1440px !important;
	}
	.container.vcmin-single-cuisine{
		max-width: 1470px !important;
	}
}

/* SHAPELY OVERRIDE */
@media(max-width: 767px){
	
	a.veneta-button{
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 0;
		line-height: 55px;
	}
	br{
		display: block;
	}
}

/* SLICK SLIDER PREVIEW */
.slick-slider-arrows {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.slick-slider-arrows button.slick-arrow {
    position: relative;
    top: auto;
    color: #000;
    font-size: 16px;
    display: inline-block;
    left: initial;
    right: initial;
    height: auto;
    width: auto;
    line-height: initial;
    transform: none;
    padding: 0px 20px;
}
.slick-slider-arrows .slick-prev:before,
.slick-slider-arrows .slick-next:before {
    content: '';
}
span.slick-slider-counter span.current {
    color: #dc0712;
}

/* ELEMENTOR OVERRIDE */
.elementor-widget-heading .elementor-heading-title, p a {
    color: initial;
    font-weight: initial;
}
.elementor-widget-heading .elementor-heading-title{
	color: initial !important;
}

.elementor-inner-section .elementor-container.elementor-column-gap-default {
    margin: 0px -10px;
}
@media(max-width: 1499px){
	.elementor-section-boxed .elementor-container{
		max-width: 1340px !important;
	}
}
@media(max-width: 1399px){
	.elementor-section-boxed .elementor-container{
		max-width: 1160px !important;
	}
}
@media(max-width: 1199px){
	.elementor-section-boxed .elementor-container{
		max-width: 980px !important;
	}
}
@media(max-width: 991px){
	.elementor-section-boxed .elementor-container{
		max-width: 740px !important;
	}
}
@media(max-width: 767px){
	.elementor-section-boxed .elementor-container{
		max-width: 570px !important;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding:15px !important;
	}
	.elementor-column-gap-default > .elementor-inner-column > .elementor-widget-wrap.elementor-element-populated {
	    padding: 10px !important;
	}

}

/* HEADER */
.home .rev_slider .tp-revslider-mainul li>div,
.vcmin-cuisine-header-container{
	position:relative;
}
.home .rev_slider .tp-revslider-mainul li>div:before,
.vcmin-cuisine-header-container:before{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:20%;
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%);
	z-index:8;
}

header#masthead .nav-container {
    padding: 15px 0px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
nav#site-navigation {
    border: 0px;
    float: none;
    background-color: transparent;
}
.nav-bar {
    height: auto;
    max-height: none !important;
    line-height: normal;
    margin-bottom: 10px;
    padding: 30px 0px 9px 0px !important;
    border-bottom: 1px solid #bfbfbf;
}
.nav-bar .module, .nav-bar .module-group {
    height: auto;
}
.nav-bar a, .menu{
    display: inline-block;
    height: auto;
}
.nav-bar a img {
    width: 240px;
}

.nav-lamarque{
	padding:0 !important;
	margin:0;
	
}
.nav-lamarque .nav-item{
	width:25%;
}
.nav-lamarque .nav-item .nav-link{
	width:100%;
	border:none;
	text-align:center;
	font-weight:bold;
	font-size:23px;
	color:black;
	
}

.nav-lamarque .nav-item .nav-link.active{
	color:#DC0812;
	text-decoration:underline;
	border-bottom: 1px solid #dee2e6;
}


@media(max-width:767px){
	
	#home_slider #rev_slider_1_1_wrapper{
		height:590px !important;
	}
	#home_slider .slotholder{
		margin-top:-90px !important;
	}
	
	#rev_slider_1_1{
		height:800px !important;
		width:250%;
	}
	header#masthead .nav-container {
	    background-color: #fff;
	    padding: 0px;
	}
	nav#site-navigation .nav-bar {
	    margin-bottom: 0px;
	    border-bottom: 0px;
	}
}

	/** Menu **/
	ul#menu {
	    display: block;
	    height: auto;
	    text-align: right;
	}
	.menu > li {
	    float: none;
	    display: inline-block;
	    margin-right: 0px;
	    width: auto;
	}
	.menu li a {
	    font-size: 16px;
	    font-size: 15px;		
	    font-weight: normal;
	    color: #FFF;
    	opacity: 1;
    	line-height: 45px;
	    transition: 0.6s all;
	    padding: 0px 20px;
	}
	.menu li a:hover,
	a#vc-btn-fmw:hover,
	.menu li.active a,
	button.btn-close:hover{
	    color: #dc0712;
	}
	
	#menu-fw-bottom-right li{
		margin:0 !important;
	}
	
	#menu-fw-bottom-right li a{
		line-height:30px;
	}
	
	a#vc-btn-fmw {
	    padding: 0px 10px 0px 25px;
	    border-left: 1px solid #bfbfbf;
	    color:#FFF;
	}
	nav#site-navigation.scrolled {
		position: fixed;
		top: 0;
	    background-color: #FFF !important;
	    padding: 15px 0px;
		border-bottom: 1px solid #bfbfbf;
	}
	nav#site-navigation.scrolled .nav-bar {
	    border-bottom: 0px;
	    margin-bottom: 0px;
	}
	nav#site-navigation.scrolled .menu li a {
	    color: #000;
	}
	@media(max-width:575px){
		.nav-bar{
			padding:15px !important;
		}
	}
	
	#vc-menu-fw-left ul#menu-fw-left > li.menu-item > a {
		font-size: 30px;
		letter-spacing: 0.6px;
	}

	
	@media (max-width: 1460px){
		#vc-menu-fw-left ul#menu-fw-left > li.menu-item > a {
			font-size: 25px;
			line-height: 36px;
			letter-spacing: 0.45px;
		}
	}
	@media (max-width: 1000px){
		#vc-menu-fw-left ul#menu-fw-left > li.menu-item > a {
			font-size: 20px;
			letter-spacing: 0.36px;
			line-height: 28px;
		}
	}

	/* Full Width Menu */
	div#vc-menu-fw {
	    z-index: 999999;
	}
	div#vc-menu-fw .modal-content {
	    background-color: unset;
	}
	div#vc-menu-fw .modal-body {
	    padding: 0px;
	}
	div.vc-fw-col {
	    padding: 20px 100px;
	}
	div#vc-fw-upmenu-right {
	    border-bottom: 1px solid #EBEBEB;
	}
	div#vc-fw-upmenu-left {
	    border-bottom: 1px solid #FFF;
	    border-bottom: 1px solid #000;
	}
	div#vc-menu-fw .up-menu {
	    height: 75%;
	    padding-top:80px;
	}
	div#vc-menu-fw .bottom-menu {
	    height: 25%;
	}
	div#vc-menu-fw-left {
	    background-color: rgb(0 0 0 / 85%);
		background-color: #E3E3E3;
	}
	div#vc-menu-fw-right {
	    background-color: #F9F9F9;
	}
	div#vc-menu-fw ul.menu {
	    margin: 0px;
	    padding: 0px;
	}
	div#vc-menu-fw ul.menu li {
	    display: block;
	    margin: 12px 0px;
	}
	div#vc-menu-fw ul.menu li a{
		display: block;
		padding:0px;
	}
	div#vc-menu-fw-right .menu li a {
	    color: #000;
	}
	div#vc-menu-fw-right a:hover {
	    text-decoration: underline;
	    color: #000;
	}
	div#vc-menu-fw-left a,
	div#vc-menu-fw-left a:hover,
	div#vc-menu-fw-left a:visited{
		color:#000;
	}
	ul#menu-fw-left a,
	ul#menu-fw-right a,
	ul#menu-fw-bottom-right a {
	    color: #fff;
	    color: #000 !important;
		text-decoration: unset !important;
	    /*text-decoration: none;
		font-size: 30px;
		transition: all .3s;*/
	}
	ul#menu-fw-left li.current-menu-item a,
	ul#menu-fw-right li.current-menu-item a,
	ul#menu-fw-bottom-right li.current-menu-item a,
	ul#menu-fw-left a:hover,
	ul#menu-fw-right a:hover,
	ul#menu-fw-bottom-right a:hover {
		color: #dd0612 !important;
	}
	.socialnetworks-fw-menu {
	    margin-bottom: 50px;
	}
	div#vc-menu-fw ul#fw-socials-links li {
	    display: inline-block;
	    width: auto;
	}
	div#vc-menu-fw ul#fw-socials-links li a {
	    text-decoration: none;
	    border: 1px solid;
	    display: inline-block !important;
	    border-radius: 50%;
	    margin-right: 10px;
	    text-align: center;
	    width: 48px;
	    line-height: 45px;
	}
	.copyright{
		color:#000;	
	}
	.copyright a {
	    font-weight: normal;
	    text-decoration: none;
	    color: #fff;
	}
	button.btn-close {
	    position: fixed;
	    right: 50px;
	    top: 50px;
	    display: inline-block;
	    border: 2px solid #EBEBEB;
	    border-radius: 50%;
	    padding: 20px;
	    color: #B4B0B0;
	    transition: 0.6s all;
	}
	@media(max-width:1440px){
		.copyright {
		    font-size: 15px;
		}
	}
	
	@media(max-width:1400px){
		div#vc-menu-fw .up-menu{
			padding-top: 35px;
		}	
	}
	
	@media(max-width:1199px){
		.menu li a {
		    padding: 0px 10px;
		    font-size: 14px;
		}
		div.vc-fw-col {
		    padding: 20px 50px;
		}
		button.btn-close {
		    font-size: 12px;
		    padding: 15px;
		}
		
		div#vc-menu-fw ul#fw-socials-links li a {
		    padding: 10px !important;
		    line-height: 15px;
		    width: 37px;
		}
		div#vc-menu-fw ul.menu li a{
			font-size:15px;
		}
		
		.copyright {
		    font-size: 12px;
		}
	}
	@media(max-width:992px){
		div#main-menu-container {
		    width: 75%;
		}
		.menu li a {
		    padding: 0px 10px;
		    font-size: 10px;
		    line-height: 35px;
		}
		a#vc-btn-fmw{
			padding: 0px 10px 0px 15px;
		}
		button.btn-close{
			top:30px;
			right:30px;
		}
		div#vc-menu-fw .up-menu{
			height: 65%;
		
		}
		div#vc-menu-fw ul.menu li a {
		    line-height: 30px;
		}
	}
	

	/* Mobile Menu */
	div#vc-menu-mm * {
	    color: #000;
	}
	a#vc-btn-mm {
	    line-height: normal;
	    padding: 10px;
	}
	div#vc-menu-mm {
	    z-index: 999999;
	}
	div#vc-menu-mm .modal-body {
	    padding: 0px;
	}
	ul#vc-mobile-menu {
	    margin: 0px;
	    padding: 0px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	div#vc-menu-mm .modal-body .container-mobile-menu {
	    padding: 100px 50px;
	    position: relative;
	}
	div#vc-mobile-menu-container img.logo {
	    height: 20px;
	    margin-bottom: 20px !important;
	    display: block;
	    margin: auto;
	}
	ul#vc-mobile-menu li {
	    display: block;
	    padding-right: 0px;
	}
	ul#vc-mobile-menu li a {
	    font-size: 12px;
	    display: block;
	    padding:5px 0px;
	    background: transparent;
	}
	div#vc-menu-mm .dropdown:after,
	div#vc-menu-mm .dropdown-toggle::after{
		content:none;
	}
	ul#vc-mobile-menu ul.dropdown-menu {
	    text-align: center;
	    padding: 10px 0px !important;
	    background-color: #F9F9F9 !important;
	    border-radius: 0px;
	}
	
	ul#vc-mobile-menu > li:nth-last-of-type(-n+3) {
		display: inline-block;
		width: auto;
		margin: 0 5px;
	}
	

	ul#mobile-menu-socials-links {
	    margin: 0px;
	    padding: 0px;
	    text-align: center;
	}
	ul#mobile-menu-socials-links a {
	    text-decoration: none;
	    padding: 10px;
	    display: inline-block;
	    line-height: normal;
	}
	div#copyright-mobile-menu {
	    position: absolute;
	    bottom: 50px;
	    text-align: center;
	    width: 100%;
	    left: 0px;
	    padding: 0px 20px;
	    font-size: 12px;
	}
	div#copyright-mobile-menu a {
	    font-weight: normal;
	    text-decoration: none;
	}
	div#vc-menu-mm button.btn-close {
	    padding: 10px;
	    top: 20px;
	    right: 20px;
	    z-index:999999999;
	}
	
	
	ul#vc-mobile-menu > li > a {
		text-decoration: unset;
	}
	ul#vc-mobile-menu > li.current-menu-item > a,
	ul#vc-mobile-menu > li > a:hover {
		color: #dd0612;
	}

	@media (max-width: 380px) {
		div#vc-menu-mm .modal-body .container-mobile-menu {
			padding: 50px 30px;
		}
	}
	

/* FOOTER */
	
	.container.footer-inner {
	    padding: 0px;
	}
	footer#colophon {
	    background-color: #F9F9F9 !important;
	    padding:70px 0px 0px 0px;
	}
	.footer-logo img {
	    width: 310px;
	    height: auto;
	    margin-bottom: 50px;
	}
	footer .content {
	    margin-bottom: 70px;
	}
	footer h4.title {
	    margin-bottom: 30px;
	    color: #000 !important;
	    font-size: 25px !important;
	    text-transform: none !important;
	    font-weight: bold;
	}
	footer .content,
	footer .content a,
	footer .copyright-text,
	footer .copyright-text a {
	    font-size: 16px;
	    color: #000;
	    font-weight: normal;
	    text-decoration: none;
	    line-height: 22px;
	}
	footer .content ul#vc-footer-menu {
        list-style: none;
	    padding: 0px;
	    margin: 0px -5px !important;
	}
	ul#vc-footer-menu li {
	    width: 50%;
	    float: left;
	    margin: 0px;
	    text-align: left;
	    line-height: 22px;
	    padding: 0px 5px;
	}
	ul#vc-footer-menu li a {
	    padding: 0px;
	    /*text-decoration: underline;*/
	}
	footer ul#footer-menu-socials-links {
	    margin: 0px;
	    padding: 0px;
	    list-style-type: none;
	}
	footer ul#footer-menu-socials-links li {
	    margin: 0px;
	    line-height: 23px;
	}
	footer ul#footer-menu-socials-links li a {
	    border: 1px solid;
	    border-radius: 50%;
	    padding: 8px;
	    margin-right: 10px;
	    color: #000;
	    font-size: 14px;
	}
	footer ul#footer-menu-socials-links li a span {
	    color: #000;
	    width: 20px;
	    display: inline-block;
	    text-align: center;
	}
	footer .copyright-text {
	    padding: 30px 0px;
	    border-top: 1px solid #858585;
	}
	@media(max-width: 767px){
		footer{
			text-align: center;
		}
		.footer-logo img {
		    max-width: 200px;
		    width: 100%;
		}
		ul#vc-footer-menu li {
		    width: 100%;
		    display: block;
		    text-align: center;
		    line-height: 30px;
		}
	}

	@media (min-width: 777px){
		#mobile_cta_fixed {
			display: none !important;
		}
	}
	@media (max-width: 776px){
		#mobile_cta_fixed {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			position: fixed;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 40px;
			background-color: rgb(255 255 255 / 95%);
			z-index: 9999998;
			text-align: center;
			font-size: 20px;
			box-shadow: 0 -3px 10px 0 hsl(0deg 0% 4% / 15%);
		}
		#mobile_cta_fixed > a {
			width: 25%;
			line-height: 40px;
			text-decoration: unset;
			color: #5e5e5d;
		}
		#mobile_cta_fixed > a i {
			line-height: 40px;
		}
		#mobile_cta_fixed > a:not(:last-child) {
			border-right: 1px solid #cacaca;
		}
		
		div#cookiescript_injected {
			z-index: 9999999;
			
		}
	}
	@media (max-width: 380px){
		#mobile_cta_fixed {
			font-size: 16px;
		}
	}
	.grecaptcha-badge {
		visibility: hidden;
	}

/* HOME PAGE */

	/* Slider */
	div#vcmin_carousel_home {
	    background-color: #f9f9f9;
	}
	div#vcmin_carousel_home img {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    max-width: none;
	}
	.slick-slide.slick-current.slick-active.slick-center .vcmin-single-kitchen-container {
	    margin: 0px 0px;
	}
	.vcmin-single-kitchen-container {
	    margin: 0px 40px;
	}
	.vcmin-single-kitchen {
	    height: 650px;
	    background-size: cover;
	    background-position: center;
	    max-width: 1440px;
    	margin: auto;
	    background-color: #333;
	    position: relative;
	}
	.vcmin-single-kitchen-content {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    text-align: center;
	    width: 390px;
	    transform: translate(-50%,-50%);
	    max-width: 90%;
	}
	.vcmin-single-kitchen-content h5 {
	    color: #fff;
	    font-size: 60px;
	    border-bottom: 1px solid;
	    padding-bottom: 7px;
	    margin-bottom: 15px;
	}
	.vcmin-single-kitchen-content a, .vcmin-single-kitchen-content a:hover {
	    color: #fff;
	    font-weight: normal;
	    text-decoration: underline;
	}
	.vcmin_retailer_info .retailer_logo {
	    text-align: center;
	    margin-bottom: 20px;
	}
	.vcmin_retailer_info h2 {
	    font-size: 25px;
	}
	.vcmin_retailer_info .content {
	    margin-bottom: 50px;
	}
	.vcmin_retailer_info p.contact-info,
	.retailer-hours p {
	    margin-bottom: 0px;
	}
	.vcmin_retailer_info p.contact-info i {
	    width: 25px;
	    display: inline-block;
	    margin-right: 5px;
	}
	
	
	
	.retailer-contacts,
	.retailer-hours {
	    margin-bottom: 30px;
	}
	.vcmin-single-inspiration .row > div {
	    padding: 0px;
	}
	.retailer-img, .inspiration-image-container {
	    overflow: hidden;
	    position: relative;
	}
	.retailer-img img{
	    height: 100%;
	    max-width: none;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0px);
	    width: auto;
	}
	.inspiration-content {
	    background-color: #F9F9F9;
	    height: 100%;
	    padding: 60px 40px;
	}
	.inspiration-content .sub_title {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #C1C1C1;
		font-size: 25px !important;
		font-weight: bold !important;
		display:block;
	}
	.inspiration-content p.insp-link i {
	    margin-left: 10px;
	}
	.vcm-home-news-container {
	    padding: 0px !important;
	}
	.vcm-home-news-container .news-image {
	    height: 280px;
	    position: relative;
	    overflow: hidden;
	}
	.vcm-home-news-container .news-image img {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    min-height: 100%;
	    max-width: none;
	    min-width: 100%;
	    max-height: 120%;
	    width: auto;
	}
	.vcm-home-news-container .single-news-container {
	    border: 1px solid #EBEBEB;
	    height: 520px;
	    height: auto;
	    margin-bottom: 40px;
	}
	.vcm-home-news-container .single-news-container .content {
	    padding: 20px;
	}
	.vcm-home-news-container h5 a {
	    color: #000;
	}
	
	.vcm-home-news-container .single-news-container h5 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		min-height: 50px;
		line-height: 25px;
	}
	.vcm-home-news-container .single-news-container p.exp ~ div {
		display: none;
	}
	.vcm-home-news-container .single-news-container p.exp {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		min-height: 112px;
		line-height: 28px;
	}
	
	@media(max-width:1499px){
		.vcmin-single-kitchen{
			max-width: 1340px;
		}
	}
	@media(max-width:1399px){
		.retailer-hours p {
		    font-size: 14px;
		}
	}
	@media(max-width:1199px){
		.retailer-img img {
		    height: auto;
		    max-width: 100%;
		    position: relative;
		    left: 0px;
		    transform: none;
		    width: 100%;
		}
		.retailer_content {
		    margin-bottom: 40px;
		}
		.inspiration-image-container img{
		    height: 100%;
		    max-width: none;
		    position: absolute;
		    left: 50%;
		    transform: translate(-50%, 0px);
		    width: auto;
		}
		.retailer-hours p {
		    font-size: 16px;
		}
	}
	@media(max-width:1024px){
		.vcmin-single-kitchen-container {
		    margin: 0px 15px;
		}
		.vcmin-single-kitchen{
			height: 350px;
		}
	}
	@media(max-width:991px){
		.vcm-home-news-container .news-image {
		    height: 200px;
		}
		.inspiration-image-container img{
		    height: auto;
		    max-width: 100%;
		    position: relative;
		    left: 0px;
		    transform: none;
		    width: 100%;
		}
	}
	@media(max-width:767px){
		section#slider-home-container {
		    margin-top: 70.5px;
		}
		.vcmin-single-kitchen-content h5{
			font-size: 34px;
		}
		.vcmin-single-kitchen-content a{
			font-size: 14px;
		}
		.vcmin-single-kitchen-container{
			margin:0px 10px;
		}
		.vcm-home-news-container .single-news-container {
		    height: auto;
		}
		.vcm-home-news-container .news-image {
		    height: auto;
		}
		.vcm-home-news-container .news-image img {
		    position: relative;
		    width: 100%;
		    height: auto;
		    transform: none;
		    left: 0px;
		    top: 0px;
		}
	}
	@media(max-width:757px){
		.retailer_content {
		    text-align: center;
		}
		.retailer-contacts{
			margin-bottom: 40px;
		}
	}


/* Templates */
	body.page-template-vcmin-page #main {
	    padding-bottom: 150px;
	}
	.vcmin-page-template #main-menu-container .menu li a {
	    color: #000;
	}
	.vcmin-page-template #main-menu-container .menu li a:hover,
	.vcmin-page-template #main-menu-container .menu li.current-menu-item a {
		color: #dd0612;
	}
	.vcmin-page-template div#content {
	    padding-top: 105px;
	}
	.vcmin-page-template div#content section.content-area {
	    padding: 0px;
	}
	
	.single-post section.content-area,
	.single-product section.content-area,
	.single-inspiration section.content-area,
	body.page-template-vcmin-page-image section.content-area,
	body.page-template-vcmin-page-image-btn section.content-area {
	    padding-top: 0px;
	}
	@media(max-width:767px){
		.vcmin-page-template div#content {
		    padding-top: 70px;
		}
	}
	
	/* Vale modifiche per template header con btn */
	.vcmin-page-header-box-content {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 700px;
		text-align: center;
	}
	.vcmin-page-header-image-with-button #vcmin-news-header .vcmin-page-header-box-content h1 {
		position: relative;
		left: unset;
		text-align: unset;
		transform: unset;
	}
	.vcmin-page-header-image-with-button #vcmin-news-header .vcmin-page-header-box-content h2 {
		font-size: 25px;
		line-height: 38px;
		margin-bottom: 10px;
		font-weight: 600;
		color: #fff;
	}
	.vcmin-page-header-image-with-button #vcmin-news-header .vcmin-page-header-box-content a.btn {
		background-color: var(--rosso);
		color: #fff;
		border: 1px solid var(--rosso);
		text-transform: uppercase;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.32px;
		outline: none !important;
		padding: 17px 70px;
		border-radius: 0;
		box-shadow: unset !important;
		transition: all .3s;
	}
	.vcmin-page-header-image-with-button #vcmin-news-header .vcmin-page-header-box-content a.btn:hover {
		color: var(--rosso);
		background-color: #fff;
		border-color: var(--rosso);
	}


/* Archive News */
	.vcm-archive-news .single-news-container {
	    margin-bottom: 50px;
	}

/* Archive Nos Cuisines & Inspirations */
	.vcmin-cuisine-insp-container {
	    position: relative;
	    margin-bottom: 60px;
	    border: 1px solid #EBEBEB;
	}
	.vcmin-cuisine-insp-container .cuisine-image {
	    position: relative;
	    height: 400px;
	    overflow: hidden;
	}
	.vcmin-cuisine-insp-container .cuisine-image img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    height:105%;
		width:auto;
		max-width:none;
	}
	.vcmin-cuisine-insp-container .cuisine-title,
	.vcmin-cuisine-insp-container .inspiration-title{
	    padding: 30px 0px;
	}
	.vcmin-cuisine-insp-container .inspiration-title h2.title,
	.vcmin-cuisine-insp-container .cuisine-title h2.title {
	    font-size: 22px !important;
	    display: inline-block;
	    min-width: 150px;
	    padding:0px 10px;
	    margin: 0px 10px;
	    border-right: 1px solid #e1e1e1;
	    text-align: center;
	}
	.vcmin-cuisine-insp-container .inspiration-title span.category a,
	.vcmin-cuisine-insp-container .cuisine-title span.category a {
	    font-size: 22px;
	    font-weight: 100;
	    text-transform: uppercase;
	    text-decoration: none;
	}
	.cuisine-overlay-container {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    bottom: 0px;
	    right: 0px;
	    background-color: rgb(0 0 0 / 70%);
	    padding: 60px 30px;
	    transition: 0.5s all;
	    color: #fff;
	    opacity: 0;
	}
	.cuisine-overlay-container:hover{
		opacity: 1;
	}
	.cuisine-overlay-content h2.title {
	    color: #fff;
	    font-size: 45px;
	    border-bottom: 1px solid;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
	    max-width: 70%;
	}
	.cuisine-overlay-content .cuisine-content * {
	    color: #fff;
	}
	.cuisine-overlay-content a {
	    color: #fff;
	    font-weight: normal;
	    text-decoration: underline;
	}
	
	.vcmin-inspiration-colors .label{
		margin:0 10px;
		padding:0 25px 0 10px;
		border-right: 1px solid #e1e1e1;
	}
	
	span.vcmin-inspiration-colors .slick-dots li button::before,
	.single-inspiration-dots-colors .slick-dots li button::before{
		content:none;
	}
	span.vcmin-inspiration-colors .slick-dots li button,
	.single-inspiration-dots-colors .slick-dots li button{
		border:1px solid #ebebeb;
		background-color: #bfbfbf;
	}
	span.vcmin-inspiration-colors .slick-dots li.slick-active button,
	.single-inspiration-dots-colors .slick-dots li.slick-active button {
	    border: 2px solid #FFF;
	}
	.vcmin-cuisine-insp-container .slick-dotted.slick-slider {
	    margin-bottom: 0px;
	}
	
		/* Specific Inspirations */
	.vcmin-cuisine-insp-container span.vcmin-inspiration-colors span.label {
	    font-size: 22px;
	}
	/*.inspiration-color {
	    height: 400px;
	}*/
	.inspiration-preview-dots ul.slick-dots {
	    position: relative;
	    top: -7px;
	    display: inline-block;
	    width: auto;
	    padding: 0px 10px;
	}
	.slick-dots li button:before{
		line-height: initial !important;
	}
	
	@media(max-width:1199px){
		.cuisine-overlay-content h2.title {
		    font-size: 22px;
		    padding-bottom: 10px;
		    margin-bottom: 15px;
		}
		.cuisine-overlay-content .cuisine-content * {
		    font-size: 16px;
		}
	}
	@media(max-width:991px){
		.vcmin-cuisine-insp-container .cuisine-image{
			height: 300px;
		}
		.vcmin-cuisine-insp-container .cuisine-image img {
		    max-width: none;
		}
		.cuisine-overlay-container {
		    padding: 30px 20px;
		}
		.cuisine-overlay-content h2.title {
		    font-size: 20px;
		    padding-bottom: 5px;
		    margin-bottom: 10px;
		}
		.cuisine-overlay-content .cuisine-content * {
		    font-size: 12px;
		}
		.vcmin-cuisine-insp-container .inspiration-title,
		.vcmin-cuisine-insp-container .cuisine-title {
		    padding: 15px 0px;
		}
		
		.vcmin-cuisine-insp-container .inspiration-title h2.title,
		.vcmin-cuisine-insp-container .cuisine-title h2.title {
		    font-size: 16px;
		    width: 100px;
		    margin: 0px 15px;
		}
		.vcmin-cuisine-insp-container .inspiration-title span.category a,
		.vcmin-cuisine-insp-container .cuisine-title span.category a {
		    font-size: 16px;
		}
	}

	

/* Catalogues Archive */

	#vcmin-cat-home-container iframe{
		width:100% !important;
	}
	
	.vcmin-single-cat-container {
	    margin-bottom: 60px;
	}
	.vcmin-single-cat-container h2 {
	    font-size: 25px;
	    margin-bottom: 40px;
	}
	.vcmin-single-cat-container iframe {
	    height: 400px;
	    background-color: transparent;
	}
	@media(max-width:1399px){
		.vcmin-single-cat-container iframe {
		    height: 300px;
		}
	}
	@media(max-width:767px){
		.vcmin-single-cat-container iframe {
		    height: 350px;
		}
	}

/* Single News, Cuisine, */
	.vcmin-news-header-container,
	.vcmin-cuisine-header-container{
	    margin-bottom: 60px;
	}
	div#vcmin-news-header {
	    height: 722px;
	    background-size: cover;
	    position: relative;
		background-position:center;
	}
	div#vcmin-news-header h1,
	.vcmin-cuisine-slide .slide_title {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    color: #FFF;
	    font-size: 70px;
		text-align:center;
	}
	span.white-line {
	    display: block;
	    width: 60%;
	    border-bottom: 1px solid #fff;
	    margin: auto;
	}
	.share-on-socials-links {
	    padding: 20px 0px;
	    border-bottom: 1px solid #EBEBEB;
	    text-align: right;
	}
	.share-on-socials-links a {
	    display: inline-block;
	    text-decoration: none;
	    text-align: center;
	    padding: 0px 10px;
	    margin: 0px 10px;
	    color: #000;
	}
	div#vcmin-news-content {
	    margin-bottom: 60px;
	}
	.vcmin-news-seemore h2 {
	    margin-bottom: 20px;
	}
	.vcmin-cuisine-slide {
	    position: relative;
		text-align:center;
		height:790px;
		background-size:cover;
		background-position:center center;
	}
	
	
		
	.vcmin-single-cuisine > div,
	.vcmin-single-cuisine div#vcmin-news-content{
	    margin-bottom: 96px;
	}
	.vcmin-cuisine-features .single-feature {
	    margin-bottom: 30px;
	}
	
	.vcmin-cuisine-header-container.inspiration{
		position:relative;
	}
	.vcmin-cuisine-header-container.inspiration>div {
	    margin-bottom: 0px;
	}
	.single-inspiration-dots-colors {
	    position: relative;
	    background-color: #EBEBEB;
	    padding: 10px 0px 20px;
	}
	.single-inspiration-dots-colors ul.slick-dots {
	    position: relative;
	    bottom: initial;
		
	}
	
	@media(min-width:991px){
		.single-inspiration-dots-colors ul.slick-dots {
			top: 50%;
			transform: translateY(-50%);
		}
		
		.single-inspiration-dots-colors {
			position: absolute;
			background-color: #EBEBEB;
			padding: 10px 0px 20px;
			width: 55px;
			right: 0;
			top: 0;
			height: 100%;
		}
	}
	@media(max-width:1024px){
		div#vcmin-news-header h1{
			font-size: 35px;
		}
		div#vcmin-news-header {
		    height: 70vh;
		}
	}
	@media(max-width:767px){
		div#vcmin-news-header h1{
			font-size: 25px;
		}
		div#vcmin-news-header {
		    height: 40vh;
		}
	}
	@media(min-width:576px){
		.container.vcmin-single-cuisine,
		.container.vcmin-single-news {
		    padding: 0px;
		}
	}

/* Nos Services */
	.single-service {
	    margin: 30px 0px;
	}
	.single-service i {
	    font-size: 40px;
	    margin-bottom: 10px;
	}
	.single-service h2 {
	    margin-bottom: 25px;
	}
	
	.img_service{
		height:50px;
		margin-bottom:15px;
	}
	
	@media(max-width:767px){
		.vc-nos-services {
		    text-align: center;
		}
	}
	
/* FICHE TECHNIQUE */
	.fiche_technique{
		background-color:#F9F9F9;
	}
	
	.fiche_technique hr{
		background-color:#C1C1C1;
		margin:20px 0;
	}
	
	.fiche_technique_text{

		margin-bottom:30px;
		
	}

/* CF7 */
	.contact-container h2{
		margin-bottom: 15px;
	}
	.wpcf7-acceptance span.wpcf7-list-item {
	    margin: 0px 5px 0px 0px;
	    position: relative;
	    top: 2px;
	}
	.contact-container textarea{
		margin-bottom: 24px;
	}
	label.accettazione {
	    margin: 15px 0px 20px;
	}
	span.wpcf7-spinner {
	    float: left;
	}
	span.wpcf7-not-valid-tip {
	    position: relative;
	    top: -15px;
	}
	label.accettazione span.wpcf7-not-valid-tip {
	    top: 0px;
	    display: inline-block;
	}
	.wpcf7-response-output {
	    margin: 20px 0px !important;
	    padding: 0px !important;
	    border: 0px !important;
	}
	.contact-container input[type="submit"] {
	    background-color: #dc0712;
	    border: 1px solid #dd0612;
	    font-size: 16px;
	    font-weight: normal;
	    transition: 0.5s all;
	}
	.contact-container input[type="submit"]:hover {
	    background-color: #fff;
	    color: #dc0712;
	}
	
	.contact-container textarea,
	.contact-container input[type="text"], 
	.contact-container input[type="search"], 
	.contact-container input[type="email"], 
	.contact-container input[type="tel"],
	.contact-container select.wpcf7-select {
		background: #fff !important;
		border: 1px solid #D8C9D1 !important;
		width: 100%;
		padding: 15px;
		margin-bottom: 24px;
		border-radius: 0;
		height: auto;
	}
	.contact-container select.wpcf7-select {
		padding: 15px 15px 16px;
		color: #666;
	}
	
	/* css modifica input file */
	.contact-container input[type="file"] {
		margin-bottom: 24px;
		width: 100%;
	}
	/*.contact-container input[type="file"]::file-selector-button {} */
	.contact-container input[type="file"]::-webkit-file-upload-button {
		visibility: hidden;
		width: 0px;
	}
	.contact-container input[type="file"]:before {
		content: "Fichier joint";
		color: #000000;
		background-color: #fff;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.32px;
		padding: 17px 45px;
		display: inline-block;
		border: 1px solid #707070;
		cursor: pointer;
		transition: all .3s;
	}
	.contact-container input[type="file"]:hover:before {
		color: #fff;
		background-color: #000;
		border: 1px solid #000;
		
	}

	
	

/* Commons */
	.vcm-pagination {
	    text-align: center;
	}
	.vcm-pagination span.current,
	.vcm-pagination a {
	    padding: 10px 20px;
	    display: inline-block;
	}
	.vcm-pagination span.current{
		color: #dc0712;
	}
	
/* Geolocal */
.vcmas_find_retailer{
	background-color:#F9F9F9;
	padding:70px 65px;
}
.vcmas_find_retailer span{
	
	font-size:25px;
	font-weight:bold;
	line-height:28px;
}

.vcmas_find_retailer .search_retailer{
	background-color:#FFF;
	margin-bottom:0 !important;
}

.vcmas_find_retailer .fa-magnifying-glass{
    position: absolute;
    top: 12px;
    font-size: 28px;
    right: 20px;
}

/* DEVENEZ REVENDEUR */ 
section#devenez_revendeur_slider{
	overflow:visible;
}
section#devenez_revendeur_slider .elementor-column > .elementor-column-wrap {
    padding: 0 !important;
}
section#devenez_revendeur_slider .elementor-widget-wrap:before {
    content: '';
    background: url("./img/slider_V.svg");
    position: absolute;
    right: -8%;
    top: 15%;
    width: 885px;
    height: 971px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 1;
}

section#devenez_revendeur_slider #devenez_revendeur_testo_slider {
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
}
section#devenez_revendeur_slider #devenez_revendeur_testo_slider > .elementor-widget-container {
    width: 90%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
    font-size: 102px;
    line-height: 104px;
    color: #fff;
    font-weight: 300;
    max-width: 860px;
    letter-spacing: 0;
    margin-bottom: 40px;
}
section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 b {
    font-weight: 700;
}
section#devenez_revendeur_slider #devenez_revendeur_testo_slider p.testo {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 75px;
}
section#devenez_revendeur_slider #devenez_revendeur_testo_slider a.btn {
	background-color: var(--rosso);
	color: #fff;
	border: 1px solid var(--rosso);
	padding: 17px 70px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	transition: all .3s;
	text-decoration:none !important;
}
section#devenez_revendeur_slider #devenez_revendeur_testo_slider a.btn:hover {
	color: var(--rosso);
	background-color: #fff;
	border-color: var(--rosso);
}

.elementor-column.box_img_height_full > div.elementor-element-populated {
    padding: 0px !important;
}
.elementor-column.box_img_height_full > div.elementor-element-populated > div, 
.elementor-column.box_img_height_full > div.elementor-element-populated > div > div {
	height: 100%;
}
.elementor-column.box_img_height_full img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section#dev_rev_row_seduire_choisir img {
    width: 100%;
}

@media (max-width: 1700px){
	section#devenez_revendeur_slider .elementor-widget-wrap:before {
		width: 700px;
		height: 768px;
	}
}
@media (max-width: 1500px){
	section#devenez_revendeur_slider .elementor-widget-wrap:before {
		width: 580px;
		height: 636px;
	}
}
@media (max-width: 1400px){
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
		font-size: 88px;
		line-height: 90px;
		max-width: 750px;
	}
}
@media (max-width: 1300px){
	section#devenez_revendeur_slider .elementor-widget-wrap:before {
		width: 450px;
		height: 494px;
		right: -10%;
	}
}
@media (max-width: 1200px){
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
		font-size: 78px;
		line-height: 80px;
		max-width: 650px;
		margin-bottom: 25px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider p.testo {
		margin-bottom: 50px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider a.btn {
		padding: 12px 55px;
	}
}
@media (max-width: 1100px){
	section#devenez_revendeur_slider .elementor-widget-wrap:before {
		width: 370px;
		height: 406px;
	}
}
@media (max-width: 1000px){
	section#devenez_revendeur_slider .elementor-widget-wrap:before {
		content: unset;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
		font-size: 58px;
		line-height: 60px;
		max-width: 500px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider {
		top: 50%;
	}
}
@media (max-width: 767px){
	section#devenez_revendeur_slider .elementor-widget-image .elementor-image {
		height: 350px;
		width: 100%;
	}
	section#devenez_revendeur_slider .elementor-widget-image .elementor-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
		font-size: 40px !important;
		line-height: 42px;
		margin-bottom: 15px;
		max-width: 350px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider p.testo {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider a.btn {
		font-size: 16px;
	}
}
@media (max-width: 600px){
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 {
		font-size: 32px !important;
		line-height: 34px;
		max-width: 285px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider h1 b {
		display: inline-block;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider p.testo {
		line-height: 22px;
		margin-bottom: 25px;
	}
	section#devenez_revendeur_slider #devenez_revendeur_testo_slider a.btn {
		padding: 12px 40px;
	}
	
	section#devenez_revendeur_slider #devenez_revendeur_immagine img {
		max-width:200%;
		margin-left:-50%;
	}
}


section#dev_rev_frame_yt .frame_container {
	position: relative;
	padding-bottom: 56.25%;
	z-index: 1;
}
section#dev_rev_frame_yt .frame_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height:810px;
}

section#revendeur_intro{
	overflow:visible;
}

section#revendeur_intro .div_pre_apice:before {
    content: '';
    background: url("./img/apici_pre.png");
    position: absolute;
    left: -145px;
    top: -50px;
    width: 115px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: contain;
}

section#revendeur_intro .elementor-widget h2 ~ p {
  
}

@media (max-width: 1600px){
	section#revendeur_intro .div_pre_apice:before {
		width: 85px;
		height: 80px;
		left: -80px;
		top: -85px;
	}
}
@media (max-width: 1400px){
	section#revendeur_intro .div_pre_apice:before {
		left: -40px;
	}
}
@media (max-width: 1000px){
	section#revendeur_intro .div_pre_apice:before {
		content: unset;
	}
	section#revendeur_intro .elementor-container {
		padding-top: 40px;
	}
	section#dev_rev_frame_yt > .elementor-container {
		padding-top: 40px;
	}
	section#revendeur_intro .elementor-container {
		padding-top: 0px;
	}
	
	section#dev_rev_frame_yt .frame_container iframe{
		min-height:550px;
	}
}

@media (max-width: 800px){
	section#dev_rev_frame_yt .frame_container iframe{
		min-height:550px;
	}
	#dev_rev_frame_yt{
		height:600px;
		margin-bottom:30px;
	}
}

@media (max-width: 500px){
	section#dev_rev_frame_yt .frame_container iframe{
		min-height:215px;
	}
	#dev_rev_frame_yt{
		height:265px;
		margin-bottom:30px;
	}
}

section#revendeur_riga_form {
	background-color: #fff;
}
section#revendeur_riga_form > .elementor-container {
    background: url("./img/img_bg_form_revendeur.png");
    background-repeat: no-repeat;
    background-position: center center;
}
section#revendeur_riga_form #form {
    width: 34%;
    margin-left: 50%;
	
    padding-top: 150px;
    margin-top: -150px;
}
section#revendeur_riga_form #form > .elementor-column-wrap {
    background-color: #000;
    padding-left: 0;
    padding-right: 30px;
}
section#revendeur_riga_form #form p {
	color: #fff;
}
section#revendeur_riga_form #form .elementor-shortcode .wpcf7 {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}
section#revendeur_riga_form #form .elementor-column.col-radio {
    color: #fff;
    margin-bottom: 12px;
}
section#revendeur_riga_form #form form textarea {
    height: 100px;
}
.elementor-column.el-col-privacy {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.65px;
}
.elementor-column.el-col-privacy label.accettazione{
	margin-bottom: 25px;
}

.contact_module ~ .wpcf7-response-output.wpcf7-validation-errors {
    margin-top: 60px;
}

@media (max-width: 1000px){
	section#revendeur_riga_form > .elementor-container {
		background: #000;
	}
	section#revendeur_riga_form #form {
		width: 100%;
		margin-left: 0;
	}
	section#revendeur_riga_form #form > .elementor-column-wrap {
		padding-right: 0;
	}
}
@media (max-width: 480px){
	section#revendeur_riga_form #form form .el input.wpcf7-submit {
		width: 100%;
		box-sizing: border-box !important;
		padding: 16px 10px;
		text-align: center;
		line-height: 22px;
		font-size: 20px;
		height: auto;
	}
	.contact_module ~ .wpcf7-response-output.wpcf7-validation-errors {
		margin-top: 0;
	}
}


/*-------------------------CONTACT------*/

div.elementor-element.contact-page-intro {
    padding: 80px 140px;
    max-width: 1061px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
}
div.elementor-element.contact-page-text,
div.elementor-element.contact-page-cf {
    width: calc(100% / 4 * 3);
    margin-left: auto;
    margin-right: auto;
}
.contact_module .elementor-column {
    width: 100%;
	margin-bottom: 20px;
}
.contact_module .elementor-column.elementor-col-50 {
    width: 50%;
    float: left;
}
.contact_module .elementor-column > span, .contact_module .elementor-column > label {
    margin: 0 10px;
    width: calc(100% - 20px);
}
.contact_module div .wpcf7-text, .contact_module div .wpcf7-select, .contact_module div .wpcf7-textarea {
    font-size: 16px;
    padding: 14px 40px;
    color: #727272;
    font-weight: 400;
	border: 1px solid #fff;
}
.vc_row.contact_module div > input.wpcf7-submit {
    /*padding: 10px 120px;*/
    font-size: 21px;
    font-weight: 400;
    background-color: var(--rosso);
    border-color: var(--rosso);
    float: right;
}
.vc_row.contact_module div > input.wpcf7-submit:hover {
    color: var(--rosso);
	background-color: transparent;
    border-color: var(--rosso);
}

.contact_module .wpcf7-not-valid-tip {
	position: relative;
	top: -10px;
	color: var(--rosso);
}
.contact_module div .wpcf7-text.wpcf7-not-valid,
.contact_module div .wpcf7-select.wpcf7-not-valid
.contact_module div .wpcf7-textarea.wpcf7-not-valid {
	border: 1px solid var(--rosso);
}
.contact_module ~ .wpcf7-response-output.wpcf7-validation-errors {
	background-color: #fff;
	border: 2px solid var(--rosso);
	color: var(--rosso);
	margin-top: 100px;
	padding: 25px 50px !important;
	background-color: var(--rosso);
	border-color: #fff;
	color: #fff;
    text-align: center;
}
div.wpcf7-response-output.wpcf7-validation-errors:after,
div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: "\f12a";
    top: calc((100% - 20px) / 2);
}
div.wpcf7-response-output:after {
    font-family: 'FontAwesome',sans-serif;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 25px;
    top: calc((100% - 20px) / 2);
}

select.wpcf7-form-control.wpcf7-select {
    border: 2px solid #fff;
}
.contact_module .elementor-column > .accettazione {
    display: block;
}

@media (max-width: 991px){
	div.elementor-element.contact-page-intro {
		padding: 70px 70px;
	}
}
@media (max-width: 768px){
	div.elementor-element.contact-page-cf,
	div.elementor-element.contact-page-text,
	div.elementor-element.contact-page-intro{
		width: calc(100% - 100px);
	}
	.elementor-element.colonna-contatti.elementor-column {
		margin-top: 40px;
	}
}
@media (max-width:600px){
	div.elementor-element.contact-page-cf,
	div.elementor-element.contact-page-text,
	div.elementor-element.contact-page-intro{
		width: 100%;
	}
	.contact_module  .elementor-column.elementor-col-50 {
		width: 100%;
	}
	.contact_module div .wpcf7-text, .contact_module div .wpcf7-select, .contact_module div .wpcf7-textarea{
		padding: 15px 20px;
	}
	div.elementor-element.contact-page-intro {
		padding: 70px 40px;
	}
}
@media (max-width: 450px){
	.contact-page > .elementor-container .elementor-column > .elementor-column-wrap {
		margin-top: -10px;
	}
	.vc_row.contact_module div > input.wpcf7-submit {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
}

.contact_module .elementor-column.col-radio {
    width: auto;
    clear: both;
    margin-left: 15px;
}
.contact_module .elementor-column.col-radio > span {
    display: contents;
}


/*--------------------------------------*/

/*__________________________________________________*/
/* 4 BOX */

section#revendeur_riga_four_box_pre > .elementor-container {
    padding-top: 100px;
	padding-bottom: 0px;
}

section#revendeur_riga_four_box .elementor-container {
    padding-top: 20px;
}
section#revendeur_riga_four_box .box-image {
    background-color: #F4F3F3;
    margin-right: 30px;
}
section#revendeur_riga_four_box .box-image:last-child {
    margin-right: 0px;
}
section#revendeur_riga_four_box .box-image > .elementor-column-wrap {
    padding: 60px 30px;
}

@media (max-width: 1200px){
	section#revendeur_riga_four_box .box-image {
		width: calc((100% - 90px) / 4);
	}
	section#revendeur_riga_four_box .box-image > .elementor-column-wrap {
		padding: 30px 10px;
	}
}
@media (max-width: 1000px){
	section#revendeur_riga_four_box_pre > .elementor-container {
		padding-top: 40px;
	}
	section#revendeur_riga_four_box .box-image {
		width: calc((100% - 30px) / 2);
	}
	section#revendeur_riga_four_box .box-image:nth-child(2) {
		margin-right: 0;
	}
	section#revendeur_riga_four_box .box-image:nth-child(1),
	section#revendeur_riga_four_box .box-image:nth-child(2) {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px){
	section#revendeur_riga_four_box .box-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	section#revendeur_riga_four_box .box-image:last-child {
		margin-bottom: 0;
	}
}

/*__________________________________________________*/
/* VIDEO VIGORITI */

section#revendeur_riga_video_vigoriti .elementor-column >  .elementor-column-wrap {
    padding: 0;
}

section#revendeur_riga_video_vigoriti h2 {
    margin-bottom: 0;
}

section#revendeur_riga_video_vigoriti .video_in_box {
    padding-bottom: 50px;
}
section#revendeur_riga_video_vigoriti .video_in_box > .elementor-widget-container {
    width: 80%;
    max-width: 930px;
    margin: 0 auto;
}
section#revendeur_riga_video_vigoriti .video_in_box:before {
    content: '';
    width: 100%;
    height: calc(100% - 50px);
    background-color: #F4F3F3;
    position: absolute;
    left: 0;
    top: 50px;
}

@media (max-width: 600px){
	section#revendeur_riga_video_vigoriti > .elementor-container {
		background-color: #F4F3F3;
		padding-top: 25px;
	}
	section#revendeur_riga_video_vigoriti .video_in_box {
		padding-bottom: 0;
	}
	section#revendeur_riga_video_vigoriti .video_in_box > .elementor-widget-container {
		width: 100%;
	}
	section#revendeur_riga_video_vigoriti .video_in_box:before {
		content: unset;
	}
}

/*__________________________________________________*/
/* BROCHURE */

section#revendeur_riga_brochure .col-testo .elementor-column-wrap,
section#revendeur_riga_brochure .col-image .elementor-column-wrap {
    padding: 0;
}

section#revendeur_riga_brochure .col-testo .elementor-widget-wp-widget-text:first-child,
section#revendeur_riga_brochure .col-testo .elementor-widget-wp-widget-text:first-child p {
    margin: 0;
}
section#revendeur_riga_brochure .col-testo .elementor-widget-image img {
    max-height: 325px;
    width: auto;
}

section#revendeur_riga_brochure .col-image .elementor-widget-image,
section#revendeur_riga_brochure .col-image .elementor-widget-image div {
    height: 100%;
}
section#revendeur_riga_brochure .col-image .elementor-widget-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#revendeur_riga_brochure .col-testo .elementor-widget-image {
	z-index: 1;
}
section#revendeur_riga_brochure .col-testo .elementor-widget-image:before {
    content: "";
    background: url("./img/cucine_write.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 35%;
    width: 800px;
    height: 210px;
    z-index: -1;
}

@media (max-width: 1200px){
	section#revendeur_riga_brochure .col-testo .elementor-widget-image:before {
		width: 650px;
		height: 171px;
	}
}
@media (max-width: 1000px){
	section#revendeur_riga_brochure .col-testo .elementor-widget-image:before {
		content: unset;
	}
	/*section#revendeur_riga_brochure .col-testo {
		width: 100%;
		margin-bottom: 40px;
	}
	section#revendeur_riga_brochure .col-image {
		width: 100%;
	}*/
}
@media (max-width: 767px){
	section#revendeur_riga_brochure > .elementor-container {
		padding-top: 0;
	}
	section#revendeur_riga_brochure .col-testo {
		margin-bottom: 40px;
		text-align: center;
	}
	section#revendeur_riga_brochure .col-testo .elementor-widget-image {
		text-align: center;
	}
}

/*__________________________________________________*/
/* SCACCHIERA */

section#revendeur_riga_scacchiera .elementor-row {
    flex-wrap: wrap;
}
section#revendeur_riga_scacchiera .elementor-row .el-box {
    width: 50%;
}
section#revendeur_riga_scacchiera .el-box .elementor-column-wrap {
	padding: 0;
}
section#revendeur_riga_scacchiera .el-box-image img {
	width: 100%;
}

section#revendeur_riga_scacchiera  .el-box-testo .elementor-widget {
    padding: 20px 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

section#revendeur_riga_scacchiera .elementor-row:before {
    content: '';
    background: url('./img/letter_e.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 549px;
    height: 671px;
}

@media (max-width: 1000px){
	section#revendeur_riga_scacchiera .elementor-row:before {
		width: 400px;
		height: 489px;
	}
}
@media (max-width: 767px){
	section#revendeur_riga_scacchiera .elementor-row .el-box-testo .elementor-widget {
		padding: 20px 25px;
	}
}
@media (max-width: 600px){
	section#revendeur_riga_scacchiera .elementor-row:before {
		content: unset;
	}
	section#revendeur_riga_scacchiera .elementor-row .el-box {
		width: 100%;
	}
	section#revendeur_riga_scacchiera .elementor-row .el-box-testo {
		text-align: center;
	}
	section#revendeur_riga_scacchiera .elementor-row .el-box:nth-child(3) {
		order: 1;
	}
	section#revendeur_riga_scacchiera .elementor-row .el-box:nth-child(4) {
		order: 0;
		padding: 20px 0 5px;
	}
	section#revendeur_riga_scacchiera > .elementor-container {
		padding-top: 0;
	}
}

/*__________________________________________________*/
/* MULTI VIDEO */
.anteprima_video{
	cursor:pointer;
}

section#revendeur_riga_multi_video {
    padding-top: 60px;
    background-color: #fff;
}

section#revendeur_riga_multi_video #center_box .elementor-container{
	margin:0 auto !important;
	
}

section#revendeur_riga_multi_video > .elementor-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('./img/bg_gray_v.png');
}
section#revendeur_riga_multi_video #video_riga_frame .elementor-row,
section#revendeur_riga_multi_video #video_riga_anteprime .elementor-row {
    width: 80%;
    max-width: 900px;
}
#revendeur_riga_multi_video #video_riga_frame {
    flex-wrap: wrap;
}
#revendeur_riga_multi_video #video_riga_frame .el-video {
    width: 100%;
	margin-bottom: 40px;
}
@media (min-width: 768px){
	#revendeur_riga_multi_video #video_riga_frame  .el-video:not(.active) {
		display: none;
	}
}
#revendeur_riga_multi_video #video_riga_frame  .el-video > .elementor-column-wrap {
    padding: 0;
}

section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video:not(:last-child) {
    margin-right: 30px;
}
section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video .elementor-column-wrap {
    padding: 0;
	opacity: .74;
	background-color: #fff;
	cursor: pointer;
	transition: all .3s;
}
section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video.active .elementor-column-wrap,
section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video:hover .elementor-column-wrap {
	opacity: 1;
}
section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video.active img {
    transform: scale(0.9);
}

@media (max-width: 1200px){
	section#revendeur_riga_multi_video #video_riga_anteprime .anteprima_video {
		width: calc((100% - 60px) / 3);
	}
}
@media (max-width: 767px){
	section#revendeur_riga_multi_video > .elementor-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.anteprima_video{
		display: none;
	}
}

/*__________________________________________________*/
/* LAST RIGA */

section#revendeur_riga_pourquoi_choisi > .elementor-container {
    padding-top: 60px;
	padding-bottom: 20px;
}

section#revendeur_riga_last_video > .elementor-container {
    padding-top: 0;
    padding-bottom: 60px;
}
section#revendeur_riga_last_video .elementor-column {
    padding-bottom: 50px;
}
section#revendeur_riga_last_video .elementor-column > .elementor-column-wrap {
	padding: 0;
}
section#revendeur_riga_last_video .elementor-column:before {
    content: '';
    width: 100%;
    height: calc(100% - 150px);
    background-color: #F4F3F3;
    position: absolute;
    left: 0;
    top: 150px;
}
section#revendeur_riga_last_video .elementor-column:after {
    content: '';
    background: url(./img/apici_post.png);
    position: absolute;
    right: -145px;
    bottom: 30px;
    width: 115px;
    height: 108px;
    background-repeat: no-repeat;
    background-size: contain;
}
section#revendeur_riga_last_video .elementor-widget-video {
	margin-bottom: 50px;
}
section#revendeur_riga_last_video .elementor-widget-video .elementor-widget-container {
    width: 80%;
    max-width: 930px;
    margin: 0 auto;
}

@media (max-width: 600px){
	section#revendeur_riga_last_video .elementor-column {
		padding-bottom: 0;
	}
	section#revendeur_riga_last_video .elementor-column:before {
		content: unset;
	}
	section#revendeur_riga_last_video .elementor-widget-video .elementor-widget-container {
		width: 100%;
	}
}


/* conseils dentretien */
.tabs-rules-parent .elementor-tab-title{
	color:black;
}

.tabs-rules-parent .elementor-tab-title.elementor-active{
	color:var(--rosso) !important;
	
	
}


/* CARANTO */
#vcmin-news-header[style*=caranto] h1:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/01/caranto_top_slide.jpg);
    background-size: contain;
    width: 166px;
    height: 166px;
    display: block;
    clear: both;
    margin: 0 auto;
}

.caranto_table {
	min-width:800px !important;
}

.caranto_table th{
    border-bottom: 1px solid #769EAF !important;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    line-height: 30px !important;
}

.caranto_table td{
	border:1px solid #769EAF !important;
	color: #000 !important;
	padding:15px 20px !important;
	font-size:15px !important;
}

.caranto_table td i{
	font-size:16px !important;
	color: #769EAF !important;
}

/* CARANTO SLIDER */

.caranto_slider_title hr{
	margin:20px 0;
	background-color:#EBEBEB;
}

.caranto_home{
	background-color:#F9F9F9;
}

.caranto_slider .caranto_home_text{
	margin-bottom:40px;
}
.caranto_slider .caranto-image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;	
}

.caranto_slider .caranto-image .caranto_overlay{
	position:relative;
	padding:180px 20%;
	text-align:center;
	opacity:0;
	transition:all 0.5s;
	color:white;
	display:block;
	background-color:rgba(0,0,0,0.2);
}

.caranto_slider .caranto-image .caranto_overlay hr{
	height:2px;
	background-color:white;
	margin:15px 0;
}

.caranto_slider .caranto-image:hover .caranto_overlay{
	opacity:1;
}

/* BREADCRUMBS */
.wrap_breadcrumbs{
	margin:0 -25px !important;
}

.breadcrumbs.page_no_image{
	margin-top:-15px;
}

.breadcrumbs{
	padding: 15px 0;
    font-size: 14px;
    color: #aaa;
}

.breadcrumbs a{
	color: #aaa;
	text-decoration:none;
}

.breadcrumbs.single_breadcrumbs{
	padding: 20px 0;
    line-height: 26px;
	margin-left:-25px;
}
.breadcrumbs.news_breadcrumbs{
	padding: 20px 0;
    line-height: 26px;
	margin-left:-15px
}

/* STAFF */
.staff{
	
}

.wrap_staff{
	border:1px solid #efefef;
}

.wrap_staff .staff_image{
	position:relative;
	height:390px;
	overflow:hidden; 
}

.wrap_staff .staff_image img{
	position:absolute;
	width:100%;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

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

/* MENU */

@media (max-width: 1480px){
	#main-menu-container ul#menu li a {
		font-size:14px;
		padding:0 9px;
	}
}

@media (max-width: 1300px){
	#main-menu-container ul#menu li a {
		font-size:12px;
		padding:0 9px;
	}
}

@media (max-width: 1024px){
	#main-menu-container ul#menu li a {
		font-size:12px;
		padding:0 8px;
	}
}

@media (max-width: 1000px){
	#main-menu-container ul#menu li:not(:last-child) {
		display: none;
	}
	#main-menu-container ul#menu li a {
		font-size: 16px;
		color: #000;
	}
	header#masthead > .nav-container {
		padding: 15px 0 0;
		background-color: #fff;
	}
	header#masthead nav#site-navigation > .container {
		max-width: unset;
		width: 100%;
		padding: 30px 30px 10px 30px!important;
		margin-bottom: 0;
	}
	body.home #content #main,
	.vcmin-page-template div#content,
	body.page-template-vcmin-page-image #main {
		padding-top: 0px;
	}
	.vcmin-page-template div#content{
		padding-top:81px;
	}
}

/* breadcrumbs */

@media (max-width: 1000px){
	.wrap_breadcrumbs{
		padding:0;
		mergin-top:15px;
	}
	
	.breadcrumbs.page_no_image{
		margin-top:15px;
	}
}

@media (max-width: 767px){
	
	.breadcrumbs.single_breadcrumbs{
		margin-left:-15px !important;
	}

	.breadcrumbs{
		padding-left:15px !important;
	}
	
	#vcmin-news-header[style*=caranto] h1{
		margin-top:0px !important;
	}

}
/* SEZIONI GENERALI */
@media (max-width: 1000px){

	
	.vcmas_find_retailer {
		padding: 40px 30px;
	}
	.vcmas_find_retailer .row > div:first-child {
		width: 50%;
	}
	/*.vcmas_find_retailer .row > div:nth-child(2) {
		display: none;
	}*/
}
@media (max-width: 767px){
	.wrap_multi_revendeurs iframe{
		height:450px;
	}
	
	.vcmas_find_retailer .row > div:first-child {
		width: 100%;
		margin-bottom: 30px;
	}
	
	ul {
		margin-left: 0;
	}
	
	.mob-pt-0 { padding-top: 0px !important; }
	.mob-pt-10 { padding-top: 10px !important; }
	.mob-pt-20 { padding-top: 20px !important; }
	.mob-pt-30 { padding-top: 30px !important; }
	.mob-pt-40 { padding-top: 40px !important; }
	.mob-pt-50 { padding-top: 50px !important; }
	.mob-pt-60 { padding-top: 60px !important; }
	
	.mob-pb-0 { padding-bottom: 0px !important; }
	.mob-pb-10 { padding-bottom: 10px !important; }
	.mob-pb-20 { padding-bottom: 20px !important; }
	.mob-pb-30 { padding-bottom: 30px !important; }
	/*.mob-pb-40 { padding-bottom: 40px !important; }*/
	.mob-pb-50 { padding-bottom: 50px !important; }
	.mob-pb-60 { padding-bottom: 60px !important; }
	
	section.elementor-section  .elementor-widget-wrap.elementor-element-populated {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	section.riga_cifre .elementor-column .elementor-widget-heading {
		margin-bottom: 5px;
	}
	section.riga_cifre .elementor-column >  .elementor-widget-wrap {
		margin-bottom: 20px !important;
	}
	
	section#nav-tabHeader ul#tab {
		margin-bottom: 25px;
		border-bottom: 0;
	}
	section#nav-tabHeader ul#tab > li {
		width: 50%;
	}
	section#nav-tabHeader ul#tab > li > button {
		text-align: center !important;
		border-bottom: 0;
	}
	section#nav-tabContent section.elementor-inner-section .elementor-widget-text-editor {
		padding: 15px;
	}
	
	section#riga_icone .elementor-column {
		width: 50%;
		text-align: center;
	}
	section#riga_icone .elementor-column:nth-child(1),
	section#riga_icone .elementor-column:nth-child(2) {
		margin-bottom: 40px;
	}
	section#riga_icone .elementor-column .elementor-widget-image,
	section#riga_icone .elementor-column .elementor-icon-wrapper {
		text-align: center;
	}
}
@media (max-width: 480px) {
	section#nav-tabHeader ul#tab > li {
		width: 100%;
	}
	
	.inspiration-content {
		padding: 30px;
		height: 430px;
	}
}
@media (max-width: 400px) {
	section#riga_icone .elementor-column {
		width: 100%;
	}
	section#riga_icone .elementor-column:nth-child(3) {
		margin-bottom: 30px;
	}
}

/* HOME */

@media (max-width: 767px){
	
	body.home #main > div > section:first-child .elementor-element-populated {
		padding: 0 !important;
	}
}

/* CUCINE */
.vcmin-single-cuisine .vcmin-contact-form .el-col-privacy,
.vcmin-single-cuisine .vcmin-contact-form .el-col-privacy ~ div p {
    color: #000 !important;
}
.vcmin-single-cuisine .vcmin-contact-form .el {
    display: inline-block;
    width: 100%;
}

@media (max-width: 1000px){
	body.single.single-product #main,
	body.single.single-inspiration #main,
	body.single.single-post #main {
		padding-top: 0px;
	}
	
	.vcmin-cuisine-slide{
		height:600px;
	}
}
@media (max-width: 767px){
	
	div#vcmin-news-header h1, 
	.vcmin-cuisine-slide .slide_title{
		font-size: 28px;
		display: block;
		width: 100%;
		text-align: center;
		text-shadow: 1px 2px 14px #000000;
		margin-top: 80px;
	}
	
	div#vcmin-news-header h1{
		margin-top: 10px;
	}
	
	.single-post div#vcmin-news-header h1{
		font-size: 24px;
		line-height: 35px;
	}
	
	section {
		padding: 15px 0;
	}
	
	.vcmin-cuisine-slide{
		height:250px;
	}
	
	body.single.single-product #main,
	body.single.single-inspiration #main,
	body.single.single-post #main {
		padding-top: 0px;
	}
	div#vcmin-news-header h1 {
		font-size: 35px;
		text-align: center;
	}
	
	.vcmin-single-cuisine > div {
		margin-bottom: 50px !important;
	}
}
@media (max-width: 600px){
	div#vcmin-news-header h1 {
		font-size: 25px;
		width: 85%;
	}
}

@media (max-width: 480px){
	div#vcmin-news-header h1{
		font-size: 20px;
		width: 95%;
	}
}

/* CATALOGHI */
@media (max-width: 767px){
	.vcmin-single-cat-container {
		margin-bottom: 60px;
	}
	.vcmin-single-cat-container h2 {
		margin-bottom: 20px;
	}
}

/* INSPIRAZIONI */
.vcmin-cuisine-header-container.inspiration {
    margin-bottom: 0;
}

@media (max-width: 1024px){
	
	.vcmin-inspiration-colors .label{
		/*display:none;*/
	}
	.vcmin-inspiration-colors .inspiration-preview-dots{
		float:right;
	}
}

@media (max-width: 767px){
	.vcmin-single-cuisine-container.vcmin-cuisine-insp-container {
		margin-bottom: 17px;
	}
	
	.vcmin-cuisine-insp-container .inspiration-title h2.title,
	.vcmin-cuisine-insp-container .cuisine-title h2.title {
		width: 50%;
		text-align: left;
		margin: 0;
		margin-right:20px;
		min-width: unset;
		padding: 0 15px 5px;
	}
	.vcmin-cuisine-insp-container .inspiration-title h2.title{
	    width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	
	.vcmin-cuisine-insp-container .inspiration-title .vcmin-inspiration-colors,
	.vcmin-cuisine-insp-container .cuisine-title .vcmin-inspiration-colors {
		display: inline-block;
		width: 100%;
		padding: 0 15px;
	}
}
@media (max-width: 480px){
	.vcmin-cuisine-insp-container .inspiration-title .vcmin-inspiration-colors ul.slick-dots,
	.vcmin-cuisine-insp-container .cuisine-title .vcmin-inspiration-colors ul.slick-dots {
		padding: 0;
	}
	
	.vcmin-inspiration-colors {
		text-align:center;
	}
	.vcmin-inspiration-colors .inspiration-preview-dots{
		display:inline-block;
		float:none;
	}
}

/* NEWS */
@media (max-width: 768px){
	
	.vcm-home-news-container .news-image img{
		max-height:none;
	}
	
	div#vcmin-news-content p:last-child > a {
		text-decoration: unset !important;
	}
	div#vcmin-news-content p:last-child > a > img {
		width: auto;
		margin: 0 auto 20px;
		display: block;
	}
}

/* CARANTO */
@media (max-width: 767px){
	div#el_caranto_table .elementor-shortcode {
		overflow-x: scroll;
	}
	
	.caranto_table .first_col{
		width:20%;
	}
}

/* CONTATTI */
@media (max-width: 767px){
	.contact_whatsapp{
		display:block;
	}
	div#contact_whatsapp_box > div {
		padding: 0 !important;
		margin: 0 15px;
	}
	div#contact_whatsapp_box .elementor-widget-text-editor {
		width: 100%;
		max-width: 100%;
	}
	div#contact_whatsapp_box .elementor-widget-text-editor > .elementor-widget-container {
		margin: 0;
		padding: 20px;
	}
	div#contact_whatsapp_box p > span {
		font-size: 25px !important;
		line-height: 34px;
	}
}

/* LAYER SCURO SU SLIDER */
section#vcr-home-slider rs-slides > rs-slide:after,
div#vcmin-news-header:before,
section#model_header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    /*background: linear-gradient(180deg, rgba(0,0,0,0.4514180672268907) 0%, rgba(0,0,0,0.4514180672268907) 50%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);*/
}
section#model_header #model-title-container,
#vcr-model-must-slider .vcr-single-must-content h2 {
    z-index: 1;
}

/* PAGINA MAGAZINE: SEARCH FORM */
form#news_searc_form {
    text-align: right;
}
form#news_searc_form .inner {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    position: relative;
}
form#news_searc_form input#src {
    width: 100%;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    padding-right: 100px;
    padding-left: 60px;
    height: 52px;
    line-height: 52px;
	margin-bottom: 0;
}
form#news_searc_form button#btn_src {
    height: 50px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 90px;
    background-color: #0c0c0c;
    border: 0;
}
form#news_searc_form button#btn_src svg { transition: var(--transition); }
form#news_searc_form button#btn_src svg path {
    fill: #fff;
}
form#news_searc_form button#btn_src:hover svg { transform: translateX( 4px); }

form#news_searc_form .lente {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 6px;
}
form#news_searc_form .lente:before {
    content: "";
    position: absolute;
    left: 52px;
    top: 0;
    width: 1px;
    height: 40px;
    background-color: #D1D1D1;
}

/* Pagina Cuisine Equipee - Dimensione max immagine */
#img_intro_cuisine_equipee img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

/* INDICE NEWS */
section#news_indice {
	padding: 40px 0;
}
section#news_indice .inner {
    padding: 60px;
    background-color: #FAFAFA;
}
section#news_indice .inner > p:not(.indice) {
    margin-bottom: 12px;
}
section#news_indice .indice,
section#news_indice .indice a:last-child {
	margin-bottom: 0;
}
section#news_indice .indice a {
	display: block;
    margin-bottom: 8px;
	text-decoration: unset;
    font-weight: 300;
}
section#news_indice .indice a.sub {
    padding-left: 15px;
    margin-top: -6px;
}

/* CSS NEWS NO ELEMENTOR */
div#contenuto_news {
	margin-top: 80px;
	margin-bottom: 80px;
	max-width: 850px !important;
}
div#contenuto_news table,
div#contenuto_news table td {
	border: 0 !important;
}
div#contenuto_news table tr {
	--bs-table-accent-bg: unset !important;
}
div#contenuto_news table td {
	vertical-align: middle;
}

@media (max-width: 767px){
	div#contenuto_news table td {
		width: 100% !important;
		display: inline-block;
	}
	div#contenuto_news table td:not(:last-child) {
		margin-bottom: 30px;
	}
	
	section#news_indice .inner {
		padding: 25px;
	}
}


/* Scroll con padding per non andare sopra l'inizio della riga */
html { scroll-padding-top: 120px; }