/*
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.6.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

/* ------- Insert custom styles below this line ------- */
/* 
html * {
    line-height: 1.8;
} */
:root {
    --link-color: #222E4C;
    --link-hover-color: #1BAECD;
    --secondary-color: #1BAECD;
    --primary-background-color: #222E4C;
    --body-color: #222E4C;
    --muted-background-color: #F5F9FA;
    --white-color: #fff;
    --dark-blue: #333C5E;
}

body * {
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hkb-article .hkb-article__title,
nav li,
.hkb-article__content h2 {
    line-height: 1.4;
}


.hkb-article .hkb-article__title,
h1,
.hkb-article__content h1,
body .ht-categoryheader .ht-categoryheader__title {
    font-size: 1.75em;
}

.hkb-article__content h2,
h2 {
    font-size: 1.5em;
    ;
}

.hkb-article__content h3,
h3 {
    font-size: 1.25em;
}

.hkb-article__content h4,
h4 {
    font-size: 1.125em;
}

.hkb-article__content h5,
h5 {
    font-size: 1em;
}

.hkb-article__content h6,
h6 {
    font-size: 0.875em;
}

dd,
li {
    margin-bottom: 10px;
}

.site-logo a {
    display: flex;
}

.site-logo img {
    height: 30px;
    width: auto;
}

.nav-heaeder {
    align-items: center;
}

.padding-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.margin-vertical-30 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

    body,
    .ht-sitecontainer {
        overflow-x: hidden;
        background: #fcfcfc;
    }
}


.hkb-site-search::after {
    top: 46%;
}

.hkb-category.hkb-category--style9 .hkb-category__description,
.hkb-category.hkb-category--style9 .hkb-category__articlelist {
    text-align: left;
    padding-bottom: 20px;
}


.hkb-category .hkb-category__title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
}

.site-header .site-header__title {
    font-weight: 700;
}

.hkb-category .hkb-category__articlelist>li {
    margin: 0 0 20px;
}


@media screen and (min-width: 768px) {
    .site-header .site-header__banner {
        padding: 40px 0;
    }

    .nav-header>ul>li.wpml-ls-item:hover>a {
        background: initial;
    }

    .nav-header>ul>li>a {
        padding-top: 10px;
    }


}


@media screen and (min-width: 768px) {
    .home-bottom-columns>.ht-container {
        display: flex;
        justify-content: space-between;
    }
}


.home-bottom-cta {
    width: 100%;
}



.site-footer {
    background: var(--white-color);
}


li.wpml-ls-item>a {
    display: flex !important;
}

.hkb-category__view-all {
    text-decoration: none;
}


.widget-title.bottom-columns-title {
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.widget-title.bottom-cta-title {
    margin-bottom: 4px;
    font-weight: 900;
}

.wpml-ls-slot-16,
.wpml-ls-slot-16 a,
.wpml-ls-slot-16 a:visited {
    color: var(--white-color)!important;
}

.ht-page__content .ht-categoryheader .hkb-category__iconwrap img,
.ht-page__content .ht-categoryheader .hkb-category__iconwrap,
.hkb-subcats .hkb-category .hkb-category__iconwrap,
.hkb-category .hkb-category__iconwrap img {
    /* flex-basis: 120px !important; */
    min-width: 80px !important;
    max-height:75px !important;
    vertical-align: middle;
}

hkb-category--boxed .hkb-category .hkb-category__iconwrap img,
.ht-categoryheader .hkb-category__iconwrap img {
    min-width: 80px !important;
}

.hkb-subcats .hkb-category .hkb-category__iconwrap,
.hkb-subcats .ht-categoryheader .hkb-category__iconwrap {
    flex-basis: 100%;
    
}

.hkb-subcats .hkb-category .hkb-category__title {
    font-size: 1.25rem;
}

.hkb-subcats {
    margin-bottom: 40px;
}

.page-header-wrapper>.site-header {
    background-image: unset;
}

body .nav-header>ul ul a:hover, .nav-header>ul .current-menu-item>a{
    color: var(--link-hover-color)  !important;
}

@media screen and (max-width: 767px) {
    .wpml-ls-menu-item .wpml-ls-flag+span {
        margin-left: -0.3em;
        color: var(--white-color);
    }

    .nav-header>ul a {
        padding: 15px 20px;
    }

    .nav-header>ul a:not(:hover) {
        color: inherit !important
    }

    .nav-header>ul>li.wpml-ls-item {
        margin: 5px 3px;
        display: inline-block;
    }

    .nav-header>ul>li {
        border-bottom-color: #EEF2F8;
        margin-bottom: 0;
    }

    .nav-header>ul>li.menu-item-has-children>a {
        font-weight: 500;
    }
}

.ht-404msg .ht-404msg__title,
.ht-404msg .ht-404msg__tagline {
    color: #333;
}


.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    padding-top: 2px;
}

