#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.header {
    background: #000;
}

.section-btn {
    color: #fff !important;
}

.ip-banner, #breadcrumbs {
    display: none;
}

.ip-listings-banner-holder {
    position: relative;
}

.custom-breadcrumbs-holder {
    position: absolute;

    top: 20px;
    left: 60px;
    z-index: 1;
}

#custom-breadcrumbs {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

#custom-breadcrumbs a {
    color: #c5c5c5 !important;
}

.prop-btns button.prop-arrow  {
    display: block;
}


.ip-bs-main {
    margin-top: 135px;
    position: relative;
    padding-bottom: 150px;
}

.ip-bs-main::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    height: 75%;
    width: 25%;
    z-index: 1;
}

.ip-bs-agent-photo {
    position: absolute;
    width: 344px;
    z-index: 2;
    bottom: 0;
    left: 0;
    filter: grayscale(1);
}


.ip-bs-main .custom-container {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.ip-bs-main-content {
    background: #fff;
    color: #000;
    margin: 0 0 0 310px;
    padding: 195px 0 120px 60px;
}

.ip-bs-main-content .section-title h2,
.ip-bs-main-content .section-title h2 small{
    color: #000;
}

.ip-bs-main-content p {
    color: #2a2a2a;
    line-height: 2;
    font-size: 15px;
    max-width: 55%;
}

.ip-bs-contact-box {
    position: absolute;
    right: 200px;
    bottom: 90px;
    background-color: #000;
    padding: 50px 60px;
    border: 2px #b68e2d solid;
    z-index: 3;
}

.ip-bs-contact-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../images/monogram.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: -107px 0;
    opacity: .07;
    z-index: 1;
    top: 0;
    left: 0;
}

.ip-bs-contact-box > div {
    position: relative;
    z-index: 2;
}

.ip-bs-contact-box h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--font-family-title);
    margin-bottom: 40px;
}

.ip-bs-contact-box .wpcf7 {
    position: relative;
}

.ip-bs-contact-box .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    font-size: 12px;
    text-align: center;
    padding: 5px 2px;
}

.ip-bs-contact-box  .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: auto;
}

.bs-field {
    margin: 12px 0;
}

.bs-field .wpcf7-form-control {
    border: 1px #fff solid;
    background: transparent;
    width: 100%;
    font-size: 12px;
    font-family: var(--font-family-title);
    font-weight: 400;
    padding: 12px 15px;
}

.bs-field .wpcf7-form-control::placeholder {
    text-transform: uppercase;
}

#hp-stats .stats-wrap .section-title {
    display: none;
}
#hp-stats .stats-wrap .stats-list .stats-item p {
    line-height: 1.6;
}

.ip-bs-stats {
    margin-bottom: 70px;
    position: relative;
    padding: 100px 0 80px;
    background: #000;
}

.ip-bs-stats .bg-wrap {
    opacity: .30;
}

.ip-bs-stats-list {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.ip-bs-stats-item {
    padding: 10px 40px;
    flex: 1;
    display: flex;
    flex-flow: column wrap;
    /* justify-content: center; */
}

.ip-bs-stats-item h3 {
    font-family: var(--font-family-title);
    font-size: 45px;
    font-weight: 800;
    color: var(--secondary);
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.1;
    margin-top: 20px;
}

.ip-bs-stats-item p {
    font-size: 18px;    
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.2;
}

.prop-wrap {
    padding-top: 70px;
    padding-bottom: 80px;
}

.prop-wrap .section-title {
    position: relative;
    top: auto;
    padding: 0;
}

.prop-wrap .section-title h2 {
    text-align: center;
}


.prop-list .slick-slide > div,
.prop-list:not(.slick-initialized) {
    display: flex;
    flex-flow: row wrap;
}

.prop-item{
    min-width: 33.3% !important;
}

.prop-list::before {
    display: none;
}

.prop-item-status {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    top: 20px;
    left: 20px;
    opacity: 0;
    transition: all .5s;
}

.prop-item:hover .prop-item-status {
    opacity: 1;
}

.prop-item-details {
    color: #fff;
}

.prop-search {
    display: flex;
    justify-content: space-between;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 15px;
}

.prop-field {
    width: 373px;
    max-width: 100%;
    position: relative;
}

.prop-field input {
    display: block;
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid var(--secondary);
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    padding: 0;
    outline: none;
    font-size: 14px;
    font-family: var(--font-family-title);
    letter-spacing: 1.5px;
}


.prop-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    color: var(--secondary);
    background: transparent;
    outline: none;
    border: none;
    margin-left: 10px;
    transition: color .3s ease;
    transform: scaleX(-1);
}

