/*
 * Template Name: Enhanced Community
 */
 #inner-page-wrapper>.container {
    width: 100%;
    padding: 0 !important;
}

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

#content-sidebar, #content-full {
    margin: 0;
}

#breadcrumbs {
    padding: 0 70px;
    display: none;
}

.ip-banner-breadcrumbs {
    display: none;
}

a, button {
    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;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
}

.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 {
    position: relative;
}

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

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

.sec-title {
}

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

.section-main-title {
    display: block;
    text-align: center;
    margin: 76px auto 0;
}

#content .section-main-title h2 {
    text-align: center;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    padding: 50px 0 60px 60px;
    position: relative;
}

#content .section-main-title small {
    font-size: 20px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.080em;
    color: #000;
    margin-bottom: 10px;
}

#content .section-main-title small em {
    font-style: normal;
    color: #be7b6d;
}

#content .section-main-title span:not(.box-accent) {
    font-size: 50px;
    line-height: 1;
    font-family: 'Libre Baskerville', serif;
    display: block;
    color: #000;
    margin-left: 20px;
}

#content .section-main-title .box-accent {
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #000;
    border-right: none;
    width: 175px;
    height: 100%;
    pointer-events: none;
}

#content .section-main-title .box-accent:before, #content .section-main-title .box-accent:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 5px;
    height: 25px;
    background-color: #000;
}

#content .section-main-title .box-accent:after {
    top: auto;
    bottom: 0;
}

body:not(.page-id-6503, .page-id-6474) #content .section-main-title h2 {
    padding: 50px 0 60px 30px;
}

body:not(.page-id-6503, .page-id-6474) #content .section-main-title small {
    text-align: center;
}

body:not(.page-id-6503, .page-id-6474) #content .section-main-title span:not(.box-accent) {
    margin-left: 0;
}

.sec-text h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 45px !important;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #000;
    margin: 0 0 35px !important;
}

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

.sec-text ul li p {
    margin-bottom: 15px !important;
}

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

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

.sec-text ul.col-3 {
    column-count: 3;
    column-gap: 0;
}

.sec-text ul li {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0.03em !important;
    line-height: 1.555 !important;
    color: #252525 !important;
    position: relative;
	width: 100%;
}

#post-6510 > div > div.sec-f.sf2 .sec-text ul li:nth-child(2),
#post-6515 > div > div.sec-f.sf2 .sec-text ul li:nth-child(2) {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

#post-6440 > div > div.sec-f.sf2 .sec-text ul li:last-child{
    margin-right: -150px;
}

#post-6440 > div > div.sec-d.sd2 > div.sec-content .sec-text ul li:last-child{
    margin-right: -50px;
}

.sec-text ul li p {
    font-size: 16px;
}

.sec-text ul li::before {
    content: '';
    width: 15px;
    min-width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin: 5px 15px 0 0;
}

.sec-text ul li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: rgb(0, 0, 0);
    background: linear-gradient(59deg, rgba(0, 0, 0, 1) 0%, rgba(161, 27, 32, 1) 100%);
    position: absolute;
    top: 9px;
    left: 4px;
}

.sec-text ul li strong {
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block;
}

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

.sec-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 417px;
    height: 68px;
    border: 2px solid #323232;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 1;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease;
    padding: 4px 0 0;
}

.sec-button a:hover {
    background: #323232;
    color: #fff !important;
}

/*SEC 0*/
.sec-breadcrumbs {
    max-width: 32.8%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.sec-breadcrumbs p {
    margin: 0 !important;
    color: #757575;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 1 !important;
}

.sec-breadcrumbs p a {
    color: inherit !important;
}

.sec-breadcrumbs p a:hover {
    color: #fff !important;
}

.sec-breadcrumbs p > span {
    text-transform: none;
}

.sec-breadcrumbs p span.breadcrumb_last {
    color: #fff;
}

/*SEC 0*/
/*** SEC A ***/
.sec-a {
    padding: 78px 4.9% 97px;
}

.sec-a .sec-content {
}

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

.sec-a .sec-title h2 {
    font-family: 'Libre Baskerville', serif;
    ; font-size: 60px !important;
    font-weight: 500 !important;
    color: #323232;
    line-height: 1;
}

.sec-stats {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -60px;
    justify-content: space-between;
}

.sec-stats > div {
    display: flex;
    flex-flow: row wrap;
    width: 33.33%;
    justify-content: space-between;
    padding: 0 60px;
}

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

.stat-title h2 {
    margin: 0 !important;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #323232;
    font-weight: 400 !important;
    text-align: center;
    line-height: normal;
    padding: 0 0 0 0.05em;
}

.stat-title span {
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0 0;
    padding: 0 0 0 0.1em;
}

.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: #323232;
    text-align: center;
    text-transform: uppercase;
    margin: 9px 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: 4px 0 0;
}

