.post-filter-toggle {
    width: 42px !important;
    height: 42px;
    background: #FFD41c;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    left: -15px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .post-filter-toggle {
        display: none;
    }
}

.post-filters {
    box-shadow: none;
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .post-filters {
        background: transparent;
        border-radius: 0;
        position: fixed;
        left: -1000px;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        margin-top: 86px;
        transition: all 0.3s ease-in-out;
        border-top: 1px solid #D7DFE9;
    }
}
@media only screen and (max-width: 767px) {
    .post-filters {
        margin-top: 74px;
    }
}
@media only screen and (min-width: 992px) {
    .post-filters {
        position: relative;
        left: 0 !important;
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 991px) {
    .post-filters .post-filters-inner {
        padding: 20px;
        width: 80%;
        background-color: #fff;
        border-radius: 0;
        height: calc(100% - 86px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .post-filters .post-filters-inner {
        height: calc(100% - 74px);
    }
}
.post-filters .post-filters-inner .filter-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid #009BDF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
    background: #fff;
    z-index: 1;
}
.post-filters .post-filters-inner .filter-close svg {
    width: 12px;
}
.post-filters .post-filters-inner .filter-close svg path {
    transition: all 0.3s ease-out;
}
.post-filters .post-filters-inner .filter-close:hover {
    background: #009BDF;
}
.post-filters .post-filters-inner .filter-close:hover svg path {
    fill: #fff;
    stroke: #fff;
}
@media only screen and (min-width: 992px) {
    .post-filters .post-filters-inner .filter-close {
        display: none;
    }
}
.post-filters .filter-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
    .post-filters .filter-backdrop {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .post-filters .filter-backdrop {
        display: block;
    }
}
.post-filters.event-filters label.choice, .post-filters.program-filters label.choice {
    display: block;
}
@media only screen and (max-width: 991px) {
    .post-filters #filters {
        overflow-y: auto;
        height: 100%;
    }
}
.post-filters #filters .message {
    color: #F9501B;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    margin: 0;
}
.post-filters .search {
    position: relative;
    z-index: 0;
}
.post-filters .search > .search-icon {
    position: absolute;
    top: 18px;
    width: 18px;
    height: 18px;
    right: 16px;
    z-index: 10;
}
.post-filters .filter-section {
    margin-bottom: 25px;
    padding-bottom: 32px;
    border-bottom: 1px solid #D7DFE9;
}
.post-filters .filter-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.post-filters .filter-section.margin-16 .select2-container {
    margin-bottom: 16px;
}
.post-filters .filter-section h6 {
    margin-bottom: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.post-filters .filter-section h6 span {
    background: #FFD41C;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 10px 4px;
    font-size: 10px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
}
.post-filters .filter-section .adjust-distance {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.post-filters .filter-section .adjust-distance .position-relative {
    flex: 1;
}
.post-filters .filter-section .view_all_programs_and_events {
    margin-top: 20px;
}
.post-filters .filter-section .view_all_programs_and_events a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #009bdf;
}
.post-filters .filter-section .view_all_programs_and_events a svg {
    height: 16px;
    position: relative;
    top: 3px;
}
.post-filters .filter-section .choice-group label.choice:last-child {
    margin-bottom: 0;
}

.filter-btns {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D7DFE9;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.filter-btns #clear-filters, .filter-btns #clear-classified-filters {
    gap: 8px;
    padding: 10px 24px 14px;
    font-weight: 500;
}
.filter-btns #clear-filters .icon, .filter-btns #clear-classified-filters .icon {
    height: auto;
    width: auto;
    background: transparent;
}
.filter-btns #submit-filter {
    font-size: 16px;
    line-height: 24px;
    background-color: #009BDF;
    color: #fff;
    font-weight: 500;
    font-family: "Bjorn", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    padding: 8px 24px 12px;
    box-shadow: none;
    text-decoration: none;
    border: 2px solid #009BDF;
    transition: all 0.3s ease-out;
}
.filter-btns #submit-filter .icon {
    height: auto;
    width: auto;
    background: transparent;
}
.filter-btns #submit-filter:hover {
    border-color: #0081B8;
    background-color: #0081B8;
}
.filter-btns #clear-filters {
    padding: 8px 24px 12px;
}
.filter-btns #clear-filters:hover .icon svg path {
    stroke: #fff;
    fill: #fff;
}
.filter-btns #close-filter {
    gap: 8px;
    border-width: 1px;
    background-color: transparent;
    color: #009BDF;
    padding: 9px 24px 13px;
    font-weight: 500;
}
.filter-btns #close-filter:hover {
    border-color: #009BDF;
    background-color: #009BDF;
}
.filter-btns #close-filter:hover .icon svg path {
    stroke: #fff;
    fill: #fff;
}
.filter-btns #close-filter .icon {
    height: auto;
    width: auto;
    background: transparent;
}
@media only screen and (min-width: 992px) {
    .filter-btns {
        display: none;
    }
}

.module-posts-filter .message {
    color: #F9501B;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    margin: 0;
}

.event-filters label.choice.blue-bg input, .program-filters label.choice.blue-bg input {
    opacity: 0;
}

.event-filters label.choice.blue-bg, .program-filters label.choice.blue-bg {
    position: relative;
}

.event-filters label.choice.blue-bg:after, .program-filters label.choice.blue-bg:after {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009bdf;
    content: "";
    left: 0;
    border-radius: 5px;
}

label.choice:after {
    border: 1px solid #afbaca !important;
    background-color: #f9fafb !important;
    width: 20px;
    height: 20px;
    top: calc(50% - 0px) !important;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
}

.post-filters #filters .message {
    color: #f9501b;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    margin: 0;
}

#filters .message {
    display: none;
}