/**
* Theme Name: Colza Child
* Description: This is a child theme of Colza.
* Author: <a href="http://designervily.com/">Designervily</a>
* Template: colza
* Version: 1.0
*/

body,
body.archive .site-content-contain,
body.single.single-dsvy-portfolio .site-content-contain,
body.single.single-dsvy-team-member .site-content-contain,
.page.dsvy-sidebar-exists .site-content-contain,
.page:not(.elementor-page) .site-content-contain,
.blog .site-content-contain,
body.single.dsvy-sidebar-exists .site-content-contain {
    background-color: #ffffff !important;
}

/* *********************** */
/* custom by Passionlab */
/* *********************** */

/* @media (min-width: 1201px) {
    body:not(.dsvy-max-mega-menu-override) .dsvy-navbar div>ul>li>a {
        margin: 0 5px !important;
    }
} */
.sl-no-item .sl-contact-info {
		    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}
.sl-no-item .sl-contact-info .sl-contact-btn{
display: flex;
    align-items: center;
    justify-content: center;
width:fit-content;
margin: 20px auto !important;
}

.page-id-8105 .elementor-8105 .elementor-element-162dd55c .elementor-column-gap-no,
.page-id-8105 .elementor-8105 .elementor-element-68557cdc .elementor-column-gap-no,
.page-id-8105 .elementor-8105 .elementor-element-0ce132b .elementor-container,
.page-id-8105 .elementor-8105 .elementor-element-7fa65bd .elementor-column-gap-no {
	margin: 0px !important;
}
.page-id-7942 .elementor-7942 .elementor-element-2e2316f .elementor-column-gap-no,
.page-id-7942 .elementor-7942 .elementor-element-25ecb8d .elementor-container,
.page-id-7942 .elementor-7942 .elementor-element-d336754 .elementor-container {
	margin: 0px !important;
}



.image_sec .elementor-container {
  overflow: visible;
}

.image_sec .elementor-element-89fc004 {
  position: relative;
}

.image_sec .elementor-element-89fc004 .dsvy-stretched-div.dsvy-stretched-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(-50vw + 100%);
  width: auto;
}





.elementor-accordion .elementor-tab-title.elementor-active + .elementor-tab-content {
    display: block !important;
}
@media (min-width: 1201px) {
    .dsvy-header-style-4 .dsvy-header-button2 a {
        padding: 0 20px !important;
    }
}

.dsvy-footer-copyright-box.dsvy-footer-copyright-text.col-md-6 {
    flex: 0 0 34%;
    max-width: 34%;
}

.dsvy-footer-copyright-box.dsvy-footer-copyright-box-1.col-md-6 {
    flex: 0 0  65.333333%;
	max-width: 65.333333%
    
}
.dsvy-footer-copyright-text-area br {
    display: none;
}


.dsvy-footer-copyright-box.col-md-6 .dsvy-footer-copyright-text-area
 {
    font-size: 14px !IMPORTANT;

}


.wp_home_form .wpforms-field-container input, .wp_home_form .wpforms-field-container .select2-selection, .wp_home_form .wpforms-field-container textarea {
	color: var(--dsvy-colza-blackish-color) !important;
    font-weight: 500;
    max-width: 100%;
    border: none !important;
    font-size: 15px !important;
    background-color: var(--dsvy-colza-light-bg-color) !important;
    height: 50px;
    border-radius: 5px !important;
}
.wp_home_form .wpforms-field-container label{
	display: none;
}

.wp_home_form #wpforms-5485 .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wp_home_form #wpforms-5485 .wpforms-field {
  width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 10px 0px;
}

.wp_home_form #wpforms-5485 #wpforms-5485-field_6-container {
  width: 100%;
}
.wp_home_form .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.wp_home_form .wpforms-submit{
	padding: 20px 70px 20px 30px !important;
    height: auto !important;
    font-size: 16px !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: normal !important;
    border-radius: 5px !important;
}
#wpforms-5485 #wpforms-5485-field_2-container::after,
#wpforms-5485 #wpforms-5485-field_3-container::after,
#wpforms-5485 #wpforms-5485-field_4-container::after,
#wpforms-5485 #wpforms-5485-field_6-container::after {
  font-family: 'designervily-base-icons';
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 15px;
  color: #999;
  pointer-events: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Nome e Cognome - dsvy-base-icon-user-1 = \e838 */
