/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type="button"],
[type="color"],
[type="date"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[role="button"],
button,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  height: auto;
  max-width: 100%;
}

iframe, embed, object, video {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive > img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.legacy-streaming-audio-player {
  background: #fbf7ef;
  border: 1px solid #f5eddb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  max-width: 100% !important;
  width: 850px;
}

@media screen and (max-width: 991px) {
  .legacy-streaming-audio-player {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .legacy-streaming-audio-player {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .legacy-streaming-audio-player {
    font-size: 10px;
  }
}

.legacy-streaming-audio-player * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.legacy-streaming-audio-player .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.legacy-streaming-audio-player button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  vertical-align: middle;
}

.legacy-streaming-audio-player button:focus {
  outline: 0;
}

.legacy-streaming-audio-player a {
  color: #ea873a;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}

.legacy-streaming-audio-player a:hover, .legacy-streaming-audio-player a:focus {
  color: #fff;
  outline: 0;
  text-decoration: none !important;
}

.legacy-streaming-audio-player > .lsap-upper {
  padding: 2.14286em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 479px) {
  .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-artwork {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1.78571em;
}

@media screen and (max-width: 479px) {
  .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-artwork {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 1.78571em;
    padding-right: 0;
  }
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-artwork > img {
  display: block;
  max-width: 110px;
  width: 100%;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 479px) {
  .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection {
  margin-bottom: 1.42857em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li + li {
  margin-left: 7px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button {
  background: transparent;
  border: 2px solid #fff;
  color: #ea873a;
  min-width: 8.57143em;
  padding: 0.85714em;
}

@media screen and (max-width: 600px) {
  .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button {
    min-width: 0;
  }
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button:hover, .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button:focus, .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-stream-service-selection > ul > li > button.active {
  background: #ea873a;
  border-color: #ea873a;
  color: #fff;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2.14286em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1.42857em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing > div {
  font-size: 1.28571em;
  font-weight: bold;
  line-height: 1.22222;
  text-transform: uppercase;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing > div.lsap-now-playing-artist {
  color: #ea873a;
  margin-bottom: 0.35714em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing > div.lsap-now-playing-title {
  color: #fff;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 600px) {
  .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls {
    display: none;
  }
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > button.lsap-volume-control-mute {
  margin-right: 12px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > button.lsap-volume-control-max {
  margin-left: 12px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar {
  background: #f5eddb;
  border: 1px solid #f5eddb;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 4px;
  position: relative;
  width: 10em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar:hover, .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar:focus {
  cursor: pointer;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar > div {
  background: #ea873a;
  border: 1px solid #ea873a;
  border-radius: 4px;
  bottom: -1px;
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar > div::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.85714em;
  height: 3em;
  position: relative;
  text-align: center;
  width: 3em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button > i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button:hover, .legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button:focus {
  border-color: #ea873a;
  color: #ea873a;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button.lsap-play-controls-play-pause {
  font-size: 1.28571em;
  height: 3em;
  margin: 0 5px;
  width: 3em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button.lsap-play-controls-play-pause > i:nth-child(2) {
  display: none;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 2.14286em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-duration-current,
.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-duration-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.92857em;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-duration-current {
  margin-right: 9px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-duration-total {
  margin-left: 9px;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar {
  background: #f5eddb;
  border: 1px solid #f5eddb;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 4px;
  position: relative;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar > div {
  background: #ea873a;
  border: 1px solid #ea873a;
  border-radius: 4px;
  bottom: -1px;
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  width: 0%;
}

.legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar > div::after {
  background: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
}

.legacy-streaming-audio-player > .lsap-lower {
  padding: 0 10px 10px 1px;
  position: relative;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup {
  background: #ea873a;
  color: #fff;
  display: none;
  left: 0;
  padding: 1.57143em;
  position: absolute;
  top: 0;
  z-index: 10;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ea873a;
  bottom: -10px;
  content: "";
  left: 1.78571em;
  position: absolute;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > span {
  display: block;
  margin-bottom: 0.71429em;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > span:nth-child(1) {
  color: #000;
  font-size: 1.57143em;
  font-weight: 700;
  line-height: 1.13636;
  text-transform: uppercase;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > span:nth-child(2) {
  font-size: 1.28571em;
  line-height: 0.81818;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li + li {
  margin-left: 7px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li > button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  min-width: 8.57143em;
  padding: 0.85714em;
}

@media screen and (max-width: 600px) {
  .legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li > button {
    min-width: 0;
  }
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li > button:hover, .legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li > button:focus, .legacy-streaming-audio-player > .lsap-lower > .lsap-stream-popup > div > ul > li > button.active {
  background: #fbf7ef;
  border-color: #fbf7ef;
  color: #ea873a;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks {
  max-height: 550px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks::-webkit-scrollbar {
  border-radius: 4px;
  width: 6px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks::-webkit-scrollbar-track {
  background: #f5eddb;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks::-webkit-scrollbar-thumb {
  background: #ea873a;
  border-radius: 4px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.57143em;
  position: relative;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:nth-child(odd) {
  background: #f5eddb;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:first-child,
.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item + .lsap-item {
  border-top: 1px solid #ea873a;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-progress {
  background: #a59a3e;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls > button {
  border: 2px solid #ea873a;
  border-radius: 50%;
  color: #ea873a;
  font-size: 0.64286em;
  height: 2.85714em;
  position: relative;
  text-align: center;
  width: 2.85714em;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls > button:hover, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls > button:focus {
  border-color: #fff;
  color: #fff;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls > button > i {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-controls > button > i:nth-child(2) {
  display: none;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.78571em;
  position: relative;
  z-index: 2;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-duration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > a, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > button {
  color: #ea873a;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > a:after, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > button:after {
  background: #ea873a;
  border-radius: 0.71429em;
  color: #fff;
  content: attr(data-title);
  display: none;
  font-size: 0.71429em;
  font-weight: 400;
  line-height: 1;
  min-width: 70px;
  padding: 0.35714em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -2.14286em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > a:hover:after, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > button:hover:after {
  display: block;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > a:hover, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > a:focus, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > button:hover, .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-actions > button:focus {
  color: #fff;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls {
  display: none;
  padding: 1.78571em 0.71429em;
}

@media screen and (max-width: 600px) {
  .legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls {
    display: block;
  }
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 250px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1em;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > button.lsap-volume-control-mute {
  margin-right: 12px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > button.lsap-volume-control-max {
  margin-left: 12px;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar {
  background: #f5eddb;
  border: 1px solid #f5eddb;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 4px;
  position: relative;
  width: 10em;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar:hover, .legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar:focus {
  cursor: pointer;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar > div {
  background: #ea873a;
  border: 1px solid #ea873a;
  border-radius: 4px;
  bottom: -1px;
  display: block;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

.legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls > .lsap-volume-controls > .lsap-volume-control-bar > div::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}

.legacy-streaming-audio-player.legacy-streaming-audio-player-hide-top > .lsap-upper {
  display: none;
}

.legacy-streaming-audio-player.legacy-streaming-audio-player-hide-top > .lsap-lower {
  padding-top: 10px;
}

.legacy-streaming-audio-player .lsap-legal-disclaimer {
  font-size: 14px;
  font-style: italic;
  padding: 0.71429em;
  text-align: center;
}

.legacy-streaming-audio-player .lsap-legal-disclaimer p {
  margin: 0;
}

.legacy-streaming-audio-player .lsap-legal-disclaimer p + p {
  margin-top: 0.35714em;
}

#legacy-streaming-audio-player-footer {
  position: relative;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player {
  background: #ea873a;
  width: 100%;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player button {
  color: #000;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player button.active, #legacy-streaming-audio-player-footer .legacy-streaming-audio-player button:hover, #legacy-streaming-audio-player-footer .legacy-streaming-audio-player button:focus {
  background: #000;
  color: #fff;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar {
  background: #f2e9d9;
  border-color: #f2e9d9;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-volume-controls > .lsap-volume-control-bar > div {
  background: #000;
  border-color: #000;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-artwork-controls > .lsap-upper-controls > .lsap-info-volume > .lsap-now-playing > div.lsap-now-playing-artist {
  color: #000;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar {
  background: #f2e9d9;
  border-color: #f2e9d9;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-progress > .lsap-progress-bar > div {
  background: #000;
  border-color: #000;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player > .lsap-upper > .lsap-play-progress > .lsap-play-controls > button {
  background: #000;
  color: #fff;
}

#legacy-streaming-audio-player-footer .legacy-streaming-audio-player .lsap-lower {
  display: none;
}

#save-popup,
#apple-music-popup {
  background: #fbf7ef;
  color: #fff;
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  left: 0;
  margin: 0 auto;
  max-width: 450px;
  padding: 30px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9999;
}

#save-popup > .save-btns,
#apple-music-popup > .save-btns {
  position: relative;
  z-index: 10000;
}

#save-popup > .save-btns > a,
#apple-music-popup > .save-btns > a {
  -webkit-appearance: none;
  background: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #ea873a;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 0.42857em 0.85714em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  vertical-align: middle;
}

#save-popup > .save-btns > a:hover, #save-popup > .save-btns > a:focus, #save-popup > .save-btns > a.active,
#apple-music-popup > .save-btns > a:hover,
#apple-music-popup > .save-btns > a:focus,
#apple-music-popup > .save-btns > a.active {
  background: #ea873a;
  border-color: #ea873a;
  color: #fff;
  text-decoration: none;
}

#save-popup > .save-btns > a:focus,
#apple-music-popup > .save-btns > a:focus {
  outline: 0;
}

#save-popup:before,
#apple-music-popup:before {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#save-popup > #save-close,
#save-popup > #apple-music-popup-close,
#apple-music-popup > #save-close,
#apple-music-popup > #apple-music-popup-close {
  color: black;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  vertical-align: middle;
  z-index: 10001;
}

#save-popup > #save-close:hover, #save-popup > #save-close:focus,
#save-popup > #apple-music-popup-close:hover,
#save-popup > #apple-music-popup-close:focus,
#apple-music-popup > #save-close:hover,
#apple-music-popup > #save-close:focus,
#apple-music-popup > #apple-music-popup-close:hover,
#apple-music-popup > #apple-music-popup-close:focus {
  color: #fff;
  text-decoration: none;
}

#save-popup > #apple-music-form,
#apple-music-popup > #apple-music-form {
  position: relative;
  z-index: 10000;
}

#save-popup > #apple-music-form > label,
#apple-music-popup > #apple-music-form > label {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}

#save-popup > #apple-music-form > input,
#apple-music-popup > #apple-music-form > input {
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #f5eddb;
  border: 0;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  padding: 5px;
  width: 100%;
}

#save-popup > #apple-music-form > input:focus,
#apple-music-popup > #apple-music-form > input:focus {
  outline: 0;
}

#save-popup > #apple-music-form > button,
#apple-music-popup > #apple-music-form > button {
  -webkit-appearance: none;
  background: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #ea873a;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
  padding: 0.42857em 0.85714em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  vertical-align: middle;
}

#save-popup > #apple-music-form > button:hover, #save-popup > #apple-music-form > button:focus, #save-popup > #apple-music-form > button.active,
#apple-music-popup > #apple-music-form > button:hover,
#apple-music-popup > #apple-music-form > button:focus,
#apple-music-popup > #apple-music-form > button.active {
  background: #ea873a;
  border-color: #ea873a;
  color: #fff;
}

#save-popup > #apple-music-form > button:focus,
#apple-music-popup > #apple-music-form > button:focus {
  outline: 0;
}

html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1130px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 990px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #f2e9d9;
  color: #000;
  font-family: allumi-std-extended, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
  background-image: url("../img/bg-top.png"), url("../img/bg-bottom.png");
  background-size: 105% auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus, a:target {
  color: #ea873a;
}

p {
  margin: .6em 0;
}

.container {
  max-width: 78.125rem;
}

#header {
  padding: 0.625rem 0;
  position: relative;
}

#header h1 {
  width: 20.625rem;
  max-width: 100%;
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .menu-toggle {
  display: block;
  position: relative;
  z-index: 11;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 2.5rem;
  height: 1.875rem;
}

#header .menu-toggle span:first-child {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header .menu-toggle::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  left: 0;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header .menu-toggle::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header .menu-toggle.open span:first-child {
  opacity: 0;
}

#header .menu-toggle.open::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#header .menu-toggle.open::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 990px) {
  #header .menu-toggle {
    display: none;
  }
}

#header .content {
  text-align: right;
}

@media screen and (max-width: 990px) {
  #header .content {
    position: absolute;
    z-index: 10;
    top: 0;
    right: -31.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2.5rem 1.875rem 1.875rem;
    background-color: #f2e9d9;
    -webkit-box-shadow: 0rem 0rem 0 #a59a3e;
            box-shadow: 0rem 0rem 0 #a59a3e;
    -webkit-transition: right .4s, -webkit-box-shadow .8s;
    transition: right .4s, -webkit-box-shadow .8s;
    transition: right .4s, box-shadow .8s;
    transition: right .4s, box-shadow .8s, -webkit-box-shadow .8s;
  }
  #header .content.open {
    right: 0;
    -webkit-box-shadow: -0.625rem 0.625rem 0 #a59a3e;
            box-shadow: -0.625rem 0.625rem 0 #a59a3e;
  }
}

#header .nav {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 0.9375rem;
}

#header .nav ul {
  padding: 0;
}

#header .nav li {
  display: inline-block;
}

#header .nav li + li {
  margin-left: 1.25rem;
}

@media screen and (max-width: 990px) {
  #header .nav {
    text-align: center;
    margin-bottom: 1.875rem;
  }
  #header .nav li {
    display: block;
  }
  #header .nav li + li {
    margin: 1.875rem 0 0;
  }
}

#header .nav a {
  text-shadow: 0 0 #a59a3e;
}

#header .nav a:hover, #header .nav a:active, #header .nav a:focus, #header .nav a:target {
  color: #000;
  text-shadow: -0.5rem 0.5rem #a59a3e;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
}

.social li + li {
  margin-left: 1em;
}

.social .btn {
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
}

.social .btn:hover, .social .btn:active, .social .btn:focus, .social .btn:target {
  background-color: #ea873a;
}

@media screen and (max-width: 400px) {
  .social {
    text-align: center;
  }
}

h2.shadow {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 600;
  color: #e5336f;
  text-shadow: -0.75rem 0.75rem #f2e9d9;
  margin: 1em auto;
}

@media screen and (max-width: 900px) {
  h2.shadow {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  h2.shadow {
    font-size: 1.75rem;
  }
}

#footer {
  padding: 1.875rem 0 0.625rem;
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-wrap img {
  margin-right: 0.625rem;
}

@media screen and (max-width: 900px) {
  #footer .footer-wrap {
    display: block;
  }
  #footer .footer-wrap img {
    display: block;
    margin: 0.625rem auto;
  }
}

#footer .copyright {
  font-family: allumi-std-extended, sans-serif;
  font-weight: 200;
  font-size: 0.625rem;
}

.page-template-default #main .container h2 {
  text-align: center;
}

.page-template-default #main .container form .inputs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37.5rem;
  max-width: 100%;
  margin: 0 auto 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-default #main .container form .inputs-wrap input, .page-template-default #main .container form .inputs-wrap select {
  border: none;
  padding: 0.625rem 0.625rem;
  background-color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0.9375rem;
}

.page-template-default #main .container form .inputs-wrap .wrap {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.page-template-default #main .container form .inputs-wrap button {
  margin-top: 0.9375rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 1.125rem;
}

.page-template-default #main .container form .inputs-wrap button:hover, .page-template-default #main .container form .inputs-wrap button:active, .page-template-default #main .container form .inputs-wrap button:focus, .page-template-default #main .container form .inputs-wrap button:target {
  background-color: #ea873a;
}

.page-template-default .newsletter-section h3 {
  text-align: center;
  margin: 0 auto 1em;
}

.page-template-homepage {
  background-image: url("../img/bg-bottom.png");
  background-size: 100% auto;
  background-position: bottom center;
}

.page-template-homepage #main {
  background-image: url("../img/bg-top.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-template-homepage #header {
  background-image: url("../img/bg-menu.png");
  background-size: cover;
  background-position: center;
}

.page-template-homepage #marquee-header {
  min-height: 6.25rem;
  background-color: #000;
  margin-bottom: -1em;
}

.page-template-homepage #marquee-header .marquee {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

.page-template-homepage #marquee-header .marquee .item {
  display: inline-block;
}

.page-template-homepage #marquee-header .marquee .item + .item {
  margin-left: 1.5em;
}

.page-template-homepage #marquee-header .marquee a {
  cursor: default;
}

.page-template-homepage #marquee-header .marquee a[href] {
  cursor: pointer;
}

.page-template-homepage #marquee-header .marquee a[href]:hover, .page-template-homepage #marquee-header .marquee a[href]:active, .page-template-homepage #marquee-header .marquee a[href]:focus, .page-template-homepage #marquee-header .marquee a[href]:target {
  opacity: .7;
}

