/* Keep article cover images inside the article instead of behind the site header. */
.vhdv-oliver-article #Header_wrapper {
  background-image: none !important;
}

/* Betheme's split header gives the left menu 444px at its desktop max-width.
   Reducing each item by 4px keeps CONTACT beside BLOG without affecting mobile. */
@media only screen and (min-width: 1240px) {
  #Top_bar #menu-main-menu > li > a > span:not(.description) {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