#wpforms-5485 #wpforms-5485-field_2-container::after {
  content: '\e838';
  top: 26px;
}

/* Email - dsvy-base-icon-email = \e837 */
#wpforms-5485 #wpforms-5485-field_3-container::after {
  content: '\e837';
  top: 26px;
}

/* Numero telefono - dsvy-base-icon-phone-volume-solid = \e84b */
#wpforms-5485 #wpforms-5485-field_4-container::after {
  content: '\e84b';
  top: 26px;
}

/* Messaggio - dsvy-base-icon-comment-empty = \f0e5 */
#wpforms-5485 #wpforms-5485-field_6-container::after {
  content: '\f0e5';
  top: 26px;
}

.wp_home_form .wpforms-submit::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 22px;
  top: 50%;
  background-color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* Arrow icon */
.wp_home_form .wpforms-submit::after {
  position: absolute;
  content: "\e85a";
  font-family: "designervily-base-icons";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dsvy-footer-copyright-box ul li.dsvy-social-li a span {
     color: #FFFFFF ! IMPORTANT;
    font-size: 22px !IMPORTANT;
background: transparent !important;
    
}

.dsvy-footer-copyright-box ul li.dsvy-social-li a span:hover {
     color: #06c ! IMPORTANT;
}

.dsvy-footer-overlay {
    display: none !important;
}


.dsvy-effect-color-1 .dsvy-stretched-right::before, .dsvy-effect-color-1 .dsvy-stretched-right::after {
    background-color: transparent !important;
}

/* ==========================================================================
   MEGA MENU - PANNELLO (larghezza, centratura, spaziature)
   Versione unica e coerente. Toccare SOLO i valori indicati.
   ========================================================================== */
@media (min-width: 1200px) {

  /* 1. PANNELLO: largo e centrato. Per stringere/allargare: cambia SOLO "width". */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 1500px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 2. RIGA interna: riempie il pannello, padding simmetrico su entrambi i lati.
        Per allargare/stringere il respiro ai bordi cambia SOLO questo valore. */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
  .dsvy-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* 3. UL delle colonne: riempie la riga e distribuisce le colonne uguali */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    width: 100% !important;
    display: table !important;
    table-layout: fixed !important;
  }

  /* 3b. ogni colonna larga uguale (un terzo esatto se sono 3) */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    display: table-cell !important;
    float: none !important;
    vertical-align: top !important;
  }

}
/* ==========================================================================
   END MEGA MENU - PANNELLO
   ========================================================================== */

/*
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .dsvy-max-mega-menu-override #page #site-navigation 
    .mega-menu-wrap > ul > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px !important;
    }
} */



.dsvy-footer-widget .dsvy-free-call-box {
    MARGIN-TOP: -30PX ! IMPORTANT;
}

.dsvy-footer-widget .dsvy-free-call-box2 {
    MARGIN-TOP: -5PX ! IMPORTANT;
}

.dsvy-footer-widget .dsvy-free-call-box2 {
    display: flex;
    align-items: center;
}

.dsvy-footer-widget .dsvy-free-call-box2 .dsvy-call-text h3 {
    font-size: 22px;
    list-style: 28px;
    font-weight: 500;
}

.dsvy-footer-widget .dsvy-free-call-box2 .dsvy-call-text {
    font-size: 15px;
    padding-left: 10px;
    text-transform: uppercase;
}

