/*
Theme Name:     KnowHow Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowHow 
Author: 		Chris Mooney (Swish Themes)
Author URI: 	http://herothemes.com
Template:       knowhow
Version:        1.0.0
*/

@import url("../knowhow/style.css");
.category .sub-categories {
	list-style:none;
	padding:0;
	margin:0 0 30px 50px;
	display: flex;
  flex-wrap: wrap;
}
.category .sub-categories li {
	padding:0 0 0 30px;	
	margin: 0 0 10px;
	position:relative;
	float:left;
	width:50%;
}
.category .sub-categories h4, .category .sub-categories a {
	color:#666;
}
.category .sub-categories li:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
	content: "\f07b";
}
.custom-category-posts li.format-standard::before {
	content: "\f0f6"!important;
}
.custom-category-posts{
	list-style:none;
    padding: 0;
    display: grid;

}
.custom-category-posts li{
width: 100%!important;
}



/* ------- Insert custom styles below this line ------- */
/* KnowHow: remove right sidebar divider line */
#primary.sidebar-right #content {
    width: 100% !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    background-image: none !important;
}

#primary.sidebar-right #sidebar,
#primary.sidebar-right aside {
    display: none !important;
}

#primary.sidebar-right #content:before,
#primary.sidebar-right #content:after,
#primary.sidebar-right:before,
#primary.sidebar-right:after,
#primary .ht-container:before,
#primary .ht-container:after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
}