@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Lato:400,600,900&display=swap');
/*
Theme Name: Make Your Life Epic - Z
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.9 - Dr Z
*/

/*
	RED - var(--primary-color)
*/

/*** CHILD THEME STYLE RULES - BELOW HERE***/

/** DO NOT ADD NEW RULES ABOVE THIS LINE **/

/* 1. Define global colors in :root */
:root {
  --primary-color: #75965B;
  --secondary-color: #222;
  --tertiary-color: #fff;
  --text-dark: #222;
  --bg-light: #f4f4f4;
}

/* 2. Use the variables throughout your CSS */
body {
  background-color: var(--bg-light);
  color: var(--text-dark);
}

	#seo-text-blkwrap ul, #interiror-contntwrp ul{
		padding-left: 3rem;
	}

		#seo-text-blkwrap ul li, #interiror-contntwrp ul li, .et_pb_bg_layout_dark ul li{
			list-style: none;
			position: relative;
		}

		#seo-text-blkwrap ul li:before, #interiror-contntwrp .et_pb_bg_layout_dark ul li:before,  #interiror-contntwrp .et_pb_bg_layout_light ul li:before{
			content: "";
			position: absolute;
			/* outline: 1px red solid; */
			/* background-image: url(https://agapehealth.myleserver.com/wp-content/uploads/Star-icon.png); */
			height: 16px;
			width: 16px;
			background-size: contain;
			top: 6px;
			bottom: 0;
			background-position: center;
			left: -22px;
			background-repeat: no-repeat;
		}
		
		/* #interiror-contntwrp .et_pb_bg_layout_light, #interiror-contntwrp .et_pb_bg_layout_dark {
			position: relative;
		} */
		
		/* #interiror-contntwrp .et_pb_bg_layout_dark ul li:before{
			background-image: url(/wp-content/uploads/Star-icon.png) !important;
		} */
		
		#interiror-contntwrp .et_pb_bg_layout_light ul li:before {
			background-image: url(/wp-content/uploads/Icon.png) !important;
		}
		
		#interiror-contntwrp .et_pb_bg_layout ul li:before, #seo-text-blkwrap ul li:before  {
			background-image: url(/wp-content/uploads/Star-icon.png) !important;
		}

/**/
/**/
/************* DEFAULT STYLES *************/
/**/
/**/

h1, h2, h3, h4{
	font-family: "Playfair Display", serif;
	line-break: normal;
	word-wrap: normal;
	word-break: normal;
	color: var(--primary-color);
	position: relative;
	margin-bottom: .5rem;
}

body {
	  font-family: "Karla", Sans-serif;
	  font-size: 18px;
	  font-weight: 300;
	  line-height: 1.5;
	  color: var(--e-global-color-text);
}

h1{
	  font-size: 85px !important;
	  font-weight: 700;
	  line-height: 1.2em;
	  color: var(--tertiary-color);
  }
  
  
#header {
	padding: 20px 0;
	background-color: transparent !important;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
  }
#header .container {
	max-width: 1200px;
}

