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


/** Communities **/
#ai-minimalist-communities-wrap{
    padding: 0 100px;
}
    #ai-minimalist-communities-wrap h3{
        text-align: center;
        font-size: 50px;
        letter-spacing: -0.05em;
        line-height: 1;
        color: var(--aios-communities-primary-color);
        padding: 88px 0;
    }
    .ai-minimalist-communities-content-wrap{
        margin-top: 45px;
    }
         .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-image{
            float: left;
            width: 49.06%;
            margin: -51px 3%  3% -51px;
            position: relative;

         }
            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-image canvas{
                display : block;
                width: 100%;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-image img{
                object-fit: cover;
                object-position: center center;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

        .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text{
            border: 1px solid var(--aios-communities-primary-color);
            padding: 60px;
        }
            #content .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text h1{
                color: var(--aios-communities-primary-color);
                font-size: 39px;
                text-transform: uppercase;
                font-weight: normal;
                margin: 0;
            }
            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text h2{
                color: #555555;
                font-size: 15px;
                letter-spacing: 0.1em;
                line-height: 1.7;
                text-transform: uppercase;
            }

            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text p{
                font-size: 16px;
                line-height: 1.9;
                letter-spacing: 0.05em;
                padding: 10px;
            }
 /*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    #ai-minimalist-communities-wrap{
        padding: 0 25px;
    }
        #ai-minimalist-communities-wrap h3{
            padding: 20px 0 0;
            font-size: 40px;
        }
        .ai-minimalist-communities-content-wrap {
            margin-top: 20px;
        }
        .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-image{
            margin: 0;
            width: 100%;
            float:none;
        }
            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text{
               padding: 15px;
            }

            .ai-minimalist-communities-content-wrap .ai-minimalist-communities-content-text p {
                padding: 10px 0;
            }
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

}

/** Communities **/


/*
 * Template Name: Community
 */

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

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

#content .entry-title {
    display: none;
}

a {
    transition: all 0.3s ease-in-out;
}

.lazyload {
    opacity: 0;
    width: 0;
    height: 0;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.bg-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    overflow: hidden;
}

.bg-wrapper canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-wrapper.dark canvas {
    opacity: 0.4;
}

#content .entry > div {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
}

#content .entry p {
    width: 100% !important;
}

.sec-content {
    position: relative;
    z-index: 10;
}

.sec-title {}

.sec-title h2 {
    font-family: var(--font-family-title);
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
}

.sec-text {}

.sec-text h2 {
    font-family: var(--font-family-title);
    font-size: 45px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px !important;
}

.sec-text p {
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.867 !important;
    color: #252525 !important;
    margin: 0 0 28px !important;
}

.sec-text ul {
    margin: 0 0 28px !important;
    list-style-type: none !important;
}

.sec-text ul.col-2 {
    column-count: 2;
    column-gap: 88px;
}

.sec-text ul li {
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.555 !important;
    color: #252525 !important;
    margin: 0 0 18px !important;
    padding: 0 0 0 36px;
    position: relative;
}

.sec-text ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #000;
    position: absolute;
    top: 5px;
    left: 0;
}

.sec-text ul li i::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #000;
}

.sec-text ul li h3 {
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 13px !important;
}

.sec-button {
    display: flex;
    justify-content: center;
}

.sec-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    max-width: 100%;
    height: 60px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #1c1c1c;
    text-align: center;
    text-transform: uppercase;
}

.sec-button a:hover {
    background: #000;
    color: #fff;
}


/*** SEC A ***/

.sec-a {
    padding: 169px 0 88px;
}

.sec-a .sec-content {}

.sec-a .sec-title {
    margin: 0 0 39px;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -40px;
}

.sec-stats > div {
    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    padding: 0 55px;
}

.stat-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.stat-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0 0;
}

.stat-title h2 {
    font-size: 25px !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 !important;
}

.stat-title span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 3px 0 0;
}

.stat-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    position: relative;
}

.stat-item::before {
    content: '';
    width: 1px;
    height: 27px;
    background: #000;
}

.stat-item.center::before {
    height: 60px;
}

.stat-item span {
    display: block;
    font-size: 20.55px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0 0;
}

.stat-item em {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: normal !important;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 3px 0 0;
}


/*** SEC B ***/

.sec-b {
    max-width: 1540px !important;
}

.sec-b .sec-content {
    display: flex;
    flex-flow: row wrap;
}

.sec-toc {
    width: 25.195%;
    padding: 48px 0 0;
}

.sec-toc > div {
    background: #063e6c;
    padding: 134px 44px;
    margin: 0 -142px 0 0;
    height: 100%;
    width: 340px;
}

.sec-toc h2 {
    font-family: var(--font-family-title);
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 0.025em;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px !important;
}

.sec-toc ol {
    margin: 0 !important;
    list-style-position: inside;
}

