.ip-banner canvas {
    height: 429px;
}
.ip-banner::before {
	background: rgba(0,0,0,.2);
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.custom-ec-breadcrumbs {
    max-width: 1310px;
    margin: 0 auto;
    padding: 25px 15px 59px;
}

p#breadcrumbs {
    font-size: 14px;
    letter-spacing: 0.050em;
    line-height: 1;
    color: #535353;
}

span.breadcrumb_last {
    font-weight: 600;
    color: #4b3900;
}

.custom_site_title h1 {
    color: var(--primary-color);
    font-size: 78px;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
}

/*top*/
.ip-comm-top-content-area {
    position: relative;
    padding: 0 15px;
}

    .ip-comm-top-holder {
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

        .ip-comm-top-inner{
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }

            .ip-comm-top-photo-area {
                width: 29.454%;
                position: relative;
                z-index: 6;
            }

                .ip-comm-top-photo {
                    position: relative;
                    float: right;
                    width: calc((100vw - 1280px) / 2 + 100%);
                }

                    .ip-comm-top-photo canvas {
                        display: block;
                        width: 100%;
                    }

                        .ip-comm-top-photo img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                            .ip-comm-top-content {
                                width: 70.546%;
                                padding-left: 30px;
                                position: relative;
                                z-index: 5;
                                padding-top: 54px;
                            }

                                .ip-comm-top-text p {
                                    font-size: 14px;
                                    line-height: 1.7;
                                    padding: 0 0 24px;
                                }

                                    .ip-comm-top-text {
                                        margin: 30px 0 0;
                                    }

                                .ip-comm-top-content-inner {
                                    max-width: 846px;
                                    margin: 0 0 0 auto;
                                }

                            .ip-comm-content-photo {
                                position: relative;
                                width: calc((100vw - 1280px) / 2 + 100%);
                                margin-left: 88px;
                                margin-top: 44px;
                                filter: grayscale(1);
                            }

                        .ip-comm-content-photo canvas {
                            display: block;
                            width: 100%;
                        }

                    .ip-comm-content-photo img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }

/*listings*/
.ip-comm-listing-head {
    max-width: 1310px;
    margin: 0 auto 53px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ip-comm-listing-head .custom_site_title h2::before {
        right: auto;
        left: 0;
    }

        .ip-comm-listing-head .custom_site_title h2::after {
            right: auto;
            left: 0;
            width: 100vw;
        }

.ip-comm-listing-head .custom_site_title .accent_title {
    left: -10vw;
}

.ip-comm-listing-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 75px;
}
    .ip-comm-listing {
        font-size: 0;
        margin-left: -2px;
        margin-right: -2px;
    }
        .ip-commlist-item {
            width: calc(100% / 3);
            display: inline-block;
            vertical-align: top;
            padding: 0 2px;
            margin-bottom: 60px;
        }
            .ip-commlist-item a {
                width: 100%;
                height: 100%;
                display: block;
            }
            .ip-commlist-photo {

            }
                .ip-commlist-photo::before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    background-color: var(--accent-color);
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                }
                .ip-commlist-item a:hover .ip-commlist-photo::before {
                    opacity: 0.5;
                }
            .ip-commlist-text {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                padding-top: 35px;
            }
                .ip-commlist-text-left {
                    width: 58.75%;
                    display: inline-block;
                    vertical-align: bottom;
                    padding-left: 20px;
                    text-align: left;
                }
                    .ip-commlist-price {
                        margin-bottom: 15px;
                        padding-bottom: 12px;
                        color: var(--primary-color);
                        font-size: 34px;
                        font-weight: 600;
                        position: relative;
                    }
                        .ip-commlist-price::before {
                            /*width: 168px;*/
                            width: 58.2%;
                            height: 1px;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            bottom: 0;
                            left: 0;
                            background-color: var(--accent-color);
                        }
                        .ip-commlist-price::after {
                            width: 100%;
                            height: 1px;
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            background-color: #e0e0e0;
                            opacity: 0.8;
                        }
                    .ip-commlist-address {
                        padding-right: 50px;
                        font-size: 18px;
                        line-height: 1.1;
                        letter-spacing: 0.05em;
                        text-transform: uppercase;
                    }
                        
                        .ip-commlist-address span {
                            /*display: block;*/
                        }
                .ip-commlist-text-right {
                    width: 41.25%;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-bottom: 5px;
                }
                    .ip-commlist-item a:hover .custom_site_button div {
                        color: #ffffff;
                    }
                    .ip-commlist-item a:hover .custom_site_button div::after {
                        width: 100%;
                        height: 100%;
                    }