.page-template-homepage #marquee-header .marquee1 {
  font-size: 3.625rem;
  line-height: .7;
}

.page-template-homepage #marquee-header .marquee1 .item + .item {
  margin-left: 3.125rem;
}

.page-template-homepage #marquee-header .marquee1 .item:nth-child(4n+1) {
  color: #e5336f;
}

.page-template-homepage #marquee-header .marquee1 .item:nth-child(4n+2) {
  color: #a59a3e;
}

.page-template-homepage #marquee-header .marquee1 .item:nth-child(4n+3) {
  color: #2b9c9a;
}

.page-template-homepage #marquee-header .marquee1 .item:nth-child(4n) {
  color: #ea873a;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #marquee-header .marquee1 {
    font-size: 2rem;
  }
}

.page-template-homepage #marquee-header .marquee2 {
  font-size: 2rem;
  line-height: .2;
}

.page-template-homepage #marquee-header .marquee2 .item:nth-child(4n+1) {
  color: #ea873a;
}

.page-template-homepage #marquee-header .marquee2 .item:nth-child(4n+2) {
  color: #e5336f;
}

.page-template-homepage #marquee-header .marquee2 .item:nth-child(4n+3) {
  color: #2b9c9a;
}

.page-template-homepage #marquee-header .marquee2 .item:nth-child(4n) {
  color: #a59a3e;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #marquee-header .marquee2 {
    font-size: 1.5rem;
  }
}

