/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/

:root {
    --main: #E4212B;
}

.box-gradient {
    /* background: #3E043D;
    background: -webkit-linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    background: linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E043D", endColorstr="#E4212B", GradientType=1); */
    background: #8C1234;
    background: -webkit-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8C1234", endColorstr="#DE202C", GradientType=1);
    background-size: 100%;
}
.text-gradient {
    /* background: #3E043D;
    background: -webkit-linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    background: linear-gradient(90deg, rgba(62, 4, 61, 1) 0%, rgba(228, 33, 43, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E043D", endColorstr="#E4212B", GradientType=1); */
    background: #8C1234;
    background: -webkit-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8C1234", endColorstr="#DE202C", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFF;
    transition: all .3s;
}
#header.hello-bar {
    top: 45px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo img {
    max-height: 59px;
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 49px;
}

#header .phone a {
    position: relative;
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 2px 40px 0 40px;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
}
#header .phone a::before,
#header .contact a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#header .phone a:hover {
    text-decoration: none;
    background-size: 200%;
}

#header .contact a {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 2px 35px 0 35px;
    margin: 0 0 0 10px;
    border-radius: 8px;
    cursor: pointer;
}
#header .contact a:hover {
    text-decoration: none;
    background-size: 200%;
}

/* HERO */

#hero {
    position: relative;
    height: 470px;
    overflow: hidden;
    z-index: 4;
}
.home #hero {
    height: 580px;
}
#hero::before {
    content: "";
    display: block;
    width: 732px;
    height: 509px;
    background-image: url('img/heroes/hero-home-mask-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px; left: 30%;
}
#hero::after {
    content: "";
    display: block;
    width: 732px;
    height: 306px;
    background-image: url('img/heroes/hero-home-mask-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px; left: 22%;
}

#hero .row {
    position: relative;
}
.home #hero .row::before {
    content: "";
    display: block;
    width: 100vw;
    height: 61px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; left: -100vw
}
.home #hero .row::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('img/heroes/hero-home-rec.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0; left: -20px;
    z-index: 3;
}

#hero .content {
    position: relative;
    padding-bottom: 80px;
    z-index: 4;
}
.home #hero .content {
    padding-bottom: 150px;
}
#hero .content .title {
    color: #FFF;
    font-size: 57px;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero .content .title span {
    font-size: 44px;
    font-weight: 800;
    text-transform: math-auto;
}
#hero .content p,
#hero .content .text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    padding: 20px 0 35px 0;
    margin: 0;
}

#hero .content .schedule,
#hero .content .dark {
    position: relative;
    display: inline-block;
    height: 53px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 10px;
    cursor: pointer;
}
#hero .content .dark {
    color: #FFF;
    margin-left: 10px;
    background-color: #222227;
    border-color: #222227;
}
#hero .content .schedule:hover,
#hero .content .dark:hover {
    background-color: transparent;
}
#hero .content .schedule:hover span {
    -webkit-text-fill-color: #FFF;
}

#hero .content .google {
    display: flex;
    padding-top: 7px;
    padding-left: 35px;
}
#hero .content .google .score {
    display: flex;
}
#hero .content .google .score .value {
    color: #FFF;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.66px;
    padding: 0 10px 0 0;
    margin: 0;
}
#hero .content .google .score img {
    position: relative;
    top: 1px;
}
#hero .content .google .score .number {
    color: #FFF;
    font-size: 11.5px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 4px 0 0 1px;
    margin: 0;
}
#hero .content .google .logo img {
    padding-left: 15px;
}

#hero .photo img {
    position: relative;
    max-width: unset;
    right: 160px;
    bottom: -35px;
}
.home #hero .photo img {
    bottom: 0;
}

/* SERVICES */

#services {
    position: relative;
}

#services .headline .title,
#specials .headline .title,
#reviews .headline .title,
#faq-wrapper .headline .title,
#contact-wrapper .headline .slogan,
#team .headline .title {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}
#services .headline .slogan,
#specials .headline .slogan,
#reviews .headline .slogan,
#faq-wrapper .headline .slogan,
#service-tabs .headline .title,
#recent-posts .headline .title,
#contact-wrapper .headline .title,
#team .headline .slogan {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0;
}

