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

:root {
    --main: #25516f;
    --orange: #e64b21;
	--blue: #39607a;
	--white: #fff;
	--black: #000;
	--sofia: 'Sofia Sans Condensed', sans-serif;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 20px;
    background-color: var(--white);
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header .navigation {
    width: 100%;
}
#header .navigation .navbar {
    margin: 0 auto;
}
#header .logo a {
    width: 334px;
    display: block;
}
#header .logo img {
    width: 334px;
	transition: all .5s;
}
#header.sticky .logo img {
    width: 180px;
}

#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo a {
    color: var(--black);
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#header .phone {
    padding: 18px 0 18px 25px;
}
#header .phone a {
    color: var(--blue);
	font-family: var(--sofia);
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.46px;
    position: relative;
    display: inline-block;
    padding: 2px 0 0 0;
    margin: 0;
}
#header .phone a i {
    position: relative;
    color: var(--orange);
    font-size: 15px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    text-decoration: none;
    border-color: var(--main);
	text-decoration: underline;
    text-underline-offset: 5px;
}

#header .contact a {
    color: var(--white);
	font-family: var(--sofia);
    font-size: 19px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.18px;
	text-transform: uppercase;
    display: inline-block;
    height: 53px;
    padding: 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 3px;
    cursor: pointer;
}
#header .contact a i {
	font-size: 14px;
	position: relative;
	margin-right: 4px;
    bottom: 2px;
}
#header .contact a:hover {
    color: var(--blue);
    text-decoration: none;
    background-color: transparent;
}

/* HERO */

#hero {
    position: relative;
    height: 650px;
    padding-bottom: 220px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 4;
}
#hero .content.col-xl-5 {
    transform: translate(-100px, 115px);
}
#hero .imagegr {
	position: relative;
	align-items: flex-end;
	justify-content: flex-end;
	/* display: block;
    width: calc(58.33333333% + 200px);
    margin-right: -200px; */
}
#hero .imagegr .bg {
	display: block;
    width: 1074px;
    height: 605px;
    background-size: cover;
    background-position: center;
}

#hero h3 {
    color: var(--blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0 0 20px 4px;
    margin: 0;
}
#hero h1 {
    color: var(--blue);
	font-family: var(--sofia);
	font-optical-sizing: auto;
	font-style: normal;
    font-size: 80px;
    font-weight: 800;
    line-height: 71px;
    letter-spacing: -2.1px;
	text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero h1 span {
    color: var(--orange);
}

.social-media ul li.icon-bbb a::after {
	filter: brightness(0) invert(0);
	background: url('img/icons/AB.svg');
	width: 20px;
    height: 30px;
}
.social-media ul li.icon-bbb a:hover::after {
	filter: invert(1);
}


/* Google rank */
#hero .mob .googreview {
	display: none;
}
.googreview {
	background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
	width: 430px;
	height: 106px;
	position: absolute;
	z-index: 1;
	right: 235px;
    bottom: 73px;
}
#hero-sub .googreview {
	right: -31px;
	bottom: -100px;
}
.googreview .rank {
	font-family: var(--sofia);
    color: var(--white);
    font-size: 59px;
    font-weight: 800;
	letter-spacing: -1.2px;
    position: absolute;
    left: 30px;
    top: 10px;
}
.googreview .stars {
	position: absolute;
    left: 110px;
    top: 28px;
}
.googreview .voices {
	color: var(--white);
    font-size: 13.5px;
    font-weight: 400;
    position: absolute;
    left: 116px;
    top: 53px;
}
.googreview .logog {
	position: absolute;
    right: 30px;
    top: 30px;
}

/* BANNERS */

#banners {
    position: relative;
    margin-top: 30px;
}

.page-template-contact #banners::before {
    display: none;
}

#banners .box {
    position: relative;
    z-index: 1;
}
#banners .box a {
	background-color: var(--orange);
    cursor: pointer;
	justify-content: center;
    position: relative;
    padding: 24px 15px;
	width: 310px;
	border: 2px solid var(--orange);
}

#banners .box.box-1 {
	z-index: 2;
}
#banners .box.box-1 a {
    border-radius: 3px;
}
#banners .box.box-1 a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: var(--white);
	border: 2px solid var(--orange);
}

#banners .box.box-2 a {
	/* width: 387px;
	padding: 51px 25px 33px; */
    margin-top: 5px;
	background-color: transparent;
	border: 1px solid #d7dde3;
    border-radius: 3px;
    /* transform: translate(-38px, -20px); */
    z-index: 1;
}
#banners .box.box-2 a:hover {
    border: 1px solid var(--orange);
}

#banners .box .icon {
    padding-right: 40px;
}
#banners .box .icon img {
    transition: all .3s;
}
#banners .box.box-1 .icon img {
    
}
#banners .box .content h3 {
	color: var(--main);
	font-family: var(--sofia);
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0;
    margin: 0;    
}
#banners .box.box-1 a h3 {
	color: var(--white);
    font-size: 22px;
}
#banners .box.box-1 a:hover h3 {
	color: var(--main);
}
#banners .box.box-1 a h3 i {
	font-size: 14px;
	position: relative;
	margin-right: 4px;
    bottom: 2px;
}
#banners .box.box-2 .content h3 span {
    color: var(--orange);
    font-weight: 500;
}

#banners .box.box-2 a:hover .content h3 span {
    color: var(--main);
}

/* ABOUT */

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

