/*
Theme Name: beebox
Theme URI: https://beebox.de
Description: beebox child theme customized for Divi
Author: beebox.de
Author URI: https://beebox.de
Template: Divi
Version: 1.0.0
*/

/********************************************/

/***** BEGIN TOP MENU ICON REPLACE **********/
.bbx-topmenu-icon a {
    font-family: 'ETmodules';
    font-size: 18px!important;
    color: white!important;
}
 
.bbx-topmenu-icon a:hover {
    color: #8dc63f!important;
}
/***** END TOP MENU ICON REPLACE ************/


/***** BEGIN DROPDOWN MENU AUTO WIDTH *******/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}
	.nav li li {
		white-space: nowrap;
	}
	.nav li li a {
		width: auto;
	}
}
/***** END DROPDOWN MENU AUTO WIDTH *********/


/********************************************/
/* CSS Customizing by beebox.de */