/*** SEC B ***/
.sec-b {
    padding: 0 4.4%;
}

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

.sec-toc {
    width: 29.65%;
    /* padding: 48px 0 0; */
}

.sec-toc > div {
    background: #323232;
    padding: 55px 80px 65px 40px;
    margin: 0 0 0 0;
}

.sec-toc h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px !important;
    line-height: 1;
    color: #fff;
    margin: 0 0 25px !important;
    font-weight: 300 !important;
    z-index: 2;
    position: relative;
}

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

.sec-toc ol li {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.030em;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    list-style-type: none;
}

.sec-toc ol li::marker {
    font-size: 15px;
    letter-spacing: -0.2em;
}

.sec-toc ol li button {
    background: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0.05em;
}

.sec-toc ol li button:hover {
    opacity: 0.6;
}

.sec-photo {
    width: 35.5%;
}

.sec-photo .img-wrapper canvas {
    max-height: 397px;
}

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

.sec-b .sec-text > div {
    background: #fff;
    padding: 60px 55px 40px;
    margin: 0 0 0 -82px;
}

.sec-b .sec-text > div {
    margin: 0 -55px;
    min-height: 331px;
}

.sec-b .sec-text h2 {
    margin: 0 0 34px !important;
}

/*** SEC C ***/
.sec-c {
    padding: 0 4.5% 50px;
}

.sec-c .sec-content {
}

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

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

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

.sec-listing-photo {
}

/*.sec-listing a:hover .sec-listing-photo img {
    transform: scale(1.2);
}*/
.sec-listing-info {
    width: 100%;
    max-width: 286px;
    background: rgb(0, 0, 0, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    padding: 23px 15px 20px;
    transition: all 0.4s ease-in-out;
}

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

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

.sec-listing-info.sec-listing-hover {
    max-width: 100%;
    background: rgb(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100%);
    padding: 20px 30px;
}

.sec-listing-info.sec-listing-hover > div:first-child span {
    text-align: left;
}

.sec-listing a:hover .sec-listing-info.sec-listing-default {
    transform: translateY(100%);
}

.sec-listing a:hover .sec-listing-info.sec-listing-hover {
    transform: translateY(0);
}

/*** SEC D ***/
.sec-d {
    padding: 206px 43% 0 9.75%;
    overflow: hidden;
    margin-bottom: 80px;
}

.sec-d .sec-content {
}

.sec-d .sec-bg-1 {
    width: 18.75%;
    left: 0;
    bottom: 99px;
    height: 100%;
}

.sec-d .sec-bg-2 {
    width: 35.629%;
    left: auto;
    right: 4.4%;
    bottom: 99px;
    height: 100%;
}

.sec-d .sec-text {
    background: #fff;
    padding: 60px 17px 60px 50px;
}

/*** SEC F ***/
.sec-f {
    padding: 101px 14.2% 0 28.95%;
}

.sec-f .sec-content {
}

.sec-f .sec-bg-1 {
    width: 35.2%;
    left: 4.4%;
    bottom: 70px;
}

.sec-f .sec-bg-2 {
    width: 18.75%;
    left: auto;
    right: 0;
    bottom: 70px;
}

.sec-f .sec-text {
    background: #fff;
    padding: 60px 50px 60px;
    text-align: left;
}

/*** SEC J ***/
.sec-j {
    padding: 0 9.75% 9px;
}

.sec-j .sec-content {
}

.sec-j .sec-text {
    padding: 0 60px;
}

.sec-f .sec-bg-1 canvas {
    height: auto;
}

.sec-f .sec-bg-1 {
    background: transparent;
}

.sec-f .sec-bg-2 {
    background: transparent;
}

.sec-f .sec-bg-2 canvas {
    height: auto;
    opacity: 1;
    max-height: 536px;
}

.sec-f .sec-bg-1 canvas {
    max-height: 564px;
}

.sec-d .sec-bg-1 canvas {
    height: 100%;
    opacity: 1;
}

.sec-d .sec-bg-1 {
    background: transparent;
}

.sec-d .sec-bg-2 canvas {
    height: auto;
    max-height: 686px;
}

.sec-d .sec-bg-2 {
    background: transparent;
}

.sec-d.sd2 {
    padding: 91px 33.95% 0 9.75%;
    overflow: hidden;
    margin-bottom: 90px;
    margin-top: 0;
}

.sec-text ul li b {
    display: block;
    color: #be7b6d;
    font-weight: 300 !important;
}

.sec-text h2 {
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    font-size: 55px !important;
    line-height: 1.15;
}

.sec-d {
    margin-top: 82px;
}

.sec-text.ls h2 {
    text-align: center;
    margin-bottom: 50px!important;
}

.sec-f.sf2 {
    margin-bottom: 40px;
}

.sec-bg-2 iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.sec-b {
    padding-right: 0;
    margin-top: 80px;
}

.sec-b .sec-photo {
    width: 15.11%;
    margin-left: auto;
    position: relative;
    z-index: 0;
}


.sec-toc-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-color: #000;
}