#internal-photo-header {
  /* outline: 1px white solid; */
  /* outline-offset: 10px; */
  z-index: 99;
  position: relative;
}
  
  #top-navigation #top-menu-nav {
	/* outline: 1px red solid; */
	width: 100%;
	max-width: 100%;
  }
  
  .nav-phone.btn {
	background-color: transparent !important;
	color: #fff !important;
	border: none !important;
	text-align: right;
  }
  
  #headerwrp h1 {
	text-transform: uppercase;
	font-size: 5rem !important;
  }
  
  #headerwrp h3 {
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: .25rem;
  }
  
  #headerwrp p {
	font-family: "Playfair Display", serif;
	line-height: 1.5;
	position: relative;
  }
  
  #headerwrp em {
	font-style: normal;
	font-size: 1.5rem !important;
	text-transform: uppercase;
  }
  
  h2{
		font-weight: 600;
		font-size: 40px;
	}
	
	h5 {
	  position: relative;
	  margin-top: 1.5rem;
	  font-family: "Playfair Display", serif;
	  font-size: 18px;
	}
	
	.contntwrp h4 {
		  position: relative;
		  margin-top: 4%;
	  }
	  
	  .contntwrp hr {
		border: none;
		height: 1px;
		position: relative;
		display: block;
		background-color: var(--primary-color);
	  }
	  
	  .alt-layoutwrp hr {
		background-color: #fff !important;
		border: none;
		height: 1px;
		position: relative;
		margin-bottom: 2rem;
	  }
	
	#abutwrp h2{
		font-size: 40px !important;
	}
	
	#abutwrp h5 {
	  font-size: 22px;
	  line-height: 1.3;
	  position: relative;
	  margin: 0 0 1rem 0;
	  font-weight: 600;
	}
	
	#headerwrp {
	  padding: 15rem 0;
		padding-top: 15rem;
		padding-bottom: 15rem;
	  position: relative;
	  padding-top: 25rem;
	  padding-bottom: 10rem;
	}
	
	#seo-text-blkwrap{
		background-color: #222 !important;
		position: relative;
	}
	
	#seo-text-blkwrap.ovrlywrp::before {
	  z-index: 1 !important;
	  background-color: rgba(0,0,0,.6);
	}
	
	#seo-text-blkwrap h4{
		color: var(--primary-color) !important;
		text-transform: uppercase;
	}
	
	#seo-text-blkwrap p, #seo-text-blkwrap ul li {
		text-align: justify;
		position: relative;
		font-family: "Lora", serif;
		font-size: 17px;
		color: #efefef;
		line-height: 1.7;
	}
	
	.ovrlywrp::before {
	  content: "";
	  position: absolute !important;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background-color: rgba(0,0,0,.3);
	  /* z-index: 999; */
	}
	
	.sciptwrp{
		font-family: "Fasthand", cursive;
		color: var(--primary-color);
	}
	
	.blurbinfoWrp {
	  margin-bottom: 1rem !important;
	}
	
	.blurbinfoWrp h4 {
	  font-size: 20px;
	}
	
	.blurbinfoWrp .et_pb_blurb_content {
	  max-width: none !important;
	}
	
	.icnwrp {
	  position: relative;
	}
	
	#vetbadgewrp svg {
	  max-width: 150px;
	  max-height: 150px;
	  position: relative;
	  width: 100%;
	}
	
	#whyuswrp .contentwrp {
	  padding: 7rem;
	  position: relative;
	}
	
	.bgimgwrp, .bgimgwrpSqu {
	  border-radius: 25px;
	  position: relative;
	  display: block !important;
	  min-height: 300px !important;
	}
	
	.bgimgwrpSqu{
		border-radius: 0 !important;
	}
	
	.filigree {
	  position: relative;
	  max-width: 200px;
	}

#page-container {
    padding-top: 0px !important;
}

#srvcswrp a {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tertiary-color);
  text-decoration: underline;
  font-size: 14px;
}

.container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

	#et-info-phone {
	    cursor: default;
	}

.et_password_protected_form {
    max-width: 1080px;
    margin: 150px auto;
}

.et_pb_equal_columns.vert-center .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.personwrp {
  background-color: var(--tertiary-color);
  border-radius: 25px;
  padding: 4rem;
  position: relative;
}

	.personwrp img {
	max-width: 150px;
	position: relative;
	}
	
	#insightswrp h4 {
		font-family: "Playfair Display", serif;
		font-size: 24px;
		line-height: 1.3;
	}
	
