/* Keep search + My Events from covering nav labels */

@media (min-width: 768px) {
  .site-header .primary-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    padding: 0 210px 0 0;
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }

  .site-header .primary-nav > ul > li:not(.my-events-link) > a {
    font-size: 1.15em;
    padding: 8px 7px 9px;
    white-space: nowrap;
  }

  .site-header .site-search,
  .site-header .primary-nav li.my-events-link {
    z-index: 3;
  }
}

@media (min-width: 1040px) {
  .site-header {
    width: auto !important;
    max-width: 1400px;
    left: 0 !important;
    right: 0;
    margin-left: auto !important;
    margin-right: auto;
  }

  .site-header .primary-nav {
    padding-right: 250px;
  }

  .site-header .header-logo {
    width: 220px;
    height: 58px;
    margin-right: 16px;
  }

  .site-header .header-logo svg {
    width: 200px;
    height: 54px;
  }
}

@media (min-width: 1400px) {
  .site-header .header-logo {
    width: 300px;
    height: 65px;
    margin-right: 24px;
  }

  .site-header .header-logo svg {
    width: 275px;
    height: 65px;
  }

  .site-header .primary-nav > ul > li:not(.my-events-link) > a {
    font-size: 1.375em;
    padding: 8px 10px 9px;
  }
}
