
.filter-loader {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #89bc40;
}

.filter-loader.active {
    display: flex;
}




/*Pagination Start*/
#itlItemFilter .vue-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    width: 100%;
}

#itlItemFilter .vue-pagination span {
    background: transparent;
    padding: 6px 20px;
    margin: 1px;
    cursor: pointer;
    font-weight: 600;
}
#itlItemFilter .vue-pagination span:first-child,
#itlItemFilter .vue-pagination span:last-child{
    color: #89bc40;
}
#itlItemFilter .vue-pagination span.active {
    background: #89bc40;
    color: #fff;
    border-radius: 0 0 20px 0;
}





.item-result-list {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.item-result-list li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.item-result-list li .item-card {
    /*box-shadow: 0 0 7px -3px rgba(0,0,0,0.5);*/
    box-shadow: 0 0 9px 0 #ffffff;
    min-height: 405px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
}
.item-result-list li .item-card:hover {
    box-shadow: 0px 0px 9px 0px #89bc40;
}

.item-result-list li .item-card .item-img {
    min-height: 150px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-result-list li .item-card .item-img img {
    max-width: 80%;
    width: auto !important;
    height: 100%;
    max-height: 150px;
}
.item-result-list li .item-card .item-title {
    margin: 10px 0;
}

.item-result-list li .item-card .item-description {
    padding: 20px 10px;
}
.item-result-list li .item-card .item-description p {
    color: #fff;
}
#fieldsAccordion .card .card-header button.btn {
    width: 100%;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-fields-accordion > .card {
    border: none;
    background-color: rgba(0,0,0,.03);
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin: 0 -1.25rem;*/
}
.filter-fields-accordion > .card .accordion-wrapper {
    width: 100%;
    position: relative;
}
/*.filter-fields-accordion > .card .accordion-wrapper .collapsing,*/
/*.filter-fields-accordion > .card .accordion-wrapper .collapse {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*top: 70%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*right: 0;*/
    /*height: 100%;*/
    /*z-index: 9;*/
    /*width: 87%;*/
/*}*/
.filter-fields-accordion > .card > h5 {
    padding: 20px 20px 0 20px;
}
.filter-fields-accordion .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0.75rem 1.25rem;
}
.filter-fields-accordion .card #headingTwo{
    padding-top: 0;
    margin-top: 0;
}
.filter-fields-accordion .card .card-header h5{
    line-height: 0;
}
.filter-fields-accordion .card-header .btn {
    color: #ffffff;
    border-color: #89bc40;
    background-color: #89bc40;
    text-decoration: none;
    width: 100%;
}
.filter-fields-accordion > .card .accordion-wrapper .collapsing .card-body,
.filter-fields-accordion .card-body {
    border: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #353535;
    /*box-shadow: 0 0 5px 0 #fff;*/
    padding-top: 0;
    margin: 0 15px;
}
.filter-fields-accordion .card-body .form-group .custom-control .custom-control-label{
    cursor: pointer;
    color: #fff;
}
.filter-fields-accordion .card-body .form-group .custom-control {
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.filter-fields-accordion .card-body .form-group .custom-control .custom-control-input {
    margin-top: 8px;
}

.collapse:not(.show) {
    display: none;
}
div#itlItemFilter > h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 30px;
}









