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

:root {
    --main: #fdb040;
    --font2: 'Bebas Neue';
    --font3: 'Poppins';
}

/* HEADER */

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

#header .logo img {
    width: 100%;
    max-height: 74px;    
    transition: all .3s;
}
#header.sticky .logo img {
    max-height: 62px;
    filter: invert(1);
}

#header.sticky .navigation {
    flex-direction: row-reverse !important;
    align-items: center !important;
}

#header .contact a {
    display: inline-block;
    height: 63px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.17px;
    padding: 0 40px;
    margin: 0 0 28px 0;
    background-color: var(--main);
    border: 2px solid var(--main);
}
#header.sticky .contact a {
    margin-bottom: 0;
    margin-left: 50px;
}
#header .contact a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}
#header.sticky .contact a:hover {
    color: #000;
}

/* HERO */

#hero {
    position: relative;
    height: 925px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
/* #hero::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
#hero::after {
    content: "";
    display: block;
    width: calc(50% - 75px);
    height: 55px;
    background-color: #f5f7f8;
    position: absolute;
    bottom: 0; left: 75px;
    z-index: 2;
} */

#hero .content {
    position: relative;
    margin-bottom: -35px;
    z-index: 9;
}
#hero h4 {
    position: relative;
    color: #FFF;
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0;
}
#hero h4::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 55px;
    height: 1px;
    margin-right: 15px;
    background-color: #FFF;
    top: -6px;
}
#hero h1 {
    color: #FFF;
    font-size: 67px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: -1.68px;
    padding: 31px 0 67px 0;
    margin: 0;
}
#hero h1 span {
    color: var(--orange);
    border-bottom: 4px solid var(--orange);
}
#hero p {
    color: rgba(255, 255, 255, .8);
    font-size: 19px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0;
    padding: 20px 0 19px 50px;
    margin: 0;
    border-left: 1px solid #FFF;
}
#hero a,
#hero-sub a {
    position: relative;
    display: inline-block;
    width: 415px;
    height: 110px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 104px;
    letter-spacing: -0.22px;
    padding: 0 0 0 55px;
    margin: 70px 0 0 0;
    background-color: var(--main);
    border: 3px solid var(--main);
}
#hero a::before,
#hero-sub a::before {
    content: "→";
    font-family: "Arial";
    font-size: 27px;
    position: absolute;
    right: 40px;
    top: -2px;
}
#hero a:hover,
#hero-sub a:hover {
    text-decoration: none;
    background-color: #FFF;
}

/* HOME HEADLINE */

.home-headline h4 {
    position: relative;
    color: #000;
    font-family: var(--font2);
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.65px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h4::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 15px;
    background-color: #000;
    top: -6px;
}
.home-headline h2 {
    color: #000;
    font-size: 67px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.68px;
    padding: 0;
    margin: 0;
}

/* ABOUT */

#about {
    position: relative;
    padding-top: 150px;
    padding-bottom: 110px;
}
#about::before {
    content: "";
    display: block;
    width: 62%;
    height: 100%;
    background-color: #f5f7f8;
    position: absolute;
    top: 0; left: 75px;
}

#about .home-headline h4 {
    padding-bottom: 31px;
}
#about .headline h3 {
    color: #000;
    font-size: 37px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.37px;
    padding: 0;
    margin: 0;
}
#about .headline h3::after {
    content: "";
    display: block;
    width: 115px;
    height: 4px;
    margin: 38px 0 30px 0;
    background-color: #000;
}
#about .headline p {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#about .headline a,
#about .content a {
    position: relative;
    display: inline-block;
    margin-top: 90px;
}
#about .headline a::before,
#about .content a::before {
    content: "";
    display: block;
    width: 77px;
    height: 77px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -26px; right: -34px;
}
#about .headline a:hover,
#about .content a:hover {
    text-decoration: none;
}
#about .headline a span,
#about .content a span {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#about .headline a span::after,
#about .content a span::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 15px;
    padding-left: 20px;
}
#about .headline a:hover span,
#about .content a:hover span {
    color: var(--main);
    text-decoration: none;
}

