:root {
    /* --main-thm-btn: #FF5F23;
    --main-thm-btn-light: #FF5F23; */
    --main-thm-btn: #203851;
    --main-thm-btn-light: #FF5F23;
}

a.home-link {
    text-decoration: none;
}

.filter-loader-2,
.filter-loader {
    position: absolute;
    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: #bc332c;
}

.page-id-792 .elementor-element.elementor-element-8f7efb8.e-flex.e-con-boxed.e-con.e-parent.elementskit-parallax-multi-container {
    padding: 0;
}

.itlloader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--main-thm-btn);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 44%;
    display: none;
}

.itlloader.active {
    display: block;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filter-loader-2.active,
.filter-loader.active {
    display: flex;
}

div#itlItemFilter {
    position: relative;
}

#itlItemFilter .itl-btn.itl-btn-st-2.fav-btn {
    outline: none;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

#itlItemFilter h1,
#itlItemFilter h2,
#itlItemFilter h3,
#itlItemFilter h4,
#itlItemFilter h5,
#itlItemFilter h6 {
    margin: 0;
}

h2.side-heading{
    font-size: 30px !important;
}

/* Sidebar styles */
.sidebar {
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #F5F5F5;
    box-shadow: 0px 0px 10px #0000001A; */
}

.sidebar-content {
    /* padding: 20px; */
    /* padding-bottom: 200px; */
}

.filter_result_count {
    background: var(--main-thm-btn);
    box-shadow: 0px 0px 6px #00000040;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.filter_result_count p {
    margin: 0;
    padding: 23px 0px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc_heading {
    margin-bottom: 15px;
    margin-top: 15px;
}

.fc_heading h2 {
    font-size: 20px;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.fc_check_wrap:not(.not-this) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    height: auto;
    width: 100%;
}

.fc_check_wrap.not-this {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.check_wrapper {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    /* margin-right: 16px; */
    cursor: pointer;
    word-break: break-word;
}




.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    font-size: 13px;
    display: flex;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid var(--main-thm-btn);
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}



.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #0a132f;
    color: #fff;
}

.radio-custom+.radio-custom-label:before {
    /* border-radius: 50%; */
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: var(--main-thm-btn);
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}


.chips {
    display: flex;
    justify-content: flex-start;
    padding-left: 5px;
    flex-wrap: wrap;
}



.chips .i-chip {
    background: #FFFFFF;
    color: #1A1A1A;
    border-radius: 4px;
    border: 1px solid var(--main-thm-btn);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}

.chips .i-chip:hover {
    background: #0a132f;
    color: #f7f7f7;
}



.chips .i-chip.active {
    background: #0a132f;
    color: #f7f7f7;
}

.filter.norm-btn .pp-posts-button {
    border: solid 1px var(--main-thm-btn);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    font-family: "Posterama 2001", Sans-serif;
    background-color: #f7f7f7;
    color: #0a132f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--main-thm-btn);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px;
}

.filter.norm-btn .pp-posts-button:hover {
    background: #0a132f;
    color: #f7f7f7;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

/* Sidebar code end here */



/*------------------------ Range Slider Start------------------ */


input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    border: unset !important;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: var(--main-thm-btn);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--main-thm-btn);
    pointer-events: auto;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--main-thm-btn);
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 3px solid var(--main-thm-btn);
}

.itl-range {
    position: relative;
    margin-top: 45px;
    margin-bottom: 70px;
}


input.range {
    bottom: 15px;
    width: 80px;
    border: none !important;
    background: transparent !important;
    font-size: 13px !important;
    padding: 0;
}

input.range.right {
    right: 0;
    text-align: start;
}

input.range.left {
    left: 0;
}

.display-range.right {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
}

.display-range.left {
    position: absolute;
    left: 10px;
    bottom: 15px;
    display: flex;
    align-items: center;
}


.display-range.left span {
    position: absolute;
    left: -10px;
}


.single-wander {
    background: whitesmoke;
    padding: 5px;
}

.content-box {
    padding: 5px;
}

/*------------------------ Range Slider END -------------------*/





/* Grid Start */

.main-grid .elementor-element {
    --widgets-spacing: 20px 20px;
    --grid-column-gap: 25px;
    --grid-row-gap: 25px;
}

.main-grid .pp-equal-height-yes .pp-posts-skin-card .pp-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--e-global-color-cfa1f76);
    border-style: solid;
    border-radius: 8px 8px 8px 8px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.main-grid .pp-post-content-wrap {
    text-align: center;
    padding: 20px 20px 20px 20px;
}

.main-grid .pp-post-title {
    font-family: "CONTROLLER EXT W03", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.main-grid .pp-post-title a:hover {
    color: var(--main-thm-btn) !important;
}

.main-grid .pp-post-separator-wrap {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.main-grid .pp-post-separator {
    background: #e6e6e6;
    /* height: 1px; */
    /* width: 100%; */
    background-color: var(--e-global-color-secondary);
    height: 1px;
    width: 60%;
}

.main-grid .pp-posts-button {
    font-weight: 500;
    font-family: "Posterama 2001", Sans-serif;
    background-color: #f7f7f7;
    color: #0a132f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--main-thm-btn);
    border-radius: 5px 5px 5px 5px;
}

.main-grid .pp-posts-buttona:hover {
    color: #f7f7f7 !important;
}

.sub-title {
    /* font-family: "CONTROLLER EXT W03", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 5px !important; */
    color: #203851 !important;
}


/* Mobile Sidebar--------------Start */

#itlItemFilter .sidebar {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    background: #F5F5F5;
    box-shadow: 0px 0px 10px #0000001A;
    transition: right ease-out .3s;
    z-index: 99999999;
}



#itlItemFilter .sidebar-visible {
    right: 0 !important;
}

#itlItemFilter .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px #0000001A;
}

/* Custom scrollbar styles */
#itlItemFilter .sidebar::-webkit-scrollbar {
    width: 2px;
}

#itlItemFilter .sidebar::-webkit-scrollbar-track {
    background: #ddd;
}

#itlItemFilter .sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
}

/* For Firefox */
#itlItemFilter .sidebar {
    scrollbar-width: 4px;
    scrollbar-color: var(--main-thm-btn) #ddd;
}

#itlItemFilter .close-btn {
    background: none;
    border: none;
    font-size: 45px;
    cursor: pointer;
    color: black;
    padding: 0;
    margin: 0;
    outline: none;
}

#itlItemFilter button.close-btn:hover {
    background: transparent;
    color: black;
    outline: unset;
    border: none;
}

#itlItemFilter .sidebar-content {
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
}

#itlItemFilter .heading {
    margin: 20px 0px;
}

/* Mobile Sidebar--------------End */




/* Responsive Start */

@media screen and (max-width: 574px) {
    .desk {
        display: none;
    }

    .mobile-sidebar {
        display: block;
        margin: 0 0px 30px 0;
    }
    h2.side-heading {
        font-size: 22px !important;
    }
}

@media (min-width: 575px) and (max-width: 1024px) {
    .desk {
        display: none;
    }

    .mobile-sidebar {
        display: block;
        margin: 0 0px 30px 0;
    }
    h2.side-heading {
        font-size: 22px !important;
    }
}

@media (min-width: 1024px) {
    .desk {
        display: block;
    }

    .mobile-sidebar {
        display: none;
        margin: 0 0px 30px 0;
    }
}