#IVTHERAPIESwrp .et_pb_code_inner, #insightswrp .et_pb_code_inner {
	  text-align: center;
	}
	
	.blg-wrp {
	  background-color: rgba(255,255,255,.2);
	  border-radius: .5rem;
	  padding: 1rem;
	  border: 1px var(--tertiary-color) solid;
	}
	
	.blg-wrp img {
	  border: 1px var(--tertiary-color) solid;
	  border-radius: .5rem .5rem 0 0;
	}
	
	.blg-wrp a {
	  outline: 1px var(--tertiary-color) solid;
	  border-radius: .55rem;
	  color: var(--tertiary-color);
	  text-transform: uppercase;
	  font-weight: 600;
	  padding: .5rem 1.5rem;
	  position: relative;
	  text-decoration: none;
	}
	
	.blg-wrp a:hover {
	  text-decoration: none;
	  background-color: var(--primary-color);
	}
	
#interior-hero .et_pb_title_container {
    text-align: right;
    max-width: 1200px;
    margin-right: 0;
}

#interior-hero h1 {
	display: inline-block;
	font-size: 35px !important;
	text-align: right;
	color: black !important;
	text-transform: uppercase;
	max-width: 600px;
	width: 100%;
}

#interior-hero{
	background-color: var(--primary-color);
}

.srvcsWrp h4{
	font-family: "Playfair Display", serif;
}

.srvcsWrp h4, .srvcsWrp p, .srvcsWrp h4, .srvcsWrp a {
  color: var(--secondary-color) !important;
  text-align: center;
  position: relative;
}

.srvcsWrp {
  background-color: var(--tertiary-color);
  box-shadow: 0px 0px 25px rgba(0,0,0,.2);
  border-radius: 15px;
  padding: 2rem;
  position: relative;
}

#gform_wrapper_1 input {
  border: 0 !important;
  border-bottom: .015rem #888 solid !important;
  padding: .5rem !important;
}

#gform_wrapper h2, #gform_wrapper p {
  text-align: left;
  position: relative;
}

#gform_wrapper_1 {
  position: relative;
  margin-top: 2rem;
}

.btnWrap .et_pb_code_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 525px;
  margin: 0 auto;
}

#top-matterwrp #phnwrp {
  text-align: right;
  padding-bottom: 1rem;
}

#phnwrp a {
  font-family: "Lora", serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
}

#interior-hero #logo {
  max-width: 135px !important;
}



#srvc-hdr-wrp {
  position: relative;
  min-height: 100vh;
  /* background-position: top; */
  padding-top: 16rem;
  background-attachment: fixed;
  background-position: top left; */
}

#header-services ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  list-style: none !important;
}

#header-services ul li {
  max-width: 33% !important;
  width: 100%;
  background-color: rgba(0,0,0,.8);
  margin-bottom: .25rem;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  flex-direction: column;
  min-height: 300px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  word-wrap: normal;
  /* font-weight: 600; */
  font-family: "Lora", serif;
}


#rgtsd-wrp #header-services ul {
	display: flex;
	flex-direction: row;
	padding: 0;
	list-style: none !important;
}

	#rgtsd-wrp #header-services ul li {
		max-width: 49% !important;
		min-height: 0px !important;
		width: 100%;
	}
	
	#rgtsd-wrp .filigree {
	  display: none;
	  position: relative;
	}
	
	#rgtsd-wrp #header-services ul li a {
		position: relative;
		padding: .5rem;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		font-size: 13px;
		align-items: center;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.2;
		text-align: center;
		border: none !important
	}
	
		#rgtsd-wrp #header-services ul li img {
		  max-width: 50px;
		  margin: 0;
		  width: 50px;
		  height: 50px;
		}
	

#header-services ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  z-index: 999;
  border-radius: 1rem;
  border: 1px #fff solid;
  text-transform: uppercase;
  padding: 0 5px;
}

#header-services ul li a:hover{
	background-color: rgba(255,255,255,.2);
	border: 1px  var(--primary-color) solid;
}

#header-services ul li img {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}

#header-services img.filigree {
  max-width: 87px !important;
  position: relative;
  margin-bottom: 3%;
}

#interiror-contntwrp {
  position: relative;
  margin-top: -155px;
  background-color: #fff;
  padding: 2%;
  /* max-width: 1800px; */
}

.contntwrp {
  padding: 4%;
}

