.ip-banner,
.floating-smi{
    display: none;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#content-full {
    margin-top: 0;
}

/*default css*/
/** Mortage Calculator **/
.pop-wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/property-details/poptrans.png) repeat 0 0 transparent;
    z-index: 9999;
    display: none;
    font-size: 0
}

    .single-listing #ui-datepicker-div {
        z-index: 99999 !important;
    }

.pop-outside{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/** Mortage Calculator **/
.mortage-calculator{
    width: 400px;
    height: 84%;
    background: #fff;
    margin: 5% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
    z-index: 200;
}

    .scroll-wrap {
        width: 100%;
        height: 100%;
        padding: 0 18px 20px;
        box-sizing: border-box;
        overflow-y: scroll;
    }
        .scroll-wrap br{
            display: none;
        }
        .scroll-parent{
            overflow-x: hidden;
            overflow-y: scroll;
        }
    .mortage-calculator .close{
        background: url(../images/close-bttn.png) no-repeat 0 0 transparent;
        width: 46px;
        height: 46px;
        position: absolute;
        right: -17px;
        top: -16px;
        cursor: pointer;
        z-index: 99;
        opacity: 1;
    }
    .popup-wrap-mortage .mortage-calculator h1,
    .popup-wrap-mortage .mortage-calculator h2{
        color: #222222;
        font-size: 31px !important;
        border-bottom: 1px solid #afafaf;
        font-weight: 700;
        padding-top: 18px;

    }
    .popup-wrap-mortage .mortage-calculator p{
        color: #797979
        font-size: 13px;
        padding: 10px 0;
    }
    .popup-wrap-mortage .mortage-calculator .m-form{
        width: 100%;
    }
        .popup-wrap-mortage .mortage-calculator .m-form span{
            font-size: 11px;
            color: #797979;
            display: block;
        }
        .popup-wrap-mortage .mortage-calculator .m-form form input{
            display: block;
            width: 100%;
            background: #fff;
            height: 28px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            padding: 4px 10px;
            margin-top: 6px;
            border: 1px solid #969696;
        }
        .popup-wrap-mortage .mortage-calculator .m-form form div input{
            width: 49.1%;
            display: inline-block;
            vertical-align: top;
            margin-left: 1.7%;
        }
            .popup-wrap-mortage .mortage-calculator .m-form form div input:first-child{
                margin-left: 0;
            }
            .popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]{
                background: #747474;
                height: 38px;
                border: none;
                color: #fff;

                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                cursor: pointer;
                transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;

            }
                .popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]:hover{
                    background: #2F2F2F;
                }
            .popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]{
                background: #444444;
                height: 38px;
                border: none;
                color: #fff;

                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                cursor: pointer;
                transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;

            }
                .popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]:hover{
                    background: #990000;
                }
            .popup-wrap-mortage .mortage-calculator .m-form form div.form-sec{
                width: 100%;
                padding-top: 21px;
            }
                .popup-wrap-mortage .mortage-calculator .m-form form div.form-sec label{
                    width: 100%;
                    display: block;
                }
                .popup-wrap-mortage .mortage-calculator .m-form form div.form-sec input{
                    width: 100%;
                    margin-left: 0;
                    background: #dcdcdc;
                }
            .popup-wrap-mortage .mortage-calculator .m-form span.disclamer{
                color: #808080;
                font-size: 10px;
                padding: 10px 0;
            }

/** Mortage Calculator **/
/** Request More Information **/
.request-more-info{
    width: 400px;
    height: 84%;
    background: #fff;
    margin: 3% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
    z-index: 200;
}
    .request-more-info .close{
        background: url(../images/close-bttn.png) no-repeat 0 0 transparent;
        width: 46px;
        height: 46px;
        position: absolute;
        right: -17px;
        top: -16px;
        cursor: pointer;
        z-index: 99;
        opacity: 1;

    }
    .popup-wrap-request .request-more-info h2{
        color: #222222;
        font-size: 26px !important;
        border-bottom: 1px solid #afafaf;
        font-weight: 700;
        padding-top: 18px;
    }
        .popup-wrap-request .request-more-info h3{
            margin: 0 !important;
            font-size: 16px;
            padding-top: 20px;
        }
    .popup-wrap-request .request-more-info p{
        color: #797979
        font-size: 13px;
        padding: 0;
        margin: 0 !important;
    }
    .popup-wrap-request .request-more-info .m-form{
        width: 100%;
    }
        .popup-wrap-request .request-more-info .m-form span{
            font-size: 11px;
            color: #797979;
            display: block;
        }
        .popup-wrap-request .request-more-info .m-form input{
            display: block;
            width: 100%;
            background: #fff;
            height: 28px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            padding: 7px 10px;
            margin-top: 8px;
            border: 1px solid #969696;
        }
            .popup-wrap-request .request-more-info .m-form div span{
                display: inline-block;
                vertical-align: top;
                margin-left: 1%;
                width: 32.6%;
            }
            .popup-wrap-request .request-more-info .m-form div input{

                display: block;
                width: 100%;
            }
            .popup-wrap-request .request-more-info .m-form div span:first-child{
                margin-left: 0;
            }
        .popup-wrap-request .request-more-info .m-form select{
            display: block;
            width: 100%;
            background: #fff;
            height: 28px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            padding: 4px 10px;
            margin-top: 8px;
            border: 1px solid #969696;
                line-height: 20px;
           -webkit-appearance: none;
           -moz-appearance:    none;
           appearance:         none;
        }
        .popup-wrap-request .request-more-info .m-form textarea{
            width: 100%;
            background: #fff;
            height: 135px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            margin-top: 8px;
            outline: none;
            padding: 6px 10px;
            border: 1px solid #969696
        }
        .popup-wrap-request .request-more-info .m-form input[type="submit"]{
            background: #444444;
            width: 176px;
            height: 38px;
            float: right;
            clear: both;
            color: #fff;
            border: none;
            font-weight: 700;
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            cursor: pointer;
            margin-bottom: 20px;
        }


