/*
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.2
*/

/* -----------------------------------
GENERAL
------------------------------------ */

body, input, optgroup, select, textarea, p {
    font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", sans-serif !important;
    font-size: 15px;
    color: #454545;
}

.ht-sitecontainer {
    background: #F2F2F2;
}

/* -----------------------------------
HEADER
------------------------------------ */
.site-header {
    background: radial-gradient(circle,rgba(38, 68, 153, 1) 0%, rgba(8, 21, 83, 1) 100%) !important;
}

.site-logo img {
    max-width: 300px;
    height: auto;
}

.btn_header-nav a {
	border: 1px solid #fff;
	padding: 15px 30px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

.btn_header-nav a:hover {
	background: transparent !important;
}

/* -----------------------------------
SIDEBARS
------------------------------------ */
.hkb_widget_exit .hkb_widget_exit__btn {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .ht-page.ht-page--sidebarright .sidebar {
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .ht-page.ht-page--sidebarleft .sidebar {
        padding-right: 30px;
    }
}

.widget {
    background: #fff;
	border-radius: 8px;
}

.hkb_widget_exit__btn {
    background: #ec752e;
    font-weight: bold;
}

/* -----------------------------------
ARTICLES
------------------------------------ */
@media screen and (min-width: 768px) {
    .ht-page.ht-page--sidebarleft .ht-page__content {
        padding-left: 35px;
		}
}

.hkb-breadcrumbs li:last-child {
    color: #454545;
    font-weight: bold;
}

/* -----------------------------------
HOME PAGE
------------------------------------ */
.hkb-category.hkb-category--witharticles {
    border-bottom: 0 !important;
}

.ht-page__content {
    background: #fff;
    border-radius: 8px;
	padding: 25px !important;
}

.site-header .site-header__title {
    font-weight: bold;
}

.hkb-category .hkb-category__articlelist {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    list-style: disc;
    margin: 15px 0px 0px 16px;
    padding: 0px;
}

.hkb-category .hkb-category__articlelist li::marker {
    color: #ec752e;
}

.hkb-category .hkb-category__articlelist a::before {
	display: none !important;
}

.hkb-article__title a:hover, .hkb-article__link:hover h2, .ht-post__title a:hover, .hkb-category .hkb-category__articlelist a {
    color: #454545 !important;
}

/* -----------------------------------
FOOTER
------------------------------------ */
.site-footer {
    background: #252525;
    padding: 30px 0;
    position: relative;
}