/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        5.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*---------- [Font Styling] ----------*/

h1 {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
}

h2 {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
}

h3 {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
}

h4 {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	 font-weight: normal;
}

h5 {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
}

body {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
	letter-spacing: 0.008em;
}

p {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
}

#top-menu a {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: normal;
}

/*----- Remove Tagline and Logo -----*/
#logo-tagline { display:none !important; }
#logo {display: none !important; }


/*----- Mobile Menu -----*/
.et_mobile_menu {
    font-weight: normal;
	    background: #fff!important;
}
.et_mobile_menu a:hover{
	    background: #fff!important;
}
.et_mobile_menu .menu-item-has-children > a {
    background-color: #fff;
    font-weight: normal;
}