#review-curl {
    display: none;
    pointer-events: none;
}

#listing-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: white;
}

#listing-header a {
    text-decoration: none;
}

#listing-header>.header-content,
#listing-header>.listing-details {
    padding: 1rem 7.5vh;
}


#listing-header>.header-content .title {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
}

#listing-header>.header-content .secondary {
    font-size: 1.2rem;
}

#listing-header h5 a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    font-weight: 900;
    text-align: center;
    margin-right: 0.5rem;
}

#listing-header>.listing-details {
    background-color: #efefef;
    /*padding: 1rem 0;*/
}

#listing-header>.listing-details>.collapse {
    display: flex;
    flex-wrap: nowrap;
}

#listing-header>.listing-details .meta-buttons {
    margin-left: auto;
}

#listing-header>.listing-details .meta-buttons>a {
    margin-left: 1rem;
}

#listing-header>.listing-details [class^="meta-"]:only-child {
    width: 100%;
}

#listing-header>.listing-details>ul,
#listing-header>.listing-details [class^="meta-"] ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

/* Community Page */
#listing-header>.listing-details>ul {
    justify-content: flex-start;
}

#listing-header>.listing-details>ul>li {
    margin-right: 3rem;
}

#listing-header>.listing-details>ul li.green-btn>a,
#listing-header>.listing-details>ul li.white-btn>a {
    position: relative;
    z-index: 0;
    transition: 0.2s all;
}

#listing-header>.listing-details>ul li.green-btn>a:before,
#listing-header>.listing-details>ul li.white-btn>a:before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: -1rem;
    right: -1rem;
    bottom: -0.5rem;
    background-color: white;
    border-radius: 10px;
    z-index: -1;
    transition: 0.2s all;
}

#listing-header>.listing-details>ul li.green-btn>a,
#listing-header>.listing-details>ul li.white-btn:hover>a {
    color: white;
}


#listing-header>.listing-details>ul li.white-btn:hover>a:before,
#listing-header>.listing-details>ul li.green-btn>a:before {
    background-color: #6fb03b;
}

#listing-header>.listing-details>ul li.green-btn:hover>a:before {
    background-color: white;
}

#listing-header>.listing-details>ul li.green-btn:hover>a {
    color: #6fb03b;
}


#listing-header>.listing-details>ul>li.spacer {
    margin-right: auto;
    width: 0px;
}


#listing-header>.listing-details [class^="meta-"] ul li:not(:first-child) {
    margin-left: 1rem;
}


#listing-header>.listing-details .meta>span>.min:after {
    content: '-';
}



#property {
    display: flex;
}

#property h1,
#property h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.75rem;
}

.property-special>div:not(.modal) {
    border: 2px solid #6fb03b;
    border-left: none;
    padding: 1rem;
    color: #333;
    font-weight: 500;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 6rem;
    z-index: 0;
}

.property-special>div:not(.modal):before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    bottom: -2px;
    width: 5rem;
    background-color: #6fb03b;
    z-index: -1;
}

.property-special>div:not(.modal)>h2 {
    font-weight: 600;
}

.property-special>div:not(.modal)>h2>i {
    margin-left: -5rem;
    margin-right: 1rem;
    width: 3rem;
    color: white;
}

.breadcrumbs-wrapper {
    padding: 1rem 0;
}


.property-sliders {
    margin-bottom: 2rem;
}

.property-sliders>div {
    position: relative;
}

.property-sliders .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem;
    margin: 0 0.75rem;
    color: white;
    font-size: 2rem;
    text-align: center;
    transition: 0.2s all;
    cursor: pointer;
}

.property-sliders .slider-btn[data-action="next"] {
    right: 0;
}

.property-sliders .slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.65);
}

[data-per-page="1"] .splide__slide {
    min-height: 680px;
}

.slider-photos .splide__slide {
    height: 500px;
    height: min(55vh, 500px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin:0 0.75rem;*/
}

@media screen and (max-width: 767.98px) {
    .slider-photos .splide__slide {
        min-height: initial !important;
        max-height: 250px !important;
    }
}


.slider-photos>div>div:nth-child(even) .splide__slide {
    /*margin-left:0;*/
}

.slider-photos .splide__slide>.image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-position: center;
}

