/*
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: #0a0f46;
	--red: #c41d1d;
	--white: #fff;
	--black: #000;
	--lora: 'Lora', serif;
	--poppins: 'Poppins', sans-serif;
}

/* HEADER */

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

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

#header .logo img {
    width: 180px;
    transition: all .5s;
}

#header.sticky .logo img {
    width: 110px;
}

#header .phone {
	color: var(--main);
	font-size: 19px;
	font-weight: 200;
	letter-spacing: -0.38px;
    border-left: 1px solid #cacce4;
	text-align: right;
    padding: 18px 0 18px 25px;
}
#header .phone a {
	color: #131b6d;
	font-family: var(--lora);
	font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.46px;
	position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#header .phone a i {
    position: relative;
    color: #888a8b;
    font-size: 20px;
    padding-right: 5px;
    top: -2px;
}
#header .phone a:hover {
    text-decoration: none;
    border-color: #929292;
}

#header.sticky .phone {
    padding: 8px 0 8px 25px;
}

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

/* HERO */

#hero {
    background-color: var(--main);
    background-size: cover;
    background-position: top center;
    z-index: 4;
    position: relative;
    height: auto;
	padding-top: 30px;
    padding-bottom: 0;
}

#hero h1 {
	color: var(--white);
	font-family: var(--lora);
	font-size: 47px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.5px;
	padding-bottom: 60px;
	width: calc(100% + 80px);
}
#hero h1 span {
	color: var(--orange);
	border-bottom: 4px solid var(--orange);
}

#hero .photo {
	width: calc(58.33333333% + 220px);
	margin-left: -220px;
}

#hero .photo > div {
    display: block;
    width: 100%;
    height: 635px;
    background-size: cover;
    background-position: center;
	border-radius: 8px 8px 0 8px;
}

#hero .content {
	position: relative;
    right: -30px;
    padding-top: 80px;
}

#hero .highlights {
    padding: 1rem 0;
    border-radius: 0 8px 8px 0;
	position: relative;
	padding: 40px 80px 30px;
	transform: translate(-54px);
    width: calc(100% + 240px);
}
#hero .highlights .subt {
	color: var(--main);
    font-family: var(--lora);
	font-size: 25px;
	line-height: 140%;
	font-weight: 500;
	letter-spacing: -0.25px;
}
#hero .highlight::after {
	max-height: 60%;
	content: "";
	position: absolute;
	height: 100%;
	height: 100%;
	right: 0;
	width: 2px;
	background-color: #e2e2e2;
	top: 50%;
	transform: translateY(-50%);
}
#hero .highlight {
	padding: 0 30px;
	position: relative;
}
#hero .highlight::after {
	background: #c3c7c9;
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	left: 0;
}
#hero .highlight:first-child::after {
	display: none;
}
#hero .highlight .v {
	color: var(--main);
	font-family: var(--lora);
	font-size: 60px;
	line-height: 100%;
	font-weight: 500;
	letter-spacing: -0.6px;
}
#hero .highlight .u {
	color: #888a8b;
	font-family: var(--lora);
	font-size: 27px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: -0.3px;
	text-transform: uppercase;
}
#hero .highlight .m {
	color: var(--main);
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: -0.3px;
	margin-top: 15px;
}
.hero-home .highlight::after {
	content: "";
	position: absolute;
	height: 100%;
	height: 100%;
	right: 0;
	width: 2px;
	background-color: #e2e2e2;
	box-shadow: 0 4px 4px rgba(1, 2, 3, .25);
	top: 50%;
	transform: translateY(-50%);
}

/* slogans */

#slogans {
    background-color: #0a0f45;
	padding-top: 50px;
    padding-bottom: 50px;
}
#slogans ul {
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
#slogans ul li {
	color: var(--white);
	font-family: var(--lora);
    font-size: 40px;
    line-height: 38px;
    font-weight: 400;
	letter-spacing: -0.4px;
    position: relative;
    display: inline-block;
    padding: 10px 60px;
}

#slogans ul li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 67px;
	background: var(--white);
	opacity: 0.25;
	bottom: -6px;
    margin-left: 57px;
}
#slogans ul li:last-child::after {
	content: none;
}

/* BANNERS */

#banners {
    position: relative;
}
#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, .entry-content .box a {
    position: relative;
    padding: 40px 65px;
    background-color: var(--white);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    cursor: pointer;
}
#banners .box a:hover, .entry-content .box a:hover {
    text-decoration: none;
}
#banners .box a::after, .entry-content .box a::after {
    content: "→";
    color: var(--black);
    font-family: "Arial";
    font-size: 24px;
    position: absolute;
    right: 50px;
    transition: all .3s;
}
#banners .box a:hover::after, .entry-content .box a:hover::after {
    right: 35px;
}
#banners .box .content h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 6px 0;
    margin: 0;
}
#banners .box .content p {
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 0;
}