/*SVG icon size*/
.designervily-ele-fid-style-7 .dsvy-sbox-icon-wrapper svg, .designervily-ele-fid-style-7 .dsvy-fid-svg-wrapper svg {
    width: 100px;
    height: 100px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper svg, .dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper svg{
	 width: 90px;
   height: 90px;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title a span, .dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-icon, .dsvy-ihbox-hover-active .dsvy-ihbox-btn a {
	color: #b7876e !important;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title a span:hover, .dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-icon, .dsvy-ihbox-hover-active .dsvy-ihbox-btn a {
	color: #ffffff !important;
	transition:0.5s ease;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title, .dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-icon, .dsvy-ihbox-hover-active .dsvy-ihbox-btn a{
	color:#b7876e !important;
}
.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title:hover, .dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-ihbox-icon, .dsvy-ihbox-hover-active .dsvy-ihbox-btn a{
	color: #ffffff !important;
	transition:0.5s ease;
}
.dsvy-service-style-3 .dsvy-service-icon-wrapper{
	top:-48px !important;
	width:90px !important;
	height:90px !important;
	line-height:90px !important;
}
.dsvy-service-style-3 .dsvy-service-icon-wrapper svg, .dsvy-service-style-3 .dsvy-service-icon-wrapper img{
	width:60px !important;
	height:60px !important;
}
.dsvy-ihbox.dsvy-ihbox-style-11:before {
    display: none;
}

/* border */
.dsvy-service-style-3 .dsvy-service-icon-wrapper {
       border-radius: 10px !important;
}

.dsvy-ihbox-hover-active .dsvy-ihbox-style-11::before {
       display: none !important;
}
body .scroll-to-top {
    border: 0px solid #eeeeee !important;
    border-radius: 5px !important;
}

.dsvy-ihbox-style-11::after {
    border-radius: 5px !important;
}

.dsvy-ihbox-style-11::hover{
    border-radius: 5px !important;
}

.dsvy-element-miconheading-style-11.designervily-element-viewtype-row-column .dsvy-miconheading-style-11  {
    border-radius: 5px !important;
}
.dsvy-element-miconheading-style-11.designervily-element-viewtype-row-column .dsvy-miconheading-style-11:nth-child(odd) .dsvy-ihbox-style-11 {
    border-radius: 5px !important;
}

.dsvy-ihbox.dsvy-ihbox-style-11 {
    border-radius: 5px !important;
}

.dsvy-ihbox-style-11 {  
  border-radius: 5px !important;
}
   


/* scroll top */
body .scroll-to-top {
    border: 0px solid #eeeeee !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
}

.footerlogocbb {
    padding-bottom: 20px !important;
}

.dsvy-footer-style-1 .dsvy-footer-text-inner, .dsvy-footer-style-2 .dsvy-footer-text-inner {
    padding-top:15px !important;
    padding-bottom: 20px !important;
    margin-top: 0px !important;
}

.site-footer .widget {
    padding: 30px 0 24px !important;
}
.dsvy-ihbox-style-17 .dsvy-ihbox-icon-wrapper svg, .dsvy-ihbox-style-17 .dsvy-ihbox-svg-wrapper svg {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    fill: #ffffff !important;
}
.dsvy-ihbox-style-17 .dsvy-element-title{
	text-align:center;
}
.dsvy-ihbox-style-20 .dsvy-ihbox-overlay .dsvy-ihbox-icon-wrapper svg, .dsvy-ihbox-style-20 .dsvy-ihbox-overlay .dsvy-ihbox-svg-wrapper svg{
	display:none;
}
.dsvy-ihbox-style-20 .dsvy-ihbox-icon-wrapper svg, .dsvy-ihbox-style-20 .dsvy-ihbox-svg-wrapper svg{
	width:100px;
	height:100px;
}

/*ss fiv*/

.dsvy-header-style-4 .justify-content-between {
    justify-content: start;
    width: 100% !IMPORTANT;
    max-width: 100% !IMPORTANT;
}

.dsvy-header-style-4 .dsvy-right-box {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.dsvy-header-style-4  ul.mega-sub-menu {
    left: 0 !important;
}

.dsvy-header-style-4  .dsvy-menuarea {
    position: relative;
}

@media screen and (max-width: 1440px)
{
ul.mega-sub-menu {
    max-width: 100% !IMPORTANT;
}
}




@media (max-width: 1440px) {
ul.mega-sub-menu a.mega-custom-icon.mega-menu-link {
    text-align: center !important;
}

ul.mega-sub-menu a.mega-custom-icon.mega-menu-link:before {
    width: 100% !IMPORTANT;
    background-position: center !IMPORTANT;
}
}
@media (min-width: 1200px) {
ul.mega-sub-menu {
    width: 100% !IMPORTANT;
}
	.site-branding.dsvy-logo-area {
    margin-right: 0;
}
.dsvy-header-style-4 .dsvy-menuarea {
    position: relative;
    width: calc(100% - 400px);
    margin: 0 40px;
}
ul.mega-sub-menu {
    width: 100% !IMPORTANT;
}
ul.mega-sub-menu {
    min-width: 250px !IMPORTANT;
}
/* ul.mega-menu > li > a.mega-menu-link {
    font-size: 18px !IMPORTANT;
} */
}

.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title a span,.dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title a:hover span,body .dsvy-ihbox-hover-active .dsvy-ihbox-style-11 .dsvy-element-title{
    color: #FFF !IMPORTANT;
} 
/* Elementor Accordion - keep all FAQ closed initially */
.elementor-accordion .elementor-tab-content{
display:none !important;
}

/* Force close first accordion item on load 
.elementor-accordion .elementor-tab-title.elementor-active {
    background: inherit;
}

.elementor-accordion .elementor-tab-content {
    display: none !important;
}

.elementor-accordion .elementor-tab-title.elementor-active + .elementor-tab-content {
    display: none !important;
}*/


/* footer extra modify */
.dsvy-footer-section.dsvy-text-color-white .widget-title, .dsvy-footer-section.dsvy-text-color-white, .dsvy-footer-section.dsvy-text-color-white a {
    color: #e3e3e3 !important;
}

.dsvy-footer-copyright-box.col-md-6 .dsvy-footer-copyright-text-area {
  color: #e3e3e3 !important;
}
.dsvy-footer-copyright-box .dsvy-footer-copyright-text-area {
    text-align: left !important;
}
.dsvy-footer-copyright-box.dsvy-footer-copyright-box-1.col-md-6 {
    max-width: 61.333333% !important;
}
.dsvy-ihbox-hover-active .dsvy-heading-desc{
	color:#ffffff !important;
}

.site-footer {
    font-size: 14px !important;
}

.site-footer a:hover {
	color:#ffffff !important;
	font-weight: 500 !important;
}

.dsvy-footer-widget .dsvy-free-call-box .dsvy-call-text h3 {
	color:#ffffff !important;
	font-weight: 500 !important;
}

/* menu header item space */
@media (min-width: 1200px) {
    .dsvy-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-item > a.mega-menu-link:hover {
        color: #0b6cb3 !important;
    }
}

/* blog news page */
a.dsvy-author-link {
    display: none !important;
}
a.dsvy-author-link {
    display: none !important;
}

.dsvy-blog-meta-top .dsvy-meta {
    margin-right: 0px !important;
}

/* fppter icon book */

img.cbbmanualifootericona {
    width: 78px !important;
    height: 78px !important;
    margin-left: -5px !important;
    margin-bottom: 20px !important;

}


img.cbbmondoiconafooter {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 15px !important;
    margin-left: -5px !important;
}
/* 
img.cbbareaclienticonafooter {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 15px !important;
    margin-left: -5px !important;
} */


/* Default icon color page:storia-cbb*/
.dsvy-ihbox-style-1 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-1 .dsvy-ihbox-svg-wrapper svg {
    fill: #0b6cb3 !important;
}
/* Change SVG color when whole box is hovered */
article.dsvy-ele.dsvy-ele-miconheading.dsvy-miconheading-style-1.dsvy-ihbox-hover-active 
.dsvy-ihbox-icon-wrapper svg,
article.dsvy-ele.dsvy-ele-miconheading.dsvy-miconheading-style-1.dsvy-ihbox-hover-active 
.dsvy-ihbox-svg-wrapper svg {
    fill: #ffffff !important;
}
article.dsvy-ele.dsvy-ele-miconheading.dsvy-miconheading-style-1.dsvy-ihbox-hover-active:hover 
.dsvy-ihbox-icon-wrapper svg,
article.dsvy-ele.dsvy-ele-miconheading.dsvy-miconheading-style-1.dsvy-ihbox-hover-active:hover 
.dsvy-ihbox-svg-wrapper svg {
    fill: #ffffff !important;
}

.dsvy-ihbox-style-5 .dsvy-element-title::before{
	display:none !important;
}
.dsvy-ihbox-style-5 .dsvy-element-title{
	padding-left:0px !important;
}

/*Chi Siamo page code*/
.page-id-1025 .dsvy-ihbox.dsvy-ihbox-style-5 .dsvy-ihbox-icon-wrapper{
	max-width:120px !important;
}


/* blog news */
.advertise-info-list i {
    color: #FFFFFF ! IMPORTANT;
    margin-left: 5px;
}

.dsvy-meta-author-wrapper.dsvy-meta-line {
    display: none !important;
}

.dsvy-blog-style-3 .dsvy-service-btn a {
    font-family: Montserrat,sans-serif !important;
}

.dsvy-blog-style-3 .designervily-box-content .dsvy-post-title {
    font-family: Montserrat,sans-serif !important;
}

.dsvy-blog-style-3 .dsvy-meta-line a,
.dsvy-blog-style-3 .dsvy-meta-line {
    font-family: Montserrat,sans-serif !important;
}


#mega-menu-wrap-designervily-top #mega-menu-designervily-top input, #mega-menu-wrap-designervily-top #mega-menu-designervily-top img {
    max-width: 95% !important;
    border-radius: 5px !important;
}

.dsvy-service-style-5 .dsvy-service-icon-wrapper {
   border-radius: 5px !important;
}

.dsvy-service-style-5 .dsvy-service-img-wrapper {
    border-radius: 10px !important;
}

.dsvy-blog-style-3 .dsvy-featured-wrapper img {
    border-radius: 10px !important;
}

.designervily-sidebar .widget {
    border-radius: 5px !important;
}

.dsvy-service-single-style-1 .dsvy-service-feature-image img {
    border-radius: 5px !important;
}

.dsvy-breadcrumb a:hover {
  color: #fff !important;
  font-weight: bold !important;
}

/* Hide the last breadcrumb item (post title) - ONLY on single posts */
.single .dsvy-breadcrumb-inner span.post.current-item {
    display: none;
}

/* Hide the > separator before it - ONLY on single posts */
.single .dsvy-breadcrumb-inner span.taxonomy + font {
    display: none;
}


/* footer column fix */
@media screen and (min-width: 992px){
	.dsvy-footer-widget-col-1 {
    max-width: 30% !important;
    flex: 0 0 30% !important;
}
	.dsvy-footer-widget-col-2 {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}
	.dsvy-footer-widget-col-3 {
    max-width: 20% !important;
    flex: 0 0 20% !important;
}
	.dsvy-footer-widget-col-4 {
    max-width: 30% !important;
    flex: 0 0 30% !important;
}
	
}

/* .dsvy-blog-style-3 .designervily-box-content .dsvy-post-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
} */


.dsvy-blog-style-4 .designervily-box-content {
    border-radius: 5px 0px 5px 10px !important;
}


.dsvy-blog-style-4 .dsvy-featured-wrapper img {
    border-radius: 5px !important;
}

.elementor-widget-button.dsvy-btn-style-outline.dsvy-btn-shape-square .elementor-button, .elementor-widget-button.dsvy-btn-style-flat.dsvy-btn-shape-square .elementor-button {
    border-radius: 5px !important;
}
@media(max-width: 767px){
	.image_sec .elementor-element-89fc004 .dsvy-stretched-div.dsvy-stretched-left{
		position: inherit;
	}
}
@media (max-width: 540px) {
  .wp_home_form #wpforms-5485 .wpforms-field {
    width: calc(100% - 5px);
    box-sizing: border-box;
    padding: 10px 0px;
  }
	.wp_home_form #wpforms-5485 .wpforms-field-container{
		display: block;
	}
}

.page #content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/* Icon color white - closed state */
.elementor-widget-accordion .elementor-accordion-icon-closed i,
.elementor-widget-accordion .elementor-accordion-icon-opened i {
    color: #ffffff !important;
}

/* Icon white on hover */
.elementor-widget-accordion .elementor-tab-title:hover .elementor-accordion-icon-closed i,
.elementor-widget-accordion .elementor-tab-title:hover .elementor-accordion-icon-opened i {
    color: #ffffff !important;
}

/* Icon white on active/open state */
.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed i,
.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened i {
    color: #ffffff !important;
}
.elementor-element-be6f380 > .elementor-widget-wrap {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: 625px 520px;
  }
@media (max-width: 1024px) {

  .elementor-element-be6f380 {
    min-height: 450px;
  }

  .elementor-element-be6f380 > .elementor-widget-wrap {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: 625px 520px;
  }
}
.dsvy-heading-subheading{
	margin-bottom: 0px;
}
.elementor-518 .elementor-element.elementor-element-be6f380:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-518 .elementor-element.elementor-element-be6f380 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 625px 520px;
}