#about .content {
    padding-left: 45px;
    padding-top: 55px;
}
#about .content p {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
}
#about .content p:last-of-type {
    margin-bottom: 0;
}

/* SERVICES */

#services {
    position: relative;
}
#services::before {
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    background-color: #1d1d1d;
    position: absolute;
    bottom: 0; left: 0;
}

#services .home-headline {
    padding-bottom: 70px;
}

#services .photo {
    flex: 0 0 calc(50% + 240px);
    max-width: calc(50% + 240px);
    margin-left: -240px;
    padding-right: 0;
}
#services .photo > div {
    display: block;
    width: 100%;
    height: 690px;
    background-size: cover;
    background-position: bottom right;
}

#services .list {
    flex: 0 0 calc(50% + 140px);
    max-width: calc(50% + 140px);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-right: -100px;
    margin-left: -40px;
}
#services .list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 65px;
}
#services .list a::before {
    content: "";
    display: block;
    width: calc(100% - 190px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 0; left: 125px;
}
#services .list a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    right: 130px;
}
#services .list a:hover {
    text-decoration: none;
    background-color: var(--main);
}
#services .list a:hover::before {
    visibility: hidden;
}
#services .list a:hover::after {
    right: 80px;
}
#services .list a img {
    visibility: hidden;
}
#services .list a:hover img {
    visibility: visible;
}
#services .list a span {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.95px;
    padding: 15px 0 15px 55px;
    margin: 0;
    border-left: 1px solid transparent;
}
#services .list a:hover span {
    font-size: 42px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
    margin-left: 55px;
    border-left-color: #000;
}

/* WHY */

#why,
#services-list {
    position: relative;
    background-color: #000;
}
#why::before,
#services-list::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: rgb(30,30,30);
    background: -moz-linear-gradient(178deg, rgba(30,30,30,1) 0%, rgba(30,30,30,0) 85%);
    background: -webkit-linear-gradient(178deg, rgba(30,30,30,1) 0%, rgba(30,30,30,0) 85%);
    background: linear-gradient(178deg, rgba(30,30,30,1) 0%, rgba(30,30,30,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1e1e",endColorstr="#1e1e1e",GradientType=1);
    position: absolute;
    top: 0; left: 0;
}

#why .home-headline h4,
#services-list .home-headline h4 {
    color: rgba(255, 255, 255, .25);
}
#why .home-headline h4::before,
#services-list .home-headline h4::before {
    background-color: rgba(255, 255, 255, .25);
}
#why .home-headline h3 {
    color: #FFF;
    font-size: 34px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.34px;
    padding: 17px 0 78px 0;
    margin: 0;
}

#why .boxes .box {
    padding: 55px 40px;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #434343;
}
#why .boxes .box .icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main);
    border-radius: 50%;
}
#why .boxes .box p.headline {
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.23px;
    padding: 30px 0 22px 15px;
    margin: 0;
}
#why .boxes .box p.text {
    color: rgba(255, 255, 255, .5);
    font-family: var(--font3);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0 0 0 15px;
    margin: 0;
}

/* CTA */

#cta {
    position: relative;
    width: calc(100% - 190px);
    margin: 0 auto 70px;
    background-color: #f5f7f8;
}
.home #cta,
.page-template-services #cta {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
}