/* PARTNERS */

#partners .slick-arrow {
    height: 100%;
}
#partners .slick-prev::before, #partners .slick-next::before {
    color: #888a8b;
}

#partners .slick-list {
    margin: 0 20px;
    width: calc(100% - 40px);
}
#partners .slick-track {
    display: flex !important;
}
#partners .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit !important;
}
#partners .slick-slide img {
    margin: 0 auto;
}
#partners .slick-prev {
    left: 0;
}
#partners .slick-next {
    right: 0;
}


/* CASES */

#cases {
    background-color: #0a0f45;
}

#cases h2, #cases h3, #cases h4 {
	color: var(--white);
}
#cases h3, #cases h2 {
	font-size: 50px;
	font-family: var(--lora);
	line-height: 100%;
	letter-spacing: -0.5px;
	padding: 0 0 10px 0;
}
#cases h4, #cases p {
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	letter-spacing: -0.5px;	
	max-width: 80%;
    margin: 0 auto;
}

#cases .link {
	margin-bottom: 40px;
}
#cases .link a {
	text-decoration: underline;
    text-underline-offset: 3px;
	display: inline-block;
    position: relative;
}
#cases .link a::after {
	content: '→';
	position: absolute;
	margin-left: 5px;
}

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

#cases .content {
    height: inherit !important;
    background-color: var(--white);
	border-radius: 10px;
	padding: 40px 20px 30px;
	transition: all .3s;
	border: 1px solid #353b76;
}
#cases .content a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
#cases .content p {
    max-width: 100%;
	color: var(--main);
	font-size: 17px;
	font-weight: 200;
	line-height: 25px;
	letter-spacing: -0.34px;
    text-align: center;
}
#cases .content .cost {
	color: var(--main);
	font-family: var(--lora);
    font-size: 42px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.5px;
	margin: 20px 0 10px 0;
}
#cases .content .name {
	color: #888a8b;
    font-size: 19px;
	font-family: var(--lora);
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 10px 0;
}

#cases .slick-list {
    padding: 10px 0;
}
#cases .slick-prev, #cases .slick-next {
	transition: all .3s;
}
#cases .slick-prev {
    left: -100px;
}
#cases .slick-next {
    right: -100px;
}

#cases .slick-prev:hover::before, #cases .slick-next:hover::before {
	color: var(--white);
}
#cases .slick-prev:hover {
    left: -110px;
}
#cases .slick-next:hover {
    right: -110px;
}

#cases .content:nth-child(3 of .slick-active) {
    padding: 50px 30px;
	transform: scaleY(1.07);
    box-shadow: 0px 0px 12px 0px #8989897a;
}

/* BG 1 */

#photo-bg-one {
	height: 500px;
	width: 100%;
	background-image: url('/wp-content/themes/click5-wp/img/img-home.webp');
	background-attachment: fixed;
    background-size: cover;
}

/* ABOUT */

#about {
    position: relative;
    background-color: #0a0f45;
}
#about .container {
    background-color: var(--white);
    padding: 40px;
	position: relative;
}
#about .container::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: -40px;
	border-radius: 10px 0 0 10px;
}
#about .container::after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: -40px;
	border-radius: 0 10px 10px 0;
}

#about .home-headline h2 {
    color: var(--main);
	font-family: var(--lora);
	font-size: 50px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
	padding: 0 0 25px 0;
    margin: 0;
}

#about .content {
    padding-top: 5px;
    padding-right: 25px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}
#about .content p {
    color: var(--main);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
}
#about .content a {
    position: relative;
    display: inline-block;
    color: var(--white);
	font-family: var(--lora);
	background-color: #c41d1d;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
	border-radius: 5px;
    padding: 23px 44px;
    margin: 22px 0 0 0;
	text-decoration: none;
}
#about .home-headline a::after {
    content: none;
}
#about .content a:hover {
	background-color: var(--main);
    color: var(--white);
    text-decoration: none;
}
#about .content a:hover::before {
    background-color: transparent;
}

#about .photo img {
	transform: translate(40px);
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

#commitment img {
	height: 339px;
	margin-bottom: 40px;
}

#commitment .headline h2,
#commitment .headline h3 {
	color: var(--main);
	line-height: 100%;
	padding-left: 60px;
	text-align: left;
}

#commitment .content p {
	color: var(--main);
	font-size: 18px;
	line-height: 34px;
	padding-right: 60px;
}

#laborunions {
	background-color: var(--main);
}
#laborunions .headline h3 {
	color: var(--white);
	line-height: 100%;
    margin-bottom: 60px;
    text-align: center;
}
#laborunions .headline .line {
    background-color: rgb(255 255 255 / 30%);
    height: 3px;
    width: 100%;
    margin: 30px 0 60px;
}

