/**
 * This file is for event info box styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.event-info {
  background-color: #8d331e;
  color: #fff;
  margin-bottom: 24px;
}

.event-info-blue {
  background-color: #355caa;
  color: #fff;
  margin-bottom: 24px;
}

.event-info-green {
  background-color: #518325;
  color: #fff;
  margin-bottom: 24px;
}

.event-info-red {
  background-color: #8d331e;
  color: #fff;
  margin-bottom: 24px;
}

.event-info__wrap {
  padding: 24px;
  text-align: center;
}

.event-info__people {
  padding-bottom: 10px;
}

h2.event-info__title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4444444444rem;
  margin-bottom: 8px;
  padding-top: 4px;
  font-weight: 700;
}

.event-detail__type {
  font-size: 0.8888888889rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.event-info__agr-event {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}
.event-info__agr-event:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_hairline.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.event-info__agr-event:after {
  background-repeat: repeat-y;
}

.event-info__subtitle {
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

h4.event-info__subtitle {
  font-weight: 400;
}

.event-info__link-wrap {
  margin-top: 20px;
}

.event-info__date {
  font-size: 0.8888888889rem;
  font-weight: 600;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.event-info__date:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 15px;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 4px;
}

.event-info__time {
  font-size: 0.8888888889rem;
  font-weight: 600;
}

/*# sourceMappingURL=event-info-box.css.map */
