/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.13
*/
 
:root {
    --main: #8e2737;
    --blue: #262a67;
    --gray: #80898f;
    --light: #f0f3f5;
    --dark: #3b3b3b;
    --fontSF: "SF Compact Display";
    --fontP: "Playfair Display";
}
body{
	font-family: var(--fontSF);
	color: var(--dark);
}
/* HEADER */

#header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 65px;
    padding-right: 60px;
    background-color: #FFF;
    transition: all .3s;
}
#header .mobile-phone{
	display: none;
	position: absolute;
	color: var(--main);
}
#header.hello-bar {
    top: 43px;
}
#hello-bar p{
	font-weight: 400;
	font-size: 12px;
}
#hello-bar a{
	background-color: var(--gray);
	font-size: 12px;
	padding: 10px 0; 
	text-transform: uppercase;
}

#hello-bar a span{
	background-color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	margin-left: 10px;
	transition-duration: 0.3s;
	border: 1px solid #fff;
}
#hello-bar a span:hover{
	background-color: rgba(255,255,255,0.5);
}
#header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    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 .logo img{
	width: auto;
	height: 140px;
	transition-duration: 0.3s;
}
#header.sticky .logo img{
	height: 100px;
}

#header .phone {
    padding: 18px 0 18px 25px;
    border-left: 1px solid #e4e4e4;
}
#header .phone a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    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 .phone a span{
	font-weight: 300;
}

.buttonP,
#header .contact a {
    display: inline-block;
  height: 53px;
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.18px;
  padding: 0 30px;
  margin: 0 0 0 25px;
  background-color: var(--main);
  border: 2px solid var(--main);
  border-radius: 2px;
  font-family: var(--fontP);
}
.buttonP:hover,
#header .contact a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#header .navbar .navbar-nav .nav-link{
	font-weight: 500;
}

/* HERO */

#hero {
    position: relative;
    height: 800px;
    padding-bottom: 0px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}

#hero .headline .in{
	width: 780px;
	max-width: 113%;
	background-color: #fff;
	background-image: url("../webp/bg-icon-2.webp");
	background-position: calc( 100% - 20px)  calc( 100% + 50px) ;
	background-repeat: no-repeat;
	margin-bottom: -60px;
	padding: 60px;
	position: relative;
}

#hero.hero-sub .headline .in{
	margin-left: -75px;
	padding-left: 75px;
	border-radius: 4px;
	width: 110%;
}
#hero.hero-sub h1{
	margin-bottom: 30px;
}
#hero.hero-sub h1::after{
	display: none;
}

#hero .headline .in:after{
	content: "";
	width: 100%;
	height: 50px;
	display: block;
	background-position: top right;
	background-image: url("../webp/bg_headline3860.webp?v=1");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	right: 0;
}


#hero h1 {
    color: var(--dark);
    font-family: var(--fontP);
    font-size:52px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.5px;
    padding: 0;
    margin: 0;
}
#hero h1:after {
	content: "";
	width: 170px;
	height: 7px;
	display: block;
	margin: 25px 0 30px;
	background-color: var(--main);
}	
#hero .headline {
	padding-left: 0;
	padding-right: 0;
}
#hero .headline p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}
#hero .headline .buttonP{
	margin-left: 0;
	margin-right: 10px;
	font-size: 19px;
	line-height: 70px;
	height: 75px;
}
#hero .headline .buttons {
	font-weight: 300;
	font-size: 23px;
}
#hero .headline .buttons .phone{
	font-weight: 600;
}






/* ABOUT */

