@charset "UTF-8";
/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

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

.masonry, .grid-list, .share ul, .links, .related-music ul, .alternative-artwork__list, .music-buy-listen ul,
ul.music-info, #filter-wrapper ul, .social ul, .footnotes-menu ul, [role=contentinfo] ul.footer-menu, .sidebar ul, .prev-next, .page-nav ul, nav ul, html .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alternative-artwork__title, .footer--hide [role=contentinfo], .nav--hide [role=navigation],
.nav--hide .menu-button, .header--hide .holder--header-wrapper,
.header--hide .social--header {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cover__content__link, html .gform_button,
.wp-block-button__link, .btn,
.button {
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.cover__content__link svg, html .gform_button svg,
.wp-block-button__link svg, .btn svg,
.button svg {
  display: inline-block;
}
.cover__content__link svg *, html .gform_button svg *,
.wp-block-button__link svg *, .btn svg *,
.button svg * {
  fill: #fff;
}
.cover__content__link:hover, html .gform_button:hover,
.wp-block-button__link:hover, .btn:hover,
.button:hover {
  background: #666;
  color: #fff;
}

.btn,
.button {
  font-size: 1rem;
  cursor: pointer;
}

main .btn,
main .button {
  margin-top: 20px;
}

.music-details__text * {
  font-family: inherit !important;
  text-align: inherit !important;
  font-size: inherit !important;
}

@supports not (aspect-ratio: 16/9) {
  .video-wrap,
.wp-block-embed__wrapper,
.big-block__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}

.video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
  background-color: #333;
  height: 500px;
  width: 100%;
}
@supports not (aspect-ratio: 16/9) {
  .video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}

/* ------------------------------------------- */
/* -- 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 */
Box sizing rules *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -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;
  }
}
[id] {
  scroll-margin-top: 2em;
}

/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

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

.masonry, .grid-list, .share ul, .links, .related-music ul, .alternative-artwork__list, .music-buy-listen ul,
ul.music-info, #filter-wrapper ul, .social ul, .footnotes-menu ul, [role=contentinfo] ul.footer-menu, .sidebar ul, .prev-next, .page-nav ul, nav ul, html .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alternative-artwork__title, .footer--hide [role=contentinfo], .nav--hide [role=navigation],
.nav--hide .menu-button, .header--hide .holder--header-wrapper,
.header--hide .social--header {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

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

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* 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: #fafe67;
  color: #111;
  -webkit-text-fill-color: #111;
  text-shadow: none;
}

::selection {
  background: #fafe67;
  color: #111;
  -webkit-text-fill-color: #111;
  text-shadow: none;
}

/* Basics
---------------------------------- */
body {
  position: relative;
  z-index: 0;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 2.625rem;
  font-size: clamp(1.625rem, 4vw, 2.625rem);
}

h2 {
  font-size: 2.125rem;
  font-size: clamp(1.375rem, 3vw, 2.125rem);
}

h3 {
  font-size: 1.625rem;
  font-size: clamp(1.125rem, 2.4vw, 1.625rem);
}

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

p {
  margin: 0;
}

main {
  position: relative;
}

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

article p + p {
  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;
  }
}

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

a:hover {
  color: #7bb3d7;
}

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

.fixed {
  position: fixed;
}

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

.wp-block-embed figcaption,
.wp-block-image figcaption,
.image-caption {
  padding: 5px 0 10px 0;
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
}

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

.footer--hide main {
  padding-bottom: 60px;
}
.wp-edit-links {
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 10;
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs p {
  font-size: 14px;
}

.breadcrumbs--title {
  margin: 20px 0 40px 0;
}
.breadcrumbs--title h1 {
  font-size: 20px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .breadcrumbs--title h1 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .breadcrumbs--title h1 {
    font-size: 26px;
  }
}
.breadcrumbs--title a {
  text-decoration: none;
}

.tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 0;
  left: 0;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0;
}

iframe[src*="fanbridge.com"] {
  min-height: 550px;
  width: 100%;
}

iframe[src*="open.spotify.com/follow"],
iframe[data-src*="open.spotify.com/follow"] {
  width: auto;
  width: 240px;
}

