@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.0 - Harrys
*/

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

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

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



h1, h2, h3, h4{
	text-transform: uppercase;
}

h1, h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 35px;
}

h4 {
    font-size: 28px;
}

#top-menu > li > a {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 15px;
}

#et-info .btn {
    display: none;
}

#sg-top-header {
    width: 100%;
    background: #0099f9;
    padding: 5px 0;
}

#header {
    padding: 5px 0 0;
    border-bottom: 0;
    background-color: #fff;
}

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

	.container {
	    position: relative;
	    width: 100% !important;
	    max-width: 100% !important;
	    margin: 0 auto;
	    padding: 0 !IMPORTANT;
	}
	
		#et-info-phone {
		    cursor: default;
		}

#header {
    padding: 20px 0;
    background-color: #009eff;
    position: relative;
}


#heroWrap {
}

.spacerWrap {
    min-height: 800px;
    position: relative;
}

#photostrip {
    position: relative;
    z-index: 100;
    margin-top: -322px;
    margin-bottom: -400px;
}

#pinkBGsectionWrap {
    padding: 200px 0 50px;
    position: relative;
}

#albumsWrap .boxWrap h4 {
    background-color: #ccc;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: -35px;
    left: 50%;
    margin-left: -200px;
    color: #fff;
    min-height: 100px;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.boxWrap {
    min-height: 350px;
    position: relative;
}
	
	#box-01 h4 {
	    background-color: #862ee1 !important;
	}
	
	#box-02 h4 {
	    background-color: #ee2c90 !important;
	}
	
	#box-03 h4 {
	    background-color: #05379e !important;
	}
	
	#box-04 h4 {
	    background-color: #fe614f !important;
	}
	
#PurpleSectioion h3, #PurpleSectioion h5 {
    color: yellow !important;
    font-weight: 600;
    text-transform: uppercase;
}

#PurpleSectioion h3 {
    font-size: 27px;
    position: relative;
    margin-top: 20px;
}

#watchthevideo h3 {
    color: #ee2c90;
    position: relative;
    margin-bottom: 25px;
    font-size: 30px;
}


#guaranteeWrap h3 {
    font-size: 34px;
}

#guaranteeWrap h3, #guaranteeWrap em {
    color: yellow !important;
    position: relative;
}

#guaranteeWrap p {
    text-align: center;
    position: relative;
}

#headerCTA h2 {
    font-size: 51px;
}

#headerCTA {
    position: relative;
    top: -250px;
    background-color: rgba(238,44,144,.9);
    padding: 25px;
    border-radius: 10px;
    border: 2px #c30b6a solid;
    z-index: 80;
}

#headerCTA .btn {
    background-color: #864ee1;
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    display: block;
    text-align: center;
}


#guaranteeWrap .btn:hover {
    color: rgba(238,44,144,1);
    border-color: rgba(238,44,144,1);
    background-color: #fff;
}


#guaranteeWrap .btn {
    background-color: rgba(238,44,144,1);
    color: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
}

#guaranteeWrap .et_pb_text_inner p {
    font-size: 20px;
}

/**/
/**/
/******* 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: #333;
    padding: .7em 1em;
    border-radius: 0;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto",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: #333;
    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: #333;
		border: 1px solid #333;
	}
	
/**** HEADER *****/
#header {
    padding: 0;
    background-color: #0099f9;
    position: relative;
}

#heroWrap {
    padding: 53px 0 0 0;
    position: relative;
}
	#logo {
	    max-width: 285px;
	    width: 100%;
	    float: left;
	    max-height: 100%;
	    margin-right: 1%;
/* 	    border: 1px yellow solid; */
	    position: absolute;
	    left: 0;
	}
	
	a#logo:after {
	    background-image: url(http://flowphotosokc.com/wp-content/themes/myle/images/Logo-Ribbon.png);
	    content: "";
	    position: absolute;
	    /* border: 1px red solid; */
	    top: -90px;
	    left: 0;
	    right: 0;
	    bottom: -100px;
	    background-repeat: no-repeat;
	}
	
	#logo img {
	    display: none;
	}
	
#et-info {
    width: 100%;
    float: none;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
    margin: 0 auto;
    max-width: 1080px;
}

.container.et_menu_container {
    z-index: 99;
    /* border: 1px red solid; */
    max-width: 1116px !important;
    width: 100% !important;
}
	
#top-navigation {
    max-width: 700px;
    width: auto;
    float: right;
    padding-left: 5%;
    /* padding-top: 38px; */
    /* outline: 1px red solid; */
    position: relative;
    right: 0;
    margin: 0;
}

	#top-navigation a {
	    color: #fff;
	}
		nav#top-menu-nav {
		    float: left;
		}
			#top-menu {
			    position: relative;
			    top: 28px;
			    right: 17px;
			}
				#top-menu li {
				    padding-right: 15px;
				}
					#top-menu a {
					    text-transform: uppercase;
					    color: #ebd837;
					    font-family: "Lato",sans-serif;
					    font-size: 15px;
					    font-weight: 600;
					}


	/**** SOCIAL MEDIA ICONS ****/
	