#about {
    position: relative;
    padding: 0;
}
#about .col-left{
	background-color: var(--blue);
	padding: 60px 100px 60px 0;
}
#about .col-left:before{
	content: "";
  width: 2000px;
  display: block;
  background-color: var(--blue);
  height: 100%;
  left: -2000px;
  top: 0;
  position: absolute;
}
#about .col-left .about_title{
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 6px;
	color:rgba(255,255,255,0.75);
	margin-bottom: 0;
	padding: 0;
}
#about .col-left .about_title:after{
	content: "";
	width: 100px;
	height: 5px;
	background-color: var(--main);
	display: block;
	margin: 20px 0;
}
#about .col-left p{
	color:rgba(255,255,255,0.85);
	font-size: 22px;
	padding: 0;
	margin: 0;
}
#about .col-left p strong{
	font-weight: 500;
}


#about .col-right .in{
	padding: 130px 0px 60px 45px;
}
#about .col-right .in p{
	font-size: 19px;
	margin-bottom: 20px;
}
#about .row-more{
	padding: 45px 0;
}	
#about .row-more a{
	font-family: var(--fontP);
	font-weight: 500;
	font-size: 20px;
}

/* HEADLINE */

.home-headline h3,
#cta .home-headline p {
    color: #80898f;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin: 0;
}
.home-headline h2 {
    color: var(--dark);
    font-family: var(--fontP);
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 10px 0 20px;
    margin: 0;
}
.home-headline p {
	font-size: 19px;	
}

.home-headline .bottom-box{
	
	color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 10px;
    display: block;
    margin-bottom: 20px;
	
}

/* SERVICES */
#services{
	background-color: var(--light);
	width: calc( 100% - 50px );
	margin: 0 auto;
}
#services .container{
	max-width: 97%;
	width: 1500px;
}
.service-boxes .box-out{
	flex: 0 0 50%;
	margin-bottom: 13px;
}
.service-boxes .box-out:nth-child(n+3){
	flex: 0 0 33.33%;
}
.service-boxes .icon{
	justify-content: space-between;
	display: flex;
}  
.service-boxes p a{
	color: var(--main);
	cursor: pointer;
}
.service-boxes p a:hover{
	text-decoration: underline;
}
.service-boxes .icon{
	
	height: 90px;	
}
.page-id-18 .service-boxes .logo{
	height: auto;
	margin: auto 0;
	max-width: 250px;
	margin-top: -10px;

}
.service-boxes .logo{
	height: auto;
	margin: auto 0;
	max-width: 100px;
	margin-top: -10px;

}
.service-boxes .box{
	margin: 7px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.01);
	border: 1px solid #e6ebee;
	border-radius: 4px;
	padding: 40px 50px 60px 50px;;
	height: 100%;
	position: relative;
	transition-duration: 0.3s;
}
.service-boxes .box:hover{
	box-shadow: 0 0 50px rgba(0,0,0,0.08);
	transform: scale(0.99);
}
.phone-box{
	margin-top: 25px;
	margin-bottom: 5px;
}
.phone-box small{ 
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	color: var(--blue);
	display: block;
}
.phone-box span{ 
	font-size: 31px;
	font-weight: 600;
	color: var(--dark);
}
.phone-box span i{
	font-size: 18px;
  position: relative;
  bottom: 3px;
  color: var(--main);
}

.attorneys .box .bottom-arrow,
.news .bottom-arrow,
.service-boxes .box:hover .bottom-arrow{
	background-color: var(--blue);
}
.attorneys .box .bottom-arrow,
.news .bottom-arrow,
.service-boxes .box .bottom-arrow{
	width: 130px;
	height: 130px;
	background-color: var(--main);
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: center;
	padding-top: 70px;
  padding-left: 35px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	transition-duration: 0.3s;
}
.attorneys .box .bottom-arrow,
.news .bottom-arrow{
	width: 110px;
	height: 110px;
	padding-top: 58px;
}
.service-boxes .box-out:nth-child(n+3) .bottom-arrow{
	width: 100px;
	height: 100px;
	padding-top: 50px;
}	
.service-boxes .box-out:nth-child(n+3) .icon img{
	height: 70px;
}
.attorneys .box .bottom-arrow i,
.news .bottom-arrow i,
.service-boxes .box .bottom-arrow i{
	font-size: 25px;
	font-family: "Arial";
	color: #fff;
}
.service-boxes .box a{
	text-decoration: none; 	
}
.service-boxes .box .title{
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
} 
.service-boxes h3{
	font-family: var(--fontP);
	font-size: 30px;
	padding-bottom: 0;
}
.service-boxes h4{
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--blue);
	padding-top: 0;
}
.service-boxes strong{
	font-weight: 500;
}