/* #rgtsd-wrp, #interiror-contntwrp {
  border-radius: 1rem;
} */

.bgimgsrc {
  outline: 1px #fff solid;
  outline-offset: -25px;
  display: block !important;
  min-height: 500px !important;
}

.green01, .green02 {
  padding: 4%;
  position: relative;
  outline: 1px rgba(255,255,255,.5) solid;
  outline-offset: -15px;
}

.green01 h4, .green02 h4 {
    font-size: 2rem;
}

.green01 {
  background-color: rgba(0,0,0,.6);
}

.green02 {
  background-color: rgba(0,0,0,.2);
}

.icnwrp {
  padding: 0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#srvcswrp {
  padding: 4%;
  position: relative;
}

	#srvcswrp a {
		background-color: var(--primary-color);
		padding: 0.5rem 1rem;
		text-decoration: none;
		border-radius: .25rem;
		position: relative;
		top: .5rem !important;
	}
	
	/* .green-section{
		padding: 4% !important;
	} */
	
	.green-section h6 {
	  position: relative;
	  margin-bottom: 1.5rem;
	}
	
	.green-section ol {
	  display: flex;
	  flex-flow: wrap;
	  position: relative;
	  justify-content: left;
	}
	
	.green-section ol li {
	  max-width: 33%;
	  width: 100%;
	  list-style-type: disclosure-closed;
	  position: relative;
	  font-weight: 400;
	  font-size: 15px;
	  line-height: 1.8;
	}
	
	.green-section hr {
	  border: 0;
	  border-top: 1px dashed white;
	  position: relative;
	  margin: 2rem 0;
	}
	
	#capstoneWrap p {
	  color: #fff !important;
	}
	
/**/
/**/
/******* GLOBAL ELEMENTS ******/
/**/
/**/

/****** MODALS *******/

