/*
 * Template Name: Community - Rotonda West
 */

#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: 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 {
    filter: grayscale(1);
    opacity: 0.35;
}

#content .entry > div {
    max-width: 1340px;
    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: 70px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #454545;
    text-align: center;
    margin: 0 !important;
}

.sec-text {}

.sec-text h2 {
    font-family: var(--font-family-title);
    font-size: 50px !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #454545;
    margin: 0 0 44px !important;
}

.sec-text h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 14px !important;
}

.sec-text p {
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.867 !important;
    color: #454545 !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: 0;
}

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

.sec-text ul.no-bullet li {
    padding: 0;
}

.sec-text ul li::before {
    content: '';
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #000;
    position: absolute;
    top: 6px;
    left: 0;
}

.sec-text ul li::after {
    content: '';
    width: 9px;
    height: 9px;
    background: #000;
    position: absolute;
    top: 9px;
    left: 3px;
}

.sec-text ul.no-bullet li::before,
.sec-text ul.no-bullet li::after {
    display: none;
}

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

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

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


/*** SEC A ***/

.sec-a {
    padding: 56px 0 122px;
}

.sec-a .sec-content {}

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

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

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

.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: 10px 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: 1456px !important;
}

.sec-b-bg {
    width: calc(calc(calc(100vw - 100%) / 2) + 85px);
    height: 397px;
    left: auto;
    right: calc(calc(-100vw + 100%) / 2);
}

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

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

.sec-toc > div {
    background: #151e3e;
    padding: 110px 149px 110px 44px;
    margin: 0 -119px 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;
    margin: 0 0 23px !important;
}

.sec-toc ol {
    margin: 0 0 0 20px !important;
}

.sec-toc ol li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.625;
    color: #fff;
    margin: 0 0 26px;
}

.sec-photo {
    width: calc(46.841% + 29.944%);
}

.sec-b .sec-text {
/*    width: 29.944%;*/
    width: 100%;
    padding: 60px 85px 0 0;
    position: relative;
    z-index: 1;
}

.sec-b .sec-text > div {
    background: #fff;
    padding: 59px 50px 0 63px;
/*    margin: 0 0 0 -189px;*/
    height: 100%;
}

.sec-b .sec-text > div > a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #454545;
    text-transform: uppercase;
    margin: 18px 0 11px;
}

.sec-b .sec-text > div > a::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #99803b;
    margin: 0 0 0 10px;
}

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

.sec-b .sec-text p {
    text-align: center;
}

/*** SEC C ***/

.sec-c {
    max-width: 1458px !important;
    padding: 131px 0 84px;
}

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

.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: 32px 0 0;
}


/*** SEC D ***/

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

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

.sec-d-photo {
    width: calc(50% + calc(calc(100vw - 100%) / 2));
    height: 566px;
    left: auto;
    right: calc(calc(-100vw + 100%) / 2);
}

.sec-d .sec-content {}

.sec-d .sec-text {
    display: flex;
    flex-flow: row wrap;
}

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

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

.sec-d .sec-text > div {
    width: 50%;
    padding: 0 60px;
}

.sec-d .sec-text > div:first-child > div {
    margin: 0 -272px 0 0;
    padding: 41px 40px 4px 0;
    background: #fff;
}


/*** SEC E ***/

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

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

.sec-e-photo {
    width: calc(50% + calc(calc(100vw - 100%) / 2));
    height: 476px;
}

.sec-e .sec-content {}

.sec-e .sec-text {
    display: flex;
    flex-flow: row wrap;
}

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

.sec-e .sec-text.bottom {
    padding: 26px 0 75px;
}

.sec-e .sec-text > div {
    width: 50%;
    padding: 0 60px;
}

.sec-e .sec-text > div.full {
    width: 100%;
}

.sec-e .sec-text > div.full h3 {
    display: flex;
    align-items: center;
}

.sec-e .sec-text > div.full h3::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: rgba(69, 69, 69, 0.5);
    margin: 0 0 0 30px;
}

.sec-e .sec-text.top > div {
    margin: 0 0 0 50%;
}

