.lp-header,
.lp-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.lp-header__brand small,
.lp-submenu-toggle {
  color: #fff;
}

.lp-search__toggle span,
.lp-search__results > a > span:last-child {
  color: #111;
}

.lp-search__results > a:hover > span:last-child {
  color: var(--lp-orange);
}