/** Request More Information **/
/** Schedule Showing Popup **/
.schedule-showing{
    width: 400px;
    height: 87%;
    background: #fff;
    margin: 3% auto;
    box-sizing: border-box;
    position: relative;
    max-height: 683px;
    z-index: 200;
}
    .schedule-showing .close{
        background: url(../images/close-bttn.png) no-repeat 0 0 transparent;
        width: 46px;
        height: 46px;
        position: absolute;
        right: -17px;
        top: -16px;
        cursor: pointer;
        z-index: 99;
        opacity: 1;
    }
    .popup-wrap-schedule .schedule-showing h2{
        color: #222222;
        font-size: 29px !important;
        border-bottom: 1px solid #afafaf;
        font-weight: 700;
        padding-top: 18px;
    }
        .popup-wrap-schedule .schedule-showing h3{
            margin: 0 !important;
            font-size: 16px;
            padding-top: 20px;
        }
    .popup-wrap-schedule .schedule-showing p{
        color: #797979
        font-size: 13px;
        padding: 0;
        margin: 0 !important;
    }
    .popup-wrap-schedule .schedule-showing .m-form{
        width: 100%;
        margin-top: 48px;
    }
        .popup-wrap-schedule .schedule-showing .m-form span{
            font-size: 13px;
            color: #222222;
            display: block;
            margin-top: 8px;
        }
        .popup-wrap-schedule .schedule-showing .m-form input{
            display: block;
            width: 100%;
            background: #fff;
            height: 28px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            padding: 4px 10px;
            margin-top: 8px;
            border: 1px solid #969696;
        }
            .popup-wrap-schedule .schedule-showing .m-form div span{
                display: inline-block;
                vertical-align: top;
                margin-left: 1%;
                width: 49.4%;
            }
                .popup-wrap-schedule .schedule-showing .m-form div span:first-child{
                    margin-left: 0;
                }
            .popup-wrap-schedule .schedule-showing .m-form div input,
            .popup-wrap-schedule .schedule-showing .m-form div select{
                display: inline-block;
                vertical-align: top;
                width: 100%;
               -webkit-appearance: none;
               -moz-appearance:    none;
               appearance:         none;

            }

            .popup-wrap-schedule .schedule-showing .m-form div select{
                margin-left: 0;
            }
        .popup-wrap-schedule .schedule-showing .m-form select{
            display: block;
            width: 100%;
            background: #fff;
            height: 28px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            padding: 4px 10px;
            margin-top: 8px;
            border: 1px solid #969696;
        }
        .popup-wrap-schedule .schedule-showing .m-form textarea{
            width: 100%;
            background: #fff;
            height: 135px;
            box-sizing: border-box;
            color: #222222;
            font-size: 13px;
            margin-top: 8px;
            outline: none;
            padding: 6px 10px;
            resize: none;
            border: 1px solid #969696;
        }
        .popup-wrap-schedule .schedule-showing .m-form input[type="submit"]{
            background: #444444;
            width: 176px;
            height: 38px;
            float: right;
            clear: both;
            color: #fff;
            border: none;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            cursor: pointer;
            margin-bottom: 20px;
        }
        .scroll-wrap  div.wpcf7-validation-errors {
            border: 2px solid #f7e700;
            font-size: 11px;
            margin: 30px 0 0;
            text-align: center;
            clear: both;
        }
        .scroll-wrap span.wpcf7-not-valid-tip {
            margin-top: 0 !important;
        }
    .popup-wrap-schedule .schedule-showing .m-form input[type="date"]{
        width:100%;
    }

    .popup-wrap-schedule .schedule-showing .m-form ::-webkit-inner-spin-button,
    .popup-wrap-request .request-more-info .m-form ::-webkit-inner-spin-button { display: none; }
    .popup-wrap-schedule .schedule-showing .m-form ::-webkit-datetime-edit,
    .popup-wrap-request .request-more-info .m-form ::-webkit-datetime-edit { padding: 12px; }
    .popup-wrap-schedule .schedule-showing .wpcf7-response-output,
    .popup-wrap-request .request-more-info .wpcf7-response-output{
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .popup-wrap-schedule .schedule-showing .wpcf7-response-output,
    .popup-wrap-request .request-more-info .wpcf7-response-output {
        width:100% !important;
        position:relative;
        clear:both;
        text-align:center;
    }
/** Schedule Showing Popup **/
/*default css end*/


/* Inner Page Our Properties Single */

.page-template-property-details .floating-smi,
.custom-ip-breadcrumbs {
    display: none;
}
.our-properties-single-breadcrumbs.custom-ip-breadcrumbs {
    display: block;
    background: transparent;
    position: relative;
    z-index: 0;
    background: transparent;
    padding: 0;
    height: auto;
    margin-top: -105px;
}
    .our-properties-single-breadcrumbs.custom-ip-breadcrumbs p {
        margin: 0!important;
        line-height: 1;
    }

.our-properties-single .our-properties-floating-link a:before,
.our-properties-single .our-properties-floating-link a:after {
    display: none;
}

.page-template-property-details .ip-banner {
    display: none;
}

.our-properties-single-slideshow-logo {
    position: absolute;
    z-index: 3;
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-logo:hover {
    opacity: 0.75;
}

.our-properties-single-slideshow-logo img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.our-properties-floating-link {
    position: fixed;
    z-index: 50;
    bottom: 187px;
    left: -82px;
    /* (width - height) / 2 */
    transform: rotate(-90deg);
    width: 207px;
    height: 43px;
}

.our-properties-floating-link a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    /*color: #5e5e5e;*/
    color: #fff;
    background: #1b1b1b;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    display: none;
}

.our-properties-floating-link a:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 27px;
    height: 1px;
    left: 0;
    background: #1b1b1b;
}