#laborunions .content {
    column-count: 2;
    column-gap: 4rem;
}

.community .headline h2,
.community .headline h3 {
	color: var(--main);
	padding: 20px 0;
}
.community .headline p {
	color: var(--main);
	padding: 20px 0;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
}

#recent-posts.posts .news .title,
#recent-posts.community .news .title {
    color: #FFF !important;
    font-family: var(--lora);
    font-weight: 400;
    padding-bottom: 20px;
}
#recent-posts.posts .news .title {
    padding-right: 20px;
    position: absolute;
    top: -100px; left: 200px;
}

/* HEADLINE */

.home-headline h2 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 0 0 30px 0;
    margin: 0;
}
.home-headline p,
.home-headline h3 {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 0 20px 0;
	max-width: 750px;
    margin: 0 auto;
}

.home-headline a {
	color: var(--white);
	text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-block;
    position: relative;
}
.home-headline a:hover {
	text-decoration: none !important;
}
.home-headline a::after {
    content: '→';
    position: absolute;
    margin-left: 5px;
	transition: all 0.3s;
}
.home-headline a:hover::after {
    margin-left: 9px !important;
}

.headline h2,
.headline h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -0.5px;
	text-align: center;
    padding: 0;
    margin: 0;
}

/* SERVICES */

#services {
    background: #0a0f45;
	padding-bottom: 50px;
}

#services .row.g-0 {
    margin-top: 60px;
	width: calc(100% + 144px);
    transform: translate(-72px);
}

#services .home-headline {
    margin-bottom: 20px;
}

#services .home-headline h2 {
    color: var(--white);
    font-size: 50px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0 0 50px 0;
}
#services .home-headline h2 sup {
    top: -26px;
    font-weight: 600;
    font-size: 17px;
    left: 1px;
}

#services .home-headline p,
#services .home-headline h3 {
    color: var(--white);
	font-family: var(--poppins);
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 90%;
}

#services .servall {
	text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-block;
    position: relative;
}
#services .servall::after {
    content: '→';
    position: absolute;
    margin-left: 5px;
}

#services .box {
    width: calc(33.33333333% - 28px);
    margin: 14px;
    display: flex;
    justify-content: center;
}
.archive #services .box,
.page:not(.home) #services .box {
	margin: 6px !important;
    width: calc(25% - 12px);
}

#services .box > a {
	background-position: center;
    background-size: cover;
    position: relative;
    display: block;
	width: 100%;
    height: 100%;
    padding: 64px 10px;
	border-radius: 5px;
    background-size: cover;
    background-position: center;
	border: 2px solid #4f4d72;
	transition: all .3s;
}
#services .box a:hover {
    text-decoration: none;
    transform: scale(1.05);
    z-index: 9;
}
#services .box a:hover::before {
    visibility: hidden;
    opacity: 0;
}
#services .box a:hover::after {
    visibility: visible;
    opacity: 1;
}
#services .box a > * {
    position: relative;
    z-index: 4;
}

#services .box .icon {
    padding-bottom: 33px;
}
#services .box .icon img {
    max-height: 70px;
    transition: all .3s;
}

#services .box .content {
    padding-top: 39px;
	text-align: center;
}
#services .box a:hover .content::after {
    color: var(--main);
}
#services .box .content h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 29px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#services .box a:hover .content h3 {
    color: var(--white);
}
#services .box .content span {
	color: var(--white);
	font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 35px;
	transition: all .3s;
	margin-top: 10px;
}
#services .box a:hover .content span {
	font-family: var(--lora);
	border-radius: 5px;
	background-color: #c41d1d;
	text-transform: none;
}

.archive #services .box > a,
.page:not(.home) #services .box > a {
    padding: 39px 10px;
}
.archive #services .box .content h3,
.page:not(.home) #services .box .content h3 {
    font-size: 26px;
}
.archive #services .box .content span,
.page:not(.home) #services .box .content span {
    padding: 10px 30px;
}

/* SERVICE */

#service.wrapper {
	padding-bottom: 60px;
	background-color: var(--main);
}

#service.two-columns .title h2,
#service.two-columns .title h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 46px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 10px 0 40px 0;
    margin: 0;
}
#service.two-columns .title .line {
    background-color: rgb(255 255 255 / 30%);
    height: 3px;
	width: 100%;
	margin: 30px 0 60px;
}

#service.two-columns.box1 .title h3 {
    padding: 0 0 10px 0;
}

#service.two-columns.box1 .row:last-child::after {
    bottom: -20px;
}

#service.two-columns.box1.wrapper {
    padding-bottom: 80px;
}

#service.two-columns .slogan h4, #service.two-columns .slogan span {
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: -0.21px;
/*     padding: 0 0 0 30px; */
    margin-bottom: 0;
	position: relative;
}

