:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 13px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 15%;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
/*    display: none;*/
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
#ai-modern-community-details {
    position: relative;
    margin-top: 55px;
}

#ai-modern-community-details .ai-modern-community-details-entry {
    position: relative;
    padding: 0 50px;
    overflow: hidden;
}

#ai-modern-community-details .ai-modern-community-details-entry:before,
#ai-modern-community-details .ai-modern-community-details-entry:after {
    content: "";
    display: table;
    clear: both;
}

#ai-modern-community-details .ai-modern-community-details-entry > .container {
    max-width: 100%;
    margin-bottom: 50px;
}

#ai-modern-community-details .ai-modern-community-details-main {
    position: relative;
    padding-left: 150px;
    padding-bottom: 30px;
}

#ai-modern-community-details.ai-modern-no-photo .ai-modern-community-details-main {
    padding-left: 0;
}

#ai-modern-community-details .ai-modern-community-details-title {
    position: relative;
    margin-top: 160px;
}

#ai-modern-community-details .ai-modern-community-details-title h1 {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin: 0;
    font-size: 75px;
    font-family: var(--font-family-default);
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    padding-bottom: 15px;
}

#ai-modern-community-details .ai-modern-community-details-title h1::after {
    content: '';
    display: inline-block;
    width: 131px;
    height: 1px;
    background-color: #c1b283;
    position: absolute;
    left: 0;
    bottom: 0;
}

#ai-modern-community-details .ai-modern-community-details-photo {
    position: relative;
    float: left;
    margin-right: 22px;
    margin-bottom: 40px;
    width: 45%;
}

#ai-modern-community-details .ai-modern-community-details-photo:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 67px;
    bottom: 0;
    right: calc(100% - 120px);
    min-width: 310px;
    width: calc((100vw - (1140px - 120px)) / 2);
    height: 100%;
    background: #c1b384;
}

#ai-modern-community-details .ai-modern-community-details-photo:after {
    content: "";
    display: block;
    position: absolute;
    top: 7.6%;
    bottom: 0;
    right: 0;
    width: 73px;
    background: #fff;
}