#about .headline {
    padding-left: 45px;
}
#about .headline h2 {
    color: var(--black);
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.33px;
    padding: 0;
    margin: 0;
}
#about .headline h2::after {
    content: "";
    display: block;
    width: 210px;
    height: 17px;
    margin-top: 30px;
    background-color: var(--main);
    border-radius: 8px;
}

#about .content {
    padding-top: 5px;
    padding-right: 25px;
}
#about .content p {
    color: var(--black);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 0 0;
}
#about .content a::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all .3s;
}
#about .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#about .content a:hover::before {
    background-color: transparent;
}
#about .content a span {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-left: 23px;
}
#about .content a span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
}

/* HEADLINE */

.home-headline h2 {
    color: var(--white);
	font-family: var(--sofia);
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: -100px auto 0;
	position: relative;
    z-index: 1;
}
.home-headline h2 span {
    background: #b1181e;
    padding: 6px 8px 0px 8px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
}
.home-headline h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 8px auto 20px;
}

/* SERVICES */

#services {
	background: var(--orange);
	position: relative;
	margin-top: 85px;
	height: 395px;
}
.home #services {
    padding-bottom: 0;
}
.page-template-membership #services {
    background: unset;
    height: auto;
}
#services::before {
    content: '';
    position: absolute;
    top: -319px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
}
#services::after {
	content: '';
    position: absolute;
    bottom: -319px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, 0% 0%);
}
.page-template-membership #services::after {
    top: 0; bottom: initial;
    height: 700px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 35%, -150% 0%);
    background: var(--orange) !important;
}

#services .row.g-0 {
    margin-top: 20px;
}

#services .box a,
#services .member-box a {
	background: var(--white);
    position: relative;
    display: block;
    height: 100%;
    padding: 55px 10px 65px 10px;
	border-radius: 5px;
    text-align: center;
	z-index: 1;
}
#services .box a:hover {
    text-decoration: none;
    transform: scale(1.05);
    z-index: 9;
    background: var(--main);
}
#services .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border: 1px solid var(--orange);
    position: absolute;
    top: 0; left: 0;
	border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
#services .box a:hover::before {
    visibility: hidden;
    opacity: 0;
}
#services .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    position: absolute;
    top: 0; left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#services .box a:hover::after {
    visibility: visible;
	border-radius: 5px;
    opacity: 1;
}
#services .box a > * {
    position: relative;
    z-index: 4;
}

#services .box .icon img {
    max-height: 100px;
    transition: all .3s;
}
#services .box a:hover .icon img {
    filter: brightness(0) invert(1);
}

#services .box .content {
    padding-top: 21px;
}
#services .box .content::after {
	content: "\f107";
    color: var(--white);
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 700;
    background-color: var(--orange);
    position: absolute;
    display: flex;
    font-size: 30px;
    line-height: 100%;
    width: 60px;
	height: 60px;
    justify-content: center;
    align-items: center;
	border-radius: 100%;
    transition: all .3s;
	left: 50%;
	top: 80px;
	transform: translate(-30px);
}
#services .box a:hover .content::after {
    color: var(--main);
}
#services .box .content h2 {
    color: var(--main);
	font-family: var(--sofia);
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#services .box a:hover .content h2 {
    color: var(--white);
}
#services .box .content h2 span {
    font-size: 22px;
    font-weight: 700;
}

#services .member-box a {
    padding-left: 70px;
    text-align: left;
    border: 2px solid var(--orange);
    cursor: default;
}

/* PHOTO + TEXT */

#textbox .row:nth-child(even) { 
    flex-direction: row-reverse;
}
#textbox .row:not(:first-of-type) {
    margin-top: 20px;
}

#textbox .photo {
    flex: 0 0 auto;
    width: calc(50% + 195px);
    margin-left: -195px;
    padding-right: 0;
}
#textbox .row:nth-child(even) .photo {
    padding-right: 15px;
    padding-left: 0;
    margin-left: 0;
    margin-right: -195px;
}
#textbox .photo > div {
    display: block;
    width: 100%;
    height: 600px;
    background-color: #ddd;
    background-size: cover;
    background-position: top center;
}
#textbox .photo > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#textbox .content {
    position: relative;
    padding-left: 60px;
}
#textbox .row:nth-child(even) .content {
    padding-left: 15px;
    padding-right: 60px;
}
#textbox .content h2 {
    color: var(--black);
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.33px;
    padding: 0;
    margin: 0;
}
#textbox .content h2::after {
    content: "";
    display: block;
    width: 160px;
    height: 10px;
    margin: 25px 0 28px 0;
    background-color: var(--main);
    border-radius: 5px;
}
#textbox .content p {
    color: var(--black);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#textbox .content a {
    position: relative;
    display: inline-block;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 0 0;
}
#textbox .content a::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all .3s;
}
#textbox .content a:hover {
    color: var(--main);
    text-decoration: none;
}
#textbox .content a:hover::before {
    background-color: transparent;
}
#textbox .content a span {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-left: 23px;
}
#textbox .content a span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
}

/* FAST CONTACT */

#cta {
    position: relative;
	margin-top: 150px;
}

#cta .content h3 {
    display: block;
    color: var(--main);
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    padding: 0;
    margin: 0 0 3px;
}
#cta .content h2 {
    color: var(--main);
	font-family: var(--sofia);
    font-size: 45px;
    font-weight: 800;
    line-height: 63px;
    letter-spacing: -0.9px;
	text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0;
}

