/*======================================
Theme Name: Divi-Child
Theme URI: https://divicake.com/
Description: A divi child theme powered by the Divi and Divi builder
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