.service-boxes ul li {
    padding: 0;
    list-style: none;
    position: relative;
}

.service-boxes 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: -20px;
}
.more,
.service-boxes .more{
	position: absolute;
	bottom: 30px;
	font-family: var(--fontP);
	font-weight: 600;
	font-size: 18px;
}
.service-boxes .more:hover{
	text-decoration: underline;
}




/* PHOTO + TEXT */
#textbox{
	padding-bottom: 0;
	position: relative;
	z-index: 10;
}
#textbox .row:nth-child(even) { 
    flex-direction: row-reverse;
}
#textbox .container{
	max-width: 100%;
}
#textbox .photo {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
#textbox .photo img{
	width: 100%;
	max-width: 200%;
}
#textbox .content .in{
	width: 600px;
	margin-left: 50px;
}
#textbox .content .home-headline h2{
	font-size: 45px;
}
#textbox .content .home-headline h2:after{
	content: "";
	width: 200px;
	height: 9px;
	display: block;
	background-color: var(--main);
	margin-top: 25px;
}
#textbox .content h4{
	font-size: 21px;
	font-weight: 400;
	padding: 10px 0;
}
#textbox .content p{
	font-size: 18px;
	
}
#textbox .more{
	position: inherit;
	text-decoration: underline;
}

/* FAST CONTACT */

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


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

#cta .content a {
    display: block;
    width: 340px;
    height: 68px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 64px;
    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: 200;
}
#cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: transparent;
}
#cta .content a.phone {
    background-color: var(--main);
    border: 1px solid var(--main);
    border-radius: 3px;
}
#cta .content a.phone:hover {
    color: #000;
    background-color: transparent;
}
#cta .content a.schedule{
	 background-color: var(--blue);
    border: 1px solid var(--blue);
}
#cta .content a.schedule:hover{
	 background-color: transparent;
    color: var(--blue);
}



/* affiliations */
#affiliations{
	padding: 50px;
}
#affiliations .section-title{
	background-color: #f9f9f9;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
    display: block;
    height: 18px;
}
#affiliations .section-title span{
	background-color: #fff;
	color: rgba(125, 125, 125, 0.76);
	text-transform: uppercase;
	padding: 0 30px;
	letter-spacing: 4px;
	position: relative;
  top: -2px;
}
#affiliations .item{
	-webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.5;
            transition-duration: 0.3s;
            text-align: center;
}
#affiliations .item:hover{
	-webkit-filter: grayscale(0%);
            filter: grayscale(0%);
            opacity: 1;
}