#cta .content a {
    color: var(--white);
	font-family: var(--sofia);
    display: block;
    width: 260px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: 0;
	text-transform: uppercase;
    padding: 0;
    margin: 5px 5px 0;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 3px;
}
#cta .content a span {
    font-weight: 300;
}
#cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#cta .content a.phone {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
#cta .content a.phone:hover {
    color: var(--main);
    background-color: transparent;
}
#cta .content a.phone i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--orange);
}
#cta .content a.phone:hover i {
    color: var(--main);
}
#cta .content a.schedule i {
    font-size: 13px;
    margin-right: 6px;
    position: relative;
	top: -2px;
}

/* FAQ */

#faq-wrapper.box {
    background-color: #f9f9f9;
}

#faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
#faq-wrapper.box .card {
    padding: 0 100px 0 170px;
}
#faq-wrapper.box .card.active {
    position: relative;
    background-color: var(--white);
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
#faq-wrapper.box .card::after {
    width: calc(100% - 250px);
    right: 30px;
}
#faq-wrapper.box .card:last-of-type::after {
    display: block;
}
#faq-wrapper.box .card.active::after {
    background-color: transparent;
}
#faq-wrapper.box .card.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
#faq-wrapper.box .card-header h3[aria-expanded="true"]::before {
    color: var(--white);
    font-size: 28px;
    top: 38px;
    left: -155px;
}

#faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 55px 0 0 0;
    border-bottom: 1px solid #1f1f1f;
}
#faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}

/* REVIEWS */

#reviews {
	background: var(--blue);
    position: relative;
	margin-top: 100px;
	max-height: 1040px;
}
#reviews::before {
    content: '';
    position: absolute;
    top: -319px;
    width: 100%;
    height: 320px;
    background: var(--blue);
    z-index: 1;
    clip-path: polygon(0% 60%, 100% 100%, 0% 100%, 0% 100%);
}
#reviews::after {
	content: '';
    position: absolute;
    bottom: -319px;
    width: 100%;
    height: 320px;
    background: var(--blue);
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 43%, 0% 43%);
}

#reviews .photo {
	position: relative;
	z-index: 1;
}
#reviews .photo img.imgrev {
	position: absolute;
	top: -220px;
    left: 50px;
    width: 854px;
    max-width: 854px;
}

#reviews .photo .googreview {
	margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    top: 130px;
    right: -50px;
}

#reviews .home-headline {
    max-width: 600px;
	padding-left: 50px;
}

#reviews .home-headline h2 {
    color: rgba(255, 255, 255, 0.6);
	font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.4px;
	text-transform: capitalize;
    padding: 0;
    margin: -70px 0 20px 0;
}
#reviews .home-headline div.testimonial-heading {
    color: rgba(255, 255, 255, 0.6);
	font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.4px;
	text-transform: capitalize;
    padding: 0;
    margin: -70px 0 20px 0;
}

#reviews .home-headline h3 {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 75px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0 0 70px 0;
}

#reviews .home-headline div.testimonial-heading-2 {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 75px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0 0 70px 0;
}

#reviews .home-headline h3 span {
    background: transparent;
	color: var(--orange);
    padding: 0;
}

#reviews .home-headline div.testimonial-heading-2 span {
    background: transparent;
	color: var(--orange);
    padding: 0;
}

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

#reviews .reviews {
    margin-top: 20px;
}
#reviews .review {
    height: inherit !important;
    padding-left: 9px;
    padding-right: 9px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 50px 50px 55px;
	border-radius: 8px;
    background-color: var(--white);
}

#reviews .review .content .opinion {
    flex: 1;
	position: relative;
}
#reviews .review .content .opinion img {
    display: block;
    position: absolute;
    top: -80px;
    left: -44px;
}
#reviews .review .content .opinion h4 {
    color: var(--blue);
    font-family: var(--sofia);
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.54px;
    text-indent: 30px;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
}

#reviews .review .content .opinion div.statement {
    color: var(--blue);
    font-family: var(--sofia);
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.54px;
    text-indent: 30px;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
}

#reviews .review .content .opinion p {
    position: relative;
    color: var(--blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	text-indent: 0;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0;
}

#reviews .review .content .overview p {
    position: relative;
    color: var(--blue);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p span {
    position: absolute;
	display: block;
	right: 0;
    top: 24px;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 25px;
    background-color: #ced3e0;
    border-radius: 10px;
}


/* CARE */

#care {
	background: #c81f27;
	position: relative;
	margin-top: 300px;
	max-height: 1130px;
}
#care::before {
    content: '';
    position: absolute;
    top: -159px;
    width: 100%;
    height: 320px;
    background: #c81f27;
    z-index: 1;
    clip-path: polygon(0% 50%, 100% 0%, 100% 50%, 0% 50%);
}
#care::after {
	content: '';
    position: absolute;
    bottom: -319px;
    width: 100%;
    height: 320px;
    background: #c81f27;
    z-index: 1;
    clip-path: polygon(0% 60%, 100% 0%, 100% 0%, 0% 0%);
}

#care img.guarantee {
	width: 229px;
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate(-115px, -290px);
}

#care .row.g-0 {
    margin-top: 20px;
    box-shadow: 0 10px 89px rgba(99, 99, 99, .07);
}
#care .row h2 {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    margin-top: -85px;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#care .row p {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: -30px 0 20px 0;
}

#care .box {
    position: relative;
    z-index: 2;
}
#care .box a {
    position: relative;
    display: block;
    height: 100%;
    padding: 50px 55px 60px 55px;
    text-align: left;
    pointer-events: none;
    z-index: 1;
}
#care .box a:hover {
    text-decoration: none;
    /* transform: scale(1.03); */
    z-index: 9;
}
#care .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border: 1px solid var(--orange);
    position: absolute;
    top: 0; left: 0;
	border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
