.block-event-meta {
  background-color: #C03847;
  color: #fff;
  padding: 2rem 2rem 1rem;
  margin-bottom: 2rem; }
  .block-event-meta .meta-header {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative; }
    .block-event-meta .meta-header h3 {
      margin-bottom: 0;
      margin-right: 20px;
      flex: 0 0 auto;
      color: #fff !important; }
  .block-event-meta .meta-header:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff; }
  .block-event-meta .when {
    font-family: clanpro;
    font-size: 18px;
    margin-bottom: 10px; }
  .block-event-meta .where {
    font-weight: bold; }
  .block-event-meta .tickets_link {
    margin-bottom: 10px;
    font-size: 10px;
    color: #fff !important;
    border-color: #fff !important; }
  .block-event-meta .meta-info > span {
    display: block;
    margin-bottom: 10px; }
    .block-event-meta .meta-info > span.tickets {
      font-weight: bold; }
h3.when {
    font-size: 18px;
}