.our-properties-floating-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    left: -40px;
    background: #fff;
}

.our-properties-floating-link a:hover {
    color: #5e5e5e;
    background: rgba(255, 255, 255, 0.8);
}

.our-properties-single-slideshow-wrap,
.our-properties-single-slideshow {
    position: relative;
}

.our-properties-single-slideshow-wrap {
    overflow: hidden;
}

.our-properties-single-slideshow-slide {
    display: block;
}

.our-properties-single-slideshow-slide canvas {
    display: block;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.our-properties-single-slideshow-controls {
    position: absolute;
    z-index: 10;
    right: 29px;
    transform: translateY(-100%);
    margin-top: -36px;
}

.our-properties-single-slideshow-controls span {
    width: 24px;
    height: 51px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-slideshow-controls span:hover {
    opacity: 0.5;
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-prev {
    background-image: url('../../images/property-details/properties-single-prev-b.png');
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-next {
    background-image: url('../../images/property-details/properties-single-next-b.png');
}


/*.properties-single-slideshow-info {
    position: absolute;
    z-index: 4;
    bottom: 144px;
    right: 0;
    background: #fff;
    width: 370px;
    padding: 0 15px 0 45px;
}*/

.properties-single-slideshow-info {
    position: absolute;
    z-index: 4;
    bottom: 144px;
    right: -100%;
    background: #fff;
    width: 390px;
    padding: 0 15px 0 65px;
    overflow-y: hidden;
}
.properties-status {
    color: #e51937;
    font-size: 24px;
    font-weight: 500;
    margin-top: 33px;
}
.single-listing .properties-single-slideshow-info span.show-hide-btn {
    display: block;
    position: absolute;
    width: 100%;
    /* background: #e51937; */
    transform: translateY(-50%) rotate(-90deg);
    left: -44%;
    top: 50%;
    right: 0;
    padding: 10px;
    font-size: 15px;
    transform-origin: center;
    text-align: center;
    cursor: pointer;
    background-color: rgba(27, 27, 27, 1);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid rgba(27, 27, 27, 1);
}

.single-listing .properties-single-slideshow-info span.show-hide-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(27, 27, 27, 1);
}

.properties-single-slideshow-info-address {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: -1.025px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-top: 1px;
    margin-left: -1px;
}

.properties-single-slideshow-info-address span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0;
    color: #666666;
    margin-top: 3px;
    margin-left: 1px;
}

.properties-single-slideshow-info-price {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 2.2px;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e51937;
    margin-top: 12px;
}

.properties-single-slideshow-info-mex-price {
   /* display: block;*/
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e51937;
    margin-top: 0;
	display: none;
}

.properties-single-slideshow-info-price.dual {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #e51937;
    margin-top: 12px;
}

.properties-single-slideshow-info-extras {
    display: block;
    margin: 24px 0 40px !important;
}

.properties-single-slideshow-info-extras li {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #292929;
    margin-bottom: 11px;
}

.properties-single-slideshow-info-extras li:nth-last-child(1) {
    margin-bottom: 0;
}

.properties-single-slideshow-info-extras li [class^="icon-"] {
    display: inline-block;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin: 0 2px 0 4px;
}

.properties-single-slideshow-info-extras li .icon-beds {
    width: 19px;
    height: 13px;
    background-image: url('../../images/property-details/properties-single-beds.png');
}

.properties-single-slideshow-info-extras li .icon-baths {
    width: 16px;
    height: 16px;
    background-image: url('../../images/property-details/properties-single-baths.png');
}

.properties-single-slideshow-info-extras li .icon-sqft {
    width: 15px;
    height: 15px;
    background-image: url('../../images/property-details/properties-single-sqft.png');
}

.properties-single-slideshow-info-extras li .icon-lots {
    width: 16px;
    height: 16px;
    background-image: url('../../images/property-details/properties-single-lots.png');
}

.properties-single-slideshow-info-extras li .icon-mls {
    width: 16px;
    height: 16px;
    background-image: url('../../images/property-details/properties-single-mls.png');
}

.properties-single-slideshow-info-extras li em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #666666;
    line-height: 12px;
    font-style: normal!important;
}

.page-template-property-details #inner-page-wrapper {
    margin-bottom: 0 !important;
}

