/*
Theme Name:   North Star Annual Report
Description:  North Star Annual Report Child Theme
Author:       Shanthony
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  north-star-annual-report
*/

/* Write here your own personal stylesheet */

#top-menu-nav #top-menu > .menu-item-type-custom > a {
    color: unset !important;
}

#top-menu-nav #top-menu > .menu-item-type-custom > a.ds-menu-active {
    color: #d54426 !important;
}

#top-menu-nav #top-menu .current_page_parent ul a {
    color: unset !important;
}

#top-menu-nav #top-menu .current_page_parent ul a.ds-menu-active {
	color: #d54426 !important;
}

.ds-menu-active {
    color: #d54426 !important;
}