.page-template-homepage #marquee-header .marquee3 {
  font-size: 2.75rem;
  line-height: .7;
  position: relative;
  z-index: 50;
}

.page-template-homepage #marquee-header .marquee3 .item:nth-child(4n+1) {
  color: #a59a3e;
}

.page-template-homepage #marquee-header .marquee3 .item:nth-child(4n+2) {
  color: #e5336f;
}

.page-template-homepage #marquee-header .marquee3 .item:nth-child(4n+3) {
  color: #ea873a;
}

.page-template-homepage #marquee-header .marquee3 .item:nth-child(4n) {
  color: #2b9c9a;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #marquee-header .marquee3 {
    font-size: 1.5rem;
  }
}

.page-template-homepage #marquee-header .marqueetop img {
  display: block;
  height: 34.375rem;
  width: auto;
  margin-bottom: -2.75rem;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #marquee-header .marqueetop img {
    height: 18.75rem;
  }
}

.page-template-homepage #marquee-header .marqueebottom img {
  display: block;
  height: 21.875rem;
  width: auto;
  margin-top: -1.875rem;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #marquee-header .marqueebottom img {
    height: 15.625rem;
  }
}

.page-template-homepage #news .container {
  padding-top: 1px;
}

.page-template-homepage #news .content {
  padding: 3.75rem;
  min-height: 37.5rem;
  background-image: url("../img/bg-news.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #news .content {
    padding: 3.75rem 0.3125rem;
  }
}

@media screen and (max-width: 780px) {
  .page-template-homepage #news .content #cff.cff-masonry .cff-item.cff-box {
    margin: 0.625rem 0;
  }
}

.page-template-homepage #news #cff .cff-author .cff-date, .page-template-homepage #news #cff-lightbox-wrapper .cff-author .cff-date {
  color: #555555;
}

.page-template-homepage #playlists .container {
  max-width: 75rem;
  position: relative;
  background-image: url("../img/bg-music.png");
  background-size: 95% auto;
  padding: 2.5rem 0.625rem 6.25rem;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (min-width: 951px) {
  .page-template-homepage #playlists .container h2.shadow {
    position: absolute;
    top: 0;
    right: 0.625rem;
  }
}

@media screen and (max-width: 950px) {
  .page-template-homepage #playlists .container h2.shadow {
    text-align: center;
    margin-top: 0;
  }
}

.page-template-homepage #playlists .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 950px) {
  .page-template-homepage #playlists .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-homepage #playlists .wrap + .wrap {
  margin-top: -5rem;
}

@media screen and (max-width: 950px) {
  .page-template-homepage #playlists .wrap + .wrap {
    margin-top: 1.25rem;
  }
}

.page-template-homepage #playlists .wrap .cover {
  -webkit-box-flex: .55;
      -ms-flex: .55;
          flex: .55;
}

.page-template-homepage #playlists .wrap .cover img {
  width: 100%;
  display: block;
}

.page-template-homepage #playlists .wrap a.cover:hover, .page-template-homepage #playlists .wrap a.cover:active, .page-template-homepage #playlists .wrap a.cover:focus, .page-template-homepage #playlists .wrap a.cover:target {
  -webkit-box-shadow: -0.625rem 0.625rem 0 #ea873a;
          box-shadow: -0.625rem 0.625rem 0 #ea873a;
}

.page-template-homepage #playlists .wrap .info {
  -webkit-box-flex: .45;
      -ms-flex: .45;
          flex: .45;
  padding: 0 3.125rem;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #playlists .wrap .info {
    padding: 0 0.625rem;
    text-align: center;
  }
}

.page-template-homepage #playlists .wrap .title {
  font-size: 1.875rem;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .page-template-homepage #playlists .wrap .title {
    font-size: 1.5rem;
  }
}

.page-template-homepage #playlists .wrap .artist {
  font-size: 1.375rem;
}

.page-template-homepage #playlists .wrap .btn {
  margin-top: 1.5625rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
}

.page-template-homepage #playlists .wrap .btn:hover, .page-template-homepage #playlists .wrap .btn:active, .page-template-homepage #playlists .wrap .btn:focus, .page-template-homepage #playlists .wrap .btn:target {
  background-color: #ea873a;
}

@media screen and (min-width: 951px) {
  .page-template-homepage #playlists .wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-template-homepage #playlists .wrap:nth-child(odd) .info {
    text-align: right;
  }
}

.page-template-homepage #videos {
  padding: 1px 0 6.25rem;
  background-color: #000;
  background-image: url("../img/bg-videos.png");
}

.page-template-homepage #videos .container {
  max-width: 75rem;
}

.page-template-homepage #videos h2.shadow {
  text-align: center;
  background-size: cover;
  text-shadow: -0.75rem 0.75rem #000;
}

.page-template-homepage #videos .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #videos .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.page-template-homepage #videos .wrap + .wrap {
  margin-top: 0.625rem;
}

