.bestelformulier-form .add_list_item img {
  height: 16px;
  margin-left: 7px;
}
.bestelformulier-form .delete_list_item img {
  height: 16px;
  margin-left: 7px;
}
.bestelformulier-form #field_39_13 > label {
  margin-top: 20px;
}
.bestelformulier-form .gform_next_button, .bestelformulier-form .gform_previous_button {
  background: #fde986;
  color: black;
  font-weight: 900;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
}

.bestelformulier-form .gform_page_footer {
  margin-bottom: 50px;
}

.eventsList .event:nth-child(1) {
    margin-top: 15px !important;
}
.eventsList .event {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 15px !important;
    margin: 15px 0;
    min-height: 425px;
}
.event-img img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
}
.event-info-inner {
  padding: 15px;
  background: white;
  min-height: 231px;
}
.event-title-outer {
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  height: 140px;
}
.event-h3 {
  letter-spacing: 0 !important;
  color: #000000 !important;
  font-size: 20px !important;
  text-align: center;
}
.eventsList .event .subtitle {
    display: block;
    color: #727272;
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0 !important;
}
.event-genre {
  position: absolute;
    top: 186px;
    background: black;
    color: white;
    left: calc(50% - 80px);
    z-index: 2;
    width: 180px;
    text-align: center;
}
.event-date {
  width: 100%;
  text-align: center;
  display: block;
  min-height: 80px;
}
.event-date .icons {
  font-size: 15px !important;
}
.btn-event {
  display: block !important;
  width: 50% !important;
  text-align: center !important;
  margin: auto !important;
  background: #CEAD0D !important;

}
.content .btn-event {
  color: white !important;
}
.btn-event:hover {
  background: #CEAD0D !important;
}
