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

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

.ip-banner, .footer-form {
    display: none;
}

#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;
}

/* banner */
.cd-banner {
    position: relative;
}

.cd-banner-img {
    width: 100%;
    position: relative;
    /*height: 625px;*/
}

.cd-banner-img::before, .cd-banner-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

/* .cd-banner-img::before {
    background: url(../../images/community-details/banner-logo.png) no-repeat center top/52.25% auto;
    z-index: 5;
    transform: translateY(30%);
    opacity: 0.1;
}

.cd-banner-img::after {
    background: url(../../images/community-details/banner-overlay.png) no-repeat center center/cover;
} */

.cd-banner-img canvas {
    display: block;
    width: 100%;
    min-height: 250px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cd-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    display: block;
}

.cd-banner-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 18px 0;
    z-index: 5;
}

.cd-banner-container {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.cd-banner-container p#breadcrumbs {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.cd-banner-container p#breadcrumbs span.breadcrumb_last {
    font-weight: 700;
}

/* featured city */
.cd-fc-wrap {
    margin-bottom: 90px;
    position: relative;
}

/* .cd-fc-wrap::after {
    content: "";
    width: 56.8%;
    height: 50px;
    top: -50px;
    background: #fff;
    right: -70px;
    z-index: 1;
    position: absolute;
    transform: skewX(-45deg);
} */

.cd-fc-row {
    display: flex;
    flex-wrap: wrap;
}

.cd-fc-row:nth-child(even) {
    flex-direction: row-reverse;
}

.cd-fc-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-fc-col:nth-child(2) {
    width: calc(50% - 70px);
}

.cd-fc-col .section-title, .cd-fc-text {
    padding-left: 5.313vw;
    padding-right: 5.313vw;
}

.cd-fc-text {
    color: #4e4e4e;
}

.cd-fc-text ul, .cd-fc-text ul li {
    padding: revert;
}

.cd-fc-text li {
    line-height: 150%;
    list-style: disc;
}

.cd-fc-text p {
    line-height: 150%;
    margin-bottom: 30px;
}

.cd-fc-img {
    width: 100%;
    height: 100%;
}

.cd-fc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cd-fc-accents {
    width: 70px;
    background-color: #dddddd;
    position: relative;
}

.cd-fc-accents::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    background-image: url(../../images/aff-left-bg.jpg);
    z-index: 2;
    background-size: cover;
    left: 0;
    top: 0;
    background-attachment: fixed;
}

/* cta */
.cd-cta-wrap {
    width: 95%;
    max-width: 1448px;
    margin: 50px auto;
}

.cd-cta-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cd-cta-item {
    width: calc(25% - 15px);
    border: 1px #ababab solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 290px;
    transition: all var(--default-transition);
}

.cd-cta-item:hover {
    border-color: transparent;
    background-color: var(--primary);
}

.cd-cta-label {
    font-size: 40px;
    text-transform: uppercase;
    color: var(--primary);
    margin-top: 25px;
}

.cd-cta-item:hover .cd-cta-label {
    color: #fff;
}

.cd-cta-item:hover img {
    filter: brightness(0) invert(1);
}

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

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

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

.cd-fp-item {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 2.5px; */
    padding: 1.5px 2.5px;
}

.cd-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);
}

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

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

.cd-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;
}

.cd-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);
}

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

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

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

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

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

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

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

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

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

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

.cd-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;
}

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

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

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

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

.cd-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;
}

/* condos */
.cd-ct-wrap {
    margin: 0 -5px 90px;
}

.cd-ct-wrap .section-title {
    position: relative;
    padding: 90px 0 20px;
}

/* .cd-ct-wrap .section-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../../images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
} */
.cd-ct-wrap .section-title > * {
    position: relative;
    z-index: 2;
}

.cd-ct-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
}

.cd-ct-item {
    width: calc(33.33% - 5px);
    position: relative;
    margin-bottom: 5px;
    transition: all var(--default-transition);
}

.cd-ct-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);
}

.cd-ct-item:hover::before {
    opacity: 1;
}

.cd-ct-img {
    width: 100%;
    height: 370px;
    background-color: #000;
}

.cd-ct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: opacity var(--default-transition);
}

.cd-ct-item:hover .cd-ct-img img {
    opacity: 1;
}