#cta .content p {
    color: #000;
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#cta .content h3 {
    color: #000;
    font-size: 41px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.41px;
    padding: 19px 0 24px 0;
    margin: 0;
}
#cta .content .buttons a {
    position: relative;
    display: inline-block;
    width: 380px;
    height: 89px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: -0.2px;
    text-align: left;
    padding: 0 0 0 50px;
    margin: 5px 5px 0 5px;
    background-color: var(--main);
    border-width: 3px;
    border-style: solid;
}
#cta .content .buttons a:hover {
    text-decoration: none;
    background-color: #FFF !important;
}
#cta .content .buttons a::before {
    content: "→";
    font-family: "Arial";
    font-size: 27px;
    position: absolute;
    top: -2px;
    right: 35px;
}
#cta .content .buttons a.book {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}
#cta .content .buttons a.book:hover {
    color: #000;
}
#cta .content .buttons a.location {
    border-color: var(--main);
}

/* LOCATIONS */

#locations {
    position: relative;
}
#locations::before {
    content: "";
    display: block;
    width: 50%;
    height: 100px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 85%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 85%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}
.page-template-contact #locations {
    padding-bottom: 80px;
}

#locations .photo {
    flex: 0 0 calc(50% + 240px);
    max-width: calc(50% + 240px);
    margin-left: -240px;
    padding-right: 0;
}
#locations .photo > div {
    display: block;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: bottom right;
}

#locations .content {
    position: relative;
    display: flex;
    align-items: center;
}
#locations .content > img {
    width: 864px;
    max-width: unset;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
#locations .content .box {
    position: relative;
    margin-left: -160px;
    z-index: 4;
}
#locations .content .box::before {
    content: "";
    display: block;
    width: 296px;
    height: 296px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    top: -67px; left: -60px;
}
#locations .content .box > * {
    position: relative;
    z-index: 9;
}
#locations .content .box .text > p {
    color: #000;
    font-size: 160px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -4px;
    padding: 0 20px 0 0;
    margin: 0;
}
#locations .content .box .text > div span {
    display: block;
    color: #000;
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#locations .content .box .text > div p {
    color: #000;
    font-size: 50px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}
#locations .content .box .text > div p strong {
    font-size: 59px;
    font-weight: 700;
}
#locations .content .box .button a {
    position: relative;
    display: inline-block;
    width: 380px;
    height: 89px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: -0.2px;
    text-align: left;
    padding: 0 0 0 50px;
    margin: 8px 0 0 25px;
    background-color: var(--main);
    border: 3px solid var(--main)
}
#locations .content .box .button a:hover {
    text-decoration: none;
    background-color: #FFF;
}
#locations .content .box .button a::before {
    content: "→";
    font-family: "Arial";
    font-size: 27px;
    position: absolute;
    top: -2px;
    right: 35px;
}

/* OFFERS */

#offers {
    padding-top: 135px;
}

#offers .home-headline a,
#instagram .home-headline a {
    position: relative;
    display: inline-block;
}
#offers .home-headline a::before,
#instagram .home-headline a::before {
    content: "";
    display: block;
    width: 94px;
    height: 94px;
    background-color: #f5f7f8;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    right: -42px;
}
#offers .home-headline a:hover,
#instagram .home-headline a:hover {
    text-decoration: none;
}
#offers .home-headline a span,
#instagram .home-headline a span {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#offers .home-headline a span::after,
#instagram .home-headline a span::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 15px;
    padding-left: 20px;
}
#offers .home-headline a:hover span,
#instagram .home-headline a:hover span {
    color: var(--main);
}

#offers .subheadline p {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.28px;
    padding: 48px 0 0 0;
    margin: 52px 0 53px 0;
    border-top: 1px solid #e0e1e2;
}

#offers .slick-track {
    display: flex !important;
}

