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

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

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

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

	#et-info-phone {
	    cursor: default;
	}


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

.btn {
    background: #333;
    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;
}

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


/**** SOCIAL MEDIA ICONS ****/
.et-social-icons {
    margin-top: -7px;
}

	.et-social-icons li {
	    display: inline-block;
	    margin-left: 15px;
	}

		#et-top-navigation .et-social-icon a {
		    color: #fff;
		    background: #0041bf;
		    border-radius: 50%;
		    font-size: 14px;
		    width: 25px;
		    height: 25px;
		    padding: 0 !important;
		    line-height: 28px;
		    text-align: center;
		    margin: 0 -5px;
		}






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

#et_mobile_nav_menu {
    display: block;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
}


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