.page-template-property-details .inner-page-breadcrumbs {
    position: relative;
    z-index: 0;
    background: transparent;
    padding: 0;
    height: auto;
    margin-top: -105px;
}

.page-template-property-details .inner-page-breadcrumbs #breadcrumbs {
    width: 65.8%;
    background: rgba(160, 160, 160, 0.66);
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 15px;
    margin: 0 !important;
}

.our-properties-single-info {
    position: relative;
    z-index: 2;
}

.our-properties-single-content-wrap {
    background: #fff;
}

.our-properties-single-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 60px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    line-height: 70px !important;
    display: block;
    white-space: normal;
    margin: 0 !important;
    padding: 28px 70px 0;
}

.our-properties-single-content {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666666;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    padding: 0 70px;
    margin-top: 43px;
    min-height: 225px;
}

.our-properties-single-content::first-letter {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 105px;
    font-weight: 600;
    line-height: 87px;
    float: left;
    color: #1b1b1b;
    text-transform: uppercase;
    padding-right: 8px;
    /*padding-bottom: 26px;*/
}

.our-properties-single-thumbnail-list {
    margin-top: 20px;
    margin-left: -30px;
    padding-right: 3px;
    background: #fff;
}

.our-properties-single-thumbnail {
    float: left;
    display: block;
    width: calc(50% - 1.5px);
    margin-top: 3px;
    cursor: pointer;
}

.our-properties-single-thumbnail:nth-child(even) {
    float: right;
}

.our-properties-single-thumbnail img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
}

.our-properties-single-thumbnail.active img,
.our-properties-single-thumbnail:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.our-properties-single-add-thumbnail {
    float: right;
    display: block;
    width: calc(50% - 1.5px);
    margin-top: 3px;
    cursor: pointer;
    height: 130px;
    background: #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-add-thumbnail.active,
.our-properties-single-add-thumbnail:hover {
    background: #e51937;
}

.our-properties-single-add-thumbnail img {
    width: auto;
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-properties-single-smi-wrap {
    margin-top: 64px;
    margin-left: -30px;
}

.our-properties-single-smi {
    /*margin-top: 64px;*/
    /*padding-left: 70px;*/
}

.our-properties-single-smi-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #e51937;
    position: relative;
}

.our-properties-single-smi-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    height: 4px;
    background: #cbcbcb;
    margin-left: 11px;
}

.our-properties-single-smi ul {
    margin: 21px 0 0 !important;
}

.our-properties-single-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.our-properties-single-smi ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #1b1b1b;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background: #f2f2f2;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-smi ul li a span.ai-font-envelope {
    font-size: 11px;
}

.our-properties-single-smi ul li a:hover {
    background-color: #e51937;
    background: #e51937;
    color: #fff;
}

.our-properties-single-cta {
    margin-top: 41px;
    margin-left: -30px;
    padding-right: 3px;
}

.safari-true .our-properties-single-cta {
    margin-top: 40px;
}

.our-properties-single-cta-link {
    width: 100%;
    background: #1b1b1b;
    border: 2px solid #1b1b1b;
    color: #fff;
    font-size: 18px;
    line-height: 53px;
    margin-bottom: 9px;
}

.our-properties-single-cta-link:visited,
.our-properties-single-cta-link:focus {
    color: #fff;
}

.our-properties-single-cta-link:hover {
    background: #fff !important;
    color: #1b1b1b !important;
    border-color: #1b1b1b !important;
}