.page-template-homepage #videos .wrap .side {
  -webkit-box-flex: .55;
      -ms-flex: .55;
          flex: .55;
}

.page-template-homepage #videos .wrap .side:hover, .page-template-homepage #videos .wrap .side:active, .page-template-homepage #videos .wrap .side:focus, .page-template-homepage #videos .wrap .side:target {
  -webkit-box-shadow: -0.625rem 0.625rem 0 #ea873a;
          box-shadow: -0.625rem 0.625rem 0 #ea873a;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #videos .wrap .side {
    width: 100%;
    max-width: 37.5rem;
  }
}

.page-template-homepage #videos .wrap .side img {
  display: block;
}

.page-template-homepage #videos .wrap .info {
  -webkit-box-flex: .45;
      -ms-flex: .45;
          flex: .45;
  padding: 0 3.125rem;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #videos .wrap .info {
    padding: 0 0.625rem;
  }
}

.page-template-homepage #videos .wrap .info .title {
  font-size: 1.875rem;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .page-template-homepage #videos .wrap .info .title {
    font-size: 1.5rem;
  }
}

.page-template-homepage #videos .wrap .info .artist {
  font-size: 1.375rem;
}

.page-template-homepage #videos .wrap i {
  font-size: 2.5rem;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #videos .wrap i {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .page-template-homepage #videos .wrap:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-template-homepage #videos .wrap:nth-child(even) .info {
    text-align: right;
  }
}

.page-template-homepage #products {
  padding-bottom: 5rem;
}

.page-template-homepage #products h2.shadow {
  margin: 0 0 .3em;
}

.page-template-homepage #products .wrap {
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #products .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.page-template-homepage #products .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #products .product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.page-template-homepage #products .product {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-template-homepage #products .product .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-homepage #products .product .info p {
  margin: .4em 0;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #products .product {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-template-homepage #products .product + .product {
    margin-top: 0.9375rem;
  }
}

.page-template-homepage #products img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.page-template-homepage #products .btn {
  margin-top: 1rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 1rem;
}

.page-template-homepage #products .btn:hover, .page-template-homepage #products .btn:active, .page-template-homepage #products .btn:focus, .page-template-homepage #products .btn:target {
  background-color: #ea873a;
}

.page-template-homepage .all-btn {
  text-transform: uppercase;
  font-family: "obviously-wide", sans-serif;
  letter-spacing: .3em;
  text-decoration: underline;
  font-size: 0.75rem;
}

#save-popup, #apple-music-popup {
  font-family: allumi-std-extended, sans-serif;
  background-color: transparent;
  padding: 0;
}

#save-popup > .save-btns, #apple-music-popup > .save-btns {
  padding: 1.875rem;
  background-color: #f2e9d9;
}

#save-popup > .save-btns > a, #apple-music-popup > .save-btns > a {
  color: #fff;
  background-color: #2b9c9a;
  border: none;
}

#save-popup > .save-btns > a:hover, #save-popup > .save-btns > a:active, #save-popup > .save-btns > a:focus, #save-popup > .save-btns > a:target, #apple-music-popup > .save-btns > a:hover, #apple-music-popup > .save-btns > a:active, #apple-music-popup > .save-btns > a:focus, #apple-music-popup > .save-btns > a:target {
  background-color: #ea873a;
}

#save-popup > .save-btns > a[data-service="deezer"], #apple-music-popup > .save-btns > a[data-service="deezer"] {
  display: none;
}

.page-template-releases h2.shadow, .single-artist h2.shadow, .tax-music_tag h2.shadow {
  margin: 0 0 .3em;
}

