/**
 * This file is for events teaser styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.events-teaser__item {
  border: 1px solid #969696;
  margin-bottom: 40px;
}

.events-teaser__inner {
  padding: 30px 20px 16px 20px;
}

.events-teaser__info-items {
  padding-top: 10px;
  padding-bottom: 6px;
}
@media (min-width: 71.25em) {
  .events-teaser__info-items {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .events-teaser__info-items:after {
    clear: both;
  }
}

.events-teaser__info-item p {
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
}

@media (min-width: 71.25em) {
  .events-teaser__info-item--date {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 20%;
  }
}
.events-teaser__info-item--date > p {
  position: relative;
  padding-left: 36px;
}
.events-teaser__info-item--date > p:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_calendar.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 27px;
  background-size: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (min-width: 71.25em) {
  .events-teaser__info-item--type {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 20%;
  }
}
.events-teaser__info-item--type > p {
  position: relative;
  padding-left: 36px;
}
.events-teaser__info-item--type > p:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_type.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (min-width: 71.25em) {
  .events-teaser__info-item--class {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 26%;
  }
}

.events-teaser__class {
  position: relative;
  padding-left: 36px;
}

.events-teaser__class--community {
  padding-left: 40px;
}
.events-teaser__class--community:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_people_dark.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 29px;
  background-size: 100%;
  position: absolute;
  top: -5px;
  left: 0;
}

.events-teaser__class--spotlight:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_spotlight.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: -1px;
}

.events-teaser__class--theme-month:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_theme_month_dark.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-size: 100%;
  position: absolute;
  top: -3px;
  left: 0;
}

a.events-teaser__event-link {
  margin-top: 16px;
}

.events-teaser .view-empty {
  margin-bottom: 60px;
}

/*# sourceMappingURL=events-teaser.css.map */
