/**
 * ESSENTIALS CHILD THEME: "PROVEN"
 *
 * @format
 */

/* Hide label text */
i.fa-brands.fa-google {
	color: var(--color-body-text);
}
::placeholder {
	color: red;
}
h3.gsection_title {
	color: var(--color-body-text);
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
}

/* Add icon instead */
body .gform_wrapper .icon-name label:before {
	content: '\f007';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 20px;
	color: var(--color-body-text);
	top: 0px;
	left: -4px;
	position: absolute;
}

body .gform_wrapper .icon-name label:before {
	content: '\f007';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 20px;
	color: var(--color-body-text);
	top: 0px;
	left: -4px;
	position: absolute;
}

body .gform_wrapper .icon-phone label:before {
	content: '\f095';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 20px;
	color: var(--color-body-text);
	top: 0px;
	left: -4px;
	position: absolute;
}

body .gform_wrapper .icon-email label:before {
	content: '\f0e0';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 20px;
	color: var(--color-body-text);
	top: 0px;
	left: -4px;
	position: absolute;
}

body .gform_wrapper .icon-message label:before {
	content: '\f086';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	font-size: 20px;
	color: var(--color-body-text);
	top: 0px;
	left: -4px;
	position: absolute;
}

.button {
	border-radius: 0;
}

/* HERO BANNER */
.hero {
	position: relative;
	width: 100%;
	margin-top: calc(var(--header-height) + 15px);
}

.hero-holder {
	position: relative;
}

