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

/*** CHILD THEME STYLE RULES - BELOW HERE***/
/* 
	Pink - #ffd3d3
	Dark Grey - #333
	Light Grey - #707070
*/

/** 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;
	}
	
.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;
}
.vert-top.et_pb_equal_columns .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.vert-bottom.et_pb_equal_columns .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: flex-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: #FFD3D3;
    padding: .7em 1em;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    transition: all .2s ease-out;
}
	.btn:hover {
		background: rgba(255,255,255,1);
		border: 1px solid #333;
		color: #333;
	}
.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: #FFD3D3;
    color: #000;
    padding: .7em 1em;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    transition: all .2s ease-out;
}
	.gform_wrapper input[type=submit]:hover {
		background: #fff;
		color: #333;
		border: 1px solid #333;
	}
	
/**** HEADER *****/
#header {
    padding: 20px 0;
	background: #FFD3D3;
}
	#header .container {
		max-width: 90%;
		width: 90%;
		display: flex;
		align-items: center;
	}
	#logo {
		max-width: 160px;
		width: 20%;
		float: left;
		max-height: 100%;
		position: absolute;
	}
	
	#et-info {
	    width: 21%;
	    float: right;
	    text-align: right;
	    padding-right: 5px;
        padding-top: 10px;
	}
	
	#top-navigation {
    max-width: 1000px;
    width: 80%;
    float: left;
    padding-left: 5%;
    padding-top: 0;
}
		nav#top-menu-nav {
		    float: right;
		}
			#top-menu {
				position: relative;
			}
				#top-menu li {
				    padding-right: 15px;
				}
					#top-menu a {
					    text-transform: uppercase;
					    color: #333;
					    font-family: "Montserrat",sans-serif;
					    font-size: 15px;
					}


	/**** SOCIAL MEDIA ICONS ****/
	
	#et-info-phone {
		color: #333;
		font-size: 18px;
		font-weight: 600;
		font-family: "Montserrat",sans-serif;
		display: inline-block;
		position: relative;
		/* top: -2px; */
	}
/* 		#et-info-phone:before { display: none; } */
	
	.et-social-icons {
	    margin-top: -2px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		}
			#header .et-social-icon a {
			    color: #f20000;
/* 			    background: #f2000; */
			    border-radius: 50%;
			    font-size: 16px;
			    width: 25px;
			    height: 25px;
			    padding: 0 !important;
			    line-height: 28px;
			    text-align: center;
			    margin: 0 -5px;
			}



/***** HERO *****/
#hero {}
	#hero-text {
	    margin: 50px auto;
	}
		#hero-text h1 {
		    font-size: 50px;
		    font-weight: 700;
		    padding-bottom: 20px;
		    font-family: "Montserrat",sans-serif;
		}
		#hero-text strong {
		    font-size: 23px;
		    padding-bottom: 20px;
		}

#hero-play img {
    transition: all .2s ease-out;
    transform: scale(1);
}
	#hero-play img:hover {
		transform: scale(1.2);
		cursor: pointer;
	}

	.h-box h2 {
	    font-size: 32px;
	    padding-bottom: 20px;
	}
	.h-box h2 + p strong {
	    font-size: 17px;
	    padding: 0 10%;
	    display: block;
	    font-weight: 600;
	}
	.h-box a {
	    display: inline-block;
	    margin-top: 10px;
	    font-size: 18px;
	    text-transform: uppercase;
	    padding-bottom: 1px;
	    border-bottom: 2px solid #000;
	    color: #000;
	    font-weight: 700;
	}
/*
		#box-2.h-box a, #box-3.h-box a {
		    color: #ff6582;
		    border-bottom-color: #ff6582;
		}
		#box-5.h-box a, #box-6.h-box a {
			color: #61b1e3;
			border-bottom-color: #61b1e3;
		}
*/
#top-boxes, #bottom-boxes {
	min-height: 600px;
}	
#box-1, #box-2, #box-5, #box-6 {
	padding: 15px 2.5%;
	color: #333;
	width: 100%;
}

#top-boxes .et_pb_column {
    margin-top: 0;
}
	#box-1, #box-2 {
	    position: absolute;
	    top: 30px;
	}
	#box-3 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#box-3 a {
		color: #ffd3d3;
		border-bottom-color: #ffd3d3;
	}

#bottom-blocks .et_pb_row:last-child .et_pb_column {
    margin-bottom: 0;
}
	#box-5, #box-6 {
	    position: absolute;
	    width: 100%;
	    bottom: 30px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}




#benefits-list ul {
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 30px 10px;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background: #ffd3d3;
	max-width: 900px;
	margin: 0 auto;
	align-items: flex-end;
}
	#benefits-list li {
		width: 31%;
		margin-right: 1.5%;
		line-height: 1.2;
		font-size: 16px;
	}
		#benefits-list li img {
		    display: block;
		    margin: 0 auto 10px;
		    max-width: 80px;
		}