.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.content-loaded {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* --------------------------------------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.thing {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

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

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

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

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

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

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

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
}

html input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type=password]) {
  width: 100%;
  height: auto;
  padding: 8px;
  border-radius: 0;
  line-height: initial;
}
html .gfield_label {
  display: block;
  margin-bottom: 2px;
}
html .gfield_description {
  font-size: 12px;
  font-size: 1vw;
  color: #999;
}
@media (max-width: 1200px) {
  html .gfield_description {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  html .gfield_description {
    font-size: 16px;
  }
}
html .gfield input:not([type=file]),
html .gfield textarea,
html .select-wrap {
  border: 1px #ccc solid;
  border-radius: 2px;
}
html .gform_wrapper .gfield_required {
  font-weight: 400;
}
html .ginput_container_checkbox input {
  margin-top: 0 !important;
}
html .ginput_container_fileupload {
  margin: 20px 0 !important;
}
html img.gform_ajax_spinner {
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
  position: relative;
  left: 0px;
  top: 10px;
}
html .gfield_description {
  padding: 5px 0 !important;
  line-height: 160% !important;
}
html .validation_message {
  color: #c00;
}
html .gform_wrapper select {
  line-height: 1;
}
html .gform_wrapper .gfield_checkbox li input,
html .gform_wrapper .gfield_checkbox li input[type=checkbox],
html .gform_wrapper .gfield_radio li input[type=radio] {
  display: inline-block;
  margin-right: 5px;
}
html body .gform_wrapper ul li.gfield + .gsection {
  margin-top: 60px;
}
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 9px 1px;
  font-family: Arial, sans-serif;
}
html .gform_wrapper .field_description_below .gfield_consent_description,
html .gform_wrapper .gfield_consent_description {
  width: 100%;
  max-height: none;
  overflow-y: visible;
  border: 0;
  margin-top: 12px;
  padding: 0;
  font-size: 14px;
}

html .gform_wrapper .select-wrap {
  padding: 0px;
}

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

html .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
html .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  display: inline-block;
  margin-bottom: 4px;
}

.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid gold;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  /* match with height for a circle */
  height: 20px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-pop-up-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form.page-password p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
form.page-password small {
  display: block;
  margin: 8px 0;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
}

