/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/
 Description:    Divi Child Theme
 Author:         Robert Allen of Splash Mktg
 Author URI:     http://www.splashmktg.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/********** GENERAL FORMATTING **********/


/* NAVBAR */
#logo {
  max-height: 120% !important;
}



/* HEADERS */

h1 {font-size: 50px !important; padding-bottom: 5px;letter-spacing: 0px !important;}

h2 {font-size: 45px !important; padding-bottom: 5px;letter-spacing: 0px !important;}

h3 {font-size: 32px !important; padding-bottom: 5px;letter-spacing: 0px !important;}

h4 {font-size: 20px !important; padding-bottom: 5px;letter-spacing: 0px !important;}


h1, h2, h3, h4, h5, h6 {letter-spacing: 0px !important;}




/* TEXT */

em 			{font-family: RobotoItalic;}

strong 			{font-family: RobotoBold;}

i 			{font-family: RobotoItalic;}

bold 			{font-family: RobotoBold;}




/* FOOTER */

.menu-footer-container li {
  list-style: none;
  text-align: center;
}

#footer-widgets .footer-widget li:before {
  border-style: none !important;
}

.menu-footer-container {
  border-left: 1px solid red;
  border-right: 1px solid red;
  padding-right: 4%;
}





/*--------Header Drop Shadow-----*/
 #main-header {
 -webkit-box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24);
 -moz-box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24);
 box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24);
 }

/*--------FIXED Header Drop Shadow-----*/
 #main-header.et-fixed-header {
 -webkit-box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24)!important;
 -moz-box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24)!important;
 box-shadow: 0px 9px 20px 2px rgba(0,0,0,0.24)!important;
 }

/*-----Main Header Color-----*/
/*menu stylings, can be overwritten by using !important*/

#main-header {
    background: #7a9f2e !important;
}

#main-header.et-fixed-header li li a:hover {
    color: #7a9f2e !important;
    background-color:#fff;

}

#main-header.et-fixed-header ul {
    background: #7a9f2e; !important
}




