.ebm-upcoming-events-improved div.ebm-event-month {
  background: #b2a289;
  border: 1px solid #b2a289;
}

.ebm-upcoming-events-improved div.ebm-event-day {
  border: 1px solid #b2a289;
  color: #b2a289;
}

.u-section-1 .u-container-layout-1 {
  margin-top: -80px;
  justify-content: left;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
  display: grid;
  flex-direction: inline;
}

.col-md-3 {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;

}

.btn-primary {
  color: #fff;
  background-color: #b2a289;
  border-color: #303030;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

h2:not(.u-subtitle) {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 300;
  text-align: left;
}

#eb-event-page h1.eb-page-heading {
    margin: 0;
    font-size: 1.8rem;
    margin-top: 0;
}

h1:not(.u-title) {
    font-weight: 400;
    /* font-size: 2.75rem; */
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
  	text-align: left;
}

h3 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.u-align-justify {
  text-align: left;
}