﻿.date-and-time {
  font-family: 'Lato', 'Helvetica', sans-serif;
  font-size: 1.25rem;
  font-size: 20px;
  font-weight: 900;
  color: rgb(31,53,94);
}

.event-listing .time {
  font-family: 'ITC Mixage W01 Book', 'Lato', 'Helvetica', sans-serif;
  font-size: 22px;
  margin: 0;
}

.event-listing .heading {
  margin-top: 0;
  margin-bottom: 6px;
}

.event-listing .heading a {
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}

.event-listing a.learnMore,
.event-listing a.ticketsUrl {
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 900;
  color: rgb(204,13,43);
  text-decoration: none;
}

