/*
Theme Name: NicheGreen
Description: A Child theme for the Nichebarn WordPress theme.
Version: 1.0.0
Theme URI: http://www.nichebarn.com
Author: PreMadeThemes
Author URI: http://www.premadethemes.com
Template: nichebarn
Text Domain: nichegreen
*/


#topnav, #topnav-icon, #topheader {
	background: #3f7d34;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #0e770a;
}
#topnav-menu a:hover, #topnav-menu li a:hover, #navi-wrap, .stickynav {
	background: #2c6700;
}
#navi-wrap, .stickynav {
	border-top: 3px solid #e5e4d7;
	border-bottom: 3px solid #e5e4d7;
}
.nav-menu li {
    border-left: 1px solid #224607;
    border-right: 1px solid #518a27;
}
.nav-menu li:first-child {
    border-left: none;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
	background: #187c02;
}
.nav-menu .sub-menu, .nav-menu .children {
	background: #285e00;
	border: 2px solid #4f9b26;
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 1px solid #4f9b26;
}
ul.nav-menu ul a, .nav-menu ul ul a {
	border-top: 1px solid #4f9b26;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #003804;
}
.toggled-on li, .toggled-on .children {
	border-top: 1px solid #4f9b26;
	border-left: 1px solid #4f9b26;
}
#sidebar .widgettitle, #frontpage-magazine-widgets .widget .widgettitle, .widget-tabnavi, .widget-tabnavi {
	background: #2c6700;
}
#footer-widgets-bg {
	background-color: #254e07;
}
#footer {
	background-color: #003804;
}
.post-title a:hover, .post-title a:active, .widget a:hover, .widget a:active {
    color: #2c6700;
}
.scrollToTop {
    background: rgba(4, 83, 9, 0.9);
    border: 4px solid rgba(0, 56, 4, 0.9);
}
.comment-meta {
    display: none;
}
.woocommerce ul.products li.product a img:hover {
    border: 1px solid #2c6700;
}
.woocommerce ul.products li.product .price {
    color: #2c6700;
}
@media only screen and (max-width: 60em) {
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
	background-color: #003804;
	color: #fff;
}
.toggled-on .nav-menu .sub-menu,
.toggled-on .nav-menu .children {
	background-color: #2c6700;
}
}