#service.two-columns .slogan h4::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 100%;
	left: 0;
    background-color: #c41d1d;
}

#service.two-columns .content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding-top: 0;
    margin-bottom: 30px;
}

#service .slogan, #page-wrapper .slogan {
    color: var(--white);
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.28px;
}

#service.two-columns .row {
    position: relative;
}
#service.two-columns .row:last-child::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
	bottom: -50px;
    background-color: rgb(255 255 255 / 30%);
}

/* BG 2 */

#photo-bg-two {
	height: 500px;
	width: 100%;
	background-image: url('/wp-content/themes/click5-wp/img/img-home.webp');
	background-attachment: fixed;
    background-size: cover;
}

/* PHOTO + TEXT */

#textbox {
    background-color: #0a0f45;
}

#textbox .container {
    background-color: var(--white);
	padding: 10px;
}

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

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

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

/* FIRM NEWS */

#recent-posts.firm {
    position: relative;
    background-color: var(--main);
}
#recent-posts .home-headline {
    margin-bottom: 40px;
}

#recent-posts.firm .content p.title {
    color: #161f88 !important;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0 !important;
}
#recent-posts.firm .content p {
	color: var(--main) !important;
}
#recent-posts.firm .more span {
    color: var(--main) !important;
}

.firm .news .content .more span {
    color: var(--main);
}
.firm .news .content .more span::after {
    color: var(--main);
}

.firm .posts .slick-track {
    display: flex !important;
}
.firm .news.slick-slide {
    display: block;
    height: inherit !important;
	padding: 0 15px;
}

/* LATEST NEWS */

#recent-posts.posts .news {
    width: calc(50% - 16px);
    margin: 0 8px;
}

#recent-posts.posts h2, #recent-posts.posts h3, #recent-posts.posts p, #recent-posts.posts .more a {
    color: var(--main);
}
#recent-posts.firm h2,
#recent-posts.firm .more a {
    color: #FFF;
}
#recent-posts.firm .home-headline p {
    color: rgb(255 255 255 / 70%);
}


.wrapper.posts.blog .content p {
  color: white !important;
}

.wrapper.posts.blog .more span {
  color: white !important;
}

#recent-posts.posts .content h2 {
	color: var(--white);
    position: absolute;
    right: 20px;
    width: 65%;
    top: -140px;
    font-size: 32px;
    line-height: 42px;
    font-family: var(--lora);
    font-weight: 500;
    letter-spacing: -0.6px;
}

#recent-posts.posts .news > a .photo {
    height: 186px;
    margin-bottom: 0;
    top: 40px;
    width: 186px;
    border-radius: 10px;
    position: relative;
    margin-left: -20px;
}

#recent-posts.posts .home-headline h3, #recent-posts.posts .home-headline p {
	font-size: 17px;
    line-height: 25px;
}
.page-template-about #recent-posts.posts .home-headline p {
    max-width: 100%;
}

#recent-posts.posts .headline .more {
    margin-bottom: 40px;
}

#recent-posts.posts .news .content .more {
	margin-bottom: -13px;
}

#recent-posts.posts .news .title::after,
#recent-posts.community .news .title::after,
#recent-posts.posts .news .content h2::after, #recent-posts.posts .news .content h3::after {
    content: none !important;
}

#recent-posts.posts .news .content {
    padding: 70px 45px 130px 45px;
}

/* FAST CONTACT */

#cta {
    position: relative;
	background-color: var(--main);
	padding-top: 40px;
}
#cta .line {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 30px;
	z-index: 2;
    background-color: rgb(255 255 255 / 30%);
}

#cta .content h2,
#cta .content h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 29px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0 0 28px 0;
    margin: 0;
}

#cta .content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.36px;
    padding: 0 0 28px 0;
    margin: 0;
}

#cta .content a {
    color: var(--white);
	font-family: var(--lora);
    display: block;
    width: 340px;
    height: 60px;
    font-size: 19px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0;
    padding: 0;
    margin: 5px 5px 0 5px;
    background-color: #c41d1d;
    border-radius: 3px;
	border: 1px solid transparent;
}
#cta .content a span {
    font-weight: 500;
}
#cta .content a:hover {
    color: var(--main);
    text-decoration: none;
    background-color: var(--white);
}
#cta .content a.phone {
	color: var(--main);
    background-color: var(--white);
}
#cta .content a.phone:hover span {
	color: var(--white);
}
#cta .content a.phone span {
	color: #676761;
}
#cta .content a.phone:hover {
    color: var(--white);
    background-color: transparent;
	border: 1px solid var(--white);
}

/* FAQ */

