/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.8.1508681835
Updated: 2017-10-22 15:17:15

*/

/*This will change the active main menu item colour*/
#top-menu li.current-menu-item > a {
    color: #81d742 !important;
}

/*This will change the active main menu item colour when a submenu item is active*/
#top-menu li.current-menu-ancestor > a {
    color: #81d742 !important;
}
/*This will change the active submenu item colour*/
.nav li ul .current-menu-item a {
    color: #81d742 !important;
}

#main-header #top-menu #top-menu-nav li.current-menu-item > a {
color: #81d742 !important;
}