@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,800,700);
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'sbec';
  src: url("http://www.sandseventcenter.com/content/themes/SBEC/font/sbec.eot?34891070");
  src: url("http://www.sandseventcenter.com/content/themes/SBEC/font/sbec.eot?34891070#iefix") format("embedded-opentype"), url("../font/sbec_34891070.woff") format("woff"), url("http://www.sandseventcenter.com/content/themes/SBEC/font/sbec.ttf?34891070") format("truetype"), url("http://www.sandseventcenter.com/content/themes/SBEC/font/sbec.svg?34891070#sbec") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sbec';
    src: url('http://www.sandseventcenter.com/content/themes/SBEC/font/sbec.svg?34891070#sbec') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sbec";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-tickets:before {
  content: '\e800'; }

/* '' */
.icon-phone:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e803'; }

/* '' */
.icon-twitter:before {
  content: '\e804'; }

/* '' */
.icon-twitter-square:before {
  content: '\e805'; }

/* '' */
.icon-facebook-square:before {
  content: '\e806'; }

/* '' */
.icon-instagram-square:before {
  content: '\e807'; }

/* '' */
body {
  font-family: "Open Sans", sans-serif;
  background: #000;
  color: #231F20;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  font-size: 0.9375em;
  margin-bottom: 1.25em;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

.editor ul {
  font-size: 0.9375em;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  list-style: disc;
  margin-left: 1.25em;
  margin-bottom: 1.25em; }

.main-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background: #FFF; }
  .main-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.inner-wrapper {
  padding: 0 1.875em; }

.screenreader {
  position: absolute;
  left: -999em; }

.main-heading {
  font-size: 34px;
  font-size: 2.125rem;
  color: #231F20;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 910px) {
    .main-heading {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (max-width: 730px) {
    .main-heading {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media screen and (max-width: 480px) {
    .main-heading {
      font-size: 28px;
      font-size: 1.75rem; } }

.large-heading {
  font-size: 30px;
  font-size: 1.875rem;
  color: #231F20;
  font-weight: 800; }
  @media screen and (max-width: 910px) {
    .large-heading {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (max-width: 730px) {
    .large-heading {
      font-size: 26px;
      font-size: 1.625rem; } }

.medium-heading, aside.page-sidebar .box-office span, aside.page-sidebar .ticket-link a.tickets, aside.page-sidebar .call-block, aside.page-sidebar .adv-block, section.social .social-right .tickets, section.social .social-right .social-links ul.social-links-list li a, section.pre-footer-buttons ul li a, .faq-list dt, label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .medium-heading.bold, aside.page-sidebar .box-office span.bold, aside.page-sidebar .ticket-link a.bold.tickets, aside.page-sidebar .bold.call-block, aside.page-sidebar .bold.adv-block, section.social .social-right .bold.tickets, section.social .social-right .social-links ul.social-links-list li a.bold, section.pre-footer-buttons ul li a.bold, body.single-event article section.page-content header .medium-heading, body.single-event article section.page-content header aside.page-sidebar .box-office span, aside.page-sidebar .box-office body.single-event article section.page-content header span, body.single-event article section.page-content header aside.page-sidebar .ticket-link a.tickets, aside.page-sidebar .ticket-link body.single-event article section.page-content header a.tickets, body.single-event article section.page-content header aside.page-sidebar .call-block, aside.page-sidebar body.single-event article section.page-content header .call-block, body.single-event article section.page-content header aside.page-sidebar .adv-block, aside.page-sidebar body.single-event article section.page-content header .adv-block, body.single-event article section.page-content header section.social .social-right .tickets, section.social .social-right body.single-event article section.page-content header .tickets, body.single-event article section.page-content header section.social .social-right .social-links ul.social-links-list li a, section.social .social-right .social-links ul.social-links-list li body.single-event article section.page-content header a, body.single-event article section.page-content header section.pre-footer-buttons ul li a, section.pre-footer-buttons ul li body.single-event article section.page-content header a, body.single-event article section.page-content header .faq-list dt, .faq-list body.single-event article section.page-content header dt, body.single-event article section.page-content header label, .faq-list dt.bold, label.bold {
    font-weight: 700; }

header.page-header {
  width: 100%;
  position: relative;
  font-size: 0; }
  header.page-header img {
    width: 100%; }
    @media screen and (max-width: 480px) {
      header.page-header img.large {
        display: none; } }
    header.page-header img.small {
      display: none; }
      @media screen and (max-width: 480px) {
        header.page-header img.small {
          display: block; } }
  header.page-header p {
    position: absolute;
    width: 90%;
    top: 40%;
    left: 5%;
    margin: 0;
    color: #FFF;
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    text-align: center; }
    @media screen and (max-width: 730px) {
      header.page-header p {
        top: 30%; } }
    @media screen and (max-width: 620px) {
      header.page-header p {
        top: 20%;
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (max-width: 480px) {
      header.page-header p {
        top: 25%;
        font-size: 28px;
        font-size: 1.75rem; } }
  header.page-header a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.button, input[type="submit"] {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  border: 0; }
  .button.default, input[type="submit"] {
    font-size: 20px;
    font-size: 1.25rem;
    background: #EF3942;
    padding: 0.625em 0.5em;
    text-transform: uppercase;
    display: inline-block; }
    .button.default:hover, input[type="submit"]:hover {
      background: #f1565e; }
    .button.default:focus, input[type="submit"]:focus {
      outline: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.top-bar .top-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3125em; }
  .top-bar .top-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 730px) {
    .top-bar .top-wrapper {
      padding-right: 3.125em; } }
  .top-bar .top-wrapper p {
    display: inline-block;
    font-size: 0.875em;
    margin: 0;
    color: #FFF;
    margin-right: 1.25em; }
    @media screen and (max-width: 620px) {
      .top-bar .top-wrapper p {
        font-size: 0.75em; } }
  .top-bar .top-wrapper .top-logo {
    display: inline-block;
    vertical-align: top;
    margin: -0.3125em 0; }
    @media screen and (max-width: 620px) {
      .top-bar .top-wrapper .top-logo {
        margin: -0.15625em 0; } }
    .top-bar .top-wrapper .top-logo img {
      height: 2.125em; }
      @media screen and (max-width: 620px) {
        .top-bar .top-wrapper .top-logo img {
          height: 1.75em; } }
  .top-bar .top-wrapper .social-icons {
    display: inline-block;
    vertical-align: top;
    float: right; }
    @media screen and (max-width: 480px) {
      .top-bar .top-wrapper .social-icons {
        float: none; } }
    .top-bar .top-wrapper .social-icons a {
      color: #FFF;
      font-size: 1.25em;
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }

header#main-header {
  padding: 3.125em 1.875em 3.75em; }
  @media screen and (max-width: 910px) {
    header#main-header {
      padding: 1.875em 0.9375em 1.25em; } }
  header#main-header #site-branding {
    width: 35%;
    display: inline-block; }
    @media screen and (max-width: 730px) {
      header#main-header #site-branding {
        width: 100%;
        text-align: center; } }
  header#main-header #menu-toggle {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 1.875em;
    display: none;
    color: #231F20;
    text-decoration: none;
    z-index: 1; }
    @media screen and (max-width: 730px) {
      header#main-header #menu-toggle {
        display: block; } }
  header#main-header #page-overlay {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    header#main-header #page-overlay.on-screen {
      left: 0;
      opacity: 0.8; }
  header#main-header .nav-container {
    display: inline-block;
    margin-left: 3%;
    vertical-align: top; }
    @media screen and (max-width: 730px) {
      header#main-header .nav-container {
        position: fixed;
        height: 100vh;
        top: 0;
        right: -150%;
        background: #231F20;
        margin: 0;
        padding: 1.875em 2.5em;
        z-index: 2;
        -webkit-transition: right 300ms ease-out;
        -moz-transition: right 300ms ease-out;
        transition: right 300ms ease-out; }
        header#main-header .nav-container:before {
          content: 'x';
          color: #FFF;
          position: absolute;
          top: 0.625em;
          left: 0.9375em;
          cursor: pointer; } }
    header#main-header .nav-container nav {
      display: inline-block;
      vertical-align: top; }
      header#main-header .nav-container nav li {
        margin-bottom: 0.3125em; }
        header#main-header .nav-container nav li a {
          text-decoration: none;
          letter-spacing: 0.0625em;
          font-size: 0.9375em;
          font-weight: 600; }
          header#main-header .nav-container nav li a:hover {
            font-weight: 800; }
            @media screen and (max-width: 730px) {
              header#main-header .nav-container nav li a:hover {
                font-weight: 600; } }
    @media screen and (max-width: 730px) {
      header#main-header .nav-container.on-screen {
        right: 0; } }

