

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


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





/*
---------------------------------------------------------
EVENEMANG
--------------------------------------------------------- */

.lp-event-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-event-list__image {
  height: 85px;
  margin: 0.5rem 2rem 0 0;
  width: 110px;

  flex-shrink: 0;
}

div .lp-event-list .lp-event-list__image img {
  height: 100%!important;
  width: 100%!important;

  object-fit: cover;
}

.lp-event-list__image > div {
  margin: 0 0.2rem;
  min-height: 75px;
  padding: 0.5rem;
}

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

.lp-event-list__date-day {
  color: #006b4e;
  font-size: 3rem;
  line-height: 1;
  padding: 0 0 0.4rem;
}

.lp-event-list__date-month {
  color: #006b4e;
  font-size: 1.5rem;
  padding: 0.4rem 0 0;
  text-transform: uppercase;
}

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

.lp-event-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-noimage-dateinstead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.sv-archive-portlet.lp-event-list li > img {
  height: 85px !important;
  margin: 0.5rem 2rem 0 0;
  width: 110px !important;

  aspect-ratio: 22/17;
  flex-shrink: 0;
  object-fit: cover;
}
