/*
Theme Name: Rotown.nl
Theme URI: https://www.rotown.nl
Description: Theme voor Rotown.nl
Version: 1.2.6
Author: Menno Luitjes, websites & strategie
Author URI: https://mennoluitjes.nl
*/
/* https://www.grillitype.com/typefaces/gt-pressura */
/* Regular */
@font-face {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  src: url('webfonts/GT-Pressura-Regular.eot');
  src: url('webfonts/GT-Pressura-Regular.eot?#iefix') format('embedded-opentype'), url('webfonts/GT-Pressura-Regular.woff') format('woff'), url('webfonts/GT-Pressura-Regular.ttf') format('truetype');
}
/* Regular Italic */
@font-face {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  src: url('webfonts/GT-Pressura-Regular-Italic.eot');
  src: url('webfonts/GT-Pressura-Regular-Italic.eot?#iefix') format('embedded-opentype'), url('webfonts/GT-Pressura-Regular-Italic.woff') format('woff'), url('webfonts/GT-Pressura-Regular-Italic.ttf') format('truetype');
}
/* Bold */
@font-face {
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  src: url('webfonts/GT-Pressura-Bold.eot');
  src: url('webfonts/GT-Pressura-Bold.eot?#iefix') format('embedded-opentype'), url('webfonts/GT-Pressura-Bold.woff') format('woff'), url('webfonts/GT-Pressura-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: italic;
  src: url('webfonts/GT-Pressura-Bold.eot');
  src: url('webfonts/GT-Pressura-Bold.eot?#iefix') format('embedded-opentype'), url('webfonts/GT-Pressura-Bold.woff') format('woff'), url('webfonts/GT-Pressura-Bold.ttf') format('truetype');
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 1100 + padding */
/* 850 + padding */
/* 800 + padding */
/* 620 + padding */
html body {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html body {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.button,
.wp_theatre_event_tickets {
  display: block;
}
.button a,
.wp_theatre_event_tickets a,
.button .wp_theatre_event_tickets_status,
.wp_theatre_event_tickets .wp_theatre_event_tickets_status {
  display: block;
  min-width: 120px;
  padding: 10px;
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 599px) {
  .button a,
  .wp_theatre_event_tickets a,
  .button .wp_theatre_event_tickets_status,
  .wp_theatre_event_tickets .wp_theatre_event_tickets_status {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.button a,
.wp_theatre_event_tickets a,
.featured-page .wp_theatre_event_tickets a {
  background-color: #ccc;
  border-left: 4px solid #bbb;
  border-bottom: 4px solid #bbb;
}
.button a:hover,
.wp_theatre_event_tickets a:hover,
.featured-page .wp_theatre_event_tickets a:hover {
  background-color: #d2d2d2;
  border-left-color: #c2c2c2;
  border-bottom-color: #c2c2c2;
}
.button.tickets a,
.wp_theatre_event_tickets a {
  background-color: #f80;
  border-left: 4px solid #e70;
  border-bottom: 4px solid #e70;
}
.button.tickets a:hover,
.wp_theatre_event_tickets a:hover {
  background-color: #f94;
  border-left-color: #e82;
  border-bottom-color: #e82;
}
.button.back-to-production a {
  background-color: #ebeff1;
  border-left: 4px solid #e2e8eb;
  border-bottom: 4px solid #e2e8eb;
}
.button.back-to-production a:hover {
  background-color: #f4f6f7;
  border-left-color: #eef1f3;
  border-bottom-color: #eef1f3;
}
html body header {
  height: 350px;
}
@media (max-height: 699px) {
  html body header {
    height: 300px;
  }
}
html body header .cover-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html body header .cover-fixed .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
html body header .site-header {
  max-width: 1440px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  html body header .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  html body header .site-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  html body header .site-header {
    padding: 20px;
  }
}
@media (max-width: 599px) {
  html body header .site-header {
    padding: 15px;
  }
}
html body header .site-header h1 {
  display: block;
  float: left;
}
html body header .site-header h1 a {
  display: block;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 250px;
  height: 200px;
  background-image: url('img/logo-square@1x.png');
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  html body header .site-header h1 a {
    background-image: url('img/logo-square@2x.png');
  }
}
@media (max-width: 767px) {
  html body header .site-header h1 a {
    width: 200px;
  }
}
@media (max-width: 599px) {
  html body header .site-header h1 a {
    width: 120px;
  }
}
@media (max-width: 599px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 599px) and (min-resolution: 192dpi) {
  html body header .site-header h1 a {
    background-image: url('img/logo-square@1x.png');
  }
}
html body .main {
  max-width: 1180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  html body .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  html body .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html body .footer_widgets {
  max-width: 1180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  html body .footer_widgets {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  html body .footer_widgets {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html body footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
html body footer .inner {
  max-width: 1180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: auto;
}
@media (max-width: 767px) {
  html body footer .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  html body footer .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html body footer .inner h2 {
  color: #666;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
@media (max-width: 1023px) {
  html body footer .inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body footer .inner .fb-container {
  width: 500px;
  float: left;
  margin-right: 60px;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
html body footer .inner .fb-container .fb-page {
  width: 100%;
}
html body footer .inner .social {
  float: left;
  margin-right: 60px;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
html body footer .inner .social .spotify-container {
  width: 150px;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
html body footer .inner .social .newsletter h3 {
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  html body footer .inner .social .newsletter h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body footer .inner .social .newsletter form input[type="text"],
html body footer .inner .social .newsletter form input[type="email"],
html body footer .inner .social .newsletter form input[type="submit"] {
  display: block;
}
html body footer .inner .social .newsletter form input[type="text"],
html body footer .inner .social .newsletter form input[type="email"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ebeff1;
  background-color: #f4f6f7;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  width: 100%;
  max-width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  text-align: left;
  margin-bottom: 5.25px;
  margin-bottom: 0.328125rem;
}
@media (max-width: 599px) {
  html body footer .inner .social .newsletter form input[type="text"],
  html body footer .inner .social .newsletter form input[type="email"] {
    max-width: none;
  }
}
html body footer .inner .social .newsletter form input[type="text"]:focus,
html body footer .inner .social .newsletter form input[type="email"]:focus {
  outline: none;
}
html body footer .inner .social .newsletter form input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #ebeff1;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: bottom;
  margin-top: 10.5px;
  margin-top: 0.65625rem;
}
html body footer .inner .social .newsletter form .interests {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
}
html body footer .inner .social .newsletter form .interests h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-bottom: 0;
  color: #ccc;
  margin-top: 5.25px;
  margin-top: 0.328125rem;
}
html body footer .inner .social .newsletter form .interests label {
  margin-right: 5px;
}
html body footer .inner .social .newsletter form .interests label:last-child {
  margin-right: 0;
}
html body footer .inner .social .newsletter form .mc4wp-alert {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
html body footer .inner .social .newsletter form .mc4wp-alert.mc4wp-error {
  color: #f00;
}
html body footer .inner .footer-sidebar {
  float: right;
}
html body footer .inner .footer-sidebar ul > li {
  box-sizing: border-box;
  max-width: 140px;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
html body footer .inner .footer-sidebar ul > li h3 {
  display: none;
}
@media (max-width: 1140px) {
  html body footer .inner .footer-sidebar {
    float: none;
    clear: both;
  }
  html body footer .inner .footer-sidebar ul > li {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  html body footer .inner .fb-container,
  html body footer .inner .social {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  html body footer .inner .footer-sidebar ul > li {
    width: 48%;
    max-width: 160px;
    padding-right: 20px;
  }
}
.social ul {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  overflow: auto;
}
.social ul li {
  font-family: FontAwesome;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 50px;
  line-height: 3.125rem;
  float: left;
}
.social ul li a {
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
  text-decoration: none;
}
.social ul li a:before {
  text-align: center;
  width: 50px;
  display: block;
}
.social ul li a.facebook {
  background-color: #4267b2;
}
.social ul li a.facebook:hover {
  color: #4267b2;
}
.social ul li a.facebook:before {
  content: "\f09a";
}
.social ul li a.instagram {
  background-color: #833ab4;
}
.social ul li a.instagram:hover {
  color: #833ab4;
}
.social ul li a.instagram:before {
  content: "\f16d";
}
.social ul li a.newsletter {
  background-color: #e70;
}
.social ul li a.newsletter:hover {
  color: #e70;
}
.social ul li a.newsletter:before {
  content: "\f2b6";
}
.social ul li a.spotify {
  background-color: #1db954;
}
.social ul li a.spotify:hover {
  color: #1db954;
}
.social ul li a.spotify:before {
  content: "\f1bc";
}
.social ul li a.twitter {
  background-color: #1da1f2;
}
.social ul li a.twitter:hover {
  color: #1da1f2;
}
.social ul li a.twitter:before {
  content: "\f099";
}
.social ul li a.whatsapp {
  background-color: #25d366;
}
.social ul li a.whatsapp:hover {
  color: #25d366;
}
.social ul li a.whatsapp:before {
  content: "\f232";
}
.social ul li a:hover {
  background-color: #ebeff1;
}
html body .main .cols .content .user-content .titles,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .titles {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
html body .main .cols .content .user-content .titles h1,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .titles h1 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  color: inherit;
}
@media (max-width: 1023px) {
  html body .main .cols .content .user-content .titles h1,
  html body.single-wp_theatre_prod .main .cols .col.content .artist-links .titles h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
html body .main .cols .content .user-content h1,
html body .main .cols .content .user-content h2,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links h1,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  color: red;
}
html body .main .cols .content .user-content h3,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links h3 {
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
html body .main .cols .content .user-content p,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links p {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
html body .main .cols .content .user-content blockquote,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links blockquote {
  padding: 20px;
  text-align: left;
}
@media (max-width: 599px) {
  html body .main .cols .content .user-content blockquote,
  html body.single-wp_theatre_prod .main .cols .col.content .artist-links blockquote {
    padding: 15px;
  }
}
html body .main .cols .content .user-content blockquote p,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links blockquote p {
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
html body .main .cols .content .user-content ul,
html body .main .cols .content .user-content ol,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ul,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ol {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
html body .main .cols .content .user-content ul li,
html body .main .cols .content .user-content ol li,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ul li,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-bottom: 0;
}
html body .main .cols .content .user-content .wp-caption,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .wp-caption {
  width: 100% !important;
}
html body .main .cols .content .user-content .wp-caption img,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .wp-caption img {
  width: 100%;
  height: auto;
}
html body .main .cols .content .user-content .wp-caption p.wp-caption-text,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .wp-caption p.wp-caption-text {
  padding-top: 5px;
  padding-left: 20px;
  font-style: italic;
}
html body .main .cols .content .user-content a,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links a {
  text-decoration: underline;
  color: inherit;
}
html body .main .cols .content .user-content a:hover,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links a:hover {
  color: #666;
}
html body .main .cols .content .user-content hr,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links hr {
  margin: 0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  border-top: 1px solid #ccc;
}
html body .main .cols .content .user-content .sharedaddy h3,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .sharedaddy h3 {
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
html body .main .cols .content .user-content .sharedaddy h3:before,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links .sharedaddy h3:before {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
html body header .main-menu {
  float: right;
}
html body header .main-menu > ul > li {
  display: block;
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0px 2px 10px #000;
  margin-left: 20px;
}
@media (max-width: 767px) {
  html body header .main-menu > ul > li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body header .main-menu > ul > li > a {
  display: block;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  text-align: right;
}
html body header .main-menu > ul > li > a:hover {
  color: #ebeff1;
}
html body header .main-menu > ul > li.cart,
html body header .main-menu > ul > li.search {
  float: right;
  margin-top: 10px;
  margin-left: 8px;
}
html body header .main-menu > ul > li.cart > a,
html body header .main-menu > ul > li.search > a {
  padding-left: 10px;
  padding-right: 4px;
}
html body header .main-menu > ul > li.cart > a .fa,
html body header .main-menu > ul > li.search > a .fa {
  font-weight: bold;
}
html body .main .featured {
  margin-bottom: 40px;
}
html body .main .featured .caption {
  display: none;
}
html body .main .featured > h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ebeff1;
}
@media (max-width: 1023px) {
  html body .main .featured > h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
html body .main .featured .col {
  float: left;
}
html body .main .featured .col a {
  color: inherit;
  text-decoration: none;
  display: block;
}
html body .main .featured .col.content {
  margin-left: 0;
  margin-right: 4%;
}
html body .main .featured .col.sidebar > section {
  position: relative;
}
html body .main .featured .col.sidebar > section h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (max-width: 1023px) {
  html body .main .featured .col.sidebar > section h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  html body .main .featured .col.sidebar > section h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body .main .featured .col.sidebar > section h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  html body .main .featured .col.sidebar > section h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body .main .featured .col.sidebar > section > ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
html body .main .featured .col.sidebar > section > ul > li {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
html body .main .featured .col.sidebar > section > ul > li i {
  color: #666;
  white-space: nowrap;
  font-style: normal;
}
html body .main .featured .col.sidebar > section p {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
html body .main .featured .col.sidebar > section p i {
  color: #666;
  white-space: nowrap;
  font-style: normal;
}
html body .main .featured .col.sidebar > section p a {
  display: inline;
}
html body .main .featured .col.sidebar > section p a:hover {
  text-decoration: underline;
}
html body .main .featured .col.sidebar > section > a figure {
  position: relative;
}
html body .main .featured .col.sidebar > section > a figure img {
  margin-top: 20px;
  margin-top: 1.25rem;
}
html body .main .featured .col.sidebar > section .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px;
}
@media (max-width: 599px) {
  html body .main .featured .col.sidebar > section .button {
    padding: 15px;
  }
}
html body .main .featured .col.sidebar > section.news {
  background-color: #ebeff1;
}
html body .main .featured .col.sidebar .social ul li a {
  background-color: #ebeff1;
}
html body .main .featured .col.sidebar .social ul li a.facebook {
  color: #4267b2;
}
html body .main .featured .col.sidebar .social ul li a.facebook:hover {
  background-color: #4267b2;
}
html body .main .featured .col.sidebar .social ul li a.instagram {
  color: #833ab4;
}
html body .main .featured .col.sidebar .social ul li a.instagram:hover {
  background-color: #833ab4;
}
html body .main .featured .col.sidebar .social ul li a.newsletter {
  color: #e70;
}
html body .main .featured .col.sidebar .social ul li a.newsletter:hover {
  background-color: #e70;
}
html body .main .featured .col.sidebar .social ul li a.spotify {
  color: #1db954;
}
html body .main .featured .col.sidebar .social ul li a.spotify:hover {
  background-color: #1db954;
}
html body .main .featured .col.sidebar .social ul li a.twitter {
  color: #1da1f2;
}
html body .main .featured .col.sidebar .social ul li a.twitter:hover {
  background-color: #1da1f2;
}
html body .main .featured .col.sidebar .social ul li a.whatsapp {
  color: #25d366;
}
html body .main .featured .col.sidebar .social ul li a.whatsapp:hover {
  background-color: #25d366;
}
html body .main .featured .col.sidebar .social ul li a:hover {
  color: #fff;
}
html body.single-wp_theatre_prod .main .cols.featured {
  margin-top: 60px;
  margin-bottom: -20px;
}
html body.single-wp_theatre_prod .main .cols.featured .caption {
  display: block;
}
html body.single-wp_theatre_prod .main .cols.featured .col.sidebar .social {
  display: none;
}
.upcoming .caption {
  padding: 20px;
  background-color: #ebeff1;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .upcoming .caption {
    padding: 15px;
  }
}
.upcoming .caption > h2 {
  float: left;
  margin-right: 40px;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  color: #000;
}
@media (max-width: 1023px) {
  .upcoming .caption > h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
.upcoming .caption > ul.filters {
  float: left;
}
.upcoming .caption > ul.filters > li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 7px;
  border-right: 1px solid #000;
}
.upcoming .caption > ul.filters > li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.upcoming .caption > ul.filters > li button,
.upcoming .caption > ul.filters > li a {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 32px;
  line-height: 2rem;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .upcoming .caption > ul.filters > li button,
  .upcoming .caption > ul.filters > li a {
    line-height: 14px;
    line-height: 0.875rem;
  }
}
.upcoming .caption > ul.filters > li button:hover,
.upcoming .caption > ul.filters > li a:hover {
  color: #000;
}
.upcoming .caption > ul.filters > li button.active,
.upcoming .caption > ul.filters > li a.active {
  color: #000;
}
.upcoming .caption > ul.filters > li button:focus,
.upcoming .caption > ul.filters > li a:focus {
  outline: none;
}
@media (max-width: 1023px) {
  .upcoming .caption > h2 {
    float: none;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .upcoming .caption > ul.filters {
    float: none;
  }
}
.wp_theatre_event_tickets .wp_theatre_event_tickets_status {
  background-color: #ebeff1;
}
.wp_theatre_event_tickets .wp_theatre_event_tickets_status.wp_theatre_event_tickets_status_soldout {
  color: #f00;
}
body.home .user-content .wpt_listing .wp_theatre_event {
  display: none;
}
body.page-template-tickets .main .cols .col {
  margin-left: 0;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container {
  background-color: #fff;
  min-height: 200px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  border: 9px solid #000;
  padding: 11px;
}
@media (max-width: 599px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container {
    border: 6px solid #000;
    padding: 14px;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35%;
  z-index: 1;
  background-color: #ebeff1;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info {
  min-height: 200px;
  padding-left: 37%;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_date,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_date {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_date,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_date {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_title,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_title {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_title,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_support_title,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_support_title,
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle,
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_venue,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_venue,
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_support_title,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_support_title,
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle,
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_venue,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_venue,
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles .wp_theatre_event_subtitle_important {
  color: #f00;
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like {
  padding-right: 160px;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (max-width: 599px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like span,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like span {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like span,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets,
.footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 1023px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure {
    width: 25%;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info {
    padding-left: 28%;
  }
}
@media (max-width: 767px) {
  .user-content .wpt_listing .wp_theatre_event,
  .footer_widgets .wpt_listing .wp_theatre_event {
    padding: 0;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container {
    min-height: 0;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a {
    padding-bottom: 200px;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure {
    top: inherit;
    height: 200px;
    width: 100%;
    border: 0;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info {
    position: relative;
    z-index: 2;
    min-height: 0;
    padding: 0;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .wp_theatre_event_sounds_like {
    padding-right: 0;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
    z-index: 3;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 599px) {
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a {
    padding-bottom: 140px;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a figure {
    height: 140px;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container > a .info .titles {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .user-content .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets,
  .footer_widgets .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
    bottom: 25px;
    right: 25px;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container {
  position: relative;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (max-width: 1023px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 .prefix,
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 .wp_theatre_event_date_compact,
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 .wp_theatre_event_date {
  display: inline;
  white-space: nowrap;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 .wp_theatre_event_title {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles h2 .wp_theatre_event_title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_support_title,
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_subtitle,
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_venue,
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_subtitle_important {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (max-width: 1023px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_support_title,
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_subtitle,
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_venue,
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_subtitle_important {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .titles .wp_theatre_event_subtitle_important {
  color: #f00;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .wp_theatre_event_sounds_like {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (max-width: 599px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .wp_theatre_event_sounds_like {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .wp_theatre_event_sounds_like span {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a .wp_theatre_event_sounds_like span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a figure {
  position: relative;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container a figure img {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.featured .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
}
@media (max-width: 599px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .featured .wpt_listing .wp_theatre_event .wp_theatre_event_container .wp_theatre_event_tickets {
    bottom: 10px;
    right: 10px;
    padding: 0;
  }
}
body.single-wp_theatre_prod.month-01 {
  background-color: #a151c5;
}
body.single-wp_theatre_prod.month-02 {
  background-color: #d41277;
}
body.single-wp_theatre_prod.month-03 {
  background-color: #eab23d;
}
body.single-wp_theatre_prod.month-04 {
  background-color: #b2ba26;
}
body.single-wp_theatre_prod.month-05 {
  background-color: #ed6db8;
}
body.single-wp_theatre_prod.month-06 {
  background-color: #1797ab;
}
body.single-wp_theatre_prod.month-07 {
  background-color: #fece64;
}
body.single-wp_theatre_prod.month-08 {
  background-color: #de5354;
}
body.single-wp_theatre_prod.month-09 {
  background-color: #1ca7e8;
}
body.single-wp_theatre_prod.month-10 {
  background-color: #89d128;
}
body.single-wp_theatre_prod.month-11 {
  background-color: #fc5d20;
}
body.single-wp_theatre_prod.month-12 {
  background-color: #b88944;
}
html body .user-content hr + hr {
  display: none;
}
html body .user-content iframe.wp_theatre_iframe {
  display: block;
  border: none;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 599px) {
  html body .user-content iframe.wp_theatre_iframe {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
html body .user-content .stager-checkout-buttons {
  display: flex;
}
html body .user-content .stager-checkout-buttons .button {
  flex: 1 1 auto;
  margin-top: 20px;
}
html body .user-content .stager-checkout-buttons .button.tickets {
  padding-right: 20px;
}
html body .user-content .stager-checkout-buttons .button a {
  text-decoration: none !important;
}
@media (max-width: 599px) {
  html body .user-content .stager-checkout-buttons {
    display: block;
  }
  html body .user-content .stager-checkout-buttons .button {
    margin-top: 15px;
  }
  html body .user-content .stager-checkout-buttons .button.tickets {
    padding-right: 0;
  }
}
@media (max-width: 374px) {
  html body.page-template-tickets .user-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.couverts-container {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  border-top: 1px solid #ebeff1;
  border-bottom: 1px solid #ebeff1;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
.couverts-container .couverts-inner {
  overflow: hidden;
}
@media (max-width: 599px) {
  .couverts-container .couverts-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.couverts-container .couverts-inner iframe {
  background-color: white;
  display: block;
  width: 100%;
  border: none;
  overflow: scroll;
  min-height: 1100px;
}
form[role="search"] input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ebeff1;
  background-color: #f4f6f7;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
  max-width: 220px;
  text-align: left;
}
@media (max-width: 374px) {
  form[role="search"] input[type="search"] {
    max-width: 170px;
  }
}
form[role="search"] input[type="search"]:focus {
  outline: none;
}
form[role="search"] input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #ebeff1;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 20px;
  padding-right: 20px;
}
ul.filters form[role="search"] input[type="search"],
.wpt_listing_filter_pagination form[role="search"] input[type="search"] {
  max-width: 170px;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
ul.filters form[role="search"] input[type="submit"],
.wpt_listing_filter_pagination form[role="search"] input[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 10px;
  padding-right: 10px;
}
ul.filters form[role="search"] input[type="search"] {
  border-bottom-color: #e2e8eb;
  background-color: #f4f6f7;
}
ul.filters form[role="search"] input[type="submit"] {
  background-color: #e2e8eb;
}
html body.page.home {
  background-color: transparent;
}
html body.page.home header {
  height: 400px;
}
@media (max-height: 699px) {
  html body.page.home header {
    height: 300px;
  }
}
html body.page.home header .cover-fixed {
  position: fixed;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo {
  margin-top: 20px;
  margin-bottom: 20px;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 599px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner {
    padding: 15px;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col {
  width: 66%;
  margin-left: 0;
  margin-right: 4%;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col.sidebar {
  width: 30%;
  margin-right: 0;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col > section {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify {
  height: 340px;
  position: relative;
  border-top: 1px solid #000;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify .spotify-header {
  padding: 10px 20px;
  background-color: #bbdb87;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  height: 70px;
  height: 4.375rem;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify .spotify-header h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify .iframe-container {
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  background-color: #61bc46;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify .iframe-container iframe {
  width: 100%;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify .spotify-follow {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner {
  border-top: 1px solid #ed2480;
  height: 300px;
  height: 18.75rem;
  padding: 20px 0;
  background-color: #fff8a7;
  background: linear-gradient(#fff8a7 0%, #f26122 100%);
  position: relative;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #000;
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-right: 120px;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions h3 {
  position: absolute;
  top: 10px;
  right: 40px;
  background-color: #000;
  color: #fff;
  width: 110px;
  height: 70px;
  padding: 35px 10px 25px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions > *,
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions ul li {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-right: 20px;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions a {
  color: inherit;
  text-decoration: none;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions ul {
  padding: 0;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions ul li {
  border-bottom: 1px dotted #fff;
  padding-right: 180px;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col {
    width: 100%;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col.sidebar {
    width: 100%;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .spotify {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions h3 {
    right: 20px;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo > .inner .col .clubcard > .inner .clubcard_actions ul li {
    padding-right: 160px;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner {
  background-color: #ffe;
  background: linear-gradient(#ffe 0%, #666 100%);
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions:before,
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions:after {
  clear: both;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod {
  width: 32%;
  float: left;
  padding-right: 2%;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod:last-child {
  padding-right: 0;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod {
    width: 49%;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod:nth-child(2) {
    padding-right: 0;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod:last-child {
    display: none;
  }
}
@media (max-width: 599px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod {
    width: 100%;
    padding-right: 0;
    display: none;
  }
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod:first-child {
    display: block;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a {
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  display: block;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .group {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .group .wp_theatre_prod_memory_image img {
  opacity: 0.7;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .group .titles {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
@media (max-width: 599px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .group .titles {
    padding: 15px;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .group .titles .wp_theatre_prod_year {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #ffe;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .info {
  color: #ffe;
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .info .wp_theatre_prod_title {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
}
@media (max-width: 1023px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .info .wp_theatre_prod_title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .info .wp_theatre_prod_memory_subtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .wpt_productions .wp_theatre_prod > a .info .wp_theatre_prod_memory_subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body.page.home .main .wpt_listing.wpt_events .intermezzo.memories > .inner .button {
  float: right;
}
html body.page.home .main .wpt_listing.wpt_events.filtered .intermezzo {
  display: none;
}
html body.page.home .main .wpt_listing.wpt_events.filtered.filtered-concert .intermezzo.memories {
  display: block;
}
html body.page.home .header-caption {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (max-width: 599px) {
  html body.page.home .header-caption {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
}
html body.page.home .header-caption p {
  position: relative;
  z-index: 1;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  html body.page.home .header-caption p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  html body.page.home .header-caption p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html body.page.home .header-caption p a {
  color: inherit;
  text-decoration: none;
}
html body.page.home .header-caption p a:hover {
  text-decoration: underline;
}
html body.page.home.admin-bar header .cover-fixed {
  margin-top: 32px;
}
html body.page .main .cols .col.sidebar {
  margin-bottom: 20px;
}
html body.page .main .cols .col.sidebar .submenu {
  background-color: #fff;
  padding: 20px;
  list-style-type: none;
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
}
html body.page .main .cols .col.sidebar .submenu li.active {
  font-weight: bold;
}
html body.page .main .cols .col.sidebar .submenu li {
  margin-top: 10px;
  margin-top: 0.625rem;
}
html body.page .main .cols .col.sidebar .submenu li:first-child {
  margin-top: 0;
}
html body.page .main .cols .col.sidebar .submenu li a {
  color: inherit;
  text-decoration: none;
}
html body.single-wp_theatre_prod .language-nl,
html body.single-wp_theatre_prod .content-en {
  display: none;
}
html body.single-wp_theatre_prod.en .language-en {
  display: none;
}
html body.single-wp_theatre_prod.en .language-nl {
  display: inline;
}
html body.single-wp_theatre_prod.en .content-en {
  display: block;
}
html body.single-wp_theatre_prod.en .content-nl {
  display: none;
}
html body.single-wp_theatre_prod .main .cols {
  margin-bottom: 40px;
}
html body.single-wp_theatre_prod .main .cols.featured .caption {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  html body.single-wp_theatre_prod .main .cols.featured .caption {
    padding: 15px;
  }
}
html body.single-wp_theatre_prod .main .cols.featured .caption > h2 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  color: #fff;
}
@media (max-width: 1023px) {
  html body.single-wp_theatre_prod .main .cols.featured .caption > h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media (max-width: 767px) {
  html body.single-wp_theatre_prod .main .cols.featured .caption {
    margin-bottom: 20px;
  }
}
html body.single-wp_theatre_prod .main .cols.featured .col {
  float: left;
}
html body.single-wp_theatre_prod .main .cols .col {
  float: right;
}
html body.single-wp_theatre_prod .main .cols .col.content {
  margin-left: 0;
  margin-right: 4%;
}
@media (max-width: 767px) {
  html body.single-wp_theatre_prod .main .cols .col.content {
    margin-right: 0;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content {
  margin-bottom: 0;
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .language {
  float: right;
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .language .nl {
  display: none;
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles h1 {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023px) {
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles h1 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_support_title,
html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_subtitle,
html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_subtitle_important {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (max-width: 1023px) {
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_support_title,
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_subtitle,
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_subtitle_important {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .titles .wp_theatre_prod_subtitle_important {
  color: #f00;
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .wp_theatre_prod_sounds_like {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media (max-width: 599px) {
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .wp_theatre_prod_sounds_like {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .user-content .wp_theatre_prod_sounds_like span {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  html body.single-wp_theatre_prod .main .cols .col.content .user-content .wp_theatre_prod_sounds_like span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .artist-links,
html body.single-wp_theatre_prod .main .cols .col.content .fb-event {
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
}
@media (max-width: 599px) {
  html body.single-wp_theatre_prod .main .cols .col.content .artist-links,
  html body.single-wp_theatre_prod .main .cols .col.content .fb-event {
    padding: 15px;
  }
}
html body.single-wp_theatre_prod .main .cols .col.content .artist-links hr,
html body.single-wp_theatre_prod .main .cols .col.content .fb-event hr {
  margin: 0;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  border-top: 1px solid #ccc;
}
html body.single-wp_theatre_prod .main .cols .col.content .artist-links p {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ul li,
html body.single-wp_theatre_prod .main .cols .col.content .artist-links ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
html body.single-wp_theatre_prod .main .cols .col.content .fb-event .fb-post {
  width: 100% !important;
}
html body.single-wp_theatre_prod .main .cols .col.content .fb-event .fb-post span {
  width: 100% !important;
}
html body.single-wp_theatre_prod .main .cols .col.content .fb-event .fb-post span iframe {
  width: 100% !important;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details .wp_theatre_event_date {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (max-width: 1023px) {
  html body.single-wp_theatre_prod .main .cols .col.sidebar section.details .wp_theatre_event_date {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details .wp_theatre_event_date + div {
  margin-top: 0;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div span {
  font-weight: bold;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div span.small {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-bottom: 0;
  color: #666;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div.wp_theatre_event_tickets,
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div.button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div.readmore {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.details > div.readmore a {
  color: #666;
}
html body.single-wp_theatre_prod .main .cols .col.sidebar section.spotify {
  overflow: hidden;
}
@media (max-width: 767px) {
  html body.single-wp_theatre_prod .main .cols .col.sidebar section.spotify iframe {
    height: 80px !important;
  }
}
html body.single-wp_theatre_prod .main .embeds {
  margin-bottom: 40px;
}
html body.single-wp_theatre_prod .main .embeds > section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
html body.single-wp_theatre_prod .main .embeds > section iframe {
  width: 100%;
}
html body.single-wp_theatre_prod .main .footer_widgets {
  list-style-type: none;
}
html body.page.home.admin-bar header .cover-fixed {
  margin-top: 32px;
}
html body.search .main .cols .col.sidebar,
html body.page-template-search .main .cols .col.sidebar,
html body.page-template-agenda-full-width .main .cols .col.sidebar,
html body.page-template-memories .main .cols .col.sidebar {
  display: none;
}
html body.search .main .cols .col.content,
html body.page-template-search .main .cols .col.content,
html body.page-template-agenda-full-width .main .cols .col.content,
html body.page-template-memories .main .cols .col.content {
  width: 100%;
  margin-left: 0;
}
html body.search .main .cols .col.content .user-content,
html body.page-template-search .main .cols .col.content .user-content,
html body.page-template-agenda-full-width .main .cols .col.content .user-content,
html body.page-template-memories .main .cols .col.content .user-content {
  padding: 0;
  background-color: transparent;
}
html body.search .main .cols .col.content .user-content > .titles,
html body.page-template-search .main .cols .col.content .user-content > .titles,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > .titles,
html body.page-template-memories .main .cols .col.content .user-content > .titles,
html body.search .main .cols .col.content .user-content > h3,
html body.page-template-search .main .cols .col.content .user-content > h3,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > h3,
html body.page-template-memories .main .cols .col.content .user-content > h3,
html body.search .main .cols .col.content .user-content > p,
html body.page-template-search .main .cols .col.content .user-content > p,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > p,
html body.page-template-memories .main .cols .col.content .user-content > p,
html body.search .main .cols .col.content .user-content > blockquote,
html body.page-template-search .main .cols .col.content .user-content > blockquote,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > blockquote,
html body.page-template-memories .main .cols .col.content .user-content > blockquote,
html body.search .main .cols .col.content .user-content > ul,
html body.page-template-search .main .cols .col.content .user-content > ul,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > ul,
html body.page-template-memories .main .cols .col.content .user-content > ul,
html body.search .main .cols .col.content .user-content > ol,
html body.page-template-search .main .cols .col.content .user-content > ol,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > ol,
html body.page-template-memories .main .cols .col.content .user-content > ol,
html body.search .main .cols .col.content .user-content > form,
html body.page-template-search .main .cols .col.content .user-content > form,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > form,
html body.page-template-memories .main .cols .col.content .user-content > form,
html body.search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
html body.search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
html body.search .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing_filter_pagination.year {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  html body.search .main .cols .col.content .user-content > .titles,
  html body.page-template-search .main .cols .col.content .user-content > .titles,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > .titles,
  html body.page-template-memories .main .cols .col.content .user-content > .titles,
  html body.search .main .cols .col.content .user-content > h3,
  html body.page-template-search .main .cols .col.content .user-content > h3,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > h3,
  html body.page-template-memories .main .cols .col.content .user-content > h3,
  html body.search .main .cols .col.content .user-content > p,
  html body.page-template-search .main .cols .col.content .user-content > p,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > p,
  html body.page-template-memories .main .cols .col.content .user-content > p,
  html body.search .main .cols .col.content .user-content > blockquote,
  html body.page-template-search .main .cols .col.content .user-content > blockquote,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > blockquote,
  html body.page-template-memories .main .cols .col.content .user-content > blockquote,
  html body.search .main .cols .col.content .user-content > ul,
  html body.page-template-search .main .cols .col.content .user-content > ul,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > ul,
  html body.page-template-memories .main .cols .col.content .user-content > ul,
  html body.search .main .cols .col.content .user-content > ol,
  html body.page-template-search .main .cols .col.content .user-content > ol,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > ol,
  html body.page-template-memories .main .cols .col.content .user-content > ol,
  html body.search .main .cols .col.content .user-content > form,
  html body.page-template-search .main .cols .col.content .user-content > form,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content > form,
  html body.page-template-memories .main .cols .col.content .user-content > form,
  html body.search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
  html body.page-template-search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
  html body.page-template-memories .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > p,
  html body.search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
  html body.page-template-search .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
  html body.page-template-memories .main .cols .col.content .user-content .wpt_listing.wpt_context_memories > form,
  html body.search .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
  html body.page-template-search .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing_filter_pagination.year,
  html body.page-template-memories .main .cols .col.content .user-content .wpt_listing_filter_pagination.year {
    padding: 15px;
  }
}
html body.search .main .cols .col.content .user-content > .titles,
html body.page-template-search .main .cols .col.content .user-content > .titles,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > .titles,
html body.page-template-memories .main .cols .col.content .user-content > .titles {
  padding-bottom: 0;
}
html body.search .main .cols .col.content .user-content > .titles h1,
html body.page-template-search .main .cols .col.content .user-content > .titles h1,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > .titles h1,
html body.page-template-memories .main .cols .col.content .user-content > .titles h1 {
  margin-bottom: 0;
}
html body.search .main .cols .col.content .user-content > p.form-heading,
html body.page-template-search .main .cols .col.content .user-content > p.form-heading,
html body.page-template-agenda-full-width .main .cols .col.content .user-content > p.form-heading,
html body.page-template-memories .main .cols .col.content .user-content > p.form-heading {
  padding-bottom: 0;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year {
  /*
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:before,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:before,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:before,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:before,
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year:after {
  clear: both;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span {
  display: inline-block;
  font-family: 'GT-Pressura';
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 32px;
  line-height: 2rem;
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 7px;
  border-right: 1px solid #666;
}
@media (max-width: 1023px) {
  html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
  html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
  html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span,
  html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span {
    line-height: 14px;
    line-height: 0.875rem;
  }
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span:last-child,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span:last-child,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span:last-child,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a {
  color: #666;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a:hover,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a:hover,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a:hover,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span a:hover {
  color: #000;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span.wpt_listing_filter_active a,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span.wpt_listing_filter_active a,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span.wpt_listing_filter_active a,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year span.wpt_listing_filter_active a {
  color: #000;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year form,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year form,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year form,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wpt_listing_filter_pagination.year form {
  display: inline;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wp_theatre_event,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wp_theatre_event,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wp_theatre_event,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wp_theatre_event {
  margin-top: 20px;
  margin-top: 1.25rem;
}
html body.search .main .cols .col.content .user-content .wpt_listing .wp_theatre_event a,
html body.page-template-search .main .cols .col.content .user-content .wpt_listing .wp_theatre_event a,
html body.page-template-agenda-full-width .main .cols .col.content .user-content .wpt_listing .wp_theatre_event a,
html body.page-template-memories .main .cols .col.content .user-content .wpt_listing .wp_theatre_event a {
  text-decoration: none;
}
html body.search .main .cols .col.content .user-content .search-result .other-post-type {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  background-color: #ebeff1;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  html body.search .main .cols .col.content .user-content .search-result .other-post-type {
    padding: 15px;
  }
}
html body.search .main .cols .col.content .user-content .search-result .other-post-type a {
  text-decoration: none;
}
html body.search .main .cols .col.content .user-content .search-result .other-post-type .title {
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media (max-width: 1023px) {
  html body.search .main .cols .col.content .user-content .search-result .other-post-type .title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  html body.search .main .cols .col.content .user-content .search-result .other-post-type .title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
html body.search .main .cols .col.content .user-content .search-result .other-post-type .excerpt {
  font-family: Helvetica, Arial, sans-serif;
  font-family: 'GT-Pressura';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-bottom: 0;
}
html body.search .main .cols .col.content .user-content .no-results {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 599px) {
  html body.search .main .cols .col.content .user-content .no-results {
    padding: 15px;
  }
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  background-color: #000;
}
html body {
  background-color: #9ac;
}
html body .main .cols .col {
  float: left;
  width: 61%;
  margin-left: 4%;
}
html body .main .cols .col > section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  html body .main .cols .col > section {
    padding: 15px;
  }
}
html body .main .cols .col.sidebar {
  width: 35%;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  html body .main .cols .col {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  html body .main .cols .col.sidebar {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