#care .box a:hover::before {
    visibility: hidden;
    opacity: 0;
}
#care .box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    position: absolute;
    top: 0; left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#care .box a:hover::after {
    visibility: visible;
	border-radius: 5px;
    opacity: 1;
}
#care .box a > * {
    position: relative;
    z-index: 4;
}

#care .box .icon {
    width: 100px;
	height: 100px;
	background-color: var(--main);
	border-radius: 100%;
	text-align: center;
    padding-top: 13px;
}
#care .box .icon img {
    max-height: 100px;
    transition: all .3s;
}
#care .box a:hover .icon img {
    filter: brightness(0) invert(1);
}
#care .box a:hover .icon {
    background-color: var(--orange);
}

#care .box .content {
    padding-top: 21px;
}

#care .box a:hover .content::after {
    color: var(--main);
}
#care .box .content h3 {
    color: var(--blue);
    font-family: var(--sofia);
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.54px;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}
#care .box .content p {
    color: var(--blue);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.34px;
    text-align: left !important;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#care .box a:hover .content p {
    color: var(--white);
}
#care .box .content h2 span {
    font-size: 22px;
    font-weight: 700;
}

#care .car {
	position: relative;
	z-index: 2;
}
#care .car img {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
	border-radius: 6px;
    margin: 0 7px;
    width: calc(100% - 14px);
    height: 440px;
    object-fit: cover;    
}

/* CONTACT HOME WITH FORM */

#contactbelow {
	position: relative;
	margin-top: 290px;
	margin-bottom: 30px;
}
#contactbelow::after {
    content: '';
    position: absolute;
    bottom: -117px;
    width: 100%;
    height: 440px;
    background: #e0e6eb;
	background: linear-gradient(180deg, rgba(224, 230, 235, 1) 0%, rgba(247, 249, 250, 1) 100%);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 50%);
}
.page-template-specials #contactbelow::after {
    clip-path: polygon(0% 0%, 100% 50%, 100% 100%, 0% 70%);
}
#contactbelow .photo h2 {
    color: var(--blue);
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0 0 13px 0;
    margin: 0;
}
#contactbelow .photo h3 {
    font-family: var(--sofia);
	font-size: 70px;
	line-height: 100%;
	color: var(--blue);
	font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.4px;
	text-transform: uppercase;
	padding-top: 0;
	margin-bottom: 5px;
}
#contactbelow .photo h3 span {
    color: var(--orange);
}
#contactbelow .photo p {
	color: var(--blue);
	font-size: 19px;
    line-height: 32px;
    font-weight: 400;
	font-style: normal;
    letter-spacing: -0.4px;
	padding-top: 0;
	margin-bottom: 20px;
}
#contactbelow .photo .owner h4 {
    color: var(--main);
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
    padding-bottom: 10px;
    padding-left: 10px;
}
#contactbelow .photo .owner h4 span {
	font-size: 19px;
    font-weight: 600;
}
#contactbelow .photo img {
    position: relative;
	max-width: 200px;
}

#contactbelow .wpcf7 {
	border: 1px solid #d7dde3;
    padding: 85px 85px 55px 85px;
    background: var(--white);
    border-radius: 8px;
}

/* SPECIALS */

#specials {
	background: var(--orange);
	position: relative;
    padding-top: 30px;
	margin-top: 117px;
}

#specials::before {
    content: '';
    position: absolute;
    top: -319px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 1;
    clip-path: polygon(0% 31%, 100% 100%, 0% 100%, 0% 100%);
}

#specials .photo {
	position: relative;
	z-index: 1;
}
#specials .photo img {
	position: absolute;
	top: -220px;
    left: 45px;
    width: 854px;
    max-width: 854px;
}

#specials .home-headline {
    max-width: 720px;
	padding-left: 50px;
}
#specials .home-headline h2 {
    color: var(--white);
	font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0;
    padding: 0;
    margin: -140px 0 0 0;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}
#specials .home-headline h3 {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 75px;
    font-weight: 800;
    line-height: 64px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
}
#specials .home-headline h3 span {
    background: #b1181e;
    padding: 4px 10px 0;
    display: inline-block;
}

#specials .seeall {
    max-width: 685px;
}
#specials .seeall a {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
	text-transform: uppercase;
    display: block;
	float: right;
    position: relative;
    padding: 22px 70px 21px;
	transform: translate(-95px, -5px);
    border: 2px solid var(--main) !important;
    background-color: var(--main);
    border-radius: 3px;
}
#specials .seeall a:hover {
    color: var(--orange);
    font-family: var(--sofia);
    border: 2px dashed var(--main) !important;
    background-color: var(--white);
}

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

#specials .slick-list {
    padding-right: 18%;
	overflow: hidden;
	padding-bottom: 5px;
}

#specials .slick-prev {
    left: -88px;
}
#specials .slick-next {
    right: -88px;
	right: 204px;
}

#specials .slick-arrow::before, #specials .slick-arrow::after {
	padding-top: 18px;
	border: 2px solid transparent;
}
#specials .slick-arrow:hover::before, #specials .slick-arrow:hover::after {
    background: var(--orange);
    color: #fff;
    box-shadow: none;
	border: 2px solid var(--white);
}