.slider-photos .splide__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


#map {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#map .map-bg {
    background-image: url(/assets/img/map_placeholder.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    filter: blur(3px);
    transform: scale(1.5);
}

#map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#map:not(:fullscreen)>span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75%;
    width: 85%;
}

#map:not(:fullscreen)>span:after {
    content: '';
    position: absolute;
    top: -35%;
    right: -60%;
    height: 103%;
    width: 80%;
}

#map:fullscreen iframe {
    pointer-events: auto;
}

.map-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#map .map-btn {
    font-size: 1.25rem;
}

.slider-tours {
    margin-top: 1rem;
}

.slider-tours .splide__slide {
    min-height: 250px;
    min-height: min(30vh, 250px);
    display: flex;
    flex-direction: column;
    /*margin:0 0.75rem;*/
    position: relative;
}

.slider-tours .splide__slide>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.slider-tours .splide__slide:not(.is-viewing) {
    cursor: pointer;
}

.slider-tours .splide__slide iframe {
    pointer-events: none;
    z-index: 7;

}

body.is-viewing .slider-tours,
body.is-viewing #photos,
.splide__slide.is-viewing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    z-index: 40;
}

body.is-viewing .splide__list,
body.is-viewing .splide,
body.is-viewing .splide__slide,
body.is-viewing .splide__track {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    transform: none !important;
}

.splide__slide {
    display: none;
}

.splide__slide.is-viewing {
    display: block;
    z-index: 110;
    width: 100% !important;
}

.splide__slide.is-viewing iframe {
    pointer-events: auto;
    z-index: 50;
}

body.is-viewing .splide__arrow,
body.is-viewing #sidebarCollapse,
body.is-viewing #listing-header,
body.is-viewing .property-sidebar {
    display: none;
}

#tour-close-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    padding: .5rem 1rem;
    text-decoration: none;
    font-size: 1.25rem;
    cursor: pointer;
}

#tour-close-btn:after {
    margin-left: 0.5rem;
    content: '\f00d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

#tour-close-btn:before {
    content: 'Close';
}

.property-units .nav-link {
    color: #333;
    cursor: pointer;
}

.property-units .nav-link.active {
    border-color: #6fb03b;
    border-bottom-color: transparent;
    color: #6fb03b;
}

.property-units .units-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 1rem 0;
}


.unit-details .row {
    margin: 0;
    border-bottom: 1px solid #dee2e6;
}

.unit-details:last-child .row {
    border-bottom: none;
}

.unit-details .row>div {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 992px) {
    .unit-details .row>div {
        flex: 1;
        min-width: 10%;
    }
}

.unit-details .row>.unit-name {
    font-weight: 600;
    font-size: 1.1rem;
}

.unit-details .row>.unit-name>a {
    cursor: pointer;
}

.unit-details .row>.unit-price {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .unit-details .row>.unit-sqft {
        min-width: 11%;
        flex: 0;
    }
}

.unit-details .row>.unit-price i {
    font-size: 0.9rem;
}

.unit-details .row>.unit-icons {
    align-items: flex-start;
    justify-content: flex-end;
}

.unit-details .row>.unit-icons>a {
    padding: 0.5rem;
    margin: 0rem;
    background-color: transparent;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
}

.unit-details .row>.unit-icons>a:hover {
    background-color: #6fb03b;
    color: white;
}

.property-overview .property-amenities {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.property-overview .property-amenities>i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
}

.property-overview .property-amenities>i:before {
    font-size: 150%;
    margin-bottom: 0.5rem;
}

.property-overview .property-amenities>i:after {
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    content: attr(title);
}

.property-amenities h2 {
    margin-bottom: 1rem;
}

.property-overview + .property-amenities .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.property-overview + .property-amenities .col-lg-4 h3 {
    display: inline-block;
    text-align: center;
}

.property-overview + .property-amenities .col-lg-4 h3 i {
    width: 100%;
}

.property-overview + .property-amenities .col-lg-4 ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.property-amenities .col-lg-4 ul li {
    display: inline-block;
}


.property-reviews .card .review-date {
    text-align: right;
}

