/*
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");

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 16px;
}
#site-header {
	background: #374a7a;
}
/* ------- Insert custom styles below this line ------- */
#primary-nav ul a {
	color: white;
	font-size: 18px;
	padding: 0 10px;
}
#primary-nav > ul > li:after {
	display: none;
}