/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Winning Solutions
Author URI: https://www.winning-solutions.de/
Description: Astra Child Theme
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.search-menu-item {
    display: none;
}

/* post carousel */
.post-slider .swiper-wrapper {
    height: 550px;
    padding-bottom: 26px;
    font-family: "Montserrat", sans-serif;
}
.post-slider .img-box {
    display: flex;
    align-items: center;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-slider .entry-title {
    margin: 32px 32px 0 20px;
    line-height: 2em;
}
.post-slider .entry-title a {
    padding: 10px 0;
    line-height: inherit;
    background-color: #001624;
    font-size: inherit;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: -15px 0 0 0 #001624, -15px 0 0 0 #001624, -15px 0 0 0 #001624, 20px 0 0 0 #001624, 20px 0 0 0 #001624, 20px 0 0 0 #001624;
}
.post-slider .post-primary-term {
    display: inline-block;
    background: white;
    padding: 13px;
    border-radius: 25px;
    border: solid 1px #001624;
    line-height: 26px;
    color: #002C49;
}
.post-slider-pagination {
    line-height: 6px;
    font-size: 6px;
}
.post-slider-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px !important;
}
.post-slider-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}
.post-slider-pagination .swiper-pagination-bullet-active {
    background: #000;
}

/* filters */
#blog_wrapper {
    position: relative;
}
#blog_wrapper .cube-spinner {
    display: none;
    position: fixed !important;
    top: 50%;
    z-index: 10;
}
.blog_wrapper .text-center {
    text-align: center;
}
.filters-box {
    margin: 2rem 0 4rem;
}
.not-found {
    display: none;
    text-align: center;
}
.load-more {
    display: inline-block;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    background-color: var(--e-global-color-accent);
    font-size: 16px;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff !important;
    text-align: center;
    transition: all .3s;
}
.filters-box form {
    margin-bottom: 1.5rem;
    max-width: 325px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    /*border-bottom: 1px solid var(--e-global-color-306deba); /* e0e0e0 */
    padding-left: 2rem;
    background: url(images/icon_search.svg) no-repeat left center;
}
.filters-box .search-field {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: .25rem 0 .25rem;
    font-family: "Montserrat", sans-serif;
    color: var(--e-global-color-text);
    background-color: transparent;
    outline: none;
    -webkit-appearance: textfield;
}
.filters-box .search-field:focus {
    border: 0;
    color: inherit;
    outline: none;
    background-color: transparent;
}
.filters-box .search-field:-webkit-autofill,
.filters-box .search-field:-webkit-autofill:hover,
.filters-box .search-field:-webkit-autofill:focus,
.filters-box .search-field:-webkit-autofill:active { /* Fix input background with autocomplete */
    -webkit-text-fill-color: #333;
    transition: background-color 5000s ease-in-out 0s;
}
.filters-box .search-field::-webkit-search-decoration,
.filters-box .search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.filters-box ::-webkit-input-placeholder {
    color: #ccc;
}
.filters-box ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.filters-box :-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.filters-box :-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
.filters-box .flexbox {
    display: flex;
    flex-wrap: wrap;
}
.filters-box .flexbox > div {
    margin: .5rem 2rem 0 0;
}
.filters-box .flexbox > div:last-child {
    margin-right: 0;
}
.filters-box .reset-filters {
    display: none;
    margin-top: .55rem;
}
.chosen-container {
    width: auto !important;
    max-width: 18rem;
    font-size: inherit;
}
.chosen-container.chosen-container-single .chosen-single {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    color: var(--e-global-color-text);
    box-shadow: none;
    background: transparent;
}
.chosen-container.chosen-container-single .chosen-single div b {
    background-position: 0 3px;
}
.chosen-container.chosen-container-single .chosen-drop {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 10;
}
.chosen-container#post_expertise_chosen .chosen-drop {
    width: 18rem;
}
.chosen-container#post_format_chosen .chosen-drop {
    width: 10rem;
}
.chosen-container#post_author_chosen .chosen-drop {
    width: 15rem;
}
.chosen-container.chosen-container-single .chosen-search {
    padding: .25rem 0;
    z-index: 10;
}
.chosen-container.chosen-container-single .chosen-search input[type=text] {
    border-color: #ccc;
}
.chosen-container.chosen-container-single .chosen-results {
    max-height: 266px;
    margin: 0;
    padding-left: 0;
    color: var(--e-global-color-text);
}
.chosen-container.chosen-container-single .chosen-results li {
    line-height: 1;
}
.chosen-container.chosen-container-single .chosen-results li.highlighted {
    background-color: var(--e-global-color-primary);
    background-image: none;
}

@media all and (max-width: 1024px) {
    .post-slider .swiper-wrapper {
        height: 420px;
    }
}

@media all and (max-width: 600px) {
    .filters-box form {
        max-width: 100%;
        margin-bottom: 1rem;
    }
    .filters-box .flexbox {
        flex-direction: column;
    }
    .chosen-container {
        max-width: 100%;
    }
}