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

:root {
    --main: #0a6bba;
    --light: #e9f0f4;
    --light2: #e9f0f480;
    --font: "Inter";
    --fontP: "Playfair Display";
}
body{
	font-family: var(--font);
	
}
p, ul li, ol li{
	font-size: 19px;
	font-weight: 200;
}

/* HEADER */

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

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

#header .phone {
    padding: 24px 0 20px 25px;
    
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 2px 0 3px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#header .phone a i {
    position: relative;
    color: var(--main);
    font-size: 16px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    text-decoration: none;
    border-color: #929292;
}

#header .contact a {
    display: inline-block;
    height: 63px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 3px;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}


/* navbar */
.navbar .navbar-nav .nav-link{
	font-weight: 400;
	color: #191919;
}
.navbar{
	margin: auto auto;
}
.navigation{
	width: 100%;
}

/* HERO */

#hero {
    position: relative;
    height: 600px;
    width:100%;
    padding-bottom: 130px;
    
    background:none;
    z-index: 4;
}
#hero.hero-sub:after {
	content: "";
	width: 30px;
	height: 200px;
	background-color: var(--main);
	display: block;
	position: absolute;
	bottom: -100px;
	margin-left: -15px;
	left: 50%;
}
.home #hero{
	height: 703px;
	padding-bottom: 130px;
}


 #hero .apla{
	width: 50%;
	height: 100%;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
}
#hero .row{
	position: relative;
	z-index: 10;
	margin-top: auto;
    margin-bottom: 0;
    padding-top: 50px;
}
#hero .content{
	padding: 0;
}
#hero h3 {
    color: #000;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
    
    font-size: 26px;
	padding-left: 0px;
	padding-top: 20px;
}
.home #hero h3{
	font-size: 30px;
}

#hero h1 {
    color: #000;
    font-size: 70px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
.home #hero h1 {
	font-size: 80px;	
}

#hero h1 strong{
	font-size: 80px;
	font-weight: 700;
	display: block;
	font-family: var(--fontP);
}
.home #hero h1 strong{
	font-size: 102px;
}	
#hero .button{
	display: block;
	margin-top: 10px;
	margin-left: 3px;
}
#hero .button a{
	padding: 20px 60px;
	background-color: var(--main);
	border: 1px solid var(--main);
	border-radius: 2px;
	color: #fff;
	font-size: 21px;
	display: inline-block;
}
#hero .button a:hover{
	background: transparent;
	color: var(--main);
	text-decoration: none;
}



a.button {
	padding: 20px 60px;
	background-color: var(--main);
	border: 1px solid var(--main);
	border-radius: 2px;
	color: #fff;
	font-size: 21px;
	display: inline-block;
	text-decoration: none !important;
}
a.button:hover{
	background: transparent;
	color: var(--main);
	text-decoration: none;
}



/* BANNERS */

#banners {
    position: relative;
    margin-top: -75px;
}
#banners::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.page-template-contact #banners::before {
    display: none;
}

#banners .box {
    position: relative;
    z-index: 9;
}
#banners .box a {
    position: relative;
    padding: 40px 65px;
    background-color: #FFF;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    cursor: pointer;
}
#banners .box.box-1 a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners .box.box-2 a {
    background-color: var(--main);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#banners .box a:hover {
    text-decoration: none;
}
#banners .box a::after {
    content: "→";
    color: #000;
    font-family: "Arial";
    font-size: 24px;
    position: absolute;
    right: 50px;
    transition: all .3s;
}
#banners .box.box-2 a::after {
    color: #FFF;
}
#banners .box a:hover::after {
    right: 35px;
}

#banners .box .icon {
    padding-right: 40px;
}
#banners .box .icon img {
    transition: all .3s;
}
#banners .box.box-2 .icon img {
    filter: brightness(0) invert(1);
}
#banners .box a:hover .icon img {
    transform: rotate(-10deg);
}

#banners .box .content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}
#banners .box.box-2 .content h3 {
    color: rgba(255, 255, 255, .8);
}
#banners .box .content p {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}
#banners .box.box-2 .content p span {
    color: #FFF;
    font-weight: 500;
}

/* ABOUT */