#faq-wrapper.box {
    background-color: var(--main);
}
#faq-wrapper.box .container {
    background-color: var(--white);
	position: relative;
}
#faq-wrapper.box .container::before {
    content: "";
    display: block;
    width: 62px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: -62px;
    border-radius: 10px 0 0 10px;
}
#faq-wrapper.box .container::after {
    content: "";
    display: block;
    width: 62px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: -62px;
    border-radius: 0 10px 10px 0;
}

#faq-wrapper .headline h3 {
    color: var(--main);
	font-family: var(--lora);
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
	max-width: 840px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 80px auto 20px;
}
#faq-wrapper .headline h3::after {
	content: "";
    display: block;
    width: 218px;
    height: 7px;
	margin: 0 auto;
    margin-top: 30px;
    background-color: #c41d1d;
}

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

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

/* REVIEWS */

#reviews {
    position: relative;
	padding-top: 0;
	background-color: var(--main);
}

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

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

#reviews .review {
    display: block;
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
	position: relative;
    padding: 90px 140px 70px 300px;
    background-color: var(--white);
	border-radius: 10px;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p.highlight {
    color: var(--main);
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.5px;
    padding: 0 0 20px 0;
    margin: 0;
}
#reviews .review .content .opinion p {
    color: var(--main);
    font-size: 19px;
    font-weight: 200;
    line-height: 34px;
    letter-spacing: -0.19px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p.highlight:first-of-type::before {
    content: '';
    color: var(--main);
    font-family: var(--lora);
    font-size: 150px;
    font-weight: 700;
    position: absolute;
	width: 130px;
	height: 106px;
    top: 100px;
    left: 120px;
	background-image: url('/wp-content/themes/click5-wp/img/apo.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

#reviews .review .content .overview p {
    position: relative;
    color: var(--main);
	font-family: var(--lora);
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: rgb(10 15 70 / 18%);
}

#reviews .home-headline h2 {
    font-size: 50px;
	padding: 60px 0 30px 0;
}

#reviews .slick-prev {
    left: 20px;
}
#reviews .slick-prev::before, #reviews .slick-next::before {
    color: var(--main);
}
#reviews .slick-next {
    right: 20px;
}

#reviews .review .content .overview p span {
    position: absolute;
    display: block;
    right: 0;
    top: 24px;
}

/* SUBPAGES */

#hero-sub {
    height: 464px;
	padding-bottom: 40px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
#hero-sub h1.smaller,
#hero-sub h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 65px;
    font-weight: 600;
    line-height: 77px;
    letter-spacing: -1.3px;
	width: 60%;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1.smaller span,
#hero-sub h3 span {
    color: var(--white);
    font-size: 65px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: -1.3px;
    padding: 0 0 9px 0;
    margin: 0;
}

#hero-sub h1,
#hero-sub h2.blog-headline {
    color: var(--white);
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper {
    background-color: var(--main);
}
#page-wrapper:not(.two-columns) {
    padding-top: 0; 
}

/* ABOUT */

.about#service.wrapper {
    padding-bottom: 80px;
}

#page-wrapper.two-columns .slogan p.highlight {
    color: var(--white);
	font-family: var(--lora);
    font-weight: 400;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: -0.6px;
    padding: 0;
    margin-bottom: 0;
	position: relative;
}
#page-wrapper.two-columns .content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.36px;
    padding-top: 0;
    margin-bottom: 30px; 
}
#page-wrapper.two-columns .content p:last-of-type {
    margin-bottom: 0;
}

#page-wrapper #main {
    position: relative;
    padding-right: 60px;
	padding-top: 40px;
}

#page-wrapper #main article {
	padding-top: 40px;
}

#page-wrapper.our-story {
    position: relative;
}

#page-wrapper.our-story .container {
	background-color: var(--white);
	position: relative;
}
#page-wrapper.our-story .container::before {
    content: "";
    display: block;
    width: 125px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: -125px;
    border-radius: 10px 0 0 10px;
	z-index: 1;
}
#page-wrapper.our-story .container::after {
    content: "";
    display: block;
    width: 125px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    right: -125px;
    border-radius: 0 10px 10px 0;
	z-index: 1;
}

#page-wrapper.our-story h2 {
    color: var(--main);
	font-family: var(--lora);
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 0;
    margin: 60px 0;
	position: relative;
	z-index: 2;
}

#page-wrapper.our-story .photo {
    z-index: 2;
	transform: translate(-137px, 1px);
}

#page-wrapper.our-story .content {
    z-index: 2;
    transform: translate(-77px);
    width: calc(58.33333333% + 80px);
    margin-right: -80px;
}