#services .item {
    position: relative;
    width: 20%;
    padding-top: 20px;
    z-index: 9;
}
#services .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 0;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
#services .item a[href]:hover {
    background-color: #222227;
}

#services .item .content {
    flex: 1;
    padding: 0 30px;
    text-align: center;    
}
#services .item .content .title {
    color: var(--text);
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0;
    padding: 40px 0 45px 0;
    margin: 0;
    transition: all .3s;
}
.page-template-membership #services .item .content .title {
    font-size: 20px;
    line-height: 115%;
}
#services .item a[href]:hover .content .title {
    color: #FFF;
}
#services .item .content p {
    color: #222227;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 15px 0 0 0;
    margin: 0;
}

#services .item .more {
    text-align: center;
}
#services .item .more span {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 2px 35px 0 35px;
    margin: 0;
    border-radius: 10px;
    transition: all .3s;
}
#services .item .more span::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#services .item a:hover .more span {
    color: var(--main);
    background: #FFF;
}

/* CTA */

#cta {
    position: relative;
}
#cta .box .content {
    position: relative;
    text-align: center;
    padding: 45px 35px;
    background-color: #222227;
    border-radius: 20px;
}
#cta .box .text .title {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
#cta .box .text p {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.23px;
    padding: 15px 0 35px 0;
    margin: 0;
}
#cta .box .text p b {
    font-weight: 700;
}

.btn-phone {
    position: relative;
    display: inline-block;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFFF;
    border-radius: 8px;
}
.btn-phone:hover {
    background-color: transparent;
}
.btn-phone:hover span {
    -webkit-text-fill-color: #FFF;
}

.btn-schedule {
    display: inline-block;
    height: 54px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0;
    padding: 2px 35px 0 35px;
    margin: 0 0 0 10px;
    border-radius: 8px;
    cursor: pointer;
}
.btn-schedule:hover {
    color: #FFF;
    text-decoration: none;
    background-size: 200%;
}

/* ABOUT */

#about {
    position: relative;
    background-color: #f0f0f0;
}

#about .slogans .box {
    position: relative;
    height: 100%;
    padding: 55px 60px;
    background-color: #FFF;
    border-radius: 20px;
}

#about .slogans .item {
    display: flex;
    align-items: center;
    padding: 50px 0;
}
#about .slogans .item:not(:last-of-type) {
    border-bottom: 2px solid #F2F2F2;
}
#about .slogans .item .text {
    width: calc(100% - 52px);
    padding-left: 25px;
}
#about .slogans .item .text p {
    color: #222227;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#about .content .box {
    position: relative;
    height: 100%;
    padding: 65px 60px;
    background-color: #222227;
    border-radius: 20px;
}
#about .content .title {
    color: #FFF;
    font-size: 43px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
}
#about .content p:last-of-type {
    padding-top: 0;
    margin-bottom: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    height: 76px;
    font-size: 24px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
    padding: 0 60px;
    margin: 35px 0 0 0;
    background-color: #FFF;
    border: 2px solid #FFFF;
    border-radius: 10px;
    cursor: pointer;
}
#about .content a:hover {
    background-color: transparent;
}
#about .content a:hover span {
    -webkit-text-fill-color: #FFF;
}

.page-template-about #about {
    background-color: #FFF;
}
.page-template-about #about .content .box {
    padding: 0 60px 0 0;
    background-color: transparent;
}
.page-template-about #about .content .box > * {
    color: #222227 !important;
}
.page-template-about #about .slogans .box {
    padding-top: 0;
    padding-bottom: 0;
    border: 5px solid #f0f0f0;
}

/* TEAM PHOTO */

#team-photo {
    display: block;
    position: relative;
    width: 100%;
    height: 540px;
    background-size: cover;
    background-position: center;
}
.home #team-photo {
    height: 480px;
    background-position: top -70px center;
}

