/*
 Theme Name:     Divi Child
 Theme URI:      https://www.munki-boy.co.uk/
 Description:    Divi Child Theme
 Author:         munki-boy
 Author URI:     https://www.munki-boy.co.uk
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* 1. Force the main wrapper to stack vertically instead of side-by-side */
.no-collapse .et_pb_menu__wrap {
    display: flex !important;
    flex-direction: column !important;
}

/* 2. Show the desktop menu and kill the flex row layout */
.no-collapse .et_pb_menu__menu,
.no-collapse .et_pb_menu__menu > nav,
.no-collapse .et_pb_menu__menu > nav > ul {
    display: block !important;
}

/* 3. Force the list items to be full width and not float */
.no-collapse .et-menu-nav ul li {
    display: block !important;
    width: 100% !important;
    text-align: left !important; /* Adjust if you want them centered */
}

/* 4. Hide that annoying hamburger menu/mobile toggle */
.no-collapse .et_mobile_nav_menu {
    display: none !important;
}