@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Lato:300,400,400i,700,900&display=swap');
/*
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.7 - Tip Top K9
*/

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

li {
    margin: 7px auto;
    list-style-position: inside;
}

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

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

.accent{
	color: #264391 !important;
}

#subheaderWrap {
    background-position: 50% 32%;
}
	.et_pb_title_container h1 {
	    font-size: 26px;
	    background-color: #000;
	    display: inline-block;
	    padding: 25px;
	    color: #fff;
	}

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

p {
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 1.8;
}

#subheaderWrap {
    background-position: 50% 32%;
    border-bottom: 4px #cc5515 solid;
    position: relative;
}

	.et_pb_title_container h1 {
	    font-size: 26px;
	    background-color: #41A145;
	    display: inline-block;
	    padding: 25px;
	}

h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
}
hr {
	border: 0;
	background-color: #555;
	height: 2px;
}


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

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

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

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


/**/
/**/
/******* 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: #41A145;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif !important;
    font-size: 18px;
    transition: all .2s ease-out;
    text-align: center;
    border: 2px solid #fff;
}
	.btn:hover {
		color: #41A145 !important;
		background: #fff !important;
	}

.gform_wrapper input[type=submit] {
    position: relative;
    background: #41A145;
    color: #fff;
    padding: .7em 1em;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    transition: all .2s ease-out;
}
	.gform_wrapper input[type=submit]:hover {
		background: #fff;
		color: #41A145;
	}
	

/**** HEADER *****/
/* TOP HEADER BAR */
#sg-top-header {
    width: 100%;
    background: #fff;
    padding: 5px 0;
}
	#sg-top-header:after {
		content: "";
		display: block;
		clear: both;
	}
	#sg-top-header .btn {
		background: #cc5515;
	}
	#sg-top-header img {
	    float: right;
	    margin-right: 200px;
	}
#header {
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
	#logo {
	    max-width: 261px;
	    width: 27%;
	    float: left;
	    max-height: 100%;
	    padding-top: 0;
	    padding-bottom: 10px;
	}
	
	#top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: right;
	    margin: 10px auto;
	}
		#top-menu-nav {
		    float: right !important;
		}
			#top-menu {
				position: relative;
				top: 0;
			}
			#top-menu > li > a {
				color: #41a145;
				font-family: "Oswald","Lato",sans-serif;
			    font-size: 18px;
				
			}
				#top-menu li.current-menu-item > a{
				    color: #000;
				}

				#top-menu > li li a {
					color: #333;
				}
		#top-navigation .btn, #et-info .btn {
		    background: #333;
		    color: #fff;
		    padding: 0.3em 1em;
		    display: inline-block;
		    float: right;
		    margin-top: 4px;
		    margin-left: 20px;
		    line-height: 120%;
		    border: 3px solid transparent;
		    font-size: 13px;
		    border: 1px solid #333;
		}
			#et-info .btn:hover {
				
			}

	/**** SOCIAL MEDIA ICONS ****/
#et-info {
	    width: 60%;
	    float: right;
	    text-align: right;
	}
		#et-info .btn {
		    position: relative;
		    right: 0;
		    font-size: 14px;
		    padding: 5px 7px;
		    float: right;
		    margin-left: 40px;
		}
	
	#et-info-phone {
	    color: #3458a7;
	    font-size: 18px;
	    font-weight: 700;
	    font-family: "Oswald","Lato",sans-serif;
	    float: right;
		margin-right: 0;
	    line-height: 100%;
	}
	
		#et-info-phone span {
		    color: #a1a1a1;
		    display: block;
		    text-align: left;
		    font-size: 12px;
		    text-transform: none;
		    font-weight: 400;
		    margin-top: -6px;
		}
	
	.et-social-icons {
	    margin-top: -7px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 5px;
		    margin-right: 5px;
		}
			.et-social-icon a {
			    color: #264491;
/* 			    background: #cc5515; */
/* 			    border-radius: 50%; */
			    font-size: 18px;
			    width: 35px;
			    height: 35px;
			    padding: 0 !important;
			    line-height: 38px;
			    text-align: center;
			    margin: 0 -5px;
			    transition: opacity .2s ease-out;
			}
				.et-social-icon a:hover {
					opacity: .9;
				}
			
			

	/* Social Icons in Circle */
/* 			.et-social-icon a {
			    display: inline-block;
			    position: relative;
			    color: #fff;
			    font-size: 18px;
			    text-align: center;
			    text-decoration: none;
			    transition: color .3s ease 0s;
			    background-color: #cc5515;
			    border-radius: 50%;
			    padding: 6px 10px;
			}
*/


/***** HEADER *****/
#hero {
	padding: 140px 0;
	position: relative;
	overflow: hidden;
}
	#hero:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgba(0,0,0,0.2);
	    z-index: 1;
	}


		#messaging-text h1 {
			font-size: 60px;
			font-weight: 700;
			font-family: "Oswald", "Lato", sans-serif;
			line-height: 100%;
			text-transform: none;
		}
		#messaging-text h3 {
		    font-size: 32px;
		    font-family: "Lato",sans-serif;
		    margin: 10px 0 50px;
		    display: block;
		    font-weight: 400;
		}