.hero-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.hero-content {
	z-index: 1;
	width: 54%;
	position: relative;
	line-height: 1.4;
	font-weight: 500;
	color: var(--color-primary);
	font-size: 1rem;
	min-height: 280px;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.hero-content .hero-title {
	font-weight: 400;
	line-height: 1.15;
	font-size: 1.688rem;
	margin-bottom: 10px;
	color: var(--color-white);
	font-family: var(--font-family-heading);
}

.hero-content .hero-subtitle {
	margin-bottom: 10px;
}

.hero-content .button {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	text-transform: none;
}

.hero-form {
	z-index: 1;
	align-self: center;
	position: relative;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-image:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-connect form {
	margin-top: 20px;
	display: none;
}

.hero-connect form.is-active {
	display: block;
}

.hero-connect h2 i {
	transition: 0.3s all ease-in-out;
}
.hero-connect h2 {
	margin: -10px 0;
	cursor: pointer;
}

.hero-connect h2.is-active i {
	transform: scaleY(-1);
}

@media screen and (min-width: 768px) {
	.hero-content {
		min-height: 605px;
	}

	.hero-content .button {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1.25rem;
	}

	.hero-form {
		width: 400px;
	}
}

@media screen and (min-width: 1025px) {
	.hero {
		margin-top: 150px;
	}

	.hero-inner {
		max-height: 682px;
	}
	.hero-content {
		width: 50%;
		font-size: 1.625rem;
	}

	.hero-content .hero-subtitle {
		margin-bottom: 20px;
		font-size: 1.625rem;
	}

	.hero-content .button {
		margin-top: 30px;
		font-size: 1rem;
		padding: 20px;
		border: none;
		text-transform: uppercase;
	}

	.hero-content .hero-title {
		font-size: 3.125rem;
		margin-bottom: 0px;
		color: var(--color-white);
	}
	.hero-content .hero-title1 {
		font-size: 3.125rem;
		margin-bottom: 0px;
		color: var(--color-white);
		text-transform: capitalize;
		font-family: var(--font-family-body);
	}
}

@media screen and (min-width: 1200px) {
	.hero-content .hero-subtitle {
		margin-bottom: 30px;
	}

	.hero-content .hero-title {
		font-size: 3.6rem;
		letter-spacing: -1px;
	}
	.hero-content .hero-title1 {
		font-size: 80px;
		font-weight: 500;
		line-height: 1.07;
		letter-spacing: normal;
	}
}

/* SOCIAL REVIEWS */
.social-reviews {
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--color-body-text);
	background-color: var(--color-light-blue);
}

.social-reviews-holder {
	position: relative;
}

.social-reviews-items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.social-reviews-item {
	position: relative;
	text-align: center;
	padding: 0 20px;
}

.social-reviews-item-icon {
	font-size: 1.875rem;
}

.social-reviews-content {
	line-height: 1.8;
	font-size: 1rem;
}

.social-reviews-content p {
	margin-bottom: 5px;
	font-size: 16px;
	color: var(--color-black);
}

.social-reviews-item .social-reviews-stars {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin-bottom: 0;
	color: var(--color-light-gray);
}

@media only screen and (min-width: 767px) {
	.social-reviews {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.social-reviews-items {
		flex-direction: row;
		gap: 30px;
	}

	.social-reviews-item {
		padding-left: 60px;
		text-align: left;
		padding-right: 0;
		flex: 1;
	}

	.social-reviews-item-icon {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 1.5;
		font-size: 2rem;
	}

	.social-reviews-info {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 10px;
	}

	.social-reviews-item ul {
		justify-content: left;
	}
}

/* INTRO */
.intro {
	padding-top: 30px;
	padding-bottom: 54px;
}

.intro h2 {
	font-size: 2.5rem;
}

.intro-image {
	margin-bottom: 20px;
}

.intro-image img {
	width: 100%;
	display: block;
	border-radius: 5px;
}

.intro-content {
	font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.intro h2 {
		font-size: 3.125rem;
	}

	.intro-holder {
		display: flex;
	}

	.intro-image {
		width: 43.3%;
		margin-bottom: 0;
		margin-right: var(--gutter-size);
	}

	.intro-content {
		flex: 1;
		align-self: center;
	}
}

@media screen and (min-width: 1025px) {
	.intro-image {
		margin-right: 93px;
	}
}

/* CASES */
.cases {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: var(--color-light-gray);
	/* background-image: url('/wp-content/uploads/bg-scaled.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cases-content {
	max-width: 890px;
	margin: 0 auto 50px;
	font-size: 1.375rem;
	text-align: center;
}

.cases-content h2 {
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--color-body-text);
}
.cases-content p {
	color: var(--color-body-text);
}
.cases-item {
	display: flex;
	padding: 15px 0;
	margin-top: -1px;
	font-weight: bold;
	min-height: 108px;
	align-items: center;
	font-size: 1.125rem;
	color: var(--color-primary);
	border-top: 1px solid var(--color-white);
	border-bottom: 1px solid var(--color-white);
}

a.cases-item span {
	transition: color 0.25s ease;
}

a.cases-item span:hover,
a.cases-item span:focus {
	color: var(--color-secondary);
}

.cases-item i {
	width: 70px;
	display: block;
	font-size: 1.2rem;
	color: var(--color-light-blue);
}

.cases-item span {
	flex: 1;
	display: block;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.3;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 500;
	font-size: 25px;
	color: var(--color-body-text);
}

@media screen and (min-width: 768px) {
	.cases {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.cases-content {
		line-height: 1.5;
		margin-bottom: 40px;
	}

	.cases-content h2 {
		margin-bottom: 20px;
	}

	.cases-content p:last-child {
		margin-bottom: 0;
		color: var(--color-body-text);
	}

	.cases-holder {
		display: grid;
		column-gap: 60px;
		grid-template-columns: repeat(2, 1fr);
	}

	.cases-item {
		font-size: 1.1rem;
	}

	.cases-item i {
		width: 60px;
	}
}

/* BRANDS */
.brands {
	padding-top: 30px;
	padding-bottom: 30px;
}

.brands-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: center;
}

.brands-item {
	display: flex;
	justify-content: center;
}

.brands-image {
	max-width: 100%;
}

.brands-image img {
	width: 100%;
	height: auto;
	max-width: 160px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 480px) {
	.brands-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.brands {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.brands-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.brands-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* FEATURES */
.features {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: var(--color-secondary);
	/* 	background: linear-gradient(to bottom, rgba(48, 94, 41, 1) 0%, rgba(141, 198, 63, 1) 100%)
 */
	/* 	background: linear-gradient(to bottom, rgba(179, 88, 27, 1) 0%, rgba(255, 204, 153, 1) 100%); */
	background: linear-gradient(to bottom, rgba(3, 52, 63, 1) 0%, rgba(98, 194, 206, 1) 100%);
}

.features h2 {
	font-size: 2.5rem;
	margin-bottom: 35px;
	color: #fff;
}

.features-holder {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 50px;
}

.features-item {
	display: block;
	font-weight: 500;
	font-size: 1.25rem;
	position: relative;
	transition: all 0.3s ease;
	padding-bottom: 10px;
	outline: none;
}

.features-item i {
	font-size: 1.75rem;
	color: var(--color-white);
}

.features-item-name {
	margin-bottom: 20px;
	color: #fff;
}

.features-item-icon {
	margin-bottom: 16px;
}

.features-item-icon img {
	max-width: 80px;
	margin: 0 auto;
}

.features-item-icon i {
	font-size: 3rem;
}

.features-item-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: var(--color-primary);
	padding: 20px;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 10;
	color: var(--color-white);
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.features-item.active .features-item-content,
.features-item:focus .features-item-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.features-item-content p {
	color: #fff;
	margin-bottom: 0;
}

.features-item .fa-plus {
	transition: transform 0.3s ease;
}

.features-item.active .fa-plus,
.features-item:focus .fa-plus {
	transform: rotate(45deg);
}

@media only screen and (min-width: 767px) {
	.features {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.features h2 {
		font-size: 3.125rem;
		margin-bottom: 60px;
	}

	.features-holder {
		grid-template-columns: repeat(2, 1fr);
	}

	.features-item-content {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1025px) {
	.features-holder {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TESTIMONIALS */
.testimonials {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.testimonials h2 {
	font-size: 2.5rem;
}

.testimonials-slide {
	width: 100%;
	max-width: 920px;
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.testimonials-slide p {
	font-size: inherit;
	font-style: italic;
	font-weight: 700;
	font-family: var(--font-family-heading);
	color: var(--color-light-blue);
}
.testimonials-slider {
	position: relative;
	padding: 0 25px;
}

@media only screen and (min-width: 767px) {
	.testimonials {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.testimonials-name {
		font-size: 1.2rem;
	}

	.testimonials-slide {
		line-height: 1.8;
		font-size: 1.375rem;
	}

	.testimonials-slider {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* PREFACE */
.preface {
	background-color: var(--color-light-gray);
}

.preface-image {
	margin-left: calc(var(--gutter-size) * -1);
	margin-right: calc(var(--gutter-size) * -1);
}

.preface-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 375 / 230;
}

.preface-content {
	font-size: 1.375rem;
	padding: var(--gutter-size) 0;
}

.preface-content p:last-child {
	margin-bottom: 0;
}

.preface-content h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
	.preface-holder {
		display: flex;
		flex-direction: row-reverse;
	}

	.preface-content {
		flex: 1;
		line-height: 1.55;
		align-self: center;
		padding-top: calc(var(--gutter-size) * 2);
		padding-bottom: calc(var(--gutter-size) * 2);
	}

	.preface-image {
		width: 404px;
		margin-left: 0;
		aspect-ratio: unset;
		margin-left: calc(var(--gutter-size) * 2);
	}
}

@media only screen and (min-width: 1024px) {
	.preface-holder {
		min-height: 599px;
	}

	.preface-image {
		margin: 0;
		width: 504px;
		margin-left: 120px;
	}
}

@media only screen and (min-width: 1200px) {
	.preface-image {
		margin-left: 150px;
	}
}

/* RECOVERED */
.recovered {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.recovered-holder {
	position: relative;
}

.recovered-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.recovered-item {
	font-size: 1.125rem;
	padding: 0 20px;
}

.recovered-item-title {
	font-size: 1.25rem;
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
}

.recovered-item-title strong {
	font-size: 3.125rem;
	display: block;
}

.recovered-item-tag {
	font-size: 1rem;
	text-decoration: none;
	font-style: italic;
	font-weight: 700;
	display: inline-flex;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.recovered-item-tag i {
	display: none;
	padding-right: 10px;
	font-size: 1.875rem;
}

.recovered-item p {
	margin-bottom: 10px;
}

.recovered-item-tag:focus span,
.recovered-item-tag:hover span {
	text-decoration: underline;
}

.recovered-item-link {
	font-size: 1rem;
	font-weight: 700;
}

.recovered-item-link i {
	padding-left: 7px;
}

.recovered-link {
	text-align: center;
	margin-top: 20px;
}

@media only screen and (min-width: 767px) {
	.recovered {
		padding-top: 120px;
		padding-bottom: 120px;
		text-align: left;
	}

	.recovered-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.recovered-item {
		font-size: 1.25rem;
		padding: 0;
	}

	.recovered-item-title {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.recovered-item-title strong {
		font-size: 3.75rem;
		margin-bottom: 4px;
	}

	.recovered-item-tag {
		font-size: 1.125rem;
		margin-bottom: 18px;
	}

	.recovered-item-tag i {
		display: unset;
	}

	.recovered-item p {
		margin-bottom: 25px;
	}

	.recovered-item-link {
		font-size: 1.125rem;
	}

	.recovered-link {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 1025px) {
	.recovered-items {
		grid-template-columns: repeat(3, 1fr);
		gap: 50px;
	}
}

/* VIDEOS */
.videos {
	background-color: var(--color-primary);
	padding-top: 35px;
	padding-bottom: 45px;
}

.videos .swiper-pagination {
	bottom: 0;
}

.videos .swiper-slide {
	margin-bottom: 50px;
}

.videos-content {
	text-align: center;
	max-width: 930px;
	margin: 0 auto 25px;
}

.videos-content p:last-child {
	margin-bottom: 0;
}

.videos-content h2 {
	font-size: 2.5rem;
	color: var(--color-white);
	text-transform: capitalize;
	margin-bottom: 12px;
}

.videos-item {
	text-align: center;
	text-decoration: none;
}

.videos-item:focus,
.videos-item:hover {
	color: var(--color-white);
}

.videos-item p,
.videos-content p {
	font-size: 1.25rem;
	color: var(--color-white);
}

.videos-item p {
	line-height: 1.2;
	font-weight: 700;
}

.videos-item p:last-child {
	margin-bottom: 0;
}

.videos-item-img {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	max-height: 190px;
}

.videos-item-img i {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 67px;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.25rem;
	background-color: var(--color-primary);
	border-radius: 100%;
}

.videos-item-img img {
	display: block;
	transition: 200ms all ease-in-out;
	border-radius: 6px;
}

.videos-item:focus .videos-item-img img,
.videos-item-img:hover img {
	transform: scale(1.05);
}

@media only screen and (min-width: 767px) {
	.videos {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.videos-content {
		margin-bottom: 35px;
	}

	.videos-content h2 {
		font-size: 3.125rem;
		margin-bottom: 23px;
	}
}

/* ATTORNEYS */
.attorneys {
	padding-top: 40px;
	padding-bottom: 40px;
}

.attorneys-title {
	text-align: center;
	font-size: 3.125rem;
}

@media screen and (min-width: 768px) {
	.attorneys {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	.attorneys-title {
		margin-bottom: 80px;
	}
}

/* NEWS */
.news {
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: var(--color-gray);
}

.news-slider {
	position: relative;
}

.news-heading {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 24px;
}

.news-item {
	background-color: var(--color-white);
	padding: 32px;
	font-size: 1.25rem;
	box-shadow: 0 3px 75px rgba(0, 0, 0, 0.051);
}

.news-item h3 {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: var(--color-primary);
}

.news-item h3 a {
	color: inherit;
}

.news-item ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
	font-size: 0.875rem;
}

.news-item li {
	align-items: center;
	display: inline-flex;
}

.news-item li i {
	font-weight: normal;
	margin-right: 5px;
	color: var(--color-primary);
}

.news-item li a {
	color: var(--color-alternate);
}

.news-item li:not(:last-child) {
	margin-right: 5px;
}

.news-item p {
	margin-bottom: 15px;
}

.news .swiper-button-prev {
	left: -25px;
}

.news .swiper-button-next {
	right: -25px;
}

@media only screen and (min-width: 767px) {
	/* news */
	.news {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.news-heading {
		font-size: 3.125rem;
		margin-bottom: 48px;
	}

	.news-item {
		padding: 45px;
	}

	.news-item h3 {
		font-size: 1.875rem;
		margin-bottom: 8px;
	}

	.news-item ul {
		font-size: 1rem;
		margin-bottom: 18px;
	}

	.news-item li:not(:last-child) {
		margin-right: 10px;
	}

	.news-slider {
		padding-left: 90px;
		padding-right: 90px;
	}

	.news .swiper-button-prev {
		left: 0;
	}

	.news .swiper-button-next {
		right: 0;
	}
}

/* ACTION */
.action {
	width: 100%;
	position: relative;
	color: var(--color-white);
	background: var(--color-primary);
}

.action-content {
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
	font-size: 1.125rem;
	padding-bottom: 45px;
	text-transform: uppercase;
}

.action-content p {
	letter-spacing: 1px;
	color: #fff;
}

.action-content h2 {
	font-size: 2.5rem;
	margin-bottom: 15px;
	color: var(--color-white);
	text-transform: none;
}

p.action-call-text {
	color: var(--color-light-blue);
	margin-bottom: 10px;
}

.action-phone {
	line-height: 1;
	color: var(--color-light-blue);
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 2.12rem;
	text-decoration: none;
}

.action-phone:hover,
.action-phone:focus {
	color: var(--color-white);
}

.action-phone i {
	font-size: 66%;
	margin-right: 14px;
}

.action-form {
	padding-bottom: 50px;
}

.action-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.action-image:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-light-gray);
	opacity: 0.8;
}

.action-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.action-content-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 540px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 767px) {
	.action-content h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.action-form {
		width: 350px;
		display: flex;
		padding-bottom: 0;
		align-items: center;
		background-color: var(--color-primary);
	}

	.action-content {
		flex: 1;
		align-self: center;
		padding-left: 50px;
		padding-right: 50px;
	}

	.action-holder {
		width: 100%;
		display: flex;
		min-height: 550px;
	}
}

@media only screen and (min-width: 1025px) {
	.action-form {
		width: 412px;
	}

	.action-phone {
		font-size: 2rem;
	}
	.hero-content .sub-title {
		max-width: 100%;
		color: var(--color-white);
		margin-top: 26px;
		font-size: 30px;
		font-stretch: normal;
		font-style: normal;
		font-weight: 300;
		margin-bottom: 9px;
		white-space: nowrap;
	}
}

/* INFO */
.info {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 1.25rem;
}

.info p:last-child {
	margin-bottom: 0;
}

.info a {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.info {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* attorney box */
.attorney-single-box {
	padding: 0;
	display: block;
	margin-bottom: 20px;
	position: relative;
	text-decoration: none;
}

.attorney-result-image-container {
	position: relative;
	transition: all 200ms ease-out;
	background-color: var(--color-light-blue);
}

.attorney-result-image-container:before {
	left: 0;
	bottom: 0;
	width: 100%;
	content: '';
	height: 130px;
	display: block;
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 66, 118, 0) 0%, #004276 100%);
}

.attorney-result-image-container img {
	width: 100%;
	height: auto;
	display: block;
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
	background: rgba(2, 62, 138, 0.8);
	transition: opacity 200ms ease-out;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	opacity: 0;
}

.page-template-template-attorneys .attorney-single-box:hover .attorney-single-box-info,
.page-template-template-attorneys .attorney-single-box:focus .attorney-single-box-info {
	opacity: 1;
}

.attorney-single-box .attorney-single-box-info {
	padding: 20px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	transition: opacity 200ms ease-out;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 0;
	color: var(--color-white);
}

.attorney-single-box h2 {
	margin-bottom: 5px;
	font-size: 1.3rem;
}

.attorney-single-box-info p {
	font-size: 1rem;
	text-transform: uppercase;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-row-gap: 15px;
		grid-column-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1025px) {
	.attorney-results {
		grid-template-columns: repeat(2, 1fr);
	}
}
h2.exp-title1 {
	margin-bottom: 0px;
}
h2.exp-title2 {
	margin-bottom: 20px;
}

.swiper-slide.module-badges-a-single {
	text-align: center !important;
}
.swiper-slide.module-badges-a-single {
	text-align: center;
}

.cases-content li,
.cases-content h3 {
	color: #fff;
	font-size: 1.25rem;
}

.cases-content h3 {
	font-size: 28px;
}
.ginput_container.ginput_container_consent {
	text-align: left;
	/* justify-content: left; */
	position: relative;
	justify-content: left;
	align-items: flex-end;
	display: grid;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	/*     padding-top: 6px!important; */
	font-size: 12px !important;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
	padding-bottom: 10px;
}