.our-properties-single-cta-link:after {
    background: #3e3e3e;
}

.our-properties-single-divider {
    display: block;
    position: relative;
    margin-top: -108px;
    margin-bottom: 88px;
    z-index: -1;
    display: none;
}

.our-properties-single-divider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.9);
}

.our-properties-single-divider canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.our-properties-single-container-guide-wrap {
    position: absolute;
    z-index: -10;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.our-properties-single-agent {
    margin-left: auto;
    position: relative;
    z-index: 1;
    background: transparent url('images/our-properties-single-bg-a.jpg') no-repeat;
    background-position: center left;
    background-size: cover;
}

.our-properties-single-agent:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.our-properties-single-agent-left {
    width: 35%;
}

.our-properties-single-agent-number {
    margin-top: 82px;
}

.our-properties-single-agent-number:after {
    margin-left: 1px;
}

.our-properties-single-agent-title {
    color: #1b1b1b;
    margin-top: -6px;
    margin-bottom: 79px;
}

.our-properties-single-agent-title span b {
    font-weight: 400 !important;
    margin-top: 2px;
}

.our-properties-single-agent-title span i.title-line {
    width: 100%;
    left: auto !important;
    right: -109%;
    bottom: 77px !important;
    background: #e0e0e0;
}

.our-properties-single-agent-photo,
.our-properties-single-agent-info {
    float: left;
    margin-bottom: 109px;
}

.our-properties-single-agent-photo img {
    width: 164px;
    height: 177px;
    object-fit: cover;
    object-position: top center;
}

.our-properties-single-agent-name {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #e51937;
    text-transform: uppercase;
    margin-top: 7px;
}

.our-properties-single-agent-info {
    padding: 0 15px 0 31px;
}

.our-properties-single-agent-info ul {
    margin: 19px 0 0 !important;
    display: block;
}

.our-properties-single-agent-info ul li {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 2.4px;
    color: #1f1f1f;
    position: relative;
    margin-top: 11px;
}

.our-properties-single-agent-info ul li:nth-child(1) {
    margin-top: 0;
}

.our-properties-single-agent-info ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
}

.our-properties-single-agent-info ul li a,
.our-properties-single-agent-info ul li em,
.our-properties-single-agent-info ul li img {
    display: inline-block;
    vertical-align: middle;
}

.our-properties-single-agent-info ul li a {
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-agent-info ul li a:hover {
    color: #e51937;
}

.our-properties-single-agent-info ul li img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.our-properties-single-agent-right {
    width: 65%;
}

.our-properties-single-map {
    position: relative;
    /*margin-top: -48px;*/
    width: calc(100% - 70px);
    height: 482px;
    margin-top: 88px;
}

.our-properties-single-map canvas {
    display: block;
    width: 100%;
}

.our-properties-single-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.our-properties-single-form-wrap {
    position: relative;
    z-index: 1;
    /* margin-top: -115px; */
    /* top: -115px; */
    top: 50px;
    /* margin-bottom: -115px; */
}

.our-properties-single-form {
    background: transparent url('../../images/property-details/our-properties-single-form-bg-a.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 190px 0 90px;
}

.our-properties-single-form:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.9);
}

.our-properties-single-form-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    text-align: center;
    overflow: hidden;
    margin: 0 auto 58px;
    width: 980px;
    max-width: 100%;
}

.our-properties-single-form form {
    margin: 0 auto !important;
    width: 980px;
    max-width: 100%;
    position: relative;
}

.our-properties-single-form form .wpcf7-form-control-wrap {
    display: block;
}

.our-properties-single-form form span.wpcf7-not-valid-tip {
    top: -17px;
    left: auto;
    right: 0;
}

.our-properties-single-form .form-group {
    display: block;
    margin: 0 -10px;
    position: relative;
}

.our-properties-single-form .form-group.no-mlr {
    margin: 0;
}

.our-properties-single-form .form-group:before,
.our-properties-single-form .form-group:after {
    content: '';
    display: table;
    clear: both;
}

.our-properties-single-form .form-input {
    width: calc(100% / 3);
    padding: 0 10px;
    float: left;
    margin-bottom: 60px;
}

.our-properties-single-form .form-input.no-mb {
    margin-bottom: 0;
}

.our-properties-single-form .form-input.lg {
    width: calc((100% / 3) + (100% / 3));
}

.our-properties-single-form label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff;
}

.our-properties-single-form input[type="text"],
.our-properties-single-form input[type="email"],
.our-properties-single-form input[type="tel"],
.our-properties-single-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff;
}

.our-properties-single-form textarea {
    height: 20px;
    resize: none;
}

.our-properties-single-form input[type="submit"] {
    display: block;
    width: 159px;
    height: 53px;
    margin-top: 39px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-form input[type="submit"]:hover {
    border-color: #fff;
    background: #fff;
    color: #1b1b1b;
}

.our-properties-single-form .ajax-loader,
.our-properties-single-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 185px;
    transform: translateY(-50%);
    margin: 0;
}

