@charset "UTF-8";
/* ==================== */
/* ==================== */
/* Base styles */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
/* ------------------------------------------- */
/* -- Reset */
/* ------------------------------------------- */
body {
  font-family: Arial, sans-serif;
}

html,
body,
p,
blockquote,
figure,
fieldset,
textarea,
iframe {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

.holder {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.artist-reviews ul, .social ul, [role=contentinfo] ul, .sidebar ul, .prev-next, .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.title-0 .main-title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.gform_button, .wp-block-file a,
.btn {
  border: 2px #111 solid;
  background: #FFF;
  color: #111;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.gform_button:active, .wp-block-file a:active,
.btn:active, .gform_button:focus, .wp-block-file a:focus,
.btn:focus, .gform_button:visited, .wp-block-file a:visited,
.btn:visited, .gform_button:hover, .wp-block-file a:hover,
.btn:hover {
  background: #111;
  color: #FFF;
}

.video__caption, .image figcaption {
  text-align: center;
  color: #666;
  padding: 10px 0;
  font-size: 0.75rem;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #333;
}

/* Basics
---------------------------------- */
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p {
  margin: 0;
  line-height: 150%;
}

main {
  overflow: hidden;
}

main a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

article p + p {
  margin-top: 20px;
}

.single-post article ul:not([class]) li + li,
.page article ul:not([class]) li + li {
  margin-top: 20px;
}

.note {
  font-size: 12px;
}

.holder {
  /* 	padding-top: $space;
  padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.holder .holder {
  padding-left: 0;
  padding-right: 0;
}

/* Headers / Titles
================================= */
/* h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
} */
/* ---------- */
/* Links
================================= */
a {
  color: blue;
}

a:hover {
  color: tint(blue, 20%);
}

a:hover img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 0.85;
}

/* ---------- */
address {
  font-style: normal;
}

.fixed {
  position: fixed;
}

.wp-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.image-caption {
  padding: 10px 0;
  font-size: 14px;
}

article.post p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 14px;
}

.alignright {
  display: block;
  margin: 20px 0;
}
@media (min-width: 660px) {
  .alignright {
    display: inline-block;
    float: right;
    margin: 20px 0 20px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}

.alignleft {
  display: block;
  margin: 20px 0;
}
@media (min-width: 660px) {
  .alignleft {
    display: inline-block;
    float: left;
    margin: 20px 30px 20px 0;
  }
}

article a[href$=".jpg"],
article a[href$=".png"],
article a[href$=".gif"] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

img.size-large {
  display: block;
  margin: 40px 0 60px 0;
}

.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
}

.label {
  display: inline-block;
  padding: 6px 12px;
  background-color: #CCC;
  font-weight: 700;
  font-size: 0.75rem;
  margin: 20px 0;
}

a[href*=".pdf"]::after {
  content: ".pdf";
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.6em;
  margin-left: 5px;
  padding: 2px 6px;
  background-color: #CCC;
  position: relative;
  bottom: 1px;
}
a[href*=".pdf"]:active::after, a[href*=".pdf"]:focus::after, a[href*=".pdf"]:visited::after, a[href*=".pdf"]:hover::after {
  color: #111;
}

/* Placeholders style */
::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.2;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.2;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.2;
}
input:focus:-ms-input-placeholder {
  opacity: 0.2;
}

input:not([type=checkbox]):not([type=file]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:not([type=checkbox]):not([type=submit]):not(.btn):not(.button):not(.flatpickr-alt):not([class=medium]):not([class=small]):not(.facetwp-date) {
  width: 100%;
  padding: 8px;
}

.gfield_label {
  display: block;
  margin-bottom: 2px;
}

.gfield_description {
  font-size: 12px;
  font-size: 1vw;
  color: #999;
}
@media (max-width: 1200px) {
  .gfield_description {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .gfield_description {
    font-size: 16px;
  }
}

.form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea {
  border: 1px #ccc solid;
  border-radius: 0px;
  letter-spacing: 1px;
}

.gform_wrapper .gfield_required {
  font-weight: 400;
}

.ginput_container_checkbox input {
  margin-top: 0 !important;
}

.ginput_container_fileupload {
  margin: 20px 0 !important;
}

img.gform_ajax_spinner {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  position: relative;
  left: 10px;
}

.gfield_description {
  padding: 5px 0 !important;
  line-height: 160% !important;
}

.validation_message {
  color: #c00;
}

html .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, html .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 10px 1px;
}

.select-wrap,
.facetwp-type-dropdown {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.select-wrap select,
.facetwp-type-dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.select-wrap::after,
.facetwp-type-dropdown::after {
  content: "▼";
  display: block;
  position: absolute;
  right: 4px;
  top: 8px;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  color: #999;
  z-index: 1;
}

.select-wrap select {
  width: 100% !important;
}

.form {
  margin: 40px 0;
}

.form-wrapper .gform_wrapper .gform_page_footer {
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
}

html .gform_wrapper .gfield_required {
  color: orange;
}

.grid-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.grid-list:after {
  content: "";
  display: table;
  clear: both;
}
.grid-list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.grid-list > li {
  width: 100%;
  padding: 0 20px 40px;
}
.grid-list > li:nth-of-type(n) {
  clear: none;
}
.grid-list > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .grid-list {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .grid-list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .grid-list > li::after {
    display: none;
  }
}
@media (min-width: 22.5rem) {
  .grid-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .grid-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .grid-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .grid-list > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .grid-list > li:nth-of-type(n) {
    clear: none;
  }
  .grid-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .grid-list {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
    .grid-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .grid-list > li::after {
      display: none;
    }
  }
}
@media (min-width: 32.5rem) {
  .grid-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .grid-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .grid-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .grid-list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .grid-list > li:nth-of-type(n) {
    clear: none;
  }
  .grid-list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .grid-list {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
    }
    .grid-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .grid-list > li::after {
      display: none;
    }
  }
}
@media (min-width: 45rem) {
  .grid-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .grid-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .grid-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .grid-list > li {
    width: 25%;
    padding: 0 20px 40px;
  }
  .grid-list > li:nth-of-type(n) {
    clear: none;
  }
  .grid-list > li:nth-of-type(4n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .grid-list {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 40px;
    }
    .grid-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .grid-list > li::after {
      display: none;
    }
  }
}
@media (min-width: 60.625rem) {
  .grid-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .grid-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .grid-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .grid-list > li {
    width: 20%;
    padding: 0 20px 40px;
  }
  .grid-list > li:nth-of-type(n) {
    clear: none;
  }
  .grid-list > li:nth-of-type(5n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .grid-list {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(5, 1fr);
      grid-gap: 40px;
    }
    .grid-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .grid-list > li::after {
      display: none;
    }
  }
}

/* Magnific Popup CSS */
/* @import "settings"; */
.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;
  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: 90%;
  max-width: 600px;
  cursor: auto;
  background: #FFF;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-user-select: none;
      user-select: none;
}

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

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

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

.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;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.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;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  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 #FFF;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.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 {
    /* The shadow behind the image */
  }
  .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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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;
}

