/*
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: #FF8200;
    --text: #13294b;
    --font2: "Playfair Display";
}
/* CC5500 */
/* HEADER */

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

#header .logo {
    text-align: center;
}
#header .logo img {
    max-height: 44px;
    filter: brightness(0) invert(1);
    transition: all .3s;
}
#header.sticky .logo img {
    filter: unset;
}

#header .phone {
    width: 232px;
}
#header .phone a {
    position: relative;
    display: inline-block;
    height: 60px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0 30px;
    margin: 0;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 2px;
}
#header .phone a::before {
    content: "";
    display: inline-block;
    height: 60px;
    vertical-align: middle;
}
/* #header.sticky .phone a,
#header.sticky .phone a i {
    color: var(--main);
} */
#header .phone a i {
    position: relative;
    color: #FFF;
    font-size: 13px;
    padding-right: 5px;
    top: 0;
}
#header .phone a:hover,
#header .phone a:hover i {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
/* #header.sticky .phone a:hover {
    color: var(--text);
} */

#header .schedule a {
    display: inline-block;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0 30px;
    margin: 0;
    background-color: var(--text);
    border: 2px solid var(--text);
    border-radius: 2px;
}
#header .schedule a::before {
    content: "";
    display: inline-block;
    height: 60px;
    vertical-align: middle;
}
#header .schedule a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    border-color: #FFF;
}
#header.sticky .schedule a:hover {
    color: var(--text);
    border-color: var(--text);
}

/* HERO */

#hero {
    position: relative;
    height: 785px;
    padding-bottom: 200px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
.page-template-contact #hero {
    padding-bottom: 295px;
}

#hero .content {
    text-shadow: 10px 16px 32px rgba(33, 39, 59, .75);
}
#hero .content h1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#hero .content h1::after {
    content: "";
    display: block;
    width: 114px;
    height: 2px;
    margin: 27px auto 13px;
    background-color: #FFF;
}
#hero .content h3 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 61px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#hero .content h3 b {
    font-weight: 700;
}
.page-template-contact #hero .content h3 {
    font-size: 75px;
    letter-spacing: -3px;
}
#hero .content p {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.6px;
    padding: 37px 0 0 0;
    margin: 0;
}

/* CONTACT FORM */

#contact-form {
    position: relative;
    z-index: 4;
}
#contact-form::before {
    content: "";
    display: block;
    width: calc(50% - 12px);
    height: calc(100% - 162px);
    background-color: #f3f2ee;
    position: absolute;
    bottom: 0; left: 12px;
}

#contact-form .container > .row {
    position: relative;
    margin-top: -150px;
    background-color: var(--main);
}
#contact-form .container > .row::before {
    content: "";
    display: block;
    width: calc(100% + 80px);
    height: 100%;
    background-color: var(--main);
    border-radius: 4px;
    position: absolute;
    top: 0; left: -40px;
}
#contact-form .row > * {
    position: relative;
    z-index: 4;
}

#contact-form .content {
    padding-top: 65px;
    padding-bottom: 40px;
}

#contact-form .form-field > label,
#hero-sub .form-field > label {
    color: #FFF;
    text-transform: unset;
    background-color: var(--main);
}
#contact-form .form-control,
#hero-sub .form-control {
    height: 64px;
    color: #FFF;
    background-color: transparent;
    border-color: rgba(237, 237, 237, .7);
    border-radius: 2px;
}
#contact-form textarea.form-control {
    height: calc(160px - 1rem);
}
#contact-form .form-submit::before,
#contact-form .form-submit::after {
    content: "";
    width: calc(50% - 140px);
    height: 1px;
    background-color: rgba(255, 255, 255, .35);
    position: absolute;
    top: 29px; left: 0;
}
#contact-form .form-submit::after {
    left: initial;
    right: 0;
}
#contact-form .form-submit .wpcf7-submit,
#hero-sub .form-submit .wpcf7-submit {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 90px;
}

/* INTRO */

#intro {
    position: relative;
}
#intro::before {
    content: "";
    display: block;
    width: calc(50% - 12px);
    height: 100%;
    background-color: #f3f2ee;
    position: absolute;
    top: 0; left: 12px;
}

