/*
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.65
*/

/* -----------------------------------
GENERAL
------------------------------------ */

body, input, optgroup, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li, span, div {
    font-family: "Gotham SSm A", "Gotham SSm B", Futura, sans-serif !important;
    font-size: 15px;
    color: #454545;
}

.ht-sitecontainer {
    background: #F2F2F2;
}

/* -----------------------------------
HEADER
------------------------------------ */
.site-header {
    background: linear-gradient(145deg, #00001F, #07153A) !important; 
}

.site-logo img, .wp-block-image.site-logo img, figure.site-logo img {
    width: 300px !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.btn_header-nav a {
	border: 1px solid #63bff5;
	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: #63BFF5;
    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: #63BFF5;
}

.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;
}