/*
Theme Name: Philanthropy Child
Description: Philanthropy is created by <a href="http://themefuse.com">ThemeFuse</a>. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: philanthropy-parent
Version: 2.0
Text Domain: philanthropy
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.fw-header.fw-sticky-menu .fw-header-main {
  background: #1b3039;
  background: rgb(27, 48, 57);
}

.fw-sticky-menu .fw-site-navigation > ul > li > a {
  color: #ffffff;
}

.fw-header-main .current-menu-item a {
	color: #ffffff !important;
}

.fw_theme_bg_color_1{
  background-color: #1b3039 !important;
}

.sub-menu li a:hover {
color: #ffffff !important;
background-color: #1b3039 !important;	
}

.fw-site-navigation > ul > li > a:after {
	background-color: #c1d82f !important;}

.fw-site-navigation > ul > li > a {
    color: #ffffff;
  }

.fw-site-navigation > ul > li > a:hover {
  color: #c1d82f;
}

.fw-sticky-menu .fw-site-navigation > ul > li > a:hover {
  color: #c1d82f;
}

.fw-site-navigation > ul > li ul > li:hover > a,
.fw-site-navigation > ul > li ul > li.parent.hover > a,
.fw-site-navigation > ul > li ul > li.current-menu-item > a {
  color: #fff;
  background-color: #b5bfc4;
  background: rgb(181, 191, 196);
}

.fw-site-navigation > ul > li ul > li > ul > li {
  background-color: #c1d82f;
  background: rgb(193, 216, 47);
}

.help-steps a {color: #ffffff !important;}

.help-steps a:hover {
color: #c1d82f !important;
}

