/*
Theme Name: Drones WP Theme
Description: A Child theme for the Nichebarn WordPress theme.
Version: 1.0.0
Theme URI: http://www.nichebarn.com
Author: PMThemes
Author URI: http://www.pmthemes.com
Template: nichebarn
Text Domain: drones
*/

#header-wrap {
	  background: #90AFC5;
}
#sidebar {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #d9ecfd 0%, #e3f0fc 100%);
}
#topnav, #topnav-icon, #topheader {
	background: #2A3132;
}

#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	background: #373e3f;
    text-decoration: underline;
}
#topnav-menu li.current_page_item:first-child a{
    text-decoration: none;
}
#topnav-menu a:hover, #topnav-menu li a:hover {
	background: #14517e;
}
#navi-wrap, .stickynav {
	background: #336B87;
	border-top: 2px solid #437c99;
	border-bottom: 2px solid #437c99;
}
.nav-menu li {
    border-left: 1px solid #457c98;
    border-right: 1px solid #285d77;
}
.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: #2A3132;
}
.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: #336B87;
	border: 1px solid #336B87;
}
#footer-widgets-bg {
	background-color: #254e07;
}
#footer-widgets .widget ul li {
	border-bottom: 1px solid #336d03;
}
#footer {
	background-color: #295d77;
}
#footer {
	border-top: 1px solid #2A3132;
}
.post-title a:hover, .post-title a:active, .widget a:hover, .widget a:active {
    color: #336B87;
}
.scrollToTop {
    background: rgba(51, 107, 135, 0.9);
    border: 4px solid #2A3132;
}
.scrollToTop:hover {
    background: #10b1c8;
}
.comment-meta {
    display: none;
}
.woocommerce ul.products li.product a img:hover {
    border: 1px solid #336B87;
}
.woocommerce ul.products li.product .price {
    color: #336B87;
}
.video_block {
margin-top: 0.75em;
text-align:center;
}
.entry h2, .comment h2 {
    font-size: 1.35em;
}
#frontpage-slider .zeeslide img {
    border: 1px solid #336B87;
}
@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: #336B87;
}
}