.wpt_listing {
  margin-bottom: 1em;
}
.wpt_listing_filter_pagination .wpt_listing_filter {
  padding: 0;
  margin-right: .25em;
  white-space: nowrap;
}
.wpt_listing_filter_pagination .wpt_listing_filter.wpt_listing_filter_active {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 0 .5em;
}
.wpt_listing_filter_pagination .wpt_listing_filter.wpt_listing_filter_active a {
  color: inherit;
  text-decoration: none;
}
.wpt_listing_filter_pagination .wpt_listing_filter.wpt_listing_filter_active a:after {
  content: '\00D7';
  padding: 0 0 0 0.5em;
  opacity: .5;
}
.wpt_listing_filter_pagination .wpt_listing_filter.wpt_listing_filter_active a:hover:after {
  opacity: 1;
}
.wpt_calendar.navigate .wpt_month:first-child {
  display: none;
}
.wpt_calendar.navigate .wpt_month.active {
  display: table;
}
.wpt_calendar .wpt_month {
  line-height: 2em;
  display: none;
  top: 0;
  left: 0;
}
.wpt_calendar .wpt_month:first-child {
  display: table;
}
.wpt_calendar .wpt_month thead tr th {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  text-transform: uppercase;
}
.wpt_calendar .wpt_month tfoot tr .prev {
  text-align: left;
  padding-left: 5px;
}
.wpt_calendar .wpt_month tfoot tr .next {
  text-align: right;
  padding-right: 5px;
}
.wpt_calendar .wpt_month tr {
  overflow: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wpt_calendar .wpt_month tr td {
  text-align: center;
}
.wpt_calendar .wpt_month tr td.trailing {
  color: rgba(0, 0, 0, 0.1);
}
/*
 * Hide the screen-reader text in the close button of the tickets lightbox.
 * Necessary for themes that don't properly support screen-reader text.
 * See: https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
 * See: https://github.com/slimndap/wp-theatre/issues/160
 */
#TB_closeAjaxWindow .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.wpt_productions.wpt_events_without_thumbnail .wp_theatre_event > *,
.wpt_events.wpt_events_without_thumbnail .wp_theatre_event > *,
.wpt_productions.wpt_productions_without_thumbnail .wp_theatre_event > *,
.wpt_events.wpt_productions_without_thumbnail .wp_theatre_event > * {
  margin-left: 0;
}
.wpt_productions .wp_theatre_prod,
.wpt_events .wp_theatre_prod,
.wpt_productions .wp_theatre_event,
.wpt_events .wp_theatre_event {
  padding-top: 0.5em;
  margin-top: 0.5em;
  overflow: auto;
  position: relative;
}
.wpt_productions .wp_theatre_prod > *,
.wpt_events .wp_theatre_prod > *,
.wpt_productions .wp_theatre_event > *,
.wpt_events .wp_theatre_event > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpt_productions .wp_theatre_prod figure,
.wpt_events .wp_theatre_prod figure,
.wpt_productions .wp_theatre_event figure,
.wpt_events .wp_theatre_event figure {
  width: 25%;
  padding-right: 0.5em;
  margin: 0;
  float: left;
}
.wpt_productions .wp_theatre_prod figure img,
.wpt_events .wp_theatre_prod figure img,
.wpt_productions .wp_theatre_event figure img,
.wpt_events .wp_theatre_event figure img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.wpt_productions .wp_theatre_prod > *,
.wpt_events .wp_theatre_prod > * {
  margin: 0 0 0 25%;
}
.wpt_productions .wp_theatre_prod span,
.wpt_events .wp_theatre_prod span {
  margin-left: 0;
}
.wpt_productions .wp_theatre_event > *,
.wpt_events .wp_theatre_event > * {
  margin: 0 25%;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_date,
.wpt_events .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_date {
  display: inline;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_time,
.wpt_events .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_time {
  display: inline;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_time:before,
.wpt_events .wp_theatre_event .wp_theatre_event_datetime .wp_theatre_event_time:before {
  content: '\00a0\2014\00a0';
}
.wpt_productions .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue,
.wpt_events .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue {
  display: inline;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue + .wp_theatre_event_city:before,
.wpt_events .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue + .wp_theatre_event_city:before {
  content: ',\00a0';
}
.wpt_productions .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue:empty + .wp_theatre_event_city:before,
.wpt_events .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_venue:empty + .wp_theatre_event_city:before {
  display: none;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_city,
.wpt_events .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_city {
  display: inline;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_city:empty:before,
.wpt_events .wp_theatre_event .wp_theatre_event_location .wp_theatre_event_city:empty:before {
  display: none;
}
.wpt_productions .wp_theatre_event .wp_theatre_event_tickets,
.wpt_events .wp_theatre_event .wp_theatre_event_tickets {
  width: 25%;
  margin: 0;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.wpt_productions .wpt_production_categories,
.wpt_events .wpt_production_categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wpt_productions .wpt_production_categories li,
.wpt_events .wpt_production_categories li {
  display: inline-block;
}
.wpt_productions .wpt_production_categories li:before,
.wpt_events .wpt_production_categories li:before {
  content: ', ';
}
.wpt_productions .wpt_production_categories li:first-child:before,
.wpt_events .wpt_production_categories li:first-child:before {
  content: '';
}
.widget_wpt_events_widget .wp_theatre_event > * {
  margin-right: 0;
}
.widget_wpt_events_widget .wp_theatre_event .wp_theatre_event_tickets {
  position: static;
  margin-left: 25%;
  width: auto;
}
.widget_wpt_cart_widget .wpt_cart_item {
  overflow: auto;
  margin-bottom: 1em;
}
.widget_wpt_cart_widget .wpt_cart_item .wpt_cart_item_amount {
  float: left;
  width: 15%;
}
.widget_wpt_cart_widget .wpt_cart_item .wpt_cart_item_amount:after {
  content: ' \d7';
}
.widget_wpt_cart_widget .wpt_cart_item .wp_theatre_prod {
  float: left;
  width: 85%;
}
.widget_wpt_cart_widget .wpt_cart_item .wp_theatre_prod > * {
  margin-left: 33.33333333%;
}
.widget_wpt_cart_widget .wpt_cart_item .wp_theatre_prod figure {
  margin: 0;
  padding: 0 0.5em 0 0;
  width: 33.33333333%;
  float: left;
}
.widget_wpt_cart_widget .wpt_cart_item .wp_theatre_prod figure img {
  width: 100%;
  height: auto;
}
iframe.wp_theatre_iframe {
  width: 800px;
  height: 500px;
}