.ip-banner {
    display: none;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-ld-breadcrumbs {
    padding: 15px 0;
}

.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;
    max-width: 90%;
    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;
}

.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 {
    font-size: 0;
}

.our-properties-single-slideshow-slide {
    display: block;
    background: #000;
}

.our-properties-single-slideshow-slide canvas {
    display: block;
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .73;
}

.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/properties-single-prev-b.png');
}

.our-properties-single-slideshow-controls span.properties-single-slideshow-next {
    background-image: url('images/properties-single-next-b.png');
}

.properties-single-slideshow-info {
    position: absolute;
    z-index: 4;
    bottom: 250px;
    right: -418px;
    background: #fff;
    width: 464px;
    padding: 0 15px 0 83px;
    overflow-y: hidden;
}

.properties-single-slideshow-info span.show-hide-btn {
    display: block !important;
    position: absolute;
    width: 100%;
    /* background: #e51937; */
    transform: translateY(-50%) rotate(-90deg);
    left: -45%;
    top: 50%;
    right: 0;
    padding: 10px;
    font-size: 15px;
    transform-origin: center;
    text-align: center;
    cursor: pointer;
    background-color: #00adef;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.properties-single-slideshow-info span.show-hide-btn:hover {
    background-color: #076789;
}

.properties-single-slideshow-info-address {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-top: 39px;
}

.properties-single-slideshow-info-address span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .3px;
    color: #666666;
    margin-top: 7px;
}

.properties-single-slideshow-info-price {
    display: block;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #00adef;
    margin-top: 21px;
}

.properties-single-slideshow-info-extras {
    display: block;
    margin: 16px 0 43px !important;
}

.properties-single-slideshow-info-extras li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin-bottom: 4px;
}

ul.properties-single-slideshow-info-extras span {
    margin: 0 5px;
}

.properties-single-slideshow-info-extras li:nth-last-child(1) {
    margin-bottom: 0;
}

.properties-single-slideshow-info-extras li em {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    font-style: normal !important;
}

.our-properties-single-info {
    position: relative;
    z-index: 2;
    padding: 0 0 55px;
}

.our-properties-single-info > .container {
    width: 100%;
    max-width: 1313px;
}

.our-properties-single-content-wrap {
    background: #fff;
    padding: 59px 0 0;
}

.our-properties-single-title {
    font-size: 48px !important;
    font-weight: 600 !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
     line-height: 1 !important;
    display: block;
    overflow: hidden;
   /* text-overflow: ellipsis;
    white-space: nowrap;*/
    margin: 0 !important;
    padding: 0;
    color: #333333 !important;
}

.our-properties-single-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #2b2a2a;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    column-gap: 35px;
    padding: 0;
    margin-top: 30px;
    letter-spacing: .2px;
}

.our-properties-single-content::first-letter {
    font-size: 71px;
    font-weight: 700;
    line-height: 70px;
    float: left;
    color: #000;
    text-transform: uppercase;
    padding-right: 9px;
    padding-left: 9px;
    /*padding-bottom: 26px;*/
}

.ip-ld-content-right {
    max-width: 429px;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    margin-top: -129px;
    background: #fff;
}

.our-properties-single-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.our-properties-single-thumbnail {
    cursor: pointer;
    width: 50%;
    padding: 4px;
}

.our-properties-single-thumbnail img {
    width: 100%;
    height: 173px;
    -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 {
    display: block;
    width: 50%;
    cursor: pointer;
    background: transparent;
    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;
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    padding: 4px
}

.our-properties-single-add-thumbnail span {
    width: 100%;
    background: #00adef;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-properties-single-add-thumbnail.active span,
.our-properties-single-add-thumbnail:hover span{
    background: #076789;
}

.our-properties-single-add-thumbnail img {
    width: auto;
    height: auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-properties-single-smi-wrap {
    margin-top: 22px;
}

.our-properties-single-smi {
    /*margin-top: 64px;*/
    /*padding-left: 70px;*/
}

.our-properties-single-smi-title {
    font-family: var(--font-family-title);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    letter-spacing: .6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-properties-single-smi-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    height: 2px;
    background: #00adef;
    margin-left: 11px;
}

.our-properties-single-smi ul {
    margin: 19px 0 0 !important;
}

.our-properties-single-smi ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.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: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.our-properties-single-smi ul li a:hover {
    background-color: #076789;
    background: #076789;
    color: #fff;
}

.our-properties-single-cta {
    margin-top: 26px;
}

.our-properties-single-cta .global-site-btn a {
    max-width: 500px;
}

.our-properties-single-cta .global-site-btn {
    margin: 0 0 10px;
}

.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;
    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/listing-details/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;
    padding: 50px 0 0px;
}

.our-properties-single-form {
    background: transparent url('../../images/listing-details/ld-form-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 126px 0 124px;
}

.our-properties-single-form:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00adef;
    opacity: .9;
}

.our-properties-single-form-title {
    font-family: var(--font-family-title);
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    margin: 0 auto 64px;
    max-width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
}

.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: 50px;
}

.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, 1);
    font-size: 14px;
    line-height: 1;
    letter-spacing: .2px;
    color: #fff;
    height: 40px;
}

.our-properties-single-form textarea {
    height: 40px;
    resize: none;
    padding-top: 13px;
}

.our-properties-single-form input[type="submit"] {
    display: block;
    width: 168px;
    height: 54px;
    margin: 50px auto 0;
    border: 1px solid rgba(255, 255, 255, 1);
    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: #076789;
    background: #076789;
    color: #fff;
}

.our-properties-single-form .ajax-loader {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    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: 73px 0 60px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.our-properties-single-links .global-site-btn {
    max-width: 409px;
    width: 100%;
}

.our-properties-single-links .global-site-btn a {
    max-width: 409px;
}

.our-properties-single-floating-thumbnail-wrap {
    position: absolute;
    z-index: 10;
    background: #1b1b1b;
    width: 554px;
    max-width: 100%;
    height: 679px;
    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;
    display: none;
}

.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 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;
}

.close:before {
    transform: rotate(45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.close:after {
    transform: rotate(-45deg);
    content: "";
    height: 55px;
    width: 1px;
    background: #8e8e8e;
    display: block;
    position: absolute;
    top: -8px;
    right: 18px;
}

.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: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.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;
}


@media only screen and (max-width: 991px) {
    #content-sidebar, #content-full {
        margin-top: 0;
    }

    .properties-single-slideshow-info {
        position: relative;
        bottom: 0;
        right: 0 !important;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .properties-single-slideshow-info span.show-hide-btn {
        display: none !important;
    }

    .our-properties-single-content-wrap {
        padding: 0;
    }

    .our-properties-single-content {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ip-ld-content-right {
        margin: 30px auto 0;
    }

    .our-properties-single-form-wrap {
        padding: 0;
    }

    .our-properties-single-form {
        padding: 50px 0;
    }

    .our-properties-single-form .form-input {
        width: 100%;
        margin-bottom: 50px !important;
    }

    .our-properties-single-form .form-input.lg {
        width: 100%;
    }

    .our-properties-single-form input[type="submit"] {
        margin: 0 auto 0;
    }

    .our-properties-single-links {
        margin: 30px 0;
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .our-properties-single-slideshow-slide canvas {
        min-height: 400px;
    }

    .our-properties-single-title,
    .our-properties-single-form-title {
        font-size: 30px !important;
    }
}
