#inner-page-wrapper {
    margin-bottom: 0;
    background: #000;
}

.ip-comm-content-area{
    background: #000 url('../../images/comm-details/ip-comm-bg2.jpg') no-repeat;
    background-size: 100% auto;
    background-position: top -62px center;
}

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

.ip-banner {
    display: none;
}

div#custom-breadcrumbs {
    padding: 14px 0 0;
}

p#breadcrumbs {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

p#breadcrumbs a {
    color: #fff;
}

/*banner*/
.ip-comm-banner-area {
    position: relative;
    margin: 195px 0 0;
}

.ip-comm-wc-tagline {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 63px;
}

.ip-comm-banner-photo{
    position: relative;
}

.ip-comm-banner-photo canvas{
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: .15;
}

.ip-comm-banner-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*content*/
.ip-comm-content-area{
    position: relative;
    padding: 32px 0;
    z-index: 5;
}

.ip-comm-content-inner{
    max-width: 1140px;
    margin: 0 auto;
}

.ip-comm-top-text p{
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px !important;
    line-height: 1.3 !important;
    letter-spacing: .42px;
    /* text-align: center; */
}

.ip-comm-table-of-content {
    padding: 45px 15px 0;
    position: relative;
}

.ip-comm-table-of-content::after {
    content: '';
    position: absolute;
    top: 42px;
    left: -42px;
    width: 450px;
    height: 616px;
    background: url('../../images/comm-details/accent-logo.png') no-repeat;
    background-size: contain;
    background-position: top left;
    opacity: .04;
    z-index: -1;
}

.ip-comm-table-of-content ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .4px;
}

.ip-comm-table-of-content ul li {
    margin-bottom: 16px;
}

.ip-comm-table-of-content ul {
    margin: 59px 0 0;
}

.ip-comm-table-of-content ul li a span {
    font-size: 24px;
    margin-right: 10px;
}

.ip-comm-table-of-content ul li a:hover::after{
    width: calc(100% - 44px);
}

.ip-comm-table-of-content ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 44px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-line {
    height: 1px;
    background: url('../../images/comm-details/border-line.png') repeat-x;
    background-size: contain;
    background-position: center;
}

.ip-comm-feed-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-top: 77px;
    margin-bottom: 44px;
}

.ip-comm-table-of-content .border-line {
    margin: 65px 0 0;
}

.ip-comm-text-list li {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    letter-spacing: .3px;
    margin: 0 0 26px;
    position: relative;
    padding-left: 30px;
}

.ip-comm-text-list li::After {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
}

.ip-comm-text-list {
    padding-left: 49px;
    max-width: 980px;
    margin-bottom: 67px;
}

.ip-comm-feed-photo {
    position: relative;
    max-width: 1502px;
    margin: 61px auto 50px;
}

.ip-comm-feed-photo canvas {
    display: block;
    width: 100%;
}

.ip-comm-feed-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-comm-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    letter-spacing: .3px;
    margin: 0 0 23px;
    position: relative;
}

.ip-comm-text h1,
.ip-comm-text h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.ip-comm-det-feed.white-bg .ip-comm-feed-title,
.ip-comm-det-feed.white-bg .ip-comm-text p,
.ip-comm-det-feed.white-bg .ip-comm-text h1,
.ip-comm-det-feed.white-bg .ip-comm-text h2{
    color: #171717;
}

.ip-comm-text {
    margin: 0 0 55px;
}

.ip-comm-det-feed.white-bg {
    background: #fff;
    padding: 1px 15px 18px;
}

.ip-comm-det-feed {
    padding: 0 15px;
    position: relative;
}

.ip-comm-text h1.border,
.ip-comm-text h2.border {
    border-bottom: solid 1px;
    display: inline-block;
}

ul.col2 {
    column-count: 2;
    max-width: 600px;
}

.ip-comm-text p span {
    display: inline-block;
    font-size: 20px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ip-comm-top-text.aos-init.aos-animate {
    padding: 0 15px;
}

/*properties*/
section#home-property {
    padding-top: 1px;
    padding-bottom: 112px;
    line-height: 1;
    background-color: #fff;
}