.thrive-modal-trigger{cursor:pointer;}
body.modal-enabled{
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
}
#thrive-modal-background{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:4000;
	display:none;
	background-color:#000;
	opacity:0.65;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform:translateZ(0);
}
body.modal-enabled #thrive-modal-background{display:block;}
.thrive-modal-entire{
	position:fixed;overflow:auto;
	overflow-x:hidden;
	top:50%;
	right:0;
	bottom:0;
	left:0;
	visibility:hidden;
	z-index:-5000;
	opacity:0;
	-webkit-transform:translateZ(0);
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-ms-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.thrive-modal-entire.modal-visible{
	visibility:visible;
	opacity:1;
	z-index:999999;
	background: rgba(0,0,0,0.8);
	height: 100vh;
	transform: translate(0, -46%);
	overflow: scroll;
}
.thrive-modal-container{
	position:relative;
	top:50%;
	left:50%;
	z-index:6000;
	padding-bottom:60px;
	max-width:1080px;
	transform:translate(-50%,-50%);
}
.thrive-modal{
	background-color:white;
	border-radius:6px;
	margin:0 auto;
	min-width:291px;
	max-width:calc(100% - 80px);
	padding:20px;
	box-sizing:border-box;
	position:relative;
	border-top-right-radius:0px;
}
.thrive-modal::after{
	content:"";
	display:block;
	clear:both;
}
.thrive-modal .thrive-modal-exit:not(.unstyled){
	position:absolute;
	z-index:100;
	top:-10px;
	right:-10px;
	background-color:#888;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 1);
	cursor:pointer;
	padding:17px;
	border-radius:50%;
	min-height:17px;
	min-width:17px;
	background-image:url("/wp-content/themes/myle/images/exit-white.png");
	background-position:center;
	background-repeat:no-repeat;
}
.thrive-modal .thrive-modal-exit:not(.unstyled):hover{background-color:#777;}
@media screen and (max-width:420px){
	.thrive-modal-container{top:50%;}
	.thrive-modal{
		max-width:100%;
		width:100% !important;
		border-radius:0px;
	}
	.thrive-modal .thrive-modal-exit:not(.unstyled){
		right:4px;
		top:-40px;
	}
}
#easter-egg .thrive-modal{width:90%;padding:10px;}
#easter-egg:not(.modal-visible) #jwEaster-wrapper{width:0%;}
#easter-egg.modal-visible #jwEaster-wrapper{width:100%;}
#easter-egg-gallery{display:none;text-align:center;padding:0px 40px;position:relative;}
#easter-egg-gallery img{}
#easter-egg-gallery-left,#easter-egg-gallery-right{background-color:transparent;border:0;height:57px;width:30px;cursor:pointer;position:absolute;top:50%;margin-top:-30px;}
#easter-egg-gallery-left{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-left.png");left:0px;}
#easter-egg-gallery-left:hover{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-left-hover.png");}
#easter-egg-gallery-right{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-right.png");right:0px;}
#easter-egg-gallery-right:hover{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-right-hover.png");}
iframe#youtubePlayer{max-width:100%;width:100%;height:420px;}
@media screen and (min-width:980px){}
.easter-egg-wrapper{width:980px;margin:0 auto;text-align:right;max-width:100%;}
.easter-egg-wrapper::before{content:"";display:block;clear:both;}
.easter-egg-trigger{color:#bcbcbc;font-weight:500;font-size:14px;cursor:pointer !important;display:inline-block;margin:6px 0px;padding:6px 12px;background:#eee;border-radius:3px;text-indent:22px;/* background-image:url("/wp-content/themes/myle/images/icons/gift_grey.png");background-size:18px 18px;background-repeat:no-repeat;background-position:8px center; */}
.easter-egg-trigger:hover{color:#0b9bd7 !important;/* background-image:url("/wp-content/themes/myle/images/icons/gift_blue.png"); */}
#thriveVimeo-aspect,#youtubePlayer{position:relative;height:0px;padding-top:56.4%;}
#thriveVimeo, #youtubePlayer iframe{position:absolute;top:0px;left:0px;width:100%;height:100%;}
@media screen and (max-width:980px){.easter-egg-wrapper{width:768px;}
#easter-egg-mentors-wrapper{width:544px;}
}
@media screen and (max-width:767px){.easter-egg-wrapper,#easter-egg-resources{width:291px;text-align:center;}
#easter-egg-feedback{float:none;}
}


/****** BUTTONS *******/

.btn, .gform_wrapper input[type="submit"] {
  display: inline-block;
  background: var(--primary-color) !important;
  padding: 0.5em 1.5em 0.7em !important;
  border-radius: 7px !important;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px !important;
  transition: all .2s ease-out;
  font-family: "Playfair Display", serif;
  width: 100%;
  text-align: center;
  margin: 0 .25rem;
}

.gform_wrapper input[type="submit"]{
	font-size: 16px !important;
	padding: 0.5em 2.5em !important;
}
	.btn:hover {
		background: #fff !important;
		color:  var(--primary-color) !important;
		border: 1px solid var(--primary-color) !important;
	}
	
.btn.border {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
	.btn.border:hover {
		background: #fff;
		color: var(--primary-color);
	}

/**** FORM SUBMIT BUTTONS ****/
.gform_wrapper input[type=submit] {
    position: relative;
    background: #333;
    color: #fff;
    padding: .7em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s ease-out;
}
	.gform_wrapper input[type=submit]:hover {
		background: #fff;
		color: #333;
		border: 1px solid #333;
	}
	

/**** HEADER *****/
#header {
    padding: 20px 0;
}
	/* #logo {
	    max-width: 250px;
	    width: 25%;
	    float: left;
	    max-height: 100%;
	} */
	
	#logo {
	  max-width: 180px;
	  width: 25%;
	  float: left;
	  max-height: 100%;
	  position: absolute;
	}
	
	#logo img {
	  max-width: 100%;
	  height: auto;
	  background-color: #fff;
	  border-radius: 150px;
	  padding: 1rem;
	}
	
	#et-info {
	    width: 60%;
	    float: right;
	    text-align: right;
	}
	
	#top-navigation {
		max-width: 700px;
		width: 70%;
		float: right;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
		/* #top-navigation .nav-phone {
			padding: 0.3em 1.5em !important;
		} */
			#top-navigation .nav-phone:hover {
				transform: translateY(-2%);
			}

		nav#top-menu-nav {
		    float: right;
		}
			#top-menu {
				position: relative;
				top: 0;
			}
				#top-menu li a {
				font-size: 18px;
				color: #fff !important;
				font-weight: 600;
				font-family: "Playfair Display", serif;
				text-transform: uppercase;
				}
				
		#top-navigation .btn {
		    background: #333;
		    color: #fff;
		    padding: .7em 1em;
		    display: inline-block;
		    float: right;
		    margin-left: 20px;
		    line-height: 120%;
		    border: none;
		}

	/**** SOCIAL MEDIA ICONS ****/
	
	#et-info-phone {
	    color: var(--primary-color);
	    font-size: 18px;
	    font-weight: 700;
	    display: inline-block;
	    position: relative;
	    top: -14px;
	    line-height: 90%;
	}
		#et-info-phone span {
		    color: #333;
		    display: block;
		    text-align: left;
		    font-size: 10px;
		    text-transform: uppercase;
		}
		#et-info-phone:before { display: none; }
	
	.et-social-icons {
	    margin-top: -7px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		}
			#header .et-social-icon a {
			    color: #fff;
			    background: var(--primary-color);
			    border-radius: 50%;
			    font-size: 14px;
			    width: 25px;
			    height: 25px;
			    padding: 0 !important;
			    line-height: 28px;
			    text-align: center;
			    margin: 0 -5px;
			}