.sec-toc-bg canvas{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .35;
}


.fll {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    margin-top: 80px;
}

.fll img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 508px;
}

.sec-b .sec-photo img {
    filter: grayscale(1);
}

.sec-d .sec-bg-1 canvas {
    filter: grayscale(1);
    height: 100%;
}

.sec-f .sec-bg-2 canvas {
    filter: grayscale(1);
}

.bgw {
    position: relative;
    width: 100%;
    display: block;
    background-color: #000;
}

.bgw:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.bgw canvas {
    z-index: 3;
    position: relative;
    opacity: 0.4 !important;
}

.sec-d.sd2 .sec-text h2 {
    margin-bottom: 40px!important;
}

.sec-d .sec-bg-1 .bgw {
    height: 100%;
}

.sec-toc ol li:not(:last-child) {
    margin-bottom: 18px;
}

.sec-d.sd2 .sec-text {
    padding: 60px 50px;
}

.sec-b .sec-text p {
    margin-bottom: 0!important;
}

.sec-f .sec-text p a {
    color: #be7b6d;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.sec-f .sec-text p a:hover {
    color: #000;
}

.sec-d .sec-bg-2 canvas {
    height: 100%;
}

body.post-page-chuluota .sec-f.sf2 {
    overflow: hidden;
    margin-bottom: 80px;
}

body.post-page-chuluota .sec-f.sf2 .sec-bg-2 canvas, body.post-page-chuluota .sec-f.sf2 .sec-bg-1 canvas {
    max-height: 100%;
    height: 100%;
}

body.post-page-chuluota .sec-f.sf2 .sec-bg-2 .bgw, body.post-page-chuluota .sec-f.sf2 .sec-bg-1, body.post-page-chuluota .sec-f .sec-bg-2 {
    height: 100%;
}

@media only screen and (min-width: 992px) {
    body.post-page-chuluota #content .sec-f.sf2 ul.col-2 {
        display: flex;
        justify-content: space-between;
        column-count: auto;
        column-gap: 0;
        width: 80%;
    }
}

@media only screen and (min-width: 1601px) {
    .sec-f.sf2 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1560px) {
    .sec-text h2 {
        font-size: 50px!important;
    }

    .sec-f {
        padding: 100px 14.2% 0 26.95%;
    }

    .sec-d.sd2 {
        padding: 91px 31.95% 0 9.75%;
    }

    body.post-page-chuluota #content .sec-f.sf2 ul.col-2 {
        width: 85%;
    }
}