#services-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	#services-list li {
	    width: 30%;
	    margin: 5px 1%;
	    padding: 10px 6%;
	    text-align: center;
	    background: #fff;
	    border-radius: 10px;
	    box-shadow: 1px 1px 2px rgba(0,0,0,.06);
	    border: 1px solid #f1f1f1;
	    min-height: 100px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    color: #f20000;
	    font-size: 18px;
	}
	
#bottom-boxes h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.bottom-review {
    position: relative;
/*
    padding-left: 90px;
    padding-top: 60px;
*/
}
/*
	.bottom-review:before {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    margin: 0 auto 40px;
	    background: url(/wp-content/uploads/general-contractor-tulsa-icon-5-stars.png) no-repeat center/contain;
	    width: 132px;
	    height: 24px;
	}
*/
	.bottom-review .et_pb_text_inner {
	    position: initial;
	}	
		.bottom-review img {
		    display: block;
		    margin: 0 auto 20px;
		}
		.bottom-review strong {
		    display: block;
		    margin-top: 15px;
		    color: #f20000;
		    text-transform: uppercase;
		    font-size: 18px;
		}

/*** INTERIOR PAGES ***/
#interior-hero .et_pb_title_container h1 {
    font-size: 28px;
    display: inline-block;
    background: #fff;
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
    border-left: 6px solid #333;
    font-weight: 700;
}

.harry-halves.text-left .et_pb_text, .harry-halves.text-right .et_pb_text {
    padding: 80px 15%;
}
	.harry-halves.text-left .et_pb_text h3, .harry-halves.text-right .et_pb_text h3 {
		padding: 20px 0;
	}
	

body:not(.home) h2 strong {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
	body:not(.home) h2 strong:before {
	    content: "";
	    display: block;
	    border-left: 20px solid #000;
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    position: absolute;
	    left: 100%;
	    top: 50%;
	    transform: translate(0,-50%);
	}
	body:not(.home) .et_pb_bg_layout_dark h2 strong:before {
	    border-left-color: #fff;
	}

/*** CONTACT FORM ***/

#contact-form {
    background: #333;
    padding: 40px;
    outline: 2px solid #fff;
    outline-offset: -15px;
    border: 2px solid #000;
    color: #fff;
}
	#contact-form h2 {
	    color: #fff;
	    font-size: 30px;
	    text-transform: uppercase;
	    font-weight: 700;
	    text-align: center;
	}
	#contact-form input[type=submit] {
	    background: #ffd3d3;
	}
		#contact-form input[type=submit]:hover {
		    background: #fff;
		    color: #333;
		    cursor: pointer;
		}


/********* 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 ***/
	.btn {
	    display: block;
	    margin: 15px auto;
	}

/**** HEADER ****/	
#header .container {
	flex-wrap: wrap;
}
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		.et-social-icons { display: block; }
	
	#logo {
	    max-width: 111px !important;
	    float: none;
	    margin: 0 auto 10px;
	    display: block;
	    width: 100%;
	}
	
#hero {
    background-position: center;
}
	#hero-text {
	    margin: 0 auto;
	    width: 100%;
	    padding: 20px 5%;
	}
		#hero-text h1 {
		    font-size: 32px;
		}
	.h-box {
	    padding: 40px 2.5%;
	}
	
	#top-boxes .et_pb_column {
	    background-position: center 100px !important;
	}
	#box-1, #box-2 {
		position: relative;
		top: 30px;
		min-height: 500px;
	}
	
	#benefits-list ul {
	    flex-direction: column;
	}
		#benefits-list li {
		    width: 100%;
		    margin: 10px auto;
		}
	
	#bottom-blocks .et_pb_row:last-child {
		border-top: 10px solid #fff;
	}
	#bottom-blocks .et_pb_row:last-child .et_pb_column {
	    min-height: 600px;
	    display: block;
	}
		#box-5.h-box, #box-6.h-box {
		    padding: 50px 5%;
		    margin-bottom: 0px;
		}

	#services-list ul {
	    flex-direction: column;
	}
		#services-list li {
		    width: 100%;
		    margin: 10px auto;
		}
			#services-list li img {
			    display: block;
			    margin: 0 auto 10px;
			}

	
	.harry-halves.vert-center.text-left {
	    display: flex;
	    flex-direction: column;
	}	
		.harry-halves.vert-center.et_pb_equal_columns.text-right .et_pb_column, 
		.harry-halves.vert-center.et_pb_equal_columns.text-left .et_pb_column {
		    min-height: 300px;
		}
		.harry-halves.vert-center.text-left .et_pb_column:first-child {
		    order: 2;
		}
		
	body:not(.home) h2 strong:before {
		top: 14px;
	}
	
	
}