#specials .special {
    margin-top: 20px;
}
#specials .special {
    height: inherit !important;
    padding-left: 9px;
    padding-right: 9px;
}
#specials .special .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    margin: 3px;
    background-color: var(--white);
	opacity: 0.45;
}
#specials .special.slick-active .content {
	opacity: 1;
}
#specials .container-fluid {
    padding-left: calc(((100% - 1320px) / 2) + (var(--bs-gutter-x)* .5));
    position: relative;
	z-index: 2;
}

#specials .special .content .coupon {
    border: 2px dashed #c8d3db;
    border-radius: 8px;
    position: relative;
    padding: 130px 50px 0 50px;
	height: inherit;
	flex-direction: column;
    justify-content: flex-start;
	flex: 1;
}
#specials .special .content .coupon img {
    display: block;
    position: absolute;
    top: 40px;
    left: 50px;
}
#specials .special .content .coupon div.coupon-title {
    color: #b1181e;
    font-family: var(--sofia);
    font-size: 63px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.4px;
    padding: 0;
    margin: 0;
}
#specials .special .content .coupon div.coupon-info {
    color: var(--main);
    font-family: var(--sofia);
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.6px;
	text-transform: uppercase;
    padding-top: 7px;
    margin: 0;
}
#specials .special .content .coupon p {
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	text-indent: 0;
	height: 70px;
    padding-top: 25px;
    margin: 0;
}

#specials .special .content .coupon a.button {
    content: "";
	font-family: var(--sofia);
	font-size: 17px;
	color: var(--white);
	font-weight: 700;
    background-color: var(--orange);
	text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    padding: 14px 48px;
    margin-top: 54px;
}
#specials .special .content .coupon a.button:hover {
	color: var(--white);
    background-color: var(--main);
}

#specials .special .content .coupon p.clause {
    color: var(--main);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-indent: 0;
    letter-spacing: -0.32px;
    padding-top: 10px;
    margin-top: 24px;
    border-top: 1px solid #c2cdd5;
}
#specials .special .content .coupon .btnclau {
    bottom: 0;
    position: relative;
    margin-top: auto;
}

#specials .special .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#specials .special .content .overview p strong {
    font-weight: 600;
}
#specials .special .content .overview p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 25px;
    background-color: #ced3e0;
    border-radius: 10px;
}

/* WHY CHOOSE US */

#whyus {
    background-color: var(--blue);
	margin-top: 15px;
    position: relative;
	height: 750px;
	border-bottom-right-radius: 295px;
}
.page-template-membership #whyus {
    overflow: hidden;
}
#whyus .photo {
    position: relative;
}

#whyus .photo .def {
    position: absolute;
    background: url('/wp-content/themes/click5-wp/img/img-choose-car.webp');
    transform: translate(100px, 100px);
    width: 899px;
    height: 702px;
    right: 133px;
    bottom: -106px;
	border-top-right-radius: 300px;
    background-position: left bottom;
}

#whyus .content {
    transform: translate(80px, 65px);
}
#whyus .content .home-headline {
    padding-right: 60px;
}

#whyus .home-headline h2 {
    text-align: left;
	margin: 0 auto;
	font-weight: 800;
}
#whyus .home-headline h2 span {
    color: var(--orange);
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: 0;
	background: transparent;
}

#whyus .home-headline p {
    color: var(--white);
	font-size: 19px;
	line-height: 31px;
	font-weight: 400;
	text-align: left;
}

#whyus .points .point {
	color: var(--main);
    font-size: 18px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: -0.36px;
    display: block;
	float: left;
    width: calc(50% - 30px);
    height: 60px;
    padding: 0;
    margin: 8px 4px 0 4px;
    background-color: var(--white);
    border-radius: 3px;
}
#whyus .points .point i::before {
    color: var(--white);
    background-color: var(--orange);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    padding-top: 5px;
    margin: 0px 7px 0 20px;
    position: relative;
    line-height: 13px;
    display: block;
    text-align: center;
    font-size: 12px;
}

/* BRANDS */

#brands .home-headline h3 {
	color: var(--main);
	font-family: var(--sofia);
	font-size: 30px;
	letter-spacing: -0.6px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 80px;
    margin-top: -20px;
}

#brands .home-headline div.brands-headline {
	color: var(--main);
	font-family: var(--sofia);
	font-size: 30px;
	letter-spacing: -0.6px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 80px;
    margin-top: -20px;
}


/* SUBPAGES */

#hero-sub {
    position: relative;
    height: 650px;
    padding-bottom: 170px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 4;
}

#hero-sub .bg {
    width: 50%;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
	border-radius: 325px 0 0 325px;
	background-repeat: no-repeat;
    background-size: cover;
}

#hero-sub h1,
#hero-sub h2.blog-headline {
    color: var(--blue);
	font-family: var(--sofia);
	font-optical-sizing: auto;
	font-style: normal;
    font-size: 72px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.6px;
	text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero-sub h1 span {
    color: var(--orange);
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.4px;
}
#hero-sub h3 {
    color: var(--main);
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px;
    padding: 0 0 25px 4px;
    margin: 0;
}
#hero-sub p {
    color: var(--main);
}

.contact#hero-sub .bg {
    background-position: -50px 0;
}

.contact#hero-sub #banners .head h2 {
    padding-bottom: 0;
}

.contact#hero-sub h1,
.contact#hero-sub h2.blog-headline {
    color: var(--orange);
	font-family: var(--sofia);
	font-optical-sizing: auto;
	font-style: normal;
    font-size: 85px;
    font-weight: 800;
    line-height: 71px;
    letter-spacing: -1.5px;
	text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.contact#hero-sub h1 span {
    color: var(--blue);
    font-size: 85px;
    font-weight: 800;
    line-height: 100%;
}

