#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.header, .ip-banner, #breadcrumbs {
    display: none;
}

.__globBg.__hasOverlay.__isWhite::after{
    background: #fff;
    opacity: .90;
}
.__globBg.__hasOverlay.__isWhite::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.__globBg.__hasOverlay.__isWhite img {
    filter: grayscale(1);
}

.__globBg.h-50 {
    height: 50%;
}

.__globBg.h-70 {
    height: 70%;
}

.__globBg.h-75 {
    height: 75%;
}

.__globBg.w-25 {
    width: 25%;
}

.__globBg.w-45 {
    width: 45%;
}

.__globBg.right-0 {
    left: auto;
}

.__custom-container {
    width: 90%;
    max-width: 1170px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.play-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px #fff solid;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn::before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    border: 1px #fff solid;
    border-radius: 50%;
    opacity: .50;
    transition: all .5s;
}

.play-btn:hover::before, a:hover > .play-btn::before {
    opacity: 1;
}

.play-btn i {
    color: #fff;
    font-size: 30px;
}

.ip-ld .default-title h2 {
    font-size: 53px;
    font-weight: 700;
}

.ip-ld .default-title h2 span {
    font-size: 19px;
    letter-spacing: normal;
    font-weight: 400;
    margin-top: 15px;
    color: #555555;
}


/* banner */
.ip-ld-banner-title {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.ip-ld-banner-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.ip-ld-banner-title h2 span {
    display: block;
    font-size: 25px;
    font-weight: normal;
}

.ip-ld-banner-slider-item-img::before {
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 20%;    
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
    bottom: 0;
    opacity: .5;
}

/* intro */
.ip-ld-intro {
    padding: 60px 0;
}

.ip-ld-intro-status-price {
    border: 2px #000 solid;  
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    width: fit-content;
    max-width: 90%;
    margin: 0 auto 70px;
}

.ip-ld-intro-status {
    border-right: 2px #000 solid;
    padding: 25px 30px;
}

.ip-ld-intro-price {
    padding: 25px 30px;
    text-align: center;    
}

.ip-ld-intro-details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ip-ld-intro-details ul li {
    width: 20%;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 60px;
    border-right: 1px #d9d9d9 solid;
}

.ip-ld-intro-details ul li:nth-child(5n+5), .ip-ld-intro-details ul li:last-child {
    border-right: 0;
}

.ip-ld-intro-details ul li span {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

/* amenities */
.ip-ld-amenities {
    padding: 120px 0
}

.ip-ld-amenities .__custom-container {
    max-width: 1300px;    
}

.ip-ld-amenities-list {
    color: #fff;
    margin-top: 60px;
}

.ip-ld-amenities-list ul {
    columns: 3;
    font-size: 14px;
    color: #aaaaaa;
}

.ip-ld-amenities-list ul li {
    position: relative;
    padding: 15px 0 15px 20px;;
}

.ip-ld-amenities-list ul li::before{
    content: "\2022";
    font-size: 30px;
    line-height: normal;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
}

/* description */
.ip-ld-description {
    padding: 75px 0;
}

.ip-ld-description p {
    line-height: 1.6;
    font-size: 13px;
    padding: 18px 0;
    color: #555555;
}

/* gallery */
.ip-ld-gallery {
    margin-bottom: 65px;
}

.ip-ld-gallery-slider-item-img::before {
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 20%;    
    position: absolute;
    pointer-events: none;
    z-index: 1;
    left: 0;
    bottom: 0;
    opacity: .5;
}

.ip-ld-gallery-thumbs-slider {
    margin-top: -90px;
}

.ip-ld-gallery-thumbs-slider .slick-slide {
    padding: 0 5px;
}

.ip-ld-gallery-thumbs-slider-item {
    border: 5px #fff solid;
    cursor: pointer;
}

/* 3D Floor Plan */
.ip-ld-3dfp {
    padding: 80px 0;
}

.ip-ld-3dfp-tabbed-section {
    margin-top: 60px;
}

.ip-ld-3dfp-dollhouse-view-slider {
    max-width: 842px;
    margin: 0 auto;
}

.ip-ld-3dfp .nav-tabs {
    border-bottom: 0;
}

.ip-ld-3dfp .nav-tabs>li {
    float: none;    
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
}

.ip-ld-3dfp .nav-tabs>li>a {
    padding: 10px 50px;
    border-radius: 0;
}

.ip-ld-3dfp .nav-tabs>li.active>a, .ip-ld-3dfp .nav-tabs>li.active>a:focus, .ip-ld-3dfp .ip-ld-3dfp .nav-tabs>li.active>a:hover {
    background: #000;
    color: #fff;
}

.ip-ld-3dfp .nav-tabs>li>a {
    background: #dfdfdf;
}

.ip-ld-3dfp .tab-pane {
    padding: 90px 50px;
    min-height: 650px;
    position: relative;

}

.ip-ld-3dfp-level-slider-item {
    border: 2px #ddd solid;
    padding: 20px;
}

.ip-ld-3dfp-level-slider .slick-slide {
    padding: 0 20px;
}

.ip-ld-3dfp-slider-nav {
    position: absolute;    
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.ip-ld-3dfp-slider-nav button {
    pointer-events: all;
    font-size: 0;
    border: 0;
    background: transparent;
}

.ip-ld-3dfp-slider-nav button i {
    font-size: 30px;
}

/* 3d virtual tour */
.ip-ld-3dvt {
    padding: 0 0 65px;
}

.ip-ld-3dvt-tour-slider {
    margin-top: 70px;
}

.ip-ld-3dvt-tour-slider-nav {
    position: absolute;    
    width: 90%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}

.ip-ld-3dvt-tour-slider-nav button {
    pointer-events: all;
    font-size: 0;
    border: 0;
    background: transparent;
}

.ip-ld-3dvt-tour-slider-nav button i {
    font-size: 30px;
    color: #fff;
}

/* featured home video */
.ip-ld-fhv {
    padding: 30px 0 90px;
}

.ip-ld-fhv-list {
    margin-top: 50px;
    border: 10px #cecece solid;
}

.ip-ld-fhv-list .play-btn {
    width: 110px;
    height: 110px;
}

.ip-ld-fhv-list-item {
    background: #000;
}

.ip-ld-fhv-list-item img {
    opacity: .80;
    transition: all .5s;
}

.ip-ld-fhv-list-item:hover img {
    opacity: 1;
}

/* open house */
.ip-ld-open-house {
    padding: 95px 0;
    color: #fff;
}

.ip-ld-open-house .__globBg.__hasOverlay::after {
    opacity: .70
}

.ip-ld-open-house-content {
    margin-top: 35px;    
}

.ip-ld-open-house .default-title h2 span {
    color: #fff;
}

.ip-ld-open-house-info {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 40px;
}

.ip-ld-open-house-info:not(:first-child) {
    border-left: 1px rgb(255 255 255 / .50) solid;
}

.ip-ld-open-house-rsvp {    
    text-align: center;
    flex: 1;
}

.rsvp-btn {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border: 1px #fff solid;
    width: 200px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    transition: all .5s;
}

.rsvp-btn:hover {
    background: #fff;
    color: #000;
}

#popup-rsvp {
    padding-top: 40px;
}

#popup-rsvp .wpcf7 {
    padding-top: 20px;
}

#popup-rsvp .cc_form_row {
    margin: 0 -15px;
}