.sec-toc ol li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 2;
    color: #fff;
    
}

.sec-photo {
    width: 33.507%;
}

.sec-b .sec-text {
    width: 41.298%;
    padding: 88px 0 0;
    position: relative;
    z-index: 1;
}

.sec-b .sec-text > div {
    background: #fff;
    padding: 59px 50px 0 63px;
    margin: 0 0 0 -184px;
}

.sec-b .sec-text h2 {
    font-size: 55px !important;
    margin: 0 0 5px !important;
}


/*** SEC C ***/

.sec-c {
    padding: 88px 0 80px;
}

.sec-c .sec-content {}

.sec-listings {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -14px;
}

.sec-listing {
    width: 33.33%;
    padding: 0 14px;
    margin: 0 0 28px;
}

.sec-listing a {
    display: block;
    position: relative;
}

.sec-listing-photo {}

.sec-listing-info {
    width: 100%;
    max-width: 286px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    padding: 22px 15px;
}

.sec-listing-info span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.sec-c .sec-button {
    margin: 28px 0 0;
}


/*** SEC D ***/

.sec-d {
    max-width: 1286px !important;
}

.sec-d.top {
    padding: 99px 0 0;
}

.sec-d.bottom {
    padding: 0 0 47px;
}

.sec-d .sec-content {}

.sec-d .sec-bg-1 {
    width: calc(11.12% + calc(calc(100vw - 100%) / 2));
    left: calc(calc(-100vw + 100%) / 2);
}

.sec-d .sec-bg-2 {
    width: calc(31.649% + calc(calc(100vw - 100%) / 2));
    left: auto;
    right: calc(calc(calc(-100vw + 100%) / 2) + 70px);
}

.sec-d.top .sec-text {
    max-width: 939px;
    padding: 65px 63px 0;
    background: #fff;
}

.sec-d.bottom .sec-text {
    max-width: 1158px;
    margin: 0 auto 0 0;
    padding: 0 0 0 63px;
}


/*** SEC E ***/

.sec-e {
    max-width: 1286px !important;
}

.sec-e.top {
    padding: 99px 0 0;
}

.sec-e.bottom {
    padding: 0 0 65px;
}

.sec-e .sec-content {}

.sec-e .sec-bg-1 {
    width: calc(31.649% + calc(calc(100vw - 100%) / 2));
    left: calc(calc(calc(-100vw + 100%) / 2) + 70px);
}

.sec-e .sec-bg-2 {
    width: calc(11.12% + calc(calc(100vw - 100%) / 2));
    left: auto;
    right: calc(calc(-100vw + 100%) / 2);
}

.sec-e.top .sec-text {
    max-width: 910px;
    padding: 55px 63px 0;
    background: #fff;
    margin: 0 70px 0 auto;
    text-align: right;
}

.sec-e.bottom .sec-text {
    max-width: 1158px;
    margin: 0 70px 0 auto;
    padding: 0 63px 0 0;
    text-align: right;
}

.sec-e.bottom .sec-text ul li {
    padding: 0 36px 0 0;
}

.sec-e.bottom .sec-text ul li i {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 1600px) {
    .sec-toc h2 {
        font-size: 1.875vw !important;
    }
}

@media only screen and (max-width: 991px) {
    #content .entry {
        max-width: 720px;
        margin: 0 auto;
    }
    .sec-stats {}
    .sec-stats > div {
        width: 100%;
        margin: 0 0 30px;
    }
    .sec-toc {
        width: 100%;
        padding: 0;
    }
    .sec-toc > div {
        margin: 0;
        padding: 60px 30px;
        text-align: center;
    }
    .sec-toc h2 {
        font-size: 30px !important;
    }
    .sec-photo {
        width: 100%;
    }
    .sec-b .sec-text {
        width: 100%;
        padding: 0;
    }
    .sec-b .sec-text > div {
        margin: 0;
        padding: 60px 0 0;
    }
    .sec-text {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 30px !important;
        
    }
    .sec-d .sec-text,
    .sec-e .sec-text {
        padding: 60px 30px 0 !important;
    }
    .sec-text ul {
        
    }
    .sec-text ul.col-2 {
        column-count: 1;
        column-gap: 0;
    }
    
    .sec-listings {
        justify-content: center;
    }
    .sec-listing {
        width: 50%;
    }
    .sec-e .sec-bg-1 {
        left: calc(calc(calc(-100vw + 100%) / 2) + 0px);
    }
    .sec-d .sec-bg-2 {
        right: calc(calc(calc(-100vw + 100%) / 2) + 0px);
    }
    .sec-text h2,
    .sec-b .sec-text h2 {
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 480px) {
    .bg-wrapper {
        height: 100%;
    }
    .sec-listing {
        width: 100%;
    }
}