.dsvy-heading-subheading.left-align .dsvy-heading-desc, .dsvy-heading-subheading.center-align .dsvy-heading-desc {
    max-width: 100% !important;
    padding-bottom: 0px !important;
}

form.wpcf7-form.init {
    padding-top: 30px !important;
}

.designervily-sidebar .widget.widget-ads, .site-content .widget.colza_widget .dsvy-advertise {
    padding-top: 20px !important; 
}

.advertise-info-list {
    line-height: 2.5em !important;
}


.elementor-slideshow__header i.eicon-share-arrow,
.elementor-slideshow__header i.eicon-frame-expand,
.elementor-slideshow__header i.eicon-zoom-in-bold {
    display: none !important;
}

/* PADDING COLONNE MEGA MENU: ora gestito dal pannello Max Mega Menu
   (Menu Themes > Mega Menus > Column Padding), non piu' via CSS */
.dsvy-footer-copyright-box.dsvy-footer-copyright-box-1.col-md-6 {
max-width: 65.333333% !important;
}
/* Center the main mega menu container */
#mega-menu-wrap-designervily-top .mega-menu {
    display: flex !important;
    justify-content: center !important;
}

/* Override any left-floating of menu items on desktop */
@media (min-width: 769px) {
    #mega-menu-wrap-designervily-top .mega-menu > li.mega-menu-item {
        float: none !important;
    }
}


 .elementor-image-box-img {
    width: 100%;
    width: auto !important;
}  