.property-reviews .review-pages span {
    margin: 0.5rem 0;
    margin-right: 0.75rem;
    display: inline-block;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    background-color: #efefef;
    border-radius: 10px;
}

.properties-nearby .row {
    justify-content: center;
}

.properties-nearby .row .col-md-6 {
    padding: 1rem;
}

.contact-box {
    position: sticky;
    top: 0;
}

.contact-box .contact-number {
    width: 100%;
    min-height: 50px;
    background-color: #6fb03b;
    color: white;
    text-align: center;
    font-size: 1.3rem;
    padding: 0.25rem 1rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-box .contact-number.dlsModalBtn {
    background-color: #3b6ab0 !important;
}

.contact-box .contact-number i {
    margin-left: 1rem;
}

.contact-form .row {
    margin: 0;
    background-color: #f7f7f7;
    justify-content: center;
    padding-top: 1rem;
}

.contact-form .row>div {
    position: relative;
    margin-bottom: 1rem;
}

.contact-form .row>div>label {
    position: absolute;
    top: 8px;
    left: 25px;
    pointer-events: none;
    opacity: 1;
    transition: 0.2s all;
}

.contact-form .row div.focus>label {
    opacity: 0;
}

.contact-form .row div.invalid input,
.contact-form .row div.invalid textarea {
    border-color: #b03b3b;
}


.callAlertBox {
    border: 2px solid #b03b3b;
    border-left: none;
    padding: 1rem;
    color: #691010;
    font-weight: 500;
    position: relative;
    margin-top: 1rem;
    margin-left: 2rem;
}

.callAlertBox:before {
    font-family: "Font Awesome 5 Free";
    content: '\f129';
    font-weight: 900;
    text-align: center;
    padding-top: 1rem;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2rem;
    width: 2rem;
    background-color: #b03b3b;
    color: white;
}

.callAlertBox:empty {
    display: none;
}

.property-hours .day {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0.75rem 1rem;
}

.property-hours .day.today {
    background-color: #6fb03b;
    color: white;
}

.contact-box ul {
    list-style: none;
    margin: 0;
    padding: 0 1rem;
}

.property-adspots {
    display: flex;
    flex-wrap: nowrap;
}

.property-adspots>div {
    padding: 0 1rem;
}

.property-adspots img {
    width: 100%;
}

.property-adspots .referral {
    height: 100%;
    width: 100%;
    border: 3px solid #6fb03b;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    min-height: 250px;
}

.property-adspots .referral>i {
    font-size: 3rem;
    color: #6fb03b;
}

.property-neighborhood>.weather,
.property-neighborhood>.frame {
    width: 100%;
    position: relative;
}

.property-neighborhood iframe {
    width: 100%;
    height: 100%;
}

.property-neighborhood>.weather iframe {
    max-width: 1000px;
    height: 300px;
}

.property-neighborhood>.frame iframe {
    min-height: 30vh;
}

#listing-footer {
    display: none;
}

/* res chat bot */
*[class*="respage"] {
    font-family: "Work Sans", sans-serif !important;
}

body>#modal-container,
body>.chatprompt {
    bottom: 2rem !important;
    z-index: 9 !important;
}

.respageChatPopupWrapper {
    display: none;
}

.respageChatNudgeWrapper {
    right: initial !important;
    left: 0 !important;
}

.is-viewing .chatprompt {
    display: none !important;
}


@media screen and (min-width: 768px) {

    body>#modal-container,
    body>.chatprompt {
        left: 1rem !important;
        right: initial !important;
    }
}

@media screen and (max-width:567.99px) {
    #INDWrap>#INDbtnWrap>#INDmenu-btn {
        top: 50% !important;
        left: unset !important;
        right: 0;
        bottom: unset !important;
        transform: scale(var(--indscale, 1)) translateX(1.5rem);
        border-radius: 100px 0 0 100px !important;
    }

    input[type="date"] {
        position: relative;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
}

