/* Condo */
#inner-page-wrapper {
    overflow: hidden;
    margin-bottom: 0;
}

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

.ip-banner {
    display: none;
    display: block;
}

.ip-banner canvas{

    min-height: 570px;
}

#content-full {
    margin-top: 0;
}

.slide-pagination ul {
    display: flex !important;
}

.slide-pagination ul span {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.slide-pagination ul li.slick-active span {
    background-color: var(--primary);
    color: #fff;
}

.section-title h2 span.line:empty::after {
    margin-left: 0;
}

/* .ip-cnd-accent {
    width: 70px;
    height: 100%;
    max-height: 490px;
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 4;
} */

.ip-cnd-accent.accent-left {
    left: 0;
    right: auto;
}

.ip-cnd-accent::before {
    content: '';
    width: 100%;
    height: 60%;
    background-color: #9b1512;
    background-image: url(../../images/about-accent.jpg);
    background-size: cover;
    position: absolute;
}

.ip-cnd-accent::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40%;
    background-color: #e7e7e7;
}

/* banner */
.cnd-banner {
    position: relative;
    display: none;
}

.cnd-banner-img {
    width: 100%;
    height: 570px;
    position: relative;
}

.cnd-banner-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1000;
    top: 15vh;
    background-image: url(../../images/slider-accent.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .05;
}

.cnd-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnd-banner-content {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.cnd-banner-container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

/* about */
.cnd-about {
    position: relative;
    margin-bottom: 35px;
}

.cnd-about::before {
    content: '';
    width: 50%;
    position: absolute;
    top: -45px;
    right: 0;
    /*border-bottom: 45px solid #fff;
    border-left: 25px solid transparent;
    height: 0;*/
    background-color: #fff;
    height: 45px;
    z-index: 2;
    transform: skewX(320deg);
}

.cnd-about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/hp-texture.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .50;
    z-index: 1;
}

.cnd-about-wrap {
    z-index: 2;
    display: flex;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cnd-about-wrap > * {
    position: relative;
    z-index: 4;
}

.cnd-about-wrap::before {
    z-index: 3;
    content: '';
    position: absolute;
    width: 100%;
    height: 10%;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


.cnd-about-left {
    width: 48%;
}

.listing-text .listing-title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: var(--primary);
    position: relative;
    line-height: normal;
    text-transform: uppercase;
}
h2.listing-title-street {
    font-size: 52px;
    color: #1a1a1a;
    text-transform: uppercase;
}

.listing-text .listing-title::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 2px;
    background: var(--primary);
    margin-bottom: 7px;
    margin-right: 10px;
}

.listing-text .listing-address {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 30px;
}

.listing-text p {
    font-size: 14px;
    line-height: 190%;
    margin: 1.12em 0;
}

.listing-text ul,
.listing-text ul li {
    padding: revert;
}
.listing-text li {
    line-height: 150%;
    list-style: disc;
}

.listing-text {
    padding: 20px 0;
}

.cnd-about-right {
    width: 44%;
}

.cnd-about-img{
    width: 100%;
    max-width: 472px;
    height: 553px;
    margin: 0 auto;
}

.cnd-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* summary */
.cnd-summary {
    margin-bottom: 100px;
}

.cnd-summary-wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cnd-summary-item {
    width: calc(25% - 15px);
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px;
}

.cnd-summary-icon {
    margin-bottom: 15px;
}

.cnd-summary-label {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cnd-summary-value {
    font-size: 16px;
}

.cnd-summary-list {
    text-align: left;
    columns: 2;
    font-size: 16px;
    line-height: 120%;
    padding-left: 20px;
}

.cnd-summary-list-b {
    list-style: disc;
    padding-left: 40px;
}

/* properties */
.cnd-fp {
    position: relative;
}
.cnd-fp-wrap {
    padding: 50px 0;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.cnd-fp-list {
    margin-bottom: 50px;
}

.hp-cnd-fp-wrap .slick-slide {
    outline: none;
    padding: 0 2.5px 5px;
}

.cnd-fp-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5px;
}

.cnd-fp-item::before {
    content: '';
    border: 5px solid;
    border-image: url(../../images/fp-border.png) 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity var(--default-transition);
}

.cnd-fp-item:hover::before {
    opacity: 1;
}

.cnd-fp-img {
    height: 426px;
    position: relative;
}

.cnd-fp-img::before {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: .75;
}

.cnd-fp-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../../images/fp-accent.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 50% 40%;
    transition: opacity var(--default-transition);
}