/*welcome*/
.ip-comm-welcome-area {
    position: relative;
    padding: 95px 15px 50px;
}

    .ip-comm-welcome-holder {
        max-width: 1280px;
        position: relative;
        margin: 0 auto;
    }

        .ip-comm-welcome-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }

            .ip-comm-welcome-text p {
                font-size: 14px;
                line-height: 2;
                padding: 0 0 28px;
            }

                .ip-comm-welcome-text h2 {
                    font-size: 18px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #4b3900;
                    margin: 0 0 21px;
                }

                    .ip-comm-welcome-text {
                        margin: 37px 0 0;
                        max-width: 610px;
                    }

                        .ip-comm-welcome-content {
                            width: 56.797%;
                            padding-right: 30px;
                        }

                            .ip-comm-welcome-table-content {
                                width: 43.203%;
                                padding: 172px 0 0;
                            }

                                .ip-comm-wc-title.custom_site_title .accent_title {
                                    left: -10vw;
                                    top: -8vw;
                                    z-index: -1;
                                }

                                    .ip-comm-welcome-table-content-inner {
                                        position: relative;
                                        background: #fff;
                                        box-shadow: 0px 3px 68px 0px rgba(0, 0, 0, 0.04);
                                        padding: 80px 15px 15px;
                                        margin-right: -92px;
                                    }

                                .ip-comm-welcome-table-content-inner h2 {
                                    font-size: 25px;
                                    text-transform: uppercase;
                                    color: #4b3900;
                                    letter-spacing: 4px;
                                }

                            .ip-comm-welcome-table-content-mid {
                                max-width: 370px;
                                margin: 0 auto;
                            }

                        .ip-comm-welcome-table-content-mid ul li {
                            margin: 40px 0;
                        }

                        .ip-comm-welcome-table-content-mid ul li a{
                            font-size: 16px;
                            text-transform: uppercase;
                            color: #535353;
                            line-height: 1.5;
                            letter-spacing: 1.4px;
                            display: inline-block;
                            -webkit-transition: all 0.4s ease-in-out;
                            -moz-transition: all 0.4s ease-in-out;
                            -o-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .ip-comm-welcome-table-content-mid ul li a:hover{
                                color: var(--accent-color);
                            }

                    .ip-comm-welcome-table-content-inner ul {
                        margin: 51px 0 0;
                    }

                .ip-comm-wc-accent1 canvas,
                .ip-comm-wc-accent2 canvas,
                .ip-comm-wc-accent3 canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    filter: grayscale(1);
                    height: 100%;
                }

            .ip-comm-wc-accent1 {
                position: absolute;
                top: 20%;
                left: 0;
                width: 89px;
                height: 70%;
            }

        .ip-comm-wc-accent2 {
            position: absolute;
            top: 9%;
            right: 0;
            width: 36.25%;
            height: 52%;
        }

            .ip-comm-wc-accent3 {
                position: absolute;
                bottom: -17%;
                right: 0;
                width: 19%;
                height: 50%;
            }