#nobrainer-wrap {
    position: absolute;
    top: -150px;
    right: 0;
    max-width: 400px;
    width: 100%;
}
	#nobrainer-wrap h3 {
		background: #3458A7;
		font-family: "Oswald","Lato",sans-serif;
		padding: 10px 30px;
		line-height: 100%;
		font-weight: 700;
	}
		#nobrainer-wrap h3:before {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 100%;
			width: 100vw;
			background: #3458A7;
		}
		#nobrainer-wrap h3:after {
		    content: "";
		    position: absolute;
		    background-image: url(/wp-content/themes/myle/images/dovetail.svg);
		    right: 100%;
		    left: -80px;
		    top: 0;
		    bottom: 0;
		    background-repeat: no-repeat;
		    background-position: 120% 50%;
		    background-size: 90%;
		}

/**** MID BLOCKS ****/
.mid-block, .mid-block .et_pb_blurb, .mid-block h4 {
    padding: 0 !important;
    min-height: 250px;
}	
	.mid-block h4 a {
	    font-family: "Oswald","Lato",sans-serif;
	    font-size: 40px;
	    text-transform: uppercase;
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 80px 40px;
	    line-height: 100%;
	}

/*
#mid:before {
    content: "";
    border-bottom: 350px solid #cc5515;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
}
*/
	#mid h4 {
		font-size: 26px;
		color: #41A145;
		font-family: "Oswald", "Lato", sans-serif;
		text-transform: none;
		line-height: 1;
	}

/**** MID ABOUT *****/
#mid-about {
    background-size: contain;
    background-position: right center;
}
#benefitssection-outer-Wrap h2 {
    font-size: 42px;
    font-family: "Oswald","Lato",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
	.benefits-list-wrap ul {
		padding-left: 0;
	}
		.benefits-list-wrap ul li {
			list-style: none;
			position: relative;
			margin-top: 20px;
			font-family: 'Lato', sans-serif;
			font-size: 20px;
			padding-left: 40px;
		}
			.benefits-list-wrap ul li img {
				position: absolute;
				max-width: 30px;
				left: 0;
				top: -1px;
			}
/*
		.benefits-list-wrap ul li:before {
		    content: "";
		    background-image: url(/wp-content/uploads/icon-computer.png);
		    position: absolute;
		    top: 3px;
		    bottom: 0;
		    right: 0;
		    background-size: contain;
		    background-repeat: no-repeat;
		    left: 0;
		    height: 17px;
		    width: 17px;
		}
*/



/**** SYSTEM *****/

#benefits-wrap h2 {
    font-family: 'Oswald', 'Lato', sans-serif !important;
    word-wrap: normal;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #41a145;
}

.mid-link-wrap ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
}
	#benefits-wrap ul li {
		font-size: 14px;
		max-width: 45%;
		list-style: none;
		margin-right: 1%;
		text-align: center;
		color: #333;
		line-height: 100%;
		text-transform: none;
		width: 100%;
		font-weight: 600;
	}
		#benefits-wrap ul li strong {
		    font-weight: 500;
		    font-size: 16px;
		    text-transform: uppercase;
		    font-family: "Oswald","Lato",sans-serif;
		}
		#benefits-wrap ul li img {
			display: block;
			position: relative;
			margin: 0 auto 10px;
			width: 60px;
			height: 60px;
			object-fit: contain;
		}

		
#catchphrase {
    background-color: #FAF68F;
    position: relative;
    padding: 15px 150px 15px 25px;
}
	#catchphrase .flex-col {
	    margin-bottom: 0;
	}
	#catchphrase h4 {
    font-size: 32px;
    line-height: 1;
    padding: 0;
    color: #3458A7 !important;
}
	#catchphrase-starburst {
		position: absolute;
		left: 100%;
		height: 200px;
		width: 200px;
		top: -70px;
	}
/*
	#catchphrase .et_pb_image_wrap {
	    position: absolute;
	    top: -150px;
	}
*/
	

/**** WHAT WE BELIEVE ****/
	#whatwebelieve h2 {
	    font-size: 40px;
	    text-transform: uppercase;
	    font-weight: 700;
	    font-family: "Oswald","Lato",sans-serif;
	}
		#whatwebelieve h2 strong {
		    color: #848482;
		}
	#whatwebelieve hr{
	    max-width: 150px;
	    margin-top: 50px;
	    margin-bottom: 50px;
	    position: relative;
	}	
	#whatwebelieve h3 {
	    line-height: 1.5;
	}

	
	#whatwebelieve p {
	    font-size: 23px;
	    line-height: 1.2;
	}
	#whatwebelieve p:last-child strong {
	    color: #DB762E;
	    font-weight: 400;
	}
	#whatwebelieve .btn {
    border: 2px solid #FAF68F;
    background: #FAF68F;
    color: #3458A7;
}
		#whatwebelieve .btn:hover {
			background: #fff;
		    color: #3458A7;
		}


