

/*
=========================================================
EVENT LIST CSS
=========================================================
 * Innehåller styling för listning av evenemang
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
LISTNING AV EVENEMANG
---------------------------------------------------------*/

.lp-event-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-event-list__date {
  margin: 0.5rem 2rem 2rem 0;
  width: 64px;
}

.lp-event-list__date > div {
  background: #777;
  margin: 0 0.2rem;
  padding: 0.5rem;
  width: 50px;
}

.lp-event-list__date-day,
.lp-event-list__date-month {
  color: #fff;
  display: block;
  text-align: center;
}

.lp-event-list__date-day {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 3rem;
  line-height: 1;
  padding: 0 0 0.4rem;
}

.lp-event-list__date-month {
  font-size: 1.3rem;
  padding: 0.4rem 0 0;
  text-transform: uppercase;
}

.lp-event-list__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.lp-event-list__info h2.subheading {
  margin: 0;
}