#intro .row {
    position: relative;
    z-index: 4;
}

#intro .headline p {
    color: var(--text);
    font-family: var(--font2);
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.85px;
    padding: 0;
    margin: 0;
}

#intro .text {
    padding-top: 10px;
    padding-left: 45px;
}
#intro .text p {
    color: #0d0d0d;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.47px;
    padding: 0;
}
#intro .text a,
#who .box .content a {
    position: relative;
    display: inline-block;
    color: #0d0d0d;
    font-family: var(--font2);
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.47px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 18px 0 0 0;
}
#intro .text a:hover,
#who .box .content a:hover {
    text-decoration: none;
}
#intro .text a::after,
#who .box .content a::after {
    content: "→";
    color: var(--main);
    font-size: 17px;
    position: absolute;
    top: 2px; right: -24px;
    transition: all .3s;
}
#intro .text a:hover::after,
#who .box .content a:hover::after {
    right: -28px;
}

/* BOXES */

#boxes {
    position: relative;
}
#boxes::before {
    content: "";
    display: block;
    width: calc(50% - 12px);
    height: 185px;
    background-color: #f3f2ee;
    position: absolute;
    top: 0; left: 12px;
}

#boxes .box a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFF;
    border: 1px solid #ededed;
    border-radius: 3px;
    overflow: hidden;
}
#boxes .box a:hover {
    text-decoration: none;
    border-color: var(--main);
}
#boxes .box a::before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-color: var(--main);
    position: absolute;
    bottom: 0; left: 0;
}

#boxes .box h3 {
    color: var(--text);
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.62px;
    padding: 28px 0 0 55px;
    margin: 0;
}
#boxes .box h3 b {
    font-weight: 600;
}
#boxes .box span {
    position: relative;
    display: inline-block;
    color: #0d0d0d;
    font-family: var(--font2);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.43px;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
    margin: 44px 0 34px 55px;
    transition: all .3s;
}
#boxes .box a:hover span {
    text-decoration: none;
}
#boxes .box span::after {
    content: "→";
    color: var(--main);
    font-size: 17px;
    position: absolute;
    top: 2px; right: -24px;
    transition: all .3s;
}
#boxes .box a:hover span::after {
    right: -28px;
}

/* TEXTBOXES */

#textboxes .content:first-of-type {
    padding-right: 65px;
}

#textboxes .content h3 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.65px;
    padding: 0 0 26px 0;
    margin: 0;
}
#textboxes .content p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.45px;
    padding: 0;
}
#textboxes .content p:last-of-type {
    margin-bottom: 0;
}

/* LIST */

#list {
    position: relative;
    background-color: var(--main);
}
.home #list {
    padding-top: 0;
}
.home #list::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#list > * {
    position: relative;
    z-index: 4;
}

#list .photo {
    width: calc(100% + 210px);
    max-width: calc(100% + 210px);
    margin-left: -105px;
}
#list .photo > div {
    display: block;
    width: 100%;
    height: 640px;
    background-size: cover;
    background-position: top center;
}

#list .headline h2 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.25px;
    padding: 0;
    margin: 0;
}

#list .list ul {
    list-style: none;
    padding: 0;
    margin: -330px 0 0 0;
    columns: 3;
}
#list .list ul li {
    padding: 5px 0;
    border-left: 5px solid #FFF;
}
#list .list ul li a {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0 0 0 16px;
    margin: 0;
}
#list .list ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* CTA */

.cta {
    position: relative;
    background-color: var(--main);
}

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

.cta .content h3 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.8px;
    padding: 0 0 17px 0;
    margin: 0;
}
.cta .content p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.45px;
    padding: 0;
}
.cta .content p b {
    font-size: 20px;
    font-weight: 500;
}
.cta .content p:last-of-type {
    margin-bottom: 30px;
}
.cta .content a {
    display: inline-block;
    width: 310px;
    height: 71px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0;
    margin: 5px 5px 0 5px;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 2px;
}
.cta .content a:hover {
    color: #FFF !important;
    background-color: transparent !important;
}
.cta .content a::before {
    content: "";
    display: inline-block;
    height: 71px;
    vertical-align: middle;
}
.cta .content a i {
    color: var(--main);
    font-size: 14px;
    padding-right: 5px;
}
.cta .content a:hover i {
    color: #FFF;
}
.cta .content a span {
    font-weight: 300;
}

