/*******************************************************
 *
 * Exclusive Properties
 *
 *******************************************************/
#inner-page-wrapper {
    margin-bottom: 0;
    margin: 0;
}

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

.ip-banner {
    display: none;
}

/*Custom Banner*/
.ip-custom-banner, .ip-custom-banner-img, .ip-custom-banner-img canvas {
    display: block;
    position: relative;
}

.ip-custom-banner-img {
    background-color: var(--secondary-color);
}

.ip-custom-banner-img canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .72;
    min-height: 300px;
}

.ip-custom-banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 10;
}

.ip-custom-banner-title h1 {
    font-size: 72px;
    font-family: var(--title-font);
    color: #fff;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    display: block;
    font-weight: 500;
    line-height: 1;
}

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

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

/*Properties*/
.ip-ep-content-container, .ip-ep-content-main, .ip-ep-tab-content-holder, .ip-ep-tab-container, .ip-prop-list, .ip-prop-item .ip-prop-inner, .ip-prop-inner, .ip-prop-info, .ip-prop-img-holder, .ip-prop-address, .ip-prop-details, .ip-prop-price {
    display: block;
    position: relative;
}

.hide-tab {
    display: none;
}

.ip-ep-tab-container .prop-tab {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 8px;
    border: none;
    background-color: transparent;
}

.ip-ep-tab-container .prop-tab span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.050em;
    text-transform: uppercase;
    background-color: transparent;
    color: #bba68d;
    padding: 0 19px;
    height: 25px;
    width: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-ep-tab-container {
    text-align: right;
    margin-bottom: 42px;
}

.ip-ep-tab-container .prop-tab.active span, .ip-ep-tab-container .prop-tab:hover span {
    background-color: var(--primary-color);
    color: #fff;
}

.ip-ep-tab-container .prop-tab:not(:last-child):before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ip-ep-tab-container .prop-tab:first-child {
    padding-left: 0;
}

.ip-ep-tab-container .prop-tab:last-child {
    padding-right: 0;
}

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

.ip-prop-list {
    margin: -34px;
}

.ip-prop-info {
    padding: 40px 15px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    pointer-events: none;
}

.ip-prop-banner {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 5;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    pointer-events: none;
    text-align: center;
}

.ip-prop-hover-btn {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 252px;
    margin: 0 auto;
    max-width: 100%;
}

.ip-prop-hover-btn > a {
    margin: 0 auto;
    background-color: #bba68d!important;
    color: #fff!important;
    border-color: var(--primary-color)!important;
    max-width: 100%;
}

.ip-prop-hover-btn > a:hover {
    background-color: #a18f7a!important;
    border-color: #a18f7a!important;
}


.ip-prop-address span {
    font-size: 36px;
    line-height: 1;
    color: var(--primary-color);
    font-family: var(--title-font);
}

.ip-prop-details span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 24px;
    line-height: 1;
    color: #6B5C58;
    padding: 0 7px;
    border-right: 1px solid #534741;
}

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

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

.ip-prop-address {
    margin-bottom: 12px;
}

.ip-prop-price span {
    font-size: 34px;
    line-height: 1;
    color: #6B5C58;
    font-weight: 600;
}

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

.ip-ep-content-container:before {
}

.ip-prop-item .ip-prop-inner:hover .ip-prop-hover-btn {
    opacity: 1;
    visibility: visible;
}

.ip-prop-banner span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    background-color: var(--primary-color);
    font-size: 22px;
    color: #fff;
    line-height: 1;
    font-family: var(--title-font);
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 30px;
    letter-spacing: 0.05em;
}

.ip-prop-item .ip-prop-inner {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.17);
}

.ip-prop-img {
    background-color: #fff;
}

.ip-prop-item .ip-prop-inner:hover .ip-prop-img img {
    opacity: .30;
}

.ip-prop-item .ip-prop-inner:hover .ip-prop-banner span {
    background-color: #ebe4dd;
}

.ip-prop-item .ip-prop-inner:hover .ip-prop-info {
    opacity: .30;
}

.ip-global-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 90px auto 0;
}

.ip-ep-content-container {
    padding: 60px 0 100px;
    background-color: #f7f4f0;
}

.ip-global-pagination button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: var(--primary-color);
    border: none;
    padding: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    font-weight: 700;
}

.ip-global-pagination ul {
    display: block;
    position: relative;
    margin: 0 29px;
}

.ip-global-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 32px;
}

.ip-global-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 24px;
    line-height: 1;
    color: #534741;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-global-pagination ul li:not(:last-child) {
    margin-right: 5px;
}

.ip-global-pagination ul li.active a {
    pointer-events: none;
}