.page-template-releases .top-wrap, .single-artist .top-wrap, .tax-music_tag .top-wrap {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .page-template-releases .top-wrap, .single-artist .top-wrap, .tax-music_tag .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-releases .top-wrap form, .single-artist .top-wrap form, .tax-music_tag .top-wrap form {
  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;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-releases .top-wrap form p, .single-artist .top-wrap form p, .tax-music_tag .top-wrap form p {
  margin: 0;
}

.page-template-releases .top-wrap form p:nth-child(1), .single-artist .top-wrap form p:nth-child(1), .tax-music_tag .top-wrap form p:nth-child(1) {
  margin-left: 0.625rem;
}

.page-template-releases .top-wrap form input[type='radio'], .single-artist .top-wrap form input[type='radio'], .tax-music_tag .top-wrap form input[type='radio'] {
  display: none;
}

.page-template-releases .top-wrap form label, .single-artist .top-wrap form label, .tax-music_tag .top-wrap form label {
  margin: 0 0.625rem;
  cursor: pointer;
  display: inline-block;
}

.page-template-releases .top-wrap form label:hover, .page-template-releases .top-wrap form label:active, .page-template-releases .top-wrap form label:focus, .page-template-releases .top-wrap form label:target, .single-artist .top-wrap form label:hover, .single-artist .top-wrap form label:active, .single-artist .top-wrap form label:focus, .single-artist .top-wrap form label:target, .tax-music_tag .top-wrap form label:hover, .tax-music_tag .top-wrap form label:active, .tax-music_tag .top-wrap form label:focus, .tax-music_tag .top-wrap form label:target {
  text-decoration: underline;
}

.page-template-releases .top-wrap form .search-box, .single-artist .top-wrap form .search-box, .tax-music_tag .top-wrap form .search-box {
  position: relative;
}

@media screen and (max-width: 900px) {
  .page-template-releases .top-wrap form .search-box, .single-artist .top-wrap form .search-box, .tax-music_tag .top-wrap form .search-box {
    display: block;
    margin-top: 0.625rem;
  }
}

.page-template-releases .top-wrap form #s, .single-artist .top-wrap form #s, .tax-music_tag .top-wrap form #s {
  border: none;
  padding: 1rem 0.625rem 0.8125rem;
}

.page-template-releases .top-wrap form button, .single-artist .top-wrap form button, .tax-music_tag .top-wrap form button {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a59a3e;
  font-size: 1.125rem;
}

.page-template-releases .top-wrap form button:hover, .page-template-releases .top-wrap form button:active, .page-template-releases .top-wrap form button:focus, .page-template-releases .top-wrap form button:target, .single-artist .top-wrap form button:hover, .single-artist .top-wrap form button:active, .single-artist .top-wrap form button:focus, .single-artist .top-wrap form button:target, .tax-music_tag .top-wrap form button:hover, .tax-music_tag .top-wrap form button:active, .tax-music_tag .top-wrap form button:focus, .tax-music_tag .top-wrap form button:target {
  color: #000;
}

.page-template-releases .music-wrap, .single-artist .music-wrap, .tax-music_tag .music-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-releases .music-wrap .filler, .single-artist .music-wrap .filler, .tax-music_tag .music-wrap .filler {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
}

@media screen and (max-width: 900px) {
  .page-template-releases .music-wrap .filler, .single-artist .music-wrap .filler, .tax-music_tag .music-wrap .filler {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 450px) {
  .page-template-releases .music-wrap .filler, .single-artist .music-wrap .filler, .tax-music_tag .music-wrap .filler {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-releases .music-wrap .release, .single-artist .music-wrap .release, .tax-music_tag .music-wrap .release {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-bottom: 1.5%;
  position: relative;
}

@media screen and (max-width: 900px) {
  .page-template-releases .music-wrap .release, .single-artist .music-wrap .release, .tax-music_tag .music-wrap .release {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 450px) {
  .page-template-releases .music-wrap .release, .single-artist .music-wrap .release, .tax-music_tag .music-wrap .release {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-releases .music-wrap .release img, .single-artist .music-wrap .release img, .tax-music_tag .music-wrap .release img {
  display: block;
}

.page-template-releases .music-wrap .release .info, .single-artist .music-wrap .release .info, .tax-music_tag .music-wrap .release .info {
  background-color: #a59a3eAA;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem 0.9375rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.page-template-releases .music-wrap .release .info .artist, .single-artist .music-wrap .release .info .artist, .tax-music_tag .music-wrap .release .info .artist {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

.page-template-releases .music-wrap .release:hover .info, .page-template-releases .music-wrap .release:active .info, .page-template-releases .music-wrap .release:focus .info, .page-template-releases .music-wrap .release:target .info, .single-artist .music-wrap .release:hover .info, .single-artist .music-wrap .release:active .info, .single-artist .music-wrap .release:focus .info, .single-artist .music-wrap .release:target .info, .tax-music_tag .music-wrap .release:hover .info, .tax-music_tag .music-wrap .release:active .info, .tax-music_tag .music-wrap .release:focus .info, .tax-music_tag .music-wrap .release:target .info {
  opacity: 1;
  color: #fff;
}

.page-template-playlists h2.shadow, .single-artist h2.shadow {
  margin: 0 0 .3em;
}

.page-template-playlists .top-wrap, .single-artist .top-wrap {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .page-template-playlists .top-wrap, .single-artist .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-playlists .playlist-wrap, .single-artist .playlist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-playlists .playlist-wrap .featured-release, .single-artist .playlist-wrap .featured-release {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-template-playlists .playlist-wrap .filler, .single-artist .playlist-wrap .filler {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (max-width: 450px) {
  .page-template-playlists .playlist-wrap .filler, .single-artist .playlist-wrap .filler {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-playlists .playlist-wrap .release, .single-artist .playlist-wrap .release {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 4%;
  position: relative;
}

@media screen and (max-width: 450px) {
  .page-template-playlists .playlist-wrap .release, .single-artist .playlist-wrap .release {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-playlists .playlist-wrap .release img, .single-artist .playlist-wrap .release img {
  display: block;
  width: 100%;
}

.page-template-playlists .playlist-wrap .release .info, .single-artist .playlist-wrap .release .info {
  background-color: #a59a3eAA;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem 0.9375rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  font-size: 1.25rem;
}

@media screen and (max-width: 1000px) {
  .page-template-playlists .playlist-wrap .release .info, .single-artist .playlist-wrap .release .info {
    font-size: 1rem;
  }
}

.page-template-playlists .playlist-wrap .release .info .title, .single-artist .playlist-wrap .release .info .title {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

.page-template-playlists .playlist-wrap .release .info .btn, .single-artist .playlist-wrap .release .info .btn {
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.page-template-playlists .playlist-wrap .release .info .btn:hover, .page-template-playlists .playlist-wrap .release .info .btn:active, .page-template-playlists .playlist-wrap .release .info .btn:focus, .page-template-playlists .playlist-wrap .release .info .btn:target, .single-artist .playlist-wrap .release .info .btn:hover, .single-artist .playlist-wrap .release .info .btn:active, .single-artist .playlist-wrap .release .info .btn:focus, .single-artist .playlist-wrap .release .info .btn:target {
  background-color: #ea873a;
}

.page-template-playlists .playlist-wrap .release:hover .info, .page-template-playlists .playlist-wrap .release:active .info, .page-template-playlists .playlist-wrap .release:focus .info, .page-template-playlists .playlist-wrap .release:target .info, .single-artist .playlist-wrap .release:hover .info, .single-artist .playlist-wrap .release:active .info, .single-artist .playlist-wrap .release:focus .info, .single-artist .playlist-wrap .release:target .info {
  opacity: 1;
  color: #fff;
}

.page-template-mural h2 {
  font-size: 3.75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
  font-family: "obviously-wide", sans-serif;
}

.page-template-mural h2 span {
  color: #e5336f;
}

@media screen and (max-width: 700px) {
  .page-template-mural h2 {
    font-size: 2.1875rem;
    text-align: center;
  }
}

.page-template-mural #info {
  background-color: #000;
  color: #fff;
  padding: 3.75rem 0;
}

.page-template-mural #info .pink {
  font-size: 1.4375rem;
  font-family: "obviously-wide", sans-serif;
  letter-spacing: .1em;
  color: #e5336f;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-template-mural #info h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 950px) {
  .page-template-mural #info h2 {
    text-align: center;
  }
}

.page-template-mural #info p {
  line-height: 1.4;
}

.page-template-mural #info .images {
  padding-right: 1.875rem;
  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;
}

.page-template-mural #info .images img {
  width: 100%;
}

.page-template-mural #info .images img + img {
  margin-top: 1.875rem;
}

.page-template-mural #info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-mural #info .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 950px) {
  .page-template-mural #info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-mural #info .container .images {
    padding: 1.25rem 0;
  }
  .page-template-mural #info .container .pink {
    text-align: center;
  }
  .page-template-mural #info .container .content {
    width: 37.5rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0.625rem;
  }
}

.page-template-mural #info .container .video {
  margin: 2.5rem 0 0;
  border: 2px solid #e5336f;
}

.page-template-mural #artwork {
  padding: 3.75rem 0 0;
}

.page-template-mural #artwork h2 {
  text-align: center;
  margin-bottom: 1em;
}

.page-template-mural #artwork p {
  line-height: 1.4;
}

.page-template-mural #artwork .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #000;
  margin-bottom: 1.875rem;
}

.page-template-mural #artwork .item .info {
  padding: 3.125rem;
  -ms-flex-preferred-size: 28.125rem;
      flex-basis: 28.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-mural #artwork .item .info p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-mural #artwork .item .info h3 {
  color: #2b9c9a;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.875rem;
}

.page-template-mural #artwork .item .info h3 span {
  font-size: 1.125rem;
  letter-spacing: 0;
  display: block;
}

.page-template-mural #artwork .item .info .mfp-inline span, .page-template-mural #artwork .item .info .mfp-inline i {
  display: inline-block;
  vertical-align: middle;
}

.page-template-mural #artwork .item .info .mfp-inline i {
  font-size: 2.5rem;
  color: #e5336f;
}

.page-template-mural #artwork .item .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 22.5rem;
}

.page-template-mural #artwork .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media screen and (min-width: 701px) {
  .page-template-mural #artwork .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 700px) {
  .page-template-mural #artwork .item {
    display: block;
  }
  .page-template-mural #artwork .item .info {
    padding: 1.875rem;
  }
}

.page-template-mural #music {
  padding: 3.75rem 0;
}

.page-template-mural #music .container {
  max-width: 68.75rem;
}

.page-template-mural #music h2 {
  text-align: center;
  margin-bottom: 1em;
}

.page-template-mural #music .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 950px) {
  .page-template-mural #music .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-mural #music .wrap + .wrap {
  margin-top: -5rem;
}

@media screen and (max-width: 950px) {
  .page-template-mural #music .wrap + .wrap {
    margin-top: 1.25rem;
  }
}

.page-template-mural #music .wrap .cover {
  -webkit-box-flex: .55;
      -ms-flex: .55;
          flex: .55;
}

.page-template-mural #music .wrap .cover img {
  width: 100%;
  display: block;
}

.page-template-mural #music .wrap a.cover:hover, .page-template-mural #music .wrap a.cover:active, .page-template-mural #music .wrap a.cover:focus, .page-template-mural #music .wrap a.cover:target {
  -webkit-box-shadow: -0.625rem 0.625rem 0 #ea873a;
          box-shadow: -0.625rem 0.625rem 0 #ea873a;
}

.page-template-mural #music .wrap .info {
  -webkit-box-flex: .45;
      -ms-flex: .45;
          flex: .45;
  padding: 0 3.125rem;
}

@media screen and (max-width: 950px) {
  .page-template-mural #music .wrap .info {
    padding: 0 0.625rem;
    text-align: center;
  }
}

.page-template-mural #music .wrap .title {
  font-size: 1.875rem;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .page-template-mural #music .wrap .title {
    font-size: 1.5rem;
  }
}

.page-template-mural #music .wrap .artist {
  font-size: 1.375rem;
}