.cta .content a.schedule {
    color: #FFF;
    background-color: var(--text);
    border-color: var(--text);
}

.cta-2 {
    background-color: #FFF;
}
.cta-2 .content h3 {
    color: var(--text);
}
.cta-2 .content a.phone {
    color: #FFF;
    background-color: var(--main);
    border-color: var(--main);
}
.cta-2 .content a.phone i {
    color: #FFF;
}
.cta-2 .content a.phone:hover,
.cta-2 .content a.phone:hover i {
    color: var(--text) !important;
}
.cta-2 .content a.schedule:hover {
    color: var(--text) !important;
}

/* TEXTBOXES 2 */

#textboxes-2 .row:nth-child(even) {
    flex-direction: row-reverse;
}

#textboxes-2 .content {
    padding-right: 65px;
}
#textboxes-2 .row:nth-child(even) .content {
    padding-left: 65px;
    padding-right: 15px;
}
#textboxes-2 .content h3,
#textboxes-3 .content h3 {
    position: relative;
    color: var(--text);
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}
#textboxes-2 .content h3::after,
#textboxes-3 .content h3::after {
    content: "";
    display: block;
    width: 136px;
    height: 9px;
    margin: 20px 0 23px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#textboxes-2 .content p,
#textboxes-3 .content p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.45px;
    padding: 0;
}
#textboxes-2 .content p:last-of-type,
#textboxes-3 .content p:last-of-type {
    margin-bottom: 0;
}

#textboxes-2 .photo {
    width: calc(50% + 115px);
    max-width: calc(50% + 115px);
    margin-left: -115px;
    padding: 0;
}
#textboxes-2 .row:nth-child(odd) .photo {
    margin-left: 0;
    margin-right: -115px;
} 
#textboxes-2 .photo > div {
    display: block;
    width: 100%;
    height: 530px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}

#textboxes-3 .content:first-of-type {
    padding-right: 40px;
}
#textboxes-3 .content:last-of-type {
    padding-left: 80px;
}

/* WHO */

#who .photo {
    width: calc(50% + 230px);
    max-width: calc(50% + 230px);
    margin-left: -230px;
}
#who .photo > div {
 display: block;
    width: 100%;
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#who .box {
    width: calc(50% + 230px);
    max-width: calc(50% + 230px);
    margin-right: -230px;
}
#who .box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 65px;
    background-color: #f3f2ee;
}
#who .box .content h2 {
    position: relative;
    color: var(--text);
    font-family: var(--font2);
    font-size: 55px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.38px;
    padding: 0;
    margin: 0;
}
#who .box .content h2::after {
    content: "";
    display: block;
    width: 180px;
    height: 16px;
    margin: 30px 0;
    background-color: var(--main);
    border-radius: 2px;
}
#who .box .content p {
    max-width: 540px;
    color: #0d0d0d;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.48px;
    padding: 0;
}
#who .box .content p:first-of-type {
    font-family: var(--font2);
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.6px;
}

/* REVIEWS */

#reviews {
    position: relative;
    width: calc(100% - 40px);
    height: 720px;
    display: flex;
    align-items: flex-end;
    margin: 20px auto 0;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
.home #reviews {
    margin-top: 0;
}

#reviews .headline {
    padding-top: 19px;
}
#reviews .headline p {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#reviews .headline h2 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 75px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -1.88px;
    padding: 0;
    margin: 0;
}

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

#reviews .box {
    padding-left: 65px;
    margin-bottom: -20px;
}
#reviews .review {
    position: relative;
    height: inherit !important;
    padding: 83px 55px 30px 55px;
    background-color: #FFF;
    border: 1px solid #dbdde6;
    /* box-shadow: 0 30px 40px rgba(35, 35, 35, .1); */
}
#reviews .review::before {
    content: "";
    display: block;
    width: 80px;
    height: 60px;
    background-image: url('img/icons/icon-quote.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0; left: 65px;
}
#reviews .review > p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.45px;
    padding: 0;
}
#reviews .review > p:first-of-type {
    color: var(--text);
    font-family: var(--font2);
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.68px;
    text-indent: 35px;
}
#reviews .review > p:last-of-type {
    margin-bottom: 0;
}
#reviews .review .overview {
    display: flex;
    align-items: center;
    padding-top: 37px;
}
#reviews .review .overview .avatar {
    width: 76px;
    height: 76px;
    margin-right: 20px;
    background-color: #eee;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}
