/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme With ZB Customizations
Author: ZBglobal, Inc.
Author URI: http://www.zbglobal.com
Template: Divi    
Version: 1.0.0
*/

span.mobile_menu_bar:before {
    color: white !important;
}

/* Font Awesome Icon mod DC 051619 */

.fab {
	font-family: "Font Awesome 5 Brands";
	font-size: 12pt;
	font-weight: 500;
}

/* Mobile Menu Text Change DC */

.et_mobile_menu li a {
	font-family: lato;
	font-weight: 500;
	font-size: 15px;
}

/* Green Menu Box DC */

.menu-button a {
	-moz-osx-font-smoothing: grayscale;
	background: #6CAC51 none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 0px;
	color: #ffffff !important;
	cursor: pointer;
	line-height: 1.7em;
	margin: 4px auto;
	padding: 5px 20px !important;
	transition: all 0.2s ease 0s;
}

#top-menu li a, .et_search_form_container input {
	margin-bottom: 15px;
}

#footer-info {
text-align:center;
width:100%;
}

#footer-bottom {
	padding: 5px 0px 0px;
}

#footer-widgets .footer-widget li a:hover {
	color: #026839;
}

/* Swap Logo for Fixed Nav DC 051619 */

/* #logo2 {display: none;}
.et-fixed-header #logo {display:none;}
.et-fixed-header #logo2 {display:inline;
}

.et-fixed-header #logo2 {
    height: 70%;
    padding-top: 20px;
} */