.events li {
  border-bottom: 1px solid #000000;
}
.events li:last-child {
  border: none;
}
.events a {
  display: block;
  transition: 0.5s;
  color: #000000;
}
.events a:hover {
  background-color: #000000;
  color: #FED780 !important;
  text-decoration: none;
}
.events a:hover .button-arrow svg path {
  fill: #FED780;
}
.events a:visited {
  color: #000000;
}
.events .event-item {
  height: 144px;
}
.events .event-item .date {
  margin-right: 60px;
}
.events .event-item .date .month {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.events .event-item .date .month .rotate {
  text-align: center;
  display: block;
  transform: rotate(180deg);
}
.events .event-item .date .day {
  font-family: "Rebelleon Typeface";
  font-size: 48px;
  margin-top: 12px;
  width: 55px;
}
.events .event-item .picture {
  margin-right: 24px;
  border-radius: 180px 180px 0px 0px;
  background-color: #eeeeee;
  height: 96px;
  width: 190px;
  border-radius: 95px/48px;
}
.events .event-item .picture img {
  object-fit: fill;
  height: 96px;
  width: 190px;
  border-radius: 95px/48px;
  max-width: none !important;
}
.events .event-item .details .place {
  display: block;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Outfit";
}
.events .event-item .details .title {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}
.events .event-item .button-arrow {
  cursor: pointer;
  display: block;
}
.events .event-item .button-arrow svg {
  width: 96px;
  height: 48px;
}

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