/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Template:     hello-elementor
 Version:      1.0
*/

/* Optional: add your custom CSS below */
/* Active/current item color in the mobile burger dropdown + submenus */
.elementor-location-header .elementor-nav-menu--dropdown a.elementor-item.elementor-item-active,
.elementor-location-header .elementor-nav-menu--dropdown li.current-menu-item > a,
.elementor-location-header .elementor-nav-menu--dropdown li.current-menu-ancestor > a,
.elementor-location-header .elementor-nav-menu--dropdown a[aria-current="page"] {
  color: #F5E5DD !important;
}

/* If the menu uses SVG carets/icons, sync them with the text color */
.elementor-location-header .elementor-nav-menu--dropdown a[aria-current="page"] svg {
  fill: currentColor !important;
}