#offers .box {
    position: relative;
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#offers .box::before {
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: calc(100% - 2px);
    border: 10px solid #FFF;
    position: absolute;
    top: 1px;
    left: 16px;
    z-index: 4;
}
.page-template-specials #offers .box:nth-child(n+4) {
    margin-top: 25px;
}
#offers .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 75px 50px 36px 50px;
    overflow: hidden;
}
#offers .box .content:hover {
    text-decoration: none;
}
#offers .box .content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dotted #000;
    position: absolute;
    top: 0; left: 0;
    transition: all .3s;
    z-index: 2;
}
#offers .box .content:hover::before {
    border-color: var(--main);
}
#offers .box .content::after {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -75px; left: -65px;
}
#offers .box .content > div {
    position: relative;
    z-index: 4;
}
#offers .box .content > div:first-of-type {
    flex: 1;
}
#offers .box .content p.price {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
}
#offers .box .content p.title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 12px 0 59px 0;
    margin: 0;
}
#offers .box .content p.text {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#offers .box .content p.redeem {
    position: relative;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 0 45px 0;
    margin: 55px 0 30px 0;
    border-bottom: 1px solid #dfdfdf;
    transition: all .3s;
}
#offers .box .content p.redeem span {
    border-bottom: 3px solid var(--main);
}
#offers .box .content p.redeem::after {
    content: "→";
    font-family: "Arial";
    font-size: 23px;
    padding-left: 14px;
}
#offers .box .content:hover p.redeem {
    color: var(--main);
}

#offers .box .content .info i {
    color: var(--main);
    font-size: 13px;
    padding-right: 8px;
}
#offers .box .content .info p {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* REVIEWS */

#reviews {
    position: relative;
}
#reviews::before {
    content: "";
    display: block;
    width: 100%;
    height: 630px;
    background-color: #f5f7f8;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
}

#reviews .home-headline {
    padding-bottom: 69px;
}

#reviews .photo {
    flex: 0 0 calc(50% + 165px);
    max-width: calc(50% + 165px);
    margin-left: -165px;
    padding-right: 0;
}
#reviews .photo > div {
    display: block;
    width: 100%;
    height: 755px;
    background-size: cover;
    background-position: bottom right;
}

#reviews .reviews {
    padding-left: 100px;
    padding-bottom: 55px;
}
#reviews .reviews .slick-track {
    display: flex !important;
}
#reviews .reviews .review {
    display: flex;
    flex-direction: column;
    height: inherit !important;
}
#reviews .reviews .review .text {
    position: relative;
    flex: 1;
    padding-left: 15px;
}
#reviews .reviews .review .text::before {
    content: '„';
    color: var(--main);
    font-size: 190px;
    font-weight: 700;
    position: absolute;
    top: -172px; left: -8px;
}
#reviews .reviews .review .text p.headline {
    position: relative;
    color: #000;
    font-size: 29px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.29px;
    text-indent: 40px;
    padding: 50px 0 0 0;
}
#reviews .reviews .review .text p.opinion {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 19px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#reviews .reviews .review .overview {
    padding-top: 40px;
    margin-top: 69px;
    margin-left: 15px;
    border-top: 1px solid #dcdcdc;
}
#reviews .reviews .review .overview p {
    color: #737373;
    font-family: var(--font3);
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 17px 0 0 0;
    margin: 0;
}
#reviews .reviews .review .overview p strong {
    color: #000;
    font-weight: 700;
}

/* INSTAGRAM */

#instagram .subheadline p {
    color: #000;
    font-size: 26px;
    font-weight: 200;
    line-height: 36px;
    letter-spacing: -0.28px;
    padding: 48px 0 0 0;
    margin: 52px 0 53px 0;
    border-top: 1px solid #e0e1e2;
}
#instagram .subheadline p strong {
    font-weight: 500;
}

#instagram #sb_instagram {
    padding-bottom: 0 !important;
}
#instagram #sb_instagram #sbi_images {
    padding: 0 !important;
}
#instagram #sb_instagram #sbi_images .sbi_item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* FOOTER */

#footer .logo {
    width: 260px;
}
#footer .logo img {
    max-width: 100%;
    height: auto;
}