/* 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;
    
    background: linear-gradient(0deg, rgba(240,243,245,1) 23%, rgba(255,255,255,1) 100%);
    margin-top: -60px;
    padding-top: 130px;
}
.home #reviews{
	background: none;
	background-color: var(--light);
}

#reviews .home-headline{
	margin-bottom: 30px;
}
#reviews .container{
	max-width: 1400px;
}


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

#reviews .review {
    height: inherit !important;
    padding-left: 10px;
    padding-right: 10px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 50px 150px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    border-bottom: 5px solid var(--main);
}
#reviews .review .content:before {
	content: "";
	width: 75px;
	height: 55px;
	background-image: url("../webp/q-2.webp");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left:50px;
	display: block;
}

#reviews .review .content .opinion {
    flex: 1;
}

#reviews .review .overview {
	display: flex;
	border-top:1px solid #eee;
	padding-top: 15px;
	align-items: center;
}

#reviews .review .overview p {
    position: relative;
    color: var(--dark);
    font-size: 18px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .overview .photo {
	width: 58px;
	height: 58px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 10px;
}
#reviews .review .overview .photo img{
	height: 100%;
	object-fit:cover;
}

#reviews .review .content .opinion p{
	font-size: 18px;
	font-weight: 200;
	line-height: 1.6;
	color: #595959;
}
#reviews .review .content .opinion p:first-of-type {
	font-family: var(--fontP);
	text-indent: 30px;
	font-size: 20px;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: .5rem;
}

#reviews .review .content .overview{
	flex: 1;
	width: calc( 100% - 100px );
	position: absolute;
	bottom: 25px;
}
#reviews .review .content .overview strong {
    font-weight: 600;
    font-family: var(--fontP);
    font-size: 17px;
    display: flex;
    margin-top: auto;
}
#reviews .review .content .overview small{
	margin-bottom: auto;
}
#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;
}
#reviews .review .content .overview .title{
	position: relative;
	top: 7px;
}
#reviews .review .content .overview small{
	text-transform: uppercase;
	opacity: 0.5;
	font-size: 13px;
	position: relative;
	bottom: 7px;
}
#reviews .review .overview .stars{
	margin-left: auto;
	font-family: "Font Awesome 5 Free";
	color: #d5aa27;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
}


/* contact-box  */
#contact-box{
	position: relative;
	margin: 50px 0;
	padding: 50px 0; 
}

#contact-box .container{
	position: relative;
	z-index: 10;
}
#contact-box .home-headline h3{
	font-size: 15px;
}
#contact-box .home-headline h2{
	font-size: 35px;
}
#contact-box .home-headline h2:after{
	width: 160px;
	height: 5px;
	background-color: var(--main);
	display: block;
	content: "";
	margin-top: 20px;
}
#contact-box  .c-box{
	padding-left: 35px;
	position: relative;
	padding-bottom: 20px;
}
#contact-box .c-box:before{
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	color: var(--main);
	position: absolute;
	left: 10px;
	top: -3px;
}
#contact-box .c-box.c-box-hours:before{
	content: "";	
}
#contact-box  .c-box h4{
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
#contact-box  .c-box p{
	margin-bottom: 0;
	line-height: 1.5;
	padding: 10px 0 2px;
}
#contact-box  .c-box.c-box-hours p {
	line-height: 1.6;
}
#contact-box .c-box.c-box-hours::before{
	top: -1px;
	font-size: 16px;
}
#contact-box  .c-box.c-box-hours p span{
	width: 100px;
	display: inline-block;
}
#contact-box  .c-box small{
	color:#8a8a8a;
	opacity: 0.5;
	display: block;
}	
#contact-box  .c-box .get{
	color: var(--main);
	font-size: 15px;
	text-decoration: underline;
}
#contact-box  .c-box .get:hover{
	text-decoration: none;
	opacity: .7;
}
#contact-box  .c-box .phone{
	color: var(--main);
	font-size: 32px;
	font-weight: 500;
}
#contact-box  .c-box .fax{
	margin-top: 0;
	padding-top: 0;
}
#contact-box .button{
	background-color: var(--main);
	color: #fff;
	border:1px solid var(--main);
	padding: 15px 70px;
	font-size: 18px;
	border-radius: 3px;
	margin-top: 0px;
	display: inline-block;
	transition-duration: 0.3s;
}
#contact-box .button:hover{
	background: transparent;
	color: var(--dark);
	text-decoration: none;
}
#contact-box .bg{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: calc( ( ( 100% - 1320px ) / 2 ) + ( 1320px * 0.64 ) );
	height: 100%;
	
	background-color: var(--blue);
	border-radius: 4px 0 0 4px;
	
}
#contact-box .bg:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 500px;
	height: 500px;
	background-image: url("../webp/icon-contact-bg-2.webp");
	background-repeat: no-repeat;
	opacity: 0.4;
	
}