.cnd-fp-item:hover .cnd-fp-img::after {
    opacity: .5;
}

.cnd-fp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnd-fp-details {
    color: #fff;
    font-weight: 300;
    padding-left: 25px;
    position: absolute;
    bottom: -55px;
    transition: bottom var(--default-transition);
    width: 100%;
}

.cnd-fp-details::before {
    content: '';
    width: 3px;
    height: 110px;
    background-color: var(--primary);
    left: 1px;
    top: -10px;
    position: absolute;
}

.cnd-fp-item:hover .cnd-fp-details {
    bottom: 0;
}

.cnd-fp-details .cnd-fp-price {
    font-size: 35px;
    margin-bottom: 10px;
}

.cnd-fp-details .cnd-fp-address-1, .cnd-fp-details .cnd-fp-address-2 {
    font-size: 17px;
}

.cnd-fp-details .cnd-fp-address-2 {
    margin-bottom: 25px;
    margin-top: 5px;
}

.cnd-fp-more-details {
    padding: 12px 0 24px;
    display: inline-block;
    border-top: 1px rgb(255 255 255 / .30) solid;
}

.cnd-fp-more-details span {
    margin-right: 10px;
    position: relative;
}

.cnd-fp-more-details span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 12px;
    background-size: contain;
    background-image: url(../../images/fp-beds.png);
    margin-right: 10px;
}

.cnd-fp-more-details span.cnd-fp-beds::before {
    background-image: url(../../images/fp-beds.png);
}

.cnd-fp-more-details span.cnd-fp-baths::before {
    background-image: url(../../images/fp-baths.png);
    width: 17px;
    height: 17px;
}

.cnd-fp-more-details span.cnd-fp-sqft::before {
    background-image: url(../../images/fp-sqft.png);
    width: 15px;
    height: 15px;
}

.cnd-fp-wrap .slick-slide {
    outline: none;
    padding: 0 2.5px 5px;
}

.cnd-fp-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
}

/* our gallery */
.cnd-our-gallery {
    margin-bottom: 55px;
    position: relative;
}

.cnd-our-gallery-wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}


.cnd-our-gallery-list {
    margin-bottom: 40px;
}

.cnd-our-gallery-list .slick-slide {
    padding: 15px;
}

.cnd-our-gallery-list .slick-slide > div {
    margin-bottom: 30px;
}

.cnd-our-gallery-list .slick-slide a {
    outline: none;
}

.cnd-our-gallery-item {
    height: 256px;
}

.cnd-our-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.cnd-our-gallery-item:hover img {
    opacity: 0.7;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body {
    max-width: 980px;
    max-height: 700px;
    padding: 0;
    background: transparent;
}

#our-gallery-popup {
    position: relative;
    height: 100%;
}

.our-gallery-popup-main, .our-gallery-popup-main * {
    height: 100%;
}

.our-gallery-popup-main .og-gallery-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.our-gallery-popup-main .hp-slide-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: auto;
}
.our-gallery-popup-main .hp-slide-arr.hp-slide-arr-n {
    left: auto;
    right: 0;
}

.our-gallery-popup-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.hp-slide-nav {
    width: 100%;
}

.our-gallery-popup-thumbs .hp-slide-arr {
    position: absolute;
    left: 0;
    width: 30px;
    height: 98px;
    background-color: #000;
    bottom: 0;
    margin: 0;
}

.our-gallery-popup-thumbs .hp-slide-arr-n {
    right: 0;
    left: auto;
}

.our-gallery-popup-thumbs .hp-slide-arr img {
    filter: brightness(0) invert(1);
}

.our-gallery-popup-thumbs .og-gallery-slide {
    background-color: #000;
    cursor: pointer;
}

.our-gallery-popup-thumbs .og-gallery-slide img {
    width: 100%;
    height: 98px;
    object-fit: cover;
    opacity: 0.8;
}

.our-gallery-popup-thumbs .slick-current img{
    opacity: 1;
}

/* floor plans */
.cnd-floor-plans {
    margin-bottom: 55px;
    position: relative;
}

.cnd-floor-plans-wrap {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}


.cnd-floor-plans-list {
    margin-bottom: 40px;
}

.cnd-floor-plans-list .slick-slide {
    padding: 15px;
}

.cnd-floor-plans-list .slick-slide a {
    outline: none;
}

.cnd-floor-plan-item {
    height: 256px;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
}


.cnd-floor-plan-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.cnd-floor-plan-item:hover img {
    opacity: .7;
}

img.aiosp-img {
    padding: 0;
}