.page-template-mural #music .wrap .btn {
  margin-top: 1.5625rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
}

.page-template-mural #music .wrap .btn:hover, .page-template-mural #music .wrap .btn:active, .page-template-mural #music .wrap .btn:focus, .page-template-mural #music .wrap .btn:target {
  background-color: #ea873a;
}

@media screen and (min-width: 951px) {
  .page-template-mural #music .wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-template-mural #music .wrap:nth-child(odd) .info {
    text-align: right;
  }
}

.mural-popup {
  position: relative;
  width: 100%;
  max-width: 81.25rem;
  padding: 1.875rem 3.75rem;
  margin: 1.875rem auto;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .mural-popup {
    padding: 1.875rem 0.9375rem;
  }
}

.mural-popup .mfp-close {
  color: #fff;
  opacity: 1;
  font-size: 3.75rem;
  top: 1.5rem;
}

.mural-popup h3 {
  color: #2b9c9a;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.875rem;
  margin-bottom: 1em;
  padding-right: 2.5rem;
}

.mural-popup .photo img {
  width: 100%;
  height: auto;
}

.mural-popup .photo video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mural-popup .info {
  width: 100%;
  max-width: 65.625rem;
  margin: 1.875rem auto 2.8125rem;
  line-height: 1.4;
}

.mural-popup .artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #666;
  padding: 2.8125rem 0;
}

@media screen and (max-width: 700px) {
  .mural-popup .artist {
    -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;
  }
  .mural-popup .artist h3 {
    text-align: center;
    margin-top: 1.5625rem;
  }
}

.mural-popup .artist h3 {
  color: #e5336f;
}

.mural-popup .artist .img {
  -ms-flex-preferred-size: 16.25rem;
      flex-basis: 16.25rem;
}

.mural-popup .artist .artist-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
}

.mural-popup .artist .btn {
  margin-top: 1.875rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 1.125rem;
}

.mural-popup .artist .btn span, .mural-popup .artist .btn i {
  display: inline-block;
  vertical-align: middle;
}

.mural-popup .artist .btn i {
  margin-right: 0.625rem;
  color: #000;
  font-size: 1.375rem;
}

@media screen and (max-width: 1000px) {
  .mural-popup .artist .btn {
    width: 10.625rem;
    text-align: center;
  }
}

.mural-popup .artist .btn:hover, .mural-popup .artist .btn:active, .mural-popup .artist .btn:focus, .mural-popup .artist .btn:target {
  background-color: #ea873a;
}

.mural-popup .media-responsive {
  border: 2px solid #e5336f;
}

