/* Prevent desktop menu items from breaking onto multiple lines */
@media (min-width: 769px) {
  .site-header .genesis-nav-menu a,
  .nav-header ul.menu li a {
    white-space: nowrap !important;
  }
}