/*
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: 15px 0;
    position: relative;
    z-index: 8000;
}

#site-header #logo img {
    height: 67px;
}

#footer {
    width: 100%;
    padding: 70px 0 0 0;
    background: #262831;
    text-align: left;
}

.footer-in {
    margin: 0 auto;
    padding-bottom: 20px;
    color: #ccc;
    position: relative;
}

.footer-in h5.subtitle, .toggle-top-area h5.subtitle {
    color: #fff;
    padding-bottom: 10px;
    padding-left: 1px;
    border-bottom: 2px solid rgba(255,2555,255,0.02);
    margin: 0 0 25px 0;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}

.footer-in p, .footer-in .textwidget {
    line-height: 1.83;
    color: #898b92;
    font-size: 14px;
}

.widget .socialfollow {
    float: none;
    clear: both;
    margin: 10px 0;
}

.footer-in .widget ul li a {
    text-decoration: none;
    color: #c8c9ce;
    font-weight: 400;
}