.events-slider {
  --slider-color: #232123;
}
.events-slider .wpt_listing .wp_theatre_event {
  width: 280px;
  height: 600px;
  padding: 8px 20px 20px;
  display: flex;
  flex-direction: column;
  color: var(--slider-color);
}
.events-slider .wpt_listing .wp_theatre_event a {
  color: inherit;
}
.events-slider .wpt_listing .wp_theatre_event figure {
  width: 100%;
  flex: 0 0 410px;
  margin: 0;
}
.events-slider .wpt_listing .wp_theatre_event figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 5px solid var(--slider-color);
}
.events-slider .wpt_listing .wp_theatre_event .date {
  font-size: 16px;
  margin-top: 7px;
  text-transform: none;
}
.events-slider .wpt_listing .wp_theatre_event .date .wp_theatre_event_startdate {
  font-weight: 700;
}
.events-slider .wpt_listing .wp_theatre_event .date > * {
  display: inline-block;
}
.events-slider .wpt_listing .wp_theatre_event .wp_theatre_event_title {
  margin-top: 7px;
  font-size: 24px;
  font-family: Baskervville;
  font-weight: 900;
  max-width: 90%;
}
.events-slider .wpt_listing .wp_theatre_event .wp_theatre_event_tickets {
  flex: 1 0 max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.events-slider .wpt_listing .wp_theatre_event .wp_theatre_event_tickets .wp_theatre_event_prices {
  display: none;
}
.single-wp_theatre_prod .events-slider {
  --slider-color: #f7f7e5;
}
body.single-wp_theatre_prod h1.entry-title {
  display: none;
}
body.single-wp_theatre_prod .event-container {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  color: #F7F7E5;
}
body.single-wp_theatre_prod .event-container .event-content h2 {
  font-family: Baskervville;
  font-weight: 800;
  font-size: 3em;
  text-transform: uppercase;
  color: inherit;
}
body.single-wp_theatre_prod .event-container .event-content figure img {
  width: 100%;
  height: auto;
  border: 2px solid #F7F7E5;
}
body.single-wp_theatre_prod .event-container .event-content h3,
body.single-wp_theatre_prod .event-container .event-content h4 {
  font-family: Baskervville;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: inherit;
}
body.single-wp_theatre_prod .event-container .event-aside h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: Baskervville;
  text-transform: uppercase;
  color: inherit;
  margin: 20px 0;
}
body.single-wp_theatre_prod .event-container .event-aside h3:first-child {
  margin-top: 0;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets {
  margin-bottom: 40px;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .wp_theatre_event_tickets {
  margin: 20px 0;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .wp_theatre_event_tickets a {
  display: block;
  text-align: center;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .wp_theatre_event_tickets .wp_theatre_event_prices {
  text-align: center;
  font-weight: 600;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .venue {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 22px;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .prices {
  margin: 20px 0;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .prices table {
  border: none;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .prices table tr {
  border: none;
}
body.single-wp_theatre_prod .event-container .event-aside .tickets .prices table tr td {
  border: none;
  padding-left: 0;
}
body.single-wp_theatre_prod .event-container .event-aside .share {
  padding-top: 40px;
  border-top: 1px dashed #F7F7E5;
}
body.single-wp_theatre_prod .event-container .event-aside .share .socials {
  display: block;
  margin: 0;
  padding: 0;
}
body.single-wp_theatre_prod .event-container .event-aside .share .socials li {
  display: inline-block;
  margin-right: 20px;
}
body.single-wp_theatre_prod .event-container .event-aside .share .socials li a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  body.single-wp_theatre_prod .event-container {
    flex-direction: row;
  }
  body.single-wp_theatre_prod .event-container .event-content {
    flex: 0 0 60%;
    overflow: hidden;
  }
  body.single-wp_theatre_prod .event-container .event-content figure img {
    max-height: 600px;
    max-width: 100%;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */