/*
 * Template Name: Community
 */

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

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

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

.breadcrumbs-wrap{
    padding: 33px 120px;
    background: #162148;
    text-align: center;
    width: fit-content;
    margin-left: -15px;
}
.breadcrumbs{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Mulish';
    text-transform: uppercase;
}
.breadcrumbs a{
    color: #ffffff;
}

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: auto;
    max-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 !important;
    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: 15px !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;
    /*    break-inside: avoid;*/
}

.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 h4,
.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: var(--secondary-background-color);
    color: #fff;
}


/*** SEC A ***/

.sec-a {
    padding: 88px 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;
    justify-content: center;
}

.sec-toc {
    width: 25.195%;
}

.sec-toc > div {
    background: var(--secondary-background-color);
    padding: 134px 44px;
    margin: 0 -142px 0 0;
    height: 100%;
}

.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 0 0 50px !important;
    max-width: 250px;
    list-style-position: inside;
}

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

.sec-photo {
    width: 74.805%;
    padding: 50px 0 0;
}

.sec-b .sec-text {
    width: 100%;
    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; */
    height: 100%;
}

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


/*** 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 a:hover .sec-listing-photo img {
    transform: scale(1.2);
}

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

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

/*
.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: 1199px) {
    .sec-toc ol {
        margin: 0 !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-toc ol {
        max-width: 100%;
    }
    .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: 567px) {
.breadcrumbs-wrap {
    margin: 0 -15px;
    padding: 33px 100px;
    width: auto;
}
}
@media only screen and (max-width: 480px) {
    .bg-wrapper {
        height: 100%;
    }
    .sec-listing {
        width: 100%;
    }

    .breadcrumbs-wrap {
        padding: 33px 15px;
    }
}