/*home sale*/
.ip-comm-home-sale-area {
    position: relative;
    padding: 0 15px;
}

    .ip-comm-home-sale-holder {
        max-width: 1465px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
        text-align: center;
    }

        .ip-comm-hs-text{
            max-width: 680px;
            margin: 37px auto 0;
        }

            .ip-comm-hs-text p {
                font-size: 14px;
                line-height: 2;
                padding: 0 0 28px;
                text-align: center;
            }

                .ip-comm-hs-title.custom_site_title h2::after {
                    width: 100vw;
                }

                    .ip-comm-hs-text p u {
                        color: #4b3900;
                    }

                        .ip-comm-hs-video {
                            display: flex;
                            flex-wrap: wrap;
                            margin: 31px -20px 25px;
                        }

                            .ip-comm-hs-vid-list {
                                width: 50%;
                                padding: 20px;
                            }

                                .ip-comm-hs-vid-list h2 {
                                    font-size: 18px;
                                    color: #4b3900;
                                    font-weight: 600;
                                    text-transform: uppercase;
                                    text-align: center;
                                    letter-spacing: .4px;
                                    margin: 0 0 38px;
                                }

                                    .ip-comm-hs-vid-list a {
                                        display: block;
                                        position: relative;
                                    }

                                .ip-comm-hs-vid-list a canvas {
                                    display: block;
                                    width: 100%;
                                    background: #000;
                                    position: relative;
                                    z-index: 2;
                                    opacity: .3;
                                    -webkit-transition: all 0.4s ease-in-out;
                                    -moz-transition: all 0.4s ease-in-out;
                                    -o-transition: all 0.4s ease-in-out;
                                    transition: all 0.4s ease-in-out;
                                }

                            .ip-comm-hs-vid-list a:hover canvas{
                                opacity: .5;
                            }

                        .ip-comm-hs-vid-list a img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                    .ip-comm-hs-vid-list a::after{
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        width: 62px;
                        height: 62px;
                        background: url('../../images/enhanced-community/play-icon.png') no-repeat;
                        background-size: contain;
                        background-position: center;
                        z-index: 5;
                    }

                .ip-comm-hs-browse a {
                    display: inline-block;
                    font-size: 18px;
                    padding: 5px;
                    -webkit-transition: all 0.4s ease-in-out;
                    -moz-transition: all 0.4s ease-in-out;
                    -o-transition: all 0.4s ease-in-out;
                    transition: all 0.4s ease-in-out;
                }

            .ip-comm-hs-browse a:hover {
                color: var(--accent-color);
            }

/*living*/
.ip-comm-living-area {
    position: relative;
    padding: 95px 15px 50px;
}

    .ip-comm-living-holder {
        max-width: 1280px;
        position: relative;
        margin: 0 auto;
    }

        .ip-comm-living-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }

            .ip-comm-living-text p {
                font-size: 14px;
                line-height: 2;
                padding: 0 0 28px;
            }

                .ip-comm-living-text h2 {
                    font-size: 18px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #4b3900;
                    margin: 0 0 21px;
                }

                    .ip-comm-living-text {
                        margin: 37px 0 0;
                        max-width: 610px;
                    }

                        .ip-comm-living-content {
                            width: 56.797%;
                            padding-right: 30px;
                        }

                            .ip-comm-living-photo-area {
                                width: 43.203%;
                                padding: 172px 0 0;
                            }

                                .ip-comm-living-title.custom_site_title .accent_title {
                                    left: 18vw;
                                    top: -4vw;
                                    z-index: -1;
                                    white-space: nowrap;
                                }

                                    .ip-comm-living-photo {
                                        position: relative;
                                    }

                                .ip-comm-living-accent1 canvas,
                                .ip-comm-living-accent2 canvas{
                                    display: block;
                                    width: 100%;
                                    background-size: cover;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    filter: grayscale(1);
                                    height: 100%;
                                }

                            .ip-comm-living-accent1 {
                                position: absolute;
                                top: 11%;
                                left: 0;
                                width: 89px;
                                height: 30%;
                            }

                        .ip-comm-living-accent2 {
                            position: absolute;
                            top: 9%;
                            right: 0;
                            width: 36.25%;
                            height: 25%;
                        }

                    .ip-comm-living-photo canvas {
                        display: block;
                        width: 100%;
                    }

                .ip-comm-living-photo img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

            .ip-comm-living-text p strong {
                color: #4b3900;
            }

        .ip-comm-living-bottom-content .ip-comm-living-text {
            display: flex;
            flex-wrap: wrap;
            max-width: 100%;
        }

            .ip-comm-living-bottom-content .ip-comm-living-text > div:last-child {
                padding-right: 0;
                padding-left: 50px;
            }

            .ip-comm-living-bottom-content .ip-comm-living-text > div {
                width: 50%;
                padding-right: 25px;
            }

                .ip-comm-living-bottom-content .ip-comm-living-text h2 {
                    width: 100%;
                }

                    .ip-comm-living-bottom-accent-line {
                        position: relative;
                        max-width: 630px;
                        margin: 20px auto 59px;
                        height: 1px;
                    }

                        .ip-comm-living-bottom-accent-line::before {
                            width: 168px;
                            height: 1px;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            bottom: 0;
                            left: 0;
                            background-color: var(--accent-color);
                        }

                            .ip-comm-living-bottom-accent-line::after {
                                width: 100vw;
                                height: 1px;
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                background-color: #e0e0e0;
                                opacity: 0.8;
                            }