#contact-box form{
	margin: 20px 0;
}
.form-group > label{
	background: none;
	color: #fff;
	position: inherit !important;
	text-transform: none;
	top: 0;
	left: 0;
	padding: 0 10px;
	font-size: 13px;
}
.form-group {
	margin-bottom: 10px;
}
.form-control{
	border-radius: 2px;
}
.form-submit .wpcf7-submit{
	margin-left: 0;
	border: 2px solid var(--main) !important;
}
.form-submit .wpcf7-submit:hover, .form-submit .wpcf7-submit:active, .form-submit .wpcf7-submit:focus{
	background: transparent !important;
}

/* SUBPAGES */

#hero.hero-sub {
    height: 445px;
    background-size: cover;
    background-position: top 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: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper {
    background-color: var(--light);
    overflow: hidden;
}
.page-template-practice-areas #page-wrapper{
	padding-bottom: 50px;	
}

#page-wrapper #main {
    position: relative;
    padding-top: 70px;
    padding-right: 60px;
    padding-left: 0;
    background-color: #FFF;
    flex: 0 0 75%;
    max-width: 75%;
    border-radius: 0 4px 4px 0;
}
#page-wrapper #main::before {
    content: "";
    display: block;
    width: 75px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: -75px;
    border-radius: 4px 0 0 4px;
}
#page-wrapper #main::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 10px;
	background-color: var(--main);
	display: block;
	content: "";
}

.page-template-full #page-wrapper {
    
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    padding: 50px 75px;
    margin-top: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px;
}
.page-template-faq #page-wrapper #main{
	margin-top: 40px;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}
.page-template-full #page-wrapper #main::after{
	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: 32px;
    font-weight: 600;
    line-height: 1.5x;
    font-family: var(--fontP);
    letter-spacing: -0.33px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--dark);
    font-family: var(--fontP);
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--main);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
    color: var(--main);
}
.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: 18px;
    font-weight: 300;
    line-height: 1.7;
    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{
	height: auto;
}

.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{
	border-top: 1px solid #eee;
	padding: 40px 0 30px;
	margin-top: 20px;
}

.entry-content blockquote{
	position: relative;
}
.entry-content blockquote:before{
		content: '„';
  color: rgba(0, 0, 0, .05);
  font-family: "Montserrat";
  font-size: 140px;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -100px;
  left: 0px;
}
.entry-content blockquote p:first-child{
	text-indent: 40px; 
}

/*.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: 300;
    line-height: 36px;
    margin: 0;
}
*/
.entry-content .content-box-blue{
	background-color: var(--light);
  border-radius: 6px;
  padding: 25px 30px;
  margin-bottom: 30px;
}

/* 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-map {
    font-size: 0; 
}
.contact-map iframe {
    filter: grayscale(100%);
}

/* WIDGETS */

#sidebar-area {
position: relative;
  flex: 0 0 calc(25% + 100px);
  max-width: calc(25% + 100px);
  z-index: 4;
  right: 0;
  margin-right: -190px;
  padding: 0;
}

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

#sidebar-area #cta{
	margin-top: 30px;
}
#sidebar-area #cta .container{
	background-color: #e4e9ec;
	padding: 50px 40px;
	border-radius: 0 3px 3px 0;
}
#sidebar-area #cta .content a{
	margin: 5px auto;
}


.widget-links {
    padding-top: 25px;
    
}
.widget-links p {
    color: var(--dark);
    font-size: 40px;
    font-weight: 600;
    font-family: var(--fontP);
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
}
.widget-links p:after {
	content: "";
	width: 120px;
	height: 8px;
	margin: 20px 0 0;
	background-color: var(--main);
	display: block
}
.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;
    border-radius: 0 4px 4px 0;
}