#reviews .review .overview p {
    color: #0d0d0d;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 5px 0;
    margin: 0;
}

/* BLOG */

#blog {
    position: relative;
    background-color: #f3f2ee;
}

#blog .headline p {
    color: #6d6e70;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
#blog .headline h2 {
    color: #0d0d0d;
    font-family: var(--font2);
    font-size: 65px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 25px 0 54px 0;
    margin: 0;
}

#blog .news .content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* FOOTER */

#footer .logo a.logo {
    display: block;
}
#footer .logo a.logo img {
    max-height: 38px;
    filter: brightness(0) invert(1);
}

#footer .logo a.schedule {
    display: inline-block;
    height: 71px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 65px;
    margin: 40px 0 0 0;
    background-color: var(--text);
    border: 2px solid var(--text);
    border-radius: 2px;
}
#footer .logo a.schedule::before {
    content: "";
    display: inline-block;
    height: 71px;
    vertical-align: middle;
}
#footer .logo a.schedule:hover {
    text-decoration: none;
    background-color: transparent;
}

#footer h4 {
    color: #FFF;
    font-family: var(--font2);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0;
    margin: 0;
}
#footer h4::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 18px 0;
    background-color: #FFF;
    border-radius: 2px;
}

#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li,
#footer .address address,
#footer .address a,
#footer .contact p {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.37px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .address a {
    display: inline-block;
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}
#footer .address a:hover {
    text-decoration: none;
}

#footer .contact h4::after {
    margin-left: auto;
}
#footer .contact > span {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.30px;
    text-transform: uppercase;
    padding: 7px 0 5px 0;
    margin: 0;
}
#footer .contact a.phone {
    display: block;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0 0 13px 0;
}
#footer .contact a.phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
#footer .contact p a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .disclaimer p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.35px;
    padding: 0;
    margin: 0;
}

/* SUBPAGES */

#hero-sub {
    height: 695px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
}

#hero-sub .headline p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    padding: 0 0 25px 0;
    margin: 0;
}
#hero-sub .headline .title {
    color: #FFF;
    font-family: var(--font2);
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.4px;
    padding: 0;
    margin: 0;
}
#hero-sub .headline .title::after {
    content: "";
    display: block;
    width: 320px;
    height: 26px;
    margin-top: 75px;
    background-color: var(--main);
}
.blog #hero-sub .headline .title::after,
.single #hero-sub .headline .title::after,
.page-template-full #hero-sub .headline .title::after {
    margin-left: auto;
    margin-right: auto;
}

#hero-sub .form {
    position: relative;
    margin-bottom: -240px;
    z-index: 9;
}
#hero-sub .form > div {
    padding: 55px 40px 40px 40px;
    background-color: var(--main);
    border-radius: 4px;
}
#hero-sub .form .col-lg-8,
#hero-sub .form .col-lg-4,
#hero-sub .form .col-md-6 {
    width: 100%;
}
#hero-sub .form textarea.form-control {
    min-height: 180px;
}
#hero-sub .form .form-submit .wpcf7-submit {
    width: 100%;
    padding: 0;
}

#page-intro {
    width: calc(100% - 24px);
    margin: 0 auto;
    background-color: #f3f2ee;
}
#page-intro .content {
    padding-right: 50px;
}
#page-intro .content p {
    color: #0d0d0d;
    font-size: 25px;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: -0.63px;
    padding: 0;
}
#page-intro .content p:last-of-type {
    margin-bottom: 0;
}

#page-wrapper #main {
    padding-right: 60px;
}

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

.entry-content h1, .entry-content h2, .post-title {
    color: var(--text);
    font-family: var(--font2);
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.85px;
}
.entry-content h1::after, .entry-content h2::after, .post-title::after {
    content: "";
    display: block;
    width: 136px;
    height: 9px;
    margin-top: 20px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.7px;
}
.entry-content h4 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.58px;
}
.entry-content h5, .entry-content h6 {
    color: var(--text);
    font-family: var(--font2);
}

