/**
 * Theme Name:     IKnowledgeBase Child
 * Author:         Wow-Company
 * Template:       iknowledgebase
 * Text Domain:	   iknowledgebase-child
 * Description:    Easy, fast, minimalistic, responsive, and mobile-friendly WordPress Theme for creating Knowledge Base, Helpdesk, Wiki, and FAQ websites. Manage the display of categories on the main page of the site. Breadcrumbs for easy site navigation. Custom widget to display the current navigation in a category and in a separate post.
 */
.navbar{
	background-color:#114467;
	height:120px;
	
}
.navbar-item img {
	max-height:6rem;
}
.navbar-item.copyright{
	color: white;
	font-size: 1.5rem;
}
.footer {
	padding: 0rem;	
}
.footer{
	padding-bottom: 0rem !important;
	
}
li{
	margin-left:2rem;
}
.bpress-sidebar .widget {
	
/* 	background-color:#F1F9FF ; */
	background-color:#136FAD;
	color:white;
}
.bpress-crumbs-wrap {
/* 	background-color:#F1F9FF ; */
/* 		background-color:#136FAD; */
	background-color:#00D1FF;
}
.widget ul li.bpress-widget-item:hover, .widget ul a.bpress-widget-item:hover, .widget ol a.bpress-widget-item:hover, .widget ul li.bpress-widget-item.active, .widget ul a.bpress-widget-item.active, .widget ol a.bpress-widget-item.active, .bpress-sidebar .wp-tag-cloud li, .bpress-toc li a:hover, .bpress-prev-post:hover, .bpress-next-post:hover, .bpress-nav-section.active > .bpress-nav-item, .bpress-nav-section .bpress-nav-item:hover, .bpress-nav-article.active > .bpress-nav-item, .bpress-nav-article .bpress-nav-item:hover {
/* 	background-color:#D3EDFF; */
	background-color:#0e5c91;
}
.content h2 {
	color:white;
}
.bpress-search-submit input[type="submit"], button.bpress-btn, .bpress-comments-area .comment-reply-link, .bpress-comments-area .comment-respond #submit, .bpress-sidebar .wp-tag-cloud li:hover, .bpress-pagination .page-numbers.current, .bpress-pagination .page-numbers:hover, .bpress-pagination .page-numbers.next:hover, .bpress-pagination .page-numbers.prev:hover, .bpress-search-section{
	background-color: #114467;
}
.bpress-crumbs li a {
	color:white;
}
.bpress-crumbs li a:hover {
	color:white;
}
.bpress-breadcrumb-arrow {
	color:white;
}
.bpress-post-link {
	line-height:4rem;
}
.is-transparent{
	height:80px;
}

	@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.bpress-wrap {
   padding:0px;
  }
	.navbar-item.copyright {
		background-color:#114467;
	}
	.navbar-menu{
		padding:0px
	}
		.navbar-item, .navbar-link{
		padding:0px;
	}	
		.is-transparent {
			padding-left:10px
		}
	.bpress-content-area.bpress-
float-right{
/* 		padding :0px 28px; */
	}
}

/* @media only screen and (max-width: 768px) { */
/* @media only screen and ( min-width:600px  max-width: 768px) { */
@media only screen and (min-width: 600px) and (max-width: 768px) {

.bpress-wrap {
   padding:0px;
  }
.bpress-main{
		padding:0px 16px;
	}
	.bpress-sidebar.bpress-float-right{
		padding:0px 16px;
	}
	
	.is-transparent{
	height:90px;
		padding-left: 8px;
}
/* 	 */
		.bpress-sidebar{
		width: 40%;
	}
	.bpress-content-area.bpress-float-right{
		width: 60%;
	}
	.bpress-col-2, .bpress-col-3, .bpress-col-4{
		width:100%;
	}
.navbar-brand, .navbar-tabs {
		padding:10px;
	}
	
	.navbar-item, .navbar-link{
		padding:0px;
	}	
}
/*  */
.footer .navbar-item, .footer .navbar-link {
	color:white;
	font-size:24px;
}
.footer .navbar-link.is-active, .footer .navbar-link:focus, .footer .navbar-link:focus-within, .footer .navbar-link:hover, .footer a.navbar-item.is-active, .footer a.navbar-item:focus, .footer a.navbar-item:focus-within, .footer a.navbar-item:hover{
	color:lightgrey;
}
.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit]{
	padding:4px;
	background-color:#1677ff;
	border:none;
	color:white;
	width:100% !important;
}
.label-above .nf-field-element, .label-below .nf-field-element{
	text-align:center;
}
.content h2 {
	color:inherit;
}
/* @media only screen and (max-width: 480px) { */
@media only screen and (max-width: 600px) {
		.bpress-sidebar{
		width: 100%;
	}
	.bpress-content-area.bpress-float-right{
		width: 100%;
	}
	.bpress-col-2, .bpress-col-3, .bpress-col-4{
		width:100%;
	}
	
	.navbar-item, .navbar-link{
		padding:0px ;
/* 		padding:2px */
	}
	.is-transparent {
		padding-left: 8px;}
	
.navbar-item.copyright {
		background-color:#114467;
	}
.navbar-menu{
		padding:0px
	}
	.navbar.is-spaced{
		padding:8px;
	}
	.bpress-page-header{
		padding: 30px 25px 60px;
	}
	.is-transparent{
		height: 90px
	}
}