/*******************************************************
 *
 * Current Listings
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

#ip-current-listings {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.footer-container .global-accent-bg.top-right {
    right: -50px;
}

.ip-cl-container, .ip-cl-section {
    display: block;
    position: relative;
}

/*Content*/
.ip-clc-container {
    display: block;
    position: relative;
    padding: 170px 0 652px;
    font-size: 0;
    z-index: 3;
}

.ip-clc-container .global-accent-bg.top-left {
    width: 452px;
    height: 959px;
}

.ip-clc-container .global-accent-bg.top-left canvas {
    background-size: contain;
}

.ip-clc-container .custom-container {
    max-width: 1313px;
}

.ip-clc-bg {
    width: 65.33%;
    left: auto;
    right: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    background-color: var(--primary-color);
}

.ip-clc-main {
    display: block;
    position: relative;
}

.ip-clc-main-title-holder {
    display: block;
    position: relative;
    background-color: #f4f3ef;
    padding: 110px 80px 135px 0px;
    width: 100%;
    max-width: 600px;
}

.ip-clc-main-title {
    display: block;
    position: relative;
}

.ip-clc-main-title-holder .global-title h2 {
    text-align: left;
}

.ip-clc-main-caption p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.007em;
    color: #153e35;
    display: block;
}

.ip-clc-main-caption p:not(:last-child) {
    margin-bottom: 24px;
}

.ip-clc-main-caption {
    display: block;
    position: relative;
}

.ip-clc-main-title-holder:before {
    position: absolute;
    content: '';
    top: -10px;
    right: -10px;
    width: 211px;
    height: calc(100% + 20px);
    border: 1px solid #cfc9b4;
    border-left: none;
}

.ip-clc-bg {
    border-bottom-right-radius: 530px;
    border-bottom-left-radius: 530px;
    overflow: hidden;
}

.ip-clc-bg canvas {
    opacity: .90;
}

html .ip-clc-bg.attachment-fixed canvas {
    background-attachment: scroll!important;
    background-position: right center!important;
    background-size: cover!important;
}

.ip-clc-main-title-holder .global-title {
    margin-bottom: 45px;
    text-align: left;
    display: block;
}

/*Current Listings*/
.ip-prop-container {
    padding: 135px 0 112px;
    background-color: #f4f3ef;
    font-size: 0;
    display: block;
    position: relative;
}

.ip-prop-container .global-accent-bg.bottom-left {
    width: 686px;
    height: 818px;
    bottom: 6%;
}

.ip-prop-container .global-accent-bg.top-left {
    width: 639px;
    height: 688px;
}

.ip-prop-main {
    display: block;
    position: relative;
    z-index: 5;
}

.ip-prop-list {
    display: block;
    position: relative;
    margin: 0 -11px;
}

.ip-prop-item {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% / 3);
    position: relative;
    padding: 11px;
}

.ip-prop-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ip-prop-img {
    overflow: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.ip-prop-main .global-title {
    text-align: center;
    margin-bottom: 80px;
}

.ip-prop-container .custom-container {
    max-width: 1510px;
}

.ip-prop-container .global-accent-bg.top-right {
    top: -7%;
    right: -1%;
    width: 868px;
    height: 839px;
}

.ip-prop-container .global-accent-bg.top-right canvas, .ip-prop-container .global-accent-bg.bottom-left canvas {
    background-size: contain;
}

.ip-prop-img img, .ip-prop-img canvas, .ip-prop-img img, .ip-prop-img {
    border-radius: 30px;
}

.ip-prop-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.ip-prop-img-holder {
    display: block;
    position: relative;
}

.ip-prop-img-hover canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-prop-img-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-prop-img-hover, .ip-prop-img-hover img, .ip-prop-img-hover canvas {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ip-prop-item a:hover .ip-prop-img-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ip-prop-item a:hover .ip-prop-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ip-prop-info-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 40px;
    text-align: center;
    z-index: 10;
}

.ip-prop-details, .ip-prop-price, .ip-prop-info {
    display: block;
    position: relative;
}

.ip-prop-details h2 {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.ip-prop-details span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.060em;
    color: #cfc9b4;
    text-transform: uppercase;
    display: block;
    margin-top: 11px;
    font-weight: 600;
}

.ip-prop-details {
    margin-bottom: 15px;
}

.ip-prop-price span {
    font-size: 26px;
    letter-spacing: 0.010em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.ip-prop-info span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.100em;
    color: #f4f3ef;
    padding: 4px 22px 1px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
}

.ip-prop-info span:first-child {
    padding-left: 0;
}

.ip-prop-info span:last-child {
    padding-right: 0;
    border: none;
}

.ip-prop-price {
    margin-bottom: 15px;
}

.ip-prop-img:before, .ip-prop-img-hover:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.95)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    z-index: 2;
    pointer-events: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ip-prop-more-btn a {
    margin: 0 auto;
}