.our-properties-single-form .wpcf7-response-output {
    margin: 0;
    position: absolute;
    bottom: -43px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.28px;
    color: #fff !important;
    text-align: center;
}

.our-properties-single-links {
    margin: 100px 0 60px 0;
}



.our-properties-single-links a {
    width: 100%;
    background: #1b1b1b !important;
    border-color: #1b1b1b !important;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 3.2px;
}

.our-properties-single-links a:hover {
    background: #fff !important;
    color: #1b1b1b !important;
    border-color: #1b1b1b !important;
}

.our-properties-single-links a:after {
    width: 118px;
    background: #494949;
    left: -80px;
}

.our-properties-single-links a.right:after {
    right: -80px;
    left: auto;
}

.our-properties-single-floating-thumbnail-wrap {
    position: absolute;
    z-index: 10;
    background: #1b1b1b;
    width: 554px;
    max-width: 100%;
    height: 675px;
    right: 0;
    transform: translateY(-100%);
    margin-top: 65px;
    padding: 49px 0 45px 25px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap.active {
    opacity: 1;
    pointer-events: auto;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 17px;
    width: 16px;
    height: 16px;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:before {
    transform: rotate(45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:after {
    transform: rotate(-45deg);
}

.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:before,
.our-properties-single-floating-thumbnail-wrap .our-properties-single-floating-thumbnail-close:hover:after {
    background: #e51937;
}

.our-properties-single-floating-thumbnail-list {
    padding-right: 35px;
    width: 100%;
    height: 100%;
}

.our-properties-single-floating-thumbnail-mobile-wrap {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    margin-top: 20px;
    padding: 30px 0 0;
    background: #1b1b1b;
}

.our-properties-single-floating-thumbnail-mobile-list {
    padding: 0 15px;
}

.our-properties-single-floating-thumbnail-mobile {
    float: left;
    display: block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.our-properties-single-floating-thumbnail-mobile img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 250px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-properties-single-floating-thumbnail-mobile canvas {
    display: block;
    width: 100%;
    object-fit: cover;
    /*height: 250px;*/
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-properties-single-floating-thumbnail-list .simplebar-scroll-content {
    padding-right: 60px !important;
}

.our-properties-single-floating-thumbnail-list .simplebar-track {
    right: 18px;
    width: 2px;
    background: #262626;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar {
    border-radius: 0 !important;
    width: 4px;
    right: -1px;
}

.our-properties-single-floating-thumbnail-list .simplebar-scrollbar:before {
    top: 0;
    opacity: 1 !important;
    border-radius: 0 !important;
    background: #e51937;
}

.our-properties-single-floating-thumbnail-list .simplebar-track.horizontal {
    display: none !important;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail {
    display: block;
    float: left;
    padding: 2px;
    width: calc(100% / 3);
    cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail canvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail img {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 128px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover img,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail.active canvas,
.our-properties-single-floating-thumbnail-list .our-properties-single-floating-thumbnail:hover canvas {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.bh-home-prices-stats-wrap {
    padding-top: 285px;
    font-size: 0;
}
.bh-home-prices-stats-title {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
.bh-home-prices-stats-title strong {
    font-weight: 900 !important;
}
.bh-home-prices-stats-branch {
    border-top: 1px solid #000;
    margin-top: 40px;
}
.bh-home-prices-stats-branch-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}
.bh-home-prices-stats-branch-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    background: #000;
}
.bh-home-prices-stats-branch-item:nth-child(odd)::after {
    height: 30px;
}
.bh-home-prices-stats-branch-item:nth-child(even)::after {
    height: 90px;
}
.bh-home-prices-stats-branch-item:nth-child(odd) {
    padding-top: 50px;
}
.bh-home-prices-stats-branch-item:nth-child(even) {
    padding-top: 120px;
}
.bh-home-prices-stats-branch-item-value {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000;
}
.bh-home-prices-stats-branch-item-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}
.bh-avg-stats-wrapper {
    padding: 40px 0;
    font-size: 0;
}
.bh-avg-stats-title {
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.bh-avg-stats {
    max-width: 900px;
    margin: 30px auto 0;
}
.bh-avg-stats-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    padding: 50px 0;
}
.bh-avg-stats-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: .2;
    pointer-events: none;
}
.bh-avg-stats-item:last-child:after {
    opacity: 0;
}
.bh-avg-stats-item-value {
    font-size: 40px;
    color: #000;
    font-weight: 700 !important;
}
.bh-avg-stats-item-label {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 8px;
}

.ip-container .footer {
    z-index: 0;
}


/*listings pop ups request details and shcedule showing*/

h4.sched-showing-header,
h4.req-details-header {
    font-family: 'Didot', serif;
    font-weight: 300 !important;
    font-size: 30px !important;
    text-align: center !important;
    text-transform: uppercase;
}

.popup-form label {
    display: block;
    text-transform: uppercase !important;
    margin-top: 5px;
    font-size: 13px;
}

.popup-form input[type=text],
.popup-form input[type=tel],
.popup-form input[type=email],
.popup-form input[type=date],
.popup-form select,
.popup-form textarea {
    border: none;
    border-bottom: solid 2px #c7c7c7;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    outline: none !important;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-form input[type=submit] {
    border: none;
    background-image: none;
    background-color: transparent;
    border: solid 1px #c3c3c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    font-weight: 300;
    font-size: 15px;
    width: 200px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    letter-spacing: 0.15em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.popup-form input[type=submit]:hover {
    /* background-color: #c7c7c7 !important; */
    background: #000 !important;
    color: #fff;
}

.popup-form textarea {
    height: 55px;
    padding-bottom: 5px;
    resize: none;
}

.single-listing .close:before {
    transform: rotate(45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close:after {
    transform: rotate(-45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.single-listing .close span {
    font-size: 0;
}

.textalignCenter {
    text-align: center;
    padding: 15px 0 0;
}

.request-more-info .scroll-wrap,
.schedule-showing .scroll-wrap {
    padding: 40px 18px;
    overflow-y: auto;
    webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.request-more-info, 
.schedule-showing {
    height: auto;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    max-height: 683px;
    z-index: 200;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    max-width: 600px;
}

.popup-wrap-request .request-more-info p,
.popup-wrap-schedule .schedule-showing p {
    color: #797979;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 !important;
}

.request-more-info .close,
.schedule-showing .close {
    right: 35px;
    top: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.addtoany_shortcode {
    display: none;
}

.listings-disclaimer p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: #666666;
    padding-top: 30px;
}

@media only screen and (max-width: 1450px) {
    .our-properties-single-floating-thumbnail-wrap {
        height: 500px;
    }
}
@media only screen and (max-width: 1367px) {
    .our-properties-single-slideshow-controls {
        margin-top: -67px;
    }
    .properties-single-slideshow-info-extras {
        margin: 15px 0 25px !important;
    }
    .our-properties-single-slideshow-logo {
        width: 420px;
        max-width: 100%;
    }
    .our-properties-single-agent-info {
        padding: 0 5px 0 15px;
    }
    .our-properties-single-agent-name {
        font-size: 25px;
        line-height: 25px;
    }
    .our-properties-single-agent-info ul li {
        font-size: 14px;
        line-height: 14px;
    }
    .our-properties-single-floating-thumbnail-wrap {
        height: 400px;
    }
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
    .page-template-property-details .inner-page-breadcrumbs #breadcrumbs {
        width: 65.6%;
    }
    .properties-single-slideshow-info {
        bottom: 130px;
        /* width: 290px */
    }
    .properties-single-slideshow-info-address {
        font-size: 31px;
        line-height: 29px;
        margin-top: 15px;
    }
    .properties-single-slideshow-info-address span {
        line-height: 18px;
    }
    .properties-single-slideshow-info-price {
        font-size: 34px;
        line-height: 34px;
    }
    .properties-single-slideshow-info-extras li {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .properties-single-slideshow-info-extras li em {
        font-size: 11px;
        line-height: 11px;
    }
    .our-properties-single-slideshow-controls span {
        width: 14px;
        height: 41px;
    }
    .our-properties-single-slideshow-logo {
        width: 350px;
    }
    .properties-single-slideshow-info-extras {
        margin-bottom: 15px;
    }
    .our-properties-single-agent-photo img {
        width: 130px;
        height: auto;
    }
    .our-properties-single-agent-name {
        font-size: 20px;
        line-height: 20px;
    }
    .our-properties-single-agent-info ul li {
        margin-top: 8px;
    }
    .our-properties-single-agent-photo,
    .our-properties-single-agent-info {
        margin-bottom: 50px;
    }
    .our-properties-single-links a {
        font-size: 14px;
    }
    .our-properties-single-links a:after {
        width: 128px;
        left: -100px;
    }
    .our-properties-single-links a.right:after {
        right: -100px;
        left: auto;
    }

    .single-listing .properties-single-slideshow-info span.show-hide-btn {
        letter-spacing: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .our-properties-single-slideshow-logo img{
        display: none;
    }

    .single-listing .our-properties-single-form-wrap {
        top: 30px;
        /* top: -115px; */
        margin-bottom: 30px;
    }
    .properties-single-slideshow-info {
        position: relative;
        bottom: 0;
        right: 0;
        padding: 0 15px;
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    .our-properties-single-thumbnail-list {
        display: none !important;
    }
    .page-template-property-details .inner-page-breadcrumbs {
        margin-top: -40px;
        background: rgba(160, 160, 160, 0.66);
    }
    .page-template-property-details .inner-page-breadcrumbs > .container {
        width: 100%;
    }
    .page-template-property-details .inner-page-breadcrumbs #breadcrumbs {
        background: transparent;
        width: 100%;
        padding-left: 0;
    }
    .properties-single-slideshow-info-extras li {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
    }
    .our-properties-floating-link {
        display: none;
    }
    .single-listing .properties-single-slideshow-info span.show-hide-btn {
        display: none;
    }
    .our-properties-single-cta-wrap,
    .our-properties-single-smi-wrap {
        float: none !important;
        display: block;
    }
    .our-properties-single-cta {
        margin: 50px 0 0;
        padding: 0 0 0 22px;
    }
    .our-properties-single-smi {
        padding: 0;
        text-align: center;
    }
    .our-properties-single-smi-title:after {
        width: 75px;
    }
    .our-properties-single-smi ul li {
        margin-right: 6px;
    }
    .our-properties-single-divider {
        margin-top: 50px;
    }
    .our-properties-single-title,
    .our-properties-single-content {
        padding-left: 0;
        padding-right: 0;
    }
    .our-properties-single-content {
        min-height: auto;
    }
    .our-properties-single-agent,
    .our-properties-single-form-wrap {
        padding-left: 0 !important;
    }
    .our-properties-single-agent-left {
        float: none !important;
        width: 750px;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .our-properties-single-agent-right {
        float: none !important;
        width: 100%;
    }
    .our-properties-single-agent-photo,
    .our-properties-single-agent-info {
        margin-bottom: 0;
    }
    .our-properties-single-agent-photo img {
        width: 250px;
        height: auto;
    }
    .our-properties-single-map {
        margin-top: 50px;
        height: 550px;
        width: 100%;
    }
    .our-properties-single-agent-title {
        margin: 0 0 45px 0 !important;
    }
    .our-properties-single-agent-name {
        font-size: 25px;
        line-height: 25px;
    }
    .our-properties-single-agent-info ul li {
        font-size: 16px;
        line-height: 16px;
    }
    .our-properties-single-links a:after {
        display: none;
    }
    .our-properties-single-links a.right {
        margin-top: 30px;
    }
    .our-properties-single-form {
        padding: 68px 0 50px;
    }
    .our-properties-single-agent-number {
        margin-top: 30px;
    }
    body .our-properties-single-title {
        overflow: auto;
        white-space: pre-wrap;
        line-height: 1 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .our-properties-single-slideshow-slide canvas {
        min-height: 350px;
    }
    .our-properties-single-breadcrumbs.custom-ip-breadcrumbs {
/*        margin-top: -39px;*/
        margin-top: -56px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(160, 160, 160, .66);
    }

    .our-properties-single-slideshow {
        font-size: 0;
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .our-properties-single-content {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
    .our-properties-single-form {
        padding: 60px 30px;
    }
    .our-properties-single-form .form-input {
        width: 100% !important;
        padding: 0 !important;
    }
    .our-properties-single-form .form-input.no-mb {
        margin-bottom: 60px;
    }
    .our-properties-single-form .form-input.no-mb.lg {
        margin-bottom: 0;
    }
    .our-properties-single-form .form-group {
        margin: 0;
    }
    .our-properties-single-form input[type="submit"] {
        width: 100%;
    }
    .our-properties-single-floating-thumbnail-mobile img {
        height: 175px;
    }
    .our-properties-single-agent-photo,
    .our-properties-single-agent-info {
        float: none !important;
        padding: 0;
        width: 250px;
        max-width: 100%;
        margin: 0 auto;
    }
    .our-properties-single-agent-name {
        text-align: center;
    }
    .our-properties-single-agent-number {
        width: 256px;
        max-width: 100%;
        margin: 30px auto 0;
    }
    .our-properties-single-agent-title {
        width: 256px;
        max-width: 100%;
        margin: 0 auto 45px !important;
    }
    .our-properties-single-form-title {
        font-size: 25px;
        line-height: 25px;
    }
    .our-properties-single-cta-link {
        font-size: 15px;
        line-height: 15px;
    }
    .our-properties-single-map {
        height: 450px;
    }
    body .our-properties-single-title {
        font-size: 10vw !important;
        text-overflow: unset;
    }
}
@media only screen and (max-width: 480px) {
    .properties-single-slideshow-info-extras li {
        display: block;
        width: 100%;
    }
    .our-properties-single-floating-thumbnail-mobile {
        width: 50%;
    }
    .our-properties-single-floating-thumbnail-mobile img {
        height: auto;
    }
    .our-properties-single-map {
        height: 350px;
    }

    .our-properties-single-form .wpcf7-response-output {
        bottom: -66px;
    }

    .request-more-info .close, .schedule-showing .close {
        right: 12px;
        top: 4px;
        transform: scale(.5);
    }
}