@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto:400,700&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.4 - MLK
*/

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

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

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

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

li.gf_left_half {
    max-width: 48%;
    margin-right: 2%;
}

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

.btn, .et_pb_posts a.more-link {
	display: inline-block;
    background: #db3653;
    padding: .7em 1em;
    border-radius: 8px;
    border: 1px solid #db3653;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    transition: all .2s ease-out;
}
	.btn:hover, .et_pb_posts a.more-link:hover {
		background: #fff;
		border: 1px solid #db3653;
		color: #db3653;
	}
.btn.dark {
	background: rgba(0,0,0,.8);
	color: #fff;
}
	.btn.dark:hover {
		background: #fff;
		color: #333;
	}

.gform_fields li {
    padding-right: 0 !important;
}
.gform_wrapper input[type=submit] {
    position: relative;
    background: #db3653;
    color: #fff;
    padding: .7em 1em;
    border: 1px solid transparent;
    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: #db3653;
		border: 1px solid #db3653;
	}
	
/**** HEADER *****/
#header {
    padding: 0 0 20px;
    border-bottom: 2px solid #eee;
}
	#mc-top-header {
	    background: #0f3664;
	    color: #fff;
	    font-weight: 900;
	    font-size: 16px;
	}
		#mc-top-header .container {
		    display: flex;
		    justify-content: space-between;
		    padding: 10px 0;
		}	
			div[id^=top-header] {
			    width: 45%;
			}	
			#top-header-right {
			    text-align: right;
			}
				#top-header-right > a {
				    margin-right: 2%;
				}
		#mc-top-header a {
		    color: #fff;
		}
		
		
	#logo {
	    max-width: 316px;
	    width: 33%;
	    float: left;
	    max-height: 100%;
	    position: absolute;
	    top: -25px;
	}
	
	#et-info {
	    float: right;
	}
	
	#top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: right;
	    margin-top: 15px;
	}
		nav#top-menu-nav {
		    float: right;
		}
			#top-menu {
				position: relative;
				margin-top: 5px;
			}
				#top-menu a {
				    color: #0f3664;
				    text-transform: uppercase;
				    font-weight: 700;
				    font-size: 17px;
				}
				#top-menu li ul {
					width: 300px;
				}
					#top-menu li li {
						width: 100%;
						padding: 0 10px;
					}
						#top-menu li li a {
						    font-size: 14px;
						    line-height: 1.5;
						    width: 300px;
						    padding: 10px 2.5%;
						}
		#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: #333;
		font-size: 20px;
		font-weight: 700;
		font-family: "Lato",sans-serif;
		display: inline-block;
		position: relative;
		top: -2px;
	}
		#et-info-phone:before { display: none; }
	
	.et-social-icons {
	    margin-top: -3px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		    margin-right: 10px;
		}
			#header .et-social-icon a {
			    color: #fff;
			    font-size: 18px;
			    padding: 0 !important;
			    line-height: 1.5;
			    text-align: center;
			    margin: 0 -5px;
			}