#about {
	padding: 0;
    position: relative;
    margin-top: -60px;
}
#about .about-in{
	width: 90%;
	margin-left: 5%;
	background-color: var(--light);
	padding: 130px 0 110px;
}
#about .col-left{
	padding-left: 0;
	padding-right: 50px;
}
#about .headline {
    padding-left: 45px;
}
#about h4 {
	color: #000;
    font-size: 23px;
    font-weight: 200;
    line-height: 1.7;
    letter-spacing: -0.33px;
    padding: 25px 0 25px 0;
    margin: 0;
}
#about p{
	font-size: 20px;
	line-height: 1.9;
}
#about .headline h2 strong{
	font-weight: 700;
}
#about .headline::after {
    content: "";
    display: block;
    width: 18px;
    height: 100%;
    margin-top: 0;
    background-color: var(--main);
    border-radius: 0px;
    left: -18px;
	top: 0;
	position: absolute;
}
#about .col-right{
	padding: 25px 0;
}

#about .content {
    padding-top: 5px;
    padding-right: 25px;
}
#about .content p {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 22px 0 40px 0;
}
#about .content a::before {
    content: "";
    display: block;
    width: 53px;
    height: 53px;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transition: all .3s;
    display: none;
}
#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: 0px;
    margin-left: 0px;
    font-weight: 300;
    font-family: var(--fontP);
}
#about .content a span::after {
    content: "→";
    font-family: "Arial";
    font-size: 20px;
    padding-left: 7px;
    text-decoration: none;
}

/* HEADLINE */

.home-headline h3 {
    color: #9ca1a4;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: #000;
    font-family: var(--fontP);
    font-size: 63px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.93px;
    padding: 0;
    margin: 0;
}


/* SERVICES */
#services{
	background-color: var(--light2);
	margin-top: -80px;
}
.home #services{
	background: transparent;
}
#services .home-headline h2{
	padding: 80px 0 60px;
	text-align: left;
	font-size: 70px;
}
#services .container-boxes{
	width: 100%;
	max-width: 1450px;
}
#services .item{
	text-decoration: none;
}
#services .item .col-out{
	border: 1px solid #e2ebf0;
	box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
	background-color: #fff;
	margin: 13px;
	padding-bottom: 100px;
	height: 100%;
	position: relative;
	transition-duration: 0.3s;
	top: 0;
}
#services .item .col-in{
	padding: 75px 65px 0 65px;
	min-height: 440px;
	transition-duration: 0.3s;
}

#services .item h2{
	font-weight: 300;
	line-height: 1;
	font-size: 30px;
	padding-top: 30px;
	border-bottom: 3px solid #e1e8ef;
	position: relative;
}
#services .item h2:after{
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background-color: var(--main);
	position: absolute;
	bottom: -3px;
	transition-duration: 0.7s;
}
#services .item:hover h2:after{
	width: 100%;
}
#services .item h2 span{
	color: var(--main);
	display: block;
	font-weight: 600;
	font-size: 34px;
}
#services .item h5{
	color:#383838;
	font-size: 19px;
	font-weight: 200;
	padding-top: 15px;
	line-height: 1.5;
}

#services .item .more{
	background-color: #e1e8ef;
	padding: 40px 63px;
	position: absolute;
	  bottom: 0;
	  width: 100%;
	  transition-duration: 0.3s;
}
#services .item:hover .more{
	background-color: #fff;
}

.more-link .link i,
#services .item .more i{
	width: 55px;
	height: 55px;
	background-color: #fff;
	border-radius: 55px;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	color: var(--main);
}
.more-link .link i{
	background-color: var(--main);
	color: #fff;
	border: 1px solid var(--main);
}
.more-link .link span,
#services .item .more span{
	text-decoration: underline;
}


#services .item:hover .more i{
	background-color: var(--main);
	color: #fff;
}
.more-link .link:hover i{
	background-color: #fff;
	color: var(--main);
}
.more-link .link:hover span{
	text-decoration: none !important;
}
#services .item:hover .col-out{
	top: -10px;
}
#services .item:hover .col-out .more{
	
}

