@font-face {
  font-family: "Humanst521 BT";
  src: url("../fonts/Humanist521BT-Roman.woff2") format("woff2"), url("../fonts/Humanist521BT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Humanst521 BT";
  src: url("../fonts/Humanist521BT-Italic.woff2") format("woff2"), url("../fonts/Humanist521BT-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Humanst521 BT";
  src: url("../fonts/Humanist521BT-Bold.woff2") format("woff2"), url("../fonts/Humanist521BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Humanst521 BT";
  src: url("../fonts/Humanist521BT-BoldItalic.woff2") format("woff2"), url("../fonts/Humanist521BT-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Humanst521 Lt BT";
  src: url("../fonts/Humanist521BT-Light.woff2") format("woff2"), url("../fonts/Humanist521BT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Humanst521 Lt BT";
  src: url("../fonts/Humanist521BT-LightItalic.woff2") format("woff2"), url("../fonts/Humanist521BT-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
#contact-block p a,
#contact-block h2 a,
#contact-block h3 a,
#bbc-session p a,
body.homepage main h3 a {
  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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
}

.wrapper, #contact-block, #bbc-session, #music-details, #music-navigation, header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  max-width: 1660px;
}

body {
  position: relative;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  background-color: #231f20;
  color: #fff;
  font-family: sans-serif;
  font-family: "Humanst521 Lt BT";
  font-weight: normal;
  padding: 0;
  margin: 0;
}
body.homepage {
  background-image: url("../img/rta-logo-grey.svg");
  background-repeat: no-repeat;
  background-position: -180px 120px;
  background-size: 600%;
  background-attachment: fixed;
}
@media (min-width: 61.25em) {
  body.homepage {
    background-position: -300px -200px;
    background-size: 500%;
  }
}
body.bbc-introducing {
  background-image: url("../img/artwork/session.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin: 0;
  padding: 0;
  font-family: "Humanst521 Lt BT";
  font-weight: normal;
}
body p {
  margin: 0;
  padding: 0;
}
body em {
  font-family: "Humanst521 Lt BT";
  font-weight: 300;
  font-style: italic;
}
body strong, body #contact-block p a, #contact-block p body a,
body #contact-block h2 a,
#contact-block h2 body a,
body #contact-block h3 a,
#contact-block h3 body a, body #bbc-session p a, #bbc-session p body a, body.homepage main h3 a {
  font-family: "Humanst521 BT";
  font-weight: normal;
}
body ul,
body ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a:hover {
  color: #ebb02b;
  transition: color 0.25s ease-in-out;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.content-grid {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
}
.content-grid .lyrics-footer {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  color: #ebb02b;
  grid-column-start: 1;
  grid-column-end: span;
}
.content-grid .lyrics-footer p {
  padding: 0.5rem;
}
@media (min-width: 46.25em) {
  .content-grid .lyrics-footer {
    grid-column-end: span 2;
  }
}
@media (min-width: 61.25em) {
  .content-grid .lyrics-footer {
    grid-column-end: span 3;
  }
}
@media (min-width: 46.25em) {
  .content-grid.two-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 46.25em) {
  .content-grid.three-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.25em) {
  .content-grid.three-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 46.25em) {
  .content-grid.four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.25em) {
  .content-grid.four-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 81.25em) {
  .content-grid.four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
  .content-grid.four-columns .lyrics-footer {
    grid-column-end: span 4;
  }
}
@media (min-width: 46.25em) {
  .content-grid.five-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.25em) {
  .content-grid.five-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 81.25em) {
  .content-grid.five-columns {
    grid-template-columns: repeat(5, 1fr);
  }
  .content-grid.five-columns .lyrics-footer {
    grid-column-end: span 5;
  }
}
.content-grid .grid-item {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (min-width: 61.25em) {
  .content-grid .grid-item {
    padding-bottom: 4.5rem;
  }
}

header {
  position: sticky;
  background: #231f20;
  background: linear-gradient(#231f20, rgba(35, 31, 32, 0));
  width: 100%;
  top: 0px;
  display: grid;
  grid-template-rows: auto auto;
  z-index: 103;
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  header {
    position: relative;
    top: auto;
  }
}
header #primary-navigation {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #231f20;
  padding: 0.5rem 0 0.5rem;
}
@media (min-width: 46.25em) {
  header #primary-navigation {
    background: none;
    padding: 0.5rem 0 2.5rem;
  }
  body.homepage header #primary-navigation {
    padding: 0.5rem 0 4.5rem;
  }
}
header #primary-navigation a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  padding: 0.25rem 0.5rem;
  text-transform: lowercase;
}
@media (min-width: 23.4375em) {
  header #primary-navigation a {
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 46.25em) {
  header #primary-navigation a {
    font-size: 1.3rem;
    padding: 0.5rem 1.3rem;
  }
}
@media (min-width: 61.25em) {
  header #primary-navigation a {
    font-size: 1.4rem;
    padding: 0.5rem 1.7rem;
  }
}
@media (min-width: 81.25em) {
  header #primary-navigation a {
    font-size: 1.6rem;
    padding: 0.5rem 2rem;
  }
}
header #primary-navigation a:first-child {
  padding-left: 0;
}
header #primary-navigation a:last-child {
  padding-right: 0;
}
header #primary-navigation a:hover {
  color: #ebb02b;
}
header #primary-navigation a.current {
  font-weight: bold;
}
header #logo {
  order: 2;
  width: 100%;
  text-align: center;
  padding: 2rem 0 0;
  pointer-events: none;
  background: linear-gradient(#231f20, rgba(35, 31, 32, 0.9));
  z-index: 105;
}
header #logo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 100%;
  background: linear-gradient(rgba(35, 31, 32, 0.9), rgba(35, 31, 32, 0));
}
header #logo img {
  width: 74%;
  max-width: 660px;
  height: auto;
}
@media (min-width: 46.25em) {
  header #logo img {
    width: 85%;
  }
}
header.modal #logo {
  background: black, 0.85;
  background: linear-gradient(black, rgba(0, 0, 0, 0.3));
}
header.modal #logo::after {
  background: none;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