#page-wrapper.our-story .content p.highlight {
    color: var(--main);
	font-family: var(--lora);
    font-weight: 400;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: -0.5px;
    padding: 0;
	margin-bottom: 40px;
    border-bottom: 0 !important;
}
#page-wrapper.our-story .content p {
    color: var(--main);
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.4px;
    padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #c3c6e3;
}
#page-wrapper.our-story .content a {
    color: var(--main);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0;
	margin-bottom: 45px;
	text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-block;
    position: relative;
}
#page-wrapper.our-story .content a:hover {
	text-decoration: none;
}
#page-wrapper.our-story .content a::after {
    content: '→';
    position: absolute;
    margin-left: 5px;
	transition: all 0.3s;
}
#page-wrapper.our-story .content a:hover::after {
	margin-left: 9px;
}

#service.two-columns.about .slogan p.highlight {
    color: var(--white);
	font-family: var(--lora);
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -0.21px;
    padding: 0;
    margin-bottom: 0;
	position: relative;
}

#service.two-columns.about .content p {
	color: rgb(255 255 255 / 70%);
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.34px;
}

#service.two-columns.about .slogan h4::before {
    content: none;
}

.about#service.two-columns .title h3, .about#service.two-columns .title h2 {
	padding: 10px 0 20px 0;
}

.about#service.two-columns .row:last-child::after {
    bottom: -20px;
}

/* FULL */

.page-template-full #page-wrapper {
    background-color: var(--main);
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

/* CONTACT */

.contactus #contact-intro.content > h2 {
    font-weight: 400;
    padding: 40px 0 10px 0;
    margin: -30px 0  0;
}
.contactus #contact-intro.content > h2 span {
    border-bottom: 0;
    padding: 0px;
    margin: 0 0 1px;
}
.entry-content p.call-gwc,
.contactus #contact-intro.content > p.live-chat {
	font-size: 27px;
	font-family: var(--lora);
	line-height: 41px;
	letter-spacing: -0.54px;
	font-weight: 400;
	color: #c41d1d;
    padding-top: 15px;
}

/* POSTS */

.entry-content h1 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 62px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -1.2px;
}
h1.post-title {
    color: var(--white);
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
h1.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 2px;
}
/* .entry-content h2 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 62px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -1.2px;
} */

.wp-singular #c5_sitemap_wrapper {
    width: 63%;
    clear: none;
}

.entry-content h2, .sitemap_by_click5 h2 {
	color: var(--white);
	font-family: var(--lora);
    font-size: 35px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.7px;
	position: relative;
	padding-left: 40px;
    margin-bottom: 25px;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.entry-content h2::before,
.sitemap_by_click5 h2::before {
    content: "";
    width: 20px;
    height: 25px;
    display: block;
    background-color: #c41d1d;
    position: absolute;
    left: 0;
    top: 29px;
}
.entry-content h3 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.56px;
	position: relative;
	padding-left: 0;
    margin-bottom: 10px;
}
.entry-content h4 {
    color: var(--white);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: var(--white);
}

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

.entry-content p, .entry-content ul li, .entry-content ol li, #laborunions .content ul li {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

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

.entry-content ul, #laborunions .content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li, #laborunions .content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.entry-content ul.three li {
    width: 33%;
    float: left;
}
.entry-content ul li::before, #laborunions .content ul li::before {
    content: "\f054";
    color: #c41d1d;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ul.three + h3, .entry-content ul.three + p {
	clear: both;
	padding-top: 22px;
}

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

#contactbelow {
    background-color: var(--main);
	padding-bottom: 50px;
}

#contact-intro {
    position: relative;
	padding-right: 70px;
}

#contactbelow .form {
    background-color: var(--white);
	padding: 50px 70px;
    border-radius: 10px;
}

#contactbelow .form h2 {
    color: var(--main);
    font-family: var(--lora);
    font-size: 50px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
	margin-bottom: 30px;
}
#contactbelow .form h2 span {
    font-weight: 700;
}

#contact-intro.content > h1,
#contact-intro.content > h2,
#contact-intro.content > a.phone-large,
.entry-content a.phone-large {
    color: var(--white);
	font-family: var(--lora);
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-decoration: none;
    padding: 0 0 8px;
    margin: 0;
}
#contact-intro.content > h1 span,
#contact-intro.content > h2 span {
    display: block;
    color: var(--white);
	font-family: var(--lora);
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0 0 27px;
    margin: 0 0 29px;
	border-bottom: 3px solid #8587a3;
}
#contact-intro.content > a.phone-large:hover,
.entry-content a.phone-large:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
#contact-intro.content h3::after {
	content: "";
}
#contact-intro.content p {
	color: rgb(255 255 255 / 65%);
	line-height: 28px;
}
#contact-intro.content p br {
	line-height: 8px;
}

#contact-intro.content a.cut {
    display: inline-block;
    position: relative;
    color: var(--white);
	font-family: var(--lora);
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 20px 40px;
    margin: 10px 0 60px;
    background-color: #c41d1d;
    border-radius: 3px;
	border: 1px solid transparent;
}
#contact-intro.content a.cut:hover {
    color: var(--white);
    background-color: transparent;
	border: 1px solid var(--white);
}

