/* MAIN MENU (TOP‑LEVEL) — force white */
.site-header .site-header--navigation nav > ul > li > a,
.site-header .site-header--navigation nav > ul > li span.has-subnav a {
    color: #ffffff !important;
}

/* MAIN MENU HOVER — orange */
.site-header .site-header--navigation nav > ul > li > a:hover,
.site-header .site-header--navigation nav > ul > li.menu-item-has-children > a:hover {
    color: #E57200 !important;
}

/* DROPDOWN MENU ITEMS — default text */
.site-header .site-header--navigation nav > ul > li > ul a {
    color: #222222 !important;
}

/* DROPDOWN HOVER — orange */
.site-header .site-header--navigation nav > ul > li > ul a:hover {
    color: #E57200 !important;
}
