/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wpnbe-events {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
  /* flex-wrap: wrap; */
}

.wpnbe-event {
  display: flex;
  justify-content: left;
  padding-bottom: 1rem;
  align-items: flex-start;
  border-bottom: 1px solid #dadada;
  background-color: white;
  margin-bottom: 1rem;
}

.wpnbe-event-image {
  width: 150px;
	align-self: center;
  padding-right: 1rem;
}

.wpnbe-event-description {
  width: 100%;
  /* text-align: center; */
}

.wpnbe-empty-message {
  /* text-align: center; */
}

.wpnbe-heading {
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

.wpnbe-event-time {
  font-size: 12px;
  /* padding-bottom: 8px; */
}

.wpnbe-event-headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.wpnbe-event-link {
  font-size: 16px;
  color:#6C1031;
}