/**/
.ip-global-pagination .page-numbers li span.current {
    pointer-events: none;
    font-size: 24px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ip-global-pagination ul li.active a,
.ip-global-pagination ul li:hover a {
    background-color: var(--primary-color);
    color: #fff;
}

/**/
.ip-global-pagination .page-numbers li span.current,
.ip-global-pagination ul li:hover a {
    background-color: var(--primary-color);
    color: #fff;
}

.ip-global-pagination ul li:hover a.prev,
.ip-global-pagination ul li:hover a.next {
    background-color: transparent;
}

.ip-global-pagination button:hover {
    color: var(--secondary-color);
}

/* Call to Action */
.ip-cta-container, .ip-cta-main, .ip-cta-btn {
    display: block;
    position: relative;
}

.ip-cta-main {
    z-index: 5;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.ip-cta-container {
    padding: 125px 0 136px;
}

.ip-cta-bg canvas {
    opacity: .30;
}

.ip-cta-bg {
    background-color: #fff;
}

.ip-cta-container .custom-container {
    max-width: 1170px;
}

.ip-cta-main h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.030em;
    color: var(--secondary-color);
    font-family: var(--title-font);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 0 10px 10px;
    font-weight: 500;
}

.ip-cta-main p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--secondary-color);
    display: block;
}

.ip-cta-main h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-cta-btn {
    margin-top: 30px;
}

.ip-cta-btn a {
    margin: 0 auto;
    max-width: 220px;
    background-color: var(--secondary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    border: 2px solid var(--secondary-color);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-cta-btn a:hover, .ip-cta-btn a:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-prop-item {
        padding: 20px;
    }

    .ip-prop-list {
        margin: -20px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-prop-address span {
        /* font-size: 30px; */
    }

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

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

@media only screen and (max-width: 1366px) {
    .ip-prop-banner span {
        font-size: 20px;
    }

    .ip-prop-banner {
        /* max-width: 165px; */
    }

    .ip-prop-item {
        padding: 15px;
    }

    .ip-prop-list {
        margin: -15px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-prop-item {
        padding: 10px;
    }

    .ip-prop-list {
        margin: -10px;
    }

    .ip-prop-address span {
        font-size: 30px;
    }

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

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

    .ip-prop-address span {
        /* font-size: 25px; */
    }

    .ip-prop-details span {
        /* font-size: 14px; */
    }

    .ip-prop-price span {
        /* font-size: 20px; */
    }

    .ip-prop-banner span {
        font-size: 18px;
        height: 34px;
    }

    .ip-prop-banner {
        /* max-width: 150px; */
        top: 20px;
    }

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

    .ip-prop-hover-btn {
        width: 200px;
    }

    .ip-prop-hover-btn > a {
        height: 55px;
        font-size: 14px;
    }

    .ip-ep-content-container {
        padding: 50px 0 70px;
    }

    .ip-cta-container {
        padding: 90px 0;
    }

    .ip-global-pagination {
        margin: 50px auto 0;
    }

    .ip-custom-banner-title h1 {
        font-size: 55px;
    }

    .ip-cta-main p {
        font-size: 17px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-global-pagination {
        margin: 40px auto 0;
    }

    .ip-custom-banner-title h1 {
        font-size: 50px;
    }

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

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

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

    .ip-ep-tab-container {
        text-align: center;
    }

    .ip-ep-tab-container .prop-tab span {
        font-size: 14px;
        padding: 0 15px;
    }

    .ip-cta-main h2 {
        font-size: 45px;
    }

    .ip-cta-main {
        max-width: 568px;
    }

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

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-custom-banner-title h1 {
        font-size: 45px;
    }

    .ip-cta-main h2 {
        font-size: 35px;
    }

    .ip-prop-banner {
        /* max-width: 120px; */
    }

    .ip-prop-banner span {
        font-size: 15px;
    }

    .ip-prop-hover-btn {
        width: 170px;
    }

    .ip-prop-hover-btn > a {
        height: 50px;
        font-size: 13px;
    }

    .ip-prop-img canvas {
        min-height: 250px;
    }

    .ip-prop-address span {
        /* font-size: 20px; */
    }

    .ip-prop-details span {
        /* font-size: 13px; */
    }

    .ip-prop-address {
        margin-bottom: 10px;
    }

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

    .ip-global-pagination ul li {
        width: 30px;
        height: 30px;
    }

    .ip-global-pagination ul li a {
        font-size: 19px;
    }

    .ip-ep-tab-container .prop-tab span {
        padding: 0 10px;
    }

    .ip-cta-main p br {
        display: none;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-cta-main {
        max-width: 100%;
    }

    .ip-cta-main h2 {
        font-size: 30px;
        padding: 0 0 10px;
    }

    .ip-cta-main p {
        font-size: 16px;
    }

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

    .ip-custom-banner-title h1 {
        font-size: 40px;
    }
}