@media only screen and (max-width: 1440px) {
    .sec-stats {
        margin: 0 -30px;
    }

    .sec-stats > div {
        padding: 0 30px;
    }

    .sec-toc {
        width: 29.5%;
    }

    .sec-photo {
        width: 34.5%;
    }

    .sec-b .sec-text {
        width: 36%;
    }

    .sec-b .sec-text {
        width: 45%;
    }

    .sec-toc {
        width: 39.5%;
    }

    .sec-text h2 {
        font-size: 45px!important;
    }

    .sec-d.sd2 .sec-text {
        padding: 50px 40px;
    }

    .sec-text ul li::before {
        margin: 5px 10px 0 0;
    }

    .sec-text ul li {
        gap: 5px;
    }

    .sec-text p {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .sec-toc ol li {
        /* font-size: 20px; */
    }

    .sec-b .sec-text > div {
        margin: 0 -40px;
    }

    .sec-b .sec-text > div {
        padding: 60px 40px 30px;
    }

    .sec-d {
        padding: 140px 43% 0 9.75%;
    }

    .sec-b .sec-text h2 {
        margin: 0 0 25px !important;
    }

    .sec-d .sec-text {
        padding: 50px 15px 50px 40px;
    }

    .sec-f {
        padding: 100px 13.2% 0 23.95%;
    }
}

@media only screen and (max-width: 1366px) {
    .sec-text h2 {
        font-size: 40px!important;
    }

    .sec-text ul li p {
        font-size: 14px;
    }

    .sec-b .sec-text > div {
        padding: 60px 35px 30px;
    }

    .sec-toc > div {
        padding: 55px 80px 55px 40px;
    }

    #post-6440 > div > div.sec-d.sd2 > div.sec-content .sec-text ul li:last-child{
        margin-right: -20px;
    }
}