#popup-rsvp .cc_form_col {
    padding: 15px;
}

#popup-rsvp .cc_form_col .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: auto;
    font-size: 11px;
}

#popup-rsvp .cc_form_col label {
    display: none;
}

#popup-rsvp .cc_form_col input,
#popup-rsvp .cc_form_col textarea {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #000;;
    background: transparent;
    outline: none;
    letter-spacing: 0.05em;
    font-size: 12px;
}

#popup-rsvp .cc_form_col textarea {
    height: 50px;
    resize: none;
    padding-right: 35px;
}

#popup-rsvp .cc_form_col .textareaset .cf-submit {
    position: absolute;
    bottom: 24px;
    right: 7px;
}

#popup-rsvp .cc_form_col .textareaset .cf-submit input {
    position: absolute;
    border: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20;
    top: 0;
}

#popup-rsvp .cc_form_col .textareaset .cf-submit .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
}

#popup-rsvp .cc_form_col .textareaset .cf-submit i {
    font-size: 20px
}

#popup-rsvp .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
}

#popup-rsvp .cc_form_col label {
    display: none;
}

/* send us a message */
.ip-ld-send-message {
    padding: 95px 0;
}

.ip-ld-send-message h2{
    letter-spacing: 0.12em;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.ip-ld-send-message-form {
    width: 40%;
}

.ip-ld-send-message-content {
    width: 50%;
}

.ip-ld-send-message-content p {
    line-height: 1.6;
    font-size: 13px;
    padding: 15px 0;
    color: #000000;
}

.ip-ld-send-message .ip-ld-send-message-form .wpcf7 {
    padding-top: 20px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_row {
    margin: 0 -15px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col {
    padding: 15px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .wpcf7-not-valid-tip {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
    font-size: 11px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col label {
    display: none;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col input,
.ip-ld-send-message .ip-ld-send-message-form .cc_form_col textarea {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #000;;
    background: transparent;
    outline: none;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col textarea {
    height: 50px;
    resize: none;
    padding-right: 35px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .textareaset {}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .textareaset .cf-submit {
    position: absolute;
    bottom: 24px;
    right: 7px;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .textareaset .cf-submit input {
    position: absolute;
    border: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20;
    top: 0;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .textareaset .cf-submit .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
}

.ip-ld-send-message .ip-ld-send-message-form .cc_form_col .textareaset .cf-submit i {
    font-size: 20px
}

.ip-ld-send-message .ip-ld-send-message-form .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
}

/* footer */
.footer {
    padding-top: 20px
}

.ip-ld-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ip-ld-footer-logos.footerInfo.__logos {
    max-width: none;  
    padding-top: 80px;
}

.ip-ld-footer-logos.footerInfo.footerInfo.__logos .brokerage-logo {
    margin-top: 0;
}

.ip-ld-footer-logos .site-name img{
    /*max-width: 82px;*/
    max-width: 302px;
    margin: 25px auto;
}


.ip-ld-footer-contact {
    padding-top: 90px;
}

.ip-ld-footer-contact.footerInfo h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.ip-ld-footer-contact.footerInfo ul {
    padding-top: 25px;
}

.ip-ld-footer-contact.footerInfo ul li, .ip-ld-footer-contact.footerInfo ul li a {
    color: #989898;
    font-size: 14px;
    padding: 5px 0
}
.ip-ld-footer-contact.footerInfo ul li:first-child {
    color: #fff;
    font-size: 18px;
}

@media(max-width: 1440px) {
    .footer .footerContainer.__bottom .ip-ld-footer .__max_container {
        padding: 0 50px;
    }
}


@media(max-width: 1199px) {
    .ip-ld-3dfp .nav-tabs>li>a {
        padding: 10px 20px;
        border-radius: 0;
    }

    .ip-ld-footer-contact.footerInfo h2 {
        font-size: 25px;
    }
}

@media(max-width: 991px) {
    .ip-ld-intro-status-price {
        flex-direction: column;
        text-align: center;
    }
    .ip-ld-intro-status {
        border-right: 0;
        border-bottom: 2px #000 solid;
    }
    .ip-ld-intro-details ul li {
        width: 50%;
    }
    .ip-ld-intro-details ul li:nth-child(5n+5), .ip-ld-intro-details ul li:last-child {
        border-right: 1px #d9d9d9 solid;
    }
    .ip-ld-intro-details ul li:nth-child(even) {
        border-right: 0;
    }
    .ip-ld-amenities-list ul  {
        columns: 2;
    }

    .ip-ld .__default-padding {
        padding: 0 20px;
    }

    .ip-ld-open-house-info {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        border-left: 0 !important;
    }

    .ip-ld-open-house-rsvp {
        margin-top: 25px;
    }

    .ip-ld-send-message-form, .ip-ld-send-message-content {
        width: 100%;
    }

    .footer .footerContainer.__bottom .ip-ld-footer .__max_container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ip-ld-footer-logos-smis, .ip-ld-footer-contact {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .ip-ld-footer-logos.footerInfo.__logos {
        padding-top: 0;
    }

    .ip-ld-footer-agent-photo {
        margin-top: 50px;
    }

    .ip-ld-gallery-thumbs-slider {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    .ip-ld-banner-title h2 {
        font-size: 45px;        
    }    
    .ip-ld .default-title h2 {
        font-size: 30px;
    }

    .ip-ld-3dfp .nav-tabs>li {
        display: block;
        margin: 1px 0;
    }

    .ip-ld-3dfp .tab-pane {
        min-height: auto
    }
}

@media(max-width: 480px) {
    .ip-ld-amenities-list ul {
        columns: 1;
    }
    .ip-ld-banner-title h2 {
        font-size: 25px;
    }   
    .ip-ld-banner-title h2 span {
        font-size: 15px;
    }
    .ip-ld-banner-slider-item-img canvas {
        min-height: 320px;
    }
}