.home-property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1408px;
    width: 100%;
    margin: 83px auto 0;
    padding: 0 15px;
}

.home-properties-slider {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 0;
}

.home-properties {
    display: block;
    width: 100%;
}

.home-property-items {
    display: block;
    width: 100%;
}

.home-property-items:not(.slick-initialized) {
    display: flex;
}

.home-property-item {
    width: 411px;
    padding-right: 30px;
}

.home-property-item:not(.slick-slide):nth-child(n + 4) {
    display: none;
}

.home-property-item .home-property-content img {
    height: 504px;
}

.home-property-content {
    display: block;
    position: relative;
}

.home-property-content::before, .home-property-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .3;
    transition: opacity var(--default-transition);
}

.home-property-content:hover::before {
    opacity: .75;
}

.home-property-content::after {
    background: url(../images/logo-mono.png) no-repeat center transparent;
    background-size: 56% auto;
    opacity: 0;
    z-index: 2;
}

.home-property-content:hover::after {
    opacity: .15;
}

.home-property-price {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 25px 20px 0;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: .2em;
}

.home-property-details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    padding: 0 20px 25px;
}

.home-property-details h3 {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: .05em;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-property-details h3 span {
    display: block;
    font-size: 16px;
}

.home-properties .slick-dots {
    display: flex;
    max-width: 1408px;
    width: 100%;
    margin-top: 62px;
}

.home-properties .slick-dots li {
    flex-basis: 0;
    flex-grow: 1;
}

.home-properties .slick-dots li button {
    -webkit-appearance: button;
    background-color: #d1d1d1;
    background-image: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 3px;
    transition: background-color .3s linear;
}

.home-properties .slick-dots li.slick-active button {
    background-color: #000000;
}

.ip-comm-top-text {
    padding: 0 15px;
}
img.aligncenter{
    display: block;
    margin: 2% auto;
    max-width: 100%;
}
.ip-comm-top-text h1,
.ip-comm-top-text h2,
.ip-comm-top-text h3,
.ip-comm-top-text ul,
.ip-comm-top-text a{
    color: #fff;
}

.ip-comm-top-text h1,
.ip-comm-top-text h2,
.ip-comm-top-text h3{
    font-size: 18px;
}

.ip-comm-top-text ul li {
    margin-bottom: 7px !important;
    line-height: 1.3 !important;
    letter-spacing: .42px !important;
}

.ip-comm-top-text p a,
.ip-comm-text-list li a,
.ip-comm-text a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-comm-top-text p a:hover,
.ip-comm-text-list li a:hover,
.ip-comm-text a:hover {
    color: #a9a9a9!important;
}

.single-aios-communities #home-property {
  display: block;
}

#home-property {
    display: none;
}

@media only screen and (min-width: 1660px) {
    .home-properties-slider {
        padding-left: 14%!important;
    }
}

@media only screen and (max-width: 1560px) {

    .home-properties-slider {
        padding-left: 6%!important;
        width: 100%;
    }

    .home-property-title {
        padding-left: 6%!important;
        max-width: 100%;
        padding-right: 6%;
    }

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1199px) {
 
}

@media only screen and (max-height: 564px) {

}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {

    .home-property-item:not(.slick-slide):nth-child(n + 3) {
        display: none;
    }

    .ip-comm-banner-area {
        margin: 50px 0 0;
    }

    .ip-comm-wc-tagline {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .ip-comm-feed-title {
        font-size: 30px;
    }

    .ip-comm-text h1,
    .ip-comm-text h2 {
        font-size: 25px;
    }

    ul.col2 {
        column-count: 1;
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

    .home-property-title {
        justify-content: center;
    }

    .home-property-title .primary-button {
        display: none;
    }

    .home-property-item:not(.slick-slide):nth-child(n + 2) {
        display: none;
    }

    .ip-comm-text-list {
        padding-left: 0;
    }

    .ip-comm-table-of-content ul li a {
        font-size: 15px;
    }

}

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

    .home-property-item img {
        height: 350px;
    }
}