nav#main-navigation {
  position: relative;
  margin-right: 4.6875em; }
  @media screen and (max-width: 730px) {
    nav#main-navigation li {
      margin: 0.625em 0; } }
  nav#main-navigation li a {
    text-transform: uppercase;
    color: #231F20; }
    @media screen and (max-width: 730px) {
      nav#main-navigation li a {
        color: #FFF; } }
  nav#main-navigation li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200%;
    padding-left: 50%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    @media screen and (max-width: 730px) {
      nav#main-navigation li .sub-menu {
        position: relative;
        opacity: 1;
        max-height: 100%;
        left: auto;
        width: auto;
        padding-left: 0.625em; } }
    nav#main-navigation li .sub-menu a {
      color: #76787A;
      text-transform: none;
      font-weight: 600; }
      nav#main-navigation li .sub-menu a:hover {
        font-weight: 700; }
        @media screen and (max-width: 730px) {
          nav#main-navigation li .sub-menu a:hover {
            font-weight: 600; } }
      @media screen and (max-width: 730px) {
        nav#main-navigation li .sub-menu a {
          color: #939598; } }
  nav#main-navigation li:hover > a {
    font-weight: 700; }
    @media screen and (max-width: 730px) {
      nav#main-navigation li:hover > a {
        font-weight: 600; } }
  nav#main-navigation li.menu-item-has-children:hover > .sub-menu {
    max-height: 31.25em;
    opacity: 1; }

