/*
Theme Name:   Charifund Child
Theme URL:    https://wowtheme7.com/charifund-child/
Description:  Charity WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     charifund
Version:      1.4.0
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  charifundchildtheme
*/

/*
    Please Add your custom styles here

/* REMOVE BROWN SQUARES FROM DROPDOWN MENU - FINAL FIX */

/* Hide dropdown toggle buttons in submenus */
.charifund_main_menu .sub-menu .dropdown-toggle,
#charifund_main_menu .sub-menu .dropdown-toggle {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* Remove background from submenu toggles */
.sub-menu .menu-item-has-children > .dropdown-toggle {
    background: none !important;
    background-color: transparent !important;
}

/* Target the span element that creates brown squares */
.sub-menu .menu-item-has-children > a > span.dropdown-toggle {
    display: none !important;
}

/* Universal fix for all dropdown indicators in submenus */
.sub-menu button.dropdown-toggle,
.sub-menu span.dropdown-toggle,
.sub-menu .dropdown-toggle {
    position: absolute !important;
    left: -9999px !important;
    display: none !important;
}
*/