/* footer */
#footer{
	background: none;
	padding: 0;
	padding-bottom: 50px;
}
#footer .row-bottom{
	border-top:1px solid #eee;
	padding-top: 30px;
}
#footer .menu ul li a{
	color: rgba(0,0,0,0.75);
	font-weight: 300;
}
#footer .copy{
	opacity: 0.33;
	letter-spacing: -1px;
} 
#footer .col-logo img{
	height: 170px;
}


#footer .row-top{
	border-top: 15px solid var(--light);
	padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-reviews #footer .row-top,
.blog #footer .row-top{
	border: none;
}
	

.home #footer .row-top{
	border-top: 15px solid var(--light);
}
.page-template-faq #footer .row-top,
.single #footer .row-top{
	border: none;
}
#footer .row-top .footer_title{
	text-transform: uppercase;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#footer .row-top .footer_title:after{
	width: 50px;
	height: 3px;
	margin-top: 10px;
	background-color: var(--main);
	content: "";
	display: block;
}
#footer .row-top .col-news .footer_title:after{
	margin-left: auto;
	
}
/* news */ 
#footer .col-news ul li{
	list-style: none;
	margin-bottom: 10px;
  margin-top: 7px;
}
#footer .menu-practice-area-footer-container li a,
#footer .col-news ul li a{
	font-size: 16.5px;
}

#footer .row-top a{
	transition-duration: 0.3s;
}
#footer .row-top a:hover{
	opacity: 0.5;
}

#footer .menu-practice-area-footer-container ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#footer .menu-practice-area-footer-container li{
	list-style: none;
	flex: 0 0 50%;
	
}
#footer .col-news ul li{
	line-height: 1.1;
	margin-bottom: 10px;
}
#footer .menu ul li::after{
	color: rgba(0,0,0,0.3);
}
.social-media ul li a{
	background-color: var(--light);
	border: none !important;
	font-weight: 300;
}
.social-media ul li a::after{
	font-weight: 500;
	font-size: 17px;
}

.social-media ul li a:hover{
	background-color: var(--blue);
}	




/* intro */
.row-intro{
	padding: 50px 0 0px;
}
.row-intro p{
	font-size: 20px;
	font-weight: 400;
}
.row-content{
	margin-top: 50px;
}


/* full */
.page-template-full #footer .row-top{
	border: none
}


/* 404 */
.error404 #page-wrapper #main{
	margin-left: 14.5%;
	margin-top: 40px;
}
.error404 #footer .row-top{
	border: none;
}


/* contact page */
.contact-page-box{
	background-color: var(--light);
	padding: 80px 0 20px;
}
.col-form h3{
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0 5px;
}


.page-template-contact #footer .row-top{
	border: none;
}
.contact-map{
	position: relative;
}
.contact-map:after{
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--light);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}


/* index wrapper */
#index-wrapper{
	background-color: var(--light);
	padding-top: 150px;
}
.news .content .time-cat{
	display: none !important;
}
.news .content h2, .news .content h3{
	font-family: var(--fontP);
}
.news .content p{
	font-weight: 300;
}
.news .content h2::after, .news .content h3::after{
	height: 1px;
	width: 100%;
	background-color: #e9e9e9;
}
.news .content .more span{
	color: var(--dark);
	background: none;
	padding: 0;
	border: none;
}
.news .content .more::before{
	display: none;
}
.news > a{
	transition-duration: 0.3s;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}
.news > a:hover{
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}
.news a:hover .bottom-arrow{
	background-color: var(--blue);
}
.news .content .more{
	bottom: 20px;
}