/***** HERO *****/
#hero {}
	#hero h1 {
	    font-size: 53px;
	    font-weight: 900;
	    text-shadow: 0 0 15px rgba(0,0,0,.5);
	    padding-bottom: 30px;
	}
	#hero-text ul {
	    display: flex;
	    list-style: none;
	    padding-left: 0;
	    padding-bottom: 40px;
	}
		#hero-text li {
		    position: relative;
		    padding-left: 20px;
		}
			#hero-text li:before {
			    content: "";
			    position: absolute;
			    height: 7px;
			    width: 7px;
			    background: #db3653;
			    border-radius: 50%;
			    left: 8px;
			    top: 50%;
			    transform: translate(0,-50%);
			}
			#hero-text li:first-child {
				padding-left: 0;
			}
			#hero-text li:first-child:before {
			    background: transparent;
			}
	#hero-form h2 {
	    color: #fff;
	    text-align: center;
	    font-weight: 700;
	    text-shadow: 0 0 7px rgba(0,0,0,0.6);
	    text-transform: uppercase;
	    font-size: 24px;
	}
	#hero-form .gform_wrapper {
	    padding: 0 20px 10px;
	    background: rgba(255,255,255,0.2);
	    border-radius: 5px;
	    border: 2px solid rgba(255,255,255,.5);
	    box-shadow: 0 0 10px rgba(0,0,0,.5);
	}
		#hero-form .gform_wrapper .gf_left_half {
		    margin-right: 2.5%;
		    width: 46%;
		}
		
	#info-bar a {
	    color: #fff;
	}

	.service-blurb .et_pb_image_wrap {
	    border-radius: 50%;
	    border: 4px solid #f1f1f1;
	}
	.service-blurb h4 {
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #0f3664;
	}
	.service-blurb .btn {
	    border-radius: 10px;
	    margin-top: 20px;
	}

	
	#why-multiclean h2 {
	    color: #0f3564;
	    font-weight: 700;
	    font-size: 32px;
	    padding-bottom: 30px;
	}
	
	#why-multiclean .et_pb_blurb_content {
	    padding-left: 70px;
	}
		#why-multiclean h4 {
		    text-transform: uppercase;
		    font-weight: 700;
		    color: #0f3564;
		    font-size: 16px;
		    padding-bottom: 20px;
		}
		#why-multiclean .et_pb_main_blurb_image {
		    position: absolute;
		    left: 0;
		}		
		#why-multiclean .et-pb-icon-circle {
		    padding: 15px;
		}
	
	#bottom-reviews h2 {
	    font-weight: 700;
	    font-size: 32px;
	    color: #0f3564;
	    padding-bottom: 30px;
	}
	#home-testimonial .et_pb_blurb_content {
	    padding-left: 170px;
	}	
		#home-testimonial .et_pb_blurb_content .et_pb_main_blurb_image {
		    position: absolute;
		    left: 0;
		}

#bottom-info {
    position: relative;
    top: 60px;
    background: transparent;
    z-index: 1;
}
	#info-top-bar h4 {
	    display: block;
	    padding: 20px;
	    font-size: 15px;
	}
	#bottom-info .et_pb_row:not(#info-top-bar) {
	    padding: 40px 60px;
	    display: flex;
	    justify-content: center;
	}
		#bottom-info .et_pb_row:not(#info-top-bar) h4 {
		    font-weight: 700;
		}
	#bottom-info a {
	    color: #fff;
	}
	
/*** INTERIOR PAGES ****/

h2, h1.entry-title {
    font-weight: 700;
    font-size: 36px;
    color: #0f3664;
}
h3 {
    font-size: 30px;
    color: #0f3764;
}
h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0f3764;
}

#customer-reviews-content blockquote {
    font-size: 16px;
    line-height: 1.5;
    font-weight: inherit;
    border-left: 0;
    position: relative;
    font-style: italic;
    padding-left: 30px;
    margin: 50px auto 0;
}
	#customer-reviews-content blockquote:before {
	    content: '\201c';
	    font-family: 'Arial';
	    position: absolute;
	    font-style: normal;
	    left: 0px;
	    line-height: 1;
	    font-size: 64px;
	    top: -5.3px;
	    opacity: 0.15;
	    color: #304152;
	}
	#customer-reviews-content blockquote strong {
	    display: block;
    }


#interior-hero {
    position: relative;
    padding: 130px 0;
}
	#interior-hero .et_pb_post_title {
	    padding-top: 0 !important;
	}
		#interior-hero .et_pb_title_container h1 {
		    color: #fff;
		    text-transform: uppercase;
		    font-weight: 900;
		    font-size: 43px;
		    display: block;
		    text-align: center;
		    text-shadow: 0 0 14px rgba(0,0,0,0.7);
		}

#free-estimate-form {
    padding: 20px;
}
	#free-estimate-form .gf_left_half {
	    margin-right: 4%;
	    max-width: 47%;
	}
	#free-estimate-form .gf_right_half {
	    max-width: 49%;
	}
	