footer {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(rgba(235, 176, 43, 0.1), rgba(235, 176, 43, 0.1));
  -webkit-backdrop-filter: blur(7px) saturate(10%) brightness(10%);
  backdrop-filter: blur(7px) saturate(10%) brightness(10%);
  padding: 0;
  z-index: 102;
}
footer .wrapper, footer #contact-block, footer #bbc-session, footer #music-details, footer #music-navigation, footer header {
  padding: 0 calc(1rem + 0.5vw);
  text-align: center;
}
@media (min-width: 46.25em) {
  footer {
    padding: 0 calc(1rem + 0.5vw) 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
footer h5 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
footer p.copyright {
  margin-top: 1rem;
  font-size: 1.1rem;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: rgba(235, 176, 43, 0.7);
}
@media (min-width: 46.25em) {
  footer p.copyright {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(1rem + 0.5vw);
    width: auto;
    margin-top: 0;
  }
}
footer a.contact-us {
  position: relative;
  color: rgba(235, 176, 43, 0.7);
  font-size: 1.1rem;
}
@media (min-width: 46.25em) {
  footer a.contact-us {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
footer nav.social {
  position: sticky;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-top: 1rem;
  padding: 1rem;
}
@media (min-width: 46.25em) {
  footer nav.social {
    justify-content: flex-start;
    padding: 0.1rem;
  }
}
footer nav.social a {
  display: block;
  position: relative;
  width: calc(20px + 1vw);
  height: calc(20px + 1vw);
  margin-right: calc(0.5rem + 1.25vw);
  overflow: hidden;
}
footer nav.social a:last-child {
  margin-right: 0;
}
footer nav.social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
footer nav.social a svg use {
  fill: rgba(235, 176, 43, 0.5);
  transition: fill 0.2s ease-in-out;
}
footer nav.social a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
footer nav.social a:hover svg use {
  fill: rgba(235, 176, 43, 0.7);
}

#homepage-thumbnails {
  margin: 0;
}
#homepage-thumbnails .album-thumbnail {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
#homepage-thumbnails .album-thumbnail img {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 240px;
}
#homepage-thumbnails .album-thumbnail h2 {
  margin: 1rem;
}
@media (min-width: 46.25em) {
  #homepage-thumbnails {
    margin: 2rem 0 4rem;
  }
}
@media (min-width: 46.25em) {
  #homepage-thumbnails {
    margin: 2rem 0 4rem;
  }
  #homepage-thumbnails .grid-item:first-of-type {
    padding-left: 6rem;
  }
  #homepage-thumbnails .grid-item:last-of-type {
    padding-right: 6rem;
  }
}
@media (min-width: 61.25em) {
  #homepage-thumbnails .grid-item:first-of-type {
    padding-left: 12rem;
  }
  #homepage-thumbnails .grid-item:last-of-type {
    padding-right: 12rem;
  }
}
@media (min-width: 81.25em) {
  #homepage-thumbnails .grid-item:first-of-type {
    padding-left: 22rem;
  }
  #homepage-thumbnails .grid-item:last-of-type {
    padding-right: 22rem;
  }
}