/***** BOTTOM TESTIMONIALS ****/
		
#testimonials {
	color: #000;
}
	#testimonials h2 {
	    color: #cc5515;
	    text-transform: uppercase;
	    font-size: 32px;
	}
			
	#testimonials p {
	    font-size: 15px;
	    line-height: 1.2;
	}
	#testimonials strong {
	    display: block;
	    color: #7d96d8;
	    margin-top: 10px;
	    margin-bottom: 40px;
	}

	
/**** PRODUCTS PAGE *****/
/*
.product-block {
    height: 250px;
    width: 100%;
    position: relative;
}
	.product-block .et_pb_text_inner {
	    position: initial;
	}
		.product-block a {
		    color: #fff;
		    font-style: italic;
		    font-weight: 700;
		    text-transform: uppercase;
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    padding: 110px 20px 0;
		    text-align: center;
		    opacity: 0;
		    transition: all .2s ease-out;
		    background: rgba(0,0,0,0.6);
		}
			.product-block a:hover {
				opacity: 1;
			}
*/


/***** THE DIFFERENCE *****/
#difference-list li {
    margin-top: 30px;
}
	#difference-list li:first-child {
	    margin-top: 0;
	}


#footer-info {
	width: 72%;
	font-size: 14px;
}

#contact-form {
    box-shadow: 0 0 50px 0 rgb(1 1 1 / 14%);
    padding: 20px;
    border-radius: 10px;
}
/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1023px){
	
	
#top-menu-nav {
display: none;
}
#top-navigation {
display: none;
}

#et_mobile_nav_menu {
  display: none;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
}


@media screen and (max-width: 980px) {
	
	#headerWrap-mainimg {
		display: none;
	}

	#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; }
		
		.mid-link-wrap ul {
		    flex-direction: row;
		    flex-wrap: wrap;
		    justify-content: center;
		    padding-left: 0;
		}
	#benefits-wrap {
    padding: 30px 0 260px 0;
}
			#benefits-wrap ul li {
			    text-align: center;
			    max-width: 22%;
			    margin: 10px;
			}
				#benefits-wrap ul li img {
				    display: block;
				    margin: 0 auto 10px;
				}
		#catchphrase {
    max-height: none;
    padding: 20px 2.5%;
    width: 100vw;
}
			#catchphrase h4 {
			    text-align: center;
				font-size: 16px;
			}		
			#catchphrase .et_pb_image_wrap {
			    position: relative;
			    top: auto;
			}		
		

#benefits-wrap .messaging-wrap .et_pb_column:last-child {
    display: none;
}
#catchphrase-starburst  {
	position: absolute;
	left: 28%;
	height: 180px;
	width: 180px;
	top: 90px;
	}
	
}


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

#header.conatiner-wrap:before {
    top: 75%;
}
	.btn {
	    display: block;
	    margin: 15px auto;
	    max-width: 100%;
	    text-align: center;
		font-size: 14px;
	}
#top-navigation {
    display: none;
}
/**** HEADER ****/	
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		#et-info-phone {
			float: left;
			}
		#et-info-phone span {
		    text-align: center;
		}
		#et-info  .et-social-icons  {
			display: block;
			float: right;
		}
	#logo {
        max-width: 191px !important;
        float: left;
        margin: 20px auto 0px;
        display: block;
        width: 100%;
        clear: both;
    }
#sg-top-header img {
    float: none;
    margin-right: auto;
}	
	
/**** HEADER - Mobile ****/
#nobrainer-wrap {
    top: -110px;
	max-width: 320px
}
	#nobrainer-wrap h3 {
        padding: 10px 0;
        font-size: 20px;
    }
	
	#hero {
   	 padding: 100px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 {
    font-size: 27px;
    max-width: 100%;
}
		#messaging-text h1 strong {
		    font-size: 60px;
		}
		#messaging-text h3 {
			line-height: 120%;
		}
	#messaging-text h3 {
    font-size: 22px;
	}
		
#testimonials .messaging-wrap .color-block-wrap {
	position: relative;
}



#header.conatiner-wrap {
    padding: 150px 0 0;
    position: relative;
    overflow: hidden;
}
	#header.conatiner-wrap:before {
	    display: none;
	}
	#header.conatiner-wrap h1 {
	    font-size: 55px;
	}
	.special-offer {
	    position: absolute;
	    width: 100%;
	    max-width: 360px;
	    text-align: center;
	    min-width: 100%;
	}	
	
#benefits-wrap ul li {
	max-width: 40%;
}

#footer-info {
    float: none;
    text-align: center;
	}
#benefits-wrap h2 { 
	font-size: 25px;
}
	#benefits-wrap ul li strong {
    font-weight: 500;
	font-size: 16px;
	}
#whatwebelieve h2 {
    font-size: 26px;
}
}