/*
Theme Name: Sarah – Lifestyle & Fashion Blogger Divi 5 Child Theme
Theme URI: https://wplayouts.com/sarah/
Description: A Stylish & Personal Divi 5 Child Theme for Lifestyle Blogger, Fashion Influencers, and Personal Coaches.
Author: WpLayouts
Author URI: https://wplayouts.com/
Version: 1.0.0
Template: Divi
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: personal-brand, coach, divi-5, multi-layout, responsive, blog-grid
*/


/* --- START MOBILE MENU --- */

/* Hide sub-menus by default */
.et_mobile_menu .menu-item-has-children > .sub-menu {
    display: none !important;
}

/* Show sub-menus when the 'visible' class is triggered by our JS */
.et_mobile_menu .menu-item-has-children.visible > .sub-menu {
    display: block !important;
    animation: revealMenu 0.4s ease-in-out;
}

/* Make sure the main link doesn't overlap our custom '+' icon */
.et_mobile_menu .menu-item-has-children > a {
    padding-right: 50px !important; 
}

/* Smooth dropdown animation */
@keyframes revealMenu {
    0% { opacity: 0; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- END MOBILE MENU --- */