.sec-e .sec-text > div:first-child > div {
    margin: 0 0 0 25px;
    padding: 64px 0 86px 60px;
    background: #fff;
}

.sec-e-video {
    margin: 77px calc(calc(-100vw + calc(calc(100% + 59px) * 2)) / 2) 0 -10px;
    padding: 0 0 101px;
    position: relative;
}

.sec-e-video .sec-video {
    position: relative;
    z-index: 2;
}

.sec-e-video .sec-video a {
    display: block;
}

.sec-e-video .sec-video-bg {
    height: 172px;
    top: auto;
    bottom: 0;
    left: 117px;
    right: 0;
}


/*** SEC F ***/

.sec-f {
    max-width: 1460px !important;
}

.sec-f .sec-content {}

.sec-f .sec-text {
    display: flex;
    flex-flow: row wrap;
    padding: 51px 0 40px;
    border-top: 1px solid rgba(69, 69, 69, 0.5);
}

.sec-f .sec-text > div {
    width: 50%;
    padding: 0 60px;
}

.sec-f .sec-text > div.full {
    width: 100%;
}

.sec-f .sec-text > div.center {
    text-align: center;
}

.sec-f .sec-text > div.full h3 {
    display: flex;
    align-items: center;
}

.sec-f .sec-text > div.full h3::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #454545;
    margin: 0 0 0 30px;
}

.sec-f .sec-text.top > div {
    margin: 0 0 0 50%;
}

.sec-f .sec-text > div:first-child > div {
    margin: 0 0 0 25px;
    padding: 64px 0 86px 60px;
    background: #fff;
}

.sec-f-photo {
    margin: 0 calc(calc(-100vw + calc(calc(100% + 59px) * 2)) / 2) 29px -10px;
    padding: 0 0 30px;
    position: relative;
}

.sec-f-photo .sec-photo {
    width: 100%;
    max-width: 501px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sec-f-photo .sec-photo-bg {
    height: 172px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}


/*** SEC G ***/

.sec-g {
    max-width: 1260px !important;
}

.sec-g-bg {
    width: calc(calc(100vw - 100%) / 2);
    height: 664px;
    left: calc(calc(-100vw + 100%) / 2);
}

.sec-g-photo {
    width: calc(63.175% + calc(calc(100vw - 100%) / 2));
    height: 664px;
    left: auto;
    right: calc(calc(-100vw + 100%) / 2);
}

.sec-g .sec-content {}

.sec-g .sec-text {
    display: flex;
    flex-flow: row wrap;
    padding: 37px 0 23px;
}

.sec-g .sec-text.top {
    padding: 46px 0 0;
}

.sec-g .sec-text.bottom {
    padding: 0 0 38px;
}

.sec-g .sec-text > div {
    width: 50%;
    padding: 0 60px;
}

.sec-g .sec-text > div:first-child > div {
    margin: 0 -338px 0 0;
    padding: 53px 40px 19px 0;
    background: #fff;
}

@media only screen and (max-width: 991px) {
    #content .entry {
        max-width: 720px;
        margin: 0 auto;
    }
    #content .entry > div {
        max-width: 100%;
        padding: 0 !important;
        margin: 0 0 60px !important;
    }
    .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 {
        list-style: none !important;
    }
    .sec-photo,
    .sec-video {
        width: 100%;
        margin: 30px auto !important;
    }
    .sec-text {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        border: none !important;
    }
    .sec-text > div {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sec-text > div > div {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .sec-text ul.col-2 {
        column-count: 1;
    }
    .sec-text ul li {
        padding: 0;
    }
    .sec-text ul li::before,
    .sec-text ul li::after {
        display: none;
    }
    .sec-listings {
        justify-content: center;
    }
    .sec-listing {
        width: 50%;
    }
    .bg-wrapper {
        display: none;
    }
    .sec-e .sec-text > div.full h3::after {
        display: none;
    }
    .sec-text h3 {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) {
    .bg-wrapper {
        height: 100%;
    }
    .sec-listing {
        width: 100%;
    }
    .sec-text h2 {
        font-size: 40px !important;
    }
    
    .sec-b .sec-text h2 {
        font-size: 50px !important;
    }
}