/* 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 calc(50% + 195px);
    max-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: #000;
    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: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.19px;
    padding: 0;
}
#textbox .content a {
    position: relative;
    display: inline-block;
    color: #000;
    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;
    padding: 80px 0 10px;
}

#cta .content h3 {
    display: block;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
#cta .content h2 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 28px 0;
    margin: 10px 0 0 0;
    font-family: var(--fontP);
}

#cta .content a {
    display: block;
    width: 300px;
    height: 67px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0;
    padding: 0;
    margin: 5px 5px 0 5px;
    background-color: var(--main);
    border: 1px solid var(--main);
    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: #fff;
    border: 1px solid var(--main);
    color: #000;
}
#cta .content a.phone:hover {
    color: #000;
    background-color: transparent;
    background-color: var(--light);
}
#cta .fa-phone{
	font-size: 12px;
	  color: var(--main);
	  position: relative;
	  top: -2px;
}


/* wny */
#why{
	position: relative;
	padding: 0px;
	margin-bottom: 40px;
}	
#why .photo{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
#why .in{
	padding: 90px 0 90px 70px;
}
#why .home-headline h2{
	font-family: var(--font);
	font-weight: 200;
	line-height: 1.1;
}
#why .home-headline h2:after{
	content: "";
	width: 160px;
	height: 10px;
	border-radius: 4px;
	background-color: var(--main);
	display: block;
	margin: 20px 0;
}
#why .home-headline h2 span{
	display: block;
	font-family: var(--fontP);
	font-weight: 600;
}
#why .trustpilot-widget iframe{
	width: 250px !important;
}

/* our_process */
#our_process .container{
	max-width: 1450px;
	width: 100%;
	
}
#our_process .home-headline{
	margin-bottom: 50px;
	display: block;
}
#our_process .row-process{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
#our_process .row-process:before{
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: url("img/dots.png");
	background-position-x: left;
	background-repeat: repeat-x;
	content: "";
	display: block;
}
#our_process .item{
	display: flex;
}
#our_process .icon{
	width: 150px;
	height: 150px;
	background-color: var(--main);
	border-radius: 200px;
	text-align: center;
	display: flex;
	min-width: 150px;
	border: 5px solid #fff;
}
#our_process .icon img{
	margin: auto;
}
#our_process .item .txt{
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 30px;
}
#our_process .item .txt h4{
	color: #717171;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}
#our_process .item .txt h3{
	font-weight: 400;
	font-size: 28px;
	margin: 0;
	padding: 0 12px;
	  margin-left: -12px;
	  background-color: #fff;
	  display: inline-block;
}
#our_process .item .txt p{
	color: #383838;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 200;
}

/* 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: #FFF;
    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: #FFF;
    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 {
    position: relative;
}

#reviews .reviews {
    margin-top: 20px;
}

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

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 60px 50px 65px;
    background-color: #f9f9f9;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p {
    position: relative;
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 65px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p:first-of-type::before {
    content: '“';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 18px; left: -85px;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

/* SUBPAGES */

#hero-sub {
    padding: 0;
    padding-top: 100px;
    
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1,
#hero-sub h2.blog-headline {
    color: #000;
    font-size: 68px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 30px 0;
    margin: 0;
    font-family: var(--fontP);
    
}
#hero-sub h1:after {
	width: 240px;
	height: 14px;
	content: "";
	display: block;
	background-color: var(--main);
	position: absolute;
	bottom: -15px;
	z-index: 2;
}

#page-wrapper {
    background-color: var(--light2);
    position: relative;
    
}
.page-template-offer #page-wrapper {
	margin-top: -80px;
}
.page-template-contact #page-wrapper{
	margin-top: -110px;
	padding-top: 170px;
	padding-bottom: 20px;
}
.page-template-contact #contact-wrapper .contact-icons{
	display: none;
}

.first_paragraf-full{
	padding: 0 100px 60px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 1.7;
}
.first_paragraf-full small{
	color:#383838;
	opacity: 0.6;
	font-size: 17px;
	font-weight: 200;
}
#services.services-items{
	padding-top: 150px;
	position: relative;
}

#page-wrapper .container{
	max-width: 1380px;
}
.intro{
	text-align: center;
	font-family: var(--fontP);
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: -1px;
	padding: 50px 0 50px;
	position: relative;
	z-index: 2;
}

#page-wrapper #main {
    position: relative;
    padding:70px 100px;
    background-color: #FFF;
    margin-bottom: 0px;
}
#page-wrapper #main h3.first_paragraf{
	font-size: 21px;
	font-weight: 300;
	text-align: center;
}
#page-wrapper #main h3.first_paragraf:after{
	width: 200px;
	height: 8px;
	background-color: var(--main);
	content: "";
	display: block;
	margin: auto;
	margin-top: 35px;
}
#page-wrapper #main article{
	padding: 10px 80px 40px 80px;
}
.page-template-full #page-wrapper #main article{
	padding: 0;
}