.cd-ct-label {
    position: absolute;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 420px;
    height: 90px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color, top var(--default-transition);
}

.cd-ct-item:hover .cd-ct-label {
    background-color: var(--primary);
    top: 50%;
}

.cd-ct-label span {
    display: block;
    width: 100%;
}

.cd-ct-list .slick-slide {
    padding: 0 5px;
}

/* neighborhoods */
.cd-nbh-wrap {
    margin: 0 auto 90px;
    width: 90%;
    max-width: 1450px;
}

.cd-nbh-wrap .section-title {
    position: relative;
    padding: 50px 0 20px;
}

.cd-nbh-wrap .section-title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/hp-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    opacity: .50;
}

.cd-nbh-wrap .section-title > * {
    position: relative;
    z-index: 2;
}

.cd-nbh-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 50px;
}

.cd-nbh-item {
    width: calc(33.33% - 5px);
    position: relative;
    margin: 0 2.5px 5px;
    transition: all var(--default-transition);
}

/* .cd-nbh-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);
}

.cd-nbh-item:hover::before {
    opacity: 1;
} */
.cd-nbh-img {
    width: 100%;
    height: 370px;
    background-color: #000;
}

.cd-nbh-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: opacity var(--default-transition);
}

.cd-nbh-item:hover .cd-nbh-img img {
    opacity: 1;
}

.cd-nbh-label {
    position: absolute;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 420px;
    height: 90px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color, top var(--default-transition);
}

.cd-nbh-item:hover .cd-nbh-label {
    /*background-color: var(--primary);*/
    background-color: rgba(0,0,0,.56);
    top: 50%;
}

.cd-nbh-label span {
    display: block;
    width: 100%;
}

.cd-nbh-list .slick-slide {
    padding: 0 5px;
}

/* discover */
.cd-discover-wrap {
    margin: 0;
    position: relative;
}

.cd-discover-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(../../images/aff-left-bg.jpg);
    z-index: 2;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -5px;
}

.cd-discover-wrap .section-title {
    position: relative;
    padding: 100px 0 20px;
}

.cd-discover-wrap .section-title h2 {
    font-size: 70px;
}

.cd-discover-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cd-discover-item {
    width: calc(33.33%);
    position: relative;
    transition: all var(--default-transition);
}

.cd-discover-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);
}

a.cd-discover-item:hover::before {
    opacity: 1;
}

.cd-discover-img {
    width: 100%;
    height: 324px;
    background-color: #000;
}

.cd-discover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55;
    transition: opacity var(--default-transition);
}

/* a.cd-discover-item:hover .cd-discover-img img {
    opacity: 1;
} */
.cd-discover-label {
    position: absolute;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 90%;
    max-width: 420px;
    height: 90px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: background-color, top var(--default-transition);
}

a.cd-discover-item:hover .cd-discover-label {
    /*background-color: var(--primary);*/
    top: 50%;
}

.cd-discover-label span {
    display: block;
    width: 100%;
}

.cd-discover-item:hover .cd-discover-label::after {
    content: 'Discover';
    font-size: 13px;
    background-color: var(--primary);
    color: #fff;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.cd-discover-list .slick-slide {
    padding: 0 5px;
}

.cd-discover-item {
    order: 3;
}

.cd-discover-item:nth-child(1) {
    order: 2;
}

.cd-discover-item:nth-child(2) {
    order: 1;
}

div.cd-discover-item span {
    text-align: center;
}

.discover-slider {
    margin: 30px 0;
}

.discover-slide {
    position: relative;
}

.discover-slider .slick-slide a {
    outline: none;
    padding: 1.5px 2.5px;
    position: relative;
}

.discover-slide {
    position: relative;
}

.discover-slide-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;
}

.discover-slide-img {
    width: 100%;
    height: 200px;
    position: relative
}

.discover-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-slide-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
}

.discover-slide-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.discover-slide-review-count {
    font-size: 11px;
    text-align: right;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#discover-restaurants-popup .aios-popup-body, .aiosp-container.aiosp-inline-holder.aiosp-ref-\#discover-public-services-popup .aios-popup-body, .aiosp-container.aiosp-inline-holder.aiosp-ref-\#discover-shopping-popup .aios-popup-body, .aiosp-container.aiosp-inline-holder.aiosp-ref-\#discover-education-popup .aios-popup-body, .aiosp-container.aiosp-inline-holder.aiosp-ref-\#discover-arts-popup .aios-popup-body {
    width: 100%;
    padding: 50px;
}

