/*
Theme Name: Mondo Child
Description: Child theme for Mondo theme
Template: mondo
Version: 1.0.0
Text Domain: mondo
*/
	
/* Eliminazione padding centrale tra due box */

.box-padding.single-internal-gutter {
    padding: 0 !important;
}

/* Formattazione intestazione menu footer */
.footer-col .widgettitle {
    font-size: 14px!important;
    font-weight: 700;
}

/* Modifiche menu principale*/ 

.submenu-light .menu-smart ul a {
    color: #000;
}

.submenu-light .menu-smart ul li.current-menu-parent > a, .submenu-light .menu-smart ul li.active > a {
    color: #000;
}


body[class*=hmenu-] .submenu-light .menu-smart ul a:hover, body[class*=hmenu-] .submenu-light .menu-smart ul a:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0.03);
}

/* Modifiche menu mobile */

@media (max-width: 959px) {
.submenu-light .menu-smart li.active > a, .submenu-light .menu-smart li.current-menu-ancestor > a, .submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) > a {
    color: #000;

}

.submenu-light:not(.isotope-filters) .menu-smart a:hover, .submenu-light:not(.isotope-filters) .menu-smart a:focus {
    color: #000;
}

.submenu-light:not(.isotope-filters) .menu-smart a {
    color: #000;
}

.font-size-menu-mobile, .menu-container:not(.isotope-filters) ul.menu-smart a:not(.social-menu-link) {
    font-size: 20px !important;

}

}

/* Modifica blocchi per transizione verso l'alto e ombra*/
.div-move .single-block-padding,
.div-move .triple-block-padding{
  position: relative;
  top: 0;
	box-shadow:0 10px 40px rgb(0 0 0 / 10%);
  transition: top ease 0.3s;
}
.div-move .single-block-padding:hover,
.div-move .triple-block-padding:hover{
  top: -10px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}