.page-template-full #page-wrapper {
    background-color: var(--light);
}
.page-template-full #page-wrapper #main {
   
    background-color:#fff;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

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

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

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: rgba(0, 0, 0, .8);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}


.page-template-full .entry-content p, 
.page-template-full .entry-content ul li, 
.page-template-full .entry-content ol li {
	color: #383838;
	font-size: 17px;
}

	
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

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

/* 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-intro {
    position: relative;
    background: linear-gradient(0deg, var(--light) 0%, rgb(255, 255, 255) 100%);
}

#contact-intro .box {
    display: flex;
    padding-left: 55px;
}
#contact-intro .box h4{
	font-weight: 200;
	font-size: 16px;
	color: #717171;
	padding-bottom: 0;
	margin-bottom: 10px;
}
#contact-intro .box.box-right{
	padding-right: 55px;
}
#contact-intro .box:first-of-type {
   
}

#contact-intro .box .icon {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #c9c9c9;
}
#contact-intro .box.box-right .icon {
	border-right: none;
	border-left: 1px solid #c9c9c9;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
#contact-intro .box .content.content-right{
	padding-right: 30px;
	padding-left: 0;
}
#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: 24px;
    font-weight: 300;
    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: #000;
    font-size: 26px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: 27px;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}


#contact-wrapper{
	padding-top: 60px;
}
#contact-wrapper .container{
	background-color: var(--light);
	width: 100%;
	max-width: 1550px;
}
#contact-wrapper .home-headline h3{
	color: #000;	
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 0;
}
#contact-wrapper .home-headline h1{
	font-family: var(--fontP);
	font-size: 70px;
	font-weight: 600;
	padding-top: 0;
	color: #000;
}
#contact-wrapper .form {
    margin-top: 20px;
    flex:0 0 1240px;
    margin: auto;
    
}
.form .form-control {
   border: none;
   height: 70px;
   font-weight: 300;
}
.form-control::placeholder {
  color: #000;
}
.form-submit .wpcf7-submit{
	height: 70px;
}

.contact-map {
    font-size: 0; 
    max-width: 1550px;
    width: 100%;
    margin: auto;
    margin-top: 70px;
}
.contact-map iframe {
	height: 450px;
}
.contact-icons .row{
	max-width: 1240px;
	margin: 20px auto 40px; 
	width: 95%;
}
.contact-icons .item{
	display: flex;
}
.contact-icons  .icon{
	flex: 0 0 90px;
	margin-right: 15px;
	width: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 100px;
	background-position: center center;
}
.contact-icons  .icon{
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-icons  .col-phone .icon{ background-image: url("img/icon-contct-2.webp"); }
.contact-icons  .col-email .icon{ background-image: url("img/icon-contct-1.webp"); }
.contact-icons  .col-address .icon{ background-image: url("img/icon-contct-3.webp"); }

.contact-icons .item h5{ 
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 1px;
	color: #000;
	opacity: 0.77;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 22px;
}
.contact-icons .item a{
	color: var(--main);
}
.contact-icons .col-phone.item a{
	font-size: 27px;
	font-weight: 500;
} 
.contact-icons .col-email.item a{
	font-size: 20px;
}
.contact-icons .col-address.item p{
	font-weight: 200;
	font-size: 17px;
	line-height: 1.4;
	padding-top: 5px;
}

/* WIDGETS */

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

#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;
}

.widget-links {
    padding-top: 25px;
    padding-left: 60px;
}
.widget-links h3 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: #40414b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 17px 0 17px 70px;
    margin: 0;
}
.widget-links ul li a::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: 50px;
}
.widget-links ul li a:hover, .widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: #FFF;
}


/* section-text-bottom */
.section-text-bottom{
	padding: 50px 0 40px;
}
.section-text-bottom p{
	font-size: 16px;
}

/* footer */
#footer{
	background:none; 
	padding-top: 0;
}
#footer #menu-footer-menu{
	padding-left: 50px;
}
#footer .col-links{
	padding-top: 10px;
}
#footer .col-links li{
	padding: 2px 0 2px 20px;
	position: relative;
}
#footer .col-links li:before{
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}    
#footer .col-links a{
	color: rgba(255,255,255,0.75);
	font-size: 14px;
}
#footer .col-links a:hover{
	color: var(--main);
}

