/*
Theme Name:     KnowAll Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowAll 
Author: 		HeroThemes
Author URI: 	http://herothemes.com
Template:       knowall
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */

.site-logo {
	width: 218px!important;
}

.site-header {
	background-color: #97bf0d!important;
	background-image: url(img/team.jpg)!important;
	background-position: center;
	background-size: cover;
}

button, input[type="reset"], input[type="submit"], input[type="button"], .hkb-article__content ol li::before, .hkb-article__content ul li::before, .hkb_widget_exit__btn {
	background: transparent!important;
}

.ht-container > a {
	color: #97bf0d!important;
}

.hkb-article__title a:hover, .ht-post__title a:hover {
	color: #97bd0f!important;
}

.site-header__banner {
	background: rgba(51, 51, 51,0.8);	
}

.site-header__search {
	background: rgba(51, 51, 51,0.8);	
}

.site-logo img {
    max-width: 200px!important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {


	li#menu-item-151 {
		background: #97bd0f!important;
		color: #FFF;
		border-radius: 3px;
	}
	
}
  
  /* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {

	li#menu-item-151 {
		background: #97bd0f!important;
		color: #FFF;
		border-radius: 3px;
	}
	
  }