/*live*/
.ip-comm-live-area {
    position: relative;
    padding: 10px 15px 37px;
}

    .ip-comm-live-holder {
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
    }

        .ip-comm-live-title.custom_site_title span {
            text-align: center;
        }

            .ip-comm-live-title.custom_site_title h2::before {
                right: auto;
                left: 20%;
            }

                .ip-comm-live-title.custom_site_title h2::after {
                    right: auto;
                    left: 20%;
                    width: 100vw;
                }

                    .ip-comm-live-inner {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: flex-start;
                        margin: 58px 0 0;
                    }

                        .ip-comm-live-video {
                            width: 65.235%;
                        }

                            .ip-comm-live-vid {
                                float: right;
                                position: relative;
                                width: calc((100vw - 1280px) / 2 + 100%);
                                padding: 0 0 100px;
                            }

                                .ip-comm-live-vid a {
                                    display: block;
                                    position: relative;
                                    z-index: 5;
                                }

                            .ip-comm-live-vid a canvas {
                                display: block;
                                width: 100%;
                                background: #000;
                                opacity: .25;
                                position: relative;
                                z-index: 2;
                                -webkit-transition: all 0.4s ease-in-out;
                                -moz-transition: all 0.4s ease-in-out;
                                -o-transition: all 0.4s ease-in-out;
                                transition: all 0.4s ease-in-out;
                            }

                            .ip-comm-live-vid a:hover canvas {
                                opacity: .5;
                            }

                        .ip-comm-live-vid a img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: center;
                        }

                    .ip-comm-live-vid a::after{
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        margin: auto;
                        width: 124px;
                        height: 124px;
                        background: url('../../images/enhanced-community/play-icon2.png') no-repeat;
                        background-size: contain;
                        background-position: center;
                        z-index: 5;
                    }

                .ip-comm-live-content {
                    width: 34.765%;
                    padding: 147px 30px 0;
                }

            .ip-comm-live-text {
                font-size: 28px;
                font-weight: 600;
                text-transform: uppercase;
                color: #4b3900;
                text-align: left;
                line-height: 1.5;
                max-width: 360px;
                letter-spacing: .3px;
                margin: 0 0 0 auto;
            }

        .ip-comm-live-vid-photo canvas {
            display: block;
            width: 100%;
            filter: grayscale(1);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100%;
        }

            .ip-comm-live-vid-photo {
                position: absolute;
                bottom: 0;
                left: 0;
                width: calc(100% + 92px);
                height: 47%;
            }

                .ip-comm-live-bottom-text p {
                    font-size: 14px;
                    line-height: 2;
                    padding: 0 0 28px;
                    text-align: left;
                }

                    .ip-comm-live-bottom-text p a{
                        color: #4b3900;
                    }

                .ip-comm-live-bottom-text {
                    margin: 58px 0 0;
                }


.custom_site_title .accent_title{
    font-weight: 700 !important;
}
       
/* MOBILE */
@media only screen and (max-width: 1560px) {
    
}

