/*
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");


/* ------- Insert custom styles below this line ------- */

#homepage-categories .column::before {
    content: "\f07c";
    font-size: 30px;
    color: #b71b0c;
}

#homepage-categories .sub-categories li::before {
    content: "\f15b";
    font-size: 22px;
    color: #ff7354;
}

#homepage-categories ul li.format-standard::before {
    content: "\f0f6";
    font-size: 22px;
    color: #ff7354;	
}

#site-header {
	padding: 0px;
	background: rgb(242,242,242);
	background: radial-gradient(circle, rgba(242,242,242,1) 40%, rgba(249,49,30,1) 100%); 
}

#related-posts .entry-title, 
#related-posts .entry-title a {
    margin-right: 20px;
}

#live-search #searchsubmit {
	margin: 9px 12px 0 0;
}
