@import url("../Divi/style.css");
/*
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.3
*/

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


/** DO NOT ADD NEW RULES ABOVE THIS LINE **/
/************* DEFAULT STYLES *************/
#page-container {
    padding-top: 0 !important;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    color: #1b7217;
    font-weight: 700;
}

strong, b {
    color: #1b7217;
}

#getstartedWrap .et_pb_text_0, #getstartedWrap .et_pb_text_1 {
    background-size: cover;
    padding: 20px;
}

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

#et-info {
    float: right;
}	
	#et-info-phone {
	    cursor: default;
	    font-size: 18px;
	}
		#et-info-phone:before, #et-info-email {
		    display: none;
		}


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

#getstartedWrap a.btn span {
    display: block;
    border-bottom: 1px #fff solid;
    padding-bottom: 0px;
}

.et_header_style_left #et-top-navigation {
    padding-left: 290px !important;
}

#getstartedWrap .btn {
    display: block;
}


.btn {
    background: #1b7218;
    padding: .7em 1em;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "proxima-nova","proxima nova",sans-serif;
    font-size: 16px;
    transition: all .2s ease-out;
    border: 1px solid transparent;
    display: inline-block;
}

	.btn:hover {
	    color: #1b7218;
	    background: #fff;
	    border: 1px solid #1b7218;
	}
.btn.white {
    display: inline-block;
    margin-bottom: 20px;
    border: 2px solid #fff;
    padding: .5em 1em;
}
	.btn.white:hover {
	    color: #1b7218;
	    background: #fff;
	    border: 2px solid #fff;
	}

.gform_wrapper ul li {
    margin: 20px auto;
}

.gform_wrapper input[type=submit] {
    position: relative;
    background: #333;
    color: #fff;
    padding: .7em 1em;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    font-size: 20px;
    font-family: "proxima-nova","proxima nova",sans-serif;
}



#left-area .post-meta {
    display: none !important;
}

/**** TOP HEADER ****/
#ag-top-header {
    background: #1b7218;
    padding: 5px 0;
    font-size: 14px;
}
	#ag-top-header a {
	    color: #fff;
	    font-size: 22px;
	}

	#et-info {
	    float: right;
	}
		#et-info-phone:before {
		    display: inline-block;
		    font-size: 0.7em;
		    margin-right: 5px;
		    display: none;
		}
		
		
	/**** SOCIAL MEDIA ICONS ****/
		.et-social-icons {
		    margin-top: 0;
		}
			.et-social-icons li {
			    display: inline-block;
			    margin-left: 15px;
			}
		
				#et-top-navigation .et-social-icon a {
				    color: #fff;
				    background: #1b7218;
				    border-radius: 50%;
				    font-size: 14px;
				    width: 25px;
				    height: 25px;
				    padding: 0 !important;
				    line-height: 28px;
				    text-align: center;
				    margin: 0 -5px;
				}
				span#et-info-email {
					display: none;
				}

/***** HEADER ****/
#header {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
	#logo {
		max-width: 20%;
	}
	#top-navigation {
	    float: right;
	    margin-top: 25px;
	    max-width: 80%;
	}
		#top-menu > li:last-child > a {
		    background: #1b7218;
		    color: #fff !important;
		    padding: 0.8em 0.9em !important;
		    border-radius: 4px;
		}
		#top-menu > li:last-child:hover > a {
		    border-radius: 4px 4px 0 0;
		}
		#top-menu > li:last-child > a:after {
		    display: none;
		}




.wp-caption-text {
    line-height: 120%;
    padding-bottom: 0 !important;
}

.et_pb_title_container h1 {
    color: #1b7218;
    background: #fff;
    border-left: 6px solid #1b7218;
    border-top: 2px solid #1b7218;
    display: inline-block;
    padding: .6em;
    position: absolute;
    top: calc(100% + 17px);
}



/**** HERO *****/
#hero {
    padding: 110px 0;
}

/**** SOCIAL PROOF BAR ****/
#socialproof {
	padding: 0;
}
#socialproof h2 {
    color: green;
    font-size: 52px;
    font-style: italic;
    font-weight: 700;
    font-family: 'proxima-nova','proxima nova','Lato',sans-serif;
}
#socialproof .btn {
    background: #ffb800;
    margin: 10px 10px 0;
    font-weight: 600;
}

/**** MID BLOCKS ****/
#mid-blocks h3 {
    font-size: 49px;
    font-weight: 600;
    font-style: italic;
    line-height: 120%;
    padding-bottom: 30px;
}
#mid-blocks .btn, #bottom-info .btn {
	background: #ffb800;
}