#ai-modern-community-details .ai-modern-community-details-photo canvas {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#ai-modern-community-details .ai-modern-community-details-photo img {
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ai-modern-community-details-divider {
    margin-top: 45px;
    margin-bottom: 45px;
}
.ai-modern-community-details-content{
    margin-top: 85px;
    padding-right: 10px;
}
.ai-modern-community-details-content p{
    line-height: 1.118;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.cg-cta-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 75px;
}
.cg-cta-item{
    width: calc(100% / 6);
    position: relative;
}
.cg-cta-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.cta-img-wrap{
    background: #000000;
}
.cta-img-wrap::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 103px;
    top: 53px;
    right: 0;
    background: var(--accent-color);
}
.cg-cta-item:nth-child(even) .cta-img-wrap::after{
    top: unset;
    bottom: 53px;
}
.cg-cta-item:last-child .cta-img-wrap::after{
    opacity: 0;
}
.cta-img-wrap img{
    opacity: 90%;
}
.cta-title-main{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    white-space: nowrap;
    transition: var(--ip-default-transition);
    opacity: 1;
}
.cta-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    padding-top: 95px;
    transition: var(--ip-default-transition);
    opacity: 0;
}
.cta-hover-title{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.cta-hover-content{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.857;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 60px;
    font-weight: 300;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow-y: scroll;
    /*text-overflow: ellipsis; */
	max-height: 300px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cta-hover-content::-webkit-scrollbar {
    display: none;
}
.cta-hover-content .simplebar-content div {
	padding-right: 20px;
}
.simplebar-track.horizontal {
	display: none;
}
.simplebar-scrollbar::before {
	background: linear-gradient(to right, rgba(195,134,37,1) 0%, rgba(216,166,98,1) 100%);
	opacity: 1;
}
.simplebar-track .simplebar-scrollbar.visible::before, .simplebar-track:hover .simplebar-scrollbar::before {
	opacity: 1;
}
.simplebar-track {
	background: #515151;
}
.cg-cta-item > a:hover .cta-title-main{
    opacity: 0;
}
.cg-cta-item > a:hover .cta-hover{
    opacity: 1;
}
.cg-cta-item > a:hover .cta-img-wrap img{
    opacity: 30%;
}
.cg-breadcrumbs{
    width: 100%;
    padding: 0 15px;
    margin-top: 55px;
}
.cg-video-wrap {
    position: relative;
    margin-bottom: 75px;
}
.cg-video-container {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.cg-video-main {
    position: relative;
}
.cg-video-main canvas {
    display: block;
    width: 100%;
    min-height: 250px;
}
.cg-video-main iframe,
.cg-video-main .perfmatters-lazy-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.post-page-akumal .ai-modern-community-details-content p{
    font-weight: 400;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){
    .cta-hover{
        padding-top: 0;
        top: 50%;
        transform: translateY(-50%);
        height: max-content;
    }
}
@media only screen and (max-width: 1540px){
    .cta-hover{
        padding-top: 0;
        top: 50%;
        transform: translateY(-50%);
        height: max-content;
    }
    .cta-hover-content{
        margin-top: 20px;
    }
    .cta-hover-title,
    .cta-title-main{
        font-size: 20px;
    }

}
@media only screen and (max-width: 1366px){
    .cta-title-main,
    .cta-hover-title{
        font-size: 14px;
    }
    .cta-hover-content{
        font-size: 12px;
    }
    .cta-hover{
        padding: 0 15px;
    }
    .cta-hover-content{
        margin-top: 15px;
        line-height: 1.4;
    }

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    #ai-modern-community-details .ai-modern-community-details-photo {
        margin-right: -30px;
    }

    #ai-modern-community-details .ai-modern-community-details-photo:before {
        min-width: 200px;
    }
    #ai-modern-community-details .ai-modern-community-details-title{
        margin-top: 80px
    }
    #ai-modern-community-details .ai-modern-community-details-title h1 {
        font-size: 45px;
    }
    #ai-modern-community-details .ai-modern-community-details-title h2 {
        font-size: 60px;
    }
    .ai-modern-community-details-content{
        font-size: 14px;
    }
    

}
@media only screen and (max-width: 991px){
    #ai-modern-community-details .ai-modern-community-details-entry {
        padding: 0;
    }

    #ai-modern-community-details .ai-modern-community-details-photo {
        float: none;
        margin: 0;
        width: 100%;
    }

    #ai-modern-community-details .ai-modern-community-details-photo:before,
    #ai-modern-community-details .ai-modern-community-details-photo:after {
        display: none;
    }

    #ai-modern-community-details .ai-modern-community-details-main {
        padding: 0;
    }

    #ai-modern-community-details .ai-modern-community-details-title {
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    #ai-modern-community-details .ai-modern-community-details-title h1 {
        font-size: 55px;
    }
    #ai-modern-community-details .ai-modern-community-details-title h2  {
        word-break: break-all;
        font-size: 45px;
    }
    .ai-modern-community-details-content{
        margin-top: 50px;
        padding-right: 0;
    }
    #ai-modern-community-details .ai-modern-community-details-title h2 span::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .ai-modern-community-details-content p{
        text-align: center;
        font-size: 17px;
    }
    .cg-cta-item{
        width: calc(100% / 3);
    }
    .cta-title-main,
    .cta-hover-title{
        font-size: 24px;
    }
    .cta-hover-content{
        font-size: 14px;
        line-height: 1.8;
    }
    

}
@media only screen and (max-width: 767px){
    .cg-cta-item{
        width: 50%;
    }
}
@media only screen and (max-width: 480px){
    .ai-modern-community-details-content p{
        font-size: 14px;
    }
    .cta-title-main,
    .cta-hover-title{
/*        font-size: 14px;*/
    }
    .cta-hover-content{
/*
        font-size: 12px;
        line-height: 1.4;
*/
    }
    .cg-cta-item{
        width: 100%;
    }

    #ai-modern-community-details .ai-modern-community-details-title h1 {
        font-size: 35px;
    }

}
