.site-header__inner {
  background-image: url('../images/header.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#header-nav {
  background: transparent;
  color: white;
  /* text-shadow: 1px 1px #348673; */
  text-shadow: 3px 4px 6px black;
}

.primary-nav__menu-link-inner a {
  text-shadow: 3px 3px 6px red !important;
}


/* .primary-nav__menu-link-inner { */
/*     background: #348673; */
/*     font-color: white; */
/* } */

#header-nav.is-active {
    background: #348673;
    opacity: 0.99;
}

.mobile-nav-button__label {
    color: white;
}

/* .block { */
/*     padding: 1px; */
/* } */

.block h2.block__title  {
    font-size: 1.2em;
}


.primary-nav__menu-link {
  color: white;
}

.site-branding {
  opacity: 0.95;
  }

.site-branding__inner {
  opacity: 1;
  }

.block-search-wide__button {
  color: white;
  }


.view-ingredients th.views-field-name,
.view-ingredients th.views-field-title {
  display: none;
}

body.path-frontpage .page-title {
  display: none !important;
}


/* .social-bar { */
/*     background: #2B1C15; */
/* } */

.site-footer,
.site-footer__inner,
.site-footer__top,
.site-footer__bottom {
    
  background: #7BA39A;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.field--name-recipe-yield {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.field--name-recipe-yield .field__label,
.field--name-recipe-yield .field__item {
  display: inline;
}

.gslide-description,
.gslide-title {
  display: none !important;
}

.view-kategorie-jednotlive .swiper-container {
  max-width: 480px;
  margin-left: 0;
  margin-right: auto;
}

.view-recepty .swiper-container {
  max-width: 280px;
  margin-left: 0;
  margin-right: auto;
}
