@charset 'utf-8';
/*
 Theme Name:   BugsPatrol Child
 Theme URI:    http://bugspatrol.ancorathemes.com/
 Description:  BugsPatrol - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     bugspatrol
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  bugspatrol
*/
/* Change header background color */
header {
    background-color: #333; /* Replace with your desired color */
}

/* Optional: Change header text color */
header h1, header h2, header p {
    color: #ffffff; /* Replace with your desired text color */
}

.top_panel_wrap {
	position: relative;
}

.top_panel_fixed .top_panel_wrap {
	-webkit-box-shadow: -4px 3px 0px 0px background-color: #333;
	-moz-box-shadow: -4px 3px 0px 0px background-color: #333;
	box-shadow: -4px 3px 0px 0px background-color: #333;
}

.top_panel_over .top_panel_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
}

body:not(.top_panel_fixed) .top_panel_position_over.top_panel_wrap_inner,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_top,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_middle,
body:not(.top_panel_fixed) .top_panel_position_over .top_panel_bottom {
	background-color: #333; !important;
}

.scheme_original .top_panel_middle {
  background-color: #333;
}