/*
Knowledge Base modified CSS
for theme: BlankSlate ShiVa
based on: http://wordpress.org/themes/blankslate
by Felix Caffier
Author URI: http://trisymphony.com
Description: Based on TidyThemes BlankSlate 4.0.3
*/


/*===> container <===*/

#kbe_container {
    width: 100%;
}


/*===> search <===*/

.kbe_search_field {
    margin: 0 0 36px;
    width: 100%;
}
.kbe_search_field input[type=text] {
    font-size: 15px;
    width: 80%;
    padding: 12px 17px 13px 60px;
    background: url(images/kbe_search_btn.png) no-repeat left #333;
}
#search-result li{
    background: url("images/kbe_icon_search_list.png") no-repeat scroll left 16px top 13px #222;
    list-style: none outside none;
    padding: 0px 0 0px 8px;
}
#search-result li a {
    background-position:20px center;
    background-repeat:no-repeat;
    display:block;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding:12px 20px 12px 45px;
}
#search-result li:hover{
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    background-color: #333;
}
.kbe_no_result {
    background: url("images/kbe_icon_search_list.png") no-repeat scroll left 16px top 13px #222;
    padding: 16px 0 14px 62px;
    display: inline-block;
    width: 80%;
}



/*===> content <===*/

#kbe_content {
}
#kbe_content ul {
    list-style-type: disc;
    padding: 0 19px;
    margin-bottom: 20px;
}
#kbe_content ol {
    list-style-type: decimal;
}


.kbe_categories {
    width:100%;
}
.kbe_category {
    width: 44%;
    margin: 0 4% 3% 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#kbe_content h2 span.kbe_count {
    font-size: 14px;
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #166c94;
}
#kbe_content .kbe_category .kbe_article_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#kbe_content .kbe_article_list li, #kbe_container li {
    margin-bottom: 4px;
    background: url(images/kbe_article_icon_img.png) no-repeat left top;
    padding: 0 0 0 30px;
    line-height: 20px;
}
#kbe_content .kbe_article_list li a, #kbe_container li a {
    font-size: 14px;
}



/*===> Articles <===*/

#kbe_content .kbe_articles ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
.kbe_articles ul li {
    list-style: none outside none;
    padding: 2px 0 0px 30px;
    margin: 0 0 3px;
    background: url(images/kbe_icon_search_list.png) no-repeat left top 9px;
}
#kbe_content .kbe_articles ul li a {
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
}
#kbe_content .kbe_articles ul li span{
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_articles ul li p{
    margin-bottom: 0px;
}
#kbe_content .kbe_articles .kbe_read_more{
    float: right;
	margin-top:-8px;
}
#kbe_content .kbe_articles .kbe_read_more a{
    font-size: 14px;
}



/*===> Search Page <===*/

#kbe_content .kbe_articles_search ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
.kbe_articles_search ul li {
    list-style: none outside none;
    padding: 4px 0 24px 30px;
    margin: 0 0 10px;
    background: url(images/kbe_icon_search_list.png) no-repeat left top 8px;
    border-bottom: 1px solid #e2e2e2;
}
#kbe_content .kbe_articles_search ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
}
#kbe_content.kbe_articles_search ul li span{
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_articles_search ul li p{
    margin-bottom: 0px;
}
#kbe_content .kbe_articles_search .kbe_read_more{
    float: right;
    margin-top:-8px;
}
#kbe_content .kbe_articles_search .kbe_read_more a{
    font-size: 14px;
    font-weight: normal;
}
/*#kbe_container blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    font-style: italic;
}
#kbe_container blockquote cite {
    margin: 5px 0 0;
    display: block;
}*/



/*===> Headings <===*/

#kbe_container h1 {
/*    color: #000;
    font-size: 24px;
    font-weight: 600; */
    margin: 0 0 2%;
}
#kbe_content h2 {
    margin-bottom: 0px;
}
#kbe_content h2 a{
	color:#aaa;
}
#kbe_content h2 a:hover {
	color:#e2e2e2;
}
.kbe_category.has-child h2 {
    padding-left: 21px;
}
#kbe_content h3 {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 16px;
}
#kbe_content h4 {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}



/*===> Tags <===*/

.kbe_tags_div{
    width: 100%;
    height: auto;
    margin: 8px 0 16px;
    overflow: hidden;
}
.kbe_tags_icon{
    background: url(images/kbe_icon_tag.png) no-repeat left top 1px;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 12px;
}
.kbe_tags_div ul li{
    float: left;
    list-style: none;
    padding-right: 6px;
    text-transform: capitalize;
}
.kbe_tags_div ul li a{
    font-size: 14px;
}
.kbe_tags_div ul li::after{
    content: ",";
}
.kbe_tags_div ul li:last-child:after{
    content: "";
}


/* Screen Size modificators -------------------------------------------------------------- */

/* Large screens */
@media all and (max-width: 1600px) {
}

/* Medium screens */
@media all and (max-width: 1300px) {
	.kbe_category {
		width: 100%;
		margin: 0 0 5% 0;
		display: block;
		vertical-align: top;
		position: relative;
	}
}