/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* Parent menu background color */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.av-active-burger-items.av-show-submenu > a {
    background:#e1e1e1;
    color: #31b7fc !important;
}

/* Submenu background color */

#top #header li .sub-menu li a {
    background: #ffffff;
    color: #6786a1 !important;
}

/* Active burger menu links */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a {
    color: #6786a1;
}

/* Active burger menu links */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item li.current-menu-item .avia-menu-text {
    color: #31b7fc;
}
