@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Literata:wght@500;700&display=swap');

/* spinner loading */
.are-loading {
    min-height: 100px;
}

.are-loading-overlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    background: url('../images/spinner.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}


body:not(.single-rps_listing) .footer-booking-wrap {
    display: none;
}

.are-wrap {
    font-family: 'Lato', sans-serif;
    color: #5C5C5C;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.are-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.are-section.are-search-section {
    background: #F5F5F5;
}

.are-container.are-search-container {
    display: flex;
    max-width: initial;
    grid-gap: 25px;
    padding: 0 100px;
}

.are-s-wrap {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #5C5C5C;
}

.are-s-keyword {
    flex: 0 0 500px;
    padding: 20px 0;
    border-right: 1px solid #979797;;
}

.are-s-actions {
    flex: 1;
    padding: 20px 0;
}

.are-s-wrap .glass-icon {
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/glass.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 30px;
    height: 22px;
    transform: translateY(-50%);
}

.are-s-wrap input[type="text"] {
    border: 0;
    padding: 10px 10px 10px 35px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #5C5C5C;
    width: 100%;
    background: transparent;
}

.are-s-actions {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;

    color: #5C5C5C;
}

.price-range-wrap {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.are-filter-pr-label {
    display: flex;
    grid-gap: 5px;
    text-transform: uppercase;
}

.price-range-wrap .are-filter-pr-label .are-caret {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    margin-left: 5px;
    transition: 0.6s ease;
}

.price-range-wrap .are-filter-pr-content {
    display: none;
    position: absolute;
    left: -25px;
    top: 100%;
    z-index: 5;
    width: 300px;
    background: #F5F5F5;
    padding: 5px 10px 10px;
}

.price-range-wrap.open .are-filter-pr-content {
    display: block;
}

.price-range-wrap.open .are-filter-pr-label .are-caret {
    transform: rotate(180deg);
    transition: 0.6s ease;
}

.are-filter-pr-content .pr-label {
    margin-bottom: 8px;
}

.are-filter-pr-content .pr-items {
    display: flex;
    grid-gap: 10px;
}

.pr-items .pr-custom {
    display: none;
    max-width: 140px;
    margin-top: 10px;
}

.beds-wrap,
.baths-wrap,
.property-types-wrap {
    display: flex;
    align-items: center;
}

.beds-wrap select,
.baths-wrap select,
.property-types-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #5C5C5C;
    z-index: 2;
    cursor: pointer;
    position: relative;
}

.select-wrap {
    position: relative;
}

.select-wrap .caret {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    cursor: pointer;
    transition: 0.6s ease;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    height: 15px;
    transform: translateY(-50%);
}

.filter-more-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.filter-more-wrap .more-filter-action {
    display: flex;
    grid-gap: 10px;
    appearance: none;
    border: 0;
    color: #5C5C5C;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    align-items: center;
    cursor: pointer;
}

.more-filter-action span.gear-icon img {
    display: block;
}

.more-filter-wrap {
    height: 0;
    transition: height .6s ease-in-out;
    position: absolute;
    overflow: hidden;
    padding: 20px;
    right: 0;
    top: 100%;
    z-index: -1;
    background: #fff;
    visibility: hidden;
    width: 400px;
}

.filter-more-wrap.bootstrap-realtypress {
    padding: 0 !important;
}

.filter-more-wrap.open .more-filter-wrap {
    height: auto;
    visibility: visible;
    z-index: 10;
}

.more-filter-wrap .mf-item + .mf-item {
    margin-top: 20px;
}

.more-filter-wrap .mf-item .label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #5C5C5C;
    margin-bottom: 10px;
}

.more-filter-wrap .jrange-input .label {
    height: 22px;
    margin-bottom: 6px;
}