#team {
    position: relative;
}
#team .entry-content,
#team .button {
    position: relative;
    z-index: 4;
}
#team .team-photos img {
    margin-top: -120px;
}

/* SPECIALS */

#specials {
    position: relative;
    overflow: hidden;
}
#specials::before {
    content: "";
    display: block;
    width: 298px;
    height: 444px;
    background-image: url('img/icons/icon-specials-mask.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 0;
}
#specials::after {
    content: "";
    display: block;
    width: 732px;
    height: 509px;
    background-image: url('img/heroes/hero-home-mask-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -250px; left: 23%;
}
.page-template-specials #specials::before,
.page-template-specials #specials::after {
    display: none;
}

#specials .row {
    position: relative;
}
.home #specials .row::before {
    content: "";
    display: block;
    width: 100vw;
    height: 64px;
    background-color: #FFF;
    position: absolute;
    bottom: 0; right: -90vw;
}
.home #specials .row::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('img/heroes/hero-home-rec.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    transform: rotateY(180deg);
    position: absolute;
    bottom: 0; left: -20px;
    z-index: 3;
}
#specials .row > * {
    position: relative;
    z-index: 4;
}

#specials .headline .title,
#specials .headline .slogan {
    color: #FFF;
}

#specials .buttons .btn-schedule {
    background: #222227;
}

#specials .box {
    padding-top: 25px;
}
#specials .box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 40px 35px 40px;
    background-color: #222227;
    border-radius: 20px;
}
#specials .box a:hover {
    transform: translateY(-10px);
}
#specials .box .content {
    flex: 1;
}
#specials .box .content .title {
    display: block;
    color: #FFF;
    font-size: 31px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}
#specials .box .content p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 15px 0 25px 0;
    margin: 0;
}
#specials .box .start {
    text-align: center;
}
#specials .box .start .button {
    position: relative;
    display: inline-block;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFFF;
    border-radius: 8px;
}
#specials .box a:hover .start .button {
    background-color: transparent;
}
#specials .box a:hover .start .button span {
    -webkit-text-fill-color: #FFF;
}

#specials .pbox {
    padding-top: 25px;
}
#specials .pbox .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 40px 35px 40px;
    background-color: #fff;
    border-radius: 20px;
}
#specials .pbox .item .content > img {
    max-height: 58px;
}
#specials .pbox .item .number {
    width: 64px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    background-image: url('img/icons/icon-circle.webp');
    background-size: cover;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    border-radius: 50%;
}
#specials .pbox .item .title {
    color: #222227;
    font-size: 25px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
    padding: 20px 0 15px 0;
    margin: 0;
}
.page-template-about #specials .pbox .item .title {
    font-size: 20px;
}
#specials .pbox .item p {
    color: #222227;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#specials .all {
    padding-top: 40px;
}
#specials .all a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    padding: 0;
    margin: 0;
}
#specials .all a:hover {
    text-decoration: none;
}

/* REVIEWS */

#reviews {
    position: relative;
    padding-bottom: 250px;
    background-image: url('img/ple-reviews.webp');
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.page-template-specials #reviews {
    padding-top: 0 !important;
}

#reviews::before,
#team::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #FFF;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
    position: absolute;
    bottom: 0; left: 0;
}
#reviews .row > * {
    position: relative;
    z-index: 4;
}

#reviews .slick-list {
    padding: 0 15% !important;
}
#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    max-width: 580px;
    height: inherit !important;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
#reviews .review .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 45px 30px 45px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}
#reviews .review .box .content {
    flex: 1;
}
#reviews .review .box .content .date {
    padding-bottom: 15px;
}
#reviews .review .box .content .date p {
    color: rgba(0, 0, 0, .7);
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#reviews .review .box .content > p {
    color: #222227;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#reviews .review .box .overview {
    padding-top: 20px;
}
#reviews .review .box .overview p {
    color: #222227;
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* RATINGS */

#ratings .ratings a {
    margin: 0 40px;
}
#ratings .ratings a img {
    max-height: 70px;
}

