/*
 Theme Name:   Kingster Child
 Theme URI:    http://demo.goodlayers.com/kingster
 Description:  Goodlayers Kingster Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/
.kingster-content-container{
//display: none;
}
.kingster-top-bar-right{
display: block !important;
}
.custom-html-widget{
	display: none;
}
.switcher{
	float: left;
}

#header-widget-area{
        float: right;
}
#header-widget-area .widgettitle{
        display: none;
}


.widget_search .search-form input.search-field{
	height: 23px;
	border: 0px;
	padding: 8px 6px;
}
.widget_search form:after {
	color: #aaa;
	right: 7px;
	top: 54%;
}
.wp-image-6657{
	margin-top: -8px;
}
.special-message{
	text-align: center;
	background-color: #bf0000;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
}
.special-message p{
	margin-bottom: 0px;

}.non-urgent-message{
	text-align: center;
	background-color: #d16002;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
}
.non-urgent-message p{
	margin-bottom: 0px;
}
@media only screen and (max-width: 750px) {
	.kingster-top-bar-right-social{
		margin-left: 10px;
	}
	#header-widget-area{
		float: none;
	}
	.widget_search{
		width: 70%;
		margin: auto;
	}
	.widget_search .search-form input.search-field{
        	padding: 16px 6px;
	}

	.wp-image-6657{
		float: none;
		margin-left: 0px;
	}


}
        /* keep header even till 767 */
/*
        .kingster-top-bar{ display: block; }
        .kingster-header-wrap.kingster-header-style-plain,
        .kingster-header-wrap.kingster-header-style-bar, .kingster-navigation-bar-wrap,
        .kingster-header-background-transparent, .kingster-header-boxed-wrap, .kingster-header-side-nav,
        .kingster-header-transparent-substitute, .kingster-sticky-navigation{ display: block !important; }

        .kingster-mobile-header-wrap{ display: none; }
        .kingster-mobile-header-wrap .kingster-top-bar{ display: none; }
        .kingster-mobile-header.kingster-fixed-navigation{ display: none; }
        .kingster-sticky-menu-placeholder{ display: block !important; }
*/

@media only screen and (max-width: 800px){

        /* remove header */
/*
        .kingster-top-bar{ display: none; }
        .kingster-header-wrap.kingster-header-style-plain,
        .kingster-header-wrap.kingster-header-style-bar, .kingster-navigation-bar-wrap,
        .kingster-header-background-transparent, .kingster-header-boxed-wrap, .kingster-header-side-nav,
        .kingster-header-transparent-substitute, .kingster-sticky-navigation{ display: none !important; }

        .kingster-mobile-header-wrap{ display: block; }
        .kingster-mobile-header-wrap .kingster-top-bar{ display: block; }
        .kingster-mobile-header.kingster-fixed-navigation{ display: block; }
        .kingster-sticky-menu-placeholder{ display: none !important; }
*/
}