ul.filterPlacesList {
    margin: 0 -25px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
}
ul.filterPlacesList .list-item {
    width: 25%;
    padding: 0 25px;
    margin-bottom: 40px;
}
.filterPlacesList .list-item .assigned-categories{
    margin-bottom: 15px;
}
.filterPlacesList .list-item .assigned-categories span {
    font-family: "Staatliches",Sans-serif;
    border: 1px solid #000;
    padding: 5px 10px !important;
    border-radius: 25px;
    font-size: 1rem !important;
    margin-right: 5px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

.filterPlacesList .list-item .post-tags span {
    font-family: "Staatliches",Sans-serif;
    border: 1px solid #000;
    padding: 5px 10px !important;
    border-radius: 25px;
    font-size: 1rem !important;
    margin-right: 5px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

.filterPlacesList .list-item h2.post-title {
    font-family: "DM Serif Display",Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 0rem;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin: 10px 0;
}

.filterPlacesList .list-item h2.post-title a:hover {
    color: #000;
}


.filterPlacesList .list-item h6.post-author a{
    color: #222;
    font-family:  "DM Serif Display" ,Sans-serif;
    font-size: 25px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 25px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin-bottom: 10px;
    display: inline-block;
}


.filterPlacesList .list-item h6.post-author a:hover {
    text-decoration: underline;
}
.filterPlacesList .list-item h6.post-author span{
    color: #222;
    font-family:  "DM Serif Display" ,Sans-serif;
    font-size: 25px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 25px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
}
.filterPlacesList .list-item .post-img img {
    height: 550px;
    object-fit: cover;
    object-position: center center;
    opacity: .85;
    transition-duration: .5s;
    border-style: none;
    border-radius: 15px;
    max-width: 100%;
}

ul.country-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
ul.country-list li span {
    cursor: pointer;
    font-family: "Staatliches",Sans-serif;
    padding: 3px 10px !important;
    margin-right: 0;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    background-color: #ccccc6;
    border-radius: 50px;
    color: #fff;
    max-height: 31.33px;
    display: inline-block;
}
ul.country-list li + li {
    margin-left: 5px;
}
/*ul.country-list li.active {*/
    /*color: #beef00;*/
    /*!*background-color: #beef00;*!*/
    /*!*border-color: #beef00;*!*/
/*}*/

ul.country-list li.active span{
    color: #000;
    background-color: #beef00;
}

.category-banner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

div#itlItemFilter .category-banner:before {
    width: 50%;
    content: '';
    background-color: #f398a6;
    left: -10%;
    right: 0;
    position: absolute;
    height: 100%;
    bottom: -20px;
    z-index: -1;
    top: 0;
}
div#itlItemFilter .category-banner:after {
    width: 50%;
    content: '';
    background-color: #ace2ef;
    left: auto;
    right: -6%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.category-banner .widget .widget-header {
    padding: 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.category-banner .widget .widget-header h2 {
    margin-bottom: 25px;
    font-size: 24px;
}
.category-banner .widget.inspiring-people {
    width: 30%;
    background-color: #f398a6;
}
.category-banner .widget.inspiring-people .widget-header{
    background-color: #f398a6;
}

.category-banner .widget.incredible-places {
    width: 60%;
    background-color: #94c472;
}
.category-banner .widget.incredible-places .widget-header{
    background-color: #94c472;
}

.category-banner .widget.impactful-planet {
    width: 30%;
    background-color: #ace2ef;
}
.category-banner .widget.impactful-planet .widget-header{
    background-color: #ace2ef;
}
.category-banner .widget-body {
    padding: 10px 20px;
}
 ul.city-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.city-list li {
    font-family: "Staatliches",Sans-serif;
    border: 1px solid #cccdc7;
    padding: 2px 10px !important;
    border-radius: 25px;
    margin-right: 5px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
    background-color: #cccdc7;
    color: #fff;
    font-size: 14px !important;
    cursor: pointer;
}


.category-banner .widget.inspiring-people .tags-list li {
    background-color: #cf7f90;
    border: none;
}
.category-banner .widget.incredible-places .tags-list li {
    background-color: #779e5b;
    border: none;
}

.category-banner .widget.impactful-planet .tags-list li {
    background-color: #8ab4c1;
    border: none;
}

ul.city-list li.active {
    color: #0a0a0a;
    background-color: #beef00 !important;
    border-color: #beef00 !important;
}
.header_top_bottom_holder {
    position: relative;
    z-index: 99999999;
}
header.fixed, header.fixed_hiding, header.fixed_top_header .top_header{
    z-index: 9999999999;
}
.filter-options-list {
    /*border-bottom: 2px solid #000;*/
    margin-bottom: 30px;
}
.desktop-view{
    display: flex;
}
.mobile-view {
    display: none;
}
.category-banner #accordion .widget .widget-header h2 button[aria-expanded=true] .angle-down {
    display: none;
}
.category-banner #accordion .widget .widget-header h2 button[aria-expanded=true] .angle-up {
    display: block;
}
.category-banner #accordion .widget .widget-header h2 button[aria-expanded=false] .angle-up {
    display: none;
}
.category-banner #accordion .widget .widget-header h2 button[aria-expanded=false] .angle-up {
    display: none;
}

@media (max-width: 1024px) and (min-width: 320px) {
    .desktop-view{
        display: none;
    }
    .mobile-view {
        display: flex;
    }
    .item-result-list {
        flex-direction: column;
    }
    .item-result-list li {
        width: 100%;
    }
    .item-result-list li .item-card {
        min-height: 1px;
    }
    .filter-fields-accordion > .card{
        flex-direction: column;
    }
    .filter-fields-accordion > .card .accordion-wrapper{
        width: 100%;
    }

    ul.filterPlacesList {
        margin: 0 -10px;
    }
    ul.filterPlacesList .list-item {
        width: 50%;
        padding: 0 10px;
    }
    .filterPlacesList .list-item .post-img img {
        height: 280px;
    }

    .category-banner {
        flex-direction: column;
    }
    .category-banner .widget.inspiring-people {
        width: 100%;
    }
    .category-banner .widget.incredible-places {
        width: 100%;
    }
    .category-banner .widget.impactful-planet {
        width: 100%;
    }
    ul.country-list {
        margin-bottom: 30px;
    }
    ul.country-list li {
        padding: 4px !important;
        font-size: 14px;
    }
    l.country-list li span {
        padding: 5px 10px !important;
        font-size: 14px;
    }
    .filterPlacesList .list-item h2.post-title,
    .filterPlacesList .list-item h2.post-title a {
        font-size: 18px !important;
        line-height: 20px;
        letter-spacing: 0;
    }
    .post-tags {
        display: none;
    }
    .filterPlacesList .list-item .post-tags span {
        padding: 5px 10px !important;
        font-size: 10px !important;
        margin-bottom: 5px;
        margin-left: 5px;
        line-height: 10px;
    }
    .filterPlacesList .list-item .assigned-categories {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .filterPlacesList .list-item .assigned-categories span {
        argin-bottom: 5px;
        font-size: 14px !important;
        padding: 5px 7px !important;
        margin-right: 3px;
    }
    .filterPlacesList .list-item h6.post-author a,
    .filterPlacesList .list-item h6.post-author span{
        font-size: 20px !important;
        line-height: 20px !important;
    }
    div#itlItemFilter .category-banner:after,
    div#itlItemFilter .category-banner:before {
        display: none;
    }


    /*New Accoridon Styling*/
    .category-banner .widget + .widget {
        margin-top: 10px;
    }
    .category-banner #accordion .widget .widget-header {
        padding: 0;
        min-height: 1px;
    }
    .category-banner #accordion .widget .widget-header h2 button {
        color: #000 !important;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-banner #accordion .widget .widget-header h2 button:focus,
    .category-banner #accordion .widget .widget-header h2 button:hover {
        outline: none;
        text-decoration: none;
    }
}