

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


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

.sv-eventcalendar-portlet + .sv-archive-portlet li {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}

.lp-event-list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 2rem 0.5rem 0;
}

.lp-event-list__image {
  background-color: #f4efe4;
  background-position: 50% 50%;
  background-size: cover;
  width: 50px;
}

.lp-event-list__date .lp-event-list__datecontainer {
  background: #83754f;
  border-radius: 0 4px 4px 0;
  margin: 0;
  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 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}

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

.lp-event-list__info span.small {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}

.lp-event-list__info span.small:before {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2012%2018\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23A09061\'%3E%3Cg%20%20transform%3D%22translate(-1043%20-2135)%22%3E%3Cpath%20d%3D%22M234%20115c-3.305%200-6%202.695-6%206%200%20.938.38%202.013.896%203.188.515%201.174%201.18%202.421%201.854%203.583a67.556%2067.556%200%200%200%202.708%204.27l.542.792.542-.791s1.359-1.946%202.708-4.271c.674-1.162%201.339-2.409%201.854-3.584.516-1.174.896-2.25.896-3.187%200-3.305-2.695-6-6-6zm0%201.333a4.656%204.656%200%200%201%204.667%204.667c0%20.534-.287%201.544-.771%202.646-.485%201.101-1.154%202.323-1.813%203.458-1.047%201.807-1.698%202.763-2.083%203.334-.385-.57-1.036-1.527-2.083-3.334-.66-1.135-1.328-2.357-1.813-3.458-.484-1.102-.77-2.112-.77-2.646a4.656%204.656%200%200%201%204.666-4.667zm0%203.334a1.333%201.333%200%201%200-.002%202.665%201.333%201.333%200%200%200%20.002-2.665z%22%20transform%3D%22translate(815%202020)%22%20id%3D%22kalender%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 18px 18px;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 0.5rem;
  width: 18px;
}

.lp-event-list__info a.normal {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
}

.lp-event-list__info h2.subheading {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
}