.ip-prop-more-btn {
    margin: 37px auto 0;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (min-width: 992px) {
    .footer-container .global-accent-bg.top-right {
        right: -3.125vw;
    }

    /*Content*/
    .ip-clc-container {
        padding: 10.625vw 0 40.750vw;
    }

    .ip-clc-bg {
        border-bottom-right-radius: 33.125vw;
        border-bottom-left-radius: 33.125vw;
    }

    .ip-clc-container .global-accent-bg.top-left {
        width: 28.250vw;
        height: 59.938vw;
    }

    .ip-clc-container .custom-container {
        max-width: 82.063vw;
    }

    .ip-clc-main-title-holder {
        padding: 6.875vw 5vw 8.438vw 0px;
        max-width: 37.500vw;
    }

    .ip-clc-main-caption p {
        font-size: 1vw;
    }

    .ip-clc-main-caption p:not(:last-child) {
        margin-bottom: 1.500vw;
    }

    .ip-clc-main-title-holder:before {
        top: -0.625vw;
        right: -0.625vw;
        width: 13.188vw;
        height: calc(100% + 1.250vw);
    }

    .ip-clc-main-title-holder .global-title {
        margin-bottom: 2.813vwx;
    }

    /*Current Listings*/
    .ip-prop-container {
        padding: 8.438vw 0 7vw;
    }

    .ip-prop-container .global-accent-bg.bottom-left {
        width: 42.875vw;
        height: 51.125vw;
    }

    .ip-prop-container .global-accent-bg.top-left {
        width: 39.689vw;
        height: 42.733vw;
    }

    .ip-prop-list {
        margin: 0 -0.683vw;
    }

    .ip-prop-item {
        padding: 0.683vw;
    }

    .ip-prop-main .global-title {
        margin-bottom: 4.969vw;
    }

    .ip-prop-container .custom-container {
        max-width: 93.789vw;
    }

    .ip-prop-container .global-accent-bg.top-right {
        width: 53.913vw;
        height: 52.112vw;
    }

    .ip-prop-img img, .ip-prop-img canvas, .ip-prop-img img, .ip-prop-img {
        border-radius: 1.875vw;
    }

    .ip-prop-img-hover, .ip-prop-img-hover img, .ip-prop-img-hover canvas {
        border-top-left-radius: 15.625vw;
        border-top-right-radius: 15.625vw;
        border-bottom-left-radius: 1.875vw;
        border-bottom-right-radius: 1.875vw;
    }

    .ip-prop-info-holder {
        padding: 0 0.932vw 2.484vw;
    }

    .ip-prop-details h2 {
        font-size: 2.236vw;
    }

    .ip-prop-details span {
        font-size: 1.242vw;
        margin-top: 0.683vw;
    }

    .ip-prop-details {
        margin-bottom: 0.932vw;
    }

    .ip-prop-price span {
        font-size: 1.615vw;
    }

    .ip-prop-info span {
        font-size: 0.994vw;
        padding: 0.248vw 1.366vw 0.062vw;
    }

    .ip-prop-price {
        margin-bottom: 0.932vw;
    }

    .ip-prop-img:before, .ip-prop-img-hover:before {
        border-bottom-left-radius: 1.875vw;
        border-bottom-right-radius: 1.875vw;
    }

    .ip-prop-more-btn {
        margin: 2.298vw auto 0;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-clc-container {
        padding: 60px 0 35%;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }

    .ip-clc-bg {
        width: 100%;
        margin: 0 auto;
        border-bottom-right-radius: 380px;
        border-bottom-left-radius: 380px;
    }

    .ip-clc-main-title-holder {
        max-width: 567px;
        padding: 50px 30px;
        margin: 0 auto;
    }

    .ip-clc-main-title-holder:before {
        width: 50%;
    }

    .ip-clc-main-title-holder .global-title {
        margin-bottom: 30px;
    }

    .ip-prop-item {
        width: 100%;
        display: block;
        padding: 0;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-prop-list {
        margin: 0;
    }

    .ip-prop-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-prop-details h2 {
        font-size: 32px;
    }

    .ip-prop-details span {
        font-size: 18px;
    }

    .ip-prop-price span {
        font-size: 22px;
    }

    .ip-prop-info span {
        font-size: 14px;
        padding: 4px 15px 1px;
    }

    .ip-prop-img-hover canvas, .ip-prop-img canvas {
        min-height: 370px;
    }

    .ip-prop-container {
        padding: 70px 0 0;
    }

    .ip-prop-main .global-title {
        margin-bottom: 40px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-clc-container {
        max-width: 567px;
        padding: 60px 0 50%;
    }

    .ip-prop-details h2 {
        font-size: 30px;
    }

    .ip-prop-details span {
        font-size: 16px;
    }

    .ip-prop-info span {
        padding: 4px 11px 1px;
        font-size: 13px;
    }

    .ip-prop-info-holder {
        padding: 0 15px 30px;
    }

    .ip-prop-img-hover, .ip-prop-img-hover img, .ip-prop-img-hover canvas {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }

    .ip-prop-img img, .ip-prop-img canvas, .ip-prop-img img, .ip-prop-img {
        border-radius: 20px;
    }

    .ip-prop-img:before, .ip-prop-img-hover:before {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .ip-prop-item {
        max-width: 345px;
    }

    .ip-prop-img-hover canvas, .ip-prop-img canvas {
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-clc-main-title-holder {
        padding: 50px 15px;
    }

    .ip-clc-bg {
        border-bottom-right-radius: 220px;
        border-bottom-left-radius: 220px;
    }

    .ip-clc-main-caption p {
        font-size: 15px;
    }
}
