/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.7.1643584573
Updated: 2022-01-30 23:16:13

*/

/* Change Mobile Menu Hamburger Bars */
.mobile_menu_bar:before {
color: #11e304 !important;
}


/* Change Mobile Menu Divider Line */
.et_mobile_menu {border-color: #11e304 !important;}

/* logo */
	#logo {
    	    max-height: 150%!important;
    		margin-bottom: -25px!important;
    		z-index: 100000!important;
    		position: relative!important;}

/*Begin...Making the Mobile Menu Fixed*/

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; } }

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}
/* End...Making the Mobile Menu Fixed*/

/* Scroll To Top Color */
.et_pb_scroll_top.et-pb-icon {
background-color:#11e304!important;
}

/* Hide Mail Icon in Header */
#et-info-email {
    display: none;
}

/*** Change Line Height of Mobile MenuResponsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {.et_mobile_menu li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: .2em;}
}
