.events-listing {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .events-listing.cols .col {
    float: left; }
    .events-listing.cols .col.col-1of2 {
      width: 50%; }
      .events-listing.cols .col.col-1of2:nth-child(odd) {
        clear: both; }
  .events-listing .event {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0 20px 0 0; }
    .events-listing .event a {
      text-decoration: none;
      color: #047073;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .events-listing .event a:hover {
        color: #011010; }
    .events-listing .event .title {
      font-size: 16px;
      line-height: 1;
      font-weight: bold; }
    .events-listing .event .specs {
      font-size: 16px; }
    .events-listing .event .cats a + a:before {
      content: ', ';
      color: #655c4d; }
  @media (max-width: 1023px) {
    .events-listing.cols .col {
      float: none; }
      .events-listing.cols .col.col-1of2 {
        width: 100%; } }