#contact-intro.content address, #contactbelow.contacts .offices address {
    color: rgb(255 255 255 / 65%);
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}

#contact-intro.content a.phone, #contactbelow.contacts .offices a.phone {
    color: var(--white);
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
	display: block;
    padding: 10px 0 0 0;
    margin: 0;
}
#contact-intro.content a.phone:hover {
	text-decoration: underline;
}

#contact-intro.content a.phone i, #contactbelow.contacts .offices a.phone i {
    font-size: 15px;
}
#contact-intro.content a.phone i::before, #contactbelow.contacts .offices a.phone i::before {
	color: #888a8b;
}

#contact-intro.content .offices h2 {
    color: var(--white);
	font-family: var(--lora);
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.5px;
	padding: 0 0 27px;
    margin: 0 0 10px;
	border-bottom: 3px solid #8587a3;
}
#contact-intro.content .offices a.city, #contactbelow.contacts .offices a.city {
    display: inline-block;
    color: var(--white);
	font-family: var(--lora);
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 5px 0 14px;
    margin: 40px 0 0;
}

#contactbelow.contacts .offices a.city {
	margin: 0;
}
#contactbelow.contacts .offices .boxadd {
	margin-bottom: 60px;
}

#contactbelow .form .logoline {
	position: relative;
	margin-top: 30px;
}
#contactbelow .form .logoline img {
   max-width: 105px;
}

#contactbelow .form .logoline::after {
	content: "";
    position: absolute;
    height: 4px;
    width: 77%;
    background-color: #8487a2;
    bottom: 6px;
    right: 0;
}

.posts .news .content p {
	position: relative;
}

#recent-posts.posts .news .content p::after {
	content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #8487a2;
    bottom: -36px;
    left: 0;
}

.contact-map {
    font-size: 0; 
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    width: calc(33.333333% + 100px);
    margin-right: -100px;
    margin-top: 80px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

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

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

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

.widget-slogans {
    padding-top: 25px;
    padding-left: 60px;
}
.widget-slogans h3 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
}
.widget-slogans ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-slogans 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-slogans 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-slogans ul li a:hover, .widget-slogans ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: var(--white);
}

/* CONTACT FORM - PAGES */

.entry-content .box {
	float: right;
	width: 538px;
	margin-right: -150px;
	margin-left: 65px;
	margin-top: -30px;
}

#banners .form, .entry-content .box .form {
    background-color: var(--white);
	padding: 50px 65px 50px 63px;
    border-radius: 10px;
}

#banners .form h3, .entry-content .box .form h3, .page-template-contact .form h3 {
    color: var(--main);
    font-family: var(--lora);
    font-size: 43px;
	font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.5px;
	margin-bottom: 30px;
}
.entry-content .box .form h3 {
	padding-left: 0;
}
.entry-content .box .form h3::before {
	content: none;
}
#banners .form h3 span, .entry-content .box .form h3 span, .page-template-contact .form h3 span {
    font-weight: 700;
}

#banners .form .logoline, .entry-content .box .form .logoline {
	position: relative;
	margin-top: 30px;
}
#banners .form .logoline img, .entry-content .box .form .logoline img {
   max-width: 105px;
}

#banners .form .logoline::after, .entry-content .box .form .logoline::after {
	content: "";
    position: absolute;
    height: 4px;
    width: 73%;
    background-color: #8487a2;
    bottom: 6px;
    right: 0;
}

/* OFFICES PAGES */

#contactbelow.contacts #contact-intro {
    padding-right: 50px;
}

#contactbelow.contacts .offices {
	padding-left: 50px;
}

#contactbelow.contacts #contact-intro.content > h3, #contactbelow.contacts .offices h2 {
	color: var(--white);
    font-family: var(--lora);
	font-size: 38px;
	line-height: 42px;
	padding: 0 0 27px;
    margin: 0 0 29px;
	border-bottom: 3px solid #8587a3;
}

.practiceareas#page-wrapper #main {
    padding-bottom: 0;
}
.page-template-page-practiceareas #services .row.g-0 {
    margin-top: 10px;
}

.page-template-page-practiceareas #cta {
    padding-top: 0;
}

/* .practiceareas h2 {
    color: var(--white);
    font-family: var(--lora);
    font-size: 66px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -1.3px;
	text-align: center;
	padding: 0;
	margin: 90px 0 0;
} */
.practiceareas h2 {
    color: var(--white);
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.52px;
    position: relative;
    padding-left: 0 !important;
	margin: 0 auto;
    border-bottom: 0;
	max-width: 920px;
}
.practiceareas h3::before, .practiceareas h2::before {
    content: none;
}
.practiceareas h4, .practiceareas span.title {
    color: var(--white);
    font-family: var(--lora);
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.48px;
    position: relative;
    padding-left: 0;
    border-bottom: 0;
}