/* single-wrapper */
.single .entry-content p:first-child a img{
	width: 50%;
  float: right;
  margin-right: -20px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.entry-content figure,
.entry-content img{
	max-width: 100%;
}
.entry-content .wpcf7-form{
	margin-top: 50px;
}
.entry-content .form-submit .wpcf7-submit:focus,
.entry-content .form-submit .wpcf7-submit:hover{
	color:var(--main);
}
.entry-content .form-group > label{
	color: #000;
}
.entry-content .gallery{
	display: block;
}
.single #hero h1{
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 0;
}
.single #hero.hero-sub .headline .in:after{
	width: 200px;
	height: 10px;
	background-color: var(--main);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 75px;
}
#single-wrapper{
	background-color: var(--light);
}
#single-wrapper .single-top {
	display: none !important;
}
#single-wrapper #main{
	background-color: #fff;
	border-radius: 4px;
	margin-top: 50px;
	padding: 70px 75px;
}
#single-wrapper .back{
	margin-top: 40px;
}
#single-wrapper .back::after{
	background-color: var(--light);
}
#single-wrapper  .bottom-single{
	width: 100%;
	border-top:1px solid #eee;
	margin-top: 40px;
}

#recent-posts{
	padding-top: 0px;
	background-color: var(--light);
	
}
#recent-posts h2{
	font-size: 45px;
	font-family: var(--fontP);
	font-weight: 600;
	padding-bottom: 50px;
}


/* pa-services */
.pa-services{
	width: 100% !important;
	padding-top: 0 !important; 
	padding-bottom: 60px !important; 
}
.text_boxes{
	padding: 0;
	padding-bottom: 80px;
	background-color: var(--light);
}
.text_boxes .container{
	max-width: 1400px;
}
.text_boxes .box{

}
.text_boxes .box .content{
	padding: 20px;
	height: 100%;
	position: relative;
	padding-bottom: 60px;
}
.text_boxes .title h2{ 
	font-family: var(--fontP);
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 15px;
}
.text_boxes .buttonP{
	margin-left: 0;
	position: absolute;
	bottom: 0;
}
.row-bottom{
	padding-left: 40px;
	padding-right: 40px;
}
#footer .row-bottom{
	padding-left: 0;
	padding-right: 0;
}



/* Attorneys */
.attorneys{
	padding-top: 100px;
}
.attorneys .box {
	margin-bottom: 20px;
}
.attorneys .content .title{
	padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.attorneys .box .in{
	height: 100%;
	background-color: #fff;
	position: relative;
	padding-bottom: 50px;
	border-radius: 5px;
   overflow: hidden;
   transition-duration: 0.3s;
   box-shadow: 0 0 50px rgba(0,0,0,0.0);
   
   
}
.attorneys .box a:hover .in{
	box-shadow: 0 0 50px rgba(0,0,0,0.08);
	transform: scale(0.99);
}
.attorneys .box h2{
	font-family: var(--fontP);
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
}
.attorneys .content{
	padding: 20px 45px;
}
.attorneys .box h4{
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: var(--blue);
}
.attorneys .box a:hover,
.attorneys .box a{
	text-decoration: none;
}
.attorneys .box a:hover .bottom-arrow{
	background-color: var(--blue);
}


/* staff */
.staff .photo{
	float: right;
	width: 250px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.staff .box{
	margin-bottom:20px;
}


/* reviews */ 
.review-item .review{
	padding: 30px 0;
}
.review-item .opinion h3{
	font-size: 25px;
	text-indent: 40px;
	position: relative;
}
.review-item .opinion h3:before{
	content: '„';
  color: rgba(0, 0, 0, .05);
  font-family: "Montserrat";
  font-size: 140px;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -50px;
  left: -40px;
 } 
  
.review-item .review p{
	font-style: normal;
	font-weight: 300;
}
.review-item .opinion p:before{
	display: none;
}
.review-item .overview .photo{
	border-radius: 100px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.review-item .overview{
	display: flex;
	align-items: center;
}
.review-item .overview .title{
	
}
.review-item .overview .title small{
	display: block;
}
.review-item .overview .stars{
	font-family: "Font Awesome 5 Free";
	margin-left: auto;
	color: #d5aa27;
	font-weight: 600;
}
.review-item .overview strong{
	font-weight: 500;
	font-size: 17px;
}


