/***********/
/* /special */
/***********/
/* Code for special events or whatever. */
/* Recolor the E3 menu item */
#menu-e3 a.is-active {
  border-bottom-color: #0100d1;
  color: #0100d1;
}
#menu-e3 a:link, #menu-e3 a:visited {
  color: #0100d1;
}
#menu-e3 a:hover {
  color: #0100d1;
}
#menu-e3 a.menu-hovered {
  border-bottom-color: #0100d1;
}

.theme-dark #menu-e3 a.is-active {
  border-bottom-color: #0cffb1;
  color: #0cffb1;
}
.theme-dark #menu-e3 a:link, .theme-dark #menu-e3 a:visited {
  color: #0cffb1;
}
.theme-dark #menu-e3 a:hover {
  color: #0cffb1;
}
.theme-dark #menu-e3 a.menu-hovered {
  border-bottom-color: #0cffb1;
}