/*
Theme Name:     KnowAll (Child)
Description:    Child theme for KnowAll
Author: 		Indigo Tree
Author URI: 	https://indigotree.co.uk
Template:       knowall
Version:        1.0.0
*/

.hkb-article__content img {
    display: inline-block;
}

.site-footer {
    background-color: #68707a;
}
.site-footer,
.site-footer .nav-footer a,
.site-footer .site-footer__copyright {
    color: rgba(255, 255, 255, .7);
}

.button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 18px;
    line-height: 1;
    border-radius: 99px;
    transition: background .3s ease-in-out;
}
.button:hover, .button:focus {
    color: #fff !important;
    text-decoration: none;
}

.site--2 .button,
.site--7 .button {
     background-color: #48b170;
}
.site--3 .button {
     background-color: #2c2e83;
}
.site--4 .button {
     background-color: #b61e3f;
}
.site--5 .button {
     background-color: #8a8a8d;
}

.site--2 .ht-page svg,
.site--2 .ht-page path,
.site--2 .hkb-category__iconwrap svg,
.site--2 .hkb-category__iconwrap path,
.site--7 .ht-page svg,
.site--7 .ht-page path,
.site--7 .hkb-category__iconwrap svg,
.site--7 .hkb-category__iconwrap path {
    fill: #48b170 !important;
}
.site--3 .ht-page svg,
.site--3 .ht-page path,
.site--3 .hkb-category__iconwrap svg,
.site--3 .hkb-category__iconwrap path {
    fill: #2c2e83 !important;
}
.site--4 .ht-page svg,
.site--4 .ht-page path,
.site--4 .hkb-category__iconwrap svg,
.site--4 .hkb-category__iconwrap path {
    fill: #b61e3f !important;
}
.site--5 .ht-page svg,
.site--5 .ht-page path,
.site--5 .hkb-category__iconwrap svg,
.site--5 .hkb-category__iconwrap path {
    fill: #8a8a8d !important;
}

@media screen and (max-width: 479px) {
    .site-footer__brand {
        text-align: center;
        margin-bottom: 20px;
    }
}

.hkb-article__content table th,
.hkb-article__content table td {
    text-align: left;
    vertical-align: top;
}

.site--2 .site-logo img,
.site--7 .site-logo img {
    width: 165px;
}
.site--3 .site-logo img {
    width: 165px;
}
.site--4 .site-logo img {
    width: 180px;
}
.site--5 .site-logo img {
    width: 180px;
}

.ht-page a:hover,
.ht-page .widget a:hover {
    text-decoration: underline;
}

.hkb-category__link:hover .hkb-category__title {
    color: inherit;
    text-decoration: underline;
}

pre,
.hkb-article__content pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
