/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@import url("https://use.typekit.net/eog1iwq.css");
/*html, body, p {
    overflow-x: hidden;
    font-family:"neue-haas-grotesk-text"!important;
    font-size: 16px;
    line-height: 28px;
}
h1, h2, h3, h4 {
    font-family:"neue-haas-grotesk-display"!important;
}
h5, h6 {
    font-family: "adelle",serif!important;
}*/

body:not(.postid-6).elementor-editor-active .elementor-location-header {
    display: none!important;
}

.floating-socials {
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 99;
}
/* body:not(.home) .site-content {
    padding-top: 99px;
} */




/*-----Start Custom Filtering CSS-----*/

.ka-filters {
    font-size: 0%;
}
.ka-filters > button,
.ka-filters button.filter-dropdown,
.ka-filters button#filter-all {
    background-color: #C9D4DE;
    border: solid 1px #C9D4DE;
    border-radius:19px;
    padding: 10px 15px;
    color: #143348;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    width: auto;
    margin-right: 11px;
    margin-bottom: 11px;
    min-width: 132px;
    position: relative;
}
.ka-filters button.filter-dropdown {
    position: relative;
    padding: 10px 22px 10px 24px;
}
.filter-dropdown.active {
    z-index: 99;
}

.ka-filters button.filter-dropdown.selected {
    border: solid 1px #062C3B;
    background-color: #062C3B;
    color: #fff;
}

.ka-filters > button:hover,
.ka-filters > button.active,
.ka-filters button#filter-all:hover,
.ka-filters button#filter-all.active,
.ka-filters button.filter-dropdown:hover,
.ka-filters button.filter-dropdown.active {
    border: solid 1px #062C3B;
    background-color: #062C3B;
    color: #fff;
}
.filter-dropdown .dropdown-label {
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.filter-dropdown .dropdown-label svg,
.filter-dropdown .dropdown-label i {
    margin-left: 5px;
    font-size: 12px;
}

.filter-dropdown.active .dropdown-label svg{
    transform: rotate(180deg);
}

.filter-dropdown.active .dropdown-label #Caret_icon_both #Path_5976{
    transform: translate(-50%, 0%);
}

.filter-dropdown.active .dropdown-label #Caret_icon_both #Path_9507{
    transform: translate(86%, 62%) rotate(180deg);
}

.filter-dropdown .dropdown-container {
        visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: auto;
    z-index: 1;
    min-width: 246px;
    background-color: #FFFFFF;
    padding: 30px 22px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #28589533;
    border-radius: 8px;
}
.filter-dropdown.active .dropdown-container {
    visibility: visible;
    opacity: 1;
}
.filter-dropdown:hover .dropdown-label path,
.filter-dropdown.active .dropdown-label path {
    fill: #fff;
}
#filter-date .dropdown-container {
    width: 497px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-container #date-range {
    width: 100%!important;
    max-width: 100%!important;
    font-size: 15px;
}
.filter-item{
    /*display: grid;
    grid-template-columns: 1fr 24px 24px;
    grid-gap: 15px;*/
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
    cursor: default;
}
.filter-item:not(:last-child) {
    margin-bottom: 25px;
}
.filter-item .term-name{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1D3246;
    text-align: left;
}
.filter-item .term-count {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #3D4444;
    text-align: left;
    opacity: 0.7;
}
.filter-item .term-input{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: solid 1px #7994AC;
    cursor: pointer;
}
.filter-item .term-input svg {
    opacity: 0;
    visibility: hidden;
}
.filter-item .term-input.selected{
    background-color: #4AC5FF;
    border: solid 1px #4AC5FF;
}
.filter-item .term-input.selected svg {
    opacity: 1;
    visibility: visible;
}

.filter-item .term-input.selected svg path{
    fill: #062C3B;
}

#filter-sort .filter-item .term-input{
    border-radius: 30px;
    border: 1px solid #7994AC;
    position: relative;
}

