/* NA DESKTOPE BUDE FIXED */

@media (min-width: 769px) {
  .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
  }
}
/* NA MOBILOCH BUDE RELATÍVNE (nefixné) */

@media (max-width: 768px) {
  .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item,
  .ast-header-break-point .main-header-bar,
  .ast-mobile-header-wrap {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
  }
}
.wpforms-container a {
  color: #ffffff !important;
  text-decoration: underline !important;
}