#music-navigation {
  width: 100%;
  text-align: center;
}
#music-navigation h1 {
  margin-bottom: 2rem;
}
@media (min-width: 20em) {
  #music-navigation {
    width: 35%;
  }
}
@media (min-width: 46.25em) {
  #music-navigation {
    width: 45%;
    padding-bottom: 2rem;
  }
  #music-navigation h1 {
    margin-bottom: 4rem;
  }
}
@media (min-width: 61.25em) {
  #music-navigation {
    width: 75%;
  }
}
@media (min-width: 81.25em) {
  #music-navigation {
    width: 65%;
  }
}
#music-navigation a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(110px + 1vw);
  max-height: calc(110px + 1vw);
  border: 3px solid white;
  margin: 0 0 2rem;
  padding: 0;
  overflow: hidden;
}
#music-navigation a.current {
  border-color: #ebb02b;
}
#music-navigation a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
#music-navigation a img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
#music-navigation a:hover {
  border: 3px solid #ebb02b;
}
#music-navigation a:hover img {
  width: 100%;
  transform: scale(1.1);
}
#music-navigation .content-grid {
  grid-template-columns: repeat(2, 1fr);
  border: none;
}
@media (min-width: 46.25em) {
  #music-navigation .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 61.25em) {
  #music-navigation .content-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 81.25em) {
  #music-navigation .content-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
#music-navigation .content-grid .grid-item {
  border: none;
}

#audio {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  width: 100%;
  text-align: center;
}
#audio h3 {
  margin: 0.5rem 0;
}
#audio.active {
  opacity: 1;
  pointer-events: all;
}
#audio .wrapper, #audio #contact-block, #audio #bbc-session, #audio #music-details, #audio header, #audio #music-navigation {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  #audio {
    padding-bottom: 2rem;
  }
}
#audio h3 {
  padding-bottom: 1rem;
}
#audio .plyr--audio .plyr__controls {
  background: none;
}

#music-details {
  width: 100%;
  text-align: center;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 2rem;
  display: none;
}
#music-details.modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  padding-top: 17.5%;
}
#music-details .wrapper, #music-details #contact-block, #music-details #bbc-session, #music-details header, #music-details #music-navigation, #music-details #music-details {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  #music-details .wrapper, #music-details #contact-block, #music-details #bbc-session, #music-details header, #music-details #music-navigation, #music-details #music-details {
    max-width: 65%;
  }
}
#music-details article.content-grid {
  grid-template-columns: 1fr;
  display: none;
}
#music-details article.content-grid.current {
  display: flex;
}
@media (min-width: 46.25em) {
  #music-details article.content-grid {
    grid-template-columns: 1fr;
  }
}
#music-details article.content-grid .production-details {
  display: block;
}
#music-details article.content-grid .production-details h2 {
  padding: 0 1rem 0.5rem;
  font-family: "Humanst521 BT";
  font-weight: normal;
  color: #ebb02b;
  width: 100%;
  margin-right: 2rem;
}
#music-details article.content-grid .production-details p {
  text-align: left;
  padding: 0 1rem 1rem 0;
}
#music-details article.content-grid .production-details ul,
#music-details article.content-grid .production-details ol {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#music-details article.content-grid .production-details ul li,
#music-details article.content-grid .production-details ol li {
  color: #ebb02b;
}
#music-details article.content-grid .production-details img {
  border: 4px solid #ebb02b;
  max-width: 280px;
  height: auto;
  margin: 3rem 1rem 1rem;
}
@media (min-width: 61.25em) {
  #music-details article.content-grid .production-details {
    display: flex;
  }
  #music-details article.content-grid .production-details h2,
  #music-details article.content-grid .production-details p,
  #music-details article.content-grid .production-details ul,
  #music-details article.content-grid .production-details ol {
    text-align: left;
  }
  #music-details article.content-grid .production-details img {
    max-width: 300px;
    margin: 0 2rem 2rem 0;
  }
}
#music-details article.content-grid .track-list {
  width: 100%;
  margin-right: auto;
}
#music-details article.content-grid .track-list h2 {
  padding: 0 1rem 0.5rem;
  font-family: "Humanst521 BT";
  font-weight: normal;
}
#music-details article.content-grid .track-list p {
  padding: 0.5rem 0;
  width: 100%;
}
#music-details article.content-grid .track-list ul,
#music-details article.content-grid .track-list ol {
  text-align: left;
  width: auto;
  padding: 0.5rem 1rem;
}
#music-details article.content-grid .track-list ul li,
#music-details article.content-grid .track-list ol li {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
  border-radius: 5px;
  width: auto;
  display: block;
}
#music-details article.content-grid .track-list ul li::before,
#music-details article.content-grid .track-list ol li::before {
  content: "";
  background: url("../img/play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  opacity: 0.35;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  margin-right: 4rem;
}
#music-details article.content-grid .track-list ul li:hover,
#music-details article.content-grid .track-list ol li:hover {
  color: #ebb02b;
  cursor: pointer;
}
#music-details article.content-grid .track-list ul li.active::before,
#music-details article.content-grid .track-list ol li.active::before {
  opacity: 0.95;
}
@media (min-width: 46.25em) {
  #music-details article.content-grid .track-list h2 li,
  #music-details article.content-grid .track-list p li,
  #music-details article.content-grid .track-list ul li,
  #music-details article.content-grid .track-list ol li {
    font-size: 1.8rem;
  }
  #music-details article.content-grid .track-list h2 li:hover,
  #music-details article.content-grid .track-list p li:hover,
  #music-details article.content-grid .track-list ul li:hover,
  #music-details article.content-grid .track-list ol li:hover {
    color: #ebb02b;
    cursor: pointer;
  }
  #music-details article.content-grid .track-list h2 li.active,
  #music-details article.content-grid .track-list p li.active,
  #music-details article.content-grid .track-list ul li.active,
  #music-details article.content-grid .track-list ol li.active {
    font-style: italic;
  }
  #music-details article.content-grid .track-list h2 li.active:before,
  #music-details article.content-grid .track-list p li.active:before,
  #music-details article.content-grid .track-list ul li.active:before,
  #music-details article.content-grid .track-list ol li.active:before {
    opacity: 0.9;
  }
}