@media screen and (max-width: 768px) {

    body>#modal-container,
    body>.chatprompt {
        bottom: 4.5rem !important;
        left: initial !important;
        right: 1rem !important;
    }

    /*#listing-header {position:static;}*/

    #property {
        flex-direction: column;
    }

    #listing-header>.header-content {
        padding-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 0.25rem;
    }

    #listing-header>.header-content .title {
        font-size: 24px;
    }

    #listing-header>.listing-details {
        padding: 0.5rem 1rem;
    }

    #listing-header .mobileNav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #listing-header .mobileNav>.mobile-meta {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
    }

    #listing-header .mobileNav>.mobile-meta>span {
        width: 100%;
    }

    #listing-header .mobileNav>.mobile-meta>span:not(.price) {
        width: 50%;
    }

    #listing-header .mobileNav a {
        margin-left: 2rem;
    }

    #listing-header>.listing-details>.collapse.show {
        display: flex;
    }

    #listing-header>.listing-details>.collapse {
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #listing-header>.listing-details .header-meta {
        display: none;
    }

    #listing-header>.listing-details .meta-buttons {
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 0.5rem;
        width: 100%;
    }

    #listing-header>.listing-details .meta-buttons>a {
        margin: 0.5rem 0;
    }

    /*#listing-header > .header-content .secondary {display:none;}*/

    #listing-header>.listing-details>ul {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    #listing-header>.listing-details>ul>li {
        margin: 0.5rem 1rem;
    }

    #listing-header>.listing-details>ul>li.spacer {
        margin: 0 !important;
        width: 100%;
    }

    /* patch until live */
    #listing-header>.listing-details>ul .d-lg-none {
        display: none !important;
    }

    #listing-header>.listing-details>ul>li.details-btn {
        margin: 1rem 2rem !important;
    }

    .slider-photos .splide__pagination {
        display: none;
    }

    .unit-details .row>.unit-bath,
    .unit-details .row>.unit-avail {
        justify-content: flex-end;
    }

    .unit-details .row>.unit-price {
        flex-direction: row;
        justify-content: space-between;
    }

    .unit-details .row>.unit-icons {
        justify-content: center;
    }

    .property-amenities .col-lg-4 {
        align-items: flex-start;
    }

    .property-amenities .col-lg-4 ul {
        margin: 0;
    }

    .property-amenities .col-lg-4 h3 i {
        width: auto;
        margin: 0.5rem 0;
        margin-right: 0.5rem;
    }

    .map-btns {
        flex-direction: column;

    }

    .map-btns>a {
        width: 100%;
    }

    .property-overview .property-amenities {
        justify-content: center;
    }

    #listing-mobile-cta,
    #listing-footer {
        transition: 0.2s all;
        display: block;
        background-color: #6fb03b;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    #listing-footer {
        pointer-events: auto;
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 89;
        position: fixed;
    }

    body.footer-hide>#modal-container,
    body.footer-hide>.chatprompt {
        bottom: 25px !important;
    }

    body.footer-hide #listing-footer {
        opacity: 0;
        pointer-events: none;
    }

    #listing-mobile-cta p,
    #listing-footer p {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        color: white;
        font-size: 2.5vh;
    }

    #listing-mobile-cta p i,
    #listing-footer p i {
        margin-right: 0.5rem;
    }

.property-hours .day:not(.today) {
    display: none;
}


body.properyNavCollapse #listing-header>.header-content h3.secondary,
body.properyNavCollapse #listing-header>.listing-details {
    display: none;
}
}

}

.fancybox-slide {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

body>#rp-modal-container {
    height: 523px !important;
    left: 1rem !important;
}

body>.chatprompt {
    left: 1rem !important;
    right: initial !important;
}

/*
    .respageChatNudgeWrapper {
        right: -170px;
    }
    .respageChatNudgeWrapper::after {
        right: 170px;
    }*/

.splide__list {
    min-width: 100%;
}

#splide01-slide01:only-child {
    width: 100% !important;
}

@media screen and (max-width: 767.98px) {
    #splide01-slide01:only-child {
        width: 100vw !important;
        margin: 0 !important;
        height: auto !important;
        min-height: initial !important;
    }

    #splide01-slide01:only-child img {
        aspect-ratio: 16/9;
        height: auto !important;
    }
}

@media screen and (max-width: 585px) {
    body>#rp-modal-container {
        top: 4rem !important;
        left: 0rem !important;
        height: calc(100vh - 4rem) !important;
        width: 100% !important;
        max-width: 100vw !important;
        bottom: 0 !important;
    }
}
