/* Header Mobile Update */
@media (max-width: 767px) {
  .theme-gostro.break-point-mobile .site-header.fmc-transparent-mobile-header {
    position: absolute;
  }
  .theme-gostro.break-point-mobile .site-header.fmc-transparent-mobile-header .header-mobile {
    background: none;
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-dark > .container svg {
    fill: var(--color_dark);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-dark .site-branding .logo.text {
    color: var(--color_dark);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-dark.header-mobile-sticky.headroom--pinned.headroom--not-top {
    background-color: var(--color_light);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light > .container svg {
    fill: var(--color_light);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light .site-branding .logo.text {
    color: var(--color_light);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light .site-logo a.logo, .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light .header-element > a, .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light .mobile-nav-btn > a {
    color: var(--color_light);
  }
  .theme-gostro.break-point-mobile .site-header .header-mobile.fmc-transparent-mobile-light.header-mobile-sticky.headroom--pinned.headroom--not-top {
    background-color: var(--color_dark);
  }
  .theme-gostro.break-point-mobile.blog .site-header.fmc-transparent-mobile-header .header-mobile, .theme-gostro.break-point-mobile.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile {
    border-bottom: solid 1px;
  }
  .theme-gostro.break-point-mobile.blog .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-light, .theme-gostro.break-point-mobile.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-light {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .theme-gostro.break-point-mobile.blog .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-dark, .theme-gostro.break-point-mobile.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-dark {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }
  .theme-gostro.break-point-mobile:not(.gostro-mobile) .header-mobile > .container .site-branding {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .theme-gostro.break-point-device .site-header.fmc-transparent-mobile-header {
    position: absolute;
  }
  .theme-gostro.break-point-device .site-header.fmc-transparent-mobile-header .header-mobile {
    background: none;
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-dark > .container svg {
    fill: var(--color_dark);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-dark .site-branding .logo.text {
    color: var(--color_dark);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-dark.header-mobile-sticky.headroom--pinned.headroom--not-top {
    background-color: var(--color_light);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light > .container svg {
    fill: var(--color_light);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light .site-branding .logo.text {
    color: var(--color_light);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light .site-logo a.logo, .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light .header-element > a, .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light .mobile-nav-btn > a {
    color: var(--color_light);
  }
  .theme-gostro.break-point-device .site-header .header-mobile.fmc-transparent-mobile-light.header-mobile-sticky.headroom--pinned.headroom--not-top {
    background-color: var(--color_dark);
  }
  .theme-gostro.break-point-device.blog .site-header.fmc-transparent-mobile-header .header-mobile, .theme-gostro.break-point-device.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile {
    border-bottom: solid 1px;
  }
  .theme-gostro.break-point-device.blog .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-light, .theme-gostro.break-point-device.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-light {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .theme-gostro.break-point-device.blog .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-dark, .theme-gostro.break-point-device.page.page-template-default:not(.woocommerce-page) .site-header.fmc-transparent-mobile-header .header-mobile.fmc-transparent-mobile-dark {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }
  .theme-gostro.break-point-device:not(.gostro-mobile) .header-mobile > .container .site-branding {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=header_transparent_mobile.css.map */