#filter-sort .filter-item .term-input:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background-color: #4AC5FF;
    border-radius: 12px;
    opacity: 0;
}

#filter-sort .filter-item .term-input.selected{
    border: 1px solid #062C3B;
    background-color: transparent;
}

#filter-sort .filter-item .term-input.selected:before{
    opacity: 1;
}

.ka-applied-filters {
    text-align: left;
    font-size: 0%;
}
.ka-applied-filters .term-selected {
    display: inline-block;
    cursor: pointer;
/*    background-color: #F0F5F5;*/
    border: solid 1px #143348;
    border-radius: 100px;
    padding: 3px 16px;
    font-size: .85rem;
    font-weight: 400;
    line-height: 28px;
    color: #143348;
    margin: 0 16px 16px 0;
}
.daterangepicker::before {
    display: none;
}
.daterangepicker td:not(.off).active, .daterangepicker td:not(.off).active:hover {
    background-color: #117F91!important;
}
.drp-buttons button {
    background-color: #117F91!important;
    padding: 10px!important;
}
.drp-buttons button:hover {
    color: #3B4444!important;
    background-color: #D6D6D6!important;
}
.results-count {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
.results-loader {
    position: relative;
}

.results-loader::before {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.results-loader.loading::before {
    visibility: visible;
    opacity: 1;
}

.results-progress {
    width: 190px;
    text-align: center;
    margin: 0 auto 27px;
}
.results-progress .progress-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #53616D;
    margin-bottom: 10px;
}
.results-progress .progress {
    display: block;
    position: relative;
    background-color: #C9D4DE;
    border-radius: 100px;
    height: 2px;
    overflow: hidden;
}
.results-progress .progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #062C3B;
    transition: all 0.5s;
}

.ka-load-more {
    text-align: center;
    margin-top: 78px; 
}

.ka-results {
    min-height: 300px;
}

.ka-results article {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 31px !important;
    border-bottom: 1px solid #C5C7C9;
    max-width: 850px;
}

.ka-results .terms .term{
    background-color: #0D4C81;
}

.ka-results .elementor-widget-wrap .elementor-element:not(:first-child) {
    margin-bottom: 5px !important;
}

.ka-results .uael-infobox .uael-icon-wrap .uael-icon i:before {
    position: static;
}

a.load-more.elementor-button {
    width: 100%;
    max-width: 300px;
}

.ka-results article:not(.has-post-thumbnail) .elementor-column{
    width: 100%;
}

.ka-results .chips .chip{
    background-color: #6EA32D;
    color: #fff;
    border-color: #6EA32D;
}

.post-term span {
    background-color: #7994AC;
    color: #fff;
}

@media (max-width: 767px){
    .filter-dropdown .dropdown-container {
        top: 50px;
        left: -45px;
        right: 0;
        z-index: 1;
        min-width: 210px;
        padding: 20px 16px;
    }

    .ka-load-more {
        margin-top: 25px; 
    }
}

@media (max-width: 400px){
    .ka-filters > button,
    .ka-filters button.filter-dropdown,
    .ka-filters button#filter-all{
        width: 100%;
    }

    .filter-dropdown .dropdown-container {
        top: 35px;
        left: 0;
    }
}

/*-----End Custom Filtering CSS-----*/


/*---Start Post Slider---*/
#post-slider .slick-dots{
    margin: 0;
    padding: 20x 0;
    gap: 14px;
}

#post-slider .slick-dots button {
    width: 9px;
    height: 9px;
}

#post-slider button.slick-arrow {
    top: auto;
    bottom: 10px;
}

#post-slider button.slick-prev.slick-arrow {
    right: auto;
    left: calc(100% - 120px);
}

#post-slider button.slick-next.slick-arrow {
    left: calc(100% + -52px);
}

#post-slider .desc {
    font-size: 1.3125rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5714285;
}

#post-slider .desc p{
    margin-bottom: 15px;
}

#post-slider .attribution{
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.78571;
}
/*---End Post Slider---*/