/* SCHEDULE */

#schedule .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
#schedule .box .content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #8C1234;
    background: -webkit-linear-gradient(90deg, rgba(56, 3, 55, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(56, 3, 55, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(56, 3, 55, 1) 0%, rgba(222, 32, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8C1234", endColorstr="#DE202C", GradientType=1);
    background-size: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0; left: 0;
    opacity: .7;
}
#schedule .box .content > * {
    position: relative;
    z-index: 4;
}

#schedule .box .content .title {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#schedule .box .content p {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    padding: 20px 0 30px 0;
    margin: 0;
}
#schedule .box .content a {
    position: relative;
    display: inline-block;
    height: 76px;
    font-size: 24px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
    padding: 0 60px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFFF;
    border-radius: 10px;
    cursor: pointer;
}
#schedule .box .content a:hover {
    background-color: transparent;
}
#schedule .box .content a:hover span {
    -webkit-text-fill-color: #FFF;
}

/* BADGES */

.page-template-about #badges,
.page-template-contact #badges {
    padding-top: 0 !important;
}

#badges .badge img {
    max-height: 100px;
    margin: 0 auto;
}

/* AREAS */

#areas {
    position: relative;
}
.page-template-default #areas {
    padding-bottom: 0 !important;
}

#areas .box .content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #222227;
}
.page-template-default #areas .box .content {
    background-color: transparent;
}
.page-template-default #areas .box .content * {
    color: var(--text) !important;
}
#areas .box .content::before {
    content: "";
    display: block;
    width: calc(100% + 340px);
    height: 100%;
    background-color: #222227;
    border-radius: 20px;
    position: absolute;
    top: 0; left: -170px;
}
.page-template-default #areas .box .content::before {
    display: none;
}
#areas .box .content > * {
    position: relative;
    z-index: 4;
}

#areas .box .content .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 0;
}
#areas .box .content .slogan {
    color: #FFF;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.7px;
    padding: 20px 0 20px 0;
    margin: 0;
}
#areas .box .content ul {
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0;
    columns: 2;
}
#areas .box .content ul li {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
}
#areas .box .content ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#areas .box .content a.schedule {
    position: relative;
    display: inline-block;
    height: 76px;
    font-size: 24px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
    padding: 0 60px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFFF;
    border-radius: 10px;
}
#areas .box .content a.schedule:hover {
    background-color: transparent;
}
#areas .box .content a.schedule:hover span {
    -webkit-text-fill-color: #FFF;
}

#areas .map {
    position: relative;
    right: -120px;
}
#areas .map > div {
    display: block;
    width: 100%;
    height: 585px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

/* FOOOTER */

#footer .logo img {
    margin-bottom: 35px;
}

#footer .buttons a.phone {
    position: relative;
    display: inline-block;
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 0;
    background-color: #FFF;
    border: 3px solid #FFF;
    border-radius: 8px;
}
#footer .buttons a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#footer .buttons a.phone:hover {
    text-decoration: none;
    background-color: transparent;
}

#footer .buttons .schedule {
    display: inline-block;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 2px 35px 0 35px;
    margin: 0 0 0 10px;
    border-radius: 8px;
    cursor: pointer;
}
#footer .buttons .schedule:hover {
    text-decoration: none;
    background-size: 200%;
}

#footer .links .title {
    color: #222227;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 15px 0 20px 0;
    margin: 0;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li,
#footer .links address,
#footer .links .hours {
    color: rgba(34, 34, 39, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover,
#footer .links address:hover {
    color: #222227;
}
#footer .links address {
    padding-bottom: 10px;
}

/* SUBPAGES */

