.lp-calendar__form {
  background: #faf5e6;
  box-sizing: border-box;
  padding: 20px;
}

.lp-calendar__checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-calendar__checkbox-list label {
  -webkit-box-align: center;
  align-items: center;
  border: 2px solid #d19700;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 1.3rem;
  line-height: 1.4em;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.33s ease, border-color 0.33s ease, color 0.33s ease, padding-left 0.33s ease, padding-right 0.33s ease;
}

.lp-calendar__checkbox-list label:hover,
.lp-calendar__checkbox-list label:focus,
.lp-calendar__checkbox-list input:focus + label {
  background: #d19700;
  border-color: #d19700;
  color: #000;
}

.lp-calendar__checkbox-list .lp-icon {
  height: 0.8em;
  left: 7px;
  margin: 0 5px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: translateX(-5px);
  transition: transform 0.33s ease, opacity 0.33s ease;
  width: 0.8em;
}

.lp-calendar__checkbox-list input:checked + label {
  background: #d19700;
  color: #000 !important;
  padding-left: 20px;
  padding-right: 10px;
}

.lp-calendar__checkbox-list input:checked + label .lp-icon {
  display: inline-block;
  opacity: 1;
  transform: translateX(0px);
}

.lp-calendar__checkbox-list li {
  display: inline-block;
  margin: 0 4px 8px 0;
  position: relative;
}

.lp-calendar__checkbox-list li input {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 1px;
}

.lp-calendar__filter:first-child h2 {
  margin-top: 0;
}

.lp-calendar__filter-field + .lp-calendar__filter-field {
  margin-top: 10px;
}

.lp-calendar__filter-field label {
  display: block;
}

.lp-calendar__filter-field input {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  width: 100%;
}

.lp-js .lp-calendar__form button[type=submit] {
  display: none;
}

/*
---------------------------------------------------------
KALENDER ITEMS
---------------------------------------------------------*/
.lp-calendar-item {
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: flex;
  padding: 30px 0;
}

.lp-calendar-item__content a {
  text-decoration: none;
}

.lp-calendar-item__content a:hover,
.lp-calendar-item__content a:focus {
  text-decoration: underline;
}

.lp-calendar-item__meta {
  -webkit-box-flex: 0;
  flex: 0 0 100px;
}

.lp-calendar-item__content {
  padding-left: 20px;

  -webkit-box-flex: 1;
  flex: 1 1 90%;
}

.lp-calendar-item__content > h2 {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

.lp-calendar-item__content > h3 {
  color: #000;
  display: block;
  font-family: 'playfair display', georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}

.lp-calendar-item__date {
  -webkit-box-align: center;
  align-items: center;
  background: #faf5e6;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 15px 0;
}

.lp-calendar-item__day {
  display: block;
  font-family: 'playfair display',georgia,serif;
  font-size: 4.0rem;
  line-height: 3.6rem;
  padding: 0 0 8px;
  vertical-align: baseline;
}

.lp-calendar-item__tags {
  margin: 0;
}

.lp-calendar-item__tags .lp-subtag {
  border: 2px solid #d19700;
  color: #000;
  display: inline-block;
  margin: 0 8px 8px 0;
}