.affiliates {
  display: inline-block;
  position: relative;
  float: right;
  top: -1.25em; }
  @media screen and (max-width: 910px) {
    .affiliates {
      text-align: right; } }
  @media screen and (max-width: 730px) {
    .affiliates {
      margin-top: 1.875em;
      width: 100%;
      text-align: center;
      float: none; } }
  .affiliates .affiliate {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.6;
    margin-left: 0.9375em;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    @media screen and (max-width: 910px) {
      .affiliates .affiliate {
        display: block;
        margin-bottom: 0.9375em; } }
    @media screen and (max-width: 730px) {
      .affiliates .affiliate {
        display: inline-block;
        margin: 0 0.4375em; } }
    .affiliates .affiliate:hover {
      opacity: 1; }

footer#main-footer {
  clear: both;
  padding-bottom: 2.5em; }
  footer#main-footer .ad-block {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 0;
    overflow: hidden; }
    footer#main-footer .ad-block .footer-ad {
      display: inline-block; }
  footer#main-footer nav#footer-navigation {
    width: 100%;
    text-align: right;
    padding: 0 1.875em; }
    footer#main-footer nav#footer-navigation .ad-links {
      float: left; }
      @media screen and (max-width: 620px) {
        footer#main-footer nav#footer-navigation .ad-links {
          float: none;
          margin-bottom: 1.25em; } }
      footer#main-footer nav#footer-navigation .ad-links .ad-link {
        display: inline-block; }
    footer#main-footer nav#footer-navigation ul li {
      display: inline-block;
      margin-bottom: 0.9375em; }
      footer#main-footer nav#footer-navigation ul li:before {
        content: '|';
        margin: 0 0.625em; }
      footer#main-footer nav#footer-navigation ul li:first-child:before {
        content: ''; }
      footer#main-footer nav#footer-navigation ul li a {
        text-decoration: none;
        font-size: 0.875em;
        letter-spacing: 0.5px;
        letter-spacing: 0.03125rem;
        font-weight: 600;
        color: #000;
        text-transform: uppercase; }
        footer#main-footer nav#footer-navigation ul li a:hover {
          font-weight: 800; }

