/* ESSENTIALS CHILD THEME: "CALL TO ACTION" */

/* HERO */
.home-hero::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-slider-single {
	background-position-y: 60%;
	background-size: cover;
	background-position: center;
}

.home-hero-row {
	right: 0;
	left: 0;
	top: 0;
	height: 100%;
	position: relative;
	z-index:1;
}

.home-hero-content-side h2 {
	font-size: 1.9rem;
	color: #fff;
	text-transform: uppercase;
}

.home-hero-content-side h1 {
	text-shadow: 0px 0px 7px #000;
	display: inline-block;
	color: #fff;
	font-size: 85px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
}

.home-hero-content-side p {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	text-shadow: 0px 0px 7px #000;
}

.home-slider,
.home-slider-single {
	height: 350px;
}

.home-hero-form-container {
	padding: 30px 15px;
	display: block;
	background: #000;
}



.home-hero-form {
	display: none;
}

.home .gform_wrapper {
	background: rgba(0, 0, 0, 0.57);
	padding: 30px;
}


@media screen and (min-width: 1025px) {
	.home-hero-content-side h2 {
		font-size: 3rem;
	}

	.home-slider,
	.home-slider-single {
		height: 100vh;
		min-height:740px
	}

	.home-hero-row {
		position: absolute;
	}

.home-hero-content-side {
	margin-right: auto;
	padding-right: 80px;
	width: calc(100% - 415px);
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	flex-wrap: wrap;
	padding-top: 250px;
}

	.home-hero-form-container {
		display: flex;
		background: none;
		align-items: center;
	}

.home-hero-form {
	display: block;
	position: absolute;
	top: 215px;
	right: 0;
	width: 400px;
	margin: 0;
	/* background: rgba(0, 0, 0, 0.57); */
}
	.home .gform_wrapper{
/*		background:none;*/
		padding:35px;
	}
}

/* INTRO */
.call-to-action-main {
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0;
	padding-top: 0;
}

.module-intro-d {
	padding-top: 0;
	background: #fff;
	margin-bottom: 60px;
}

.module-intro-d-inner {
	display: flex;
	flex-wrap: wrap;
}

.module-intro-d-badges {
	order: 1;
	display: block;
	width: 100%;
	text-align: center;
}

.module-intro-d-badges-single {
	margin-bottom: 20px;
}

.module-intro-d-badges-single:last-child {
	margin-bottom: 0;
}

.module-intro-d-badges-single img {
	filter: grayscale(1);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.module-intro-d-badges-single:hover img,
.module-intro-d-badges-single:focus img {
	filter: grayscale(0);
}

.module-intro-d-content {
	order: 0;
	margin-bottom: 50px;
	background: #edf1f5;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (min-width: 500px) {
	.module-intro-d-badges {
		display: flex;
		flex-wrap: wrap;
	}

	.module-intro-d-badges-single {
		width: 50%;
	}
}

@media screen and (min-width: 800px) {
	.module-intro-d-badges-single {
		width: auto;
		flex: 1;
	}
}

@media screen and (min-width: 1025px) {
	.module-intro-d {
		position: relative;
	}

	.module-intro-d-inner {
		flex-wrap: nowrap;
	}

	.module-intro-d-badges {
		order: 0;
		padding-top: 80px;
		flex-basis: 25%;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.module-intro-d-content {
		order: 1;
		flex: 1;
		padding: 80px;
	}
}

/* PRACTICES */

.home .module-practices-f {
	padding-top: 0;
	padding-bottom: 60px;
	background-image: url(/wp-content/uploads/pa-landing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.8);
}


.home .module-practices-f-single img {
	object-fit: cover;
	width: 100%;
	position: absolute;
}

.home .module-practices-f-single {
	width: 100%;
	height: 260px;
	background-color: var(--color-primary);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2);
}

.home .module-practices-f-single:hover,
.home .module-practices-f-single:focus {
  background-color:var(--color-primary)!important;
  color: white;
  transition: 0.3s;
	
}

.home .module-practices-f-single::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 42, 45, 0.3);
	z-index: 0;
		transition-duration: 300ms;
  -webkit-transition-property: transform;
  transition-property: transform;
}

 
.home .module-practices-f-single:hover:after,
.home .module-practices-f-single:focus:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-primary) !important;
	z-index: 0;
}

.home .module-practices-f-single h3, .home .module-practices-f-single span {
	position: relative;
	z-index: 1;
	color: #fff;
}

.home .module-practices-f-single h3 {
	font-size: 28px;
	letter-spacing: 0;
	font-family: var(--font-family-body);
	font-weight: 600 !important;
	text-shadow: 0 0 10px #000;
}


