   /* Hides Old Menu Icons */
.header__utility-icon { 
display: none;
}
   /* Shows Last Menu Item on Mobile */
.mobile__utility li:last-child {
    display: block;
}
   /* COLORS NEW MENU ICONS */
.dashicons, .dashicons-before:before {
    color: #0091d9;
}