/***** HERO *****/
#hero {
	padding: 140px 0;
}
	#messaging-text {
	    padding: 20px 40px;
	    background: #fff;
	    border-radius: 10px;
	    display: inline-block;
	    box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	}
		#messaging-text h1 {
		    font-size: 30px;
		    font-weight: 700;
		    font-style: italic;
		    color: #454545;
		    line-height: 150%;
		}
			#messaging-text h1 strong {
			    font-style: normal;
			    display: block;
			    font-size: 76px;
			    text-transform: uppercase;
			    color: var(--primary-color);
			    font-weight: 900;
			    margin-bottom: 10px;
			    position: relative;
			    padding-bottom: 10px;
			}
				#messaging-text h1 strong:after {
				    content: "";
				    display: block;
				    width: 40%;
				    border-top: 2px solid #ccc;
				    position: absolute;
				    left: 50%;
				    bottom: -10px;
				    transform: translate(-50%);
				}
		#messaging-text h4 {
		    font-size: 24px;
		    margin: 0 auto;
		    color: #000;
		    font-weight: 700;
		}
			#messaging-text h4 strong {
			    color: var(--primary-color);
			    font-size: 32px;
			    line-height: 120%;
			}


/**** MID BLOCKS - TEXT OVERLAY ****/
.mid-block, .mid-block .et_pb_blurb, .mid-block h4 {
    padding: 0 !important;
    min-height: 350px;
}	
	.mid-block h4 a {
	    font-size: 40px;
	    text-transform: uppercase;
	    display: flex;
		justify-content: center;
		align-items: center;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 80px 40px;
	    line-height: 100%;
	}

/**** MID BLOCKS - TEXT ABOVE ****/
#mid-blocks-2 .mid-block h4 {
    min-height: 100%;
}
	#mid-blocks-2 .mid-block h4 a {
	    position: relative;
	    padding: 20px;
	    font-size: 32px;
	}


/**** MID ABOUT *****/
#mid-about {
}
	

/***** BOTTOM TESTIMONIALS ****/
#bottom-testimonials .et_pb_column:nth-child(2) {
    background-size: contain;
}
	#bottom-testimonials strong {
	    display: block;
	    margin-bottom: 20px;
	}
	
	
	/********* RESPONSIVE < 1180px *********/
	/***************************************/
	@media screen and (max-width: 1180px){
		
		.green-section ol li {
		max-width: 50%;
		}
	}

