/* ESSENTIALS CHILD THEME: "ATTORNEY FOCUS" */

/* HERO */
.home-hero-inner .form-container, .home-hero-inner .gform_wrapper {
    background: none;
	padding:0px;
}
.home-hero-inner h3.gsection_title{
	display:none;
}
h3.home-hero-tag3 {
    font-weight: 400;
    color: #2ab2ec;
    font-size: 30px;
    font-style: italic;
}
.home-hero {
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 30%;
	height: auto;
	position: relative;
}

.home-hero .row,
.home-hero .row > .columns {
	height: 100%;
}

.home-hero-inner {
	display: block;
	height: 100%;
	padding-top: 70px;
}

.home-hero-mobile-image {
	background-image: url('/wp-content/uploads/home-new-mobile.webp');
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px;
	width: 100%;
}
.home-hero-image-container::after {
	/* content: ""; */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 255, 0), #02294f);
	pointer-events: none;
	content: '';
	opacity: 0.8;
}
.home-hero-large-form {
	padding: 30px 15px;
}

.home-hero-large-form .gform_description,
.home-hero-large-form label {
	color: #fff;
}

.home-hero-large-form-title {
	margin-bottom: 40px;
}

.home-hero .form-container {
	padding: 0;
	background: none;
}

.home-hero-large-form-title h2 {
	color: #fff;
	text-transform: none;
	font-weight: 400;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-hero .home-hero-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
}

.home-hero-navigation .sub-menu {
	display: none !important;
}

.scrolled .home-hero .home-hero-navigation {
	display: none;
}

.home .header .module-header-e-lower {
	display: none;
}

.header .module-header-e-lower {
	display: block;
}

.scrolled .header .module-header-e-lower {
	display: block;
}

@media screen and (max-width:1025px){
	.home-hero-large-form-title h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 27px;
    line-height: normal;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
}

@media screen and (min-width: 550px) {
	.home-hero-mobile-image {
		height: 425px;
	}
}


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


@media screen and (min-width: 768px) {
	.home-hero {
		height: auto;
		/*background-image: url('/wp-content/uploads/hero-image.webp');*/
	}

	.home-hero-large-form {
		margin-left: auto;
		width: 45%;
	}

	.home-hero-mobile-image {
		display: none;
	}

	.home-hero-inner {
		display: flex;
		align-items: center;
		margin: 0;
	}
}

@media screen and (min-width: 1025px) {
	.home-hero {
		height: 100vh;
	}

	.home-hero-large-form .form-input-row .form-input-group {
		margin-bottom: 10px;
	}

	.home-hero-large-form .form-input-row .form-input-group:last-of-type {
		margin-right: 0;
	}
}

@media screen and (max-height: 780px) {

}

/* INTRO */
.module-intro-c .flex-container {
	flex-wrap: wrap;
	align-items: flex-start;
}
.module-intro-c-content h1 {
	color: var(--color-alternate);
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 3px;
	text-align: left;
	font-family: var(--font-family-body);
	text-transform: uppercase;
}

.module-intro-c-content h3 {
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-primary);
	text-transform: uppercase;
}


.module-intro-c-side .youtube-player {
	margin-top: 0;
}

.module-intro-c-content,
.module-intro-c-side {
	width: 100%;
}

.module-intro-c-content {
	margin-bottom: 40px;
}
.module-intro-c-content p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.15px;
	text-align: left;
	color: #585858;
}
.module-intro-c-content p:last-of-type {
	margin: 0;
}

@media screen and (min-width: 1025px) {
	.module-intro-c .flex-container {
		flex-wrap: nowrap;
	}

	.module-intro-c-content {
		width: 100%;
		margin: 0 90px 0 30px;
	}

	.module-intro-c-side {
		flex: 1;
	}
}


/* PRACTICES */
.module-practices-a {
	padding: 0;
}

.module.module-practices-a h2 {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-primary);
	text-transform: uppercase;
/* 	margin-bottom: 40px; */
}