/**
 * Simple fade transition
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* http://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.3.15/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /* height: 20px; width: 20px; */
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
}

/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  /*  opacity: 1; */
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.35;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  color: inherit;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 50px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-slide {
  padding: 0 70px;
}

.slick-prev {
  left: 0;
  background-image: url(../img/arrow--left--48.svg);
}

/* [dir="rtl"] .slick-prev { left: auto; right: 15px; } */
/* [dir="rtl"] .slick-prev:before { content: "\e803"; } */
.slick-next {
  right: 0;
  background-image: url(../img/arrow--right--48.svg);
}

@media (max-width: 700px) {
  .wrapper--slide-caption {
    padding-bottom: 70px;
  }
}

.wrapper--slide-caption:after {
  content: " ";
  border-bottom-width: 250px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* On homepage - slide content can vary - we use equal heights JS on load, do we need more? better? */
/*
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

 opacity: 1;

 }
*/
/* Dots */
ul.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  /*   position: absolute;
  bottom: 30px; */
  width: 100%;
  z-index: 1;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #333;
  -webkit-appearance: none;
  border: 0;
  opacity: 0.5;
  /* color: #FFF; */
  /* border: 5px green solid; */
  outline: none;
  /*   background: transparent; */
}
ul.slick-dots li button:before {
  font-size: 24px;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slide .caption {
  padding: 10px 0;
  text-align: center;
  font-size: 0.75rem;
}

@supports (display: grid) {
  @media (min-width: 700px) {
    .page-cols {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 65% 80px auto;
      grid-template-columns: 65% auto;
      grid-gap: 80px;
    }
  }
}

.page-col--col-1 {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .page-col--col-1 {
    float: left;
    width: 65%;
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .page-col--col-1 {
      float: none;
      width: auto;
    }
  }
}
@media (min-width: 700px) {
  .page-col--col-2 {
    float: right;
    width: 30%;
  }
  @supports (display: grid) {
    .page-col--col-2 {
      float: none;
      width: auto;
    }
  }
}

.prev-next {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 700px) {
  .prev-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.prev-next a {
  color: #111;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 700px) {
  .prev-next__prev {
    width: 49%;
  }
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    width: 49%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: block;
  font-size: 0.75rem;
}

.pagination {
  text-align: center;
  margin: 40px 0;
}
.pagination .page-numbers {
  display: inline-block;
  color: #333;
  margin-right: 2px;
  padding: 0.5rem 0.75rem;
}
.pagination a {
  text-decoration: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 10px;
}
.pagination a.page-numbers {
  color: #fff;
  background: #111;
}
.pagination a.page-numbers:hover {
  background: #333;
}

.sidebar__module + .sidebar__module {
  margin-top: 40px;
}

[role=contentinfo] {
  margin-top: 40px;
  padding-top: 40px;
}
[role=contentinfo] a {
  text-decoration: none;
}
.footer-menus {
  margin-bottom: 40px;
}

.footnotes__col-2 {
  margin-top: 40px;
}

.footnotes-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footnotes-menu li:not(:last-child) {
  margin-right: 25px;
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social ul li:not(:last-child) {
  margin-right: 20px;
}
.social svg {
  width: 24px;
  height: 24px;
}

.twitter svg * {
  fill: #1da1f2;
}

.facebook svg * {
  fill: #3b5998;
}

.instagram svg * {
  fill: #c13584;
}

.spotify svg * {
  fill: #1db954;
}

.vimeo svg * {
  fill: #1ab7ea;
}

.youtube svg * {
  fill: #ff0000;
}

.linkedin svg * {
  fill: #0077b5;
}

.prev-next {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 700px) {
  .prev-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.prev-next a {
  color: #111;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
@media (min-width: 700px) {
  .prev-next__prev {
    width: 49%;
  }
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    width: 49%;
  }
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next span {
  color: #999;
  display: block;
  font-size: 0.75rem;
}

.tickets--links li + li {
  margin-top: 20px;
}

.artist-links {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

.artist-reviews {
  margin: 40px 0;
}
.artist-reviews li + li {
  margin-top: 40px;
}
.review {
  max-width: 460px;
}
.review > * + * {
  margin-top: 10px;
}
.review__source {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.breadcrumbs {
  margin-bottom: 20px;
}

.half-cols .col-1 {
  margin-bottom: 40px;
}
@media (min-width: 700) {
  .half-cols .col-1 {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 700) {
  .half-cols .col-2 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 700px) {
  @supports (display: grid) {
    .half-cols {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 60px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 60px;
    }
  }
}

html .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw;
  max-width: 100vw;
}
@media (min-width: 68.75rem) {
  html main .alignwide {
    margin-left: -80px;
    margin-right: -80px;
    max-width: 1200px;
  }
}

main article > *:not(.wp-block-spacer) + *:not(.wp-block-spacer) {
  margin-top: 45px;
}
main article > p + p {
  margin-top: 30px;
}
main article > h1 + *,
main article > h2 + *,
main article > h3 + *,
main article > h4 + *,
main article > h5 + *,
main article > h6 + * {
  margin-top: 20px;
}
main article .holder {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-separator {
  border: 0;
  height: 1px;
  background: #ccc;
  max-width: 500px;
}
.wp-block-separator.is-style-wide {
  max-width: none;
  width: 100%;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 20px auto;
  padding: 20px 0;
}

.wp-block-image img {
  width: 100%;
  max-width: none;
}

.wp-block-image figcaption {
  color: #999;
}

.wp-block-blockgallery-masonry a {
  display: inline-block;
  border: 1px solid #fff;
}

.wp-block-blockgallery-masonry a:hover,
.wp-block-blockgallery-masonry a:focus {
  border: 1px solid #111;
}

figcaption {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 140%;
}

.wp-block-embed__wrapper {
  display: block;
}
.wp-block-embed__wrapper iframe {
  display: block;
  margin: 0 auto;
}
.wp-block-embed__wrapper iframe[src*="open.spotify.com"] {
  width: 100%;
  max-width: 400px;
}

.separator {
  color: #666;
  background-color: #999;
  height: 1px;
  margin: 40px auto;
  max-width: 600px;
  border: 0;
}

.big-text {
  text-align: center;
  font-size: 2rem;
  margin: 20px auto;
  max-width: 800px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.links .btn {
  margin: 0 10px;
}

.links--alignleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.panels--two ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.panels--two ul:after {
  content: "";
  display: table;
  clear: both;
}
.panels--two ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.panels--two ul > li {
  width: 100%;
  padding: 0 20px 40px;
}
.panels--two ul > li:nth-of-type(n) {
  clear: none;
}
.panels--two ul > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .panels--two ul {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .panels--two ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .panels--two ul > li::after {
    display: none;
  }
}
@media (min-width: 700px) {
  .panels--two ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .panels--two ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .panels--two ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .panels--two ul > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .panels--two ul > li:nth-of-type(n) {
    clear: none;
  }
  .panels--two ul > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .panels--two ul {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px;
    }
    .panels--two ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .panels--two ul > li::after {
      display: none;
    }
  }
}
.panels--three ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.panels--three ul:after {
  content: "";
  display: table;
  clear: both;
}
.panels--three ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.panels--three ul > li {
  width: 100%;
  padding: 0 20px 40px;
}
.panels--three ul > li:nth-of-type(n) {
  clear: none;
}
.panels--three ul > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .panels--three ul {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .panels--three ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .panels--three ul > li::after {
    display: none;
  }
}
@media (min-width: 700px) {
  .panels--three ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .panels--three ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .panels--three ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .panels--three ul > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .panels--three ul > li:nth-of-type(n) {
    clear: none;
  }
  .panels--three ul > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .panels--three ul {
      margin-left: 0;
      margin-right: 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px;
    }
    .panels--three ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .panels--three ul > li::after {
      display: none;
    }
  }
}

.panels-wrapper .holder > div {
  padding-top: 40px;
  margin-top: 20px;
}

.panels-wrapper + .panels-wrapper {
  margin-top: 10px;
}
.panels-wrapper + .panels-wrapper .holder > div {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.panels__title {
  font-size: 22px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .panels__title {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .panels__title {
    font-size: 30px;
  }
}
.panels__intro {
  margin-bottom: 20px;
  max-width: 800px;
}

.panel {
  position: relative;
  padding: 20px;
}
.panel .btn {
  margin-top: 20px;
}
.panel > * + * {
  margin-top: 20px;
}
.panel__title {
  margin-bottom: 10px;
  position: relative;
  font-size: 1.25rem;
}
.panel__subtitle {
  font-size: 1rem;
  margin-bottom: 10px;
  position: relative;
}
.panel__intro {
  position: relative;
}
/*# sourceMappingURL=screen.css.map */