/*
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: #0a62c1;
    --dark: #093565;
    --font: "Inter";
    --fontP: "Playfair";
}
body{
	font-family: "Inter";
	color: var(--dark);
}
/* HEADER */
#header .skip-link{
	display: none;
}
#header {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 65px;
    padding-right: 60px;
    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{
	width: 380px;
}
#header .logo a {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#header .logo img{
	width: 100%;
	height: auto;
}

#header .phone {
    padding: 18px 0 18px 25px;
    border-left: 1px solid #e4e4e4;
}

#header .phone a span{
	font-size: 16px;
	font-weight: 300;
	display: block;
	color: var(--dark);
}
#header .phone a {
    position: relative;
    display: inline-block;
    
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.46px;
    padding: 2px 0 3px 0;
    margin: 0;
    
    color: var(--main);
	background-image: url("img/icon-phone.webp");
	background-repeat: no-repeat;
	padding-left: 48px;
	background-size: 35px auto;
	background-position-y: 9px;
}
#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: 54px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.18px;
    padding: 0 30px;
    margin: 0 0 0 25px;
    background-color: var(--main);
    border: 2px solid var(--main);
    border-radius: 4px;
}
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
.navbar .navbar-nav .nav-link{
	font-size: 19px;
	font-weight: 500;
	color: var(--dark);
}

/* HERO */

#hero {
	height: 630px;
	padding: 0;
	margin-bottom: -40px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

#hero .container .row,
#hero .container{ 
	height: 100%;
} 
#hero .content{
	display: flex;
}
#hero .content .in{
	margin: auto 0;
}
#hero h3 {
    color: var(--dark);
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
#hero h1 {
    color: var(--dark);
    font-size: 90px;
    font-family: var(--fontP);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#hero h2 {
    color: var(--dark);
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#hero .buttons {
	display: block;
	padding-top: 30px;
	font-size: 19px;
}
#hero .buttons .button{
	background-color: var(--main);
	border-radius: 4px;
	padding: 19px 40px;
	color: #fff;
	display: inline-block;
} 
#hero .col-photo .photo{
	height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 860px;
  border-radius: 30px 30px 30px 290px;
	
}
#hero .buttons .button_phone{
	padding-left: 20px;
	font-weight: 300;
}
#hero .buttons .button_phone a{
	color: var(--main);
	font-weight: 500;
}






/* ABOUT */

#about {
    position: relative;
    background-color: var(--main);
    background-image: url("img/s.png");
    background-repeat: no-repeat;
    background-size: 400px auto;
    margin: 0 2%;
    width: 96%;
    border-radius: 10px;
    padding-top: 110px;
}

#about .headline {
    padding-left: 0px;
}
#about .headline h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    line-height: 39px;
    letter-spacing: -0.33px;
    padding: 0;
    margin: 0;
    font-family: var(--fontP);
}
#about .headline h2::after {
    content: "";
    display: block;
    width: 300px;
    height: 12px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 2px;
}

#about .content {
    padding-top: 5px;
    padding-right: 25px;
}
#about .content p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    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 0 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;
}
#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 h3 {
    color: var(--dark);
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: var(--dark);
    font-size: 84px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.93px;
    padding: 0;
    margin: 0;
    font-family: var(--fontP);
}