#contact-sidebar {
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
}
	#contact-sidebar h2 {
	    font-size: 36px;
	    position: relative;
	    left: -40px;
	    padding-bottom: 30px;
	}
	#contact-sidebar h4 {
	    padding-top: 20px;
	}
	
#employment-app h4 {
    padding-top: 40px;
}
#employment-app p {
    font-size: 14px;
    line-height: 1.5;
}

#welcome-form h4 {
    color: #fff;
}
#welcome-form .gform_wrapper {
    background: #0f3664;
    padding: 0 40px 40px;
    color: #fff;
}

#news-posts .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
}
	#news-posts article {
	    width: 47%;
	    margin-right: 3%;
        margin-bottom: 20px;
	    background: #f1f1f1;
	    padding: 190px 20px 30px;
	}	
		#news-posts article h2 {
		    font-size: 20px;
		    text-transform: uppercase;
		}
		#news-posts article > a {
		    position: absolute;
		    top: 0;
		    left: 0;
		    right: 0;
		    width: 100%;
		    display: flex;
		    max-height: 165px;
		    overflow: hidden;
		    flex-direction: column;
		    justify-content: center;
		}
		#news-posts article p {
		    font-size: 14px;
		    line-height: 1.6;
		}
		#news-posts .et_pb_posts a.more-link {
			margin-top: 20px;
			font-size: 14px;
			padding: .4em 1em;
		}

h1.entry-title {
	text-transform: uppercase;
	font-size: 32px;
}





/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1023px){
	
	
#top-navigation, #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 ***/
	.btn {
	    display: block;
	    margin: 15px auto;
	}

/**** HEADER ****/	
#header {
	padding-bottom: 0;
}
button#responsive-menu-button {
	border: 1px solid #fff !important;
}
#mc-top-header .container {
    flex-direction: column;
    justify-content: center;
}
	div[id^=top-header] {
	    width: 80%;
	    text-align: center;
	}
		#top-header-right {
		    text-align: center;
		    margin-top: 10px;
		    margin-bottom: 10px;
		}
			#top-header-right > a {
			    display: block;
			}

	#et-info {
	    width: 100%;
	    text-align: center;
	    display: none;
	    float: none;
	}
		.et-social-icons { display: block; }
	
	#logo {
	    max-width: 463px !important;
	    float: none;
	    margin: 0 auto;
	    display: block;
	    width: 100%;
	    position: relative;
	    top: auto;
	}
	
	#hero h1 {
	    font-size: 34px;
	}
	#hero-text ul {
	    flex-direction: column;
	}
		#hero-text li {
			padding-left: 25px;
		}
		#hero-text li:first-child {
			padding-left: 25px;
		}
			#hero-text li:first-child:before {
			    background: #db3653;
			}
	#why-multiclean {
	    padding-bottom: 680px;
	}
	#home-testimonial {
	    padding-left: 0 !important;
	}
		#home-testimonial .et_pb_blurb_content .et_pb_main_blurb_image {
		    top: 0;
		    left: 50%;
		    transform: translate(-50%);
		}
		#home-testimonial .et_pb_blurb_content {
		    padding-left: 0;
		    padding-top: 140px;
		    text-align: center;
		}
	
	#interior-hero .et_pb_title_container h1 {
		font-size: 35px;
	}
	
	#info-top-bar h4 {
	    padding: 20px 10px;
	}
		#info-top-bar h4 strong {
		    display: block;
		    margin-top: 10px;
		}	
	#bottom-info .et_pb_row:not(#info-top-bar) {
	    flex-direction: column;
	    padding: 40px 5%;
	}
	
	#hero-form .gform_wrapper .gf_left_half, #free-estimate-form .gf_left_half, #free-estimate-form .gf_right_half {
	    max-width: 100%;
	    width: 100%;
	    margin-right: auto;
	}
	
	#contact-sidebar {
	    padding-left: 0;
	}
		#contact-sidebar h2 {
		    left: auto;
		}
		
	#news-posts article {
	    width: 100%;
	    margin-right: auto;
	}

	
	
}

