/*
Theme Name:     Avada ESC
Theme URI:      http://www.websitesetup.net
Description:    Everest Strong Coaching child-theme of the Avada theme
Author:         John W. Kieken at Website Setup dot net 
Author URI:     http://www.siteprogrammer.net
Template:       Avada
Version:        1.0
*/


/*___________________________________________________*/

/* remove dots under ABBR element as seen on "required" asterisks on forms */
abbr.fusion-form-element-required {
    border-bottom: none !important;
    text-decoration: none !important;  
	cursor: inherit !important;
}

/* Increase the size of the Modern Mobile Menu Hamburger */
.fusion-mobile-menu-design-modern .awb-icon-bars {
    font-size: 48px !important; /* Adjust this value to your preferred size */
    line-height: 1; /* Tighten line height for large icons */
    vertical-align: middle; /* Centers it relative to text/logo if needed */
    display: inline-flex;   /* Better for centering than inline-block in modern layouts */
    align-items: center;
}

/* Optional: Increase the clickable area if the icon feels cramped */
.fusion-mobile-menu-design-modern a.awb-icon-bars {
    padding: 10px; 
}