@media only screen and (max-width: 1440px) {
   
    .ip-commlist-address {
        padding-right: 20px;
    }

    .ip-comm-wc-accent1,
    .ip-comm-living-accent1 {
        width: 60px;
    }

    .ip-comm-welcome-table-content-inner {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 1366px) {

    .ip-commlist-address {
        font-size: 16px;
    }

    .ip-comm-top-photo {
        width: calc((100vw - 1170px) / 2 + 100%);
    }

    .ip-comm-top-photo canvas {
        height: 500px;
    }

    .ip-comm-welcome-area {
        padding: 95px 50px 50px;
    }

    .ip-comm-wc-accent1, .ip-comm-living-accent1 {
        width: 40px;
    }

    .ip-comm-welcome-table-content-inner {
        margin-right: -20px;
    }

    .ip-comm-living-area {
        padding: 95px 50px 50px;
    }

    .ip-comm-live-vid {
        width: calc((100vw - 1170px) / 2 + 100%);
    }

    .ip-comm-live-text {
        font-size: 26px;
    }

    .ip-comm-live-content {
        padding: 80px 30px 0;
    }
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {
    
    .ip-commlist-price {
        font-size: 30px;
    }
    .ip-commlist-address {
        font-size: 13px;
        padding-right: 10px;
    }

    .ip-comm-top-photo {
        width: calc((100vw - 940px) / 2 + 100%);
    }

    .ip-comm-content-photo {
        width: calc((100vw - 1060px) / 2 + 100%);
        margin-left: 50px;
    }

    .ip-comm-wc-accent3 {
        width: 10%;
    }

    .ip-comm-hs-vid-list h2 {
        font-size: 15px;
    }

    .ip-comm-living-accent2 {
        height: 12%;
    }

    .custom_site_title h2 {
        font-size: 60px;
    }

    .ip-comm-live-vid {
        width: calc((100vw - 960px) / 2 + 100%);
    }

    .ip-comm-live-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        height: auto;
    }
    .ip-comm-listing {
        margin: 0 auto;
        padding: 0 13px;
    }
    .ip-commlist-item {
        width: 50%;
        max-width: 531px;
    }
    .ip-commlist-text-left {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .ip-commlist-price {
        font-size: 34px;
    }
    .ip-commlist-address {
        font-size: 18px;
        padding-right: 10px;
    }
    .ip-commlist-text-right {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .ip-comm-top-photo-area {
        width: 100%;
    }

    .ip-comm-top-photo {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-comm-top-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ip-comm-top-content-inner {
        margin: 0 auto;
    }

    .ip-comm-content-photo {
        width: 100%;
        margin-left: 0;
    }

    .ip-comm-listing-head {
        flex-direction: column;
        gap: 15px;
    }

    .ip-comm-welcome-area {
        padding: 30px 15px;
    }
    
    .ip-comm-wc-accent1, 
    .ip-comm-living-accent1,
    .ip-comm-living-accent2,
    .ip-comm-wc-accent2,
    .ip-comm-wc-accent3{
        display: none;
    }

    .ip-comm-welcome-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .ip-comm-welcome-text {
        margin: 37px auto 0;
    }

    .ip-comm-welcome-table-content {
        width: 100%;
        padding: 30px 0 0;
    }

    .ip-comm-welcome-table-content-inner {
        margin-right: 0;
        text-align: center;
        padding: 50px 15px 15px;
    }

    .ip-comm-home-sale-area {
        padding: 50px 15px 0;
    }

    .ip-comm-hs-vid-list {
        width: 100%;
    }

    .ip-comm-hs-vid-list a {
        display: block;
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-comm-living-area {
        padding: 80px 15px 50px;
    }

    .ip-comm-living-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .ip-comm-living-text {
        margin: 37px auto 0;
        max-width: 610px;
    }

    .ip-comm-living-photo-area {
        width: 100%;
        padding: 0;
    }

    .ip-comm-living-photo {
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-comm-living-bottom-content .ip-comm-living-text {
        max-width: 100%;
        text-align: center;
    }

    .ip-comm-living-bottom-content .ip-comm-living-text > div {
        width: 100%;
        padding: 0 !important;
    }

    .ip-comm-live-video {
        width: 100%;
    }

    .ip-comm-live-vid {
        width: 100%;
        float: none;
        padding: 0 30px 50px;
    }

    .ip-comm-live-vid-photo {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .ip-comm-live-content {
        padding: 80px 15px 0;
        width: 100%;
    }

    .ip-comm-live-text {
        text-align: center;
        margin: 0 auto;
    }

    .ip-comm-live-bottom-text p {
        padding: 0 0 28px;
        text-align: center;
    }
    
}

@media only screen and (max-width: 767px) {
    .ip-commlist-item {
        width: 100%;
    }

    .ip-comm-live-vid {
        padding: 0 15px 50px;
    }

    .ip-comm-live-vid a canvas {
        height: 300px;
    }

    .ip-comm-live-vid a::after {
        width: 100px;
        height: 100px;
    }
}