/*
 Theme Name:   Azienda Bolamperti Child Theme
 Theme URI:    https://www.aziendabolamperti.it/
 Description:  Child Theme per Divi
 Author:       Alessandro lagasca
 Author URI:   https://www.alessandrolagasca.it/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* old Colore top bar fixed
body.admin-bar.et_fixed_nav #top-header {
	background-color: #106c3a !important;
}
 */

#top-header, #et-secondary-nav li ul {
background-color: #106c3a !important;
}

/* Eliminato il footer */
#footer-bottom {
	display: none;
}

/* Colore menu hamburger e colore linea menu mobile aperto */
header .mobile_menu_bar:before {
    color: #106c3a;
}

.et_mobile_menu {
	border-top: 3px solid #106c3a !important;
}