html form input[type=password].post_password {
  border: 2px solid #666;
  font-size: 18px;
  padding: 6px;
  height: auto;
  max-width: 400px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.gfield_consent_label {
  font-family: Arial, sans-serif;
  font-size: small;
}

.mfp-content form {
  width: auto !important;
  margin: 0 !important;
}

._form-title {
  line-height: 120% !important;
}

.flag-container + input.sp-form-control {
  padding-left: 100px !important;
}

.sp-form .sp-field > .sp-control-label > span + strong {
  display: inline-block;
  margin-left: 5px;
}

.form-embed__title, .form-embed__desc {
  text-align: center;
}
.form-embed__code {
  margin-top: 20px;
}

/* 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;
  color: #111;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #fff;
  padding: 10%;
  margin-top: 35px;
}

.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;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  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;
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.holder--nav {
  position: static;
}

.menu-button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  min-width: 36px;
  height: 26px;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 50;
  outline: 0;
  -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;
  margin-left: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 37.5rem) {
  .menu-button {
    top: 20px;
  }
}
.menu-button:active, .menu-button:focus {
  outline: 0;
}

.menu-button i {
  position: absolute;
  display: block;
  height: 4px;
  background: #333;
  width: 36px;
  left: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1000px;
}

.menu-button i:nth-child(1) {
  top: 0px;
}

.menu-button i:nth-child(2) {
  top: 10px;
}

.menu-button i:nth-child(3) {
  top: 20px;
}

.nav-open i {
  background-color: #fff;
}

.nav-open i:nth-child(1) {
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.nav-open i:nth-child(2) {
  background: transparent;
}

.nav-open i:nth-child(3) {
  top: 10px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg);
}

nav li {
  opacity: 0;
}

.nav-open .menu > li {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

nav {
  max-height: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(17, 17, 17, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  z-index: 10;
}

.nav-open nav {
  opacity: 1;
  padding: 0;
  max-height: 3000px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
nav ul li + li {
  margin-top: 5px;
}
nav ul a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}

.page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav li {
  margin: 5px;
}
.page-nav a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}
.page-nav--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

a.cc-btn.cc-dismiss {
  text-decoration: none;
  font-size: small;
}

span.cc-message {
  font-size: small;
}

html.header--sticky [role=banner] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

[role=banner] {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

body.header--hide [role=banner] {
  width: 100%;
  z-index: 1;
  padding: 0;
  min-height: 0;
}

.holder--header-wrapper .header-wrapper--3 img {
  width: 100%;
}

.header__home-link {
  display: block;
  width: 100%;
  min-width: 140px;
}

.header-wrapper--1 {
  padding: 0 50px;
}

.page-bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.title {
  font-size: 20px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .title {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .title {
    font-size: 26px;
  }
}

.page-title {
  text-align: center;
}

@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;
    }
  }
}

html.news-blog main {
  padding-bottom: 60px;
}

.holder--news-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.holder--news-title + .holder {
  max-width: 1100px;
}

.news-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.news-list:after {
  content: "";
  display: table;
  clear: both;
}
.news-list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.news-list > li {
  width: 50%;
  padding: 0 20px 40px;
}
.news-list > li:nth-of-type(n) {
  clear: none;
}
.news-list > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .news-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;
  }
  .news-list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .news-list:after {
    display: none;
  }
}
@media (min-width: 700px) {
  .news-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .news-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .news-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .news-list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .news-list > li:nth-of-type(n) {
    clear: none;
  }
  .news-list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .news-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;
    }
    .news-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .news-list:after {
      display: none;
    }
  }
}
.news-list .post-meta {
  font-size: 0.75rem;
}
.news-list a {
  text-decoration: none;
}
.news-list li h2 {
  margin-bottom: 10px;
}
.news-list li h2 a {
  display: block;
}

.article-header {
  margin-bottom: 40px;
}
.article-header__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.article-header time {
  font-size: 1rem;
  text-transform: uppercase;
}

.post-meta {
  margin-bottom: 20px;
  color: #999;
  text-transform: uppercase;
}

.post-list-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2vw;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .post-list-title {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .post-list-title {
    font-size: 26px;
  }
}

.post-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.post-list:after {
  content: "";
  display: table;
  clear: both;
}
.post-list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.post-list > li {
  width: 100%;
  padding: 0 20px 40px;
}
.post-list > li:nth-of-type(n) {
  clear: none;
}
.post-list > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .post-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;
  }
  .post-list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .post-list:after {
    display: none;
  }
}
@media (min-width: 26.25rem) {
  .post-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .post-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .post-list > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .post-list > li:nth-of-type(n) {
    clear: none;
  }
  .post-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .post-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;
    }
    .post-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .post-list:after {
      display: none;
    }
  }
}
@media (min-width: 700px) {
  .post-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .post-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .post-list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .post-list > li:nth-of-type(n) {
    clear: none;
  }
  .post-list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .post-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;
    }
    .post-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .post-list:after {
      display: none;
    }
  }
}

.post-list:not(.music-list) {
  margin-bottom: 60px;
}
.post-list:not(.music-list) [class*=__item] {
  text-align: center;
}
.post-list:not(.music-list) [class*=__item] a {
  text-decoration: none;
}
.post-list:not(.music-list) [class*=__item] a:hover [class*=__image] {
  opacity: 0.9;
}
.post-list:not(.music-list) [class*=__item] [class*=__title] {
  font-size: 1.25rem;
}
.post-list:not(.music-list) [class*=__item] [class*=__image] {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-size: auto 110%;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
}
.post-type-archive-music .post-list:not(.music-list) [class*=__item] [class*=__image] {
  background-size: auto 100%;
}
.post-list:not(.music-list) [class*=__item] [class*=__image]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.post-list.music-list {
  padding-bottom: 60px;
}

.holder--post-footer,
.prev-next-wrapper {
  padding-top: 30px;
}

.prev-next {
  overflow: hidden;
}
.prev-next a {
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.prev-next__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 48%;
  }
}
.prev-next__prev .prev-next__arrow {
  margin-right: 4px;
}
.prev-next__next span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 48%;
  }
}
.prev-next__next .prev-next__arrow {
  margin-left: 4px;
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next a > span {
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
.prev-next a > span svg {
  display: block;
  position: relative;
  bottom: 1px;
}
.prev-next a > span svg * {
  fill: #666;
}
.prev-next .prev-next__arrow {
  display: inline-block;
}

[class*=all-link--] {
  margin: 10px 0;
  text-align: center;
}

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

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

hr.footer-line {
  border: 0;
  border-top: 1px solid #333;
  background: #333;
  margin: 20px 0;
  padding: 0;
}

[role=contentinfo] {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
[role=contentinfo] ul.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[role=contentinfo] ul.footer-menu + * {
  margin-top: 30px;
}
[role=contentinfo] ul.footer-menu li:not(:last-child) {
  margin-right: 12px;
}
[role=contentinfo] a {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
}

.footer-menu {
  margin-bottom: 40px;
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footnotes-menu {
  margin-top: 30px;
}
.footnotes-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

.subscribe-link {
  text-align: center;
  margin: 10px 0;
}

.mfp-wrap.mailing-list-popup .mfp-inline-holder .mfp-content {
  width: 90%;
  max-width: 400px;
  padding: 10px;
}
@media (min-width: 31.25em) {
  .mfp-wrap.mailing-list-popup .mfp-inline-holder .mfp-content {
    padding: 40px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
[role=contentinfo] .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.social svg {
  width: 24px;
  height: 24px;
}

main .social ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social--header {
  position: absolute;
  top: 20px;
  left: 20px;
}
html.cover-active .social--header {
  top: 25px;
}
@media (min-width: 700px) {
  html.cover-active .social--header {
    top: 65px;
  }
}
.social--header a:hover {
  opacity: 0.8;
}

.holder--post-footer,
.prev-next-wrapper {
  padding-top: 30px;
}

.prev-next {
  overflow: hidden;
}
.prev-next a {
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.prev-next__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 700px) {
  .prev-next__prev {
    float: left;
    width: 48%;
  }
}
.prev-next__prev .prev-next__arrow {
  margin-right: 4px;
}
.prev-next__next span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 700px) {
  .prev-next__next {
    text-align: right;
    float: right;
    width: 48%;
  }
}
.prev-next__next .prev-next__arrow {
  margin-left: 4px;
}
.prev-next li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.prev-next a > span {
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
.prev-next a > span svg {
  display: block;
  position: relative;
  bottom: 1px;
}
.prev-next a > span svg * {
  fill: #666;
}
.prev-next .prev-next__arrow {
  display: inline-block;
}

[class*=all-link--] {
  margin: 10px 0;
  text-align: center;
}

.wrapper--filter + * > .holder {
  padding-top: 0;
}

.title-filter-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.title-filter-wrapper h1 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@supports (display: flex) {
  .title-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .title-filter-wrapper .title {
    margin-right: auto;
    padding-right: 10px;
  }
  .title-filter-wrapper .title h1,
.title-filter-wrapper .title h2 {
    margin-bottom: 0;
  }

  .filter-select {
    margin-left: auto;
  }
  @media (min-width: 700) {
    .filter-select {
      text-align: right;
      margin-left: auto;
      max-width: 220px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
}
.filter-title svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-title--active svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#filter-wrapper {
  /* display: none; */
  padding: 0;
  position: absolute;
  width: 220px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#filter-wrapper a {
  display: block;
  padding: 14px;
  text-decoration: none;
}
.filter-label p {
  padding: 15px 0;
  /* Match padding of filter menu for layout */
}