.home .module-practices-h-box-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home .module-practices-f-inner span {
	color: #fff;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	z-index: 1;
	font-family: var(--heading-font-family);
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

.home .module-practices-f-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home .module-practices-f-inner:hover .module-practices-f-single:before,
.home .module-practices-f-inner:focus .module-practices-f-single:before {
	/*	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);*/
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.home .module-practices-f-lead p {
 
	margin: 0;
}

.home .module-practices-f-lead {
	padding: 80px 20px 60px;
}

.home .module-practices-f-inner {
	position: relative;
	top: 0;
	padding-bottom: 40px;
}

.home .module-practices-f-lead h2 {
	color: var(--color-primary);
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: var(--font-family-body);
}

@media screen and (min-width: 768px) {
	.home .module-practices-f-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

.home .module-practices-f-single {
	width: 48%;
}
}

/* LOWER CONTENT */
.lower-content {
    background-image: url(/wp-content/uploads/home-cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    background-position: center left;
    position: relative;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .02);
}

.lower-content-inner {
	background: rgba(255, 255, 255, 1);
	padding: 40px 15px;
	margin-bottom:50px;
}

@media screen and (min-width: 900px) {


.lower-content-inner {
	left: 2%;
	bottom: 0;
	width: 60%;
	max-width: 700px;
	padding: 40px 50px;
	position: relative;
}


}

/* BLOG TICKER */
.module-blog-d {
	padding: 0;
}

.slider-blog-d p {
	font-size: 1.1rem;
}

.module-blog-d-ticker {
	background: var(--color-primary);
	padding: 40px 15px;
}

.slider-blog-d {
	margin: 0;
}

.module-blog-d-left {
	flex: 1;
}

.module-blog-d-left p {
	margin: 0;
}

.module-blog-d-right {
    flex: 1;
   /* margin-top: 30px;*/
    max-width: 200px;
    width: 100%;
}
.module-blog-d-ticker {
	background: var(--color-primary);
	padding: 40px 15px;
}
.module-blog-d-left h2, .module-blog-d-left h2 a {
	color: #fff;
	margin: 0;
}

@media screen and (min-width: 768px) {
.module-blog-d-left {
	max-width: 80%;
	padding-right: 4%;
}

	.module-blog-d-right {
		margin: 0;
	}

	.module-blog-d-right .button {
		width: 100%;
	}

	.module-blog-d-inner {
		display: flex;
		align-items: center;
	}
}
.module-intro-c .flex-container {
	flex-wrap: wrap;
}

.module-intro-c-content,
.module-intro-c-side {
	width: 100%;
}
.module-intro-c-side img {
    max-width: 800px;
    width: 100%;
}
.module-intro-c-content {
	margin-bottom: 40px;
}

.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.module-blog-d.dark 	.swiper-outer {
	max-width: calc(100% - 150px);
}


	.module-intro-c-content {
		width: 58%;
		margin: 0 80px 0 0;
	}

	.module-intro-c-side {
		flex: 1;
	}
}
.module-blog-c-inner {
	position: relative;
	margin-bottom: 10px;
}

.module-blog-c-single h3 {
    margin: 0;
    color: var(--primary-color);
    font-style: italic;
    font-size:1.2rem;
}

.module-blog-c-single a h3:focus,
.module-blog-c-single a h3:hover{
color:var(--secondary-color);	
}

.module-blog-c-single-info {
	font-size: 0.9rem;
}
section.module.module-blog-c {
    padding-top: 0px;
    padding-bottom:0px;
	margin:0;
	background:#000000;
}
.module-blog-c-single a {
    min-height: 100px!important;
    display: flex;
    align-items: center;
	
}
@media screen and (min-width: 280px) and (max-width: 1025px) {

section.module.module-blog-c {
    padding:15px;

}


}
.module.module-intro-a {
	padding: 60px 0;
}

.module-intro-a .module-intro-content {
	text-align: left;
/* 	max-width: 860px; */
}
.module-intro-a .module-intro-content .button {
	margin-top: 15px;
}
.module-intro-a .module-intro-content h3 {
	font-size: 38px;
	margin-bottom: 10px;
	color: var(--color-alternate);
	font-weight: normal;
}
.module-intro-a .module-intro-content .module-title {
	font-size: 30px;
	text-transform: uppercase;
	font-family: var(--font-family-body);
	font-weight: 500;
	letter-spacing: 2px;
}

.module-intro-a .scroll-to {
	padding: 0;
	border-radius: 50%;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 1.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