.practiceareas #breadcrumbs {
	text-align: center;
}

.practiceareas #breadcrumbs::after {
	width: 100%;
}

/* OUR TEAM */

.team h3 {
	color: var(--white);
}

.attorney.news:nth-child(n+5) {
    padding-top: 25px;
}
.news.attorney .photo {
    height: 300px;
    margin-bottom: 0;
    border-radius: 0;
    background-position: top -45px center;
}
.attorney.news .content {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--white);
	border-radius: 0;
	color: var(--main);
}
.attorney.news .content h2,
.attorney.news .content h3,
.attorney.news .content h4 {
    flex: 1;
}
.attorney.news .content p {
	color: var(--main);
}

.attorney.news > a {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 0;
}
.attorney.news > a:hover .content h2 {
    color: var(--red);
}

.single-attorneys .entry-content .js-video-button.video {
    width: 100%;
}

/* BREADCRUMBS */

#breadcrumbs, #breadcrumbs a, #breadcrumbs span, .breadcrumb_last {
	color: rgb(255 255 255 / 60%);
	font-size: 14px;
}
#breadcrumbs {
	position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 3px solid rgb(255 255 255 / 20%);;
}
#breadcrumbs a {
	position: relative;
	text-decoration: underline;
	text-underline-offset: 3px;
}
/* #breadcrumbs a::after {
	content: "»";
	display: inline-block;
	padding: 0 5px 0 9px;
} */

/* LANGUAGES */

.languages {
	transition: all .5s;
	display: inline-block;
	padding: 0 2px;
}

li.menu-item-gtranslate > a {
	display: none;
}

li.menu-item-gtranslate ul.dropdown-menu {
    display: flex;
    position: relative !important;
    margin: -3px -15px 0 10px;
    padding-top: 0;
    border: 0;
    background: none;
    padding: 0;
}
li.menu-item-gtranslate ul.dropdown-menu li a {
    margin: 0 5px;
}
li.menu-item-gtranslate ul.dropdown-menu li a img {
	border-radius: 100%;
    object-fit: cover;
    margin: 3px 5px;
}

li.menu-item-gtranslate ul.dropdown-menu::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100px;
	background-color: #cacce4;
	left: -16px;
    top: -35px;
}

#header.sticky li.menu-item-gtranslate ul.dropdown-menu::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 81px;
    background-color: #cacce4;
    left: -16px;
    top: -25px;
}

/* #header.sticky li.menu-item-gtranslate ul.dropdown-menu {
	display: contents;
} */

.verdicts-slider .slick-prev {
    left: -80px;
}
.verdicts-slider .slick-next {
    right: -80px;
}

.verdicts-slider .slick-track {
    display: flex !important;
}
.verdicts-slider .attorney.news {
    height: inherit !important;
    padding-top: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.verdicts-slider .slick-dots {
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 10px;
}
.single-practices .verdicts-slider .slick-dots {
    display: none !important;
}
.verdicts-slider .slick-dots li {
    margin-top: 6px;
}
.verdicts-slider .attorney.news a {
    background-color: transparent;
    cursor: pointer;
}
.verdicts-slider .attorney.news .content {
    background: transparent;
}
.verdicts-slider .attorney.news .content > * {
    color: #FFF;
}
.verdicts-slider .attorney.news .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.verdicts-slider .attorney.news a.full-content .content p {
    -webkit-line-clamp: unset;
    overflow: unset;
}


.verdicts .slick-list {
    background-size: cover;
    background-position: center;
}
.verdicts .slick-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #090f45;
    opacity: .7;
}
.verdicts.case-type-construction-accidents .slick-list {
    background-image: url('/wp-content/uploads/2023/03/Rectangle-222.jpg');
}
.verdicts.case-type-auto-accidents .slick-list {
    background-image: url('/wp-content/uploads/2023/03/Rectangle-218.jpg'); 
}
.verdicts.case-type-workers-compensation .slick-list {
    background-image: url('/wp-content/uploads/2023/03/Rectangle-224.jpg'); 
}
.verdicts.case-type-other .slick-list {
    background-image: url('/wp-content/uploads/2023/03/Rectangle-230.jpg'); 
}

.a-boxes .slick-track {
    display: flex !important;
}
.a-boxes .slick-arrow {
    display: none !important;
}
.a-boxes .slick-dots {
    margin-top: 10px;
    margin-bottom: 20px;
}

.a-box {
    height: inherit !important;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.a-box .content {
    height: 100%;
    padding: 20px 25px;
    background-color: #FFF;
    border-radius: 10px;
}
.a-box .content .entry-content * {
    color: var(--main);
}
.gform_title{
	display: none;
}