@media screen and (min-width: 550px) {
    .hkb-subcats>li {
        padding: 0 10px;
    }
}


@media screen and (min-width: 990px) {
    .hkb-subcats>li {
        width: 33.3%;
    }
}


.hkb-category.hkb-category--boxed:not(.hkb-category--witharticles) .hkb-category__link {
    padding: 20px;
}


/*** New Custom Code ***/
input[type=text]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
    box-shadow: none;
}



.ht-page__content .hkb-archive {
    display: grid;
    align-items: stretch;
    grid-gap: 25px;
}

@media screen and (min-width: 550px) {
    .ht-page__content .hkb-archive {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

@media screen and (min-width: 650px) {
    .hkb-archive {
        margin: 0;
    }
}

.ht-page__content .hkb-archive.hkb-archive--3cols>li {
    width: 100%;
    padding: unset;
    margin: unset;
}

/** Category card ***/
.hkb-category.hkb-category--boxed,
.widget,
.ht-mobile-toc,
body .ht-mobile-exit {
    position: relative;
    background-color: white;
    box-shadow: 0 3px 30px 0 rgba(53, 102, 200, 0.09);
    -webkit-box-shadow: 0 3px 30px 0 rgba(53, 102, 200, 0.09);
    transition: all .1s ease-in-out;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
    font-size: inherit;
}

.hkb-category.hkb-category--boxed.hkb-category--witharticles {
    padding: 40px;

}

.hkb-category.hkb-category--boxed {
    margin-bottom: 0;
}

.hkb-category.hkb-category--boxed:hover {
    top: -5px;
    box-shadow: 0 3px 30px 0 rgba(53, 102, 200, 0.11)
}

.hkb-category.hkb-category--boxed.hkb-category--witharticles:hover {
    top: -10px
}

.hkb-category.hkb-category--boxed:not(.hkb-category--witharticles) .hkb-category__link:hover {
    background-color: white;

}

body:not(.home) .hkb-category.hkb-category--style9 .hkb-category__iconwrap img {
    height: 70px;
    object-fit: contain;
    width: 120px;
    max-width: 100%;
    object-position: center;
}

.home .hkb-category.hkb-category--style9 .hkb-category__iconwrap img {
    margin: unset;

}

.hkb-category.hkb-category--style9 .hkb-category__title {
    color: var(--link-color);
}

.hkb-category.hkb-category--boxed .hkb-category__title:hover {
    color: var(--link-hover-color);
}

.hkb-category.hkb-category--style9.hkb-category--witharticles .hkb-category__title {
    text-align: left;
}

.hkb-category__view-all {
    color: var(--link-hover-color);
    font-weight: 500;
}

.hkb-category__view-all:hover {
    color: var(--link-color);
}

.hkb-category .hkb-category__articlelist {
    margin-left: 0;
    line-height: 1.8;
}

.hkb-category .hkb-category__articlelist a:before {
    display: none;
}

.hkb-category .hkb-category__articlelist>li {
    position: relative;
    padding-left: 0;
}

.hkb_widget_articles a {
    padding: 0;
}

.hkb-category .hkb-category__articlelist>li+li,
.home-bottom-columns .hkb_widget_articles ul li+li {
    border-top: 1px solid #EEF2F8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.hkb-category .hkb-category__articlelist>li>a {
    transition: 0.4s ease-in-out;
    display: block;
}



.hkb-category .hkb-category__articlelist>li:hover::after {
    opacity: 1;
    right: 0;
}

.hkb-category.hkb-category--style9 {
    display: block;
}

.hkb-category .hkb-category__articlelist>li:hover>a,
.hkb-articlemini .hkb-article__link:hover .hkb-article__title {
    color: var(--link-hover-color);
}

.site-header .site-header__title {
    text-align: left;
    text-transform: capitalize;
}

.home .site-header__title {
    font-size: 40px;
    margin: 0 0 15px;
}

.hkb-site-search {
    margin-left: 0;
}


.home .site-header .site-header__search {
    padding: 60px 0;
}

.home .hkb-site-search .hkb-site-search__field {
    background-color: #F5F9FA;
}

.hkb-site-search .hkb-site-search__field:focus {
    border: 1px solid var(--secondary-color);
}

.hkb-site-search .hkb-site-search__field {
    border-radius: 15px;
    padding: 20px 40px 20px 65px
}

.hkb-site-search::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20.097' viewBox='0 0 19 20.097'%3E%3Cg id='Iconly_Light-outline_Search' data-name='Iconly Light-outline Search' transform='translate(-1.25 -1002.904)'%3E%3Cg id='Search-6'%3E%3Cpath id='Search-7' d='M19.129,1022.859l-.079-.07-2.971-3.065a8.9,8.9,0,0,1-5.7,2.07,9.45,9.45,0,0,1,0-18.89,9.3,9.3,0,0,1,9.131,9.446,9.589,9.589,0,0,1-2.4,6.379l2.936,3.029a.746.746,0,0,1,.015,1.013l-.015.016a.687.687,0,0,1-.916.071ZM2.656,1012.35a7.867,7.867,0,0,0,7.725,7.99,8,8,0,0,0,0-15.981A7.867,7.867,0,0,0,2.656,1012.35Z' fill='%231baecd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    height: 22px;
    background-size: 20px;
    left: 30px;
}

body .site-header {
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

.home .ht-sitecontainer.ht-sitecontainer--wide {
    overflow: hidden;
    position: relative;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {


    .home .ht-sitecontainer .ht-sitecontainer-image {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .home .ht-sitecontainer.ht-sitecontainer--wide {
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/images/hero-banner.svg);
        background-position: center 12px;
        background-size: 1600px auto;
    }

    .site-header__search {
        z-index: 2;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image {
        position: absolute;
        left: 50%;
        transform: translatex(calc(-50% + 221px));
        top: -48px;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image svg {
        width: 265px;
    }

   

    .home .site-header__title {
        max-width: 60%;
    }

    .home .hkb-site-search {
        max-width: 50%;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .home .ht-sitecontainer.ht-sitecontainer--wide {
        background-size: 2000px auto;
        background-position: center 0;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image {
        transform: translatex(calc(-50% + 275px));
    top: -6px;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image svg {
        width: 312px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .home .ht-sitecontainer.ht-sitecontainer--wide {
        background-position: center -82px;
        background-repeat: no-repeat;
        background-size: 2500px;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image {
        position: absolute;
        left: 50%;
        transform: translatex(calc(-50% + 342px));
        top: -15px;
    }

    .home .ht-sitecontainer .ht-sitecontainer-image svg {
        width: 382px;
    }
}



/*** Call to action ****/

.home-bottom-cta.ht-container {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(246 248 251) 50%);
    max-width: 100%;
    margin-bottom: 0;
}

.home-bottom-cta>.ht-container {
    background-color: var(--dark-blue);
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 40px;
    background-image: url(/wp-content/uploads/images/cta-bg.svg);
    min-height: 268px;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 1340px;
    background-size: cover;
}


.home-bottom-cta>.ht-container * {
    color: var(--white-color);
}


.widget-title.bottom-cta-title {
    color: var(--secondary-color);
    font-size: 2.5rem;
    margin-top: 0;
}

body .hkb_widget_exit .hkb_widget_exit__btn,
.btn,
.hkb-feedback .ht-voting-comment__submit,
body .ht-mobile-exit .hkb_widget_exit__btn {
    border-radius: 7px;

    transition: all 0.4s ease-in-out;
    padding: 15px 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

body .hkb_widget_exit .hkb_widget_exit__btn,
.btn,
body .ht-mobile-exit .hkb_widget_exit__btn {
    margin-top: 5px;
}

@media (max-width: 960px) and (min-width: 768px) {
    body .hkb_widget_exit .hkb_widget_exit__btn {
        padding: 12px 15px;
        line-height: 1.6;
    }

    .widget {
        padding: 20px;
        margin: 0 0 25px;
    }

    .hkb-category.hkb-category--boxed.hkb-category--witharticles {
        padding: 30px;
    }
}

.home-bottom-cta .hkb_widget_exit .hkb_widget_exit__btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.home-bottom-cta .hkb_widget_exit .hkb_widget_exit__btn:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border: 1px solid var(--white-color);
}

.hkb_widget_exit .hkb_widget_exit__content {
    margin: 15px 0;
}


/***** Bottom columns widget ****/
.home-bottom-columns>.ht-container {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 25px;
}

.home-bottom-columns {
    background-color: var(--muted-background-color);
}

.bottom-widget-columns {
    max-width: 350px;
}

/***** Bottom *******/
.ht-bottom>.ht-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .addtoany_list a,
.widget .addtoany_list a {
    padding: 0 5px;
}

/**** Footer ****/
.ht-bottom {
    padding: 40px 0px 25px;
}

.widget_media_image a {
    display: flex;
}

.site-footer {
    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 479px) {
    .site-footer .site-footer__copyright {
        margin: 0;
    }

}

.site-footer>.ht-container>div,
.site-footer .nav-footer a {
    color: currentColor;
}

.site-footer .nav-footer a:hover {
    text-decoration: none;
    color: var(--link-hover-color);
}

.menu-footer-menu {
    display: flex;
}

.site-footer .nav-footer ul li:last-child {
    margin: 0;
}


.site-footer>.ht-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.site-footer__copyright {
    text-decoration-style: none;
}

.bottom-widget-right.widget_nav_menu * {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .site-footer>.ht-container {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .site-footer__copyright {
        margin-right: 40px;
    }

    .bottom-widget-right.widget_nav_menu {
        display: none;
    }

}

.site-footer .nav-footer,
.site-footer .site-footer__copyright {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .site-footer .nav-footer {
        margin-bottom: 20px;
      
    }

    .site-footer__copyright {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .site-footer__copyright::before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        right: -30px;
        height: 1px;
        background-color: #EEF2F8;
    }

    .ht-bottom>.ht-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


    .bottom-widget-right.widget_a2a_follow_widget {

        margin-top: 30px;
    }


}



/***** Inner pages title *****/
.page-header-wrapper {
    background-image: url(/wp-content/uploads/images/inner-bg.svg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2500px;
    background-color:  var(--muted-background-color);
}

body:not(.home) .site-header .site-header__search {
    padding: 20px 0 50px 0;
}

body:not(.home) .site-header .site-header__title {
    font-size: 32px;
}

.ht-pageheader {
    background-color: #fcfcfc;
}

.hkb-breadcrumbs,
.hkb-breadcrumbs a,
.hkb-breadcrumbs li:last-child {
    color: inherit;
}

.hkb-breadcrumbs li:first-child {
    font-weight: 700;
}

.hkb-breadcrumbs li {
    margin-bottom: 0;
}

.ht-categoryheader {
    border-bottom: none;
}


/***** Header ****/
.nav-header {

    align-items: center;
}



@media screen and (min-width: 768px) {
    body .nav-header>ul>li:hover>a {
        background: transparent;
        color: var(--link-hover-color);
    }
}


.hkb_widget_toc .widget__title{
    color: var(--body-color) ;
}

.widget .widget__title,
.ht-mobile-toc .ht-mobile-toc__title {
    font-size: 1.3em;
    margin: 0 0 20px;
}

.ht-articlelist li {
    border-bottom-color: #EEF2F8;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.ht-mobile-toc li a {
    margin: 0 0 5px;
}

.ht-mobile-toc li a {
    color: inherit;
    text-decoration: none;
}

body .hkb_widget_toc ol li.active>a {
    background-color: var(--muted-background-color);
    color: var(--link-hover-color);
    font-weight: 500;
}


.hkb_widget_toc ol li a:hover {
    background: transparent;
    color: var(--link-hover-color);
}






body .hkb_widget_exit .hkb_widget_exit__btn,
.btn:hover,
.hkb-feedback .ht-voting-comment__submit:hover:not([disabled]),
body .ht-mobile-exit .hkb_widget_exit__btn {
    background: var(--white-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

body .hkb_widget_exit .hkb_widget_exit__btn:hover,
.btn,
.hkb-feedback .ht-voting-comment__submit:not([disabled]),
body .ht-mobile-exit .hkb_widget_exit__btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}

body .hkb_widget_exit .hkb_widget_exit__btn[disabled],
.btn[disabled],
.hkb-feedback .ht-voting-comment__submit[disabled],
body .ht-mobile-exit .hkb_widget_exit__btn[disabled] {
    opacity: 0.6;
    border: 1px solid #e0e1e2;
}



body .nav-header>ul>li ul li a {
    color: currentColor;

}

body .nav-header>ul>li ul li a:hover,
.nav-header ul li:not(.menu-item-has-children) a:hover,
body .nav-header>ul>li ul li a:focus,
.nav-header ul li:not(.menu-item-has-children) a:focus {
    color: var(--link-hover-color) !important;
}

.hkb-feedback {
    background: var(--white-color);
    border: 1px solid #F2F5FC;
    position: relative;

}

.hkb-feedback .hkb-feedback__title {
    margin-bottom: 20px;
    color: inherit;
}

.hkb-feedback .ht-voting-comment,
.ht-voting-thanks {
    text-align: center;
    margin-top: 0;
}

.ht-voting-thanks {
    margin: 0 0 20px;
}

/* .hkb-feedback .ht-voting-comment__textarea{
    margin-top: 20px;
} */
body .nav-header>ul>li ul li a:hover {
    background: transparent;
}

@media screen and (max-width: 767px) {


    body .nav-header>ul>li ul li+li {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {

    .nav-header>ul>li {
        margin: 0;
        float: none;
    }

    .nav-header>ul>li ul li a,
    .nav-header>ul>li ul li:first-child a,
    .nav-header>ul>li ul li:last-child a {
        padding: 0;
    }

    .nav-header>ul {
        display: flex;
    }

    .nav-header ul.sub-menu {
        padding: 30px;
    }

    body .nav-header>ul>li ul li+li {
        margin-top: 20px;
    }

    .nav-header>ul>li>a,
    .wpml-ls-legacy-list-horizontal,
    .wpml-ls-legacy-list-horizontal a,
    .wpml-ls-legacy-list-horizontal a span {
        font-size: inherit;
        padding: 0;
    }

    .nav-header>ul>li,
    .wpml-ls-legacy-list-horizontal {
        margin-left: 20px;
    }

    .wpml-ls-legacy-list-horizontal {
        order: 2;
    }

    .nav-header>ul>li ul {
        -webkit-box-shadow: 0 3px 30px 0 rgba(53, 102, 200, 0.09);
        box-shadow: 0 3px 30px 0 rgba(53, 102, 200, 0.09);
    }

    .nav-header>ul>li:last-child>ul::before {
        display: none;
    }

    .nav-header>ul>li:last-child>ul {
        right: 50%;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.nav-header>ul>li.menu-item-has-children>a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.1 19' fill='%231B69FF'%3E%3Cpath d='M17 19c-0.5 0-1-0.2-1.4-0.6L0.6 3.4c-0.8-0.8-0.8-2 0-2.8 0.8-0.8 2-0.8 2.8 0L17 14.2 30.7 0.6c0.8-0.8 2-0.8 2.8 0 0.8 0.8 0.8 2 0 2.8L18.4 18.4C18 18.8 17.5 19 17 19z'/%3E%3C/svg%3E");
}

/**** Info panel ***/
.hts-messages.hts-messages--info.hts-messages--withicon,
.hts-messages.hts-messages--alert.hts-messages--withicon {
    background-position: 20px 25px;
}

.hts-messages.hts-messages--info.hts-messages--withicon {
    background-image: url(/wp-content/uploads/images/info-icon-blue.svg);
}

.hts-messages.hts-messages--alert.hts-messages--withicon {
    background-image: url(/wp-content/uploads/images/warning-icon.svg);
}

.hts-messages.hts-messages--info .hts-messages__title {
    color: var(--secondary-color);
}

.hts-messages.hts-messages--info {
    background-color: rgb(234 241 255);
}

p,
body .hts-messages .hts-messages__title {
    font-size: 1rem;
}

.hkb-article__content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hkb-article__content a,.hkb-article-related .hkb-article-list a{
    color: var(--link-hover-color);
}

.hkb-article__content a:hover,.hkb-article-related .hkb-article-list a:hover{
    color: var(--link-color);
}

.hkb-feedback,
.hkb-article .hkb-article__lastupdated {
    margin: 0 0 25px;
}

.hkb-article-related {
    margin-top: 50px;
}

.hkb-article-related .hkb-article-related__title {
    margin: 0 0 20px;
}

.hkb-feedback {
    padding: 30px;
}

.hkb-article-tags,
.ht-post-tags {
    color: currentColor;
    margin: 0 0 40px;
}

.hkb-article-tags a,
.ht-post-tags a {
    background:  var(--muted-background-color);
    padding: 10px 10px;
    color: currentColor;
    border-radius: 5px;
}

.hkb-article-tags a:hover,
.ht-post-tags a:hover {
    background:  var(--muted-background-color);
}


.hts-messages.hts-messages--alert {
    background-color: #fdf5d0;
}



.hkb-feedback .ht-voting-upvote {
    background-image: url(/wp-content/uploads/images/check-icon-dark.svg);
}

.hkb-feedback .ht-voting-downvote {
    background-image: url(/wp-content/uploads/images/cross-icon-dark.svg);
}

.hkb-feedback .ht-voting-upvote,
.hkb-feedback .ht-voting-downvote,
.hkb-feedback .ht-voting-upvote:hover,
.hkb-feedback .ht-voting-downvote:hover {
    width: 106px;
    height: 106px;
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
    background-size: auto !important;
    background-color: #f3f5fc;
    /* box-shadow: 0 0 0 20px #f3f5fc; */
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 20px solid #f3f5fc;
    background-position: center;
}

.hkb-feedback .ht-voting-upvote:hover,
.hkb-feedback .ht-voting-upvote.active {
    background-color: #A5D6AD;
    border: 20px solid #EBF6ED;
    background-image: url(/wp-content/uploads/images/check-icon-light.svg)
}


.hkb-feedback .ht-voting-downvote:hover,
.hkb-feedback .ht-voting-downvote.active {
    background-image: url(/wp-content/uploads/images/cross-icon-light.svg);
    background-color: #E93E3E;
    border: 20px solid #FCE2E2;
}



@media screen and (max-width : 767px) {
    .hkb-feedback .ht-voting-comment__submit {
        float: unset;
        display: block;
        margin: auto;
    }


}

/**** Pagination ****/
.ht-pagination {
    display: flex;
    align-items: center;
    justify-content: start;
}

.ht-pagination a {
    background: none;
    font-size: inherit;
    color: var(--link-hover-color);
    padding: 0;

}

.ht-pagination a:hover {
    color: var(--link-color);
    background: none;
}

.ht-pagination {
    margin: 0;
    font-weight: 500;
}

.ht-pagination span+span {
    margin-left: 20px;
}



.ht-404msg .ht-404msg__title,
.hkb-search-noresults .hkb-search-noresults__title {
    font-size: 40px;
}

.ht-404msg .ht-404msg__tagline,
.hkb-search-noresults p {
    font-size: 1.3em;
}

@media screen and (min-width: 768px) {

    .ht-404msg,
    .hkb-search-noresults {
        text-align: left;
    }

    .ht-404-image-text-wrapper>div,
    .ht-search-image-text-wrapper>div {
        width: 48%;
    }

    .ht-404-image-text-wrapper,
    .ht-search-image-text-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hkb-search-noresults {
        margin-left: 60px;
    }
}

.ht-404msg .ht-404msg__tagline,
.ht-404msg .ht-404msg__tagline,
.hkb-search-noresults p {
    margin: 30px 0;
}

.ht-404msg {
    padding: 0;
}

.ht-404image,
.ht-searchimage {
    max-width: 80%;
    margin: auto;
}

.ht-404image svg,
.ht-searchimage svg {
    max-width: 100%;
    height: auto;
}


body .addtoany_list a,
.widget .addtoany_list a,
.addtoany_list.a2a_kit {
    display: flex;
    align-items: center;

}

.site-footer .addtoany_list a+a,
.site-footer .widget .addtoany_list a+a {
    justify-content: center;
}

body .addtoany_list a,
.widget .addtoany_list a {
    padding: 0;
}

body .addtoany_list a+a,
.widget .addtoany_list a+a {
    padding: 0 0 0 20px;
}



@keyframes down {
    0% {
        transform: translateY(-20px) translateX(10px);
    }
}

g#search {
    animation: 2s ease-in-out down;
}







@media screen and (min-width: 768px) {

    .ht-page.ht-page--sidebarleft .sidebar,
    .ht-page.ht-page--sidebarright .sidebar {
        width: calc(100% / 3);
    }
}

@media only screen and (min-width: 992px) {
    .home .site-header__title {
        font-size: 53px;
    }

    .home .site-header .site-header__search {
        padding: 100px 0;
    }
}


/**** burger menu ***/
.nav-header .nav-header__mtoggle span::after {
    bottom: -8px;
}

.nav-header .nav-header__mtoggle span::before {
    top: -8px;
}

.nav-header .nav-header__mtoggle span,
.nav-header .nav-header__mtoggle span::before,
.nav-header .nav-header__mtoggle span::after {
    height: 3px;
}


.hkb-article__content {
    margin-bottom: 40px;
}

.hkb-article__content .addtoany_content {
    margin-top: 40px;
}

.addtoany_header,
.hkb-article-tags {
    font-weight: 500;
    font-size: inherit;
}

.hkb-article-tags>a {
    font-weight: 400;
}

.hts-messages {
    padding: 20px;
}

.hkb-article .hkb-article__title {
    margin: 0 0 30px 0;
}



/* to top with Progress wrap
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: var(--white-color);
    box-shadow: inset 0 0 0 2px #dee6f8;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.829' height='14' viewBox='0 0 14.829 14'%3E%3Cg id='Icon_feather-arrow-up-circle' data-name='Icon feather-arrow-up-circle' transform='translate(-10.586 -11)'%3E%3Cpath id='Path_15242' data-name='Path 15242' d='M24,18l-6-6-6,6' fill='none' stroke='%23333c5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_15243' data-name='Path 15243' d='M18,24V12' fill='none' stroke='%23333c5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");

    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.829' height='14' viewBox='0 0 14.829 14'%3E%3Cg id='Icon_feather-arrow-up-circle' data-name='Icon feather-arrow-up-circle' transform='translate(-10.586 -11)'%3E%3Cpath id='Path_15242' data-name='Path 15242' d='M24,18l-6-6-6,6' fill='none' stroke='%231baecd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_15243' data-name='Path 15243' d='M18,24V12' fill='none' stroke='%231baecd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {

    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body .progress-wrap::after {
    color: var(--link-color);

}

body .progress-wrap svg.progress-circle path {
    stroke: var(--link-color);
}

.hkb_widget_categories ul.children {
    margin-left: 0;
}