@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 - #F04C49
*/

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

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

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

body{
	font-family: "Roboto", sans-serif;
	color: #000;
	line-height: 1.5;
	font-size: 18px;
}

h1, h2,h3{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	line-break: normal;
	line-height: 1.1;
}

h1 {
  font-size: 60px;
}

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

.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;
}

/*** HISTORY OF SUCCESS PAGE ***/

#hos-pg-hdr-Wrp {
  padding: 13rem 0;
  position: relative;
}

.neg-top-Wrap {
  position: relative;
  margin-top: -20%;
}

.neg-bot-Wrap {
  position: relative;
  margin-bottom: -20%;
}

.captionWrap h2 {
  font-size: 49px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  max-width: 70%;
}

#imgstripwrp img {
  filter: grayscale(100);
}

#imgstripwrp img:hover {
  filter: grayscale(0);
}

.sec-img-wrp img {
  border: 2px white solid;
  border-radius: 50px;
  position: relative;
}

.captionWrap {
  padding-bottom: 4rem;
  position: relative;
}

#about-us-title {
    bottom: 180px;
}

#imgstripwrp .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 48.5%;
        padding-top: 80px;
    }

/***TABS***/


#TabsTitleWrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2rem;
}
#TabsTitleWrap h3 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-wrap: normal;
}

/* Body text is removed, but keep this as a safeguard */
.text-box.center-content p { display: none; }

/* ===== Module Layout (unchanged) ===== */
#moduleWrap {
  margin-bottom: -250px;
  position: relative;
}
.tab-module {
  max-width: 1400px;
  margin: 0 auto;
}

/* ===== Tabs ===== */
.tabs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.tab {
  flex: 1;
  min-width: 0;
  height: 90px;
  background: #211916;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: "Roboto Serif", serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  padding: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
  border-right: 1px solid #56303d;
}
.tab:last-child { border-right: none; }
.tab:hover { background: #56303d; }
.tab.active {
  background: #e6dfd5;
  font-weight: bold;
  color: #211916;
}

/* ===== Slider ===== */
.image-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 600px; /* keep your fixed height */
  overflow: hidden;
  margin: 0 auto;
  isolation: isolate;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  overflow: hidden;
  will-change: transform, opacity;
}

.slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide .overlay {
  position: absolute;
  inset: 0;
  /* slightly richer overlay for title/CTA readability */
  background:
    radial-gradient(120% 100% at 50% 110%, rgba(0,0,0,.55) 0%, rgba(0,0,0,.18) 55%, rgba(0,0,0,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.45) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Title + CTA (no body text) */
.text-box.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
  max-width: 80%;
}

.text-box.center-content h2 {
  font-size: 2.5rem;
  margin: 0 0 16px;
  line-height: 1.15;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}

/* CTA button on every slide */
.text-box .cta-btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 0.35rem;
  background: #e6dfd5;   /* ties to active tab bg */
  color: #211916;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.text-box .cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.text-box .cta-btn:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 6px #56303d; /* matches your palette */
}

/* First-slide fade-in only */
.fade-in {
  opacity: 0;
  animation: sliderFadeIn .6s ease forwards;
}
@keyframes sliderFadeIn { to { opacity: 1; } }

/* (Optional) Directional helpers if you decide to use classes later */
.slide.enter-left  { transform: translateX(-100%); }
.slide.enter-right { transform: translateX(100%); }
.slide.to-left     { transform: translateX(-100%); }
.slide.to-right    { transform: translateX(100%); }

/* ===== Responsive tweaks ===== */
@media (max-width: 900px) {
  .text-box.center-content h2 { font-size: 2rem; }
}
@media (max-width: 560px) {
  .text-box.center-content { max-width: 92%; }
  .text-box.center-content h2 { font-size: 1.6rem; }
  .text-box .cta-btn { padding: .55rem .9rem; }
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .slide { transition: none; }
  .fade-in { animation: none; opacity: 1; }
}

#why-choose-us .image-container h2 {
  color: #fff;
  text-transform: uppercase;
}

/***TAB END***/


/*** HISTORY OF SUCCESS PAGE END ***/

/**/
/**/
/******* 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 {
    display: inline-block;
    background: #F04C49;
    padding: 0.5em 1.5em;
    border-radius: 0;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: all .2s ease-out;
}
	.btn:hover {
		background: #fff;
		color: #F04C49;
		border: 1px solid #F04C49;
	}
.btn.border {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
	.btn.border:hover {
		background: #fff;
		color: #F04C49;
	}

/**** 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%;
	}
	
	#et-info {
	    width: 60%;
	    float: right;
	    text-align: right;
	}
	
	#top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: right;
	}
		nav#top-menu-nav {
		    float: right;
		}
			#top-menu {
				position: relative;
				top: 0;
			}
				#top-menu li a {
					font-size: 16px;
					color: #333;
					font-weight: 600;
				}
		#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: #F04C49;
	    font-size: 18px;
	    font-weight: 700;
	    display: inline-block;
	    position: relative;
	    top: -4px;
	    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: #F04C49;
			    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;
}
#interior-hero h1 {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: .7em 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.float-box-button a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 20px;
	display: block;
}

/*** GOAL BLOCKS ***/
.goal-block .et_pb_text_inner {
	height: 200px;
	background-size: cover;
	position: relative;
}
	.goal-block h4 {
		text-transform: uppercase;
		padding: 10px;
		display: block;
		width: 100%;
		background: #f04c49;
		font-weight: 700;
		position: absolute;
		bottom: 0;
	}
	
.flag-block .et_pb_image_wrap {
	min-height: 130px;
}
.flag-block h4 {
	font-weight: 700;
}

/********* 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;
	}
	
}


@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; }
}


/********* RESPONSIVE < 630px *********/
/****************************************/
@media screen and (max-width: 630px){
/*** GLOBALS ***/
.et_pb_row {
    width: 92.5% !important;
}
	.btn {
	    display: block;
	    margin: 15px auto;
	    max-width: 100%;
	    text-align: center;
	}

/**** 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: 433px !important;
		float: none;
		margin: 0 auto 10px;
		display: block;
		width: 80%;
	}
	
	
/**** HERO - Mobile ****/
#hero {
    padding: 20px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 strong {
		    font-size: 50px;
		}
	
	
}

