/*******************************************************
 *
 * The Club
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
}

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

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

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

.ip-tc-wrap, .ip-tc-section {
    display: block;
    position: relative;
}

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

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

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

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

.ip-tc-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-tc-main {
    display: block;
    position: relative;
}

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

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

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

.ip-tc-main-caption h3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #133830;
    margin-bottom: 30px;
}
.ip-tc-main-caption p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.007em;
    color: #153e35;
    display: block;
}

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

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

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

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

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

.ip-tc-main-btn {
    position: absolute;
    bottom: 27px;
    left: 0;
    border-top-right-radius: 530px;
    border-bottom-right-radius: 530px;
    background: #133830;
    padding: 30px 160px 30px 158px;
}
    .ip-tc-main-btn .global-btn {
        color: #fff;
        width: 240px;
    }

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

.ip-tc-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;
}


/*gallery*/
.ip-tc-gallery {
    padding: 89px 0 228px;
}
    .ip-tc-gallery .global-accent-bg.top-right {
        top: -90px;
        width: 590px;
        width: 36.875%;
    }
    .ip-tc-gallery .global-accent-bg.bottom-left {
        top: 268px;
        width: 709px;
        width: 44.3125%;
    }
    .ip-tc-bg-gallery {
        height: 600px;
        top: initial;
        bottom: 0;
        z-index: -1;
    }
        .ip-tc-bg-gallery:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            background: -o-linear-gradient(top, rgba(244,243,239,1) 0%,rgba(248,248,245,1) 13%,rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(244,243,239,1)),color-stop(13%, rgba(248,248,245,1)),to(rgba(255,255,255,0)));
            background: linear-gradient(to bottom, rgba(244,243,239,1) 0%,rgba(248,248,245,1) 13%,rgba(255,255,255,0) 100%);
        }
    .ip-tc-img-grid {
        margin: 0 50px 0;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 0 0 7px;
        position: relative;
        z-index: 2;
    }
        .ip-tc-img-grid-item {
            width: 33.33%;
            padding: 10px;
        }
            .ip-tc-img-grid-item canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-color: #999;
                border-radius: 30px;
            }


    .ip-tc-img-col {
        width: 1285px;
        margin: 132px auto 0;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }
        .ip-tc-img-col:before {
            content: '';
            position: absolute;
            top: -132px;
            right: -160px;
            height: 300px;
            background: #133830;
            width: 670px;
            border-top-left-radius: 530px;
            border-bottom-left-radius: 530px;
            z-index: -1;
        }
        .ip-tc-img-col-item {
            width: 560px;
            width: 43.58%;
        }
            .ip-tc-img-col-item canvas {
                display: block;
                width: 100%;
                background-position: center;
                background-size: cover;
                background-color: #999;
                box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
            }
            .ip-tc-img-col-item:nth-child(odd) canvas {
                border-top-right-radius: 530px;
                border-top-left-radius: 530px;
            }
            .ip-tc-img-col-item:nth-child(even) canvas {
                border-bottom-right-radius: 530px;
                border-bottom-left-radius: 530px;
            }

.footer-container {
    padding-top: 169px;
}

/*******************************************************
 *
 * 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-tc-container {
        padding: 10.625vw 0 40.750vw;
    }

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

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

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

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

    .ip-tc-main-caption h3 {
        font-size: 1.875vw;
        margin-bottom: 1.875vw;
    }

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

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

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

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

    .ip-tc-main-btn {
        border-top-right-radius: 33.125vw;
        border-bottom-right-radius: 33.125vw;
        padding: 1.875vw 10vw 1.875vw 9.875vw;
        bottom: 1.688vw;
    }
        .ip-tc-main-btn .global-btn {
            color: #fff;
            width: 240px;
        }

    /*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;
    }

    /*gallery*/
    .ip-tc-gallery {
        padding: 5.563vw 0 14.250vw;
    }
        .ip-tc-gallery .global-accent-bg.top-right {
            top: -5.625vw;
        }
        .ip-tc-gallery .global-accent-bg.bottom-left {
            top: 16.750vw;
        }
        .ip-tc-bg-gallery {
            height: 37.500vw;
        }
        .ip-tc-img-grid {
            margin: 0 3.125vw 0;
            padding: 0 0 0.438vw;
        }
            .ip-tc-img-grid-item {
                padding: 0.625vw;
            }
                .ip-tc-img-grid-item canvas {
                    border-radius: 1.875vw;
                }


        .ip-tc-img-col {
            width: 80.313vw;
            margin: 8.250vw auto 0;
        }
            .ip-tc-img-col:before {
                top: -8.250vw;
                right: -160px;
                height: 18.750vw;
                width: 41.875vw;
                border-top-left-radius: 33.125vw;
                border-bottom-left-radius: 33.125vw;
            }
            .ip-tc-img-col-item {

            }
                .ip-tc-img-col-item:nth-child(odd) canvas {
                    border-top-right-radius: 33.125vw;
                    border-top-left-radius: 33.125vw;
                }
                .ip-tc-img-col-item:nth-child(even) canvas {
                    border-bottom-right-radius: 33.125vw;
                    border-bottom-left-radius: 33.125vw;
                }

    .footer-container {
        padding-top: 169px;
    }
}

/* 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-tc-container {
        padding: 60px 0 10%;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }

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

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

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

    .ip-tc-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;
    }

    .ip-tc-main-btn {
        left: 0;
        right: 0;
        border-radius: 120px;
        padding: 30px 0;
        margin: 30px auto 0;
        position: relative;
        bottom: 0;
        max-width: 400px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
        .ip-tc-main-btn .global-btn {
            margin: 0 auto;
        }

    .ip-tc-gallery {
        padding: 60px 0 100px;
    }

            

        .ip-tc-img-grid {
            margin: 0 5px;
        }
            .ip-tc-img-grid-item {
                width: 100%;
                max-width: 587px;
                display: block;
                margin: 0 auto;
            }
        .ip-tc-img-col {
            width: 100%;
            padding: 0 15px;
            margin-top: 50px;
        }
            .ip-tc-img-col:before {
                border-top-left-radius: 380px;
                border-bottom-left-radius: 380px;
                right: 0;
                width: 50%;
                display: none;
            }
            .ip-tc-img-col-item {
                width: 100%;
                max-width: 567px;
                display: block;
                margin: 0 auto 30px;
            }
                .ip-tc-img-col-item:nth-child(odd) canvas {
                    border-top-right-radius: 380px;
                    border-top-left-radius: 380px;
                }
                .ip-tc-img-col-item:nth-child(even) canvas {
                    border-bottom-right-radius: 380px;
                    border-bottom-left-radius: 380px;
                }
            .ip-tc-img-col-item:last-child {
                margin-bottom: 0;
            }

    .footer-container {
        padding-top: 77px;
    }
}

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

    .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-tc-main-title-holder {
        padding: 50px 15px;
    }

    .ip-tc-bg {
        border-bottom-right-radius: 240px;
        border-bottom-left-radius: 240px;
    }

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