@import url("../Divi/style.css");
/*
Theme Name: Make Your Life Epic
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.8 - TLC
*/

/**

	GREEN - #3F8DDE

**/

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

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

/**/
/**/
/************* DEFAULT STYLES *************/
/**/
/**/
body:not(.et_pb_pagebuilder_layout) #header {
    background: black;
}

body:not(.et_pb_pagebuilder_layout) #main-content {
    padding-top: 150px;
}
#clicktocallWrap, .awakenpageWrap .btn {
  display: block;
  max-width: 50%;
  width: 100%;
  margin: 0 !important;
}

#ctabuttonsWrap .et_pb_text_inner p {
  display: flex;
  flex-direction: row;
}

.awakenpageWrap .btn {
  border-radius: 42px !important;
  font-size: 21px !important;
  background-color: #ccb7a6;
  margin: 0 1rem !important;
}

#clicktocallWrap {
  font-size: 36px;
  position: relative;
  margin-left: 1rem;
  color: #fff;
  position: relative;
}

#clicktocallWrap::before {
  content: "call or text ";
}

.ctaWrap a {
  text-decoration: underline;
  font-weight: 500;
  color: #f19a60;
  position: relative;
  margin: 0 1rem 0 0;
}

#logo img {
  max-width: 100%;
  height: auto;
  width: 400px !important;
}


.awakenpageWrap h4 {
  text-transform: none;
  font-weight: 400;
  font-size: 32px;
  margin-top: -20px;
}

.awakenpageWrap .btn {
  border-radius: 42px !important;
  font-size: 21px !important;
  background-color: #ccb7a6;
}

/*** ACCORDION ***/
:root {
  --lx-border: rgba(0, 0, 0, 0.15);
  --lx-text: #0b0b0c;
  --lx-muted: rgba(0, 0, 0, 0.72);

  --lx-pad: clamp(14px, 2vw, 18px);
  --lx-ease: cubic-bezier(.2, .8, .2, 1);
  --lx-dur: 360ms;
}

/* Full-width wrapper, no border/radius */
.lx-accordion {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Clickable header */
.lx-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: var(--lx-pad);
  background: transparent;
  border: 0;
  color: var(--lx-text);
  cursor: pointer;
  text-align: left;
  font: 600 clamp(16px, 2.2vw, 18px)/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin-top: 2rem;
}

.lx-accordion__trigger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.25);
  outline-offset: 2px;
}

/* Group title + icon together */
.lx-accordion__header {
  display: inline-flex;
  align-items: center;
  gap: 2rem; /* requested spacing between title and icon */
}

/* Title text (optional hook) */
.lx-accordion__title {
  display: inline-block;
  margin-right: 2rem;
}

.lx-accordion h4 {
  margin-top: 1.5rem;
}

/* Chevron icon */
.lx-accordion__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  opacity: 0.85;
  transition: transform var(--lx-dur) var(--lx-ease);
}

/* Panel shell — keep the divider line between title and content */
.lx-accordion__panel {
  border-top: 1px solid var(--lx-border);
  overflow: hidden;

  /* height is controlled by JS for smooth animation */
  height: 0;
  opacity: 0;

  transition:
	height var(--lx-dur) var(--lx-ease),
	opacity 220ms ease;

  will-change: height;
}

.musicsec-Wrap a {
	text-transform: uppercase;
	line-height: .8;
	color: #000;
	font-weight: 600;
}

/* Inner content */
/* .lx-accordion__content {
  padding: var(--lx-pad);
  color: var(--lx-muted);
  font: 400 clamp(14px, 2vw, 16px)/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
} */

.lx-accordion__content p {
  margin: 0 0 12px;
}

.lx-accordion__content ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.lx-accordion__link {
  color: inherit;
  text-decoration: underline;
}

/* Open state */
.lx-accordion.is-open .lx-accordion__icon {
  transform: rotate(180deg);
}

/* Reduce motion support */
@media (prefers-reduced-motion: reduce) {
  .lx-accordion__panel,
  .lx-accordion__icon {
	transition: none !important;
  }
}

  /*** ACCORDION END ***/

h1, h2, h3, h4{
	font-family: "Google Sans", sans-serif;
	position: relative;
	line-break: normal;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 800;
}

p, ul li, ol li {
  font-family: "Google Sans", sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

#top-menu li.current-menu-item>a{
	color: #ccb7a6 !important;
}


div#carouselWrap {
	position: relative;
}
div#carouselWrap h2 {
	font-family: "Yellowtail", cursive;
	text-transform: none;
	font-size: 60px;
	color: #fff;
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: grid;
	place-content: center;
	text-align: center;
}

.cta-buttonsWrap .et_pb_text_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
	/* margin-bottom: -20px; */
}
	.cta-buttonsWrap .et_pb_text_inner .btn {
		background-color: #d4dbd2;
		color: #000;
	}
	
	#midctaWrap .btn {
	  font-size: 27px;
	  padding: .5rem 1rem .3rem;
	  border-radius: 50px;
	  line-height: 1.2;
	}
	
	.cta-buttonsWrap a {
		color: #ccc;
		border-radius: 0;
		border-bottom: 1px #ccc solid;
		font-size: 24px;
	}