.prop-submit:hover {
    color: #fff;
}

.prop-sort {
    width: 231px;
    max-width: 100%;
}

.prop-sort .btn-group {
    width: 100%;
}

.prop-sort .btn {
    display: block;
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid var(--secondary);
    font-size: 18px;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    border-radius: 0;
    text-align: left;
    position: relative;
    font-size: 14px;
    font-family: var(--font-family-title);
    letter-spacing: 1.5px;    
}

.prop-sort .dropdown-backdrop {
    z-index: 2;
}

.prop-sort .dropdown-menu {
    width: 100%;
    background: #363636;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin-top: 10px;
    border: none;
    z-index: 3;
}

.prop-sort .dropdown-menu a {
    font-size: 18px;
    color: #999999;
    display: block;
    padding: 5px 10px;
    transition: color .3s ease;
    position: relative;
    text-transform: uppercase;
}

.prop-sort .dropdown-menu a i,
.prop-sort .btn i {
    font-size: 12px;
    color: #d2b66c;
    position: absolute;
    right: 4px;
    font-style: normal !important;
    top: 10px;
}

.prop-sort .dropdown-menu a:hover {
    color: #d2b66c;
}

.ip-bs-agent-photo-mobile {
    filter: grayscale(1);
    max-width: 400px;
    margin: 20px auto;
}

@media(max-width:1710px) {
    .ip-bs-main-content p {        
        max-width: 45%;
    }    
}

@media(max-width: 1440px) {
    .ip-bs-contact-box {
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) {
	html:not(.mobile):not(.safari.ipad):not(.safari.iphone):not(.mobile.android):not(.android) .ip-bs-stats .bg-wrap.is-fixed canvas{
	    background-attachment: fixed;
	}	
}

@media(max-width:1199px) {
    .ip-bs-contact-box {
        right: 20px;
        padding: 50px 35px;
    }
    .ip-bs-agent-photo {
        width: 270px;
    }
    .ip-bs-main-content {
        background: #fff;
        color: #000;
        margin: 0 0 0 200px;
        padding: 195px 0 120px 40px;
    }    
}

@media(max-width:991px) {
    .prop-list {
        max-width: 100%;
    }
    .prop-item {
        width: 50%;
    }
    .ip-listings-ctas {
        padding: 20px 0;
    }
    .ip-listings-ctas .section-btn{
        display: block;
        margin: 10px;
    }
    .header {
        position: relative;
    }
    .custom-breadcrumbs-holder {
        top: -42px;
    }

    .ip-bs-stats-item {
        width: 50%;
        flex: auto;
    }

    .ip-bs-main {
        padding-bottom: 30px;
    }
    .ip-bs-main-content {
        margin: 80px 0 0;
        padding: 50px 20px 0;
    }
    .ip-bs-main-content p {
        max-width: 100%;
        text-align: center;
    }
    .ip-bs-agent-photo{
        display: none;
    }

    .ip-bs-contact-box {
        position: relative;
        width: 90%;
        margin: 79px auto 40px;
        bottom: 0;
        right: 0;
    }
    .ip-bs-main::after{
        display: none;
    }
}

@media(max-width:767px) {
    .prop-search {
        flex-wrap: wrap;
    }
    .prop-field, .prop-sort {
        width: 100%;
    }

    .ip-bs-stats {
        padding: 20px  0 40px;
    }
    .ip-bs-stats-item{
        width: 100%;
        margin: 10px 0;
    }
}

@media(max-width:600px) {
    .prop-list  {
        max-width: 490px;
    }
    .prop-item {
        width: 100%;
    }
}

@media(max-width:375px) {
    .ip-bs-contact-box {
        padding: 50px 20px 60px;
    }   
    .ip-bs-contact-box .wpcf7 form .wpcf7-response-output {
        bottom: -60px
    }
}