/* ==========================================================================
   FIX MEGA MENU - SOTTOTITOLI (specificita' alta per child theme)
   ========================================================================== */

/* Voci del Mega Menu con sottotitolo */
#mega-menu-wrap-designervily-top #mega-menu-designervily-top #mega-menu-item-248 > a.mega-menu-link,
#mega-menu-wrap-designervily-top #mega-menu-designervily-top #mega-menu-item-8714 > a.mega-menu-link,
#mega-menu-wrap-designervily-top #mega-menu-designervily-top #mega-menu-item-9913 > a.mega-menu-link,
#mega-menu-wrap-designervily-top #mega-menu-designervily-top #mega-menu-item-10105 > a.mega-menu-link {

    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;

}

/* Sottotitolo */
#mega-menu-wrap-designervily-top #mega-menu-designervily-top .mmm-subtitle {

    flex: 0 0 100% !important;
    width: 100% !important;

    display: block !important;

    margin-top: 10px !important;

    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;

    text-transform: none !important;

    color: #6b6b6b !important;

}

/* ==========================================================================
   END FIX MEGA MENU - SOTTOTITOLI
   ========================================================================== */


/* ==========================================================================
   MEGA MENU - REGOLE GENERICHE (valide per TUTTI i mega menu: Decanter,
   Accessori, Settori Impiego, ecc.)
   ========================================================================== */