.module-practices-a .practices-single {
	width: 100%;
	height: 225px;
	background-image: url(images/_background_practice_area.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	text-decoration: none;
	position: relative;
}

.module-practices-a .practices-single::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	opacity: 0.4;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.module-practices-a .practices-single:hover::before,
.module-practices-a .practices-single:focus::before {
	opacity: 1;
}

.module-practices-a .practices-single .practices-single-title {
	position: relative;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

.module-practices-a .practices-single h3 {
	margin: 0;
	color: var(--color-secondary);
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

.module-practices-a .practices-single .practices-single-content {
	display: none;
	color: #fff;
	position: relative;
	flex-direction: column;
	margin: 0;
	padding: 15px 30px;
	font-size: 0.8rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	justify-content: center;
	width: 100%;
}	

.module-practices-a .practices-single:hover .practices-single-content span {
	display: block;
	font-weight: 700;
	margin-top: 8px;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
	display: flex;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

@media screen and (min-width: 768px) {
	.module-practices-a-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.module-practices-a .practices-single {
		width: 50%;
		min-height: 275px;
		height: auto;
	}
}

@media screen and (min-width: 1025px) {
	.module-practices-a .practices-single {
		width:33%;
	}
}

/* CTA BLOCK */
.module-cta-a-inner {
	margin-top: 40px;
}

.module-cta-a-inner .button {
	width: 100%;
	margin-bottom: 20px;
}

.module-cta-a-inner .button:last-of-type {
	margin: 0;
}

@media screen and (min-width: 640px) {
	.module-cta-a-inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.module-cta-a-inner .button {
		margin: 0 2%;
		width: auto;
	}
}

/* BADGES */
.module-badges-c {
	padding: 0;
}

.module-badges-c-single {
	padding: 40px;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
}

@media screen and (min-width: 768px) {
.module-badges-c-inner {
	display: flex;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
}

	.module-badges-c-single {
		border-right: 0px solid #e3e3e3;
	}

	.module-badges-c-single:nth-child(3n + 3) {
		border-right: none;
	}
}

@media screen and (min-width: 1025px) {
	.module-badges-c-inner {
		grid-template-columns: 1fr 1fr;
	}

	.module-badges-c-single:nth-child(3n + 3) {
		border-right: 1px solid #e3e3e3;
	}

	.module-badges-c-single:nth-child(4n + 4) {
		border-right: none;
	}
}
.module-testimonials-b {
	background-color: #edf1f5;
}

.slider-testimonials-b-container {
	position: relative;
}

.slider-testimonials-b {
	width: 100%;
	margin: 0 auto;
}

.slider-testimonials-b .slider-testimonial-single {
	margin-bottom: 30px;
}

.slider-testimonials-b .slider-testimonial-source {
	position: relative;
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: bold;
	color: var(--color-primary);
	display: block;
}

.slider-testimonials-b .slider-testimonial-source::before {
	content: "\2014";
	margin-right: 2px;
}

.mobile-only {
	display: flex;
}
.non-mobile {
	display: none;
}

@media screen and (min-width: 1127px) {
	.mobile-only {
		display: none;
	}
	
	.non-mobile {
		display: flex;
	}
}

@media screen and (min-width: 280px) and (max-width: 767px) {

.home-hero-large-form {
	padding: 30px 15px;
	background: var(--color-primary);
}


.module-intro-c-side img {
	max-width: 100%;
	height: auto;
}

.module-testimonials-b .swiper-button-container {
	left: -65px;
	right: 0;
	width: calc(100% + 130px);
	top: calc(50% - 22px);
}


}



@media screen and (min-width: 767px) and (max-width: 1024px) {
	
	.home-hero-large-form-title {
	margin-bottom: 25px;
}
	.home-contact-form_wrapper input[type="text"] {
	margin-bottom: 10px;
	color: #000;
}
	
.module-practices-a .practices-single {
	width: 33%;
	min-height: 275px;
	height: auto;
}	
	
.module-testimonials-b .swiper-button-container {
	left: -65px;
	right: 0;
	width: calc(100% + 130px);
	top: calc(50% - 22px);
}	
	
}



@media screen and (min-width: 1024px) and (max-width: 1240px) {

.home-hero {
	height: 100vh;
	max-height: 850px;
}




}




