
/* 
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*change hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*increase space between menu items*/
.et-l--header .et-menu-nav>ul>li {
    padding: 0 20px!important;
}