/* ==========================================================================
   MEGA MENU - SOLO IMMAGINI
   NOTA: spazi/padding delle colonne si gestiscono dal pannello Max Mega Menu
   (Menu Themes > Mega Menus > Column Padding), NON qui via CSS.
   ========================================================================== */
@media (min-width: 1200px) {

  /* il widget immagine e il link occupano tutta la colonna */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-megamenu .widget_media_image,
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-megamenu .widget_media_image a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* immagine riempie la colonna (batte il max-width 95% del tema) */
  #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-megamenu .widget_media_image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
  }

}
/* ==========================================================================
   END MEGA MENU - SOLO IMMAGINI
   ========================================================================== */




#dsvy-list-all-posts-1 {
     padding: 0px !important;
 }

@media (min-width: 1200px) {
    /* spaziatura uniforme gestita a livello di COLONNA */
    #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-column {
        padding: 0 30px !important;
        box-sizing: border-box !important;
    }
    /* titolo: nessun rientro proprio, si allinea al bordo colonna */
    #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        padding-left: 0 !important;
    }
    /* immagine: nessun rientro proprio, riempie la larghezza della colonna */
    #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-item-type-widget.widget_media_image {
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    #mega-menu-wrap-designervily-top #mega-menu-designervily-top li.mega-menu-item-type-widget.widget_media_image img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
    }
    /* fix spaziatura destra immagine (generalizzato a tutte le colonne) */
    #mega-menu-wrap-designervily-top img.attachment-full {
        padding-right: 20px !important;
    }
}
#mega-menu-wrap-designervily-top #mega-menu-designervily-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row, .dsvy-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-row {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 1px !important;
}


#asl-storelocator.asl-cont #asl-geolocation-agile-modal.agile-modal .sl-form-group span {
      text-transform: none !important;
}


#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .asl-overlay-on-item .sl-no-item p {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