.contact#hero-sub h3 {
    color: var(--blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 2px;
    padding: 0 0 4px 6px;
    margin: 0;
}

#hero-sub #banners .box .icon {
    padding-right: 0;
    width: 68px;
    height: 68px;
	padding-top: 12px;
	text-align: center;
	border-radius: 100%;
    background: var(--orange);
	float: left;
    margin-right: 20px;
}

#hero-sub #banners .head h2 {
    color: var(--main);
	font-family: var(--sofia);
	font-size: 30px;
	line-height: 71px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#hero-sub #banners .box {
    padding-right: 0;
}

#hero-sub .content.col-6 {
    width: calc(50% + 100px);
    padding-right: 10px;
    transform: translate(-100px);
}

#hero-sub .imagegr {
    width: calc(50% - 100px);
	position: relative;
	align-items: flex-end;
	justify-content: flex-end;
}

#page-wrapper, #single-wrapper, #index-wrapper {
	background: #e4eaed;
    position: relative;
	z-index: 1;
	margin-top: 0;
	margin-top: -50px;
    padding-top: 0;
}
#index-wrapper #content {
    padding-top: 30px;
	min-height: 920px;
}

#page-wrapper::after, #single-wrapper::after, #index-wrapper::after {
    content: '';
    position: absolute;
    bottom: -319px;
    width: 100%;
    height: 320px;
    background: #e4eaed;
    z-index: 1;
    clip-path: polygon(0% 60%, 100% 0%, 100% 0%, 0% 0%);
}

#page-wrapper .poly, #single-wrapper .poly, #index-wrapper .poly {
	position: absolute;
    height: 50%;
	width: 100%;
	background: var(--orange);
	z-index: 0;
}
#index-wrapper .poly {
    height: 860px;
}
#page-wrapper .poly::before, #single-wrapper .poly::before, #index-wrapper .poly::before {
    content: '';
    position: absolute;
    top: -256px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 1;
    clip-path: polygon(0% 80%, 100% 0%, 100% 80%, 0% 80%);
}
#page-wrapper .poly::after, #single-wrapper .poly::after, #index-wrapper .poly::after {
    content: '';
    position: absolute;
    bottom: -320px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 0% 0%);
}

#page-wrapper #main, #single-wrapper #main, #index-wrapper #main {
    position: relative;
    padding-right: 60px;
	margin-top: 10px;
    background-color: var(--white);
}
#single-wrapper #main, #index-wrapper #main {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#page-wrapper #main::before, #single-wrapper #main::before, #index-wrapper #main::before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background-color: var(--white);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    position: absolute;
    top: 0; left: -100px;
}
#page-wrapper #main::after, #single-wrapper #main::after, #index-wrapper #main::after {
    content: "";
    display: block;
    width: 75px;
    height: 100%;
    background-color: var(--white);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    position: absolute;
    top: 0; right: -75px;
}

#page-wrapper #main .intro, #single-wrapper #main .intro, #index-wrapper #main .intro {
	color: var(--blue);
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.4px;
    padding: 0 0 20px 0;
    margin: 0;
}

.page-template-default #contactbelow,
.page-template-membership #contactbelow,
.blog #contactbelow {
    margin-top: 90px;
}

.page-template-full #page-wrapper {
    background-color: #e4eaed;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
	padding: 80px 30px;
    background-color: var(--white);
}

.hentry .entry-content {
	min-height: 700px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5,
.entry-content h6 {
    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, h1.post-title {
    color: var(--blue);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
#page-wrapper #main .intro::after {
    content: "";
    display: block;
    width: 279px;
    height: 11px;
    margin-top: 25px;
    background-color: var(--orange);
    border-radius: 2px;
}
.entry-content h2 {
	color: var(--blue);
	padding-left: 45px;
}
.entry-content h2 {
	color: var(--blue);
	font-family: var(--sofia);
    font-size: 40px;
	line-height: 41px;
    font-weight: 800;
    letter-spacing: -0.8px;
}
.entry-content h2::before {
    content: "";
    width: 25px;
    height: 20px;
    display: block;
    border-radius: 2px;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    top: 29px;
}
.entry-content h2 b, .entry-content h2 strong, .entry-content h3 b, .entry-content h3 strong {
	font-weight: 800;
}
.entry-content h3 {
	color: var(--blue);
	font-family: var(--sofia);
    font-size: 35px;
	line-height: 45px;
    font-weight: 800;
    letter-spacing: -0.7px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--blue);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--blue);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--blue);
}

.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: var(--blue);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    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;
}
.page-id-27 .entry-content img.alignleft {
    height: 100%;
    max-height: 190px;
    object-fit: cover;
}

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

.entry-content iframe {
    width: 100% !important;
}

.entry-content a.button {
    color: var(--white);
    font-family: var(--sofia);
    font-size: 19px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.18px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    height: 53px;
    padding: 0 30px;
    margin: 0;
    background-color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 3px;
    cursor: pointer;
}
.entry-content a.button:hover {
    color: var(--orange);
    background-color: transparent;
}

/* REVIEWS & SPECIAL SECTIONS */
.page:not(.home) #specials, .single #specials {
    padding-bottom: 100px;
}
.page:not(.home) #specials::after, .single #specials::after, .blog #specials::after {
    content: '';
    position: absolute;
    bottom: -320px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 0% 0%);
}