#footer .col-contact .item{
	padding: 16px 0;
	text-align: right;
	background-image: url("img/footer-icon-1.webp");
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;
	padding-right: 40px;
}
#footer .col-contact .item p{
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer .col-contact .item a:hover{
	color: var(--main);
}
#footer .col-contact .item.item-1{ background-image: url("img/footer-icon-2.webp"); }
#footer .col-contact .item.item-2{ background-image: url("img/footer-icon-3.webp"); }
#footer .col-contact .item.item-3{ background-image: url("img/footer-icon-1.webp"); }


#footer .col-contact .item a, 
#footer .col-contact .item p{
	color: rgba(255,255,255,0.75);
	font-size: 18px;
	text-align: right;
	font-weight: 200;
}


#footer .row-copy {
	
	padding-top: 25px;
	margin-top: 0px;
}
#footer .row-copy{
	border-top: 5px solid #f0f5f8;
}
#footer .menu ul{
	justify-content: center !important; 
}
#footer .menu ul li::after{
	color: rgba(0,0,0,0.5);
	right: -2px;
	  top: 7px;
	  font-size: 14px;
}
#footer .menu ul li a{
	opacity: 0.75;
	color: #000;
  font-size: 16px;
  font-weight: 200;
}


#footer .copy p{
	justify-content: space-between;
	display: flex;
	font-size: 14px;
	opacity:1;
	color: rgba(0,0,0,0.33);
	font-weight: 300;
	justify-content: center;
	font-size: 15px;
	padding: 10px 0;
}



/* contact form */
.section-contact .form{
	background-color: #fff;
	border-radius: 4px;
}
#contact-wrapper.section-contact{
	background: none;
	background-color: var(--light);
	padding-top: 0;
}
#contact-wrapper.section-contact .home-headline{
	padding-top: 90px;
}
#contact-wrapper.section-contact .home-headline h1{
	font-size: 38px;
	color: #000;
}
#contact-wrapper.section-contact .home-headline h3{
	color:#383838;
	font-size: 16px;
}
#contact-wrapper.section-contact .form .wpcf7{
	border: none;
	box-shadow: none;
}
#contact-wrapper.section-contact .form .wpcf7{
	padding-top: 45px;
}

.wrapper-form{
	padding-bottom: 0;
}


/* phones */
.phones{
	display: block;
	margin: 60px 0 0;
}
.phones .item{
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	margin-right: 50px;
} 
.phones .item i{
	font-size: 16px;
	position: relative;
	top: -4px;
	margin-left: 27px;
}
.phones .item i:after{
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background-color: var(--main);
	position: absolute;
	top: -27px;
	left: -26px;
	z-index: 1;
}
.phones .item i:before{
	z-index: 2;
	position: relative;
}
.phones .item:hover{
	text-decoration: none;
}
.phones .item span{
	transition-duration: 0.3s;
	z-index: 2;
	position: relative;
}
.phones .item:hover span{
	opacity: 0.7;
}



/* entry content - iframe */
.entry-content iframe{
	height: 1000px;
}
.entry-content table{
	margin-bottom: 20px;
	width: 100%;
}
.entry-content table td, 
.entry-content table th{
	padding: 15px;
	border: 1px solid #eee;
	font-size: 16px;
	font-weight: 300;
	vertical-align: top;
} 
.entry-content table th{
	font-weight: 500;
}
.entry-content table tr:nth-child(even) td{
	background-color: var(--light2);
}


/* form-do-not-sell */
.form-do-not-sell{
	display: block;
	margin: 20px 0 50px 0;
}
.form-row-checkboxes{
	padding-bottom: 15px;
}
.form-row-checkboxes label.label-checkboxes{
	margin: 10px 0 20px;
	display: block;
	position: unset !important;
}
.form-row-checkboxes .checkboxes{
	margin: 30px 0 20px;
}
.form-row-checkboxes .wpcf7-list-item {
  display: inline-block;
  margin: 0px 0 0px 25px;
  width: calc( 50% - 25px );
}



/* Join */
.page-id-89 #cta{
	display: none;
}



.widgets{
	display: flex;
}
.widgets .trustpilot-widget{
	position: relative;
	transform: scale(0.75);
	transform-origin: left top;
}
.widgets .bbb{
	margin-left: -30px;
}
.widgets .bbb img{
	height: 75px;
	margin-top: 18px;
}