.entry-title {
  min-height: 50px;
  display: grid !important;
  place-content: center;
  position: relative;
}

#left-side-Wrap {
  position: relative;
  min-height: 100vh;
}

#left-side-Wrap .et_pb_title_container h1 {
  font-family: "Google Sans", sans-serif !important;
}

#header .container {
	position: relative;
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}

#headerWrap {
  background-attachment: fixed;
  position: relative;
}

#messagingWrap {
  min-height: 70vh;
  position: relative;
}

.btnWrap {
  position: relative;
  display: grid;
  place-content: center;
}

.et_pb_title_container h1 {
  background: transparent;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  color: #000;
  margin: 0;
  /* font-family: 'courier'; */
  font-size: 67px !important;
  text-align: center;
  /* background-color: #f9efe4; */
  display: block;
}

/***NEW END***/



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

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

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

#interior-hero {
    padding-top: 150px;
}
	/* .et_pb_title_container h1 {
		background: #fff;
		display: inline-block;
		padding: 0.7em 2em;
		color: #000;
		margin: 10px auto;
		/* font-family: 'courier'; 
	} */

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

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


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

#rmp_menu_trigger-46 {
  top: 116px !important;
}

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

.btn {
  display: inline-block;
  background: #000;
	background-color: rgb(0, 0, 0);
  padding: 0.5em 1.5em;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  transition: all .2s ease-out;
  line-height: 1.2;
}
	.btn:hover {
		background: transparent;
		color: #000;
		border: 1px solid #000;
	}

.btn.outline {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
	.btn.outline:hover {
		color: #000;
		background: #fff;
	}

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

/**** HEADER *****/
#header {
    padding: 20px 0 10px;
    background: transparent;
    position: absolute;
    width: 100%;
}
	/* #logo {
		max-width: 270px;
		width: 25%;
		float: left;
		max-height: 100%;
	} */
	
	#logo {
	  max-width: 100%;
	  width: 100%;
	  float: left;
	  max-height: 100%;
	}
	
	span.locale {
	    position: absolute;
	    top: 70px;
	    color: #000;
	    font-size: 14px;
	    left: 25%;
	}
	#et-info {
	    width: 60%;
	    float: right;
	    text-align: right;
	    margin-top: 20px;
	}
	span#address {
		display: block;
		margin-top: -30px;
		margin-bottom: 10px;
		clear: both;
	}
	/* #top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: left;
	    margin-top: 20px;
	} */
	
	#top-navigation {
	  max-width: 700px;
	  width: 70%;
	  float: left;
	  margin-top: 65px;
	  position: absolute;
	  right: 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: end;
	}
		nav#top-menu-nav {
		    float: left;
		}
			#top-menu {
				position: relative;
			}
				#top-menu li {
					padding-right: 12px;
				}
					#top-menu a {
						text-transform: none;
						font-size: 18px;
						font-weight: 400;
						color: #fff;
						/* font-family: 'Courier Prime'; */
					}
		#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: #fff;
	    font-size: 18px;
	    font-weight: 700;
	    display: inline-block;
	    position: relative;
	    top: 0;
	    line-height: 90%;
	}
/*
	// Hide / Show Location Above Phone Number
		#et-info-phone span {
		    color: #333;
		    display: block;
		    text-align: left;
		    font-size: 10px;
		    text-transform: uppercase;
		}
*/
/* 	// Hide / Show Phone Icon
	#et-info-phone:before { display: none; } */
	
	.et-social-icons {
	    margin-top: 0;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		}
			#header .et-social-icon a {
			    color: #fff;
			    background: #3F8DDE;
			    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: 0;
}
	#hero-text {
	    font-size: 30px;
	    font-weight: 400;
	    text-align: center;
	    padding: 150px 0 200px;
	}
		#hero-text h1 {
		    font-size: 62px;
		    line-height: 100%;
		    text-transform: uppercase;
		    font-weight: 600;
		}


		
/**** MID About ****/
#mid-about .btn {
    font-size: 30px;
    width: 80%;
    padding: 1em;
}


/**** MID GUARANTEE *****/


	
/***** MID BENEFITS *****/



/***** BOTTOM TESTIMONIALS ****/






/********* 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; }
		
		#carouselWrap h2 {
			font-size: 44px;
		}
		
}


/********* 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;
	}
	.et_pb_column_empty.has-background {
		display: block;
		min-height: 300px;
	}
/**** HEADER ****/	
#header {
    padding-top: 0;
}
	#headerWrap {
	  background-attachment: initial !important;
	}
	#address {
		display: block;
		max-width: 230px;
		margin: -20px auto 10px;
	}
	#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;
			clear: both;
			width: 100%;
			margin: 10px auto;
			float: none;
		}
	
	#logo {
	    display: block;
	    max-width: 100% !important;
	    width: 100%;
	    float: left;
	    margin-top: 0;
	}

.about-me-text img {
    margin: 0 17%;
}
	
/**** HERO - Mobile ****/
#hero {
    padding: 20px 0px 0px;
}
	#hero-text {
		padding-bottom: 40px;
	}
	#hero-text h1 {
	    font-size: 58px;
	}
	
#mid-buttons .et_pb_column {
    margin-bottom: 0;
}
	
	
}