#footer .links h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 0 18px 0;
    margin: 0;
}
#footer .links ul {
    list-style: none;
    padding: 0; 
    margin: 0;
}
#footer .links ul li {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.15px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .book {
    margin-top: 14px;
}
#footer .book > div {
    padding: 0 45px 35px 45px;
    border: 1px solid rgba(255, 255, 255, .3);
}
#footer .book h3 {
    display: inline-block;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.26px;
    padding: 0 20px;
    margin: 0;
    background-color: #000;
    position: relative;
    top: -15px;
}
#footer .book p {
    color: rgba(255, 255, 255, .5);
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.17px;
    padding: 5px 0 24px 0;
    margin: 0;
}
#footer .book a {
    display: inline-block;
    width: 390px;
    height: 68px;
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
}
#footer .book a:hover {
    color: #FFF;
    background-color: transparent;
}

#footer .locations h3 {
    position: relative;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 31px 0;
}
#footer .locations h3::before {
    content: "";
    display: block;
    width: calc(100% - 280px);
    height: 11px;
    background-color: #383838;
    position: absolute;
    top: 3px; right: 0;
}
#footer .locations .location {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}
#footer .locations .location p {
    color: var(--main);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 5px 0;
    margin: 0;
}
#footer .locations .location a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .locations .location a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
#footer .locations .location address {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    padding: 1px 0 0 0;
    margin: 0;
}

#footer .row.row-3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .row.row-3::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #2a2a2a;
    position: absolute;
    top: 0; left: 15px;
}

/* SUBPAGES */

#hero-sub {
    position: relative;
    height: 690px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: bottom center;
    z-index: 4;
}
#hero-sub p {
    position: relative;
    color: #FFF;
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero-sub p::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 55px;
    height: 1px;
    margin-right: 15px;
    background-color: #FFF;
    top: -7px;
}
#hero-sub h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2px;
    padding: 23px 0 0 0;
    margin: 0;
}
#hero-sub a {
    height: 100px;
    line-height: 94px;
    margin-top: 50px;
    margin-bottom: -35px;
}

#page-wrapper,
#index-wrapper,
#single-wrapper {
    padding-top: 110px;
}

#page-wrapper #main {
    position: relative;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
}

.entry-content .intro {
    position: relative;
    padding-bottom: 70px;
    padding-right: 60px;
    margin-bottom: 50px;
}
.entry-content .intro::before {
    content: "";
    display: block;
    width: calc(100% + 165px);
    height: calc(100% + 110px);
    background-color: #f5f7f8;
    position: absolute;
    top: -110px;
    left: -165px;
    z-index: -1;
}
.entry-content .intro::after {
    content: "";
    display: block;
    width: 115px;
    height: 5px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.entry-content .intro p {
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
.entry-content .intro p a {
    color: var(--main);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.page-template-services .entry-content .intro {
    background-color: transparent;
}
.page-template-services .entry-content .intro::before {
    width: 85%;
}
.page-template-services .entry-content .intro::after {
    left: 15px;
}

.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, h2.post-title {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h2.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.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 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 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
}

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

.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* 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: -25px;
    margin-bottom: 50px;
    padding-left: 45px;
    z-index: 4;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

.widget-services h4 {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 30px 0;
    margin: 0;
}
.widget-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-services ul li {
    margin-bottom: 1px;
}
.widget-services ul li a {
    display: block;
    position: relative;
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 11px 0 10px 40px;
    margin: 0;
    background-color: transparent;
}
.widget-services ul li a[aria-current="page"] {
    color: #FFF;
    background-color: var(--main);
}
.widget-services ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    top: 11px;
    left: 15px;
}
.widget-services ul li a::after {
    content: '';
    position: absolute;
    display: block;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 100%;
    background-color: var(--main);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    visibility: hidden;
}
.widget-services ul li a[aria-current="page"]::after {
    visibility: visible;
}
.widget-services ul li a:hover {
    color: var(--main);
    text-decoration: none;
}

/* SERVICES LIST */

#services-list .home-headline h2 {
    color: #FFF;
    font-size: 55px;
    padding-bottom: 70px;
}

#services-list .boxes .box {
    display: block;
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.23px;
    padding: 45px 55px;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #434343;
}
#services-list .boxes .box:hover {
    text-decoration: none;
    background-color: var(--main);
    transform: scale(1.05);
    z-index: 9;
}

