/*
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.13
*/

:root {
    --main: #e76721;
    --font2: "Roboto Slab";
}

/* HEADER */

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

.header .logo img {
    max-height: 127px;
    transition: all .3s;
}
.header.sticky .logo img {
    max-height: 100px;
}

.header .phone a {
    display: inline-flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    margin: 0 0 0 30px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
.header .phone a i {
    position: relative;
    color: #FFF;
    font-size: 12px;
    padding-right: 7px;
    top: 1px;
}
.header .phone a p {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.16px;
    padding: 2px 0 0 0;
    margin: 0;
}
.header .phone a:hover {
    text-decoration: none;
    background-color: transparent;
}
.header .phone a:hover i,
.header .phone a:hover p {
    color: var(--main);
}

.header .contact a {
    display: inline-block;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.16px;
    padding: 0 30px;
    margin: 0 0 0 5px;
    background-color: #0a253e;
    border: 2px solid #0a253e;
    border-radius: 3px;
}
.header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

.hero {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.hero .box .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 665px;
    padding: 0 0 65px 105px;
    background-color: #DDD;
    background-position: center;
    border-radius: 3px;
}
.hero .box .content:hover {
    text-decoration: none;
}
.hero .box .content .subtitle {
    color: rgba(255, 255, 255, .66);
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    padding: 43px 0 18px 0;
    margin: 0;
}
.hero .box .content .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 54px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.54px;
    padding: 0;
    margin: 0;
}
.hero .box .content .more {
    position: absolute;
    right: 15px;
    bottom: 98px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
.hero .box .content .more::before {
    content: "";
    display: block;
    width: 155px;
    height: 96px;
    background-color: var(--main);
    clip-path: polygon(55% 0%, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -38px; right: 0;
    transition: all .3s;
}
.hero .box .content:hover .more::before {
    width: 180px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
}
.hero .box .content .more span {
    position: relative;
    margin-right: 30px;
    z-index: 4;
}
.hero .box .content .more span::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    padding-left: 7px;
}

/* ABOUT */

.about {
    width: calc(100% - 110px);
    margin: 25px auto 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(233,241,245,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(233,241,245,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(233,241,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f1f5",GradientType=1);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.about .headline .title {
    color: #00a3de;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 0 19px 0;
    margin: 0;
}
.about .headline .subtitle {
    color: #27354c;
    font-family: var(--font2);
    font-size: 48px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 0;
}
.about .headline .subtitle::after {
    content: "";
    display: block;
    width: 121px;
    height: 15px;
    margin: 18px auto 20px;
    background-image: url('img/icons/icon-stars-2.webp');
    background-repeat: no-repeat;
    background-size: contain;
}
.about .headline .text {
    color: #3f4d64;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
.about .headline a {
    display: inline-block;
    color: #3f4d64;
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 29px 0 43px 0;
}
.about .headline a:hover {
    color: var(--main);
    text-decoration: none;
}

.about .video {
    display: block;
    width: 100%;
    height: 600px;
    background-color: #DDD;
    border-radius: 3px;
    box-shadow: 0 15px 45px rgba(81, 117, 139, .27);
    transition: all .3s;
}
.about .video:hover {
    box-shadow: 0 15px 55px rgba(81, 117, 139, .6);
}
.about .video::before {
    content: "Play Our Video";
    width: auto;
    height: auto;
    color: #FFF;
    font-family: var(--font2);
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.21px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    opacity: 1;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about .video:hover::before {
    opacity: .8;
}
.about .video::after {
    font-size: 150px;
    transition: all .3s;
}
.about .video:hover::after {
    opacity: .8;
}

/* CTA */

.cta-box .title,
.cta-box-2 .title,
.cta-box-3 .title {
    color: #0a253e;
    font-family: var(--font2);
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 0 0 20px 0;
    margin: 0;
}
.cta-box .title span,
.cta-box-2 .title span,
.cta-box-3 .title span {
    font-weight: 900;
}
.cta-box .buttons a,
.cta-box-2 .buttons a,
.cta-box-3 .buttons a,
.cta-box-4 .buttons a {
    display: inline-block;
    width: 350px;
    height: 69px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 5px 5px 0 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
}
.cta-box .buttons a span,
.cta-box-2 .buttons a span,
.cta-box-4 .buttons a span {
    font-weight: 300;
}
.cta-box .buttons a:hover,
.cta-box-2 .buttons a:hover,
.cta-box-3 .buttons a:hover,
.cta-box-4 .buttons a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.cta-box .buttons a.phone,
.cta-box-2 .buttons a.phone,
.cta-box-4 .buttons a.phone {
    background-color: var(--main);
    border-color: var(--main);
}
.cta-box .buttons a.phone:hover,
.cta-box-2 .buttons a.phone:hover,
.cta-box-4 .buttons a.phone:hover {
    color: var(--main);
}
.cta-box .buttons a.request,
.cta-box-2 .buttons a.request,
.cta-box-4 .buttons a.request {
    background-color: #0a253e;
    border-color: #0a253e;
}
.cta-box .buttons a.request:hover,
.cta-box-2 .buttons a.request:hover,
.cta-box-4 .buttons a.request:hover {
    color: #0a253e;    
}

/* CTA BOX 2 */

.cta-box-2 {
    background-color: #f3f9fc;
}
.cta-box-2 .content,
.cta-box-3 .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-box-2 .title {
    font-size: 34px;
    padding-right: 30px;
    padding-bottom: 0;
}
.cta-box-2 .buttons a,
.cta-box-3 .buttons a,
.cta-box-4 .buttons a {
    width: 250px;
}

/* CTA BOX 3 */

.cta-box-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e76721;
}
.cta-box-3 .content .title {
    color: #FFF;
    padding-right: 30px;
    padding-bottom: 0;
}
.cta-box-3 .buttons .request:hover {
    color: #27354c;
    background-color: #FFF !important;
    border-color: #FFF;
}

/* CTA BOX 4 */

.cta-box-4 {
    background-color: #f3f9fc;
}

.cta-box-4 .title {
    color: #0a253e;
    font-family: var(--font2);
    font-size: 37px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.37px;
    padding: 0 0 35px 0;
    margin: 0;
}
.cta-box-4 .title span {
    font-weight: 400;
}
.cta-box-4 .text {
    color: #3f4d64;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
}
.cta-box-4 .text b {
    font-weight: 500;
}
.cta-box-4 .subtitle {
    color: #0a253e;
    font-family: var(--font2);
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.26px;
    padding: 10px 0 25px 0;
    margin: 0;
}

/* WHY */

.why-box .headline .subtitle {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    padding: 0 0 29px 0;
    margin: 0;
}
.why-box .headline .title,
.why-box-2 .headline .title {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-family: var(--font2);
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
.why-box .headline .title::before,
.why-box-2 .headline .title::before {
    content: "";
    display: block;
    width: 397px;
    height: 21px;
    background-image: url('img/icons/icon-underline-why.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    bottom: 63px;
}
.why-box-2 .headline .title::before {
    right: 0;
}
.why-box .headline .title::after,
.why-box-2 .headline .title::after {
    content: "";
    display: block;
    width: 121px;
    height: 15px;
    margin: 33px auto 20px;
    background-image: url("img/icons/icon-stars-3.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.why-box .headline .title span,
.why-box-2 .headline .title span {
    position: relative;
    z-index: 4;
}
.why-box-2 .headline .text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0 0 22px 0;
    margin: 0;
}

.why-box .box {
    display: flex;
    padding-top: 65px;
}
.why-box .box .content {
    width: calc(100% - 145px);
    padding-left: 30px;
}
.why-box .box .content .title {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 15px 0;
    margin: 0;
}
.why-box .box .content .text {
    max-width: 420px;
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}

.why-box-2 .box {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
}
.why-box-2 .box .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 27px 0 16px 0;
    margin: 0;
}
.why-box-2 .box .text {
    color: #FFF;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}

/* REVIEWS */

body:not(.home) .reviews {
    padding-bottom: 0;
}

.reviews .photo {
    flex: 0 0 calc(50% + 215px);
    max-width: calc(50% + 215px);
    margin-left: -215px;
}
.reviews .photo img {
    width: 874px;
    max-width: unset;
    height: auto;
}

.reviews .content {
    padding-left: 45px;
}
.reviews .content .headline .title {
    color: #00a3de;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    padding: 68px 0 24px 0;
    margin: 0;
}
.reviews .content .headline .text {
    color: #27354c;
    font-family: var(--font2);
    font-size: 45px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 0 0 30px 0;
    margin: 0;
}

.reviews .content .slick-track {
    display: flex !important;
}
.reviews .content .review {
    display: flex;
    flex-direction: column;
    height: inherit !important;
}
.reviews .content .review .text {
    flex: 1;
}
.reviews .content .review .text p {
    position: relative;
    color: #3f4d64;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 55px;
    padding: 20px 0 0 0;
    margin: 0;
}
.reviews .content .review .text p::before {
    content: '„';
    color: var(--main);
    font-family: var(--font2);
    font-size: 120px;
    font-weight: 900;
    position: absolute;
    top: -37px; left: -60px;
}
.reviews .content .review .overview {
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid #dfe7ec;
}
.reviews .content .review .overview .avatar {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #DDD;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.reviews .content .review .overview p {
    color: #3f4d64;
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0 0 0 20px;
    margin: 0;
}

/* SPECIALS */

.specials .container-fluid {
    height: 675px;
    background-position: top center;
}

.specials .headline .text {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    padding: 160px 0 23px 0;
    margin: 0;
}
.specials .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 55px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.55px;
    padding: 0;
    margin: 0;
}
.specials .headline .title::after {
    content: "";
    display: block;
    width: 172px;
    height: 21px;
    margin: 33px auto 20px;
    background-image: url("img/icons/icon-stars-4.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.specials .container {
    margin-top: -270px;
}

.specials .box .content {
    position: relative;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    padding: 67px 40px 32px 55px;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(220, 231, 236, .4);
}
.specials .box .content:hover {
    text-decoration: none;
}
.specials .box .content::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #27354c;
    position: absolute;
    top: 20px; left: 15px;
}
.specials .box .content .text {
    flex: 1;
}
.specials .box .content .text .title {
    color: var(--main);
    font-family: var(--font2);
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
.specials .box .content .text .subtitle {
    color: #27354c;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.21px;
    padding: 8px 0 16px 0;
    margin: 0;
}
.specials .box .content .text .text {
    color: #3f4d64;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}

.specials .box .content .more {
    padding-top: 49px;
}
.specials .box .content .more span {
    display: block;
    width: 100%;
    height: 53px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 49px;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #1d9add;
    border: 2px solid #1d9add;
    border-radius: 3px;
    transition: all .3s;
}
.specials .box .content:hover .more span {
    color: #1d9add;
    background-color: transparent;
}
.specials .box .content .more .expires {
    color: #3f4d64;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-align: center;
    padding: 13px 0 0 0;
    margin: 0;
}

/* SERVICE AREAS */

.areas {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: top right;
    background-size: contain;
}

.areas .content {
    padding-left: 55px;
}
.areas .content .subtitle {
    color: #00a3de;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 4.1px;
    text-transform: uppercase;
    padding: 0 0 24px 0;
    margin: 0;
}
.areas .content .title {
    color: #27354c;
    font-family: var(--font2);
    font-size: 50px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
}
.areas .content .title::after {
    content: "";
    display: block;
    width: 138px;
    height: 18px;
    margin: 18px 0 36px 0;
    background-image: url("img/icons/icon-stars-5.webp");
    background-repeat: no-repeat;
    background-size: contain;
}
.areas .content .text {
    color: #3f4d64;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
.areas .content .list {
    list-style: none;
    padding: 0 0 0 35px;
    margin: 20px 0;
}
.areas .content .list li {
    position: relative;
    color: #3f4d64;
    font-size: 19px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0;
    padding: 0 0 0 25px;
    margin: 0;
}
.areas .content .list li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 37px;
    position: absolute;
    left: 0;
}
.areas .content .more {
    display: inline-block;
    color: #3f4d64;
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.19px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 24px 0 0 0;
}
.areas .content .more:hover {
    color: var(--main);
    text-decoration: none;
}

/* LOCATIONS */

body:not(.page-template-contact) .locations {
    padding-top: 45px;
    padding-bottom: 45px;
}

.locations .headline {
    padding-top: 50px;
    padding-right: 0;
}
.locations .headline .subtitle {
    color: #00a3de;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 3.85px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}
.locations .headline .title {
    color: #27354c;
    font-family: var(--font2);
    font-size: 46px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 0;
    margin: 0;
}

.locations .content {
    display: flex;
    column-gap: 15px;
    padding-left: 35px;
}
.locations .box {
    /* height: 100%; */
    padding: 35px 35px 40px 35px;
    background-color: #f3f9fc;
}
.locations .box .city {
    color: #3f4d64;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
.locations .box address {
    display: block;
    color: #3f4d64;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.16px;
    padding: 4px 0 7px 0;
    margin: 0;
}
.locations .box .phone {
    display: inline-block;
    color: var(--main);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0 0 25px 0;
}
.locations .box .phone:hover {
    text-underline-offset: 3px;
}
.locations .box .showroom {
    position: relative;
    color: #009cde;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.locations .box .showroom::before {
    content: "\f3c5";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 700;
    padding-right: 10px;
}
.locations .box .hours {
    color: #3f4d64;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.16px;
    padding: 5px 0 0 0;
    margin: 0;
}
.locations .box .hours span {
    display: inline-block;
    width: 85px;
}

.page-template-contact .locations .headline {
    padding-top: 0;
    padding-right: 15px;
}
.page-template-contact .locations .headline .subtitle {
    color: #FFF;
}
.page-template-contact .locations .headline .title {
    color: #FFF;
    font-size: 56px;
    padding-bottom: 35px;
}
.page-template-contact .locations .box {
    width: 33.333%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 15px;
}
.page-template-contact .locations .box .city {
    font-size: 20px;
    padding-bottom: 5px;
}
.page-template-contact .locations .box address {
    font-size: 17px;
}
.page-template-contact .locations .box .phone {
    font-size: 22px;
}

/* FOOTER */

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

.footer .logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
}
.footer .logos img:not(:first-of-type) {
    margin-top: 40px;
}

.footer h4 {
    color: #009cde;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 0 0 18px 0;
    margin: 0;
}

.footer .links {
    padding-top: 36px;
}
.footer .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .links ul li {
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.15px;
    padding: 0;
    margin: 0;
}
.footer .links ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer .contact .box {
    padding: 35px 40px;
    border: 1px solid #009cde;
}
.footer .contact .phone {
    color: #FFF;
    font-size: 34px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
.footer .contact .phone:hover {
    color: var(--main);
}
.footer .contact p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 25px 0 0 0;
    margin: 0;
}
.footer .contact .mail {
    display: inline-block;
    color: #009cde;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
.footer .contact .mail:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer .contact .request {
    display: block;
    width: 275px;
    height: 59px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0;
    margin: 25px 0 0 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
.footer .contact .request:hover {
    text-decoration: none;
    background-color: transparent;
}

/* SUBPAGES */

.hero-sub {
    width: calc(100% - 110px);
    height: 440px;
    margin: 0 auto;
    background-color: #BBB;
    background-position: center;
    border-radius: 3px;
}

.hero-sub .content .subtitle {
    color: rgba(255, 255, 255, .66);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    padding: 0 0 25px 3px;
    margin: 0;
}
.hero-sub .content .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 64px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: -0.64px;
    padding: 0;
    margin: 0;
}

.page-wrapper,
.index-wrapper,
.single-wrapper,
.contact-wrapper {
    width: calc(100% - 110px);
    margin: 30px auto 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(233,241,245,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(233,241,245,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 60%, rgba(233,241,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f1f5",GradientType=1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.page-wrapper .main {
    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, .single-wrapper h1.ct-headline {
    color: #27354c;
    font-family: var(--font2);
    font-size: 45px;
    font-weight: 900;
    line-height: 49px;
    letter-spacing: -0.45px;
}
.entry-content h1::after, .entry-content h2::after, .single-wrapper h1.ct-headline::after {
    content: "";
    display: block;
    width: 170px;
    height: 5px;
    margin-top: 20px;
    background-color: var(--main);
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: #1d9add;
    font-family: var(--font2);
    font-size: 35px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: -0.35px;
}
.entry-content h4 {
    color: #1d9add;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: -0.3px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #3f4d64;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    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: "\f0da";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    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;
}

/* 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 */

.widget-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 85px);
    max-width: calc(33.333333% + 85px);
    margin-right: -85px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    z-index: 4;
}
.widget-area > * {
    position: relative;
    z-index: 4;
}

.widget-links {
    position: relative;
    padding: 39px 45px 80px 45px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.widget-links .title {
    color: #27354c;
    font-family: var(--font2);
    font-size: 35px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.35px;
    padding: 0 0 31px 0;
    margin: 0;
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: #3f4d64;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 16px 0 15px 0;
    margin: 0;
    border-top: 1px solid #e9f1f5;
}
.widget-links ul li:last-of-type a {
    border-bottom: 1px solid #e9f1f5;
}
.widget-links ul li a::after {
    content: "\f105";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 0;
}
.widget-links ul li a:hover {
    color: var(--main);
    text-underline-offset: 3px;
}
.widget-links ul li a[aria-current="page"] {
    color: var(--main);
    font-weight: 700;
}

.widget-area .specials .container-fluid {
    height: 580px;
}
.widget-area .specials .headline .text {
    font-size: 13px;
    letter-spacing: 3.1px;
}
.widget-area .specials .headline .title {
    max-width: 300px;
    font-size: 40px;
    margin: 0 auto;
}
.widget-area .specials .headline .title::after {
    margin: 25px auto 0;
}

.widget-area .specials .container {
    padding: 0 40px;
    margin-top: -210px;
}
.widget-area .specials .box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.widget-area .specials .box .content {
    max-width: 100%;
}

.widget-area .specials .slick-dots {
    justify-content: center;
    margin-top: 30px;
}

/* CONTACT PAGE */

.contact-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
}

.contact-wrapper .content {
    padding-right: 50px;
    padding-top: 105px;
}
.contact-wrapper .content .phone {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 25px 0 30px 0;
}
.contact-wrapper .content .phone p {
    color: #27354c;
    font-family: var(--font2);
    font-size: 40px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-decoration: none;
    padding: 0 0 0 25px;
    margin: 0;
    transition: all .3s;
}
.contact-wrapper .content .phone:hover p {
    color: var(--main);
}
.contact-wrapper .content ul {
    margin-top: 20px;
    margin-bottom: 60px;
}

.contact-wrapper .content .email-box {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 40px 35px;
    margin-top: 50px;
    border: 1px solid #1d9add;
    border-radius: 4px;
}
.contact-wrapper .content .email-box span {
    position: absolute;
    top: -8px; left: 25px;
    color: #3f4d64;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0;
    background-color: #FFF;
}
.contact-wrapper .content .email-box p {
    color: #1d9add;
    font-family: var(--font2);
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.contact-wrapper .content .email-box:hover p {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.contact-wrapper .form {
    flex: 0 0 calc(58.333333% + 160px);
    max-width: calc(58.333333% + 160px);
    margin-right: -160px;
}
.contact-wrapper .form .box {
    padding: 55px 80px 0 80px;
    background-color: #FFF;
}
.contact-wrapper .form .box .title {
    color: #27354c;
    font-family: var(--font2);
    font-size: 35px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.35px;
    padding: 0;
    margin: 0;
}
.contact-wrapper .form .box .text {
    color: #3f4d64;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 35px 0 15px 0;
    margin: 0;
}
.contact-wrapper .form .box .text a {
    color: #1d9add;
    font-weight: 500;
}
.contact-wrapper .form .box .text a:hover {
    text-underline-offset: 3px;
}

.gform_required_legend {
    display: none;
}
.gform-theme--foundation .gform_fields {
    row-gap: 0px !important;
}
.gform-theme--foundation .gform_fields .gfield_label {
    padding-top: 10px !important;
}
.gform-theme--framework .gfield--type-choice .gfield-choice-input {
    margin-right: 10px !important;
}
.gform-theme--framework .gfield--type-choice .gfield_label {
    margin-left: -20px !important;
}
.gform-theme--foundation .gform_fields label:not(.gfield_consent_label) {
    position: relative;
    display: inline-block;
    color: #3f4d64;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.contact-wrapper .gform-theme--foundation .gform_fields label:not(.gfield_consent_label) {
    top: 10px;
    left: 15px;
    padding: 0 8px;
    background-color: #FFF;
}
.gform-theme--foundation .gform_fields input:not([type="checkbox"]):not([type="radio"]),
.gform-theme--foundation .gform_fields select {
    height: 75px;
    font-size: 18px;
    padding: 0 23px;
    border-color: #dadbe6;
    border-radius: 3px;
    box-shadow: unset;
}
.gform-theme--foundation .gform_fields select {
    line-height: 75px;
}
.gform-theme--foundation .gform_fields textarea {
    font-size: 18px;
    padding: 25px 23px;
    border-color: #c0d2d7;
    border-radius: 5px;
    box-shadow: unset;
}
.gform-theme--foundation .gform_fields input:not([type="checkbox"]):not([type="radio"]):focus,
.gform-theme--foundation .gform_fields textarea:focus {
    border-color: #009cde !important;
}
.gform-theme--foundation .gfield_required_asterisk {
    font-size: 13px !important;
    padding-left: 3px !important;
}
.gform-theme--framework .gfield--type-choice {
    padding-left: 20px;
    padding-bottom: 15px;
}
.gform-theme--framework .gfield--type-choice label {
    font-size: 15px !important;
    top: 2px !important;
    left: 0 !important;
    text-transform: unset !important;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox {
    flex-direction: row;
}
.gform-theme--foundation .gform_fields .gfield--type-consent {
    padding-top: 25px;
    padding-left: 20px;
}
.gform-theme--foundation .gform_fields label.gfield_consent_label {
    position: relative;
    color: #3f4d64 !important;
    font-size: 13px !important;
}
.gform-theme--foundation .gform_fields label.gfield_consent_label a {
    color: var(--red);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.gform-theme--framework .gfield_consent_description {
    color: #3f4d64 !important;
    font-size: 13px !important;
    padding: 0 !important;
    border: 0 !important;
}
.gform-theme--framework .gfield_consent_description a {
    color: #009cde
}

.gform_wrapper .gform_footer input[type=submit] {
    height: 60px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 105px !important;
    margin: 0 auto !important;
    background-color: #0a253e !important;
    border-radius: 3px !important;
    box-shadow: unset !important;
}

/* AMPLIFI REVIES */

.amplify-widget {
    outline: none !important;
}
.guJXit {
    width: 100%;
    height: 40px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.guJXit::after {
    content: "Read Our Reviews →";
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .5);
}
.cOatma,
.vmhxm {
    color: #FFF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: -0.15px !important;
    padding: 0 5px !important;
}

.entry-content .guJXit::after {
    border-left: 1px solid rgba(0, 0, 0, .5);
}
.entry-content .guJXit::after,
.entry-content .cOatma,
.entry-content .vmhxm {
    color: #000 !important;
}