/* ----------------------------------------------------------------
 Event Detail (single-event.php)
-----------------------------------------------------------------*/

.event-detail {
  max-width: 900px;
  margin: 0 auto;
}

.event-detail__image {
  margin-bottom: 40px;
  background: #f5f5f5;
  text-align: center;
}

.event-detail__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.event-detail__heading {
  margin-bottom: 20px;
}

.event-detail__meta {
  justify-content: center;
  margin-bottom: 30px;
}

.event-detail__meta .sponsor-logo {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin-right: 4px;
}

.event-detail__body {
  margin-bottom: 30px;
  line-height: 1.8;
}

.event-detail__content {
  margin-bottom: 30px;
}

.event-detail__actions {
  margin-top: 40px;
  text-align: center;
}

.event-detail__actions .promo {
  margin-bottom: 12px;
}

.event-detail__actions .button-light {
  color: #222 !important;
  border-color: #222 !important;
  background-color: #fff !important;
}

.event-detail__actions .button-light:hover,
.event-detail__actions .button-light:focus {
  color: #fff !important;
  background-color: #222 !important;
  border-color: #222 !important;
}
