/* styly pro festival - přetěžujeme přes ID */
/* barva #00ADD0 */

#festival-style .header-wrapper {
  background-color: #00ADD0;
}

#festival-style .logo__link.logo--festival {
  background-image: url( ' ../images/header/logo-festival.png ' );
}

#festival-style .search-form__icon {
  background-color: transparent;
}

#festival-style .search-form-wrapper {
  border-color: transparent;
}

#festival-style .page__back__button, #festival-style .page__content__info__button--facebook, #festival-style .slide__button, #festival-style .calendar-archive__button, #festival-style .news-archive__button {
  background-color: #00ADD0;
  border: 2px solid #00ADD0;
}

#festival-style .calendar-widget__legend__item--home:before {
  background-color: #00ADD0;
}

#festival-style .calendar-widget table td .day.is-home {
  background-color: #00ADD0;
}

#festival-style .list__item__button--primary {
  border: 2px solid #00ADD0;
  background-color: #00ADD0;
}

#festival-style .list__info__icon {
  border: 1px solid #00ADD0;
  color: #00ADD0;
}

#festival-style .slider__navigation__item:before {
  background-color: #00ADD0;
}

#festival-style .list__info__icon {
  filter: grayscale(1) sepia(1) hue-rotate(150deg) saturate(3) brightness(.85);
}

#festival-style .footer-wrapper {
  background: #00ADD0;
}

/* nepřetěžujeme přes ID - platí pro celý web */
.list__item--festival .list__item__buttons>.list__item__button--primary {
  border-color: #00ADD0;
  background-color: #00ADD0;
}
.list__item--festival .list__item__buttons>.list__item__button--primary:hover {
  background-color: white;
}
.list__item--festival .list__info__icon {
  filter: grayscale(1) sepia(1) hue-rotate(150deg) saturate(3) brightness(.85);
}