/*======================================
Theme Name: Divi Child
Theme URI: https://woomoment.nl
Description: This is a Divi child theme from WooMoment
Author: Kamran Ansari
Author URI: https://woomoment.nl
Author Email: info@woomoment.nl
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*add your custom CSS below this line*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}
.pa-inline-buttons {
    text-align: center !important;
}
#footer-widgets{display:none;} 
/* Make hamburger icon X */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}