@media only screen and (max-width: 1199px) {
    .sec-breadcrumbs {
        max-width: 50%;
    }

    .sec-toc > div {
        padding: 55px 50px 55px 20px;
    }

    .sec-listing-info, .sec-listing-info.sec-listing-hover {
        padding: 10px;
    }

    .sec-listing-info span {
        font-size: 10px;
    }

    #content .section-main-title h2 {
        padding: 40px 0 45px 30px;
    }

    #content .section-main-title .box-accent {
        width: 140px;
    }

    #content .section-main-title .box-accent:before, #content .section-main-title .box-accent:after {
        height: 20px;
    }

    #content .section-main-title span:not(.box-accent) {
        font-size: 40px;
        margin-left: 15px;
    }

    #content .section-main-title small {
        font-size: 16px;
        letter-spacing: 0.050em;
    }

    .sec-b {
        padding: 0 2%;
    }

    .sec-toc ol li {
        font-size: 15px;
    }

    .sec-toc ol li:not(:last-child) {
        margin-bottom: 12px;
    }

    .sec-text p {
        font-size: 13px;
        letter-spacing: 0.02em;
        margin: 0 0 15px !important;
        line-height: 1.75 !important;
    }

    .sec-b .sec-text > div {
        padding: 40px 30px 20px;
    }

    .sec-b .sec-text > div {
        margin: 0 -30px;
        min-height: 240px;
    }

    .sec-d .sec-text {
        padding: 40px 15px 40px 30px;
    }

    .sec-d .sec-bg-2 {
        right: 2%;
    }

    .sec-d {
        padding: 100px 40% 0 5%;
    }

    .sec-text h2 {
        font-size: 35px !important;
        margin: 0 0 20px !important;
    }

    .sec-f .sec-bg-1 {
        left: 2%;
    }

    .sec-f .sec-text {
        padding: 40px 30px 40px;
    }

    .sec-f {
        padding: 80px 5% 0 20%;
    }

    .sec-d.sd2 {
        padding: 80px 15% 0 5%;
    }

    .sec-photo {
        width: 32.5%;
    }

    .sec-b .sec-text h2 {
        font-size: 32px!important;
    }

    .sec-f .sec-text, .sec-d.sd2 .sec-text {
        max-width: 800px;
    }

    #post-6440 > div > div.sec-f.sf2 .sec-text ul li:last-child,
    #post-6440 > div > div.sec-d.sd2 > div.sec-content .sec-text ul li:last-child{
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    #content .entry > div {
        max-width: 750px;
        margin: 50px auto;
        padding: 0 15px !important;
    }

    #content .entry > div > div {
        padding: 0 !important;
    }

    #content .entry > div.sec-0 {
        margin: 0 !important;
        max-width: unset !important;
        width: 100%;
        padding: 0 !important;
    }

    #content .entry > div > div.sec-breadcrumbs {
        max-width: 100%;
        padding: 0 15px !important;
    }

    .sec-breadcrumbs p > span {
        justify-content: flex-start;
    }

    .bg-wrapper {
        display: none !important;
    }

    .sec-stats > div {
        width: 100%;
    }

    .sec-stats > div:not(:last-child) {
        margin: 0 0 30px;
    }

    .sec-toc {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .sec-toc > div {
        padding: 50px 15px;
        margin: 0 !important;
    }

    .sec-photo {
        width: 100%;
        margin: 0 0 60px;
    }

    .sec-right-accent {
        display: none;
    }

    .sec-text {
        width: 100% !important;
        padding: 0 !important;
    }

    .sec-text > div {
        margin: 0 !important;
        padding: 0 !important;
    }

    .sec-text h2 {
        text-align: center;
    }

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

    .sec-text ul.col-2 {
        column-count: 1;
        column-gap: 0;
    }

    .sec-text ul.col-3 {
        column-count: 2;
    }

    .sec-text ul li p {
        text-align: left;
    }

    .sec-listings {
        justify-content: center;
    }

    .sec-listing {
        width: 50%;
    }

    .sec-d .sec-bg-2.bg-wrapper {
        display: block !important;
        position: relative;
        width: 100%;
        max-width: 400px;
        right: unset;
        bottom: unset;
        margin-bottom: 30px;
    }

    .sec-f .sec-bg-1.bg-wrapper {
        display: block !important;
        position: relative;
        width: 100%;
        left: unset;
        right: unset;
        max-width: 100%;
        margin: 0 0 30px !important;
    }

    .sec-text ul.col-2 {
        /* text-align: center; */
    }

    .sec-d .sec-bg-2.bg-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto !important;
    }

    .sec-b .sec-photo {
        display: none;
    }

    .sec-b .sec-text {
        margin-top: 30px;
    }

    .sec-text ul li {
        width: 100%;
    }

    #content .section-main-title span:not(.box-accent) {
        font-size: 30px;
        margin-left: 0;
    }


    #content .section-main-title h2 {
        padding: 35px 0 35px 20px!important;
        text-align: left;
    }

    #content .section-main-title small {
        font-size: 15px;
        letter-spacing: 0.020em;
        text-align: left!important;
    }

    #content .section-main-title .box-accent {
        width: 110px;
    }

    #content .section-main-title .box-accent:before, #content .section-main-title .box-accent:after {
        height: 15px;
    }

    .sec-toc ol li br {
        display: none;
    }

    .sec-toc ol li:not(:last-child) {
        margin-bottom: 15px;
    }

    .sec-toc ol li {
        font-size: 16px;
    }

    .sec-toc h2 {
        margin: 0 0 35px !important;
    }

    .sec-bg-2 iframe {
        height: 350px;
    }

    .sec-text.ls h2 {
        margin-bottom: 30px !important;
    }

    .section-main-title {
        margin: 50px auto 0!important;
    }

    .sec-b .sec-text > div {
        min-height: 0;
    }

    .sec-d .sec-bg-2 canvas, .sec-f .sec-bg-1 canvas {
        max-height: none!important;
    }

    .sec-d.sd2 .sec-text h2 {
        margin-bottom: 25px !important;
    }

    #post-6510 > div > div.sec-f.sf2 .sec-text ul li:nth-child(2),
    #post-6515 > div > div.sec-f.sf2 .sec-text ul li:nth-child(2){
        display: none;
    }
}

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

    .sec-text h2, .sec-b .sec-text h2 {
        font-size: 35px !important;
    }

    .sec-a .sec-title div {
        padding: 0;
    }

    .sec-a .sec-title div::before {
        display: none;
    }

    .sec-a .sec-title h2 {
        font-size: 55px !important;
        padding: 0;
    }

    .sec-text ul.col-3 {
        column-count: 1;
    }
}