#page-wrapper {
    position: relative;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: #222227;
    font-size: 50px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
}
.entry-content h4 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}
.entry-content a.btn-schedule {
    text-decoration: none !important;
    margin-left: 0;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img {
    border-radius: 20px;
}
.entry-content .aligncenter,
.entry-content .aligncenter > img {
    display: block;
    width: 110% !important;
    max-width: unset;
    height: auto;
    max-height: 640px;
    object-fit: cover;
    margin: 0 0 20px -5%;
}
.entry-content .aligncenter > img {
    width: 100% !important;
    margin-left: 0;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content .wp-caption-text {
    display: none;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

.page-template-faq #faq-wrapper {
    background-color: #FFF;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 55px);
    max-width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: -65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

/* SERVICE TABS */

#service-tabs,
#index-wrapper,
#single-wrapper,
.page-template:not(.page-template-default) #page-wrapper,
.page-template-faq #faq-wrapper,
#contact-wrapper {
    position: relative;
    z-index: 5;
}
#service-tabs::before,
#index-wrapper::before,
#single-wrapper::before,
.page-template:not(.page-template-default) #page-wrapper::before,
.page-template-faq #faq-wrapper::before,
#contact-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-image: url('img/heroes/hero-rec.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -37px; left: 0; right: 0;
}
#service-tabs .row {
    position: relative;
    z-index: 6;
}

#service-tabs .tabs {
    padding-bottom: 30px;
}
#service-tabs .tabs .tab {
    position: relative; 
    cursor: pointer;
}
#service-tabs .tabs .tab.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #8C1234;
    background: -webkit-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8C1234", endColorstr="#DE202C", GradientType=1);
    border-radius: 10px;
    position: absolute;
    bottom: 0; left: 0;
}
#service-tabs .tabs .tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, .1);
}
#service-tabs .tabs .tab:first-of-type::after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#service-tabs .tabs .tab:last-of-type::after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#service-tabs .tabs .tab p {
    color: #222227;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 30px;
    margin: 0;
}
#service-tabs .tabs .tab:hover p {
    background: #8C1234;
    background: -webkit-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    background: linear-gradient(90deg, rgba(140, 18, 52, 1) 0%, rgba(222, 32, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8C1234", endColorstr="#DE202C", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#service-tabs .service-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
#service-tabs .service-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding: 0 30px;
    border: 3px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
#service-tabs .service-box a:hover {
    background-color: #222227;
}
#service-tabs .service-box p {
    position: relative;
    color: #222227;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}
#service-tabs .service-box a:hover p {
    color: #FFF;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}
#service-tabs .service-box a:hover p::after {
    content: "\f105";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -20px;
}

#service-tabs .slick-dots {
    margin-top: 20px;
}

#faq-wrapper {
    position: relative;
    background-color: #f0f0f0;
}

/* CONTACT */

#contact-wrapper {
    position: relative;
    padding-top: 50px;
}
#contact-wrapper .box .content {
    position: relative;
    padding: 40px 80px;
    background-color: #f0f0f0;
    border-radius: 20px;
}
#contact-wrapper .box .content::before {
    content: "";
    display: block;
    width: 500px;
    height: 60px;
    margin: 0 auto;
    background-image: url('img/icons/icon-contact-rec.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px; left: 0; right: 0;
}

/* MEMBERSHIP */

#membership-plans .plan .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    border: 4px solid #f0f0f0;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

#membership-plans .plan .headline {
    position: relative;
    padding: 45px 0 30px 0;
}
#membership-plans .plan .headline .title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#membership-plans .plan .headline .slogan {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0;
    padding: 0 20px;
    margin: 0;
}

#membership-plans .plan .points {
    flex: 1;
    padding: 0 50px 60px 50px;
    background-color: #222227;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#membership-plans .plan .points img {
    margin-top: -5px;
    margin-bottom: 40px;
}
#membership-plans .plan .points p {
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    padding: 15px 60px 15px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
#membership-plans .plan .points p::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url('img/icons/icon-check.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px; right: 10px;
}

#membership-plans .plan .disclaimer {
    line-height: 120%;
    padding: 20px 35px;
    margin: 0;
}

#oada-accessibility-toolbar .oadatb-icon-wrapper {
    right: 0 !important;
    left: 15px !important;
}
#oada-accessibility-toolbar .oadatb-icon {
    background-color: rgb(200, 3, 21) !important;
}
