/*!
Theme Name: Miami Beach Bandshell
Theme URI: https://amalgama.co/
Author: ClazzyStudio
Author URI: https://clazzystudio.com
Description: Miami Beach Bandshell Site
Version: 4.1.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Miami Beach Bandshell
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Miami Beach Bandshell is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* TILT 2023 */
#events-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  height: auto !important;
  position: initial !important;
}

@media(min-width: 1024px) {
  #events-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

#events-list .month-separator {
  display: none;
}

#events-list .mbb-event-main {
  position: initial !important;
  display: flex;
  flex-direction: column;
}

#events-list .mbb-event-main .mbb_h1_test {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0.5rem 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#events-list .mbb-event-main .mbb_description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#events-list .mbb-event-main .mbb_date {
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer__social__links__icon {
  display: inline-block;
}

.footer__nl__form__title {
  font-size: 32px;
}

@media only screen and (max-width: 576px) {
  .footer__nl__form__title {
    font-size: 24px;
  }
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}