@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.9 - Tip Top K9
*/

/*** CHILD THEME STYLE RULES - BELOW HERE***/
/**
	Green - #026098
	Pink - #6FB7E3
**/

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

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

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

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

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

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


.parallax-overlay.et_pb_section_parallax:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.parallax-overlay.light.et_pb_section_parallax:before {
	background: rgba(255, 255, 255, 0.85);
}


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

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

.container {
    position: relative;
    width: 80%;
    max-width: 980px;
    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: #6FB7E3;
    padding: 0.5em 1.5em;
    border-radius: 2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto",sans-serif !important;
    font-size: 18px;
	line-height: 1;
    transition: all .2s ease-out;
    text-align: center;
	border: 2px solid #6FB7E3;
}
	.btn:hover {
		color: #6FB7E3 !important;
		background: #fff !important;
	}

.gform_wrapper input[type=submit] {
    position: relative;
    background: #6FB7E3;
    color: #fff;
    padding: .7em 1em;
    border: 2px solid #6FB7E3;
    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: #026098;
		border: 2px solid #fff;
	}
	

/**** HEADER *****/
/* TOP HEADER BAR */
#sg-top-header {
    width: 100%;
    background: #fff;
    padding: 5px 0;
	display: none;
}
	#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: #026098;
}
	#logo {
		max-width: 280px;
		width: 28%;
		float: left;
		max-height: 100%;
		padding-top: 15px;
		padding-bottom: 0;
		position: relative;
	}
	
	#top-navigation {
		max-width: 700px;
		width: 72%;
		float: right;
		margin: 10px auto;
	}
		#top-menu-nav {
		    float: right !important;
		}
			#top-menu {
				position: relative;
				top: 0;
			}
			#top-menu > li > a {
				color: #fff;
				font-family: "Roboto",sans-serif;
			    font-size: 15px;
				
			}
				/* #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: #fff;
	    font-size: 18px;
	    font-weight: 700;
	    font-family: "Roboto",sans-serif;
	    float: right;
	    margin-right: 20px;
	    line-height: 100%;
	}
	
		#et-info-phone span {
		    color: #026098;
		    display: block;
		    text-align: left;
		    font-size: 12px;
		    text-transform: none;
		    font-weight: 400;
		    margin-top: -6px;
		}
		
		#et-info-phone:before { display: none; }
	
	.et-social-icons {
	    margin-top: 0;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 5px;
		    margin-right: 5px;
		}
			.et-social-icon a {
				color: #fff;
				background: #6FB7E3;
				border-radius: 50%;
				font-size: 14px;
				width: 25px;
				height: 25px;
				padding: 0 !important;
				line-height: 28px;
				text-align: center;
				margin: 0 -5px;
				transition: opacity .2s ease-out;
			}
				.et-social-icon a:hover {
					opacity: .9;
					color: #fff;
				}
			.et-social-zillow a.icon {
				position: relative;
				top: 6px;
			}
				.et-social-zillow a.icon:before {
					content: "";
					width: 22px;
					height: 22px;
					background: url(/wp-content/themes/myle/images/zillow.svg) no-repeat center / 13px;
					display: block;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
			
			

	/* 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: 45px;
		    font-family: "Poppins",sans-serif;
		    line-height: 1;
	        max-width: 500px;
		}		
		#messaging-text h3 {
		    font-size: 32px;
		    font-family: "Roboto",sans-serif;
		    margin: 10px 0 50px;
		    display: block;
		    font-weight: 400;
		}
#nobrainer-wrap {
    position: absolute;
    top: -150px;
    right: 0;
    max-width: 490px;
    width: 100%;
}
	#nobrainer-wrap h3 {
		background: #6FB7E3;
		font-family: "Roboto",sans-serif;
		padding: 10px 30px;
		line-height: 100%;
		font-weight: 700;
		font-size: 24px;
	}
		#nobrainer-wrap h3:before {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 100%;
			width: 100vw;
			background: #6FB7E3;
		}
		#nobrainer-wrap h3:after {
		    content: "";
		    position: absolute;
		    background: #6FB7E3;
		    border-radius: 2em 0 0 2em;
		    right: 100%;
		    left: -40px;
		    top: 0;
		    bottom: 0;
		}

/**** MID BLOCKS ****/
.mid-block, .mid-block .et_pb_blurb, .mid-block h4 {
    padding: 0 !important;
    min-height: 250px;
}	
	.mid-block h4 a {
	    font-family: "Roboto",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: 1;
	}

/*
#mid:before {
    content: "";
    border-bottom: 350px solid #cc5515;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
}
*/
	#mid h4 {
	    font-size: 27px;
	    color: #026098;
	    font-family: "Roboto",sans-serif;
		line-height: 1;
	}

