/*
Theme Name: Divi Starter
Theme URI: https://github.com/aldadera
Description: Super clean Divi child theme for start a project with Divi.
Author: Navynda Aldadera
Author URI: https://github.com/aldadera
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Mobile Menu Fullwidth
*/
.container.et_menu_container { 
    width: calc( 100% - 60px);
}

.et_mobile_menu {
    margin-left: -30px;
    padding: 5%;
    width: calc( 100% + 60px);
    height: 100vh;
}