.page:not(.home) #reviews .photo img.imgrev {
    top: -220px;
    left: 97px;
}

/* BRANDS */

.page:not(.home) #brands, .blog #brands, .single #brands {
    margin-top: 80px;
}
.page:not(.home) #brands .home-headline h3, .blog #brands .home-headline h3, .single #brands .home-headline h3 {
    color: #2671a5;
}

.page:not(.home) #brands .home-headline div.brands-headline, .blog #brands .home-headline div.brands-headline, .single #brands .home-headline div.brands-headline {
    color: #2671a5;
}

/* PLUMBING */

/* .plumbing#hero-sub .content.col-6 {
    transform: translate(-100px, 70px);
}
.plumbing#hero-sub h1, .plumbing#hero-sub h2.blog-headline {
    color: var(--orange);
}
.plumbing#hero-sub h1 span {
    color: var(--main);
	font-weight: 800;
}
.plumbing#hero-sub h3 {
    padding: 0 0 12px 4px;
} */

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

/* CONTACT */

.contact#hero-sub #banners .box a {
    border: none;
    background: none;
    padding: 0;
    width: auto;
    font-weight: 400;
}
.contact#hero-sub #banners .box.box1 {
    width: calc(50% - 20px);
}
.contact#hero-sub #banners .box.box1 a {
    color: var(--orange);
    font-size: 16px;
	text-decoration: underline;
}

.contact#hero-sub #banners .box.box2 {
    width: calc(50% + 20px);
}
.contact#hero-sub #banners .box.box2 a {
    color: var(--main);
	font-family: var(--sofia);
    font-size: 43px;
	line-height: 71px;
	font-weight: 800;
	letter-spacing: -0.8px;
}

.contact#hero-sub #banners address {
    color: var(--blue);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
	letter-spacing: -0.36px;
}

.contact#hero-sub #banners .box .content h3 {
	text-transform: capitalize;
}

.contact#hero-sub .content.col-6 {
    padding-right: 10px;
}

#contact-intro {
    background-color: #e64b21;
    position: relative;
	padding-top: 40px;
	padding-bottom: 20px;
}
#contact-intro::before {
    content: '';
    position: absolute;
    top: -320px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 1;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%);
}
#contact-intro::after {
    content: '';
    position: absolute;
    bottom: -320px;
    width: 100%;
    height: 320px;
    background: var(--orange);
    z-index: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 43%, 0% 0%);
}

#contact-intro p {
    color: var(--white);
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.44px;
    padding: 15px 0 35px 0;
    margin: 0;
}
.page.page-template-contact #contactbelow {
	margin-top: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
#contact-intro .box .content h2 {
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 15px 0 35px 0;
    margin: 0;
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: var(--main);
    font-size: 39px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

#contact-wrapper .form {
    margin-top: 20px;
}
#contact-wrapper .form .wpcf7 {
    padding: 115px 130px 100px 130px;
    background-color: var(--white);
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(51, 51, 51, .08);
}

.page:not(.home).page-template-page-contact #contactbelow {
	margin-top: -58px;
    margin-bottom: -110px;
    z-index: 1;
}
.page-template-page-contact #contactbelow .owner {
	position: relative;
    top: 60px;
}
.page-template-page-contact #contactbelow::after {
    content: '';
    position: absolute;
    bottom: -130px;
    width: 100%;
    height: 500px;
    background: #e0e6eb;
    background: linear-gradient(180deg, rgba(224, 230, 235, 1) 0%, rgba(247, 249, 250, 1) 100%);
    z-index: -1;
    clip-path: polygon(0% 10%, 100% 40%, 100% 100%, 0% 80%);
}

.contact-map {
    font-size: 0;
	text-align: center;
	background: var(--main);
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
}
.contact-map::after {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 440px;
    background: var(--main);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}

.contact-map iframe {
    position: relative;
    z-index: 2;
	padding-top: 20px;
}

.page-template-page-contact #brands {
	position: relative;
    z-index: 1;
}
.page-template-page-contact #brands::before {
    content: '';
    position: absolute;
    top: -100px;
    width: 100%;
    height: 200px;
    background: var(--white);
    z-index: 1;
    clip-path: polygon(0% 50%, 100% 0%, 100% 50%, 0% 50%);
    display: none;
}

.page-template-page-contact #brands .home-headline h3 {
    color: #2671a5;
	padding-top: 20px;
}

@media (min-width: 768px) {
  .box2 {
    margin-top: 30px; 
  }
}


/* SPECIALS PAGE */

.special-items {
    padding: 0;
}

.special-items .special {
    /* margin-top: 20px; */
}
.special-items .special {
    height: 100% !important;
}
.special-items .special .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    margin: 3px;
    background-color: var(--white);
}
.special-items:first-of-type .special .content {
    background-color: var(--orange);
}
.special-items .special.slick-active .content {
	opacity: 1;
}
.special-items .special .content .coupon {
    border: 2px dashed #c8d3db;
    border-radius: 8px;
    position: relative;
    padding: 130px 50px 15px 50px;
	height: inherit;
	flex-direction: column;
    justify-content: flex-start;
	flex: 1;
}
.special-items:first-of-type .special .content .coupon {
    text-align: center;
    border-color: #FFF;
}
.special-items .special .content .coupon img {
    display: block;
    position: absolute;
    top: 40px;
    left: 50px;
}
.special-items:first-of-type .special .content .coupon img {
    margin: 0 auto;
    left: 0; right: 0;
    filter: brightness(0) invert(1);
}
.special-items .special .content .coupon h4 {
    color: #b1181e;
    font-family: var(--sofia);
    font-size: 70px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1.4px;
    padding: 0;
    margin: 0;
}
.special-items .special .content .coupon h3 {
    color: var(--main);
    font-family: var(--sofia);
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.6px;
	text-transform: uppercase;
    padding-top: 7px;
    margin: 0;
}
.special-items .special .content .coupon p {
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	text-indent: 0;
	height: 70px;
    padding-top: 25px;
    padding-bottom: 55px;
    margin: 0;
}
.special-items:first-of-type .special .content .coupon h4,
.special-items:first-of-type .special .content .coupon h3,
.special-items:first-of-type .special .content .coupon p {
    color: #FFF;
}

