/*======================================
Theme Name: drysteyn Child Theme
Theme URI: https://divicake.com/
Description: Child Theme_drysteyn
Version: 1.0
Author: Johan Olivier
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*show desktop menu on phone*/
@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
}