@charset "UTF-8";
/* ==================== */
/* ==================== */
/* Base styles */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
.title-breadcrumbs, article.type-music h1, .holder--term-list h1, .main-post-title, html .has-huge-font-size {
  line-height: 1.2;
  font-size: 2.625rem;
  font-size: clamp(24px, 7vw, 36px);
}

.countdown, .big-block__title, .term-list__item h2, .music-list .grid-list__item a [class*=__item__title], .latest-posts h3, .post-header__title, .title h1, html .has-large-font-size {
  line-height: 1.2;
  font-size: 1.75rem;
  font-size: clamp(24px, 5vw, 28px);
}

.grid-list__item a [class*=__item__title], .latest-posts h4 {
  line-height: 1.5;
  font-size: 1rem;
  font-size: clamp(14px, 4vw, 16px);
}

.latest-posts p, .article-header time, .post__meta time {
  line-height: 1.5;
  font-size: 0.75rem;
  font-size: clamp(10px, 4vw, 12px);
}

/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.masonry, .share ul, .grid-list, .book__buy-links ul, .book__info ul, .related-music ul, .term-list ul, .latest-posts ul, footer nav ul, .main-menu ul, div.photo__prev-next ul, .music-buy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.photo__prev-next ul, .music-buy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .next span,
.pagination .prev span, .menu-icon__text, .footer--hide [role=contentinfo], .nav--hide [role=navigation],
.nav--hide .menu-button, .header--hide header[role=banner], .hide--breadcrumbs .breadcrumbs-wrapper, .hide--page-title .header-strip {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cover__content__link, .btn,
.button, .btn--alt {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  text-transform: lowercase;
  padding: 8px 5px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  background-image: url(../img/underline--1.png?345);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 4px;
}
.cover__content__link:hover, .btn:hover,
.button:hover, .btn--alt:hover {
  opacity: 0.7;
}

p.btn a {
  text-decoration: none;
  color: #111;
}

.music-buy a, .subscribe-link a {
  background: #333;
  color: #fff;
  padding: 6px 16px;
  border-radius: 135px 25px 75px 25px/24px 165px 35px 225px;
  border: solid 7px #333;
  text-decoration: none;
  display: inline-block;
}
.music-buy a:hover, .subscribe-link a:hover {
  opacity: 0.8;
  color: #fff;
}

.btn--alt {
  background-image: none;
}
.btn--alt::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow--small--dark--right.png);
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: multiply;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.btn--alt:hover {
  opacity: 1;
}
.btn--alt:hover::after {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.photo__details__category a, div.photo__prev-next a, .book__buy-links a, .all-link a, .title-breadcrumbs a, .page-title a {
  background-image: url(../img/underline--1.png?345);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 4px;
  display: inline-block;
  padding: 8px 5px;
}

.page-title a {
  background-image: url(../img/underline--2.png);
}

.title-breadcrumbs a {
  background-image: url(../img/underline--3.png);
}

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

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

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

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

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@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;
  }
}
@font-face {
  font-family: "lil-idiot";
  src: url("../fonts/lilidiot-v5.woff2?1") format("woff2"), url("../fonts/lilidiot-v5.woff?1") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  text-transform: lowercase;
  font-family: "lil-idiot", -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

main:not(.home) {
  padding-top: 20px;
}

.main-footer {
  margin-top: auto;
}

a {
  color: #19243e;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #19243e;
          text-decoration-color: #19243e;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 1px;
}
a:hover {
  color: #717171;
  -webkit-text-decoration-color: #717171;
          text-decoration-color: #717171;
}

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

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

.holder {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.holder--wide {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Base type rules
================================= */
h1,
h2 {
  margin-bottom: 20px;
  line-height: 1;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

/* Hide the title on the homepage */
.block-content > *:first-child:not(.hero) {
  padding-top: 40px;
}

.title {
  margin-bottom: 40px;
}
.header--hide main {
  padding-top: 0;
}

.footer--hide {
  background-image: none, none;
}
.footer--hide main {
  padding-bottom: 60px;
}
.flex-wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (gap: 0px) {
  .flex-wrap {
    gap: 40px;
  }
}
@supports not (gap: 20px) {
  .flex-wrap .wrap {
    overflow: hidden;
  }
  .flex-wrap {
    margin: -20px;
  }
  .flex-wrap > * {
    margin: 20px;
  }
}
.flex-wrap > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}
.flex-wrap .featured-item__preview img {
  max-width: none;
  width: 100%;
}

/* 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: 90%;
  max-width: 900px;
  cursor: auto;
  background: #fff;
  padding: 40px;
  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;
}

form {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 40rem) {
  form {
    max-width: 80%;
  }
}
form select, form label {
  display: block;
}

form label:not(:first-child) {
  margin-top: 1em;
}

form p label {
  display: inline;
}

form p label + label {
  margin-left: 1em;
}

form legend:first-child + label {
  margin-top: 0;
}

form input[type=checkbox], form input[type=radio] {
  margin-bottom: 0;
}

fieldset {
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #aaaaaa;
}

legend {
  color: #aaaaaa;
}

select {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: inline-block;
  width: auto;
  color: black;
  cursor: pointer;
  padding-right: 1.2em;
  background-position: top 55% right 0.35em;
  background-size: 0.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(170, 170, 170)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}

select:focus, select:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(0, 0, 0)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
}

input[type=text], input[type=password], input[type^=date], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=month], input[type=week], input[type=url] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=color] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 6em;
}

input[type=color]:focus {
  border: 1px solid black;
}

input[type=color]::-moz-placeholder {
  color: #aaaaaa;
}

input[type=color]::-webkit-input-placeholder {
  color: #aaaaaa;
}

input[type=color]:-ms-input-placeholder {
  color: #aaaaaa;
}

input[type=color]:hover {
  border: 1px solid black;
}

input[type=file] {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: inline-block;
  width: auto;
  background: #f2f2f2;
  color: black;
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75em 0.5em;
  font-size: 12px;
  line-height: 1;
}

input[type=file]:focus {
  border: 1px solid black;
}

input[type=file]:not([disabled]):hover {
  border: 1px solid black;
}

input[type=file]:active {
  background-color: #aaaaaa;
}

input[type=file][disabled] {
  color: #aaaaaa;
  cursor: not-allowed;
}

input[type=checkbox], input[type=radio] {
  margin: -0.2em 0.75em 0 0;
  vertical-align: middle;
}

textarea {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2em;
  margin: 0;
  padding: calc(.25em - 1px) 0.5em;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  background: white;
  color: black;
  display: block;
  width: 100%;
  line-height: calc(2em - 1px * 2 - (.25em - 1px) * 2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4.5em;
  resize: vertical;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

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

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

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

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

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

/* Placeholders style */
.header-search ::-webkit-input-placeholder {
  color: #FFF;
}
.header-search :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}
.header-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
.header-search :-ms-input-placeholder {
  color: #FFF;
}

select {
  width: 100%;
  color: #999;
}

button,
[type=submit] {
  width: 100%;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 135px 25px 75px 25px/24px 165px 35px 225px;
  border: solid 7px #333;
}

button {
  width: auto;
}

input[type=text],
select {
  border: solid 3px #333;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  height: auto;
  padding: 15px 20px;
}

select {
  background-position: top 55% right 0.75em;
}

.cols {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 40px;
  margin-bottom: 40px;
}
.cols .col > * + * {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #EEE dotted;
}
.cols ol > li + li,
.cols ul > li + li {
  margin-top: 8px;
}

.with-sidebar {
  overflow: hidden;
}

.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(80px / 2 * -1);
}

.with-sidebar > * {
  margin: calc(80px / 2);
  -ms-flex-preferred-size: 12.5rem;
      flex-basis: 12.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.with-sidebar > :first-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  min-width: calc(70% - 80px);
}

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

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

.home-scene {
  position: relative;
}

@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes upDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes flicker {
  from {
    visibility: visible;
  }
  30% {
    visibility: hidden;
  }
  31% {
    visibility: visible;
  }
  80% {
    visibility: hidden;
  }
  81% {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@keyframes flicker {
  from {
    visibility: visible;
  }
  30% {
    visibility: hidden;
  }
  31% {
    visibility: visible;
  }
  80% {
    visibility: hidden;
  }
  81% {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
/* Base styles */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
.title-breadcrumbs, article.type-music h1, .holder--term-list h1, .main-post-title, html .has-huge-font-size {
  line-height: 1.2;
  font-size: 2.625rem;
  font-size: clamp(24px, 7vw, 36px);
}

.countdown, .big-block__title, .term-list__item h2, .music-list .grid-list__item a [class*=__item__title], .latest-posts h3, .post-header__title, html .has-large-font-size, .title h1 {
  line-height: 1.2;
  font-size: 1.75rem;
  font-size: clamp(24px, 5vw, 28px);
}

.grid-list__item a [class*=__item__title], .latest-posts h4 {
  line-height: 1.5;
  font-size: 1rem;
  font-size: clamp(14px, 4vw, 16px);
}

.latest-posts p, .article-header time, .post__meta time {
  line-height: 1.5;
  font-size: 0.75rem;
  font-size: clamp(10px, 4vw, 12px);
}

/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
.holder {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.masonry, .share ul, .grid-list, .book__buy-links ul, .book__info ul, .related-music ul, .term-list ul, .latest-posts ul, footer nav ul, .main-menu ul, div.photo__prev-next ul, .music-buy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.photo__prev-next ul, .music-buy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .next span,
.pagination .prev span, .menu-icon__text, .hide--page-title .header-strip, .hide--breadcrumbs .breadcrumbs-wrapper, .header--hide header[role=banner], .nav--hide [role=navigation],
.nav--hide .menu-button, .footer--hide [role=contentinfo] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cover__content__link, .btn,
.button, .btn--alt {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111;
  text-transform: lowercase;
  padding: 8px 5px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  background-image: url(../img/underline--1.png?345);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 4px;
}
.cover__content__link:hover, .btn:hover,
.button:hover, .btn--alt:hover {
  opacity: 0.7;
}

p.btn a {
  text-decoration: none;
  color: #111;
}

.music-buy a, .subscribe-link a {
  background: #333;
  color: #fff;
  padding: 6px 16px;
  border-radius: 135px 25px 75px 25px/24px 165px 35px 225px;
  border: solid 7px #333;
  text-decoration: none;
  display: inline-block;
}
.music-buy a:hover, .subscribe-link a:hover {
  opacity: 0.8;
  color: #fff;
}

.btn--alt {
  background-image: none;
}
.btn--alt::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow--small--dark--right.png);
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: multiply;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.btn--alt:hover {
  opacity: 1;
}
.btn--alt:hover::after {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.photo__details__category a, div.photo__prev-next a, .book__buy-links a, .all-link a, .page-title a, .title-breadcrumbs a {
  background-image: url(../img/underline--1.png?345);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 4px;
  display: inline-block;
  padding: 8px 5px;
}

.page-title a {
  background-image: url(../img/underline--2.png);
}

.title-breadcrumbs a {
  background-image: url(../img/underline--3.png);
}

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

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

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

.home-scene {
  position: relative;
}

@keyframes upDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes flicker {
  from {
    visibility: visible;
  }
  30% {
    visibility: hidden;
  }
  31% {
    visibility: visible;
  }
  80% {
    visibility: hidden;
  }
  81% {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
html .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
@media (min-width: 700px) {
  html .entry-content .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: 1200px;
  }
}

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

.block-content > * + * {
  margin-top: 2.5rem;
}
.block-content > p + p {
  margin-top: 1.25rem;
}
.block-content li + li {
  margin-top: 0.625rem;
}
.block-content > h1 + *,
.block-content > h2 + *,
.block-content > h3 + *,
.block-content > h4 + *,
.block-content > h5 + *,
.block-content > h6 + * {
  margin-top: 20px;
}
.block-content .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;
}

.entry-content p {
  max-width: 80ch;
}

.btn,
.button {
  cursor: pointer;
}

.btn:not(.btn--alt):not(.btn--icon):not(.popup-modal) svg {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.btn:not(.btn--alt):not(.btn--icon):not(.popup-modal):hover svg {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.btn:not(.btn--alt):not(.btn--icon):not(.popup-modal):hover svg * {
  stroke: #19243e;
}

body.custom-button-colors .btn {
  background-image: none;
  padding: 8px 16px;
}

html.moby-fonts-loaded .btn span {
  display: inline-block;
  position: relative;
  bottom: 0.25rem;
}

header[role=banner] {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__logo {
  width: 80px;
}
.header__logo a {
  display: block;
}
.header__logo a:hover {
  opacity: 0.8;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu a {
  text-decoration: none;
  font-weight: 400;
  color: #333;
  position: relative;
  padding: 4px 12px;
  display: block;
}
.main-menu a::after {
  content: "";
  display: block;
  background-image: url(../img/underline--2.png?m45);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 3px;
  height: 10px;
  -webkit-transition: -webkit-clip-path 0.2s linear;
  transition: -webkit-clip-path 0.2s linear;
  -o-transition: clip-path 0.2s linear;
  transition: clip-path 0.2s linear;
  transition: clip-path 0.2s linear, -webkit-clip-path 0.2s linear;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.main-menu a:hover::after, .main-menu a:active::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.main-menu li.current-menu-item a::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/* ---  Small nav */
/* menu btn */
.menu-btn {
  display: none;
}

.menu-icon {
  z-index: 12;
  cursor: pointer;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.menu-icon {
  height: 18px;
  display: block;
}

.menu-icon .nav-icon {
  background: #19243e;
  display: block;
  height: 2px;
  position: relative;
  top: 12px;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 18px;
}

.menu-icon .nav-icon:before,
.menu-icon .nav-icon:after {
  background: #19243e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

.menu-icon .nav-icon:before {
  top: 5px;
}

.menu-icon .nav-icon:after {
  top: -5px;
}

.main-menu {
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -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: 11;
  background-color: #fff;
  opacity: 0;
}
html.moby-fonts-loaded .main-menu li {
  font-family: "lil-idiot";
  line-height: 1;
}
.main-menu li + li {
  margin-top: 15px;
}

.menu-btn:checked ~ .main-menu {
  height: 100vh;
  max-height: 100vh;
  /* If you need to support browser without CSS var support (<= IE11) */
  height: calc(100vh - var(--vh-offset, 0px));
  max-height: calc(100vh - var(--vh-offset, 0px));
  /* enable vh fix */
  opacity: 1;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.menu-btn:checked ~ .menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
}

.menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}

.menu-btn:checked ~ .menu-icon .nav-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .nav-icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon .nav-icon:before,
.menu-btn:checked ~ .menu-icon .nav-icon:after {
  top: 0;
}

@media (min-width: 52.5rem) {
  nav {
    margin-right: 20px;
    position: relative;
    bottom: 2px;
  }

  .main-menu {
    max-height: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    opacity: 1;
  }
  .main-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-menu li + li {
    margin-top: 0;
  }

  .menu-icon {
    display: none;
  }
}
.signup {
  max-width: 300px;
  margin: 20px auto;
}
.signup__intro {
  margin-bottom: 1.25rem;
}
.signup form > * + * {
  margin-top: 10px;
}

.sib-form {
  background-color: #fff !important;
}

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

.subscribe-link {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
footer a {
  text-decoration: none;
}
footer nav {
  text-transform: lowercase;
}
footer nav 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;
}
footer nav li {
  margin: 5px 10px;
}
footer .footer-nav {
  margin-top: 40px;
}
footer .footer-subnav {
  margin-top: 40px;
}
footer .footer-subnav a {
  color: #666;
}
footer .footer-subnav a:hover {
  color: #111;
}
footer .footer-footnotes {
  margin-top: 40px;
}
footer .footer-footnotes li {
  font-size: small;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}
footer .footer-footnotes a {
  color: #999;
}
footer .footer-footnotes a:hover {
  color: #111;
}

body {
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, bottom right;
}
@media (min-width: 20rem) {
  body {
    background-image: url(../img/footer-1322-t.png?fdde), url(../img/footer-442.png?jsj);
  }
}
@media (min-width: 20rem) {
  body {
    background-size: auto 130px, 370px auto;
  }
}
@media (min-width: 28.75rem) {
  body {
    background-size: auto 180px, auto auto;
  }
}

footer[role=contentinfo] {
  padding-bottom: 100px;
}
@media (min-width: 20rem) {
  footer[role=contentinfo] {
    padding-bottom: 300px;
  }
}
@media (min-width: 32.8125rem) {
  footer[role=contentinfo] {
    padding-bottom: 300px;
  }
}
@media (min-width: 58.4375rem) {
  footer[role=contentinfo] {
    padding-bottom: 140px;
  }
}

.posts-grid-wrapper {
  margin-bottom: 60px;
}

.posts-grid {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -20px;
  margin-left: -20px;
}
.posts-grid:after {
  content: "";
  display: table;
  clear: both;
}
.posts-grid > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 20px 40px;
}
.posts-grid > li {
  width: 100%;
  padding: 0 20px 40px;
}
.posts-grid > li:nth-of-type(n) {
  clear: none;
}
.posts-grid > li:nth-of-type(1n+1) {
  clear: both;
}
@supports (display: grid) {
  .posts-grid {
    margin-left: 0;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .posts-grid:after {
    content: none;
  }
  .posts-grid > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
}
@media (min-width: 43.75em) {
  .posts-grid {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .posts-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .posts-grid > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 20px 40px;
  }
  .posts-grid > li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .posts-grid > li:nth-of-type(n) {
    clear: none;
  }
  .posts-grid > li:nth-of-type(2n+1) {
    clear: both;
  }
  @supports (display: grid) {
    .posts-grid {
      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;
    }
    .posts-grid:after {
      content: none;
    }
    .posts-grid > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: none;
    }
  }
}
.posts-grid li,
.posts-grid .post-summary,
.posts-grid .post-summary__text {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.posts-grid li {
  background-color: #f6f7f6;
  padding: 20px 40px;
}
.posts-grid a {
  text-decoration: none;
}
.posts-grid .post-excerpt {
  margin-bottom: 20px;
}

.post-header__date {
  margin-bottom: 30px;
  display: block;
}
.post-header__title a {
  display: block;
}

.holder--slim {
  max-width: 50rem;
}

.post__meta {
  max-width: 50rem;
  margin: 20px auto 0 auto;
}
.post-more {
  margin-top: auto;
}

.holder--post-title {
  max-width: 860px;
}

.screen-panel--news-main {
  height: 80vh;
  max-height: 600px;
  min-height: 320px;
  margin-bottom: 60px;
  background-color: #f6f7f6;
}

.screen-panel--post {
  height: 80vh;
  max-height: 700px;
  min-height: 320px;
  color: #fff;
}

main.archive .page-title {
  margin-bottom: 2.5rem;
}

.page-title a {
  text-decoration: none;
}

.post-content > * + * {
  margin-top: 1.25rem;
}

.article-header {
  margin-bottom: 2.5rem;
}
.meta-links {
  margin-top: 2.5rem;
}

.holder--term-list {
  margin-bottom: 2.5rem;
}
.page .page-title {
  margin-bottom: 40px;
}

.top-strip-wrapper {
  background-color: #111;
  color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.top-strip-wrapper:hover {
  color: #fff;
  background-color: #333;
}
.top-strip-wrapper .holder {
  max-width: 1600px;
}

.top-strip {
  text-align: center;
  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;
}
.top-strip img {
  width: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  display: inline-block;
  margin-right: 6px;
}

body:not(.page-template-page-homepage) .header-stars-planet {
  margin-top: 20px;
}
body:not(.page-template-page-homepage) .header-stars-planet .home-stars img:last-child {
  display: none;
}
@media (min-width: 78.125rem) {
  body:not(.page-template-page-homepage) .header-stars-planet .home-stars img:last-child {
    display: block;
  }
}
body:not(.page-template-page-homepage) .header-stars-planet .home-stars img:first-child {
  display: none;
}
@media (min-width: 63.75rem) {
  body:not(.page-template-page-homepage) .header-stars-planet .home-stars img:first-child {
    display: block;
  }
}

.header-stars-planet {
  position: relative;
}

.home-planet {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  z-index: 10;
}
@media (min-width: 37.5rem) {
  .home-planet {
    width: 60px;
  }
}

.home-planet,
.featured-content::before,
.featured-content::after {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  animation-direction: alternate-reverse;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: upDown;
          animation-name: upDown;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.featured-content::before {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.featured-content::after {
  -webkit-animation-duration: 1.75s;
          animation-duration: 1.75s;
}

.home-stars {
  display: none;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 200px;
}
@media (min-width: 37.5rem) {
  .home-stars {
    display: block;
  }
}
.home-stars img:first-child {
  position: absolute;
  left: 0;
  top: 20px;
  width: 30px;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  animation-direction: alternate-reverse;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-timing-function: steps(5, start);
          animation-timing-function: steps(5, start);
}
.home-stars img:last-child {
  position: absolute;
  left: 120px;
  top: 35px;
  width: 18px;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: 4;
          animation-iteration-count: 4;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-timing-function: steps(5, start);
          animation-timing-function: steps(5, start);
}

.carousel-cell {
  margin: 0 20px;
  width: 40%;
  height: 300px;
  /* center images in cells with flexbox */
  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;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .carousel-cell {
    width: 25%;
    height: 400px;
  }
}
.carousel-cell > a {
  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;
  height: 100%;
  text-decoration: none;
}
.carousel-cell img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.carousel-cell figcaption {
  display: block;
  padding: 20px 0 0 0;
  font-size: 0.8rem;
}
.carousel-cell video {
  width: 100%;
  display: block;
  max-width: 300px;
  max-height: 280px;
}
@media (min-width: 37.5rem) {
  .carousel-cell video {
    max-width: 230px;
    max-height: 320px;
  }
}

.home-slider {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background-image: url(../img/horizon-1.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 70px;
}

.home-shop-slider {
  margin: 0 0 60px 0;
  text-align: center;
  text-transform: lowercase;
}

.carousel-cell--music {
  width: 20%;
}
.carousel-cell--music video {
  max-height: 190px;
}

.carousel-cell--news {
  width: 20%;
}
.latest-posts {
  max-width: 400px;
  margin: 60px auto;
}
.latest-posts h3 {
  text-transform: lowercase;
}
.latest-posts h4 {
  font-weight: 400;
  margin-bottom: 5px;
}
.latest-posts p {
  color: #999;
}
.latest-posts img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.latest-posts li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  text-decoration: none;
}
.latest-posts span {
  display: inline-block;
}

main.page-template-page-templatespage-homepage-php {
  overflow: hidden;
}

.featured-content--primary-wrapper-outer {
  background-image: url(../img/bg-full-line.gif);
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media (max-width: 50rem) {
  .featured-content--primary-wrapper-outer {
    padding-bottom: 40px;
  }
}

@media (min-width: 50rem) {
  .featured-content--primary-wrapper {
    max-width: 1230px;
    margin: 0 auto;
    background-image: url(../img/tower--left.gif), url(../img/tower--right.gif);
    background-position: 30px bottom, calc(100% - 10px) bottom;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;
  }
}
.featured-content {
  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;
  position: relative;
}
.featured-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.featured-content--primary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px 0 10px;
}
.featured-content--primary .featured-content__image {
  min-width: 240px;
}
.featured-content--primary .featured-content__content {
  max-width: 430px;
}
@media (min-width: 23.75rem) {
  .featured-content--primary {
    padding: 30px 40px 0 40px;
  }
}
@media (min-width: 50rem) {
  .featured-content--primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -50px;
  }
  .featured-content--primary > * {
    margin: 50px;
  }
}
.featured-content--secondary {
  -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;
  width: 950px;
}
@media (max-width: 56.25rem) {
  .featured-content--secondary {
    width: 80%;
    margin: 80px auto;
    padding: 0 0 80px 0;
  }
  .featured-content--secondary .featured-content--secondary__1,
.featured-content--secondary .featured-content--secondary__1 figure,
.featured-content--secondary .featured-content--secondary__1 figure img {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 56.25rem) {
  .featured-content--secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url(../img/secondary-featured-bg3.gif?ee);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .featured-content--secondary > * {
    min-height: 370px;
  }
}
.featured-content--secondary img {
  display: block;
}
.featured-content--secondary a {
  text-decoration: none;
  display: block;
}

.featured-content-cols-2 .featured-content__image {
  margin-bottom: 40px;
}
@media (max-width: 799px) {
  .featured-content-cols-2 .featured-content__content {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .featured-content-cols-2 {
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(250px, 1fr) 20px minmax(250px, 1fr);
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr);
    grid-gap: 20px;
  }
  .featured-content-cols-2 .featured-content--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured-content-cols-2 .featured-content__content {
    position: relative;
    bottom: 60px;
  }
}

.holder--secondary-featured {
  max-width: 1050px;
}

.featured-content--secondary-wrapper {
  background-image: url(../img/big-tower--middle.png?8sd);
  background-repeat: no-repeat;
  background-position: center calc(100% + 6px);
}
@media (min-width: 56.25rem) {
  .featured-content--secondary-wrapper {
    background-image: url(../img/bg-full-line.gif?jn);
    background-position: center bottom 20px;
    background-repeat: repeat-x;
    margin: 100px 0;
  }
}
@media (max-width: 27.5rem) {
  .featured-content--secondary-wrapper {
    background-size: auto 25px;
  }
}

@media (max-width: 56.25rem) {
  .featured-board + .featured-board {
    margin-top: 3.75rem;
  }
}
.featured-board {
  max-width: 400px;
  margin: 0 auto;
}
.featured-board img {
  width: auto;
}
.featured-board figure {
  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;
}
.featured-board figcaption {
  font-weight: 700;
  text-align: center;
  max-width: 230px;
  margin: 5px auto 0 auto;
  font-size: small;
  display: inline;
}
@media (min-width: 56.25rem) {
  .featured-board figure {
    position: relative;
    top: 35px;
  }
  .featured-board figure img {
    max-height: 150px;
  }
}

.all-link {
  margin: 40px 0;
}
.all-link a {
  text-decoration: none;
}
.all-link a::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow--small--dark--right.png);
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: multiply;
  margin-right: 8px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.all-link a:hover::before {
  -webkit-transform: scale(-1, -1) translateX(2px);
      -ms-transform: scale(-1, -1) translateX(2px);
          transform: scale(-1, -1) translateX(2px);
}

@media (min-width: 60rem) {
  .post-type-archive-music .header-stars-planet {
    position: relative;
    top: 500px;
  }
}
.post-type-archive-music .home-stars {
  -webkit-transform: scale(0.7) rotate(-22deg);
      -ms-transform: scale(0.7) rotate(-22deg);
          transform: scale(0.7) rotate(-22deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.all-music .title {
  margin-bottom: 10px;
}

.video-title.video-title--music {
  display: none;
  position: absolute;
  right: 20px;
  top: 90px;
}
@media (min-width: 53.75rem) {
  .video-title.video-title--music {
    display: block;
  }
}
.video-title.video-title--music video {
  height: auto;
  width: 160px;
}
@media (min-width: 81.25rem) {
  .video-title.video-title--music video {
    width: 200px;
  }
}

@media (min-width: 53.75rem) and (max-width: 73.75rem) {
  .featured-item__info--music {
    padding-right: 120px;
  }
}
.music-details__text > * + * {
  margin-top: 20px;
}

.post-type-archive-music .featured-item {
  padding-bottom: 230px;
  background-image: url(../img/mountain-1.png), url(../img/ground-1.png);
  background-repeat: no-repeat, repeat-x;
  background-size: 220px auto, auto auto;
  background-position: left calc(100% - 67px), left calc(100% - 70px);
}

article.type-music {
  padding-top: 20px;
}
.music-buy li:not(:last-child) {
  margin-right: 12px;
}
.music-list .grid-list__item a {
  text-decoration: none;
}
.music-list .grid-list__item a [class*=__item__title] {
  padding-bottom: 10px;
  background-image: url(../img/underline--3.png?345);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90% 4px;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html .wp-block-embed figcaption {
  margin: 0;
  background-color: #19243e;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  font-size: 1rem;
}

/* --------------------------------------------------- */
.term-list__item h2 {
  text-align: center;
}
.term-list__item__image img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.term-list ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px 30px;
}
.term-list a {
  text-decoration: none;
}

.all-videos {
  margin: 60px 0;
}

.post-type-archive-video .featured-item {
  padding-bottom: 230px;
  background-image: url(../img/mountain-1.png), url(../img/ground-1.png);
  background-repeat: no-repeat, repeat-x;
  background-size: 220px auto, auto auto;
  background-position: left calc(100% - 67px), left calc(100% - 70px);
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */
.single-video .video {
  margin-bottom: 60px;
}

.related-music ul li + li {
  margin-top: 8px;
}

.book__cover {
  max-width: 540px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  padding-right: 50px;
}
.book__cover > div {
  position: relative;
  -webkit-transform: perspective(100) rotateY(-1deg);
          transform: perspective(100) rotateY(-1deg);
  outline: 1px solid transparent;
  /* Helps smooth jagged edges in Firefox */
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.book__cover > div:before, .book__cover > div:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: " ";
  z-index: -1;
}
.book__cover > div::before {
  width: 100%;
  left: 7.5%;
  background-color: #5a2d18;
  -webkit-box-shadow: 5px 5px 20px #333;
          box-shadow: 5px 5px 20px #333;
  display: none;
}
.book__cover > div::after {
  width: 5%;
  left: 100%;
  background-color: #efefef;
  -webkit-box-shadow: inset 0px 0px 5px #aaa;
          box-shadow: inset 0px 0px 5px #aaa;
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
          transform: perspective(100) rotateY(20deg);
  -webkit-box-shadow: 5px 5px 25px rgba(51, 51, 51, 0.5);
          box-shadow: 5px 5px 25px rgba(51, 51, 51, 0.5);
}
.book__cover img {
  display: block;
  -webkit-box-shadow: 5px 5px 16px rgba(17, 17, 17, 0.2);
          box-shadow: 5px 5px 16px rgba(17, 17, 17, 0.2);
  border-radius: 2px;
}

.book__info span {
  font-weight: 700;
}

.book__buy-links .btn {
  margin-top: 0;
}

article.type-book .col--2 {
  padding-top: 20px;
}

.book__text > * + * {
  margin-top: 1.25rem;
}

.single-book .title-breadcrumbs {
  margin-bottom: 2.5rem;
}

.book-list .grid-list__item a [class*=__item__title] {
  background-image: none;
}

.photo__image {
  margin-bottom: 40px;
}

div.photo__prev-next {
  margin-bottom: 40px;
}
div.photo__prev-next ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
div.photo__prev-next a {
  text-decoration: none;
}

.photo__description {
  margin-bottom: 60px;
  max-width: 80ch;
}

.photo__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.photo__details .all-link {
  margin: 0;
}

.photo__details__category a {
  text-decoration: none;
}

.title-breadcrumbs a {
  text-decoration: none;
  color: #333;
  background-size: 92% 5px;
  position: relative;
}

.pagination {
  text-align: center;
  margin: 40px 0;
  padding-top: 20px;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 2px;
}
.pagination .page-numbers.current {
  font-weight: bold;
}
.pagination a {
  text-decoration: none;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 135px 25px 75px 25px/24px 165px 35px 225px;
  border: solid 7px #333;
  padding: 4px 6px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 4px 6px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}
.child-page-list.alignfull {
  background-color: #fff;
  padding-bottom: 100px;
}

.alignfull > .grid-list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px 30px;
}
.grid-list li + li {
  margin-top: 0;
}
.grid-list li {
  position: relative;
}
.grid-list__item img {
  margin-bottom: 10px;
}

.grid-list__item a {
  text-decoration: none;
}
.grid-list__item a:hover {
  opacity: 0.85;
}

.grid-list__item:nth-child(2n) a [class*=__item__title] {
  background-size: 80% 3px;
}

.grid-list__item:nth-child(4n) a [class*=__item__title] {
  background-size: 75% 3px;
  background-position: 10px bottom;
}

.filter-select {
  display: none;
}

.facetwp-facet-music_categories {
  max-width: 300px;
}
.facetwp-facet-music_categories select {
  color: #111;
  text-transform: lowercase;
}

.facets .facetwp-facet {
  margin-bottom: 0;
}

.facets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0px;
  z-index: 1;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25 ease-out;
  -o-transition: background-color 0.25 ease-out;
  transition: background-color 0.25 ease-out;
}
.facets.is-pinned {
  background-color: rgba(255, 255, 255, 0.85);
}
.facets select {
  min-width: 240px;
}
.facets > * + * {
  margin-left: 10px;
}

.music-list {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.music-list.facet-loaded {
  opacity: 1;
}

.music-list.facet-leaving {
  opacity: 0.6;
}

.facetwp-facet {
  position: relative;
}
.facetwp-facet::after {
  position: absolute;
  right: 7px;
  top: 20px;
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/loader.svg);
  background-repeat: no-repeat;
  opacity: 0;
}

.facetwp-facet.is-loading {
  opacity: 1 !important;
}
.facetwp-facet.is-loading select {
  background-image: none;
}
.facetwp-facet.is-loading::after {
  opacity: 1;
}

/*
  Set the color of the loader icon
*/
.facetwp-facet-load_more.facetwp-type-pager {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.facetwp-facet-load_more.facetwp-type-pager button {
  cursor: pointer;
}

.facet-reset {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  border: 0;
}

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

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

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

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

.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 .btn {
  margin: 10px;
}

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

.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:after {
    content: none;
  }
  .panels--two ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: 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:after {
      content: none;
    }
    .panels--two ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: 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:after {
    content: none;
  }
  .panels--three ul > li {
    clear: none;
    width: 100%;
    padding: 0;
    display: block;
    float: 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:after {
      content: none;
    }
    .panels--three ul > li {
      clear: none;
      width: 100%;
      padding: 0;
      display: block;
      float: 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 {
  margin-bottom: 20px;
}
.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;
}
.panel__subtitle {
  margin-bottom: 10px;
  position: relative;
}
.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 > p {
  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 li:not(.share__email) a svg * {
  fill: #333;
}
.share li.share__email a svg * {
  stroke: #333;
}
.share a:hover svg {
  opacity: 0.7;
}

.cover-wrapper {
  position: relative;
}

.cover {
  position: relative;
  min-height: 100vh;
  min-height: calc(100vh - var(--vh-offset, 0px));
  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;
    margin-left: -100px !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;
}
.block-content .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;
  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;
}

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

.countdown {
  text-align: center;
  padding: 20px 0;
  font-variant-numeric: tabular-nums;
}

.block-content .countdown {
  margin-top: 10px;
}
.block-content .countdown + * {
  margin-top: 10px;
}

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

.child-page-list.alignfull {
  background-color: #fff;
  padding-bottom: 100px;
}

.alignfull > .grid-list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px 30px;
}
.grid-list li + li {
  margin-top: 0;
}
.grid-list li {
  position: relative;
}
.grid-list__item img {
  margin-bottom: 10px;
}

.grid-list__item a {
  text-decoration: none;
}
.grid-list__item a:hover {
  opacity: 0.85;
}

.grid-list__item:nth-child(2n) a [class*=__item__title] {
  background-size: 80% 3px;
}

.grid-list__item:nth-child(4n) a [class*=__item__title] {
  background-size: 75% 3px;
  background-position: 10px bottom;
}

.filter-select {
  display: none;
}

.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;
}
/*# sourceMappingURL=screen.css.map */