/*
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 ------- */

#site-header {
	padding: 0;
	position: relative;
	z-index: 8000;
	background-color: #FFFFFF;
	height: 125px;
}
#primary-nav {
    top: 175px;
    float: right;
    position: relative;
}

#site-header #logo h1 {
    margin: 0px;
    position: relative;
    left: 105px;
    top: -60px;
    font-family: "Arial Black",Arial,sans-serif;
}

#site-header #logo h1>a {
	color: #32638E;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -4px;
	font-size: 56px;
}

#site-header #logo h2 {
    margin: 0px;
    position: relative;
    left: 105px;
    top: -58px;
    font-family: "Arial Black",Arial,sans-serif;
}

#site-header #logo h2>a {
	color: #32638E;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 42px;
}

.home .page-title {
	color: #32638E;	
	font-family: "Arial Black", Arial, sans-serif;
}

#homepage-categories h3, #homepage-categories h3 a, #homepage-categories h3 a:visited {
	color: #32638E;	
	font-family: "Arial Black", Arial, sans-serif;
}

#homepage-categories .column::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    color: #32638E;
    position: absolute;
    left: 0px;
    top: 0px;
}

.widget .widget-title {
	color: #32638E;	
	font-family: "Arial Black", Arial, sans-serif;
    font-size: 21px;
}

.widget .widget-title span {
	margin: 6px 0 18px 0;
}

#site-footer #copyright {
    float: left;
    font-size: 13px;
    margin: 10px 0px 0px;
}

#site-header #logo {
    margin-top: 10px;
    height: 105px;
}

#site-header #logo img {
    display: block;
    max-width: 100%;
    margin-top: 15px;
}

#primary-nav {
	top: -115px !important;
    float: right;
    position: relative;
}