#et-info-phone {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    font-family: "Lato",sans-serif;
    display: inline-block;
    position: relative;
    top: 16px;
    font-style: italic;
    float: right;
    right: -20px;
}

/* 		#et-info-phone:before { display: none; } */
	
.et-social-icons {
    margin-top: -2px;
    position: absolute;
    right: 0;
    max-width: 1080px;
    width: 100%;
    left: 50%;
    margin-left: -540px;
    top: 0;
}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		}
			
			.et-social-icon a {
			    display: inline-block;
			    font-size: 18px;
			    position: relative;
			    text-align: center;
			    -webkit-transition: color .3s ease 0s;
			    transition: color .3s ease 0s;
			    color: #fff !important;
			    text-decoration: none;
			}
			


/***** HERO *****/
#hero {}
	#hero-text {
	    padding: 30px 60px;
	    background: rgba(108, 17, 34, 0.9);
	    max-width: 650px;
	    margin: 50px auto;
	}
		#hero-text h1 {
		    font-size: 50px;
		    font-weight: 700;
		    padding-bottom: 20px;
		    font-family: "Oswald","Lato",sans-serif;
		}
		#hero-text strong {
		    font-size: 23px;
		    padding-bottom: 20px;
		    color: #afafaf;
		}
		#hero-text .btn {
			border: 1px solid #fff;
			background: #6c1122;
			color: #fff;
			border-radius: 7px;
		}
			#hero-text .btn:hover {
				background: #fff;
				color: #6c1122;
			}

.harry-halves.vert-center.et_pb_equal_columns .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
}
	.h-box h2 {
	    font-size: 32px;
	    padding-bottom: 20px;
	}
	.h-box h2 + p strong {
	    font-size: 18px;
	    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 #6d1323;
	    color: #6d1323;
	    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;
		}

#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);
}
	#benefits-list li {
	    width: 17%;
	    margin-right: 1.5%;
	    line-height: 1.2;
	    font-size: 16px;
	}
		#benefits-list li img {
		    display: block;
		    margin: 0 auto 10px;
		    max-width: 80px;
		}


#box-5.h-box, #box-6.h-box {
    padding: 50px 0;
}
	.h-box h4 {
	    font-size: 30px;
	    padding-bottom: 30px;
	}
	#box-5.h-box strong, #box-6.h-box strong {
	    color: #afafaf;
	    font-size: 16px;
	    padding-bottom: 40px;
	    display: block;
	}

#services-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	#services-list li {
	    width: 20%;
	    margin: 5px 1%;
	    padding: 10px;
	    text-align: center;
	    background: #fff;
	    border-radius: 10px;
	}
	
.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 {
		    position: absolute;
		    left: 0;
		    top: 60px;
		}

/*** INTERIOR PAGES ***/
#interior-hero .et_pb_title_container h1 {
    font-size: 26px;
    display: inline-block;
    background: #fff;
    padding: .5em 1em;
    text-align: center;
}

.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;
	}

/********* 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;
	}
	
	#heroWrap {
	    /* min-height: 1600px; */
	    padding: 0;
	}
	
	#headerCTA {
	    top: -49px;
	}
	
	#photostrip {
	    position: relative;
	    z-index: 100;
	    margin-top: 0;
	    margin-bottom: 0;
	}
	
	#pinkBGsectionWrap {
	    padding: 0;
	}
	
	#albumsWrap {
	    padding: 0;
	}
	
	.spacerWrap {
	    min-height: 0;
	    position: relative;
	}
	
	#top-navigation {
	    float: none;
	    padding-left: 0;
	    padding-top: 185px;
	}
	
		#nobrainerWrap h2 {
		    text-align: center !important;
		    font-size: 42px;
		    text-shadow: 0 0 15px rgba(0,0,0,.8);
		    margin-top: 131px;
		}
				
		#logo {
		    max-width: 100% !important;
		    float: none;
		    margin: 0 auto 10px;
		    display: block;
		    width: 100%;
		    text-align: center;
		}
		
		#et-info-phone {
		    top: 130px;
		    margin-top: 80px;
		}
		
		#et-info {
		    width: 100%;
		    float: right;
		    text-align: center;
		    padding-right: 5px;
		    padding-top: 10px;
		}
			
}


@media screen and (max-width: 980px) {
	
	button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 140px;
    right: 5%;
    background: #000000;
}
}
