/*
Theme Name:     KnowAll Child Theme
Theme URI: 		http://herothemes.com/
Description:    Child theme for KnowAll 
Author: 		HeroThemes
Author URI: 	http://herothemes.com
Template:       knowall
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */

html {
    line-height: 1.4 !important;
}

p {
    color: #707070 !important;
}

strong {
    color: #707070 !important;
}

li {
    color: #707070 !important;
}

.nav-header>ul>li:hover>a {
    background-color: #3e4cac;
    color: #fff;
}

.site-logo img {
    max-width: 220px;
    object-fit: contain;
}

.site-header__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
}

.hkb-category .hkb-category__title {
    color: #707070;
}

.hkb_widget_articles a {
    color: #707070 !important;
}

.hkb_widget_exit__content {
    color: #707070 !important;
}

.hkb-article__excerpt {
    color: #707070 !important;
}

.hkb_widget_toc ol li.active > a {
    background-color: #3e4cac !important;
}