/**** MID ABOUT *****/
#mid-about {
    background-size: contain;
    background-position: right center;
}
#benefitssection-outer-Wrap h2 {
    font-size: 42px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.benefits-list-wrap ul {
    list-style: none;
    padding-left: 0;
}
	.benefits-list-wrap ul li {
	    list-style: none;
	    position: relative;
	    margin-bottom: 30px;
	    margin-top: 10px;
	    padding-left: 85px;
	    font-family: "Roboto", sans-serif;
	    font-size: 20px;
	}
/* 		.benefits-list-wrap ul li:before {
		    content: "•";
		    font-size: 35px;
		    color: #6FB7E3;
		    position: absolute;
		    left: 0;
		    top: -3px;
		    font-weight: 700;
		} */
		.benefits-list-wrap ul li img {
			position: absolute;
			left: 0;
			width: 55px;
			height: 55px;
			object-fit: contain;
		}



/**** SYSTEM *****/
#benefits-wrap h2 {
    font-family: "Roboto", sans-serif !important;
    word-wrap: normal;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
}
#benefits-wrap h4 {
    font-weight: 600;
    text-transform: none;
    padding-bottom: 40px;
}


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


#catchphrase {
    background-color: #026098;
    position: relative;
    padding: 20px 150px 25px 25px;
    /* border-top: 4px #a75021 solid; */
    /* border-bottom: 4px #a75021 solid; */
}
	#catchphrase:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    background: #026098;
	    left: -100%;
	    width: 100%;
	}
	#catchphrase .flex-col {
	    margin-bottom: 0;
	}
	#catchphrase h4 {
	    font-size: 32px;
	    line-height: 1;
	    padding: 0;
	    text-transform: uppercase;
	}
	#catchphrase-starburst {
	    position: absolute;
	    left: 100%;
	    height: 250px;
	    width: 250px;
	    top: -120px;
	}
/*
	#catchphrase .et_pb_image_wrap {
	    position: absolute;
	    top: -150px;
	}
*/
	

/**** WHAT WE BELIEVE ****/
	#whatwebelieve h2 {
		font-size: 42px;
	    font-weight: 700;
	    font-family: "Roboto",sans-serif;
	}

	#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 .btn {
		 border: 2px solid #fff;
		 color: #fff;
		 background: #026098;
	}
		#whatwebelieve .btn:hover {
			background: #fff;
			color: #026098;
		}


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


#process-hero .et_pb_section_video_bg #mep_0 {
    position: relative;
    bottom: 80px;
}
#process-hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	z-index: 1;
}

	.buy-slider-nav h3 span {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		display: block;
		margin-bottom: 15px;
		background: #fafafa;
		font-size: 22px;
		line-height: 41px;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.buy-slider-nav h3 strong {
		display: block;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		width: 100%;
		padding-top: 10px;
		padding-right: 10%;
		margin-top: 5px;
		border-top: 2px solid #ddd;
	}
.content-slider__item, .buy-slider-nav {
	display: flex;
	padding: 40px 0;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}
	.content-slider__text {
		padding-right: 5%;
	}
	.content-slider__image {
		width: 50%;
	}
	button.slick-prev.slick-arrow {
		left: 5% !important;
		z-index: 10;
	}
	button.slick-next.slick-arrow {
		right: 5% !important;
		z-index: 10;
	}	
		button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
			color: #ddd;
			font-size: 40px;
		}
		

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


/********* 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) {
	
	#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 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%;
		}
			#catchphrase h4 {
			    text-align: center;
			}		
			#catchphrase .et_pb_image_wrap {
			    position: relative;
			    top: auto;
			}		
		
			#et-info .btn {
				display: none;							
			}
}


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

#header.conatiner-wrap:before {
    top: 75%;
}
.has-background.et_pb_column_empty {
	display: block;
	min-height: 400px;
}


.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 {
		    float: none;
		    margin: 0 auto;
		    display: block;
		}
		#et-info-phone span {
		    text-align: center;
		}
		#et-info  .et-social-icons { display: block; }
	
	#logo {
        max-width: 290px !important;
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
        position: relative;
        top: auto;
    }
#sg-top-header img {
    float: none;
    margin-right: auto;
}	
	
/**** HEADER - Mobile ****/
#hero {
    padding: 20px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 {
			font-size: 40px;
			max-width: 100%
		}
		#messaging-text h1 strong {
		    font-size: 52px;
		}
		#messaging-text h3 {
			line-height: 120%;
		}
	#nobrainer-wrap {
		position: relative;
		top: auto;
	}
		
#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%;
}

#catchphrase-starburst {
    position: relative;
    top: 50px;
    left: auto;
}

.et-social-icons, #footer-info {
    float: none;
    text-align: center;
    width: 100%;
}
	
}