header.page-header {
  margin-bottom: 4.4375rem; }
  body.home header.page-header, body.page_events header.page-header {
    margin-bottom: 0; }

section.page-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-bottom: 3.125em; }
  section.page-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 840px) {
    section.page-content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      section.page-content:last-child {
        margin-right: 0; } }

aside.page-sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 0 0 0 1.875em; }
  aside.page-sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 840px) {
    aside.page-sidebar {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0; }
      aside.page-sidebar:last-child {
        margin-right: 0; } }
  aside.page-sidebar .box-office {
    background: #00688A;
    color: #FFF;
    padding: 1.25em 0.9375em;
    margin-bottom: 1.875em;
    text-align: center; }
    aside.page-sidebar .box-office span {
      display: block; }
    @media screen and (max-width: 840px) {
      aside.page-sidebar .box-office {
        display: inline-block;
        width: 49.5%;
        float: left;
        margin-bottom: 0.9375em; } }
    @media screen and (max-width: 620px) {
      aside.page-sidebar .box-office {
        width: 100%; } }
  aside.page-sidebar .ticket-link {
    margin-bottom: 1.875em; }
    aside.page-sidebar .ticket-link a.tickets {
      width: 100%;
      position: relative;
      display: inline-block;
      background: #EF3942;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      transition: background 300ms ease-out;
      margin: 0;
      padding: 1.25em 0.9375em 1.25em 4.375em; }
      aside.page-sidebar .ticket-link a.tickets:hover {
        background: #f1565e; }
      aside.page-sidebar .ticket-link a.tickets i {
        position: absolute;
        left: 0.1851851852em;
        top: 0.3703703704em;
        font-size: 2.4074074074em; }
        @media screen and (max-width: 840px) {
          aside.page-sidebar .ticket-link a.tickets i {
            top: 0.0740740741em; } }
    @media screen and (max-width: 840px) {
      aside.page-sidebar .ticket-link {
        display: inline-block;
        width: 49%;
        float: right;
        margin-bottom: 0.9375em; } }
    @media screen and (max-width: 620px) {
      aside.page-sidebar .ticket-link {
        width: 100%; } }
  aside.page-sidebar .call-block {
    background: #636466;
    color: #FFF;
    padding: 0.9375em;
    text-align: center;
    margin-bottom: 1.875em; }
    aside.page-sidebar .call-block i {
      font-size: 2.625em; }
    @media screen and (max-width: 840px) {
      aside.page-sidebar .call-block {
        display: inline-block;
        width: 49%;
        float: right; } }
    @media screen and (max-width: 620px) {
      aside.page-sidebar .call-block {
        width: 100%; } }
  aside.page-sidebar .adv-block {
    background: #000;
    color: #FFF;
    padding: 0.9375em;
    text-align: center;
    margin-bottom: 1.875em; }
    @media screen and (max-width: 840px) {
      aside.page-sidebar .adv-block {
        display: inline-block;
        width: 49%;
        float: right; } }
    @media screen and (max-width: 620px) {
      aside.page-sidebar .adv-block {
        width: 100%; } }

article.home-article {
  background: #000; }

section.photo-links ul {
  font-size: 0; }
  section.photo-links ul li {
    position: relative;
    float: left; }
    section.photo-links ul li img {
      width: 100%; }
    section.photo-links ul li .overlay {
      font-size: 16px;
      height: 18.75em;
      background-size: cover;
      background-blend-mode: multiply; }
    html.usingIE section.photo-links ul li .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      opacity: 0.6; }
    section.photo-links ul li p {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 40%;
      margin: 0;
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: 0.0625em;
      line-height: 1;
      font-weight: 600;
      color: #FFF; }
    section.photo-links ul li a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }
      section.photo-links ul li a:hover {
        background: rgba(255, 255, 255, 0.15); }
  section.photo-links ul.four-links li.first {
    width: 50%; }
    @media screen and (max-width: 910px) {
      section.photo-links ul.four-links li.first {
        width: 100%; } }
  section.photo-links ul.four-links li.second, section.photo-links ul.four-links li.third, section.photo-links ul.four-links li.fourth {
    width: 25%; }
    @media screen and (max-width: 910px) {
      section.photo-links ul.four-links li.second, section.photo-links ul.four-links li.third, section.photo-links ul.four-links li.fourth {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      section.photo-links ul.four-links li.second, section.photo-links ul.four-links li.third, section.photo-links ul.four-links li.fourth {
        width: 100%; } }
  section.photo-links ul.four-links li.third p, section.photo-links ul.four-links li.fourth p {
    top: 25%; }
  section.photo-links ul.four-links li.third .overlay, section.photo-links ul.four-links li.fourth .overlay {
    font-size: 16px;
    height: 9.375em; }
  html.usingIE section.photo-links ul.four-links li.third .overlay, html.usingIE section.photo-links ul.four-links li.fourth .overlay {
    height: 100%; }
  section.photo-links ul.three-links li.first {
    width: 50%; }
  section.photo-links ul.three-links li.second, section.photo-links ul.three-links li.third {
    width: 25%; }
  section.photo-links ul.two-links li.first, section.photo-links ul.two-links li.second {
    width: 50%; }
  section.photo-links ul.one-links li.only-link {
    width: 100%; }

section.social {
  width: 100%;
  background: #939598; }
  section.social #instafeed {
    width: 50%;
    float: left;
    overflow: hidden; }
    @media screen and (max-width: 910px) {
      section.social #instafeed {
        width: 35%; } }
    @media screen and (max-width: 730px) {
      section.social #instafeed {
        width: 100%;
        max-height: 100%; } }
    section.social #instafeed #sb_instagram {
      max-width: 100% !important; }
      section.social #instafeed #sb_instagram img {
        width: 100%; }
      section.social #instafeed #sb_instagram #sbi_load {
        padding: 0 !important; }
  section.social .social-right {
    background: #000;
    width: 50%;
    float: left; }
    @media screen and (max-width: 910px) {
      section.social .social-right {
        width: 65%; } }
    @media screen and (max-width: 730px) {
      section.social .social-right {
        width: 100%; } }
    section.social .social-right .tickets {
      width: 100%;
      position: relative;
      display: inline-block;
      background: #EF3942;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      transition: background 300ms ease-out;
      padding: 2.4722222222em 0.9166666667em 2.4722222222em 7.2222222222em;
      font-size: 1.5625em;
      margin: 0;
      letter-spacing: 0.0277777778em; }
      @media screen and (max-width: 480px) {
        section.social .social-right .tickets {
          font-size: 20px;
          font-size: 1.25rem;
          padding: 1.1111111111em 0.9166666667em 1.1111111111em 3.8888888889em; } }
      section.social .social-right .tickets:hover {
        background: #f1565e; }
      section.social .social-right .tickets i {
        position: absolute;
        left: 0.3888888889em;
        top: 0.2777777778em;
        font-size: 3.5555555556em; }
        @media screen and (max-width: 480px) {
          section.social .social-right .tickets i {
            left: 0.1388888889em;
            font-size: 2.2222222222em; } }
    section.social .social-right #spotify-feed {
      width: 50%;
      float: left; }
      @media screen and (max-width: 480px) {
        section.social .social-right #spotify-feed {
          width: 100%; } }
    section.social .social-right .social-links {
      width: 50%;
      float: left;
      text-align: center; }
      @media screen and (max-width: 480px) {
        section.social .social-right .social-links {
          width: 100%; } }
      section.social .social-right .social-links ul.social-links-list {
        padding:2.1875em 0 3.5em; }
        @media screen and (max-width: 620px) {
          section.social .social-right .social-links ul.social-links-list {
            padding-bottom: 3.125em; } }
        section.social .social-right .social-links ul.social-links-list li {
          margin-top: 1.875em; }
          section.social .social-right .social-links ul.social-links-list li a {
            color: #FFF;
            text-decoration: none;
            margin: 0;
            font-weight: 600;
            letter-spacing: 0.0666666667em;
            -webkit-transition: color 300ms ease-out;
            -moz-transition: color 300ms ease-out;
            transition: color 300ms ease-out; }
            section.social .social-right .social-links ul.social-links-list li a:hover {
              color: #00688A; }
        section.social .social-right .social-links ul.social-links-list li.add-line:before {
          display: block;
          content: '';
          height: 2px;
          width: 38%;
          margin-left: 31%;
          background: #FFF;
          margin-bottom: 1.875em; }

section.pre-footer-buttons {
  width: 100%;
  clear: both; }
  section.pre-footer-buttons ul {
    width: 100%; }
    section.pre-footer-buttons ul li {
      position: relative;
      float: left;
      text-align: center;
      height: 4.0625em; }
      section.pre-footer-buttons ul li a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0.9375em 0;
        -webkit-transition: background 300ms ease-out;
        -moz-transition: background 300ms ease-out;
        transition: background 300ms ease-out; }
        section.pre-footer-buttons ul li a:hover {
          background: rgba(255, 255, 255, 0.15); }
    section.pre-footer-buttons ul.one-button li {
      width: 100%; }
    section.pre-footer-buttons ul.two-button li {
      width: 50%; }
      @media screen and (max-width: 620px) {
        section.pre-footer-buttons ul.two-button li {
          width: 100%; } }
    section.pre-footer-buttons ul.three-button li {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
      @media screen and (max-width: 620px) {
        section.pre-footer-buttons ul.three-button li {
          width: 100%; } }

ul.events-list {
  display: block;
  width: 100%;
  font-size: 0; }
  ul.events-list li.single-event-block {
    width: 25%;
    position: relative;
    float: left; }
    @media screen and (max-width: 910px) {
      ul.events-list li.single-event-block {
        width: 50%; } }
    @media screen and (max-width: 620px) {
      ul.events-list li.single-event-block {
        width: 100%; } }
    ul.events-list li.single-event-block img {
      width: 100%;
      height: 300px;
      height: 18.75rem; }
      @media screen and (max-width: 620px) {
        ul.events-list li.single-event-block img {
          height: 200px;
          height: 12.5rem; } }
    ul.events-list li.single-event-block .overlay {
      height: 300px;
      height: 18.75rem;
      background-size: cover;
      background-blend-mode: multiply; }
      @media screen and (max-width: 620px) {
        ul.events-list li.single-event-block .overlay {
          height: 200px;
          height: 12.5rem; } }
    html.usingIE ul.events-list li.single-event-block .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      opacity: 0.6; }
    ul.events-list li.single-event-block p {
      position: absolute;
      top: 0;
      padding: 28% 1.5625em;
      margin: 0;
      font-size: 19px;
      font-size: 1.1875rem;
      letter-spacing: 0.0833333333em;
      line-height: 1;
      font-weight: 600;
      color: #FFF;
      text-transform: uppercase; }
      @media screen and (max-width: 620px) {
        ul.events-list li.single-event-block p {
          padding: 15% 0.9375em; } }
      ul.events-list li.single-event-block p .event-title {
        display: block;
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 8px;
        margin-bottom: 0.5rem; }
    ul.events-list li.single-event-block a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }
      ul.events-list li.single-event-block a:hover {
        background: rgba(255, 255, 255, 0.15); }