.filters {
  position: relative;
}
.filters > div {
  cursor: pointer;
}
.filters .active {
  pointer-events: none;
  font-weight: 700;
  color: #111;
}

li.filter {
  text-align: right;
}

.filters .cat-item,
.filter {
  padding: 0;
  margin-bottom: 0;
}
@-webkit-keyframes reveal {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 700px;
  }
}
@keyframes reveal {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 700px;
  }
}
@-webkit-keyframes hide {
  0% {
    max-height: 700px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes hide {
  0% {
    max-height: 700px;
  }
  100% {
    max-height: 0;
  }
}
.filter-inactive {
  max-height: 0px;
  overflow: hidden;
  -webkit-animation: hide 0.5s ease;
          animation: hide 0.5s ease;
}

.filter-active {
  -webkit-animation: reveal 1s ease;
          animation: reveal 1s ease;
  max-height: 700px;
}

.filter-start {
  display: none;
}

section.all-music .holder {
  max-width: 1200px;
}

.music-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.music-list:after {
  content: "";
  display: table;
  clear: both;
}
.music-list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.music-list > li {
  width: 100%;
  padding: 0 20px 40px;
}
.music-list > li:nth-of-type(n) {
  clear: none;
}
.music-list > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .music-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;
  }
  .music-list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .music-list:after {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .music-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .music-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .music-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .music-list > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .music-list > li:nth-of-type(n) {
    clear: none;
  }
  .music-list > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .music-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;
    }
    .music-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .music-list:after {
      display: none;
    }
  }
}
@media (min-width: 50rem) {
  .music-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .music-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .music-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .music-list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .music-list > li:nth-of-type(n) {
    clear: none;
  }
  .music-list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .music-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;
    }
    .music-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .music-list:after {
      display: none;
    }
  }
}
.music-list__item {
  text-align: center;
}
.music-list__item a {
  text-decoration: none;
}
.music-list__item a:hover img {
  opacity: 0.8;
}
.music-list__item__title {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.music-list__item__categories {
  margin-top: 5px;
}
.music-list__item__image {
  display: block;
  margin-bottom: 20px;
}
.music-list__item__image > img {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: none;
  width: 100%;
}

.related-video__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

.related-videos {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-videos:after {
  content: "";
  display: table;
  clear: both;
}
.related-videos > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-videos > li {
  width: 100%;
  padding: 0 20px 40px;
}
.related-videos > li:nth-of-type(n) {
  clear: none;
}
.related-videos > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-videos {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .related-videos > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .related-videos:after {
    display: none;
  }
}
.related-videos li {
  text-align: center;
}
.related-videos a {
  text-decoration: none;
}

.related-videos.related-videos--multiple {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-videos.related-videos--multiple:after {
  content: "";
  display: table;
  clear: both;
}
.related-videos.related-videos--multiple > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-videos.related-videos--multiple > li {
  width: 50%;
  padding: 0 20px 40px;
}
.related-videos.related-videos--multiple > li:nth-of-type(n) {
  clear: none;
}
.related-videos.related-videos--multiple > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-videos.related-videos--multiple {
    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;
  }
  .related-videos.related-videos--multiple > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .related-videos.related-videos--multiple:after {
    display: none;
  }
}

.video-list__item__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
.video-list__item__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* initial ratio of 1:1*/
}

.music-artwork {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 800px;
  width: 100%;
}

.music-buy-listen ul li + li,
ul.music-info li + li {
  margin-top: 8px;
}

.music-buy-listen {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.music-buy-listen ul li + li {
  margin-top: 10px;
}
.music-buy-listen ul a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.music-buy-listen ul a svg {
  display: inline-block;
  margin-right: 8px;
}

.music-details__text p + p {
  margin-top: 20px;
}

.alternative-artwork__list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.alternative-artwork__list:after {
  content: "";
  display: table;
  clear: both;
}
.alternative-artwork__list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.alternative-artwork__list > li {
  width: 50%;
  padding: 0 20px 40px;
}
.alternative-artwork__list > li:nth-of-type(n) {
  clear: none;
}
.alternative-artwork__list > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .alternative-artwork__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;
  }
  .alternative-artwork__list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .alternative-artwork__list:after {
    display: none;
  }
}
.alternative-artwork__list img {
  display: block;
}

