/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Vertical Menu Customization - Matches nailcompany.com */
#mega-menu-wrap {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 0;
}

#mega-menu-title {
    background-color: #000 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
}

#mega-menu-title i {
    margin-right: 12px;
    font-size: 18px;
}

#mega_menu.sf-vertical {
    border: none !important;
    padding: 10px 0 !important;
}

#mega_menu.sf-vertical > li {
    border: none !important;
}

#mega_menu.sf-vertical > li > a {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 25px !important;
    display: block;
    transition: all 0.3s ease;
    border: none !important;
}

#mega_menu.sf-vertical > li:hover > a {
    background-color: #fde2e4 !important; /* Soft pink hover like reference */
    color: #000 !important;
    padding-left: 30px !important; /* Subtle slide effect */
}

/* Adjusting the arrow icons if they exist */
#mega_menu.sf-vertical li.menu-item-has-children > a:after {
    content: "\f105"; /* FontAwesome chevron right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    font-size: 14px;
    color: #ccc;
}

#mega_menu.sf-vertical li.menu-item-has-children:hover > a:after {
    color: #000;
}

/* Submenu styling */
#mega_menu.sf-vertical .sub-menu {
    background-color: #f5f5f5 !important;
    border: none !important;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1) !important;
    padding: 15px 0 !important;
    min-width: 220px !important;
    border-radius: 0 5px 5px 0 !important;
    left: 100% !important;
    top: 0 !important;
}

#mega_menu.sf-vertical .sub-menu li {
    border: none !important;
}

#mega_menu.sf-vertical .sub-menu li a {
    padding: 10px 25px !important;
    font-size: 14px !important;
    color: #444 !important;
    font-weight: 500 !important;
    background: transparent !important;
}

#mega_menu.sf-vertical .sub-menu li:hover > a {
    background-color: #eee !important;
    color: #000 !important;
}

/* Fix for icons appearing as squares */
#mega_menu.sf-vertical li.menu-item-has-children > a:after {
    content: "" !important; /* Remove the square character */
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(-45deg);
    margin-top: 8px;
    float: right;
    transition: all 0.3s ease;
}

#mega_menu.sf-vertical li.menu-item-has-children:hover > a:after {
    border-color: #000;
}

/* Specific fix for parent menu icons */
#mega_menu.sf-vertical > li.menu-item-has-children > a:after {
    margin-top: 5px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