.details-popup-container + .aiosp-close {
    width: auto;
    right: 20px;
    top: 20px;
    font-size: 0;
    opacity: 1;
}

.details-popup-container + .aiosp-close::before {
    content: 'Close';
    font-size: 20px;
    text-transform: uppercase;
    color: #b1b1b1;
    margin-right: 20px;
    top: -5px;
    position: relative;
}

.details-popup-container + .aiosp-close::after {
    content: "\b0241";
    font-family: 'agentimage'!important;
    font-size: 30px;
}

.details-popup-container p {
    padding: 0 100px;
    line-height: 150%;
}

/* ADDED FOR NEW SECTIONS  */
.cd-comm-list-wrap {
    padding: 25px min(4.375vw, 70px);
}

.cd-comm-list-neighborhoods {
    background-image: url(../../images/cd/n-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.cd-comm-list-wrap  .hp-slide-nav {
    margin-bottom: 30px;
}

.cd-comm-list-wrap .hp-slide-arr {
    margin: 0 15px;
}

.cd-comm-list:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
}

.cd-comm-list-item {
    position: relative;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 70px;
    z-index: 1;
}

.cd-comm-list-item a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform-origin: left top;
    transition: all var(--default-transition);
    outline: none;
}

.cd-comm-list-item a:hover {
    box-shadow: 0px 0px 4px 0px rgba(117, 117, 117, 0.4);
    transform: scale(1.32);
    background: #ffffff;
}

.cd-comm-list-item:last-child a:hover {
    transform-origin: right top
}

.cd-comm-list-item:hover {
    z-index: 2;
}

.cd-comm-list-image {
    position: relative;
    width: 57%;
}

.cd-comm-list-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cd-comm-list-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.cd-comm-list-text {
    position: relative;
    width: 43%;
    padding-left: 15px;
}

.cd-comm-list-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left
}

.cd-comm-list-explore {
    font-size: 10px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    height: 0;
    width: 95px;
    max-width: 100%;
    transition: all var(--default-transition);
}

.cd-comm-list-item a:hover .cd-comm-list-text .cd-comm-list-explore {
    opacity: 1;
    height: 30px;
    margin-top: 10px;
}

.cd-comm-list-item a:hover .cd-comm-list-name {
    font-size: 12px;
}

.cd-comm-list-item a:hover .cd-comm-list-name {
    font-size: 12px;
}

@media(max-width: 1280px) {
    .cd-discover-wrap .section-title h2 {
        font-size: 50px;
    }
}

@media(max-width: 1024px) {
    .cd-cta-item {
        height: 220px;
    }

    .cd-cta-label {
        font-size: 22px;
    }
}

@media(max-width: 991px) {
    .cd-banner-img {
        height: 400px;
    }

    .cd-fc-col {
        width: 100% !important
    }

    .cd-fc-col .section-title, .cd-fc-text {
        text-align: center;
    }

    .cd-fc-col .section-title {
        margin-top: 30px;
    }

    .cd-cta-wrap {
        margin: 0 auto;
    }

    .cd-nbh-wrap .section-title {
        padding-top: 0;
    }
}

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

    .cd-nbh-item {
        width: calc(50% - 5px);
        position: relative;
        margin-bottom: 5px;
        transition: all var(--default-transition);
        margin-bottom: 10px;
    }

    .cd-ct-wrap .section-title, .cd-fp-wrap {
        padding-top: 0;
    }

    .cd-discover-item {
        order: 0 !important;
        width: calc(50% - 2.5px);
    }
}

@media(max-width: 600px) {
    .cd-cta-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .hp-btn {
        font-size: 15px;
    }

    .cd-discover-wrap {
        margin: 0;
    }

    .cd-discover-item {
        width: 100%;
    }

    .cd-discover-img {
        height: 300px;
    }

    div.cd-discover-item {
        height: 120px;
    }

    .cd-discover-wrap .section-title {
        padding-top: 0;
    }

    .cd-comm-list-item {
        margin-bottom: 40px;
    }
}

@media(max-width: 480px) {
    .cd-cta-item, .cd-nbh-item {
        width: 100%;
    }

    .cd-fp-btn {
        position: relative;
    }
}