ul.event-category-list {
  margin: 1.5625em 0; }
  ul.event-category-list li {
    display: inline-block;
    margin: 0 0.9375em; }
    ul.event-category-list li a {
      text-decoration: none;
      font-size: 1.0625em;
      font-weight: 600;
      color: #231F20;
      text-transform: uppercase;
      cursor: pointer; }
      ul.event-category-list li a:hover, ul.event-category-list li a.active {
        font-weight: 800; }

body.single-event article section.page-content header {
  margin-bottom: 1.875em; }
  body.single-event article section.page-content header .social-links a {
    color: #231F20;
    text-decoration: none;
    font-size: 1.5625em;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out; }
    body.single-event article section.page-content header .social-links a:hover {
      color: #00688A; }
  body.single-event article section.page-content header .medium-heading, body.single-event article section.page-content header aside.page-sidebar .box-office span, aside.page-sidebar .box-office body.single-event article section.page-content header span, body.single-event article section.page-content header aside.page-sidebar .ticket-link a.tickets, aside.page-sidebar .ticket-link body.single-event article section.page-content header a.tickets, body.single-event article section.page-content header aside.page-sidebar .call-block, aside.page-sidebar body.single-event article section.page-content header .call-block, body.single-event article section.page-content header aside.page-sidebar .adv-block, aside.page-sidebar body.single-event article section.page-content header .adv-block, body.single-event article section.page-content header section.social .social-right .tickets, section.social .social-right body.single-event article section.page-content header .tickets, body.single-event article section.page-content header section.social .social-right .social-links ul.social-links-list li a, section.social .social-right .social-links ul.social-links-list li body.single-event article section.page-content header a, body.single-event article section.page-content header section.pre-footer-buttons ul li a, section.pre-footer-buttons ul li body.single-event article section.page-content header a, body.single-event article section.page-content header .faq-list dt, .faq-list body.single-event article section.page-content header dt, body.single-event article section.page-content header label {
    margin: 0; }
    body.single-event article section.page-content header .medium-heading span, body.single-event article section.page-content header aside.page-sidebar .box-office span span, aside.page-sidebar .box-office body.single-event article section.page-content header span span, body.single-event article section.page-content header aside.page-sidebar .ticket-link a.tickets span, aside.page-sidebar .ticket-link body.single-event article section.page-content header a.tickets span, body.single-event article section.page-content header aside.page-sidebar .call-block span, aside.page-sidebar body.single-event article section.page-content header .call-block span, body.single-event article section.page-content header aside.page-sidebar .adv-block span, aside.page-sidebar body.single-event article section.page-content header .adv-block span, body.single-event article section.page-content header section.social .social-right .tickets span, section.social .social-right body.single-event article section.page-content header .tickets span, body.single-event article section.page-content header section.social .social-right .social-links ul.social-links-list li a span, section.social .social-right .social-links ul.social-links-list li body.single-event article section.page-content header a span, body.single-event article section.page-content header section.pre-footer-buttons ul li a span, section.pre-footer-buttons ul li body.single-event article section.page-content header a span, body.single-event article section.page-content header .faq-list dt span, .faq-list body.single-event article section.page-content header dt span, body.single-event article section.page-content header label span {
      display: block;
      text-transform: none;
      font-weight: 600; }
body.single-event article section.page-content .editor {
  margin-bottom: 5em; }
body.single-event article section.page-content p.ticket-pricing {
  margin-bottom: 1.875em; }

.faq-list dt {
  cursor: pointer;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }
  .faq-list dt:after {
    content: '\0025BE';
    position: absolute;
    margin-left: 0.3125em;
    color: #EF3942;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .faq-list dt.active {
    color: #EF3942; }
    .faq-list dt.active:after {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
.faq-list dd {
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: max-height 555ms ease-out;
  -moz-transition: max-height 555ms ease-out;
  transition: max-height 555ms ease-out; }
  .faq-list dd.active {
    height: 100%;
    opacity: 1;
    -webkit-transition: max-height 555ms ease-out;
    -moz-transition: max-height 555ms ease-out;
    transition: max-height 555ms ease-out; }

.gallery a img {
  padding: 0.15625em; }

input {
  height: 2.8125em !important;
  padding: 0.625em !important;
  margin-bottom: 0.5em;
  border: 1px solid #231F20; }
  input:focus {
    outline: none;
    border: 1px solid #939598; }

textarea {
  resize: none;
  padding: 0.625em !important;
  border: 1px solid #231F20;
  height: 8.125em !important; }
  textarea:focus {
    outline: none;
    border: 1px solid #939598; }

label {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em !important; }

.ninja-forms-response-msg {
  font-weight: 700; }

.ninja-forms-response-msg, .ninja-forms-required-items {
  margin-bottom: 0.5em; }

.ninja-forms-success-msg {
  color: #7DCC24; }

.ninja-forms-field-error, .ninja-forms-error-msg {
  color: #EF3942; }
  .ninja-forms-field-error p, .ninja-forms-error-msg p {
    font-size: 14px;
    font-size: 0.875rem; }

/* Custom CSS */

div {font-family: "Open Sans", sans-serif;}
section.social .social-right .social-links {width:100%;}