fixes the dropdown li menu in Divi after shrinking header scroll to keep the li elements the correct color
/*----fixes dropdown after scroll so menu items are still white---------*/
#main-header .nav li ul a {
color: #ffffff !important;
}