.entry-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.entry-content a:hover {
    color: var(--main);
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #0d0d0d;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.48px;
    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: 7px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    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: 500;
    line-height: 35px;
    margin: 0;
}

/* SITEMAP */

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

/* WIDGETS */

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

.widget-boxes#boxes {
    margin-top: -120px;
}
.widget-boxes.no-intro#boxes {
    margin-top: 190px;
}
.widget-boxes#boxes::before {
    display: none;
}
.widget-boxes#boxes .box {
    width: 100%;
    margin-bottom: 25px;
}

/* CONTACT PAGE */

#contact-boxes {
    position: relative;
    margin-top: -170px;
    z-index: 9;
}
#contact-boxes::before {
    content: "";
    display: block;
    width: calc(100% - 24px);
    height: 198px;
    background-color: #f3f2ee;
    position: absolute;
    bottom: 0; left: 12px;
}
#contact-boxes > * {
    position: relative;
    z-index: 4;
}

#contact-boxes .box > div {
    height: 100%;
    padding: 30px 35px 25px 55px;
    background-color: #FFF;
    box-shadow: 0 30px 40px rgba(107, 107, 107, .04);
    border-bottom: 12px solid var(--main);
    border-radius: 3px;
}

#contact-boxes .box .headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact-boxes .box .headline h4 {
    color: #0d0d0d;
    font-family: var(--font2);
    font-size: 31px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.78px;
    padding: 0;
    margin: 0;
}

#contact-boxes .box .content .title {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.38px;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}

#contact-boxes .box .content .phone {
    display: inline-block;
    color: var(--main);
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.63px;
    padding: 0;
    margin: 0 0 17px 0;
}
#contact-boxes .box .content .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

#contact-boxes .box .content .fax,
#contact-boxes .box .content a.map,
#contact-boxes .box .content a.email {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}

#contact-boxes .box .content .office {
    color: #0d0d0d;
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}

#contact-boxes .box .content address {
    display: block;
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}

#contact-boxes .box .content a.map {
    margin-top: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#contact-boxes .box .content a.map:hover {
    text-decoration: none;
}

#contact-boxes .box .content a.email {
    margin-bottom: 17px;
}
#contact-boxes .box .content a.email:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

#contact-wrapper {
    position: relative;
    width: calc(100% - 24px);
    margin: 0 auto;
    background-color: #f3f2ee;
}

#contact-wrapper .headline p {
    color: rgba(13, 13, 13, .8);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#contact-wrapper .headline h2 {
    color: var(--text);
    font-family: var(--font2);
    font-size: 65px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.63px;
    padding: 0 0 65px 0;
    margin: 0;
}

#contact-wrapper .form > div {
    position: relative;
    padding: 100px 110px 55px 110px;
    background-color: #FFF;
}
#contact-wrapper .form .form-field {
    margin-bottom: 1.5rem;
}
#contact-wrapper .form .wpcf7-radio {
    display: block;
    margin-top: 15px;
    margin-left: 10px;
}

#contact-map {
    width: calc(100% - 24px);
    font-size: 0;
    margin: 12px auto;
}

/* SERVICE PAGE */

.service-photo {
    width: calc(100% - 24px);
    margin: 0 auto;
}
.service-photo:nth-child(odd) {
    background-color: #f3f2ee;
}

.service-photo:nth-child(even) .row {
    flex-direction: row-reverse;
}

.service-photo .entry-content {
    padding-right: 65px;
}
.service-photo:nth-child(even) .row .entry-content {
    padding-left: 65px;
    padding-right: 15px;
}
.service-photo .entry-content h3 {
    padding-top: 10px;
    margin-bottom: 0;
}

.service-photo .photo {
    width: calc(50% + 115px);
    max-width: calc(50% + 115px);
    margin-left: -115px;
    padding: 0;
}
.service-photo:nth-child(odd) .row .photo {
    margin-left: 0;
    margin-right: -115px;
}
.service-photo .photo > div {
    display: block;
    width: 100%;
    height: 700px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
}