.wpt_events_grid .grid-sizer,
.wpt_events_grid .wp_theatre_event,
.wpt_events_grid .wp_theatre_prod {
  width: 32%;
}
.wpt_events_grid .gutter-sizer {
  width: 2%;
}
.wpt_events_grid .wp_theatre_event,
.wpt_events_grid .wp_theatre_prod {
  padding: 0;
  margin: 0 0 10px 0;
  border-radius: 2px;
  overflow: hidden;
}
.wpt_events_grid .wp_theatre_event > *,
.wpt_events_grid .wp_theatre_prod > * {
  margin: 0;
  padding: 0;
}
.wpt_events_grid .wp_theatre_event > a,
.wpt_events_grid .wp_theatre_prod > a {
  position: relative;
  display: block;
}
.wpt_events_grid .wp_theatre_event > a figure,
.wpt_events_grid .wp_theatre_prod > a figure {
  width: 100%;
  padding: 0;
  float: none;
}
.wpt_events_grid .wp_theatre_event > a figure img,
.wpt_events_grid .wp_theatre_prod > a figure img {
  width: 100%;
  display: block;
}
.wpt_events_grid .wp_theatre_event > a figure:after,
.wpt_events_grid .wp_theatre_prod > a figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.wpt_events_grid .wp_theatre_event > a figure + .wpt_events_grid_overlay,
.wpt_events_grid .wp_theatre_prod > a figure + .wpt_events_grid_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.wpt_events_grid .wp_theatre_event > a .wpt_events_grid_overlay,
.wpt_events_grid .wp_theatre_prod > a .wpt_events_grid_overlay {
  padding: 4px 10px;
}
.wpt_events_grid .wp_theatre_event .wp_theatre_event_tickets,
.wpt_events_grid .wp_theatre_prod .wp_theatre_event_tickets {
  position: static;
  width: auto;
  font-size: 12px;
  padding: 4px 10px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .wpt_events_grid .grid-sizer,
  .wpt_events_grid .wp_theatre_event,
  .wpt_events_grid .wp_theatre_prod {
    width: 48%;
  }
  .wpt_events_grid .gutter-sizer {
    width: 2%;
  }
}
@media (max-width: 767px) {
  .wpt_events_grid .grid-sizer,
  .wpt_events_grid .wp_theatre_event,
  .wpt_events_grid .wp_theatre_prod {
    width: 100%;
  }
  .wpt_events_grid .gutter-sizer {
    width: 0;
  }
}
