#mc4wp-form-1 input[type="email"] {
  color: #fff;
  padding: 20px;
  border-radius: 7px 0 0 7px;
  background: #1E1D1D;
  border: 1px solid #1E1D1D;
  margin-bottom: 10px;
}

.main-header-bar-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

/* Desktop header background image */
@media (min-width: 992px) {
  .ast-primary-header-bar .site-primary-header-wrap {
    position: relative;
  }

  .ast-primary-header-bar .site-primary-header-wrap::before {
    content: "";
    width: 498px;
    height: 206px;
    position: absolute;
    left: -40px;
    top: -25px;
    background: url("//srv/htdocs/wp-content/uploads/2021/10/logo-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
  }
}

/* Mobile / tablet menu fix */
@media (max-width: 921px) {
  .ast-mobile-popup-drawer {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: #000 !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-inner,
  .ast-mobile-popup-drawer .ast-mobile-popup-content,
  .ast-mobile-popup-drawer .main-navigation,
  .ast-mobile-popup-drawer .ast-builder-menu-mobile {
    background: #000 !important;
  }

  .ast-mobile-popup-drawer .menu-item,
  .ast-mobile-popup-drawer .menu-link {
    background: transparent !important;
  }

  .ast-mobile-popup-drawer .main-navigation .menu-link {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    padding: 14px 24px !important;
    text-decoration: none !important;
  }

  .ast-mobile-popup-drawer .current-menu-item > .menu-link,
  .ast-mobile-popup-drawer .current-menu-ancestor > .menu-link,
  .ast-mobile-popup-drawer .menu-item.current-menu-item > a {
    color: #e21b1b !important;
  }

  .ast-mobile-popup-drawer .ast-menu-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .ast-mobile-popup-drawer .ast-menu-toggle svg,
  .ast-mobile-popup-drawer .ast-menu-toggle .ast-icon {
    width: 16px !important;
    height: 16px !important;
  }

  .ast-mobile-popup-drawer .menu-toggle-close {
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .ast-mobile-popup-drawer .menu-toggle-close:focus {
    outline: 2px solid #fff !important;
    outline-offset: 4px !important;
  }
}

/* Remove strange red bubbles / submenu toggle artifacts in Astra mobile menu */
@media (max-width: 921px) {
  .ast-mobile-popup-drawer .ast-menu-toggle,
  .ast-mobile-popup-drawer .ast-menu-toggle:hover,
  .ast-mobile-popup-drawer .ast-menu-toggle:focus,
  .ast-mobile-popup-drawer .ast-menu-toggle:active {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
  }

  .ast-mobile-popup-drawer .ast-menu-toggle::before,
  .ast-mobile-popup-drawer .ast-menu-toggle::after,
  .ast-mobile-popup-drawer .ast-icon::before,
  .ast-mobile-popup-drawer .ast-icon::after {
    content: none !important;
    display: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  .ast-mobile-popup-drawer .ast-menu-toggle svg,
  .ast-mobile-popup-drawer .ast-icon svg,
  .ast-mobile-popup-drawer .icon-arrow svg {
    fill: #fff !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}