article.type-music > * {
  margin-bottom: 40px;
}

iframe[src*="spotify.com"] {
  width: 100%;
}

.music__col-1 > .holder,
.music__col-2 > .holder {
  margin: 0 auto 40px auto;
}

.music-wrapper {
  padding: 0;
  max-width: 1200px;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem 4rem;
}
.music-wrapper .share {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px 0;
}
.music-wrapper .holder {
  padding-left: 0;
  padding-right: 0;
}

.holder.holder--music-title {
  max-width: 1200px;
}

.music-artwork {
  margin: 0 auto;
}

.music__col-1 a.popup-image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.tracklist__title {
  font-size: 20px;
  font-size: 2vw;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .tracklist__title {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .tracklist__title {
    font-size: 26px;
  }
}
.tracklist li + li {
  margin-top: 8px;
}
.tracklist + .tracklist {
  margin-top: 30px;
}

.single-music ul.related-music {
  margin: 20px 0 40px 0;
  padding: 20px 0;
  list-style: none;
}
.single-music ul.related-music__title {
  margin-bottom: 8px;
}
.single-music ul.related-music a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-music ul.related-music a img {
  width: 60px;
  margin-bottom: 0;
}
.single-music ul.related-music li {
  text-align: left;
}
.single-music ul.related-music li + li {
  margin-top: 20px;
}

section.all-videos .holder,
.holder.holder--video {
  max-width: 1200px;
}

.videos__all-link {
  display: inline-block;
  margin-top: 20px;
}

.video-description {
  margin-top: 40px;
  max-width: 720px;
}

.related-music {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.related-music h3 {
  font-size: 20px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .related-music h3 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .related-music h3 {
    font-size: 26px;
  }
}
.related-music ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 3rem 4rem;
}
.related-music a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.related-music li {
  max-width: 320px;
}
.related-music li img {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.holder.holder--video-title {
  max-width: 1200px;
}

.bugoff {
  border: 5px solid red;
}

.featured-item {
  margin-top: 20px;
}

.holder.holder--featured {
  max-width: 1200px;
}
.holder.holder--featured h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .featured-item__preview {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.featured-item__preview__image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: 600px;
}
.featured-item__preview__image:hover {
  opacity: 0.9;
}
.featured-item__preview__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}

.related-artists {
  margin: 40px 0;
}
.related-artists__title {
  margin-bottom: 20px;
}

.related-artist-list {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.related-artist-list:after {
  content: "";
  display: table;
  clear: both;
}
.related-artist-list > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.related-artist-list > li {
  width: 50%;
  padding: 0 20px 40px;
}
.related-artist-list > li:nth-of-type(n) {
  clear: none;
}
.related-artist-list > li:nth-of-type(2n+1) {
  clear: both;
}
@supports (display: grid) {
  .related-artist-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;
  }
  .related-artist-list > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .related-artist-list:after {
    display: none;
  }
}
@media (min-width: 50em) {
  .related-artist-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .related-artist-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .related-artist-list > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .related-artist-list > li {
    width: 33.3333333333%;
    padding: 0 20px 40px;
  }
  .related-artist-list > li:nth-of-type(n) {
    clear: none;
  }
  .related-artist-list > li:nth-of-type(3n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .related-artist-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;
    }
    .related-artist-list > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
    .related-artist-list:after {
      display: none;
    }
  }
}
.related-artist-list li {
  max-width: 150px;
}
.related-artist-list img {
  display: block;
  border-radius: 50%;
  margin-bottom: 5px;
}
.related-artist-list a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.featured-item-wrapper {
  overflow: hidden;
}