.special-items .special .content .coupon a.button {
    content: "";
	font-family: var(--sofia);
	font-size: 17px;
	color: var(--white);
	font-weight: 700;
    background-color: var(--orange);
	text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    padding: 14px 48px;
    margin-top: 54px;
	line-height: 25px;
}
.special-items:first-of-type .special .content .coupon a.button {
    background-color: var(--main);
}
.special-items .special .content .coupon a.button:hover {
	color: var(--white);
    background-color: var(--main);
}

.special-items .special .content .coupon p.clause {
    color: var(--main);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-indent: 0;
    letter-spacing: -0.32px;
    padding-top: 10px;
    margin-top: 24px;
    border-top: 1px solid #c2cdd5;
}
.special-items:first-of-type .special .content .coupon p.clause {
    color: rgba(255, 255, 255, 0.6);
}
.special-items .special .content .coupon .btnclau {
    bottom: 0;
    position: relative;
    margin-top: auto;
}

.special-items .special .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
.special-items .special .content .overview p strong {
    font-weight: 600;
}
.special-items .special .content .overview p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 25px;
    background-color: #ced3e0;
    border-radius: 10px;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    width: calc(25% + 55px);
    margin-right: -55px;
    margin-top: 24px;;
    padding-left: 0;
    z-index: 4;
}

#sidebar-area > * {
    position: relative;
    z-index: 4;
}

#banners.widget .box a {
    padding: 35px;
}
#banners.widget .box.box-1 a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
}
#banners.widget .box.box-2 a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners.widget .box a::after {
    display: none;
}

#banners.widget .box .icon {
    padding-right: 25px;
}
#banners.widget .box .icon img {
    max-height: 56px;
}

#banners.widget .box .content {
    width: calc(100% - 75px);
}
#banners.widget .box .content h3 {
    font-size: 16px;
}
#banners.widget .box .content p {
    font-size: 25px;
}

#banners #cta {
	position: relative;
	margin-top: 0;
}

#banners #cta .content h3 {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px;
}
#banners #cta .content h2 {
    color: var(--white);
	font-size: 49px;
    line-height: 100%;
    letter-spacing: -0.9px;
	padding: 0 0 15px;
    margin: 0;
}

#banners #cta .content a {
    color: var(--blue);
	font-family: var(--sofia);
	background-color: var(--white);
    display: block;
    width: 260px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
	text-transform: uppercase;
    padding: 0;
    margin: 5px 5px 0;
    border: 1px solid var(--white);
    border-radius: 3px;
}
#banners #cta .content a span {
    font-weight: 300;
}
#banners #cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#banners #cta .content a.phone {
    background-color: var(--blue);
    border: 1px solid var(--blue);
	color: var(--white);
}
#banners #cta .content a.phone:hover {
    color: var(--main);
    background-color: var(--white);
}
#banners #cta .content a.phone i {
    font-size: 14px;
    margin-right: 6px;
    color: var(--orange);
}
#banners #cta .content a.phone:hover i {
    color: var(--main);
}
#banners #cta .content a.schedule i {
    font-size: 13px;
    margin-right: 6px;
    position: relative;
	top: -2px;
}
#banners #cta .content a.schedule:hover {
    color: var(--white);
    background-color: var(--main);
}

.widget-links {
    padding-top: 10px;
    padding-left: 75px;
}
.widget-links h3 {
    color: var(--white);
	font-family: var(--sofia);
    font-size: 55px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -1.1px;
    padding: 28px 10px 27px 40px;
    margin: 0;
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
	width: 350px;
    padding: 15px 0 15px 70px;
    margin: 0;
}
.widget-links ul li a::before {
    content: "\f054";
    color: var(--white);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 50px;
}
.widget-links ul li a::after {
    content: '';
	position: absolute;
	height: 1px;
	width: 270px;
	bottom: 0;
    left: 50px;
	background-color: #eb7150;
}
.widget-links ul li a:hover, .widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: var(--white);
	border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.widget-links ul li a:hover::before, .widget-links ul li a[aria-current="page"]::before {
    color: var(--orange);
}
.widget-links ul li a:hover::after, .widget-links ul li a[aria-current="page"]::after {
    content: none;
}

.widget-links:not(.main-menu) #menu-main-navigation > li:not(:first-of-type) {
    display: none;
}

.widget.box#banners {
    padding-left: 120px;
	margin-top: 0;
}

#sidebar-area .widget-links ~ #banners #cta {
    padding-top: 40px;
}

#sidebar-area #specials {
    margin-top: 40px !important;
    background-color: transparent;
}
#sidebar-area #specials::before,
#sidebar-area #specials::after {
    display: none;
}
#sidebar-area #specials .special .content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    opacity: 1;
}