/**** BOTTOM INFO ****/
#bottom-info p {
    font-size: 20px;
    line-height: 150%;
    margin: 30px auto;
}
#bottom-info h2 {
    color: green;
    font-size: 52px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'proxima-nova','proxima nova','Lato',sans-serif;
}


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

.btn {
    background: #1b7218;
    padding: .7em 1.2em;
    border-radius: 4px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #1b7218;
}
	.btn:hover {
		color: #1b7218 !important;
	}

.gform_wrapper input[type=submit] {
    position: relative;
    background: #1b7218;
    color: #fff;
    padding: .7em 1em;
    border: none;
    border-radius: 2px;
    font-weight: 500;
    font-size: 20px;
    font-family: "proxima-nova","proxima nova","Roboto", sans-serif;
}

.resume-upload .ginput_container input {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: inline-block;
    max-width: 300px;
    margin-right: 30px;
}



/***** MESSAGING ****/
#messaging {
    background-position: top;
}
	#messaging h1 {
	    font-size: 48px;
	    font-weight: 600;
	    margin-bottom: 40px;
	}
		#messaging .btn {
		    min-width: 200px;
		    text-align: center;
		    display: inline-block;
		    padding: .4em;
		    margin: 8px auto;
		}

/*** INTERIOR HEADERS ***/
body:not(.home) #messaging h1 {
    display: inline-block;
    background: #fff;
    border-left: 10px solid #1b7218;
    padding: 20px;
    margin-bottom: 0;
    font-size: 34px;
}
/*******/


.mid-buttons {
    border-radius: 10px;
}
	.mid-buttons h4 {
	    font-size: 42px;
	    display: inline-block;
	    margin-bottom: 30px;
	    font-weight: 600;
	}
	
	
#lower-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 95%;
    margin: 20px auto;
}

#about-section {
    background-position: top;
}


.et_pb_text ol ul {
    padding-left: 40px;
    padding-bottom: 0px;
}
.et_pb_text ol li {
    margin: 10px auto;
}


.textwidget .btn {
    display: block;
    margin: 10px auto;
    text-align: center;
}

#disclaimer {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    max-width: 600px;
    margin: 10px auto;
    font-size: 12px;
    line-height: 120%;
}


@media screen and (max-width: 1080px) {
	.container {
		width: 90% !important;
	}
	.et_header_style_left #et-top-navigation {
	    padding-left: 190px !important;
	}
	#logo {
	    max-height: 55% !important;
	}
	#top-navigation {
		display: none;
	}
	#top-menu li {
		padding-right: 12px !important
	}
}

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

#et_mobile_nav_menu {
    display: block;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
	
	.et_pb_column {
	    margin-bottom: 60px;
	}
	
	
	.lineDivider.et_pb_row.et_pb_row_4 {
	    padding: 0;
	}
	
	
	
	
}


/********* RESPONSIVE < 630px *********/
/****************************************/
@media screen and (max-width: 630px){
	
	#et-info-phone {
		margin-right: 0 !important;
	}
	
	.btn {
	    width: 100%;
	    display: block;
	    max-width: 80%;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    text-align: center !important;
	}
	
	#headerWrap .btn {
	    margin: 10px auto;
	    display: block;
	}
	
	
	#headerWrap.et_pb_row.et_pb_row_fullwidth .messaging .btn.lgt {
	    margin-left: 0;
	    margin: 0 auto;
	    text-align: center !important;
	}
	
	
	#headerWrap.et_pb_row.et_pb_row_fullwidth .messaging h2 {
	    color: #fff;
	    text-align: center;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    word-wrap: normal;
	    font-size: 40px;
	    text-shadow: 0px 0px 10px rgba(0,0,0,.8);
	    font-weight: 700;
	    text-transform: uppercase;
	}
	
	#socialproof {
	   display: none;
	}
	
	.job-cats li {
	    max-width: 100%;
	    display: block;
	    float: none;
	    width: 100%;
	    margin: 15px auto;
	}
	
	ul.none {
	    display: block;
	}
		ul.none li {
		    width: 100%;
		}
	
	#left-area ul.gform_fields {
	    padding-left: 0;
	}
	
	

#process-points .et_pb_column {
    margin: 20px auto !important;
    min-height: 50px;
}

#mid-blocks h3 {
    font-size: 43px;
    line-height: 100%;
    text-align: center;
}
#bottom-info .et_pb_row {
    width: 90% !important;
}
	#bottom-info h2 {
	    font-size: 32px;
	}
	
	
	
}