.mural-popup .footer {
  margin-top: 1.875rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mural-popup .footer .mfp-close-btn i {
  display: block;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #e5336f;
}

.mural-popup .footer .mfp-close-btn span {
  display: block;
  text-decoration: underline;
  margin: 0.625rem 0;
}

.mural-popup .footer .share span {
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.3125rem 0;
}

.mural-popup .footer .share a {
  display: inline-block;
  font-size: 1.5rem;
}

.page-template-artists h2.shadow {
  margin: 0 0 .3em;
  text-align: left;
}

.page-template-artists .top-wrap {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .page-template-artists .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-artists .artist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-artists .artist-wrap .filler {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
}

@media screen and (max-width: 900px) {
  .page-template-artists .artist-wrap .filler {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 450px) {
  .page-template-artists .artist-wrap .filler {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-artists .artist-wrap .release {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-bottom: 2.5rem;
  position: relative;
}

@media screen and (max-width: 900px) {
  .page-template-artists .artist-wrap .release {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 450px) {
  .page-template-artists .artist-wrap .release {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-artists .artist-wrap .release .item {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  background-color: #888;
}

.page-template-artists .artist-wrap .release img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.page-template-artists .artist-wrap .release .info {
  background-color: #a59a3eAA;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem 0.9375rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.page-template-artists .artist-wrap .release .info .artist {
  color: #fff;
  padding: 2em 0;
}

.page-template-artists .artist-wrap .release .artist {
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.page-template-artists .artist-wrap .release:hover .info, .page-template-artists .artist-wrap .release:active .info, .page-template-artists .artist-wrap .release:focus .info, .page-template-artists .artist-wrap .release:target .info {
  opacity: 1;
  color: #fff;
}

.page-template-videos h2.shadow, .single-artist h2.shadow {
  text-align: center;
  text-shadow: -0.75rem 0.75rem #000;
}

.page-template-videos .feature, .single-artist .feature {
  padding: 1px 0 1.875rem;
  background-color: #000;
  background-image: url("../img/bg-videos.png");
}

.page-template-videos .feature .feature-video, .single-artist .feature .feature-video {
  padding-bottom: 4.375rem;
}

.page-template-videos .feature .artist, .single-artist .feature .artist {
  color: #fff;
  font-size: 1.5rem;
  font-family: "obviously-wide", sans-serif;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 1.875rem;
}

.page-template-videos .feature .title, .single-artist .feature .title {
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: bottom;
}

.page-template-videos #release-sort, .single-artist #release-sort {
  margin: 1.25rem auto;
  text-align: center;
}

@media screen and (max-width: 770px) {
  .page-template-videos #release-sort, .single-artist #release-sort {
    max-width: 100%;
    width: 31.25rem;
  }
}

.page-template-videos #release-sort label, .single-artist #release-sort label {
  margin: 0 0.625rem;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.0625rem 0.75rem 0.25rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 990px) {
  .page-template-videos #release-sort label, .single-artist #release-sort label {
    font-size: 0.875rem;
  }
}

.page-template-videos #release-sort label.current, .single-artist #release-sort label.current {
  color: #fff;
  background-color: #e5336f;
}

.page-template-videos #release-sort label:hover, .page-template-videos #release-sort label:active, .page-template-videos #release-sort label:focus, .page-template-videos #release-sort label:target, .single-artist #release-sort label:hover, .single-artist #release-sort label:active, .single-artist #release-sort label:focus, .single-artist #release-sort label:target {
  color: #fff;
  background-color: #e5336f;
}

.page-template-videos #release-sort input[type='radio'], .single-artist #release-sort input[type='radio'] {
  display: none;
}

.page-template-videos .side, .single-artist .side {
  display: block;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-videos .side::after, .single-artist .side::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0.625rem 0;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-videos .side:hover, .page-template-videos .side:active, .page-template-videos .side:focus, .page-template-videos .side:target, .single-artist .side:hover, .single-artist .side:active, .single-artist .side:focus, .single-artist .side:target {
  -webkit-box-shadow: -0.625rem 0.625rem #e5336f;
          box-shadow: -0.625rem 0.625rem #e5336f;
}

.page-template-videos .side:hover::after, .page-template-videos .side:active::after, .page-template-videos .side:focus::after, .page-template-videos .side:target::after, .single-artist .side:hover::after, .single-artist .side:active::after, .single-artist .side:focus::after, .single-artist .side:target::after {
  color: #e5336f;
  border-color: #e5336f;
}

.page-template-videos .video-wrap, .single-artist .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-videos .video-wrap .filler, .single-artist .video-wrap .filler {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media screen and (max-width: 600px) {
  .page-template-videos .video-wrap .filler, .single-artist .video-wrap .filler {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-videos .video-wrap .release, .single-artist .video-wrap .release {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  margin-bottom: 4%;
}

@media screen and (max-width: 600px) {
  .page-template-videos .video-wrap .release, .single-artist .video-wrap .release {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.single-release .post, .single-artist .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
}

@media screen and (max-width: 900px) {
  .single-release .post, .single-artist .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-release h2.display, .single-artist h2.display {
  font-size: 1.875rem;
  font-family: "obviously-wide", sans-serif;
  text-transform: uppercase;
}

.single-release .info, .single-artist .info {
  padding: 0 3.125rem;
}

@media screen and (max-width: 900px) {
  .single-release .info, .single-artist .info {
    padding: 0 0.625rem;
  }
}

.single-release .info .artist, .single-artist .info .artist {
  font-size: 1.375rem;
}

.single-release .info .date, .single-artist .info .date {
  font-size: 0.75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.single-release .info .btn-wrap, .single-artist .info .btn-wrap {
  margin-top: 2.5rem;
}

.single-release .info .btn-wrap .btn, .single-artist .info .btn-wrap .btn {
  margin-bottom: 0.625rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
}

@media screen and (max-width: 1000px) {
  .single-release .info .btn-wrap .btn, .single-artist .info .btn-wrap .btn {
    width: 10.625rem;
    text-align: center;
  }
}

.single-release .info .btn-wrap .btn:hover, .single-release .info .btn-wrap .btn:active, .single-release .info .btn-wrap .btn:focus, .single-release .info .btn-wrap .btn:target, .single-artist .info .btn-wrap .btn:hover, .single-artist .info .btn-wrap .btn:active, .single-artist .info .btn-wrap .btn:focus, .single-artist .info .btn-wrap .btn:target {
  background-color: #ea873a;
}

.single-release .info .btn-wrap .dropdown-wrap, .single-artist .info .btn-wrap .dropdown-wrap {
  width: 10.625rem;
  display: inline-block;
  margin-bottom: 0.625rem;
  vertical-align: top;
}

@media screen and (max-width: 1000px) {
  .single-release .info .btn-wrap .dropdown-wrap, .single-artist .info .btn-wrap .dropdown-wrap {
    display: block;
  }
}

.single-release .info .btn-wrap .dropdown-wrap .dropdown-toggle, .single-artist .info .btn-wrap .dropdown-wrap .dropdown-toggle {
  border-top: none;
}

.single-release .info .btn-wrap .dropdown-wrap a, .single-artist .info .btn-wrap .dropdown-wrap a {
  border-top: 1px solid #000;
  width: 100%;
  background-color: #e5336f;
  text-align: center;
  color: #fff;
  display: block;
  padding: 0.625rem;
  font-weight: 200;
  font-size: 0.875rem;
}

.single-release .info .btn-wrap .dropdown-wrap a:hover, .single-release .info .btn-wrap .dropdown-wrap a:active, .single-release .info .btn-wrap .dropdown-wrap a:focus, .single-release .info .btn-wrap .dropdown-wrap a:target, .single-artist .info .btn-wrap .dropdown-wrap a:hover, .single-artist .info .btn-wrap .dropdown-wrap a:active, .single-artist .info .btn-wrap .dropdown-wrap a:focus, .single-artist .info .btn-wrap .dropdown-wrap a:target {
  background-color: #ea873a;
}

.single-release .info .btn-wrap .dropdown-wrap li a, .single-artist .info .btn-wrap .dropdown-wrap li a {
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 3.125rem;
}

.single-release .info .btn-wrap .dropdown-wrap:not(.open) li:nth-child(n+2) a, .single-artist .info .btn-wrap .dropdown-wrap:not(.open) li:nth-child(n+2) a {
  font-size: 0;
  max-height: 0;
  padding: 0;
  border: none;
}

.single-release .player, .single-artist .player {
  padding: 2.5rem 0 3.75rem;
  background-color: #000;
  background-image: url("../img/bg-videos.png");
}

.single-release .player h2, .single-artist .player h2 {
  color: #f2e9d9;
  margin-bottom: 2.5rem;
}

.single-release .legacy-streaming-audio-player, .single-artist .legacy-streaming-audio-player {
  margin: 0 auto;
  width: 100%;
  background-color: #fbf7ef;
  font-family: allumi-std-extended, sans-serif;
  font-size: 1rem;
  color: #000;
}

@media screen and (max-width: 450px) {
  .single-release .legacy-streaming-audio-player, .single-artist .legacy-streaming-audio-player {
    font-size: 0.75rem;
  }
  .single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-title, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item > .lsap-track-title {
    padding: 0 0.9375rem;
  }
}

.single-release .legacy-streaming-audio-player .lsap-legal-disclaimer, .single-artist .legacy-streaming-audio-player .lsap-legal-disclaimer {
  font-size: 0.625rem;
  border-top: 1px solid #f5eddb;
}

.single-release .legacy-streaming-audio-player > .lsap-lower, .single-artist .legacy-streaming-audio-player > .lsap-lower {
  padding: 0;
}

.single-release .legacy-streaming-audio-player .lsap-disc-no, .single-artist .legacy-streaming-audio-player .lsap-disc-no {
  display: none;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track:nth-child(odd), .single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:nth-child(odd), .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track:nth-child(odd), .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-item:nth-child(odd) {
  background: #f5eddb;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks {
  overflow: visible;
  max-height: none;
  padding: 0;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track {
  border: none;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-mobile-controls {
  display: none;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button {
  color: #ea873a;
  border-color: #ea873a;
}

.single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:hover, .single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:active, .single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:focus, .single-release .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:target, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:hover, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:active, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:focus, .single-artist .legacy-streaming-audio-player > .lsap-lower > .lsap-tracks > .lsap-track > .lsap-track-controls > button:target {
  color: #000;
  border-color: #000;
}

.single-release .legacy-streaming-audio-player .lsap-lyrics-link, .single-artist .legacy-streaming-audio-player .lsap-lyrics-link {
  display: none !important;
}

.single-release .legacy-streaming-audio-player .zmdi, .single-artist .legacy-streaming-audio-player .zmdi {
  font-size: 1.25rem;
}

.single-release .legacy-streaming-audio-player .zmdi-playlist-plus, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus {
  font-size: 1.5625rem;
  color: #e5336f;
}

.single-release .legacy-streaming-audio-player .zmdi-playlist-plus:before, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus:before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
}

.single-release .legacy-streaming-audio-player .zmdi-playlist-plus:hover, .single-release .legacy-streaming-audio-player .zmdi-playlist-plus:active, .single-release .legacy-streaming-audio-player .zmdi-playlist-plus:focus, .single-release .legacy-streaming-audio-player .zmdi-playlist-plus:target, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus:hover, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus:active, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus:focus, .single-artist .legacy-streaming-audio-player .zmdi-playlist-plus:target {
  color: #000;
}

.single-artist h2.shadow {
  text-shadow: none;
  margin-bottom: .5em;
  text-align: left;
}

.single-artist .post .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-artist .post .cover {
  width: 37.5rem;
  max-width: 100%;
}

.single-artist .post .cover img {
  width: 100%;
  height: auto;
}

.single-artist section {
  margin-top: 3.125rem;
}

.single-artist section .playlist-wrap {
  margin-bottom: -2%;
}

.wp-pagenavi {
  text-align: center;
  margin: 5rem 0 2.5rem;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .extend {
  border: none;
}

.wp-pagenavi span.current {
  background-color: #e5336f;
  color: #fff;
  font-weight: 300;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: none;
  color: #2b9c9a;
  font-size: 1.25rem;
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:active, .wp-pagenavi .previouspostslink:focus, .wp-pagenavi .previouspostslink:target, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:active, .wp-pagenavi .nextpostslink:focus, .wp-pagenavi .nextpostslink:target {
  color: #e5336f;
}

.page-template-about {
  background-image: none;
}

@media screen and (max-width: 990px) {
  .page-template-about .content {
    max-width: none;
  }
}

.page-template-about .block1 {
  background-size: cover;
  background-position: bottom left;
  background-image: url("../img/about1.png");
  padding: 6.25rem 0;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .page-template-about .block1 {
    padding-top: 3.125rem;
    background-image: url("../img/about1m.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 105%;
    background-color: #0e4573;
  }
}

.page-template-about .block1 .container {
  max-width: 81.25rem;
}

.page-template-about .block1 .intro {
  font-size: 1.1875rem;
}

.page-template-about .block1 .content {
  padding-top: 2.5rem;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .page-template-about .block1 .content {
    max-width: none;
  }
}

@media screen and (max-width: 990px) {
  .page-template-about .block1 .content {
    max-width: none;
  }
}

.page-template-about .block1 .copy {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-shadow: 0 0 0.1875rem #0e4573;
}

.page-template-about .block1 .quote {
  font-family: "obviously-wide", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  background-color: #e5336f;
  position: relative;
  padding: 1.25rem 0;
}

@media screen and (max-width: 990px) {
  .page-template-about .block1 .quote {
    font-size: 1rem;
  }
}

.page-template-about .block1 .quote p {
  position: relative;
  z-index: 2;
}

.page-template-about .block1 .quote:before {
  content: '';
  z-index: 1;
  background-color: #e5336f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.5rem;
  right: -25rem;
}

.page-template-about .block2 {
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../img/about2.png");
  background-position: bottom right;
  padding: 6.25rem 0;
  color: #fff;
}

@media screen and (max-width: 990px) {
  .page-template-about .block2 {
    padding-top: 3.125rem;
    background-image: url("../img/about2m.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 110%;
    background-color: #392f34;
  }
}

.page-template-about .block2 .content {
  width: 100%;
  max-width: 40.625rem;
  font-size: 0.9375rem;
  text-shadow: 0 0 0.1875rem #392f34;
}

@media screen and (max-width: 990px) {
  .page-template-about .block2 .content {
    max-width: none;
  }
}

.page-template-about .block3 {
  padding: 6.25rem 0;
  background-image: url("../img/about3.png");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #4ecbf1;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
}

.page-template-about .block3 .content {
  width: 45.625rem;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .page-template-about .block3 {
    background-attachment: scroll;
    background-image: url("../img/about3m.png");
    background-position: top center;
    background-size: 100% auto;
    font-size: 1.125rem;
    text-align: center;
    padding: 125% 0 3.125rem;
  }
  .page-template-about .block3 .content {
    width: 100%;
    padding: 0 0.9375rem;
  }
}

.page-template-about .block4 {
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
  background-image: url("../img/about4.png");
  padding: 6.25rem 0;
}

@media screen and (max-width: 990px) {
  .page-template-about .block4 {
    padding-top: 3.125rem;
    background-image: url("../img/about4m.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 96%;
    background-color: #78a2d2;
  }
}

.page-template-about .block4 .content {
  width: 100%;
  max-width: 46.875rem;
  font-size: 1.0625rem;
  color: #fff;
  text-shadow: 0 0 0.1875rem #78a2d2;
}

@media screen and (max-width: 990px) {
  .page-template-about .block4 .content {
    max-width: none;
  }
}

.page-template-about .block5 {
  background-color: #6f317b;
  background-image: url("../img/about5.png");
  background-size: auto 100%;
  background-position: bottom right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 12.5rem 0;
}

@media screen and (max-width: 990px) {
  .page-template-about .block5 {
    background-attachment: scroll;
    background-size: 100% auto;
    padding: 3.125rem 0 110%;
  }
}

.page-template-about .block5 .content {
  width: 100%;
  max-width: 48.75rem;
  font-size: 2.375rem;
  line-height: 1.5;
  color: #fff;
  font-family: "obviously-wide", sans-serif;
}

@media screen and (max-width: 990px) {
  .page-template-about .block5 .content {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 990px) {
  .page-template-about .block5 .content {
    max-width: none;
  }
}

.page-template-about .block6 {
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../img/about6.png");
  padding: 6.25rem 0;
}

@media screen and (max-width: 990px) {
  .page-template-about .block6 {
    padding-top: 3.125rem;
    background-image: url("../img/about6m.png");
    background-color: #101314;
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 120%;
  }
}

.page-template-about .block6 .content {
  margin-left: auto;
  width: 100%;
  max-width: 46.25rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-shadow: 0 0 0.1875rem #000000;
}

.page-template-about .block6 .content i {
  color: #e5336f;
  font-size: 1.875rem;
  font-style: normal;
}

@media screen and (max-width: 990px) {
  .page-template-about .block6 .content {
    max-width: none;
  }
}

.page-template-about .block6 .quote {
  font-size: 1.6875rem;
  font-family: "obviously-wide", sans-serif;
  color: #e5336f;
}

@media screen and (max-width: 990px) {
  .page-template-about .block6 .quote {
    font-size: 1.125rem;
  }
}

.page-template-about .block7 {
  padding: 6.25rem 0 3.125rem;
  color: #000;
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .page-template-about .block7 {
    font-size: 1.125rem;
    padding: 3.125rem 0 0;
  }
}

.page-template-about .block7 .sign {
  margin-top: 3.125rem;
  display: block;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-family: "obviously-wide", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

@media screen and (min-width: 801px) {
  .page-template-about .block7 .sign {
    position: relative;
    right: 20%;
  }
}

.page-template-about .block7 .bg {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 801px) {
  .page-template-about .block7 .bg {
    margin-top: -3.75rem;
  }
}

#share-bar {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 1000;
}

#share-bar > ul {
  margin-right: -1px;
}

#share-bar a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  background: #2b9c9a;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

#share-bar a:hover, #share-bar a:active, #share-bar a:focus, #share-bar a:target {
  outline: 0;
  color: #fff;
  background-color: #000;
}

#share-bar a i {
  position: relative;
  z-index: 2;
}

#share-bar a svg {
  position: relative;
  top: 4px;
  z-index: 2;
}

#share-bar > a i:nth-of-type(2) {
  display: none;
}

#share-bar > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 0;
}

#share-bar > ul > li {
  border-top: 1px solid #2b9c9a;
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

#share-bar > ul > li + li {
  margin-top: 0;
}

#share-bar > ul > li:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

#share-bar > ul > li:nth-child(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

#share-bar > ul > li:nth-child(3) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

#share-bar > ul > li:nth-child(4) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

#share-bar.open > a i:nth-of-type(1) {
  display: none;
}

#share-bar.open > a i:nth-of-type(2) {
  display: inline;
}

#share-bar.open > ul li {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.popup {
  width: 100%;
  max-width: 37.5rem;
  margin: 1.875rem auto;
  background-color: #f2e9d9;
  position: relative;
}

#signup-popup {
  background-image: url("../img/newsletter-bg.png");
  max-width: 37.5rem;
  padding: 3.125rem;
}

#signup-popup .mfp-close {
  color: #fff;
  opacity: 1;
}

#signup-popup .content {
  background-image: url("../img/newsletter-bg2.png");
  -webkit-box-shadow: 0.625rem 0.625rem 0.9375rem #000;
          box-shadow: 0.625rem 0.625rem 0.9375rem #000;
  padding: 3.125rem;
  text-align: center;
}

#signup-popup .content input {
  border-bottom: 1px solid #00000033;
  padding: 0.3125rem;
  width: 100%;
  margin: 0.9375rem 0 0;
  color: #000;
  text-align: center;
}

#signup-popup .content input::-webkit-input-placeholder {
  color: #000;
  text-align: center;
}

#signup-popup .content input:-ms-input-placeholder {
  color: #000;
  text-align: center;
}

#signup-popup .content input::-ms-input-placeholder {
  color: #000;
  text-align: center;
}

#signup-popup .content input::placeholder {
  color: #000;
  text-align: center;
}

#signup-popup .content button {
  margin: 0.625rem 0 1.25rem;
  background-color: #2b9c9a;
  color: #fff;
  display: inline-block;
  padding: 0.75rem 1.875rem;
  font-weight: 200;
  font-size: 1rem;
}

#signup-popup .content button:hover, #signup-popup .content button:active, #signup-popup .content button:focus, #signup-popup .content button:target {
  background-color: #ea873a;
}

@media screen and (max-width: 500px) {
  #signup-popup {
    padding: 1.25rem;
  }
  #signup-popup .content {
    padding: 1.25rem;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 68.75rem;
}

#dz-root {
  opacity: 0 !important;
}
