/**
 * Theme Name:     KnowAll Child
 * Author:         HeroThemes
 * Template:       knowall
 * Text Domain:	   knowall-child
 * Description:    KnowAll is a fully featured knowledge base theme for WordPress.
 */

/*
 Theme Name:   KnowAll (When I Work)
 Theme URI:    http://herothemes.com/
 Description:  KnowAll Child Theme for When I Work
 Author:       HeroThemes
 Author URI:   http://herothemes.com/
 Template:     knowall
 Version:      2.0.0
 License:
 License URI:
*/

@media screen and (min-width: 800px) {
    .site-footer {
        padding: 4rem 0;
    }
}

.site-footer {
    background: #172433;
    color: hsla(0, 0%, 100%, .55);
    content-visibility: auto;
    padding: 2rem 0;
    font-size: 1rem;
}


/*
 * Header styles
 */
/*
.site-header .site-header__banner {
    background-color: #fff;
    height: 97px;
    padding: 20px 0;
	margin-top: -20px;
}

.nav-header ul li a {
    color: #1e73be !important;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .ht-pageheader {
        padding: 20px 0;
        background: #1e73be;
    }
}

.ht-pageheader {
    background: #1e73be;
    padding: 15px 0;
    display: table;
    width: 100%;
}
*/
/*
 * Footer styles
 */
/*
.site-footer {
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    line-height: 28px;
    padding-top: 51px;
    padding-bottom: 40px;
	background-color: #333 !important;
}
*/