/* CONTACT */

#contact-wrapper {
    width: calc(100% - 150px);
    margin: 0 auto 80px;
    background-color: #f5f7f8;
}
#contact-wrapper .form h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 55px 0 23px 0;
    margin: 0;
}

#contact-wrapper .form-vehicle-model .wpcf7-form-control-wrap:not(:first-of-type) {
    display: none;
}

#contact-wrapper .form-vehicle-information {
    display: none;
    margin-top: 30px;
}

#contact-wrapper .appointment-info {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 20px 0;
    margin: 5px 0 40px 0;
    background-color: #f4f2ef;
    border: 1px solid #e3d8c9;
    border-radius: 5px;
}

#contact-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0;
}
#contact-wrapper p {
    color: #2e2e2e;
    font-family: var(--font3);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#contact-wrapper .form-subscribe {
    margin-left: 20px;
    margin-top: 30px;
}
#contact-wrapper .form-group-checkbox.form-subscribe .custom-control-label {
    color: #5f5f5f;
    font-family: var(--font3);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

/* LOCATIONS PAGE */

#locations-wrapper .map {
    max-width: calc(66.666667% - 15px) !important;
    height: 600px;
    padding: 0;
    margin: 0 15px 0 0;
    outline: none;
}

#locations-wrapper div[role='dialog'] {
    box-shadow: 0 2px 17px 1px rgba(0, 0, 0,.15) !important;
}
#locations-wrapper div[role='dialog'] button {
    top: 0 !important;
    right: 0 !important;
}
#locations-wrapper .map-marker {
    padding: 25px 20px;
}
#locations-wrapper .map-marker h3 {
    color: #000;
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#locations-wrapper .map-marker p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0.4rem;
}
#locations-wrapper .map-marker p a {
    display: inline-block;
    color: var(--main);
    font-weight: 600;
    margin-top: 15px;
}
#locations-wrapper .map-marker p:last-of-type {
    margin-bottom: 0;
}

#locations-wrapper .boxes {
    max-height: 600px;
    overflow-y: auto;
}
#locations-wrapper .boxes .box {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: all .3s;
}
#locations-wrapper .boxes .box:hover {
    padding-left: 25px;
    background-color: #f5f5f5;
}
#locations-wrapper .boxes .box:hover::before {
    visibility: visible;
}
#locations-wrapper .boxes .box h4 {
    color: #000;
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
    transition: all .3s;
}
#locations-wrapper .boxes .box a {
    display: inline-block;
    color: var(--main);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#locations-wrapper .boxes .box address,
#locations-wrapper .boxes .box p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#locations-wrapper .boxes .box address {
    padding: 10px 0 7px 0;
}
#locations-wrapper .boxes .box p {
    color: rgba(0, 0, 0, .5);
}

#locations-wrapper .row.wrapper {
    margin-top: -15px;
}

#locations-wrapper .location {
    margin-top: 15px;
}
#locations-wrapper .location a {
    display: block;
}
#locations-wrapper .location a:hover {
    text-decoration: none;
}
#locations-wrapper .location .photo {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}
#locations-wrapper .location .content {
    padding: 15px 20px;
}
#locations-wrapper .location .content p {
    color: #000;
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#locations-wrapper .location a:hover p {
    color: var(--main);
}

/* SPECIAL OFFERS PRINT */

.page-template-specials-print #header,
.page-template-specials-print #cta,
.page-template-specials-print #locations,
.page-template-specials-print #reviews,
.page-template-specials-print #footer,
.page-template-specials-print #sticky-footer {
    display: none !important;
}