.event {
  &-filter {
    position: relative;
    &-box {
      border: 2px solid $body-color;
      margin-bottom: 1.5rem;
      padding: 2rem 1.375rem 2.5rem;
      position: relative;
      .event-filter-btn-reset {
        bottom: .875rem;
        position: absolute;
        right: .75rem;
        @include media-breakpoint-down(sm) {
          bottom: 1.25rem;
          right: 1rem;
        }
      }
      @include media-breakpoint-down(md) {
        border-color: $brand-primary;
        padding: 1.25rem 1rem .25rem;
      }
    }
    &-btn-reset {
      color: $brand-primary;
      font-size: 1.375rem;
      @include hover-focus {
        color: $body-color;
      }
    }
    &-intro-text {
      margin-bottom: 2.5rem;
    }
    &-label {
      font-size: .875rem;
      @include media-breakpoint-down(sm) {
        font-size: .6875rem;
      }
    }
    &-title {
      bottom: 100%;
      letter-spacing: .1em;
      position: absolute;
      text-transform: uppercase;
      @include media-breakpoint-down(sm) {
        position: static;
      }
    }
  }
  &-list {
    margin-bottom: 4rem;
    &--with-filter {
      border-left: .875rem solid $brand-primary;
      margin-bottom: 15rem;
      padding-left: 1.75rem;
    }
    &-item {
      border-bottom: 1px solid rgba($body-color, .8);
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem;
      position: relative;
      &:last-child {
        border-bottom: none;
      }
      &-meta-info {
        font-size: $font-size-sm;
        font-weight: bold;
        margin: 0;
        @include media-breakpoint-down(md) {
          font-size: .75rem;
          font-weight: 600;
        }
      }
      &-picture {
        flex: none;
        min-height: 150px;
        min-width: .625rem;
        overflow: hidden;
        padding-left: .625rem;
        position: relative;
        @include media-breakpoint-down(md) {
          height: 85px;
          max-width: 100px;
          min-height: 85px;
        }
        &-img {
          display: block;
          max-width: 100%;
          @include media-breakpoint-down(md) {
            height: 85px;
            margin-left: -20px;
            max-width: none;
            width: 129px;
          }
        }
      }
      &-read-more {
        @include triangle-before(.375rem, .5rem, $body-color);
        font-size: .8125rem;
        font-weight: bold;
        letter-spacing: .1em;
        text-transform: uppercase;
        white-space: nowrap;
        &:before {
          position: relative;
          top: -.0625rem;
        }
        @include media-breakpoint-down(lg) {
          bottom: .625rem;
          position: absolute;
          right: 0;
        }
      }
      &-text {
        font-size: .875rem;
      }
      &-text-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        padding-left: 2rem;
        width: 100%;
        @include media-breakpoint-down(lg) {
          padding-left: .875rem;
        }
        @include media-breakpoint-down(xs) {
          .theme-list-item {
            font-size: .5625rem;
          }
        }
      }
      .theme-marker--vertical {
        left: -.625rem;
        width: .625rem;
      }
      @include media-breakpoint-down(lg) {
        margin-bottom: 1rem;
        padding-bottom: 2.25rem;
      }
    }
    &-wrapper {
      @include media-breakpoint-down(sm) {
        background: #e7e7e7;
        padding-bottom: 3rem;
        padding-top: 3rem;
      }
    }
    .event-filter {
      &:before {
        background: $body-bg;
        content: "";
        height: 9999999px;
        left: -(1.75rem + $grid-gutter-width-base / 2);
        position: absolute;
        top: 100%;
        width: .875rem;
      }
    }
    @include media-breakpoint-down(md) {
      border-left: 0;
      margin-bottom: 3.75rem;
      padding-left: 0;
    }
  }
}

.playbill {
  min-width: 320px;
  line-height: 1.313rem;
  font-size: 1.063rem;
  color: $black;

  &-container {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: $font-family-boogy;
  }

  &-header {
    text-align: right;
    padding-top: 1.563rem;
    padding-bottom: 1rem;
  }

  &-headline {
    font-family: $font-family-bureau;
    color: $white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px $black;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.313rem;
    padding-top: .625rem;
    margin-bottom: 1.625rem;
    border-top: 1px solid $black;
    letter-spacing: .02em;
  }

  &-index {
    margin-bottom: 1.5rem;

    &-date {
      padding-bottom: 0.75rem;
      line-height: 1.313rem;
    }

    &-btns {
      margin-bottom: 0.75rem;
      text-transform: uppercase;
    }

    &-bar {
      display: flex;
      justify-content: space-between;
      border-top: 1px solid $black;
      border-bottom: 1px solid $black;
      padding-top: 0.25rem;
      padding-bottom: 0.125rem;
    }

    &-title {
      text-transform: uppercase;
      font-size: 2.25rem;
      font-family: $font-family-bureau;
      line-height: 2.313rem;
      font-weight: 400;
      margin-bottom: 1.375rem;

      &--black {
        padding-top: 0.75rem;
        letter-spacing: 0.01em;
      }

      &--white {
        color: $white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px $black;
        letter-spacing: 0.02em;
      }
    }
  }

  &-menu {
    position: sticky;
    top: 0;
    z-index: 2000;
    background-color: $white;
    cursor: pointer;
    border-top: 1px solid $black;
    border-bottom: 1px solid $black;
    margin-bottom: 2rem;

    &-header {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit;
      display: flex;
      align-items: center;
      width: 100%;
      padding-top: 0.313rem;
      padding-bottom: 0.313rem;

      .icon-full-arrow-up {
        display: none;
      }

      .icon-full-arrow-down {
        transition: all .4s;

        &--rotated {
          transform: rotate(180deg);
        }
      }

      &-text {
        margin-left: .875rem;
      }
    }

    &-items {
      display: none;
      line-height: 2rem;
      padding-bottom: 0.688rem;
    }

    &-item {
      display: flex;
      align-items: center;
      color: $black;
      padding-left: 1.875rem;
      padding-top: .094rem;
    }
  }

  &-program {
    margin-bottom: 3.125rem;

    &-item {
      display:block;
      color: inherit;
      text-decoration: none;
      margin-bottom: 0.25rem;
      padding-bottom: 2.5rem;

      &:not(:nth-last-child(2)) {
        border-bottom: 1px solid $black;
      }

      &-info {
        display: flex;
        justify-content: space-between;
      }

      &-title {
        display: block;
      }
    }
  }

  &-btn {
    display: block;
    border: 1px solid $black;
    border-radius: 12px;
    color: $black;
    padding: .375rem 2.969rem .375rem 2.969rem;
    max-width: 100%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.625rem;
    font-family: $font-family-bureau;
    font-size: 1.625rem;
    margin: 0 auto 0.5rem;
    text-align: center;

    &--inactive {
      color: #A6A6A6;
      border-color: #A6A6A6;
    }
  }

  &-link {
    color: $black;
    display: flex;
    align-items: center;
    text-decoration: underline;

    .icon-playbill-link {
      font-size: 1.125rem;
    }

    &-mb:not(:last-child) {
      margin-bottom: 0.75rem;
    }

    &-text {
      margin-left: 0.625rem;
      text-decoration: underline;

      &:hover {
        color: #b1040f;
      }
    }
  }

  &-footer {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;

    &-text {
      font-size: .875rem;
      line-height: 1rem;

      &-copyright {
        display: block;
        margin-bottom: 3.125rem;
      }
    }
  }
}