/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1023px){
	
	
#top-menu-nav {
	display: none;
}

#et_mobile_nav_menu {
    display: none;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
	#interiror-contntwrp {
	  padding: 10%;
	}
	
	/* #header-services ul {
	  flex-direction: column;
	} */
	
	#header-services ul li {
	  max-width: 49.5% !important;
	}
	
	#srvc-hdr-wrp {
		position: relative;
		min-height: 0 !important;
		background-position: top center;
		background-size: contain;
		background-color: #b8b2a9;
		margin-top: -3px;
		padding-top: 10rem;
		background-attachment: scroll;
	} 
	
	#seo-text-blkwrap p, #seo-text-blkwrap ul li {
	  text-align: left !important;
	}
	
	#interior-hero h1 {
	  display: block;
	  font-size: 42px !important;
	  text-align: right;
	  color: black !important;
	  text-transform: uppercase;
	  max-width: 80%;
	  width: 100%;
	}
	
	#header {
	  padding: 20px 0;
	  background-color: var(--primary-color) !important;
	  position: relative;
	  z-index: 999;
	  left: 0;
	  right: 0;
	}
	
	#whyuswrp .contentwrp {
	  padding: 4%;
	  position: relative;
	}
	
}


@media screen and (max-width: 980px) {
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		.et-social-icons, #footer-info {
		    float: right;
		    text-align: center;
		}
		.et-social-icons { display: block; }
		
		.green01, .green02 {
		  padding: 12%;
		}
		
		#logo {
			max-width: 100% !important;
			float: none;
			margin: 0 auto 10px;
			display: block;
			width: 100%;
			position: relative;
			text-align: center;
		  }
		  
		  #logo img {
			max-width: 200px;
		  }
		  
		  #interior-hero .et_pb_module.et_pb_fullwidth_post_title_0 {
			padding: 0;
		  }
		  
		  #interior-hero .et_pb_title_container {
			text-align: center;
			max-width: 1200px;
			margin-right: auto;
		  }
		  
		  #interior-hero h1 {
			text-align: center;
			margin: 0 auto;
		  }
		  
		  #headerwrp h1 {
			text-transform: uppercase;
			font-size: 4rem !important;
		  }
		  
		  .btnWrap .et_pb_code_inner {
			flex-direction: column;
		  }
		  
		  #headerwrp {
			padding: 4rem 2rem !important;
		}
		
		#abutwrp {
		  padding-bottom: 0;
		}
		
		.green01 h4, .green02 h4 {
		  font-size: 1.5rem;
		}
		
		.icnwrp.et_pb_row{
			width: 100% !important;
		  }
		  
		  	#interior-hero h1 {
			  font-size: 31px !important;
			}
			
			#rgtsd-wrp {
			  display: none;
			}

}


/********* RESPONSIVE < 680px *********/
/****************************************/
@media screen and (max-width: 680px){
/*** GLOBALS ***/

.green-section ol{
	flex-direction: column;
	padding-left: 2rem;
}

.green-section ol li{
	font-size: 18px;
	max-width: 80% !important;
}

#header-services ul {
  flex-direction: column;
} 

#header-services ul li {
  max-width: 100% !important;
}

.et_pb_row {
    width: 92.5% !important;
}
	.btn {
	    display: block;
	    margin: 15px auto;
	    max-width: 100%;
	    text-align: center;
	}
	.et_pb_column_empty.has-background {
		display: block;
		min-height: 300px;
	}

/**** HEADER ****/	
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		#et-info-phone span {
		    text-align: center;
		}
		#et-info  .et-social-icons { display: block; }
	
    	/* #logo {
			max-width: 107px !important;
			float: none;
			margin: 0 auto 10px;
			display: block;
			width: 75%;
		  } */
	
	
/**** HERO - Mobile ****/
#hero {
    padding: 20px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 strong {
		    font-size: 50px;
		}
	
	
}