.featured-item {
  margin-top: 20px;
}

.holder.holder--featured {
  max-width: 1200px;
  margin-bottom: 40px;
}
.holder.holder--featured h1 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@supports (display: grid) {
  .featured-item__preview {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.featured-item__preview__image {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  max-width: 600px;
}
.featured-item__preview__image:hover {
  opacity: 0.9;
}
.featured-item__preview__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}

.post-type-archive-music .featured-item--music .featured-item__preview__image:before {
  padding-top: 100%;
}
.post-type-archive-music .featured-item--music .featured-item__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* ----- Flex gap 40px: ----- */
  margin: -20px;
}
.post-type-archive-music .featured-item--music .featured-item__preview > * {
  margin: 20px;
}
.post-type-archive-music .featured-item--music .featured-item__preview__image {
  min-width: 260px;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.post-type-archive-music .featured-item--music .featured-item__info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 260px;
}
.post-type-archive-music .featured-item--music .featured-item__info__title {
  margin-bottom: 20px;
}
.post-type-archive-music .featured-item--music .featured-item__info__text .btn {
  margin-top: 40px;
}

.language-switcher-wrapper {
  padding: 40px 0;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.language-switcher a {
  text-decoration: none;
  color: #333;
}

.trp-language-switcher > div > a {
  color: #333;
}
.trp-language-switcher > div > a:hover {
  color: #666;
}

main .holder.holder--term-list {
  max-width: 1200px;
  margin-bottom: 60px;
}

.page-load-status {
  display: none;
  padding: 20px;
  text-align: center;
}

.view-more {
  padding: 40px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video {
  margin-bottom: 40px;
}
.video-description {
  margin-bottom: 40px;
}
.video-description p + p {
  margin-top: 20px;
}

.videos__all-link {
  margin-bottom: 40px;
}

.well-widget-preview-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.well-widget-preview-structure,
.well-widget-preview-structure * {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.links li {
  margin: 10px;
}
.links li .btn,
.links li .button {
  margin-top: 0;
}
.links.links-align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.links.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links.alignleft {
  display: block;
}

.btn--icon svg {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.links.links-style-blocks {
  display: block;
}
.links.links-style-blocks a {
  display: block;
}
.links.links-style-blocks.links-align-left li a.btn {
  text-align: left;
}

.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: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: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: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: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: 20px;
  font-size: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .panels__title {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .panels__title {
    font-size: 26px;
  }
}
.panels__intro {
  margin-bottom: 20px;
  max-width: 800px;
}

.panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
  margin: 0;
  border-radius: 4px;
  position: relative;
  padding: 20px;
}
.panel .btn {
  margin-top: 20px;
}
.panel > * + * {
  margin-top: 20px;
}
.panel__title {
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  font-size: 2vw;
}
@media (max-width: 900px) {
  .panel__title {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .panel__title {
    font-size: 26px;
  }
}
.panel__subtitle {
  font-size: 16px;
  font-size: 1.6vw;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1000px) {
  .panel__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .panel__subtitle {
    font-size: 20px;
  }
}
.panel__intro {
  position: relative;
}

.share {
  /* --------------------------------------------------- */
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* --------------------------------------------------- */
}
.share__title {
  font-size: 1rem;
  margin: 0 20px 0 0;
  font-weight: 400;
  display: inline-block;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share li:not(:last-child) {
  margin-right: 18px;
}
.share svg {
  display: block;
  width: 32px;
  height: 32px;
}
.share a svg * {
  fill: #333;
}
.share a:hover svg {
  opacity: 0.7;
}

.cover-wrapper {
  position: relative;
}

.cover {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  padding: 20px;
}
@media (min-width: 700px) {
  .cover {
    padding: 60px;
  }
}

.scroll-hint {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scroll-hint svg * {
  fill: #fff;
}

.cover__content {
  max-width: 800px;
  padding: 0 20px;
}

* + .cover__content__link {
  margin-top: 20px;
}

.cover__content__image {
  display: block;
  margin: 0 auto;
}
.cover__content__image + * {
  margin-top: 20px;
}

.v-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.v-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v-bottom .cover__content__image {
  position: relative;
  bottom: 40px;
}

.h-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.h-centre {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.video-full-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.video-full-wrapper iframe,
.video-full-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-gradient + * {
  background-color: transparent !important;
}

.shopify-buy-frame {
  margin-left: auto;
  margin-right: auto;
}

div[id*=collection-component-] {
  display: block !important;
}
@media (min-width: 800px) {
  div[id*=collection-component-] {
    width: calc(100% + 200px) !important;
  }
}

.big-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center center;
  padding: 40px 0;
}
@media (min-width: 37.5rem) {
  .big-block {
    padding: 60px 0;
  }
}
.big-block + * {
  margin-bottom: 40px;
}
.holder--blocks .big-block .holder {
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}
.big-block__title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 37.5rem) {
  .big-block__title {
    padding: 60px 0;
  }
}
.big-block__video {
  margin-bottom: 40px;
  width: 100%;
}
.big-block__image {
  padding: 40px 20px;
}
@media (min-width: 37.5rem) {
  .big-block__image {
    padding: 60px 20px;
  }
}
.big-block__image img {
  width: 100%;
  height: auto;
}

.big-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.big-block__content > * + * {
  margin-top: 30px;
}

.holder--blocks > .big-block + .big-block {
  margin-top: 0;
  margin-bottom: 0;
}

.countdown {
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 60px;
  font-size: clamp(1.6rem, 6vw, 3.75rem);
}
.countdown span[id*=-label] {
  font-size: 0.875rem;
}
.countdown span {
  line-height: 1.1;
}

.holder--blocks .countdown + * {
  margin-top: 40px;
}

.countdown__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timer-figures-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.timer-sep {
  display: inline-block;
  margin: 0 3px;
}

.wp-block-quote cite {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  font-size: small;
}
.wp-block-quote cite::before {
  content: "—";
  display: inline-block;
  margin-right: 4px;
}

blockquote p {
  quotes: "“" "”" "‘" "’";
  font-size: 1.2rem;
}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: close-quote;
}

.pop-up-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-up-buttons li {
  margin: 8px;
}
.pop-up-buttons svg {
  display: inline-block;
  margin-right: 8px;
}
.pop-up-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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:after {
    display: none;
  }
}
@media (min-width: 31.25em) {
  .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:after {
      display: none;
    }
  }
}
@media (min-width: 43.75em) {
  .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:after {
      display: none;
    }
  }
}
@supports (display: grid) {
  .grid-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 3rem 2rem;
  }
}
.grid-list__link {
  display: block;
  text-decoration: none;
}
.grid-list__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  margin-bottom: 20px;
}
.grid-list__image:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/
}
.grid-list__title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.2;
}
.grid-list__subtitle {
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 0;
}
.grid-list li + li {
  margin-top: 0;
}
.grid-list h3 + .grid-list__text,
.grid-list h4 + .grid-list__text {
  padding-top: 10px;
}
.grid-list > a:not([class]) {
  display: inline-block;
  padding: 5px;
  position: relative;
  right: 5px;
  margin-top: 20px;
  width: 100%;
}