/* SERVICES */
#services .home-headline{
	padding-bottom: 40px;
}
#services .container{
	max-width: 1480px;
}
#services .box{
	padding: 10px;
	display: flex;
	transition-duration: 0.3s;	
}
#services .box:hover{
	transform: scale(0.98);
}
.modal-content,
#services .box .in{
	padding: 50px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	overflow: hidden;	
	padding-bottom: 80px;
}
.modal-content{
	padding-left: 190px;
	padding-right: 70px;
}
.modal-content .icon,
#services .box .icon{
	position: absolute;
	top: 45px;
	left: 45px;
	z-index: 10;
}
.modal-content:after,
#services .box .in:after{
	width: 250px;
	height: 250px;
	background-color: var(--main);
	border-radius: 200px;
	display: block;
	position: absolute;
	left: -80px;
	top: -80px;
	content: "";
	transition-duration: 0.3s;
}
#services .box:hover .in:after{
	background-color:#3080d7;
}	
.modal-content h2,
#services .box h2{
	margin-left: 130px;
	font-family: var(--fontP);
	letter-spacing: -1px;
	font-size: 42px;
	font-weight: 700;
	line-height: 35px;
	min-height: 125px;
	transition-duration: 0.3s;
}
#services .box:hover h2{
	color: var(--main);
}
.modal-content h2{
	min-height: auto;
	border-bottom: 6px solid #e3e9f0;
	margin-bottom: 20px;
	margin-left: 0;
}
.modal-content h2 span,
#services .box h2 span{
	font-weight: 300;
	font-size: 35px;
	
}
#services .box .more{
	border-top: 1px solid #eee;
	font-family: var(--fontP);
	letter-spacing: -0.7px;
	font-size: 19px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: calc( 100% - 50px );
	padding: 15px 0 25px;
}
#services .box .more i{
	color: var(--main);
	font-size: 16px;
	margin-left: 6px;
} 


/* FAST CONTACT */

#cta {
    position: relative;
}
#cta .content h2 span{
	font-weight: 300;
}

#cta .content h2 {
    color: var(--dark);
    font-size: 29px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 28px 0;
    margin: -10px 0 0 0;
}

#cta .content a {
    display: block;
    width: 250px;
    height: 60px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 58px;
    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: var(--dark);
    border: 1px solid var(--dark);
}
#cta .content a.phone:hover {
    color: var(--dark);
    background-color: transparent;
}


/* attorney */
#attorney {
	padding: 20px 0;
	overflow: hidden;
}
#attorney .container{
	padding: 55px 0;
}
#attorney .container,
#attorney .container .row{
	position: relative;
	z-index: 10;
}
#attorney .container:after{
	position: absolute;
	width: 100%;
	margin-right: -60px;
	background-color: #ecf2f9;
	display: block;
	content: "";
	height: 100%;
	top: 0;
	right: -100px;
	z-index: 1;
	border-radius: 10px 10px 140px 10px;
	background-image: url("img/j.webp");
	background-position-x: 90%;
	background-position-y: bottom;
	background-repeat: no-repeat;
}
#attorney .photo img{
	border-radius: 10px;
  margin-left: -60px;
  max-width: 200%;
  width: calc( 100% + 30px );
}
#attorney .content {
	display: flex;
}
#attorney .content .in{
	margin: auto 0;
}
#attorney .home-headline h3{
	text-transform: none;
	letter-spacing: -0.2px;
}
#attorney .home-headline h2{
	font-size: 67px;
}
#attorney .home-headline h2:after{
	width: 200px;
	height: 8px;
	border-radius: 2px;
	background-color: var(--main);
	content:"";
	display: block;
	margin: 20px 0;
}
#attorney .text p{
	font-size: 18px;
}


/* education */
#education .home-headline h2{
	font-size: 45px;
	color: var(--main);
	border-bottom: 4px solid #f4f5f7;
	padding-bottom: 20px;
	margin-bottom: 35px;
}
#education .content h3{
	font-size: 23px;
	font-weight: 300;
	padding-left: 30px;
	position: relative;
	padding: 0 0 0 30px;
	
}
#education .content h3:after{
	width: 10px;
	border-radius: 2px;
	background-color: var(--main);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
#education .col-left{
	padding-right: 30px;
}
#education .col-right{
	padding-left: 30px;
}
#education .content h4{
	color:var(--main);
	padding: 10px 0 15px;
}
#education .content a{
	color: var(--main);
	text-decoration: underline;
}

/* REVIEWS */
.review-photo{
	height: 700px;
	background-image: url("img/testimonials.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 94%;
	max-width: 1800px;
	margin: 0 auto;
}
.review-photo .container{
	height: 100%;
	display: flex;
}
.review-photo .home-headline{
	margin: auto 0 100px 0;
}
.review-photo .home-headline h3,
.review-photo .home-headline h2{
	color:#fff;
	line-height: 1;
}
.review-photo .home-headline h3{
	font-size: 22px;
	text-transform: none;
}
.review-photo .home-headline h2{
	line-height: 0.8;
}

.review-boxes{
	margin-top: -100px;
}
#reviews {
    position: relative;
    padding-top: 0;
}

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

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