.aiosp-figure .aiosp-close,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body .aiosp-close,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#floor-plans-popup .aios-popup-body .aiosp-close {
    background: var(--primary);
    opacity: 1;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 0;
    top: 0;
    right: 0;
}

.aiosp-figure .aiosp-close::before,
.aiosp-figure .aiosp-close::after,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body .aiosp-close::before,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body .aiosp-close::after,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#floor-plans-popup .aios-popup-body .aiosp-close::before,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#floor-plans-popup .aios-popup-body .aiosp-close::after{
    content: '';
    display: inline-block;
    width: 37px;
    height: 9px;
    background-image: url(../../images/b-arrow-a.png);
    background-repeat: no-repeat;
    filter: brightness(5);
    transition: all var(--default-transition);
    position: absolute;
    top: 40%;
    transition: all var(-default-transition);
    cursor: pointer;
}

.aiosp-figure .aiosp-close::before,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body .aiosp-close::before,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#floor-plans-popup .aios-popup-body .aiosp-close::before{
    transform: rotate(90deg);
    left: 5px;
}

.aiosp-figure .aiosp-close::after,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#our-gallery-popup .aios-popup-body .aiosp-close::after,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#floor-plans-popup .aios-popup-body .aiosp-close::after{
    transform: rotate(-90deg);
    right: 0;
}

/* property location */
.cnd-property-location {
    margin-bottom: 60px;
    position: relative;
}

.cnd-property-location-wrap {
    width: 90%;
    max-width: 1465px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-wrap: wrap;
}

.cnd-property-location-left {
    background-color: #000;
    color: #fff;
    padding: 80px 120px 80px 60px;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 1;
}

.cnd-property-location-left .section-title h2 {
    color: #fff;
    font-size: 73px;
}

.cnd-property-location-left ul {
    text-align: left;
    columns: 2;
    line-height: 180%;
}

.cnd-property-location-left ul li {
    position: relative;
    padding-left: 20px;
}

.cnd-property-location-left ul li::before{
    content: "\b0131";
    font-family: 'agentimage'!important;
    position: absolute;
    left: 0;
}

.cnd-property-location-right {
    width: 66%;
    max-width: 936px;
    position: relative;
    z-index: 2;
}

.cnd-property-location-map {
    width: 100%;
    height: 426px;
}

.cnd-property-location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* footer form */
.footer-form-right img {
    opacity: 0;
}

.footer-form-right {
    background-image: url(../../images/cnd/footer-form.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ip-cnd-accent{
  display: block;
  position: absolute;
}

.ip-banner::after {
    content: '';
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 45px;
    z-index: 9;
    transform: skewX(320deg);
}

.cnd-about .ip-cnd-accent {
    display: none;
}



.ip-banner .ip-cnd-accent {
    width: 70px;
    height: 100%;
    max-height: 490px;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: -445px;
}






@media(max-width:1440px) {
    .cnd-property-location-right .section-title h2 {
        font-size: 70px;
    }
    .cnd-property-location-right {
        width: 62%;
    }
}

@media(max-width:1199px) {
    .cnd-property-location-right .section-title h2,
    .cnd-property-location-left .section-title h2 {
        font-size: 50px;
    }
}

@media(max-width: 991px) {
    .cnd-banner-img {
        height: 400px;
    }
  .ip-banner .ip-cnd-accent  {
        width: 35px;
    }
.ip-banner::after{
  display: none;
}

    .cnd-property-location-right {
        width: 100%;
    }
    .cnd-property-location-left {
        position: relative;
        width: 100%;
        order: 1;
    }
    .cnd-property-location-right .section-title h2,
    .cnd-property-location-left .section-title h2,
    .cnd-property-location-left .section-title h2 span{
        width: 100%;
        text-align: left;
    }
    .cnd-property-location-left .section-title h2 span {
        margin-bottom: 10px;
    }
    .cnd-property-location-left {
        padding: 50px 20px;
    }
    .cnd-property-location-left ul {
        padding-left: 5px;
    }
    .cnd-summary-item {
        width: 49%;
        margin-bottom: 20px;
    }
    .cnd-about-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .cnd-about-right {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .section-title h2 {
        font-size: 32px !important;
        padding: 0 10px;
    }
}

@media(max-width: 600px) {
    .ip-cnd-accent,
    .cnd-about::before{
        display: none
    }
}

@media(max-width: 480px) {
    .cnd-fp-btn {
        position: relative;
    }
    .cnd-summary-item {
        width: 100%;
        margin-bottom: 10px;
    }
}