.child-page-list .grid-list {
  -ms-grid-columns: 2, minmax(250px, 1fr);
  grid-template-columns: 2, minmax(250px, 1fr);
}

.masonry-wrapper {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
}

.masonry a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.masonry a img {
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0);
  border-style: solid;
}
.masonry a img:hover {
  border-color: #333333;
}

.masonry.style-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 0;
  /* Adjustment for the gutter */
  width: calc(100% + 8px);
}
.page-template-default .entry-content .masonry.style-horizontal li.masonry-brick + li.masonry-brick {
  margin-top: 0px;
}
.masonry.style-horizontal .masonry-brick {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 300px;
  min-width: 200px;
  margin: 0 8px 8px 0;
  /* Some gutter */
  position: relative;
}
.masonry.style-horizontal .masonry-brick img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.masonry.style-horizontal .masonry-brick--small {
  width: 125px;
}
.masonry.style-horizontal .masonry-brick--medium {
  width: 250px;
}
.masonry.style-horizontal .masonry-brick--large {
  width: 400px;
}
.masonry.style-horizontal .masonry-brick {
  max-width: 600px;
}
.masonry.style-horizontal .masonry-brick a > span {
  display: block;
  padding: 10px;
  background-color: rgba(17, 17, 17, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  line-height: 130%;
}

.masonry.style-vertical {
  -webkit-columns: 3 400px;
     -moz-columns: 3 400px;
          columns: 3 400px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.masonry.style-vertical .masonry-brick img {
  width: 100%;
}
.page-template-default .entry-content .masonry.style-vertical li.masonry-brick + li.masonry-brick {
  margin-top: 12px;
}

.wrapper.wrapper-has-background {
  padding: 20px;
}
@media (min-width: 37.5rem) {
  .wrapper.wrapper-has-background {
    padding: 20px;
  }
}

.wrapper-inner > * + * {
  margin-top: 20px;
}

.wrapper.tight .wrapper-inner > * + *,
.wrapper.nospace .wrapper-inner > * + * {
  margin-top: 0;
}

.wrapper-outer + .wrapper-outer {
  margin-top: 0;
}

/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

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

html .gform_fields, nav ul, .page-nav ul, .prev-next, .sidebar ul, [role=contentinfo] ul.footer-menu, .footnotes-menu ul, .social ul, #filter-wrapper ul, .music-buy-listen ul,
ul.music-info, .alternative-artwork__list, .related-music ul, .links, .share ul, .grid-list, .masonry {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header--hide .holder--header-wrapper,
.header--hide .social--header, .nav--hide [role=navigation],
.nav--hide .menu-button, .footer--hide [role=contentinfo], .alternative-artwork__title {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.btn,
.button,
.wp-block-button__link, html .gform_button, .cover__content__link {
  background-color: #333;
  color: #fff;
  border: 0;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.btn svg,
.button svg,
.wp-block-button__link svg, html .gform_button svg, .cover__content__link svg {
  display: inline-block;
}
.btn svg *,
.button svg *,
.wp-block-button__link svg *, html .gform_button svg *, .cover__content__link svg * {
  fill: #fff;
}
.btn:hover,
.button:hover,
.wp-block-button__link:hover, html .gform_button:hover, .cover__content__link:hover {
  background: #666;
  color: #fff;
}

.btn,
.button {
  font-size: 1rem;
  cursor: pointer;
}

main .btn,
main .button {
  margin-top: 20px;
}

.music-details__text * {
  font-family: inherit !important;
  text-align: inherit !important;
  font-size: inherit !important;
}

@supports not (aspect-ratio: 16/9) {
  .video-wrap,
.wp-block-embed__wrapper,
.big-block__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}

.video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
  background-color: #333;
  height: 500px;
  width: 100%;
}
@supports not (aspect-ratio: 16/9) {
  .video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .video-wrap iframe,
.wp-block-embed__wrapper iframe.lazyloaded,
.big-block__video iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}

/* ------------------------------------------- */
/* -- 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 */
.loading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.content-loaded {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------------------------------------- */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* --------------------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.thing {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

html .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
@media (min-width: 43.75em0px) {
  html .entry-content .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: 1200px;
  }
}

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

.wp-block-columns.alignfull {
  padding: 0 20px;
}

.holder--blocks > * + *:not(.tight),
.wp-block-column > * + *:not(.tight) {
  margin-top: 2rem;
}
.holder--blocks > p + p,
.wp-block-column > p + p {
  margin-top: 20px;
}
.holder--blocks > h1 + *:not(.tight),
.holder--blocks > h2 + *:not(.tight),
.holder--blocks > h3 + *:not(.tight),
.holder--blocks > h4 + *:not(.tight),
.holder--blocks > h5 + *:not(.tight),
.holder--blocks > h6 + *:not(.tight),
.wp-block-column > h1 + *:not(.tight),
.wp-block-column > h2 + *:not(.tight),
.wp-block-column > h3 + *:not(.tight),
.wp-block-column > h4 + *:not(.tight),
.wp-block-column > h5 + *:not(.tight),
.wp-block-column > h6 + *:not(.tight) {
  margin-top: 20px;
}
.holder--blocks .holder:not(.wrapper-inner),
.wp-block-column .holder:not(.wrapper-inner) {
  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: 100%;
}

.wp-block-quote,
.wp-block-quote.is-style-large {
  margin: 20px auto;
  padding: 20px 0;
  font-family: "Georgia", serif;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  font-style: italic;
}
.wp-block-quote p + p,
.wp-block-quote.is-style-large p + p {
  margin-top: 20px;
}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-style: normal;
  margin-top: 10px;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-background-color {
  background-color: #000;
}

.has-background {
  position: relative;
}

.has-background.fullwidth::before, .has-background.strip::before, .has-background.full-width::before, .has-background.full::before {
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  margin-left: calc(-100vw / 2 + 100% / 2);
  background: inherit;
  left: 0px;
  z-index: -1;
}

.wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.has-black-color {
  color: #111;
}

.has-white-color {
  color: #fff;
}
/*# sourceMappingURL=screen.css.map */