/*
 Theme Name: Divi Child for Opale
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme by BerlinBlue
 Author: BerlinBlue 
 Author URI: https://berlinblue.net
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* divimundo - X icon in expanded mobile menu */

.mobile_nav.opened .mobile_menu_bar:before {
content: '4d';
}

/* divimundo - Make mobile menu fullwidth */

.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
} 