#reviews .review {
    height: inherit !important;
    padding:20px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 45px 50px 145px 50px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    position: relative;
}
#reviews .review .content:after{
	width: 120px;
	height: 100px;
	background-image: url("img/q.webp");
	background-repeat: no-repeat;
	background-position: left top;
	
	content: "";
	position: absolute;
	left: 40px;
	top: -15px;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion h3{
	font-family: var(--fontP);
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-indent: 69px;
  line-height: 30px;
  position: relative;
  z-index: 10;
}
#reviews .review .content .opinion p {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}

#reviews .review .content .overview{
	border-top: 3px solid #eee;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: calc( 100% - 100px );
    padding: 20px 0 35px;
}
#reviews .review .content .overview img{
	width: auto;
	height: 40px;
	margin-top: 10px;
}

#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview .person .stars{
	color: #fbba03;
}



/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #ecf2f9;
    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: var(--dark);
    font-size: 120px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
    font-family: var(--fontP);
}

#page-wrapper {
    background-color: #f9f9f9;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
    background-color: #FFF;
}
#page-wrapper #main::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -100vw;
}

.page-template-full #page-wrapper {
    background-color: #FFF;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.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 {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--dark);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--dark);
}

.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(--dark);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

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

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\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-color: #f9f9f9;
}

#contact-intro .box {
    display: flex;
    padding-left: 55px;
    
}
#contact-intro .box:first-of-type {
    padding-left: 150px;
}

#contact-intro .box .icon {
    width: 60px;
}

#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: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(51, 51, 51, .08);
}


#contact{
	padding: 0;
	background-color: #ecf2f9;
	overflow: hidden;
}
#contact .home-headline{
	padding-bottom: 20px;
}
#contact .home-headline h2{
	font-family: var(--font);
	font-size: 45px;
}
#contact .home-headline h2 span{
	font-weight: 300;
}
#contact .col-right{
	padding: 100px 60px;
}
#contact .box {
	padding: 20px 0 20px 50px;
}
#contact .box h4{
	font-size: 17px;
	padding: 0;
	margin: 0;
}
#contact .box p{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#contact .box a{
	color: var(--main);
	font-weight: 300;
	text-decoration: underline;
}
#contact .box a.get{
	font-size: 15px;
	color: var(--main);
	font-weight: 300;
}
#contact .box a.phone{
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
#contact .box h4{
	position: relative;
}
#contact .box h4:before{
	content: "\f3c5";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    left: -30px;
}
#contact .box.box-phone h4:before{
	content: "\f095";
}
#contact .box.box-email h4:before{
	content: "\f0e0";
}
.contact-map {
    font-size: 0; 
    height: 100%;
}
.contact-map iframe {
    height: 100%;
}



#footer{
	background: none;
	color: var(--dark);
}
.copy p{
	color: #acb7c4;
	
	letter-spacing: -0.2px;
	font-size: 13px;
}
#footer .menu ul li a{
	color: var(--dark);
	font-weight: 300;
}
#footer .menu ul li::after{
	color: var(--dark);
}
.social-media ul li a{
	background-color: #ecf2f9;
	border: 1px solid #ecf2f9;
}
.social-media ul li a::after{
	color: var(--dark);
	font-weight: 600;
	font-size: 19px;
	
}
.social-media ul li a:hover{
	background-color: var(--dark);
	border: 1px solid var(--dark);
}


/* modal */
.modal{
	--bs-modal-width: 1100px;
}
.modal-content{
	position: relative;
}
.modal-content h2{
	font-size: 56px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.btn-close{
	position: absolute;
  right: 30px;
  top: 30px;
  background-color: #e3e9f0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 11px;
  color: var(--dark);
}
.modal-content a{
	font-weight: 500;
	text-decoration: underline;
}
.modal-content p.intro{
	font-size: 18px;
}




#sticky-footer p{
	color: var(--dark);
}
#sticky-footer .col-sm-2 img{
	filter: brightness(0) saturate(100%) invert(30%) sepia(94%) saturate(1265%) hue-rotate(189deg) brightness(85%) contrast(97%);
}	