.music-nav {
  margin-top: 2rem;
  border-top: 2px solid rgba(235, 176, 43, 0.1);
  border-bottom: 2px solid rgba(235, 176, 43, 0.1);
  padding: 1rem;
}
.music-nav .wrapper, .music-nav #contact-block, .music-nav #bbc-session, .music-nav header, .music-nav #music-navigation, .music-nav #music-details {
  width: 100% !important;
  font-size: 1.2rem;
  margin: 0 auto;
}
.music-nav a {
  color: #ebb02b;
  padding: 0.5rem 1rem;
}
.music-nav a span {
  display: none;
}
.music-nav #close-details,
.music-nav #previous-release,
.music-nav #next-release {
  opacity: 0.5;
  pointer-events: all;
  transition: opacity 0.4s ease-in-out;
}
.music-nav #close-details.disabled,
.music-nav #previous-release.disabled,
.music-nav #next-release.disabled {
  opacity: 0;
  pointer-events: none;
}
.music-nav #close-details:hover,
.music-nav #previous-release:hover,
.music-nav #next-release:hover {
  opacity: 1;
}
@media (min-width: 61.25em) {
  .music-nav .wrapper, .music-nav #contact-block, .music-nav #bbc-session, .music-nav header, .music-nav #music-navigation, .music-nav #music-details {
    font-size: 1.4rem;
  }
  .music-nav a span {
    display: inline;
  }
}

body.homepage main h1 {
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 46.24em) {
  body.homepage main h1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 46.25em) {
  body.homepage main h1 {
    margin: 2rem 0 4rem;
  }
}
body.homepage main h3 {
  width: 100%;
  text-align: center;
  margin: 2rem 0 4rem;
  padding: 0 1rem;
}
@media (max-width: 46.24em) {
  body.homepage main h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 46.25em) {
  body.homepage main h3 {
    margin: 2rem 0 2rem;
  }
}

#bbc-session {
  width: 100%;
  text-align: left;
  padding-bottom: 20%;
}
@media (min-width: 46.25em) {
  #bbc-session {
    width: 75%;
    padding-bottom: 2rem;
    padding-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  #bbc-session {
    width: 65%;
  }
}
@media (min-width: 81.25em) {
  #bbc-session {
    width: 65%;
  }
}
#bbc-session .content-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 46.25em) {
  #bbc-session .content-grid {
    grid-template-columns: 0.75fr 2fr;
  }
}
#bbc-session .thumbnail {
  text-align: center;
}
#bbc-session p {
  margin: 0 0 1rem;
  padding: 0 1rem;
}
#bbc-session p a {
  color: #ebb02b;
}
#bbc-session .bbc-logos {
  padding-left: 2rem;
}
#bbc-session img {
  max-width: 280px;
  margin-bottom: 1rem;
}

#contact-block {
  margin-top: 4rem;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
}
@media (min-width: 46.25em) {
  #contact-block {
    width: 75%;
    padding-bottom: 2rem;
  }
}
@media (min-width: 61.25em) {
  #contact-block {
    width: 65%;
  }
}
@media (min-width: 81.25em) {
  #contact-block {
    width: 65%;
  }
}
#contact-block .content-grid {
  grid-template-columns: 1fr;
}
#contact-block p,
#contact-block h2,
#contact-block h3 {
  margin: 0 0 1rem;
  padding: 0 1rem;
}
.soundcloud-player {
  position: relative;
  height: auto;
  min-height: unset;
}
@media (min-width: 46.25em) {
  .soundcloud-player {
    min-height: 400px;
  }
}

#music-player {
  width: 100%;
}
