/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; */
}

body {
  width: 100%;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  background-color: white;
  /* overflow-y: scroll; */
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.disable-scrolling {
  overflow: hidden;
  height: 100vh;
}

body main {
  width: 100%;
  height: auto;
}

a, abbr, acronym, address, applet, b, big, blockquote,
caption, center, cite, code, dd, del, dfn, div, dl, dt, em,
fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe,
ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp,
small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, u, ul, var {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

a img,
table {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  border: 0;
  padding: 5px 7px;
}
table td {
  padding: 0;
}

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

ul {
  list-style: inside;
}

li {
  list-style: none;
}

a,
p a {
  text-decoration: underline;
  cursor: pointer;
  color: var(--mediumgrey);
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

a:hover,
p a:hover {
  color: white;
  text-decoration: underline;
}

p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
}

input {
  font-size: 17px;
}

::-moz-selection {
  background: #e4a43f;
  color: black;
}

::selection {
  background: #e4a43f;
  color: black;
}

::-moz-selection {
  background: #e4a43f;
  color: black;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.container--narrow {
  max-width: 960px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2.5rem 0;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem;
}

.p-top-large {
  padding-top: 1.6rem;
}

.p-bottom-large {
  padding-bottom: 1.6rem;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
}
.no-margin {
  margin: 0;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.hide {
  display: none;
}

.bg-dark {
  background-color: var(--main-background-color);
}

ul.a {
  list-style-position: outside;
}

.container-full-width {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: var(--site-full-width);
  max-width: 100%;
}

.container-medium-width {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: var(--site-medium-width);
  max-width: 100%;
}

.container-grid-width {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: var(--site-grid-content);
  max-width: 100%;
}

.container-blog-width {
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1%;
  padding-bottom: 1%;
  width: 117rem;
  max-width: 100%;
}

.container-breadcrumbs {
  margin: 0 auto;
  padding-top: 1.3%;
  padding-bottom: 1.3%;
  width: var(--site-full-width);
  box-sizing: border-box;
  position: relative;
}

.container-header-footer {
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  padding: 128px 1% 24px 1%;
  position: relative;
}

.container-full-width,
.container-medium-width,
.container-grid-width,
.container-blog-width,
.container-breadcrumbs,
.container-header-footer {
  box-sizing: border-box;
  overflow-x: hidden;
}

.grid {
  display: grid;
  -moz-column-gap: 6.4rem;
       column-gap: 6.4rem;
  row-gap: 9.6rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid--center-v {
  align-items: center;
}

.height-1 {
  height: 1.2rem;
}

.height-2 {
  height: 2.4rem;
}

.height-3 {
  height: 3.2rem;
}

.height-4 {
  height: 4.8rem;
}

.height-5 {
  height: 6.4rem;
}

.height-6 {
  height: 8rem;
}

.height-7 {
  height: 9.6rem;
}

.height-8 {
  height: 12.8rem;
}

.button {
  all: unset;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: inline-block;
  text-align: center;
}

.button-base {
  padding: 1.6rem 4.8rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: var(--font-size-5);
  text-decoration: none;
}

.button-dark {
  background-color: var(--background);
}
.button-dark:hover {
  text-decoration: none;
  color: inherit;
}

.button-light {
  border: 2px solid white;
  color: white;
}
.button-light:hover {
  text-decoration: none;
  color: white;
}

.cta--outer {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4.2rem 0;
}

.hover-underline-fx {
  background-image: linear-gradient(to right, currentColor 50%, hsla(0, 0%, 83%, 0.367) 50%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200% 1px;
  text-decoration: none;
  transition: background-position 0.19s;
}
.hover-underline-fx:hover {
  background-position: 0 100%;
}

.serif-font,
.serif-font p {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  line-height: 1.8;
}

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

.flex-ac-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-menu-item {
  position: relative;
}

@media (max-width: 818px) {
  .label-breadcrumbs__outer.container-grid-width {
    padding-top: 7%;
  }
}
@media (max-width: 680px) {
  .container-breadcrumbs {
    width: initial;
    padding-left: 12px;
    padding-right: 12px;
  }
  .container-medium-width {
    padding: 1% 12px;
  }
  .container-grid-width {
    padding: 1% 12px;
  }
  .container-full-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .single h1 {
    font-size: var(--font-size-9);
  }
}
.hero-section__small {
  background-color: var(--header-bg);
  height: 30rem;
  display: flex;
  align-items: end;
  padding-bottom: 3rem;
}
@media (max-width: 440px) {
  .hero-section__small {
    height: 24rem;
  }
}
.hero-section__small .hero-section__small-h1 {
  font-size: var(--font-size-13);
  font-weight: 900;
  color: white;
  font-family: var(--font-family);
}
@media (max-width: 440px) {
  .hero-section__small .hero-section__small-h1 {
    font-size: var(--font-size-12);
    max-width: 100%;
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
  }
}

.wp-block-yoast-faq-block {
  color: black;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.wp-block-yoast-faq-block * a {
  color: rgb(0, 0, 0) !important;
  font-size: 1.6rem;
  text-decoration: underline;
}
.wp-block-yoast-faq-block * a:hover {
  text-decoration: underline;
}

/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-300.woff") format("woff");
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v24-latin-regular.woff2") format("woff2"), url("../fonts/work-sans-v24-latin-regular.woff") format("woff");
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/work-sans-v24-latin-500.woff2") format("woff2"), url("../fonts/work-sans-v24-latin-500.woff") format("woff");
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-700.woff") format("woff");
}
/* work-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/work-sans-v17-latin-800.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-800.woff") format("woff");
}
/* work-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/work-sans-v17-latin-800italic.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-800italic.woff") format("woff");
}
/* work-sans-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/work-sans-v17-latin-900.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-900.woff") format("woff");
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/work-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/work-sans-v17-latin-italic.woff") format("woff");
}
/* Card Design using CSS Flex Codepen */
.albumcards-wrapper {
  min-height: 100rem;
  padding-bottom: 10rem;
}

h1 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

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

.albumcards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
  row-gap: 2.5rem;
}
@media (max-width: 440px) {
  .albumcards {
    justify-content: center;
  }
}
@media (max-width: 818px) {
  .albumcards {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
}

.albumcards_item {
  display: flex;
  width: 23.875%;
}
@media (max-width: 680px) {
  .albumcards_item {
    width: 49%;
  }
}
@media (max-width: 440px) {
  .albumcards_item {
    width: 100%;
  }
}

.albumcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 1px;
}

.albumcard_content {
  padding: 0.8rem;
}

.albumcard_title {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.albumcard_text {
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

/* Start of Bear Lazy Load */
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 540px;
}

.image-container img {
  max-width: 100%;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  backface-visibility: hidden;
}

.image-container:hover img {
  transform: scale(1.02) rotate(0.02deg);
}

.placeholder {
  position: relative;
  width: 100%;
  filter: blur(10px);
  transform: scale(1);
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s linear;
}

.picture.loaded {
  opacity: 1;
}

/* End of Bear Lazy Load */
/* End of Lazyload Card Images */
/* Start of Triple Cash Genre List */
.triplecash-genre {
  width: 1200px;
  margin: 0 auto;
  padding: 3% 0;
  display: none;
}

.genre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* End of Triple Cash Genre List */
/* Start of Section: Hero */
.catalog_hero_wrapper {
  height: 80vh;
  background-color: black;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.catalog_hero_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

.catalog_hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
  gap: 10px;
}

.catalog_hero_hidden {
  visibility: hidden;
  height: 33%;
}

.catalog_logo {
  margin-bottom: 2rem;
  width: 100%;
  margin: 0 auto;
  /* height: 34%; */
  padding-top: 7rem;
}

.catalog_logo_img img {
  max-width: 700px;
  height: 107px;
  width: auto;
}

/* Start of Catalog Playlists List */
.catalog_playlists_lists {
  margin: 40px 0px;
  max-width: 870px;
}

.catalog_playlists_lists-items {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog_playlists_lists-items li {
  display: inline-block;
  margin-right: 1em;
}

.follow_playlists p {
  color: var(--color-gray-light);
}

.playlist_icons img {
  opacity: 1;
  transition: all 200ms;
}

.playlist_icons img:hover {
  opacity: 0.7;
}

/* End of Catalog Playlists List */
/* Start of Catalog Info */
.catalog_info_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
  padding: 1% 0 2% 0;
  margin: 0 auto;
  height: 33%;
}

.catalog_info_box {
  /* width: 25%; */
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 1.4rem;
}

.catalog_album_box {
  background: red;
  padding: 3px 7px;
  /* height: 10%; */
  align-self: end;
}

.catalog_follow_box {
  padding: 13px 0;
  height: 10%;
  align-self: center;
  gap: 15px;
}

.catalog_info_albums {
  margin-left: 4px;
  font-weight: 600;
}

.catalog_follow_box .catalog_info_box-name {
  display: none;
}

.catalog_logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.catalog_description {
  max-width: 100%;
}

.catalog_description_inner {
  width: 700px;
  max-width: 100%;
  min-height: 5rem;
  text-align: center;
}

.catalog_description_inner p {
  display: inline;
  background-color: #d7d7d7;
  color: black;
  font-weight: 700;
  font-family: var(--font-serif);
  padding: 1px;
}

.xyz {
  display: flex;
  gap: 34px;
  margin: 10px 0 0 0;
}

.zyx {
  gap: 1rem;
  padding: 1% 0;
}

.label-description__wrapper {
  background-color: black;
}

.catalog-description {
  display: block;
  width: var(--site-medium-width);
  max-width: 100%;
  margin: 0 auto;
}

.catalog-description__inner {
  padding: 64px 0;
}

.catalog-description__inner p {
  color: #bbb;
  /* text-shadow: 0 0 10px #000000; */
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: justify;
}

/* End of Catalog Info */
.albumcards-inner {
  padding-top: 32px;
}

/* End of Section: Hero */
.label-breadcrumbs {
  background-color: black;
}

.playlists {
  display: flex;
  gap: 1rem;
}

.catalog-700 {
  font-weight: 600;
}

.css-gradient {
  background: linear-gradient(180deg, rgba(25, 29, 36, 0.62) 0%, rgba(25, 29, 36, 0.69) 64%, rgb(25, 29, 36) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single-label__teaser {
  background-color: black;
  padding: 5rem 0;
}

.single-label__teaser-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/************ MEDIA QUERIES ************/
@media (max-width: 1024px) {
  .catalog_hero_wrapper {
    padding-top: 57%;
  }
}
@media (max-width: 818px) {
  .catalog_logo_img img {
    height: 100px;
  }
}
@media (max-width: 680px) {
  .catalog_hero_wrapper {
    padding-top: 175%;
    background-size: cover;
  }
  .catalog_info_wrapper {
    padding: 1% 0 7% 0;
  }
  .catalog_logo {
    max-width: 100%;
  }
  .catalog_logo_img {
    display: flex;
    justify-content: left;
  }
  .catalog_logo_img img {
    height: 95px;
    max-width: 100%;
  }
  .xyz {
    justify-content: left;
  }
  .catalog_follow_box {
    padding: 10px 5px;
  }
  .catalog-description__inner p {
    -moz-column-count: 1;
         column-count: 1;
  }
  .xyz {
    gap: 2rem;
  }
  .zyx {
    gap: 0.1rem;
  }
}
@media (max-width: 414px) {
  .catalog_logo_img img {
    height: 74px;
  }
}
h2.album_title a {
  font-size: 1.8rem;
  font-family: "Work Sans";
  color: var(--text);
  /* height: 24px; */
  letter-spacing: initial;
  overflow: hidden;
  display: block;
  /* line-height:21px; */
  text-transform: none;
  font-weight: 800;
  text-decoration: none;
}
h2.album_title a:hover {
  color: var(--text);
}

.label-banner {
  background-image: url("https://staging-vebajefo-stagingasm.kinsta.cloud/wp-content/uploads/2022/10/Genuine_label_hero.jpg");
  background-size: cover;
  color: white;
  height: 80vh;
  position: relative;
}

/* Start of Lazyload Card Images */
/* Start of Section: Albums */
.albums {
  min-height: 500px;
  background-color: lightcyan;
  box-sizing: border-box;
}

.centered {
  max-width: 100%;
  margin: 0px auto;
  padding: 1% 1%;
}

.albums-categories-wrapper {
  width: 100%;
  background-color: lightblue;
}

.albums-categories {
  height: 50px;
  width: 1100px;
  box-sizing: inherit;
  background-color: rgb(204, 231, 240);
  text-align: center;
}

.albums-display {
  background-color: rgb(128, 240, 197);
  min-height: 500px;
  box-sizing: inherit;
  width: 100%;
  text-align: center;
}

/* Lazy Load Styles */
.card-image {
  display: block;
  min-height: 20rem; /* layout hack */
  background: #fff center center no-repeat;
  background-size: cover;
  filter: blur(3px); /* blur the lowres image */
}

.card-image > img {
  display: block;
  width: 100%;
  opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
  filter: none; /* remove the blur on fullres image */
  transition: filter 1s;
}

/* Layout Styles */
.card {
  display: inline-block;
  width: 90%;
  max-width: 20rem;
  margin: 1rem;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 0.5);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}
.card:hover {
  /*transform: translateY(-0.1rem) scale(1.0025);*/
  box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
}
.card-description {
  display: block;
  text-align: left;
  padding: 1em 0.5em;
  color: #515151;
  text-decoration: none;
}
.card-list {
  display: block;
  margin: 1rem auto;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.card-description .card-description > h2 {
  margin: 0 0 0.5em;
}

.card-description > p {
  margin: 0;
}

.card-image_outer {
  overflow: hidden;
}

.card-image.is-loaded {
  width: 100%;
  height: 0;
  opacity: 1;
  background-size: cover;
  transition: 0.31s ease-in-out;
}

.card-image.is-loaded:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

/* End of Section: Albums */
.card-list_grid {
  display: grid;
  max-width: 1400px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-gap: 20px;
  margin: 20px 20px;
}

.item {
  padding: 100px;
  color: white;
  font-family: sans-serif;
  font-size: 30px;
  background-color: orangered;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item--1 {
  background-color: orangered;
}

.item--2 {
  background-color: yellowgreen;
}

.item--3 {
  background-color: blueviolet;
}

.item--4 {
  background-color: palevioletred;
}

.item--5 {
  background-color: royalblue;
}

.item--6 {
  background-color: goldenrod;
}

.item--7 {
  background-color: crimson;
}

.item--8 {
  background-color: darkslategray;
}

/* Card Design using CSS Flex Codepen */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.artist-albums {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 5px;
}

@media (max-width: 40rem) {
  .albumcards {
    justify-content: center;
  }
}
.albumcard_content {
  position: relative;
  padding: 1rem;
  background-color: rgb(29, 29, 30);
  min-height: 4rem;
}

.albumcard_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.albumcard_content-genre {
  position: absolute;
  top: 5px;
  right: 7px;
}

/* Start of Bear Lazy Load */
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 540px;
}

.image-container img {
  max-width: 100%;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.albumcard:hover .image-container img {
  transform: scale(1.02) rotate(0.02deg);
}

.placeholder {
  position: relative;
  width: 100%;
  filter: blur(10px);
  transform: scale(1);
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s linear;
}

.picture.loaded {
  opacity: 1;
}

/* End of Bear Lazy Load */
/* End of Lazyload Card Images */
/* //////////////////////////////////////////////////////////////
//////////////////    Albumcards in Search Overlay ////////////
///////////////////////////////////////////////////////////// */
.album-cards {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 21px;
}

.album-card {
  width: 270px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #373737;
  overflow: hidden;
  flex-shrink: 0;
}
.album-card__link {
  overflow: hidden;
}
.album-card__link img {
  transition: transform 0.3s ease-out;
}
.album-card__link:hover img {
  transform: scale(1.02);
}

.artist-cards {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.search-overlay .artist-cards {
  padding-top: 21px;
}

.artist-card {
  position: relative;
  display: inline-block;
  background-color: #4f4f4f;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.artist-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.artist-card:hover .artist-card__image {
  opacity: 0.9;
  transform: scale(1.05);
}
.artist-card__name {
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.artist-card:hover .artist-card__name {
  background-color: rgba(0, 0, 0, 0.91);
}
.artist-card__list-item {
  display: inline-block;
  list-style: none;
  box-sizing: content-box;
  border: 1px solid #373737;
  height: 340px;
  width: auto;
  aspect-ratio: 9/16;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  flex-shrink: 0;
}

/* ==========================================================================
   Artist Submission Form — DERIVATIVE OF contact-form.scss
   --------------------------------------------------------------------------
   Wrapper required:
     <div class="artist-submission__form"> ... </div>

   Apply shared skin:
     .artist-submission__form { @extend %cf7-base; }

   Put any customizations ONLY inside .artist-submission__form so other forms
   remain unchanged.
   ========================================================================== */
.blog-cards {
  display: flex;
  gap: 1%;
  padding-top: 21px;
}
.blog-cards .blog-card {
  width: 24.25%;
}
.blog-cards h2 {
  font-size: 2.4rem;
  line-height: 1;
  padding-top: 1rem;
}

.blog-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: fill;
     object-fit: fill;
}

.blog-card__link:hover {
  text-decoration: none;
  color: var(--mediumgrey);
}
.blog-card__link.asm__chevron {
  position: relative;
  font-size: 1.4rem;
}
.blog-card__link.asm__chevron::after {
  top: -1.2px;
}
.blog-card__link.asm__chevron:hover::after {
  right: -17px;
}

.label-breadcrumbs {
  background-color: var(--background);
}

.label-breadcrumbs__outer.container-grid-width {
  padding-top: 13rem;
}

.playlist-hero__container {
  height: 100vh;
}
@media (max-width: 440px) {
  .playlist-hero__container {
    height: 140rem;
  }
}

.label-breadcrumbs__outer {
  display: flex;
  justify-content: space-between;
}

/* Start of BREADCRUMBS */
.label-breadcrumbs__list {
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: left;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.label-breadcrumbs__list-item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.label-breadcrumbs__list-link {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text4);
  padding: 0;
}
.label-breadcrumbs__list-link:hover {
  color: var(--text3);
}

.label-breadcrumbs__list-item:last-of-type span {
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
}

.single-artists .label-breadcrumbs__list-item:last-of-type span {
  color: var(--text);
}

.bcrumbs-icon__chevron {
  font-size: 1.2rem;
  margin-left: 1.2rem;
  color: var(--text4);
}

/* End of BREADCRUMBS */
.label-breadcrumbs__outer.container-grid-width {
  padding-top: 5%;
}

.single-artists .label-breadcrumbs__list {
  border-bottom: 1px solid var(--color-gray-dark);
  width: 100%;
}

.label-breadcrumbs__list-item:last-of-type span {
  color: var(--text);
}

/* ==========================================================================
   CONTACT FORM 7: Shared Styling System (SOURCE OF TRUTH)
   --------------------------------------------------------------------------
   This file is the ONLY place where the shared CF7 skin is defined.

   What lives here:
   - %cf7-base placeholder: the complete look & feel for CF7 forms
     (labels, inputs, selects, textarea, validation, response messages, etc.)
   - Shared helper patterns used by multiple forms (e.g. .form-row grid helper)
   - Shared defaults via CSS variables:
       --cf-accent, --cf-border, --cf-field-bg, etc.

   What must NOT live here:
   - Page-specific layout (hero spacing, page backgrounds, page widths)
   - Form-specific customizations that should not affect other forms

   How to use this system:
   1) Wrap each CF7 shortcode output in a unique wrapper class:
      - Contact Us (General Inquiry): .general-inquiry__form
      - Registration page:           .registration-form__form
      - Artist submission (future):  .artist-submission__form

   2) In that form’s own SCSS file, apply the skin:
      - .general-inquiry__form { @extend %cf7-base; }
      - .registration-form__form { @extend %cf7-base; }
      - .artist-submission__form { @extend %cf7-base; }

   3) Put any form-specific overrides ONLY inside its wrapper.

   CRITICAL: SCSS import order
   - contact-form.scss MUST be imported BEFORE any file that uses
     @extend %cf7-base (general-inquiry.scss, page-registration.scss, etc.)
   ========================================================================== */
/* Shared CF7 skin: extend this in per-form wrappers (see header above). */
.registration-form__form, .general-inquiry__form {
  /* Easy overrides per form/page */
  --cf-accent: #e63946;
  --cf-accent-hover: #d62839;
  --cf-field-bg: #fbfbfb;
  --cf-field-focus-bg: aliceblue;
  --cf-text: #333;
  --cf-border: #ddd;
  --cf-shadow: rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 10px var(--cf-shadow);
  padding: 50px;
  /* CF7 wrapper */
  /* Each CF7 field is often wrapped in <p> */
  /* Labels */
  /* Inputs */
  /* Focus */
  /* Textarea */
  /* Two-column layout helper (your CF7 markup uses .form-row) */
  /* Checkboxes / radios */
  /* Acceptance */
  /* Submit */
  /* Field validation tip */
  /* CF7 response output (newer CF7) + legacy selectors (older CF7) */
  /* Spinner (newer CF7 uses .wpcf7-spinner, older uses .ajax-loader) */
  /* Select arrow */
  /* Responsive */
}
.registration-form__form .wpcf7, .general-inquiry__form .wpcf7 {
  width: 100%;
}
.registration-form__form .wpcf7 p, .general-inquiry__form .wpcf7 p {
  margin-bottom: 25px;
}
.registration-form__form .wpcf7 label, .general-inquiry__form .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: var(--cf-text);
  font-size: 14px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.registration-form__form .wpcf7 label .required, .general-inquiry__form .wpcf7 label .required {
  color: var(--cf-accent);
  margin-left: 3px;
}
.registration-form__form .wpcf7 input[type=text], .general-inquiry__form .wpcf7 input[type=text],
.registration-form__form .wpcf7 input[type=email],
.general-inquiry__form .wpcf7 input[type=email],
.registration-form__form .wpcf7 input[type=tel],
.general-inquiry__form .wpcf7 input[type=tel],
.registration-form__form .wpcf7 input[type=password],
.general-inquiry__form .wpcf7 input[type=password],
.registration-form__form .wpcf7 input[type=url],
.general-inquiry__form .wpcf7 input[type=url],
.registration-form__form .wpcf7 input[type=number],
.general-inquiry__form .wpcf7 input[type=number],
.registration-form__form .wpcf7 select,
.general-inquiry__form .wpcf7 select,
.registration-form__form .wpcf7 textarea,
.general-inquiry__form .wpcf7 textarea {
  color: #000;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--cf-border);
  border-radius: 4px;
  transition: border-color 0.3s ease;
  background-color: var(--cf-field-bg);
}
.registration-form__form .wpcf7 input:focus, .general-inquiry__form .wpcf7 input:focus,
.registration-form__form .wpcf7 select:focus,
.general-inquiry__form .wpcf7 select:focus,
.registration-form__form .wpcf7 textarea:focus,
.general-inquiry__form .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--cf-accent);
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
  background-color: var(--cf-field-focus-bg);
}
.registration-form__form .wpcf7 textarea, .general-inquiry__form .wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
}
.registration-form__form .form-row, .general-inquiry__form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.registration-form__form .form-row p, .general-inquiry__form .form-row p {
  margin-bottom: 0;
}
.registration-form__form .wpcf7 .wpcf7-list-item, .general-inquiry__form .wpcf7 .wpcf7-list-item {
  margin: 0 0 15px 0;
  display: flex;
  align-items: flex-start;
}
.registration-form__form .wpcf7 input[type=checkbox], .general-inquiry__form .wpcf7 input[type=checkbox],
.registration-form__form .wpcf7 input[type=radio],
.general-inquiry__form .wpcf7 input[type=radio] {
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
}
.registration-form__form .wpcf7 .wpcf7-list-item-label, .general-inquiry__form .wpcf7 .wpcf7-list-item-label {
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.registration-form__form .wpcf7 .wpcf7-acceptance, .general-inquiry__form .wpcf7 .wpcf7-acceptance {
  margin: 30px 0 20px 0;
}
.registration-form__form .wpcf7 input[type=submit], .general-inquiry__form .wpcf7 input[type=submit] {
  width: 100%;
  padding: 15px;
  background-color: var(--cf-accent);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
  margin-top: 20px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.registration-form__form .wpcf7 input[type=submit]:hover, .general-inquiry__form .wpcf7 input[type=submit]:hover {
  background-color: var(--cf-accent-hover);
}
.registration-form__form .wpcf7 input[type=submit]:active, .general-inquiry__form .wpcf7 input[type=submit]:active {
  transform: translateY(1px);
}
.registration-form__form .wpcf7-not-valid-tip, .general-inquiry__form .wpcf7-not-valid-tip {
  color: var(--cf-accent);
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.registration-form__form .wpcf7-response-output, .general-inquiry__form .wpcf7-response-output,
.registration-form__form .wpcf7-validation-errors,
.general-inquiry__form .wpcf7-validation-errors,
.registration-form__form .wpcf7-mail-sent-ok,
.general-inquiry__form .wpcf7-mail-sent-ok {
  border: 2px solid var(--cf-accent);
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
  background-color: #fff5f5;
}
.registration-form__form .wpcf7-mail-sent-ok, .general-inquiry__form .wpcf7-mail-sent-ok {
  border-color: #4caf50;
  background-color: #f1f8f4;
  color: #2e7d32;
}
.registration-form__form .wpcf7-spinner, .general-inquiry__form .wpcf7-spinner,
.registration-form__form .wpcf7 .ajax-loader,
.general-inquiry__form .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto;
}
.registration-form__form .wpcf7 select, .general-inquiry__form .wpcf7 select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 768px) {
  .registration-form__form, .general-inquiry__form {
    padding: 30px 20px;
  }
  .registration-form__form .form-row, .general-inquiry__form .form-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Global CF7 response-output override (INTENTIONAL GLOBAL BEHAVIOR)
   --------------------------------------------------------------------------
   NOTE:
   This affects ALL CF7 forms site-wide, regardless of wrapper.
   If you ever want different response styling per-form, move these rules
   into the individual wrapper files instead.
   ========================================================================== */
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: none;
  color: black;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}

/* START: Inserted from above-the-fold.css */
.contact-submit-row {
  border: 1px solid black;
  border-radius: 0px;
  width: 250px;
  height: 40px;
  display: block;
  background: linear-gradient(to right, black 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.23s ease-out;
  margin-bottom: 0;
}

.contact-submit-row:hover {
  background-position: left bottom;
  cursor: pointer;
}

html input.wpcf7-form-control.wpcf7-submit {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: black;
  transition: all 0.1s ease-out;
  display: block;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

html .contact-submit-row:hover input {
  color: white !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  color: white;
}

html div.wpcf7 .ajax-loader {
  display: none;
}

.sp-post-carousel-section {
  padding-bottom: 50px;
}

/* END: Inserted from above-the-fold.css */
/* Start of AFFILIATIONS section */
.frontpage-affiliations {
  background-color: var(--main-background-color);
  background-color: #ffffff;
}
.frontpage-affiliations__heading h4 {
  color: var(--main-background-color);
  padding-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.frontpage-affiliations__affiliation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7.5%;
}
.frontpage-affiliations__affiliation a {
  max-width: 100%;
  height: auto;
  width: 14%;
}
@media (max-width: 440px) {
  .frontpage-affiliations__affiliation a {
    width: 40%;
  }
}
.frontpage-affiliations__bmi {
  align-self: flex-start;
  filter: invert(1);
  margin-top: -6px;
}
.frontpage-affiliations__mcps {
  transform: scale(1.15);
  align-self: flex-start;
  margin-top: 40px;
}
.frontpage-affiliations__gom-usa {
  transform: scale(0.65);
}
.frontpage-affiliations__gom-uk {
  transform: scale(0.8);
  filter: invert(1);
  align-self: flex-start;
  margin-top: 45px;
}

/* End of AFFILIATIONS section */
.faq__container.container-grid-width {
  width: 80rem;
}

.frontpage-faq {
  /* display: flex; */
  padding: 7rem 0 7rem 0;
  background-color: #e9ecee;
}

.faq-heading {
  margin: 0 auto;
  color: #1e2330;
  font-size: var(--font-size-14);
  letter-spacing: -2px;
  text-align: center;
  line-height: 1;
  margin-top: 5rem;
  font-weight: 900;
}

.faq-heading h3 {
  color: white;
  padding-bottom: 3.2rem;
  text-align: center;
  font-weight: 700;
}

.faq-accordion {
  overflow-anchor: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 4rem 0;
}

.faq-accordion .accordion-item {
  background-color: #222;
  background-color: #1a1f2a;
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 0px;
  flex-basis: 100%;
  transition: background-color 150ms ease-in-out;
  border-bottom: 1px solid #1a1f2a;
}
.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq-accordion .accordion-item:hover {
  background-color: #2a2a2a;
  background-color: transparent;
}

.faq-accordion button {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  justify-content: space-between;
  color: #1e2330;
}

.faq-accordion button:hover,
.faq-accordion button:focus {
  cursor: pointer;
  /* color: #03b5d2; */
}

.faq-accordion button:hover::after,
.faq-accordion button:focus::after {
  cursor: pointer;
  /* color: #03b5d2; */
  /* border: 1px solid #03b5d2; */
}

.faq-accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.faq-accordion button .icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  align-self: center;
}

.faq-accordion button .icon::before,
.faq-accordion button .icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq-accordion button .icon::before {
  width: 16px;
  height: 2px;
}

.faq-accordion button .icon::after {
  width: 2px;
  height: 16px;
}

.faq-accordion button[aria-expanded=true] {
  color: #1e2330;
}

.faq-accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.faq-accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 14rem;
  transition: all 300ms ease-in-out;
  will-change: opacity, max-height;
}

.faq-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 300ms ease-in-out, max-height 300ms ease-in-out;
  will-change: opacity, max-height;
}

.faq-accordion .accordion-content p, .faq-accordion .accordion-content p a {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 1.1rem 0 4rem 0;
  color: #1a1f2a;
  font-weight: 400;
}

.accordion-title {
  color: #ebeee6;
  color: #1a1f2a;
  font-weight: 700;
  font-size: var(--font-size-6);
  font-family: var(--font-family);
}
@media (max-width: 440px) {
  .accordion-title {
    font-size: var(--font-size-5);
  }
}

/* Respect reduced-motion */
@media (prefers-reduced-motion: no-preference) {
  .faq-accordion button[aria-expanded=\"true\"] + .accordion-content {
    transition: all 300ms ease-in-out;
  }
  .faq-accordion .accordion-content {
    transition: opacity 300ms ease-in-out, max-height 300ms ease-in-out;
  }
}
.frontpage-artists__supercontainer {
  display: grid;
  place-content: center;
  min-height: 50vh;
  max-height: 200rem;
  background: var(--background);
}
@media (max-width: 440px) {
  .frontpage-artists__supercontainer {
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 1rem;
    place-content: normal;
  }
}
.frontpage-artists__headline-container {
  background-color: var(--background);
}
.frontpage-artists__headline-container .frontpage-headings__headline.container-full-width {
  padding-bottom: 7%;
}
@media (max-width: 440px) {
  .frontpage-artists__headline-container .frontpage-headings__headline.container-full-width {
    padding-bottom: 7%;
  }
}

.featured-artists__cta {
  background: var(--background);
}

.featured-artists__container {
  display: flex;
  gap: 1em;
  width: 800px;
  height: 500px;
  margin: 0 auto;
  transition: gap 0.4s;
}
@media (max-width: 440px) {
  .featured-artists__container {
    width: 130rem;
  }
}

.box {
  /* vertical stagger */
  position: relative;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: flex 0.6s, filter 0.4s;
  aspect-ratio: 1/1;
}
.box:nth-child(odd) {
  transform: translateY(5px);
}
@media (max-width: 440px) {
  .box:nth-child(odd) {
    transform: translateY(0px);
  }
}
.box:nth-child(even) {
  transform: translateY(-10px);
}
@media (max-width: 440px) {
  .box:nth-child(even) {
    transform: translateY(0px);
  }
}
.box:hover {
  flex: 2 1 0%;
}
@media (max-width: 440px) {
  .box:hover {
    flex: 1 1 0%;
  }
}
.featured-artists__container:hover .box:not(:hover) {
  filter: grayscale(100%) opacity(0.24);
}
@media (max-width: 440px) {
  .featured-artists__container:hover .box:not(:hover) {
    filter: grayscale(70%) opacity(0.5);
  }
}
.box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.84);
  transition: all 200ms ease-in-out;
}
.box__img:hover {
  filter: grayscale(0.4);
}
.box::after {
  content: attr(data-text);
  position: absolute;
  bottom: 1.5rem;
  padding: 0.6rem 1.2rem;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  font-family: monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.1s, transform 0.3s;
}
.box:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 400ms, 400ms;
}
@media (max-width: 440px) {
  .box:hover::after {
    transform: rotate(180deg) translateX(50px);
  }
}
@media (max-width: 440px) {
  .box::after {
    right: 9.5rem;
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateX(50px);
    opacity: 1;
    padding: 1.6rem 0.7rem;
  }
}

.featured-artists__cta.cta--outer {
  padding: 10.4rem 0 2.4rem;
}

@media (prefers-reduced-motion: reduce) {
  .box,
  .box::after {
    transition: none;
  }
}
/* Start of NEWSLETTER subscription */
.frontpage-newsletter {
  display: block;
  padding: 17rem 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgb(13, 14, 15);
  position: relative;
}
@media (max-width: 440px) {
  .frontpage-newsletter {
    background-image: none;
    padding: 0;
  }
}
.frontpage-newsletter__gradient-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 14, 15);
  background: linear-gradient(180deg, #0d0e0f 10%, rgba(14, 13, 15, 0.34) 50%);
}
@media (max-width: 440px) {
  .frontpage-newsletter__gradient-1 {
    display: none;
  }
}
.frontpage-newsletter__gradient-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 14, 15);
  background: linear-gradient(90deg, rgba(13, 14, 15, 0.9) 60%, rgba(14, 13, 15, 0.6) 100%);
}
.frontpage-newsletter__inner {
  position: relative;
  z-index: 100;
}
.frontpage-newsletter__inner-link {
  font-size: 1.5rem;
  width: 13rem;
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--background2);
  color: var(--text2);
  filter: invert(1);
  font-weight: 400;
  opacity: 1;
  transition: opacity 200ms ease;
}
.frontpage-newsletter__inner-link:hover {
  opacity: 0.84;
}
.frontpage-newsletter__inner-link span {
  color: var(--text);
}
.frontpage-newsletter__inner-link span::hover {
  color: var(--text);
}
.frontpage-newsletter__inner-wrapper {
  display: flex;
  height: 35rem;
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
@media (max-width: 440px) {
  .frontpage-newsletter__inner-wrapper {
    height: 50rem;
  }
}
.frontpage-newsletter__inner-left {
  width: 50%;
  background-size: cover;
  position: relative;
}
.frontpage-newsletter__inner-right {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: center;
  width: 100%;
  padding: 5rem 4rem;
  background-color: var(--background2);
}
.frontpage-newsletter__inner-title h3 {
  color: var(--text);
  font-weight: 900;
  font-family: var(--font-serif);
  letter-spacing: 1px;
}
.frontpage-newsletter__inner-description {
  color: var(--text2);
  font-size: 1.5rem;
  margin-bottom: 2.4rem;
}
.frontpage-newsletter__inner-button {
  margin-bottom: 4rem;
}
.frontpage-newsletter__inner-button img {
  height: 2rem;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}
.frontpage-newsletter__inner-legal, .frontpage-newsletter__inner-legal a {
  font-size: 1.1rem;
  color: var(--mediumgrey);
}
.frontpage-newsletter__inner-legal a {
  font-weight: 700;
  text-decoration: underline;
}
.frontpage-newsletter .container-full-width {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 440px) {
  .frontpage-newsletter__inner.container-medium-width {
    padding: 13% 12px;
  }
}

.frontpage-newsletter__inner-button img {
  filter: invert(0.9);
}

/* End of NEWSLETTER section */
.hero-slide__content-box {
  position: absolute;
  top: 10rem;
  left: 9rem;
  width: 70rem;
  min-height: 30rem;
  background: none;
  color: white;
  padding: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 2rem;
  z-index: 100;
  align-items: flex-start;
}
@media (min-width: 1500px) {
  .hero-slide__content-box {
    inset: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 120rem;
    padding: 0 8rem;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .hero-slide__content-box {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: calc(100% - 1rem);
    padding: 0 8rem;
    align-items: center;
  }
}
@media (max-width: 818px) {
  .hero-slide__content-box {
    inset: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: calc(100% - 2rem);
    padding: 0 1rem;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .hero-slide__content-box {
    top: 5rem;
    width: 100%;
    left: 0rem;
  }
}
@media (max-width: 440px) {
  .hero-slide__content-box {
    inset: 0;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: calc(100% - 2rem);
    padding: 0 1rem;
    align-items: center;
    text-align: center;
  }
}

.hero-slide__title {
  font-size: var(--font-size-12);
  font-weight: 800;
  line-height: 1;
  color: white;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(174, 174, 174, 0.4431372549);
}
@media (max-width: 440px) {
  .hero-slide__title {
    font-size: var(--font-size-10);
    line-height: 1.05;
    text-align: center;
    letter-spacing: -1px;
  }
}

.hero-slide__album-artists {
  flex-shrink: 0;
}

.hero-slide__description {
  font-size: 1.8rem;
  font-family: var(--font-family);
  margin-top: 1rem;
  line-height: 1.4;
  text-shadow: 0px 0px 20px rgb(19, 27, 34);
  text-align: start;
}
@media (max-width: 440px) {
  .hero-slide__description {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media (min-width: 1500px) {
  .hero-slide__description {
    text-align: center;
  }
}

.hero-slide__cta {
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  align-self: flex-start;
}
.hero-slide__cta:hover {
  text-decoration: none;
}

.hero-slide__album-meta {
  display: flex;
  gap: 4rem;
}
@media (max-width: 680px) {
  .hero-slide__album-meta {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.6rem;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    display: none;
  }
}

.hero-meta {
  font-style: normal;
  font-weight: 400;
  color: var(--lightgrey);
  font-size: 1.4rem;
  position: relative;
}

.hero-meta + .hero-meta::before {
  content: "•";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 440px) {
  .hero-meta + .hero-meta::before {
    content: none;
  }
}

.splide__slide__front {
  aspect-ratio: 2560/1056;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.splide__slide__front::before {
  display: none;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(104deg, rgba(19, 27, 34, 0.95) 0%, rgba(19, 27, 34, 0.85) 15%, rgba(19, 27, 34, 0.6) 30%, rgba(19, 27, 34, 0.25) 45%, rgba(19, 27, 34, 0) 60%);
  z-index: 1;
}
.splide__slide__front::after {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-140deg, rgba(19, 27, 34, 0) 0%, rgba(19, 27, 34, 0.2) 25%, rgba(19, 27, 34, 0.5) 50%, rgba(19, 27, 34, 0.8) 75%, rgb(19, 27, 34) 100%);
  z-index: 1;
}

.hero-slide__artist-image {
  border-radius: 100%;
  border-style: double;
  border-width: 2px;
  height: 5rem;
  width: auto;
  border-color: lightgoldenrodyellow;
}
@media (max-width: 440px) {
  .hero-slide__artist-image {
    height: 7rem;
  }
}

.hero-slide__bottom-row {
  display: flex;
  justify-content: center;
  color: black;
  transition: all 200ms ease;
}
.hero-slide__bottom-row:hover {
  background-color: rgb(204, 212, 220);
}

.hero-slide__bottom-row .hero-slide__cta {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}

.hero-slide__third-row {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  max-width: 70rem;
}
@media (max-width: 440px) {
  .hero-slide__third-row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    max-width: 100%;
  }
}

.hero-slide__content-box {
  opacity: 0;
  transform: translateX(var(--slide-start, 12px));
  will-change: opacity, transform;
}

.hero-slide__content-box.fade-in {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.hero-slide__content-box.fade-out {
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.07s ease-out, transform 0.5s ease-out;
}

.hero-slide__cta.frontpage-hero__vm {
  display: flex;
  width: 100%;
  color: black;
}

.hero-slide__bottom-row {
  margin-top: 3rem;
  border: 1px solid white;
  width: 200px;
  border-radius: 4px;
  background-color: aliceblue;
  padding: 0;
}

.hero-slide__bottom-row .hero-slide__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem;
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 440px) {
  .hero-slide__bottom-row .hero-slide__cta {
    padding: 1rem;
  }
}

/* Updated SCSS for latest‑blog component – switched from background‑image DIVs to real <img> elements with native lazy‑loading */
.latest-blog * .frontpage-headings__headline-tag {
  filter: invert(0);
}
.latest-blog__container {
  padding: 7rem 0;
  min-height: 20rem;
  background-color: #0d0e0e;
  background-color: #ffffff;
}
.latest-blog__inner.container-full-width {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 0%;
  padding-bottom: 4%;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 440px) {
  .latest-blog__inner.container-full-width {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.latest-blog .blog-heading {
  margin: 0 auto;
  color: #1e2330;
  font-size: var(--font-size-14);
  letter-spacing: -2px;
  text-align: center;
  line-height: 1;
  margin: 5rem 0 7rem 0;
  font-weight: 900;
}
.latest-blog .frontpage-headings__headline {
  width: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  .latest-blog .frontpage-headings__headline {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .latest-blog .frontpage-headings__headline {
    width: 100%;
  }
}
.latest-blog__list {
  display: grid;
  row-gap: 4rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 440px) {
  .latest-blog__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}
@media (max-width: 680px) {
  .latest-blog__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6rem;
  }
}
.latest-blog__list-item {
  background-color: white;
}
.latest-blog__list-item:hover .latest-blog__img {
  transform: scale(1.015) rotate(0.02deg);
}
@media (max-width: 440px) {
  .latest-blog__list-item:hover .latest-blog__img {
    transform: scale(1.004);
  }
}
@media (max-width: 680px) {
  .latest-blog__list-item:hover .latest-blog__img {
    transform: scale(1.004);
  }
}
@media (max-width: 818px) {
  .latest-blog__list-item:hover .latest-blog__img {
    transform: scale(1.004);
  }
}
.latest-blog__image-wrap {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1024/529;
}
@media (max-width: 440px) {
  .latest-blog__image-wrap {
    overflow: visible;
  }
}
@media (max-width: 680px) {
  .latest-blog__image-wrap {
    overflow: visible;
  }
}
@media (max-width: 818px) {
  .latest-blog__image-wrap {
    overflow: visible;
  }
}
.latest-blog__image-blur {
  display: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 13%, rgba(0, 0, 0, 0) 100%);
}
.latest-blog__article-xyz {
  position: absolute;
  width: 91%;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  z-index: 40;
  background-color: white;
  padding: 2rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .latest-blog__article-xyz {
    position: relative;
    left: 50%;
    top: 7rem;
  }
}
.latest-blog__article-title {
  color: black;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 0em;
}
@media (max-width: 440px) {
  .latest-blog__article-title {
    font-size: 2rem;
  }
}
.latest-blog__article-title:hover {
  text-decoration: underline;
}
.latest-blog__article-content {
  color: black;
  position: absolute;
  top: 5px;
  right: 5px;
  text-transform: full-width;
  z-index: 50;
}
.latest-blog__article-tags {
  background-color: rgb(0, 0, 0);
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.2rem;
  font-weight: 400;
  color: white;
  letter-spacing: -1px;
}
@media (max-width: 440px) {
  .latest-blog__article-tags {
    display: none;
  }
}
.latest-blog__article-tags:not(:first-child) {
  margin-left: 1.4rem;
}
.latest-blog .frontpage-headings__headline-taghead {
  font-size: var(--font-size-11);
}
.latest-blog .frontpage-headings__headline-taghead, .latest-blog .frontpage-headings__subtitle-outer p {
  color: var(--background);
}
.latest-blog .frontpage-headings__subtitle-outer p {
  font-size: var(--font-size-5);
  text-align: center;
  margin-top: 1rem;
}
.latest-blog .frontpage-headings__headline-tagline {
  background-color: var(--background);
  border: 1px solid var(--background);
}

@media (max-width: 440px) {
  .latest-blog__list-item:nth-child(3),
  .latest-blog__list-item:nth-child(4) {
    display: none;
  }
}

.latest-blog__title-wrapper {
  position: absolute;
  width: 91%;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  z-index: 40;
  background-color: white;
  padding: 2rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
}
@media (max-width: 440px) {
  .latest-blog__title-wrapper {
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 680px) {
  .latest-blog__title-wrapper {
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 818px) {
  .latest-blog__title-wrapper {
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.08);
  }
}
.latest-blog__article-content {
  color: black;
  position: absolute;
  top: 5px;
  right: 5px;
  text-transform: full-width;
  z-index: 50;
}

.latest-blog__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
  backface-visibility: hidden;
  transform: scale(1.004);
}

.latest-blog__image-gradient {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* how much of the image is covered */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none; /* overlay doesn’t block links */
  z-index: 2;
}

.latest-blog__article-content .latest-blog__article-tags {
  letter-spacing: 0.5px;
  font-weight: 900;
}

/* container */
.frontpage-labels__container {
  background: var(--background);
  padding: 9rem 0;
}

/* headline */
.labelsoverview__headline {
  padding-bottom: 8rem;
}
.labelsoverview__headline .frontpage-headings__subtitle-outer {
  color: #fff;
  text-align: left;
}

/* list */
.labelsoverview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 4%;
  padding-inline: clamp(0rem, 8vw, 124px);
}
@media (max-width: 440px) {
  .labelsoverview__list {
    gap: 4rem 2%;
  }
}

/* card */
.labelsoverview__list-item {
  width: 22%;
  overflow: hidden;
  display: flex;
  max-height: 90px;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (max-width: 440px) {
  .labelsoverview__list-item {
    width: 48%;
  }
}

.labelsoverview__list-a {
  width: 100%;
  height: 100%;
  scale: 0.65;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  transition: transform ease-in 0.2s;
  color: #fff;
  text-decoration: none;
}

.labelsoverview__image {
  display: flex;
  width: 100%;
  transition: transform 0.2s ease-in;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
}

.labelsoverview__list-item:hover .labelsoverview__list-a {
  transform: translateY(-153%);
}

.labelsoverview__genres {
  text-align: center;
  display: flex;
  width: 100%;
  transition: transform 0.2s ease-in;
  justify-content: center;
  align-items: center;
}
.labelsoverview__genres span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

/* CTA */
.labelsoverview__cta.cta--outer {
  padding: 10.4rem 0 2.4rem;
}

/******************************************************
********************* Front-Page **********************
******************************************************/
@media (max-width: 680px) {
  .splide__arrows__front .splide__arrow {
    display: none;
  }
}
@media (max-width: 440px) {
  .splide__arrows__front .splide__arrow {
    display: none;
  }
}

@media (max-width: 1000px) {
  .page-id-18128 .splide__slide__front {
    padding-top: 74%;
  }
}
@media (max-width: 818px) {
  .page-id-18128 .splide__slide__front {
    padding-top: 74%;
  }
}
@media (max-width: 680px) {
  .page-id-18128 .splide__slide__front {
    padding-top: 116%;
  }
}
@media (max-width: 440px) {
  .page-id-18128 .splide__slide__front {
    padding-top: 145%;
  }
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .page-id-18128 .splide__slide__front {
    padding-top: 65%;
  }
}
.splide__pagination {
  bottom: 3.2em;
}
@media (max-width: 440px) {
  .splide__pagination {
    bottom: 0em;
    display: none;
  }
}
@media (max-width: 680px) {
  .splide__pagination {
    display: none;
  }
}
@media (max-width: 818px) {
  .splide__pagination {
    display: none;
  }
}
@media (max-width: 1000px) {
  .splide__pagination {
    bottom: 0em;
    display: none;
  }
}
@media (min-width: 2000px) {
  .splide__pagination {
    bottom: 0em;
    display: none;
  }
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background: white;
  opacity: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 10%;
  display: inline-block;
  height: 3px;
  margin: 4px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 35px;
}
@media (max-width: 440px) {
  .splide__pagination__page {
    width: 24px;
    height: 2px;
  }
}

.frontpage-hero__container {
  background-color: var(--background);
}
.frontpage-hero__gradient {
  position: absolute;
  background: linear-gradient(to right, rgb(19, 27, 34) 0%, rgba(19, 27, 34, 0.9) 5%, rgba(19, 27, 34, 0.6) 10%, rgba(19, 27, 34, 0.3) 15%, rgba(19, 27, 34, 0) 20%) center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
}
.frontpage-hero__gradient-bottom {
  position: absolute;
  inset: 0;
  top: 55px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, #131b22 0%, rgba(19, 27, 34, 0.97) 10%, rgba(13, 17, 24, 0) 20%) center no-repeat;
}
.frontpage-hero__slide-container {
  position: absolute;
  z-index: 10;
  width: 64%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 12rem;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 2000px) {
  .frontpage-hero__slide-container {
    width: 80%;
    padding: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
@media (max-width: 1000px) {
  .frontpage-hero__slide-container {
    padding: 5rem 5rem 5rem 9rem;
    width: 80%;
  }
}
@media (max-width: 818px) {
  .frontpage-hero__slide-container {
    padding: 5rem 7rem;
    width: 90%;
  }
}
@media (max-width: 680px) {
  .frontpage-hero__slide-container {
    padding: 8rem 3rem 3rem 3rem;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .frontpage-hero__slide-container {
    padding: 7rem 3rem 3rem 3rem;
    width: 100%;
  }
}
.frontpage-hero__slide-tags {
  display: inline-block;
}
.frontpage-hero__slide-tags p {
  background-color: rgba(231, 61, 118, 0.751);
  display: inline;
  font-weight: 900;
  font-style: italic;
  padding: 5px 10px;
  font-size: 1.4rem;
}
@media (max-width: 440px) {
  .frontpage-hero__slide-tags p {
    font-size: 1.2rem;
  }
}
.frontpage-hero__slide-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 30rem;
  height: auto;
}
.frontpage-hero__slide-description {
  min-height: 10rem;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.5;
  text-shadow: 0px 0px 15px rgb(138, 138, 138);
}
@media (max-width: 440px) {
  .frontpage-hero__slide-description {
    font-size: 1.7rem;
  }
}
.frontpage-hero__vm {
  font-size: 1.6rem;
  position: relative;
  width: 9.5rem;
  font-weight: 700;
}
.frontpage-hero__vm.asm__chevron:hover::after {
  right: 1.8em;
}
.frontpage-hero__vm.asm__chevron::after {
  top: 1.6rem;
  right: 2em;
}
@media (max-width: 440px) {
  .frontpage-hero__vm.asm__chevron::after {
    top: 1.1rem;
  }
}

.frontpage-latrel__container {
  background-color: var(--background);
  min-height: 40rem;
  justify-content: center;
  padding: 0rem 3rem 12rem 3rem;
}

.hero-section {
  /* margin: 0 auto;
    text-align: center; */
  z-index: 200;
}

.hero-section__inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.introwrapper {
  background-color: var(--main-background-color);
  padding-top: 10rem;
}

.frontpage-hero__h3 {
  color: var(--color-gray-light);
  font-size: var(--font-size-6);
  line-height: 1.6;
}

.arrow-icon {
  fill: #bcbcbc;
}

.link {
  color: #bcbcbc;
}

.link:hover {
  color: #bcbcbc;
}

.frontpage-headings__headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.frontpage-headings__headline.container-full-width {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5%;
}
@media (max-width: 440px) {
  .frontpage-headings__headline.container-full-width {
    padding: 7rem 1rem;
  }
}
.frontpage-headings__headline-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
.frontpage-headings__headline-taghead {
  font-weight: 900;
  color: var(--text);
  display: inline-block;
  font-size: 2.8rem;
}
.frontpage-headings__headline-tagline {
  width: 25rem;
  height: 2px;
  border: 1px solid var(--text);
  background-color: var(--text);
}
@media (max-width: 440px) {
  .frontpage-headings__headline-tagline {
    display: none;
  }
}
.frontpage-headings__headline-head {
  display: none;
}

.frontpage-about__gradient {
  display: none;
}

.frontpage-about__gradient {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
.frontpage-about p {
  font-weight: 700;
  font-size: var(--font-size-9);
  line-height: 1.4;
  letter-spacing: 0.1px;
  font-family: var(--font-serif);
  color: var(--text);
  z-index: 10;
}
@media (max-width: 440px) {
  .frontpage-about p {
    font-size: var(--font-size-8);
  }
}
.frontpage-about__long {
  display: block;
}
@media (max-width: 440px) {
  .frontpage-about__long {
    display: none;
  }
}
.frontpage-about__short {
  display: none;
}
@media (max-width: 440px) {
  .frontpage-about__short {
    display: block;
  }
}
.frontpage-about__container {
  position: relative;
  display: flex;
  background-color: var(--background);
  padding: 17rem 0;
}
@media (max-width: 680px) {
  .frontpage-about__container {
    padding: 12rem 0;
  }
}
@media (max-width: 440px) {
  .frontpage-about__container {
    height: auto;
    padding: 7rem 0;
  }
}
.frontpage-about.container-medium-width {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.frontpage-labels__headline {
  position: relative;
}
.frontpage-labels__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frontpage-labels__title h2 {
  line-height: 1;
}
.frontpage-labels__container {
  background-color: #fff;
  background-color: var(--background);
  color: #000;
}
.frontpage-labels__inner {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  padding: 5rem 0;
}
.frontpage-labels__item {
  flex-basis: 31%;
  box-sizing: border-box;
  text-align: left;
  margin-top: 6rem;
}
.frontpage-labels__item img {
  min-height: 60px;
}
@media (max-width: 680px) {
  .frontpage-labels__item {
    flex-basis: 48%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media (max-width: 440px) {
  .frontpage-labels__item {
    flex-basis: 100%;
    text-align: center;
  }
}
.frontpage-labels__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--lightgrey);
}
.frontpage-labels__bold-text {
  font-weight: 800;
  color: white;
}
.frontpage-labels__description {
  width: 774px;
  max-width: 100%;
  margin-top: 2rem;
}
.frontpage-labels__vm {
  margin-top: 5px;
}
.frontpage-labels__vm a {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.frontpage-labels__vm a::after {
  content: "❯";
  position: absolute;
  top: 1px;
  right: -11px;
  transform: translateY(1px);
  transition: right 0.3s ease-in-out;
  font-size: 1.1rem;
}
.frontpage-labels__vm a:hover:after {
  right: -14px;
}

/* Start of Featured Labels */
.featured-labels__wrapper {
  background-color: var(--main-background-color);
  padding: 10rem 0;
}

.featured-labels__ul {
  margin-top: 24px;
  display: flex;
  gap: 2%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.featured-labels__heading {
  color: white;
  /* padding-top: 6.4rem; */
}

.featured-labels__item {
  position: relative;
  overflow: hidden;
  background-color: #24282d;
  flex-basis: 49%;
}

.featured-labels__info {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.noHover {
  pointer-events: none;
  z-index: 10;
}

/* Start of Frontpage - Hero Section */
.hero-section__container {
  background-color: rgb(123, 67, 229);
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.hero-css {
  background: linear-gradient(to top, rgb(13, 14, 15) 0, rgba(10, 11, 3, 0.6) 25%, rgba(10, 11, 3, 0) 45%) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-css-bottom {
  background: linear-gradient(to bottom, rgb(13, 14, 15) 0, rgba(10, 11, 3, 0.6) 25%, rgba(10, 11, 3, 0) 45%) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.hero-css-top {
  background: rgb(54, 51, 51);
  background: radial-gradient(circle, rgba(54, 51, 51, 0.7525210768) 4%, rgb(22, 21, 21) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn--outline {
  color: white;
  text-shadow: 5px 1px 10px rgba(0, 0, 0, 0.2);
}

.introwrapper__features {
  display: flex;
  gap: 2%;
}

.introwrapper__features .feature {
  width: 31.333333333%;
}

.introwrapper_inner.container-medium-width {
  padding-top: 6%;
  padding-bottom: 6%;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature__icon {
  margin-left: -5px;
  width: 3.7rem;
  height: 3.7rem;
}

.labels-frontpage__container {
  background-color: #fff;
  padding: 20rem 0;
  position: relative;
}

.splide__all-labels {
  min-height: 10vh;
  background-color: #fff;
  max-width: 1440px;
  width: 74%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0 2rem 7.2rem;
}

.frontpage__featured-labels {
  font-weight: 900;
  font-style: italic;
  color: var(--white);
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  width: var(--site-medium-width);
  margin: 0 auto;
}

.featured-labels__logo-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3%;
  top: 0;
  left: 0;
  z-index: 200;
}

.featured-labels__logo img {
  width: 24rem;
  height: 10rem;
}

.featured-labels__vm {
  display: inline;
}

.featured-labels__link {
  position: relative;
  margin-left: 2rem;
}

.featured-labels__link a {
  color: var(--color-gray-light);
  font-style: normal;
  text-decoration: none;
  font-size: var(--font-size-3);
  font-weight: 600;
}

.featured-labels__link a:hover,
.featured-labels__link.asm__chevron::after {
  color: var(--color-gray-light);
}

.featured-labels__link.asm__chevron::after {
  font-style: normal;
}

.featured-labels__link.asm__chevron:hover::after {
  right: -16px;
}

.featured-labels__img-container {
  scale: 1;
  transition: scale 300ms ease;
}

.featured-labels__item:hover .featured-labels__img-container {
  scale: 1.02;
}

/* End of Frontpage - Hero Section */
@media only screen and (max-width: 420px) {
  .introwrapper__features {
    flex-wrap: wrap;
    gap: inherit;
  }
  .introwrapper__features .feature {
    width: 100%;
    text-align: center;
  }
}
/* End of Frontpage: Hero */
/* End: Frontpage -- Latest Releases */
/* Start: Frontpage --  Company Features */
.introwrapper_inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 10rem 0 10rem 0;
}

/* End: Frontpage --  Company Features */
/* Start of New Labels Frontpage */
/* End of New Labels Frontpage */
#all-labels .splide__slide {
  max-width: 230px;
  height: 100%;
  aspect-ratio: 9/16;
  background-size: cover;
}

.frontpage_sections-divider {
  height: 24rem;
  width: 100%;
  background-color: var(--background);
}

.frontpage-labels__container {
  min-height: 20rem;
  padding: 0rem 0;
}

.frontpage-about__container {
  position: relative;
  display: flex;
  background-color: var(--background);
  padding: 17rem 0;
}

.verticalheight {
  height: 2vh;
}

.fullpagemenu {
  overflow: hidden;
}

.one_half {
  padding: 0 30px 0 0;
}

.fa-arrow-up:hover:before {
  opacity: 0.8;
}

.navigation-nav {
  font-weight: 500;
}
.navigation-nav a:link,
.navigation-nav a:visited {
  text-decoration: none;
}
.navigation-nav .parent-link {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border: 0 solid #ddd;
  font-weight: bold;
}
.navigation-nav .parent-link a:link,
.navigation-nav .parent-link a:visited {
  color: #000;
}
.navigation-nav .current_page_item a:link,
.navigation-nav .current_page_item a:visited {
  color: #000;
  text-decoration: underline;
  cursor: default;
}
.navigation-nav a:hover {
  color: #000;
  text-decoration: underline;
}
.navigation-nav a {
  color: #000;
}

@media (max-width: 680px) {
  .links-wrapper {
    row-gap: 3rem;
    flex-wrap: wrap;
  }
  .links-wrapper .links-1,
  .links-wrapper .links-2 {
    flex-basis: 50%;
    flex-wrap: wrap;
    width: 100%;
  }
  .links-wrapper .links-3 {
    flex-basis: 100%;
  }
  .links-3 .list-column {
    flex-direction: row;
  }
  .social-icons-items {
    width: 24px;
    height: 24px;
  }
  .social-icons__name {
    display: none;
  }
  .footer-catalog__inner-ul {
    flex-direction: column;
  }
  .links-4 .list-column {
    flex-direction: row;
    justify-content: space-around;
  }
}
.headline {
  margin: 0;
  font-weight: 700;
}
.headline--large {
  font-size: 3.6rem;
}
@media (min-width: 530px) {
  .headline--large {
    font-size: 6.25rem;
  }
}
.headline--large-medium {
  font-size: 5rem;
  margin: 0 0 1rem 0;
}
.headline--medium {
  font-size: 1.9rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 530px) {
  .headline--medium {
    font-size: 3.125rem;
  }
}
.headline--small-plus {
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}
.headline--small {
  font-size: 1.2rem;
  margin-bottom: 1.9rem;
}
@media (min-width: 530px) {
  .headline--small {
    font-size: 1.6875rem;
  }
}
.headline--smaller {
  font-size: 1.5rem;
}
.headline--tiny {
  font-size: 1.3875rem;
  margin-bottom: 0.25rem;
}
.headline--post-title a {
  color: #0d3b66;
  text-decoration: none;
}
.headline--post-title a:hover {
  text-decoration: underline;
}

.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}

.remove-favorite:hover {
  background-color: #dedede;
}

.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 530px) {
  .page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.page-section--white {
  background-color: #fff;
}
.page-section--beige {
  background-color: #faf0ca;
}
.page-section p:last-of-type {
  margin-bottom: 0;
}

.school-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
}

.school-logo-text strong {
  font-weight: 400;
}

.school-logo-text a {
  color: #fff;
  text-decoration: none;
}

.school-logo-text--alt-color a {
  color: #666;
}
.school-logo-text--alt-color a:hover {
  color: #0d3b66;
  text-decoration: underline;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 0.25rem solid rgba(227, 41, 41, 0.2);
  border-top-color: rgba(227, 41, 41, 0.2);
  border-top-color: #db8c8c;
  animation: spin 1s infinite linear;
}

.c-orange {
  color: #f95738;
}

.c-blue {
  color: #0d3b66;
}

.c-white {
  color: #fff;
}

.c-dark {
  color: #333;
}

.gray {
  color: #999999;
}

.search-trigger {
  display: inline-block;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 0px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 960px) {
  .search-trigger {
    display: inline-block;
    display: flex;
    align-items: center;
    top: 0px;
    margin-right: 0px;
  }
}

.search-trigger:hover {
  opacity: 1;
}

.social-icons-list {
  display: flex;
  margin: 0 -8px;
}

.social-icons-list li {
  flex: 1;
  margin: 0 8px;
}

.social-icons-list li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
}

.social-icons-list li a:hover {
  opacity: 0.75;
}

.social-color-facebook {
  background-color: #4862a3;
}

.social-color-twitter {
  background-color: #55acee;
}

.social-color-youtube {
  background-color: #cc1e1f;
}

.social-color-linkedin {
  background-color: #0077b5;
}

.social-color-instagram {
  background-color: #d8226b;
}

.nav-list ul {
  padding: 0;
  margin: 0;
}

.nav-list li {
  list-style: none;
}

.nav-list a {
  font-size: 0.9rem;
  color: #999;
  text-decoration: none;
}

.nav-list a:hover {
  color: #0d3b66;
  text-decoration: underline;
}

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }
  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-quarter {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
}
/* Make Top WP Admin Bar Fixed on Mobile */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* Like Box */
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #ededed;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}

.generic-content .like-box:hover {
  background-color: #dedede;
}

.like-count {
  padding-left: 10px;
}

.like-box .fa-heart-o {
  transition: all 0.35s ease-out;
  position: absolute;
  left: 10px;
}

.like-box .fa-heart {
  left: 10px;
  transition: all 0.4s ease-out;
  position: absolute;
  visibility: hidden;
  transform: scale(0.2);
  opacity: 0;
}

.like-box[data-exists=yes] .fa-heart {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.like-box[data-exists=yes] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}

/* Customize Login Screen */
body.login .button-primary {
  background-color: #f95738;
  border-color: #f83e1a;
  text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c;
  box-shadow: 0 1px 0 #ed2c07;
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
  background-color: #f8411d;
  border-color: #f95738;
  text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07;
  box-shadow: 0 1px 0 #de2907;
}

body.login {
  background-color: #faf0ca;
}

.login h1 a {
  color: #0d3b66;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}
.btn--small {
  font-size: 0.88rem;
  padding: 7px 13px;
  font-weight: 300;
}
.btn--with-photo {
  padding-left: 40px;
  position: relative;
}
.btn--orange {
  background-color: #ee964b;
}
.btn--orange:hover {
  background: linear-gradient(#ee964b, #eb6c00);
}
.btn--dark-orange {
  background-color: #f95738;
}
.btn--dark-orange:hover {
  background: linear-gradient(#f95738, #c62000);
}
.btn--blue {
  background-color: #0d3b66;
}
.btn--blue:hover {
  background: linear-gradient(#12518d, #0d3b66);
}
.btn--yellow {
  background-color: #fffd7f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.btn--yellow:hover {
  background: linear-gradient(#fffd7f, #fffb10);
}
.btn--beige {
  background-color: #faf0ca;
  color: #173f58;
}
.btn--beige:hover {
  background-color: #fffd7f;
}
.btn--gray {
  background-color: #222;
}
.btn--white {
  background-color: #fff;
  color: #173f58;
}
.btn--white:hover {
  background-color: #ddd;
}
.btn--large {
  font-size: 1.3rem;
  padding: 16px 34px;
  border-radius: 7px;
}
@media (min-width: 530px) {
  .btn--large {
    font-size: 1.9rem;
  }
}
.btn--inactive {
  background-color: transparent;
  cursor: default;
  color: #333;
}

/**********************************************
************* FINAL OPTIMIZED HEADER **********
***********************************************/
:root {
  --admin-bar-h: 0px;
  --header-overlay-gradient: linear-gradient(
    180deg,
    rgba(19, 27, 34, 0.4) 35%,
    rgba(0, 0, 0, 0.34) 55%,
    transparent 90%
  );
}

body.admin-bar {
  --admin-bar-h: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --admin-bar-h: 46px;
  }
}
/* ===========================================
   MAIN HEADER SHELL
   =========================================== */
/* ===========================================
   NAVIGATION & LINKS (Expanded Click Areas)
   =========================================== */
.header-navigation {
  z-index: 10000;
  height: 100%;
  display: flex;
}
.header-navigation .dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.header-navigation .dropdown:hover > a.header__menu-links, .header-navigation .dropdown:focus-within > a.header__menu-links, .header-navigation .dropdown.is-current > a.header__menu-links {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-underline-position: under;
}
.header-navigation__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  height: 100%;
  margin-left: 2rem;
}
.header-navigation__list a {
  text-decoration: none;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}
.header-navigation__list a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-underline-position: under;
}
.header-navigation__list a.header-main__login:hover {
  text-decoration: none;
}
.header-navigation__registration {
  border: 1px solid #f6da8b;
  border-radius: 5px;
  margin-left: 10px;
  height: auto !important;
  align-self: center;
}
.header-navigation__registration a {
  font-weight: 700;
  padding: 0.8rem 2rem;
  height: auto;
  color: #f6da8b;
}
.header-navigation__registration a:hover {
  color: #f6da8b;
  text-decoration: none;
}

.header__labels-icons {
  height: 24px;
  width: auto;
}

.header-main__right-aligned {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
}

.header-main__search {
  display: flex;
  align-items: center;
}

.header-main__search-icon {
  width: 21px;
  height: auto;
  margin-right: 2rem;
  display: block;
}

/* ===========================================
   MEGAMENU (Optimized Hover & Hitbox)
   =========================================== */
.megamenu--labels {
  position: absolute;
  top: 145%;
  left: -10px;
  width: 400px;
  max-height: 70vh;
  overflow-y: auto;
  background: #0d1118;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgb(77, 77, 77);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease, visibility 150ms ease;
}
.dropdown-labels:hover .megamenu--labels, .dropdown-labels:focus-within .megamenu--labels {
  opacity: 1;
  visibility: visible;
}

.megamenu__labels-list {
  list-style: none;
  display: grid;
  gap: 1.4rem;
}

.megamenu__labels-link {
  display: flex !important;
  align-items: center;
  width: 100%;
  padding: 0.6rem 0;
  text-decoration: none !important;
}
.megamenu__labels-link:hover .megamenu__labels-title, .megamenu__labels-link:focus .megamenu__labels-title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-underline-position: under;
}

.megamenu__labels-title {
  font-weight: 600;
  pointer-events: none;
}

.megamenu__labels-genres {
  font-size: 0.9em;
  opacity: 0.7;
  font-style: italic;
  text-decoration: none !important;
  pointer-events: none;
}
.megamenu__labels-genres::before {
  content: "–";
  margin: 0 0.75rem;
}

/* ===========================================
   SINGLE PAGE OVERRIDES (Transparent Header)
   =========================================== */
.single-artists .header-shell,
.single-albums .header-shell {
  position: absolute;
  top: 0;
  background: transparent;
}
@media (max-width: 440px) {
  .single-artists .header-shell,
  .single-albums .header-shell {
    position: relative;
  }
}
.single-artists .header-shell::before,
.single-albums .header-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--header-overlay-gradient);
  pointer-events: none;
  z-index: -1;
}

.header-gradient-off .header-shell::before {
  display: none;
}

/* ===========================================
   MOBILE DROPDOWN & ACCORDION
   =========================================== */
@media (max-width: 768px) {
  .header-navigation__list .hm_login {
    display: none;
  }
}
.nav-dropdown-btn {
  text-decoration: none;
  font-size: var(--font-size-7);
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
.nav-dropdown-btn::after {
  display: inline-block;
  margin-left: 0.75rem;
  content: "";
  border-top: 0.5rem solid;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
}

.nav-dropdown-container {
  display: none;
  padding: 8px;
}

.mobile-nav__dropdown-ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

/**********************************************
*************        SITE FOOTER      *********
***********************************************/
.site-footer {
  background-color: #000;
  position: relative;
  /* filter: invert(1); */
}
.site-footer * li {
  list-style: none;
}
.site-footer * a {
  text-decoration: none;
}
.site-footer * a:hover {
  text-decoration: none;
}

.footer-info-inner * a {
  color: var(--mediumgrey);
}

.follow {
  display: flex;
  height: auto;
  min-height: 80px;
  background-color: #171717;
}

.scrolltotop {
  height: 30px;
  /* display: flex;
    align-items: center;
    justify-content: flex-end; */
  position: absolute;
  top: 10px;
  right: 0;
  padding: 2rem 2rem 0 0;
}

.site-footer__wrapper.container-full-width {
  padding: 128px 24px 1% 24px;
  position: relative;
}

.scrolltotop a {
  text-decoration: none;
  color: var(--mediumgrey);
  text-shadow: rgb(44, 44, 44) 1px 0 40px;
  font-size: 14px;
  letter-spacing: -0.4px;
  border-bottom: 1px dotted #828282;
}

.scrolltotop a:hover {
  color: var(--lightgrey);
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.social-icons-list {
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  width: 80vw;
  padding: 0 15px;
}

.social-icons__anchor {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icons a {
  color: white;
}

.social-icons a:hover {
  text-decoration: none;
}

.social-icons-name {
  font-weight: 600;
  font-size: 1.8rem;
}

.list-column__client {
  position: relative;
}

.list-column__client.asm__outward:after {
  top: -17px;
  right: -33px;
  opacity: 0.6;
}

/* Hide Social Network Name */
@media screen and (max-width: 640px) {
  .social-icons-name {
    display: none;
  }
}
.social-icons-items {
  width: 19px;
  height: 19px;
  filter: invert(100%) sepia(37%) saturate(950%) hue-rotate(214deg) brightness(117%) contrast(100%);
  opacity: 0.8;
}

.social-icons__name:hover {
  color: var(--lightgrey);
  text-decoration: underline;
}

.social-icons__anchor:hover .social-icons-items {
  opacity: 1;
}

.footer-catalog {
  display: flex;
  flex-wrap: wrap;
  max-width: auto;
  /* padding: 6.4rem 0; */
  padding: 9.6rem 0 2.4rem 0;
}

.footer-catalog__inner {
  margin: 0 auto;
  flex-wrap: wrap;
  height: auto;
  /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
  list-style: none;
  /* width: var(--site-full-width); */
  width: 100%;
  padding: 3.6rem 0;
}

@media screen and (max-width: 1230px) {
  .catalog-inner {
    justify-content: center;
  }
}
.footer-catalog__inner-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: 100%;
  margin: 0 auto;
}

.ft-disc-labels {
  font-weight: 800;
  font-size: 2rem;
}

.footer-catalog__inner-item > a {
  display: flex;
  align-items: center;
}

.triplecash-ft {
  width: auto;
  height: 36px;
  /* filter: invert(0%); */
  opacity: 0.7;
}

.bloom-ft {
  width: auto;
  height: 34px;
  /* filter: invert(100%); */
  opacity: 0.7;
}

.revma-ft {
  width: auto;
  height: 35px;
  /* filter: invert(0%); */
  opacity: 0.7;
}

.genuine-ft {
  width: auto;
  height: 33px;
  /* filter: invert(0%); */
  opacity: 0.7;
}

.triplecash-ft:hover,
.bloom-ft:hover,
.revma-ft:hover,
.genuine-ft:hover {
  opacity: 1;
  transition: all 300ms;
}

/* Resize catalog items */
@media screen and (min-width: 900px) and (max-width: 1230px) {
  .catalog-inner-item {
    height: 162px;
    width: 50%;
  }
}
/* Resize catalog items */
@media screen and (min-width: 700px) and (max-width: 900px) {
  .catalog-inner-item {
    /*width: 330px;*/
    width: 50%;
  }
}
/* Resize catalog items */
@media screen and (max-width: 700px) {
  .catalog-inner-item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
  }
}
.footer-info {
  display: flex;
  height: auto;
  /* min-height: 300px; */
  /* padding: 4.8rem 0 1.2rem 0; */
}

.footer-info-inner {
  margin: 0 auto;
  flex-wrap: wrap;
  /* height: auto; */
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
}

.company-wrapper {
  /* background-color: coral; */
  align-self: stretch;
  flex-basis: 44%;
  /* padding: var(--padding-inner); */
}

/* Occupy full width on smaller screens */
@media screen and (max-width: 924px) {
  .company-wrapper {
    flex-grow: 1;
    width: 100%;
  }
}
.ft-company {
  height: 50%;
}

.ft-company__logo {
  /* margin-bottom: 2.4rem; */
  height: 31px;
  width: 31px;
  opacity: 0.44;
}

.ft-company__description {
  font-size: 1.6rem;
  color: var(--mediumgrey);
  width: 85%;
}

.ft-company__paragraph {
  color: white;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.ft-newsletter {
  margin-top: 25px;
}

.list-headline {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.list-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.links-wrapper {
  align-self: stretch;
  display: flex;
  flex-grow: 1;
  /* padding: var(--padding-inner); */
}

/* Occupy full width on smaller screens */
@media screen and (max-width: 924px) {
  .links-wrapper {
    flex-grow: 1;
    width: 100%;
  }
}
.links-wrapper > * {
  flex-basis: 100%;
}

.legal {
  display: flex;
  height: auto;
  min-height: 40px;
}

.legal-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  margin-bottom: 4.8rem;
}

.legal-inner,
.legal-inner a {
  font-size: 1.04rem;
  color: #757575;
}

.site-footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: monospace;
}

.site-footer__copyright,
.site-footer .copyright__list-item a {
  font-size: 1.04rem;
  letter-spacing: 0;
}

.legal-information {
  display: inherit;
  align-items: center;
  margin-top: 6.4rem;
}

.legal-information__ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.legal-information__list-item:not(:last-child):after {
  content: " | ";
  color: #717171;
}

li {
  display: inline;
}

.list-column__company-logo {
  padding-top: 1rem;
  width: 9.5rem;
  height: auto;
  filter: invert(1);
}

.copyright__list-column {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.copyright__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 440px) {
  .copyright__wrapper {
    flex-direction: column;
  }
}

.list-column__item {
  font-weight: 500;
}

/********************************************************
*************   HEADER for Blog and Glossary  ***********
*********************************************************/
/* Use Modifier Class .header--blog if reusing base markup */
.header_wrapper.header--blog {
  background-color: rgba(0, 115, 255, 0);
}

.header-main.header--blog {
  background-color: #fff;
  background-color: #E1E1E1;
}

.single-post .header-main.header--blog {
  background-color: transparent;
  border-bottom: none;
}

.single-post .single-blog__chevron {
  filter: invert(0);
}

.header__labels-icons.header--blog {
  filter: invert(1);
}

.header-main__search-icon.header--blog {
  filter: invert(0);
}

.logo.header--blog {
  filter: invert(0);
}

.header--blog .header-navigation__list a {
  color: black;
}

.header--blog .dropdown-links::after {
  background-color: black;
}

@media (max-width: 440px) {
  .header--blog .btn-mobile-nav__txt {
    color: black;
  }
}

/* Mobile nav dropdown (moved from header-blog.php inline style) */
.nav-dropdown-btn {
  text-decoration: none;
  font-size: var(--font-size-7);
  font-weight: 600;
  color: white;
  display: flex;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}

.nav-dropdown-container {
  display: none;
  padding: 8px;
}

.nav-dropdown-btn:after {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: 0.35rem;
  content: "";
  border-top: 0.5rem solid;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
  margin-top: 9px;
}

.mobile-nav__dropdown-ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

/************************************************************
*************     FOOTER for Blog and Glossary      *********
*************************************************************/
/* Use Modifier Class .footer--blog if reusing base markup */
.site-footer.footer--blog {
  background-color: #000000;
  position: relative;
  /* filter: invert(1); */
}
.site-footer.footer--blog * li {
  list-style: none;
}
.site-footer.footer--blog * a {
  text-decoration: none;
}
.site-footer.footer--blog * a:hover {
  text-decoration: none;
}

.mobile-nav-container {
  background-color: rgba(37, 135, 210, 0);
  /* -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: right;
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.76, 0, 0.24, 1);
  /* 1) Hide it visually */
  opacity: 0;
  /* 2) Make it unaccessible to mouse and keyboard */
  pointer-events: none;
  /* 3) Hide it from screen readers */
  visibility: hidden;
}

.mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10000;
  /* pointer-events: none; */
}

.btn-mobile-nav {
  display: none;
}

.main-navigation {
  padding-top: 2px;
}
.main-navigation ul {
  padding: 0;
  margin: 0;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .main-navigation {
    float: left;
    margin-right: 20px;
  }
}

.main-navigation li {
  list-style: none;
}
@media (min-width: 960px) {
  .main-navigation li {
    float: left;
    padding-left: 20px;
  }
}

.main-navigation a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
@media (min-width: 960px) {
  .main-navigation a {
    display: inline-block;
    padding: 0;
  }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #faf0ca;
}

/* Start of Mobile Menu */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.8rem;
}

.btn-mobile-nav__txt {
  color: var(--text);
  font-weight: 700;
  border-radius: 4px;
  padding: 8px 0px;
  font-size: 40px;
  margin-bottom: 7px;
}

.mobile-nav-container {
  transition: all 300ms cubic-bezier(0, 0.95, 0.56, 0.99);
}

.nav-open.mobile-nav-container {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
  display: flex;
  justify-content: right;
}

.mobile-nav__header {
  height: 10%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  background-color: black;
}

.mobile-nav__close-btn {
  margin: -10px 32px 0 0;
  padding: 10px 4% 10px 50px;
  border: none;
  background: none;
  cursor: pointer;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

.mobile-nav__close-btn:hover {
  cursor: pointer;
}

.mobile-nav__close-icon:after {
  content: url("https://www.aftersunsetmusic.com/wp-content/uploads/2023/01/close_FILL1_wght400_GRAD0_opsz40_white.svg");
  position: absolute;
  top: 0;
  right: -20px;
  transform: scale(0.7);
}

.mobile-nav__header p {
  color: black;
}

.mobile-nav-list {
  flex-grow: 1;
  background: black;
  display: flex;
  row-gap: 1.6rem;
  flex-direction: column;
  padding: 15px 25px;
}

.mobile-nav-list-item > a {
  font-size: var(--font-size-7);
  font-weight: 600;
}

.mobile-social__wrapper {
  background-color: #000;
  padding-bottom: 48px;
}

.mobile-social-follow {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.container-breadcrumbs {
  margin: 0 auto;
  padding-top: 7%;
}

.container-breadcrumbs::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

/* End of Mobile Menu */
.page-banner {
  background-color: #e75050;
  padding: 80px 0 40px 0;
  position: relative;
}
@media (min-width: 530px) {
  .page-banner {
    padding: 30rem 0 6rem 0;
  }
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__title {
  font-family: inherit;
  font-weight: 700;
  font-size: 3.6rem;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  color: #fff;
}
@media (min-width: 530px) {
  .page-banner__title {
    font-size: 5rem;
  }
}
.page-banner__bg-image {
  opacity: 0.33;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ededed;
}
@media (min-width: 530px) {
  .page-banner__intro {
    font-size: 1.65rem;
  }
}
.page-banner__intro p {
  margin: 0;
}

/* Start of Splide Slider */
.splide__sl1 {
  background-color: var(--main-background-color);
  height: 100vh;
  height: auto;
  width: 100%;
}
.splide__sl1__list {
  position: relative;
}
@media (max-width: 440px) {
  .splide__sl1__list {
    aspect-ratio: 1/1;
  }
}
.splide__sl1__slide {
  width: 100%;
  height: 100vh;
}

.sl1-splide-item__full-blur {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  height: 50%;
  background: linear-gradient(transparent, #000);
  background: linear-gradient(55, 55, 55, 0.78);
  pointer-events: none;
}

.sl1-splide-item {
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  background-position: top center;
  background-size: cover;
  filter: saturate(74%);
}
@media (max-width: 440px) {
  .sl1-splide-item {
    background-image: none !important;
  }
}
.sl1-splide-item__container {
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 6rem;
  display: flex;
  flex-direction: row;
  display: flex;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  position: relative;
}
@media (max-width: 440px) {
  .sl1-splide-item__container {
    padding: 0;
  }
}
.sl1-splide-item__left-side {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 440px) {
  .sl1-splide-item__left-side {
    display: none;
  }
}
.sl1-splide-item .sl1-splide-item__right-side {
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.48);
  display: flex;
  padding: 1rem;
  align-items: end;
  justify-content: center;
  max-width: 475px;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .sl1-splide-item .sl1-splide-item__right-side {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
}
.sl1-splide-item .sl1-splide-item__right-side img {
  max-width: 100%;
  max-height: 475px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.sl1-splide-item__cta {
  padding: 2rem 0;
}
.sl1-splide-item__album-link {
  padding: 2rem 4rem;
  border: none;
  background: yellow;
  background-color: #f3f036;
  color: black;
  font-weight: 800;
}
.sl1-splide-item__album-link:hover {
  color: initial;
  background: rgba(255, 255, 0, 0.891);
  border: none;
}
.sl1-splide-item__subtitle {
  width: 90%;
  margin-bottom: 2rem;
}
@media (max-width: 440px) {
  .sl1-splide-item__subtitle {
    width: 100%;
  }
}
.sl1-splide-item__subtitle-p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}
.sl1-splide-item__title p {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 3rem;
  letter-spacing: -0.3px;
}

.sl1-splide-item__label-logo {
  display: flex;
  flex-direction: column-reverse;
  justify-content: right;
  width: 100px;
  height: auto;
}
@media (max-width: 440px) {
  .sl1-splide-item__label-logo {
    display: none;
  }
}

/* Start: Frontpage -- Latest Releases */
.latest-releases__wrapper {
  background-color: var(--main-background-color);
  padding: 10rem 0;
}

.latest-release_vm {
  margin-top: 2.5rem;
}

.latest-release_vm .link,
.latest-release_vm .link:hover {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

/* .latest-release__item:nth-child(odd) {
    flex-direction: row;
  }

  .latest-release__item:nth-child(even) {
    flex-direction: row-reverse;
  } */
.diagonal-box {
  transform: skewY(-7deg);
  position: relative;
}

.diagonal-box:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #654ea3, #eaafc8);
  transform: skewY(-7deg);
}

.splide__sl1 .splide__pagination__page {
  background: #b1b1b1;
  border: 0;
  display: inline-block;
  height: 0.3rem;
  width: 3.2rem;
  margin: 5px 5px 20px 5px;
  opacity: 0.9;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  border-radius: 5px;
}
.splide__sl1 .splide__pagination__page.is-active {
  background: white;
}
.splide__sl1 .splide__pagination__page.is-active {
  transform: scale(1);
}
.splide__sl1 .splide__pagination__page:hover {
  opacity: 0.9;
}

.single-artist__overview a,
.single-artist__overview a:hover {
  text-decoration: none;
}

.splide__sl1 .splide__sl1__slide {
  height: 77.7vh;
  height: 78vh;
}
@media (max-width: 440px) {
  .splide__sl1 .splide__sl1__slide {
    height: 100%;
  }
}

.splide__sl1 .splide__arrow {
  background: rgb(32, 32, 32);
  border: 0;
  border-radius: 0%;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  z-index: 1;
  opacity: 1;
  transition: all 300ms ease;
}
.splide__sl1 .splide__arrow:hover {
  width: 125px;
  background: rgb(27, 27, 27);
}

.splide__sl1 .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide__sl1 .splide__arrow svg {
  fill: rgba(252, 252, 252, 0.6901960784);
}

.splide__sl1 .splide__arrow--next {
  right: 0px;
}

.splide__sl1 .splide__arrow--prev {
  left: 0px;
}

/* End of Splide Slider */
/* Start of Frontpage Slider */
.splide__track__front,
.splide__list__front {
  height: 100%;
}

.splide__slide__front {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.splide__arrow__front svg {
  fill: white;
  height: 1em;
  width: 1em;
}

.splide__list__front {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.splide__slide__front {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 41%;
  position: relative;
  transform: all 20ms ease;
}

.splide__arrow__front--next {
  right: 1.4em;
}

.splide__arrow__front--prev {
  left: 1.4em;
}

.splide__arrows__front button:hover {
  cursor: pointer;
}

.splide__arrow__front {
  border-radius: 100%;
  height: 5.2rem;
  width: 5.2rem;
  background: none;
  opacity: 0.9;
  background-color: rgba(17, 17, 17, 0.65);
  transition: all 240ms ease;
}
.splide__arrow__front:hover {
  background-color: rgba(17, 17, 17, 0.45);
  opacity: 1;
}

.splide__slide__front.is-next,
.splide__slide__front.is-prev {
  transition: transform 400ms ease-in-out;
}

.splide__slide__front.is-active {
  position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .splide__slide__front {
    padding-top: 100%; /* Square aspect ratio for smaller screens */
  }
}
.splide__slide__front.is-next:hover {
  transform: translateX(-0.7rem);
  cursor: pointer;
}

.splide__slide__front.is-prev:hover {
  transform: translateX(0.7rem);
  cursor: pointer;
}

.splide__arrows__front button,
.splide__arrows__front button span {
  touch-action: manipulation;
  cursor: pointer;
}

.splide__slide__front.is-active .frontpage-hero__slide-container {
  opacity: 1;
}

/* End of Frontpage Slider */
.search-overlay {
  background-color: #0d0e0f;
  padding-bottom: 50px;
}

.search-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay .search-overlay__section-title {
  color: white;
  font-style: normal;
  font-size: var(--font-size-7);
  padding: 0.5rem 0;
}
.search-overlay .blog-card h2 {
  font-size: var(--font-size-5);
  padding: 0.5rem;
  margin-top: 0;
}
.search-overlay .blog-card__link {
  color: rgb(73, 73, 73);
  padding: 0.5rem;
  position: relative;
  width: 40%;
}
.search-overlay .blog-card__link.asm__chevron::after {
  right: 24px;
  top: 6px;
}
.search-overlay .blog-card__link.asm__chevron::after:hover {
  right: 20px;
}
.search-overlay .blog-card {
  min-height: auto;
}
.search-overlay .blog-card img {
  aspect-ratio: 1/1;
}
.search-overlay p {
  padding-top: 15px;
}
body.admin-bar .search-overlay {
  top: 32px;
}
.search-overlay__top {
  background-color: rgba(0, 0, 0, 0.12);
}
.search-overlay__icon {
  margin-right: 2rem;
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 900;
  color: #757575;
  font-size: 2rem;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #373737;
  font-style: italic;
}
.search-overlay__close-wrapper {
  width: 100%;
  height: 2.7rem;
  position: relative;
}
.search-overlay__close {
  position: absolute;
  top: 75px;
  right: -7px;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 0.7;
  margin-right: 4%;
}
@media (min-width: 530px) {
  .search-overlay__close {
    top: 75px;
  }
}
@media (min-width: 960px) {
  .search-overlay__close {
    top: 75px;
  }
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay__top-container {
  display: flex;
  align-items: center;
  position: relative;
}
.search-overlay .one-half {
  padding-bottom: 0;
}

.search-overlay__close {
  width: 40px;
  height: auto;
}

.search-term {
  width: 80%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 5px 0 0 0;
  background-color: transparent;
  border-bottom: 2px solid darkgray;
  font-size: 1.6rem;
  font-weight: 300;
  outline: none;
  color: white;
  font-family: inherit;
  font-weight: 700;
  position: relative;
}
@media (min-width: 530px) {
  .search-term {
    width: 85%;
    font-size: 1.6rem;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .search-term {
    width: 100%;
    font-size: 3rem;
    margin: 0;
  }
}

.esc-to-close {
  position: absolute;
  top: 75px;
  right: 0;
  color: gray;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0px;
  display: none;
}
@media (min-width: 960px) {
  .esc-to-close {
    display: block;
  }
}

.body-no-scroll {
  overflow: hidden;
}

.no-search-results {
  color: rgb(80, 80, 80);
  letter-spacing: 0;
  font-style: italic;
  text-align: left;
  font-size: 1.2rem;
}

.search-overlay__sections {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.generic-content p,
.generic-content li {
  font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
  font-size: 1.5rem;
  font-style: italic;
}
.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.generic-content h1 {
  font-size: 3.6rem;
}
.generic-content h2 {
  font-size: 3.1rem;
}
.generic-content h3 {
  font-size: 2.6rem;
}
.generic-content h4 {
  font-size: 2.1rem;
}
.generic-content h5 {
  font-size: 1.6rem;
}
.generic-content h6 {
  font-size: 1.15rem;
}
@media (min-width: 530px) {
  .generic-content h1 {
    font-size: 6.25rem;
  }
  .generic-content h2 {
    font-size: 5rem;
  }
  .generic-content h3 {
    font-size: 3.125rem;
  }
  .generic-content h4 {
    font-size: 2.4rem;
  }
  .generic-content h5 {
    font-size: 1.9rem;
  }
  .generic-content h6 {
    font-size: 1.15rem;
  }
}

/* ==========================================================================
   General Inquiry (Contact Us) — CF7 styling (DERIVATIVE OF contact-form.scss)
   --------------------------------------------------------------------------
   Purpose:
   - Apply the shared CF7 skin (%cf7-base) to the main Contact Us form.
   - Keep any Contact Us customizations scoped so they don't affect other forms
     (registration, artist submission, etc.).

   Requirements:
   - The CF7 shortcode output on the Contact page must be wrapped in:
       <div class="general-inquiry__form">
         [contact-form-7 id="30edbbf" title="General Inquiry"]
       </div>

   How styling is applied:
   - Apply the shared skin to the wrapper:
       .general-inquiry__form { @extend %cf7-base; }

   Where to put customizations:
   - If you need tweaks only for the Contact Us form, put them INSIDE
     .general-inquiry__form { ... } below.
   - Do NOT modify %cf7-base here (that belongs in contact-form.scss).
   - Avoid global .wpcf7 selectors here (they would leak into other forms).

   Dependency:
   - contact-form.scss MUST be imported BEFORE this file (SCSS @extend rule).
   ========================================================================== */
/* Apply reusable CF7 skin to the Contact Us (General Inquiry) form */
.general-inquiry__form {
  /* Contact-page-only overrides (optional)
     Keep anything specific to this form scoped in here. */
  /* Example overrides you might use later:
  --cf-accent: #e63946;
  --cf-accent-hover: #d62839;
  */
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.0784313725);
  border-radius: 4px;
}

@media (min-width: 960px) {
  .full-width-split {
    display: flex;
  }
}
.full-width-split__one {
  flex: 1;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__one {
    padding: 40px;
  }
}
@media (min-width: 960px) {
  .full-width-split__one .full-width-split__inner {
    float: right;
  }
}
.full-width-split__two {
  flex: 1;
  background-color: #faf0ca;
  padding: 1.6rem 16px;
}
@media (min-width: 960px) {
  .full-width-split__two {
    padding: 40px;
  }
}
@media (min-width: 1350px) {
  .full-width-split__inner {
    width: 610px;
  }
}

.event-summary {
  position: relative;
  padding-left: 107px;
  min-height: 77px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.event-summary__title a {
  color: #173f58;
}
.event-summary__date {
  text-decoration: none;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px 0 11px 0;
  color: #FFF;
  border-radius: 50%;
  background-color: #0d3b66;
  width: 80px;
  line-height: 1;
  transition: opacity 0.33s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}
.event-summary__date:hover {
  opacity: 0.75;
}
.event-summary__date--beige {
  background-color: #fffd7f;
}
.event-summary__month {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.event-summary__day {
  display: block;
  font-size: 2.02rem;
  font-weight: 700;
}

.page-template-page-about .header-main,
.page-template-page-about .header_wrapper {
  background-color: transparent;
}

.about-hero__wrapper {
  position: relative;
}

.about-hero__hero-css {
  background: linear-gradient(to top, #131b22 0, rgba(10, 11, 3, 0.6) 25%, rgba(10, 11, 3, 0) 45%) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/**************************/
/* Inserted from aboove-the-fold.css: 
Company Features SECTION */
/**************************/
.company-features {
  background-color: var(--main-background-color);
}

.company-features > .container {
  /* 1140px */
  max-width: 140rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.feature-icon {
  color: #e67e22;
  height: 3.2rem;
  width: 3.2rem;
  background-color: #fdf2e9;
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  border-radius: 50%;
}

.feature-title {
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1.6rem;
}

.feature-text {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--lightgrey);
  letter-spacing: 0;
}

.about-hero__typing {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}

.about-hero__type-container {
  display: flex;
  align-items: center;
  min-height: 5rem;
}
.about-hero__type-container span {
  font-weight: 700;
  font-size: 3rem;
  font-style: italic;
}

.about-hero__cursor {
  display: inline-block;
  width: 0.2rem;
  height: 1em;
  background-color: currentColor;
  margin-left: 0.3rem;
  animation: about-hero-blink 0.7s infinite;
}

@keyframes about-hero-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* ── Base ── */
.page-albums__wrapper {
  background-color: white;
}

.albumcards-inner.container-full-width {
  padding-top: 2%;
}

.albums__content-area {
  display: flex;
  gap: 0;
}

.albums__grid-area {
  flex: 1;
  min-width: 0;
  background-color: white;
}

/* ══════════════════════════════════════
   ── Search Bar
   ══════════════════════════════════════ */
.albums-search {
  width: 100%;
  max-width: 70rem;
  margin: 2rem auto 0;
}

.albums-search__inner {
  display: flex;
  align-items: center;
  height: 5rem;
  min-width: 50rem;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #ddd;
  border-radius: 50px;
  padding: 0 1.6rem;
  position: relative;
  cursor: text;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.albums-search__inner:focus-within {
  border-color: #999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.albums-search__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex: 1;
  min-width: 0;
  position: relative;
}

.albums-search__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.albums-search__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #222;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.albums-search__pill button {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  padding: 0;
  line-height: 1;
  margin-left: 0.2rem;
}
.albums-search__pill button:hover {
  color: #fff;
}

.albums-search__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.4rem;
  color: #333;
  padding: 0.4rem 0;
  font-family: var(--font-family);
}

.albums-search__typewriter {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  pointer-events: none;
  white-space: nowrap;
}

.albums-search__clear {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #c00;
  font-weight: 600;
  padding: 0 1.2rem;
  white-space: nowrap;
  flex-shrink: 0;
  display: none;
}
.albums-search__clear.is-visible {
  display: block;
}
.albums-search__clear:hover {
  color: #900;
}

.albums-search__search-icon {
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   ── Sidebar
   ══════════════════════════════════════ */
.albums__sidebar {
  width: 400px;
  min-width: 400px;
  background: #f8f8f8;
  border-right: 1px solid #e0e0e0;
  padding: 2.4rem;
  overflow-y: auto;
  transition: margin-left 0.3s ease, opacity 0.3s ease;
}

.albums__sidebar.is-hidden {
  margin-left: -400px;
  opacity: 0;
  pointer-events: none;
}

/* ── Filter Groups ── */
.albums__filter-group {
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.6rem;
}

.albums__filter-group-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 0.8rem 0;
  color: #333;
}
.albums__filter-group-toggle .chevron {
  transition: transform 0.3s ease;
  width: 1.2rem;
  height: 1.2rem;
}
.albums__filter-group-toggle.is-open .chevron {
  transform: rotate(180deg);
}
.albums__filter-group-toggle:hover {
  color: #000;
}

.albums__filter-options {
  display: none;
  margin-top: 1.2rem;
}
.albums__filter-options.is-open {
  display: block;
}

/* ── Tag Cloud ── */
.albums__tag-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0;
  line-height: 2;
}

.albums__tag-dot {
  color: #bbb;
  font-size: 1rem;
  margin: 0 0.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.albums__tag {
  display: inline-flex;
  align-items: center;
  gap: 0rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #555;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.albums__tag input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.albums__tag:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.albums__tag.is-active {
  background: #222;
  color: #fff;
  border-color: #222;
  border-radius: 20px;
}
.albums__tag.is-active .albums__tag-count {
  color: rgba(255, 255, 255, 0.6);
}
.albums__tag:not(.has-results) {
  opacity: 0.35;
}

.albums__tag-count {
  font-size: 0.9rem;
  color: #666;
  margin-left: 0;
}

/* ── Top Bar ── */
.albums__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.albums__topbar-left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.albums__toggle-sidebar-btn {
  background: #222;
  color: #fff;
  border: none;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.albums__toggle-sidebar-btn:hover {
  background: #444;
}

.albums__toggle-sidebar-btn span,
.albums__mobile-filter-btn span {
  font-family: var(--font-family);
}

.albums__sort-select {
  padding: 0.8rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.4rem;
  background: white;
  color: #333;
}

.albums__results-count {
  font-size: 1.4rem;
  color: #232323;
}

/* ── Loading Overlay ── */
.albums__loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9000;
  justify-content: center;
  align-items: center;
}
.albums__loading-overlay.is-active {
  display: flex;
}

.albums__spinner {
  width: 4rem;
  height: 4rem;
  border: 3px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  animation: asm-spin 0.7s linear infinite;
}

@keyframes asm-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ── Mobile ── */
.albums__mobile-overlay {
  display: none;
}

.albums__mobile-filter-btn {
  display: none;
}
@media (max-width: 900px) {
  .albums__mobile-filter-btn {
    display: flex;
    position: fixed;
    bottom: 2.4rem;
    right: 2.4rem;
    z-index: 9997;
    border-radius: 50px;
    padding: 1.2rem 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 900px) {
  .albums__sidebar {
    display: none;
  }
  .albums-search__inner {
    min-width: 39rem;
  }
  .albums__toggle-sidebar-btn:not(.albums__mobile-filter-btn) {
    display: none;
  }
  .albums__mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .albums__mobile-overlay.is-active {
    display: block;
  }
  .albums__sidebar--mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 320px;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 2.4rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .albums__sidebar--mobile.is-active {
    display: block;
    transform: translateX(0);
  }
  .albums-search {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
@media (min-width: 901px) {
  .albums__sidebar--mobile,
  .albums__mobile-overlay {
    display: none !important;
  }
}
/* Hero Section */
.baa-hero {
  height: 97vh;
}
.baa-hero .container {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  justify-content: center;
}
.baa-hero h1 {
  color: white;
  letter-spacing: 1px;
}
.baa-hero__subtitle {
  max-width: 79rem;
  font-size: 2rem;
  font-weight: 600;
  color: var(--mediumgrey);
}
.baa-hero__cta-buttons {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.baa-hero__cta-buttons .button {
  background-color: var(--main-color);
  padding: 15px 25px;
  border-radius: var(--border-radius-high);
  color: black;
  font-weight: 700;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.baa-hero__cta-buttons .button:hover {
  background-color: #c2c03e;
  text-decoration: none;
}
.baa-hero__cta-buttons .button-secondary {
  font-weight: 600;
  color: var(--lightgrey);
  position: relative;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.baa-hero__cta-buttons .button-secondary:hover {
  text-decoration: none;
  color: #eee;
}
.baa-hero__cta-buttons .button-secondary:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/material_icons/double_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  margin-left: 0.5em;
  position: absolute;
  top: 5px;
}

.baa-benefits {
  min-height: 80vh;
}
.baa-benefits-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}

.benefit-card {
  background-color: #27262d;
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.4rem;
  padding: 2rem;
  min-height: 40rem;
  border-radius: var(--border-radius-high);
  transition: transform 250ms ease, box-shadow 250ms ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.benefit-card p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--lightgrey);
  line-height: 1.6;
}

.benefit-card:nth-child(1) h3,
.benefit-card:nth-child(2) h3,
.benefit-card:nth-child(3) h3 {
  position: relative;
  padding-top: 7rem;
  color: white;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 800;
}
.benefit-card:nth-child(1) h3::before,
.benefit-card:nth-child(2) h3::before,
.benefit-card:nth-child(3) h3::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.benefit-card:nth-child(1) h3::before {
  background-image: url("../img/material_icons/star.png");
}

.benefit-card:nth-child(2) h3::before {
  background-image: url("../img/material_icons/diamond.png");
}

.benefit-card:nth-child(3) h3::before {
  background-image: url("../img/material_icons/parthenon.png");
}

.baa-workflow {
  min-height: 100vh;
  padding: 6rem 0;
  background-color: #80D5C7;
}
.baa-workflow__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.baa-workflow__heading h3 {
  font-size: 3.2rem;
  font-weight: 800;
  color: white;
  margin: 0;
}
.baa-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.baa-workflow-grid .workflow-step {
  background-color: #27262d;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.4rem;
  padding: 2rem;
  min-height: 40rem;
  border-radius: var(--border-radius-high);
  transition: transform 250ms ease, box-shadow 250ms ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.baa-workflow-grid .workflow-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.baa-workflow-grid .workflow-step h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: white;
  margin: 0;
}
.baa-workflow-grid .workflow-step p {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--lightgrey);
  line-height: 1.6;
}

.baa-sublabels {
  background-color: #fc5655;
  min-height: 100vh;
}

.baa-final-cta {
  min-height: 100vh;
  background-color: white;
}

.labels-archive {
  background-color: white;
  min-height: 1400px;
  padding-top: 0;
}

.labels-archive__header {
  width: 100%;
  background-color: #0d1118;
  padding: 6rem 0;
  min-height: 44rem;
}

.labels-archive__header-inner {
  max-width: 64rem;
  margin: 0 auto;
}

.labels-archive__headline {
  font-size: var(--font-size-12);
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  margin: 0 0 3rem 0;
}

.labels-archive__subtitle {
  font-size: var(--font-size-5);
  font-weight: 400;
  color: var(--text3);
  text-align: center;
  margin: 0 auto;
  max-width: 70rem;
}

.labels-archive__list {
  padding: 6rem 0 12.8rem;
}

.labels-archive__ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==============================
   ROW ITEM
============================== */
.labels-row {
  width: 100%;
  min-height: 40rem;
  display: flex;
}

/* Alternate layout: every 2nd row flips (logo right, content left) */
.labels-row:nth-child(even) {
  flex-direction: row-reverse;
}

.labels-row__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.labels-row__wrapper {
  background-color: none;
  flex: 0 0 50%;
  padding: 7%;
  align-items: center;
  justify-content: center;
}

.labels-row__logoPane {
  background-color: #0d1118;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  aspect-ratio: 5/3;
  filter: grayscale(100);
}

.labels-row__logo {
  width: min(17rem, 70%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* right content area: transparent background */
.labels-row__content {
  flex: 1;
  background: transparent;
  padding: 2.4rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2rem;
  padding: 7rem 7rem;
}

.labels-row__genres {
  align-self: flex-start;
  background-color: rgba(250, 235, 215, 0.8901960784);
  color: #000;
  padding: 2px 14px;
  border-radius: var(--border-radius-small);
  font-weight: 600;
  font-style: italic;
  font-size: 1.4rem;
}

.labels-row__title {
  margin: 0;
  font-size: var(--font-size-10);
  font-weight: 800;
  line-height: 1.1;
  color: #0d1118;
}

.labels-row__desc {
  margin-top: 0.4rem;
  font-size: var(--font-size-4);
  line-height: 1.55;
  color: var(--mediumgrey);
  max-width: 80ch;
}

.labels-row__cta {
  margin-top: 0.6rem;
  font-weight: 700;
}

.labels-row__viewmore {
  position: relative;
  color: #0d1118;
  font-size: 1.4rem;
  font-weight: 700;
}

.labels-row__viewmore::after {
  content: "❯";
  position: absolute;
  top: -1px;
  right: -11px;
  transform: translateY(1px);
  transition: right 0.3s ease-in-out;
  font-size: 1.2rem;
}

.labels-row__link:hover .labels-row__viewmore::after {
  right: -14px;
}

.labels-row__desc p {
  margin: 0 0 1rem 0;
  color: black;
}

.labels-row__desc p:last-child {
  margin-bottom: 0;
}

/* ==============================
   MOBILE
============================== */
@media only screen and (max-width: 680px) {
  .labels-archive__subtitle {
    text-align: left;
  }
  /* stack whole row */
  .labels-row {
    flex-direction: column;
  }
  .labels-row__wrapper {
    flex: 0 0 auto;
    width: 100%;
    padding: 5%;
  }
  .labels-row__content {
    padding: 1rem;
  }
  .labels-row:nth-child(even) {
    flex-direction: column;
  }
}
/* remove link styling */
.labels-row__logoLink,
.labels-row__viewmoreLink {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

/* ensure logo link is only as big as the logoPane (good) */
.labels-row__logoLink {
  display: block;
}

/* hover arrow animation now targets the real link */
.labels-row__viewmoreLink:hover .labels-row__viewmore::after {
  right: -14px;
}

/* optional: cursor feedback */
.labels-row__logoLink,
.labels-row__viewmoreLink {
  cursor: pointer;
}

/* default: show desktop version, hide mobile version */
.labels-row__genres--mobile {
  display: none;
}

.labels-row__genres--desktop {
  display: inline-flex; /* or block */
}

/* when stacked */
@media only screen and (max-width: 680px) {
  .labels-row__genres--mobile {
    display: inline-flex;
    margin-bottom: 1.2rem;
  }
  .labels-row__genres--desktop {
    display: none;
  }
  /* ensure genres sits above logo nicely */
  .labels-row__wrapper {
    display: flex;
    flex-direction: column;
    padding: 2%;
  }
}
.page-links {
  position: relative;
  z-index: 1;
  background-color: #faf0ca;
  margin: 0 0 40px 0;
}
@media (min-width: 767px) {
  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right;
  }
}
.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0d3b66;
  color: #fff;
}
.page-links__title a {
  color: #fff;
  text-decoration: none;
  background-color: #0d3b66;
}
.page-links li {
  border-top: 1px solid #f4de89;
}
.page-links li:first-child {
  border-top: none;
}
.page-links__active, .page-links .current_page_item {
  text-align: center;
  background-color: #f4e6b1;
  color: #0d3b66;
  font-weight: bold;
}
.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #0d3b66;
  transition: all 0.3s;
}
.page-links li a:hover {
  color: #0a2b4b;
  background-color: #f2e3aa;
}

/* ==========================================================================
   Registration Page — CF7 styling (DERIVATIVE OF contact-form.scss)
   --------------------------------------------------------------------------
   This file contains:
   1) Registration page layout styles (hero, background, spacing, widths)
   2) Registration form wrapper that applies the shared CF7 skin:
        .registration-form__form { @extend %cf7-base; }
   3) Any registration-only CF7 tweaks scoped strictly under
        .registration-form__form { ... }

   IMPORTANT:
   - Do not edit %cf7-base here. Shared form styling lives in contact-form.scss.
   - Avoid global .wpcf7 selectors outside .registration-form__form,
     otherwise they may affect the Contact Us form and future forms.
   - contact-form.scss MUST be imported BEFORE this file (SCSS @extend rule).
   ========================================================================== */
/* page-registration.scss */
/* Keep header transparent on this page */
.page-template-page-registration .header-main,
.page-template-page-registration .header_wrapper {
  background-color: transparent;
}
.page-template-page-registration .header-shell {
  position: absolute;
  min-height: 0;
}

.registration-form {
  background-color: #0c0c0c;
  min-height: 150rem;
  padding-bottom: 10rem;
  /* page-only typography rules (scoped, not global) */
}
.registration-form p {
  color: black;
  text-align: justify;
  letter-spacing: 0.4px;
}
.registration-form h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  padding: 80px 50px 60px 50px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: white;
}
.registration-form h2 {
  letter-spacing: -1.4px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-11);
  text-align: center;
  text-rendering: optimizeLegibility;
  color: var(--text);
  line-height: 1.2;
}
.registration-form h3 {
  position: relative;
  width: auto;
  margin: 0 auto;
  font-size: var(--font-size-6);
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.registration-hero__wrapper {
  position: relative;
}

.registration-hero__hero-css {
  background: linear-gradient(to top, #0c0c0c 0, rgba(12, 12, 12, 0.6) 25%, rgba(12, 12, 12, 0) 45%) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.registration-hero__herosection {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 39.79%;
  width: 100%;
}

.registration-form__wrapper {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 84rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 2%;
}
@media (min-width: 800px) {
  .registration-form__wrapper {
    margin-top: -15rem;
  }
}
@media (min-width: 1000px) {
  .registration-form__wrapper {
    margin-top: -35rem;
  }
}
@media (min-width: 1200px) {
  .registration-form__wrapper {
    margin-top: -42rem;
  }
}
.registration-form__wrapper h2 {
  margin-bottom: 40px;
}

/* Custom checkbox + radio styling (registration only)
   NOTE: This intentionally overrides the base checkbox/radio styling.
   Keep it scoped under .registration-form__form to avoid leaks. */
.registration-form__form .wpcf7 input[type=checkbox],
.registration-form__form .wpcf7 input[type=radio] {
  /* remove the default OS/browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  margin-top: 0px;
  cursor: pointer;
  border: 2px solid #bbb; /* <-- border color */
  background: #fff; /* <-- background color */
  display: inline-grid;
  place-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

/* Checked state: background + border */
.registration-form__form .wpcf7 input[type=checkbox]:checked,
.registration-form__form .wpcf7 input[type=radio]:checked {
  background: #e63946; /* <-- checked background */
  border-color: #e63946; /* <-- checked border */
}

/* Checkmark / dot */
.registration-form__form .wpcf7 input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease;
}

.registration-form__form .wpcf7 input[type=checkbox]:checked::before {
  transform: rotate(-45deg) scale(1);
}

.registration-form__form .wpcf7 input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  transform: scale(0);
  transition: transform 0.12s ease;
}

.registration-form__form .wpcf7 input[type=radio]:checked::before {
  transform: scale(1);
}

/* Focus ring (keyboard accessibility) */
.registration-form__form .wpcf7 input[type=checkbox]:focus-visible,
.registration-form__form .wpcf7 input[type=radio]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.18);
}

/* Optional hover */
.registration-form__form .wpcf7 input[type=checkbox]:hover,
.registration-form__form .wpcf7 input[type=radio]:hover {
  border-color: #e63946;
}

/* Apply reusable CF7 skin to this form */
.registration-form__form {
  /* registration-only overrides */
  min-height: 50rem;
}

/* Mobile adjustments specific to this page */
@media (max-width: 768px) {
  .registration-form h1 {
    font-size: 45px;
    padding: 40px 20px 30px 20px;
  }
}
/* Label inside every list item */
.registration-form__form .wpcf7 .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Remove margin nudge on the input (common cause of misalignment) */
.registration-form__form .wpcf7 .wpcf7-list-item > label > input[type=checkbox],
.registration-form__form .wpcf7 .wpcf7-list-item > label > input[type=radio] {
  margin: 0;
}

.registration-form__artist-note,
.registration-form__artist-note a,
.registration-form__artist-note a:hover {
  margin-top: 2rem;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--mediumgrey);
}

.search-form {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__inner {
  width: 95rem;
  max-width: 94%;
  padding: 0 1rem;
}
.search-form__search-form {
  background-color: #dedede;
  padding: 10px 20px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #ececec;
}
.search-form__search-form label {
  display: block;
}
.search-form__search-form-row {
  display: flex;
}
.search-form__field-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.search-form__search-icon {
  margin-right: 2rem;
  width: 25px;
  height: auto;
  filter: invert(1);
}
.search-form__search-term {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  padding: 11px 3px;
  background-color: #dedede;
  outline: none;
  font-family: inherit;
  font-style: normal;
  width: 100%;
  flex-shrink: 1;
  box-sizing: content-box;
  transition: border-bottom 300ms ease-in-out;
}
.search-form__search-term::-moz-placeholder {
  font-style: italic;
}
.search-form__search-term::placeholder {
  font-style: italic;
}
.search-form__search-submit {
  border: none;
  border: 2px solid rgb(45, 45, 45);
  border-radius: 40px;
  padding: 10px 4rem;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  color: white;
  background-color: black;
  transition: background-color 100ms ease-in-out;
}
.search-form__search-submit:hover {
  background-color: rgb(52, 52, 52);
}

/* Seach Form */
.note-limit-message {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  color: #c32929;
  font-weight: bold;
}

.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}

/* Page: Search Results */
.page-search__wrapper {
  min-height: 70rem;
  padding: 2rem 16px;
}

.page-search__wrapper p {
  font-size: 1.6rem;
  color: black;
}

.grid-subnav__navigation {
  position: sticky;
  top: var(--admin-bar-h, 0px);
  z-index: 9998;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(208, 208, 208, 0.33);
  box-shadow: -2px 11px 39px -14px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
}

.navigation-container {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}

.navigation-logo {
  flex-shrink: 0;
  display: none;
}
.navigation-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.navigation-ancestor {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.navigation-ancestor a {
  font-weight: 800;
  font-size: 1.6rem;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.navigation-ancestor a:hover {
  opacity: 1;
  color: black;
  text-decoration: none;
}
.navigation-ancestor::after {
  content: "|";
  margin-left: 2rem;
  color: #d0d0d0;
  font-weight: 300;
}

.navigation-nav {
  flex-grow: 1;
  overflow: hidden;
}
.navigation-nav .navigation-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.navigation-nav .navigation-list::-webkit-scrollbar {
  display: none;
}
.navigation-nav .navigation-list li {
  flex-shrink: 0;
  white-space: nowrap;
}
.navigation-nav .navigation-list li a {
  display: block;
  padding: 14px 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  text-decoration: none;
}
.navigation-nav .navigation-list li a:hover {
  color: #000;
  text-decoration: underline;
}

.link-list li {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-bottom: 1px dotted #DEDEDE;
}
.search-overlay .link-list li {
  font-size: 1.3rem;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list a {
  color: #f95738;
}

.metabox {
  background-color: #faf0ca;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.metabox--position-up {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.metabox--with-home-link {
  padding: 0;
}
.metabox__main {
  padding: 10px 15px 10px 11px;
}
.metabox p {
  margin: 0;
  font-size: 0.9rem;
  color: #a79038;
}
.metabox a {
  color: #a79038;
  text-decoration: none;
  font-weight: bold;
}
.metabox a:hover {
  text-decoration: underline;
}
.metabox .metabox__blog-home-link {
  background-color: #0d3b66;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px 0 0 3px;
  font-weight: normal;
}
.metabox .metabox__blog-home-link:hover {
  text-decoration: none;
  background-color: #0a2e4f;
}

.post-item {
  border-bottom: 1px dotted #DEDEDE;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}
.post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/******************************************************
**************** Re-Usable Components *****************
******************************************************/
/* Outward */
.asm__outward:after {
  content: "";
  background-image: url("https://www.aftersunsetmusic.com/wp-content/uploads/2023/01/arrow_outward_FILL1_wght700_GRAD0_opsz48_white.svg");
  display: inline-block;
  width: 48px;
  height: 48px;
  scale: 0.24;
  position: absolute;
  top: -15px;
  right: -31px;
}

.fa-arrow-up1:before {
  content: "";
  width: 20px;
  height: 20px;
  max-width: 30px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(https://www.aftersunsetmusic.com/wp-content/uploads/2018/07/backtotop.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Chevron */
.asm__chevron {
  font-size: 1.1rem;
}

.asm__chevron:after {
  content: "❯";
  position: absolute;
  top: 1.4px;
  right: -11px;
  transform: translateX(0px);
  transition: right 0.3s ease-in-out;
}

.asm__chevron:hover::after {
  right: -29px;
}

/* Link Arrow */
.link {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none !important;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}

.link--arrowed .arrow-icon {
  position: relative;
  top: 0px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.link--arrowed:hover .arrow-icon {
  transform: translate3d(11px, 0, 0);
  -webkit-text-decoration-line: none;
}

a.link.link--arrowed svg {
  width: 25px;
  margin-left: 10px;
  height: 30px;
}

/**********************************************
************* ΑRTIST ARCHIVE (ULTRA-LITE) *********
***********************************************/
.artists-archive__wrapper {
  background-color: #000;
  padding: 7rem 0 20rem;
  overflow-x: hidden;
}
.artists-archive-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 7.5rem;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 2rem;
  transform: translateZ(0);
}
.artists-archive__list-item {
  position: relative;
  display: block;
  width: 15.8333334%;
  min-width: 90px;
  aspect-ratio: 0.4;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  background-color: #111;
  border: 1px solid rgba(128, 128, 128, 0.3);
  transition: border-color 0.4s ease;
}
.artists-archive__list-item:hover {
  border-color: rgba(246, 218, 139, 0.4);
}
.artists-archive__article {
  position: absolute;
  inset: 0;
}
.artists-archive__article:hover .artists-archive__artist-img {
  opacity: 0.8;
  transform: scale(1.02) translateZ(0);
}
.artists-archive__artist-img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform, opacity;
}
.artists-archive__artist-img.is-loaded {
  opacity: 1;
}
.artists-archive__artist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(0.4);
}
.artists-archive__teaser-box {
  position: absolute;
  inset: 0;
  padding: 20px;
  z-index: 30;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.artists-archive__teaser-box img {
  align-self: end;
  width: auto;
  max-height: 55px;
  transform: translateZ(0);
}
.artists-archive__gradient-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.artists-archive__gradient-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20%;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}

/**********************************************
************* ΑRTIST PAGES       *********
***********************************************/
.single-artists .header_wrapper {
  position: absolute;
}

.single-artists .dropdown-links:hover::after,
.single-artists .dropdown:hover .dropdown-links::after {
  background-color: white;
}

.single-artists .mega-menu-labels-item > a {
  color: black;
}

.artist-hero__content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.artist-main_wrapper {
  background-color: var(--background);
}

.artist-hero {
  position: relative;
  min-height: 380px;
}
.artist-hero__gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to top, rgb(19, 27, 34) 0, rgba(10, 11, 3, 0.6) 25%, transparent 45%);
}
.artist-hero__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 88vh;
  position: relative;
  display: flex;
}
@media (max-width: 680px) {
  .artist-hero__container {
    height: 94vh;
  }
}

.artist-info__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.artist-info__backtooverview {
  display: none;
}
.artist-info__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 13rem;
}
@media (max-width: 680px) {
  .artist-info__details {
    padding-top: 5rem;
  }
}
.artist-info__name h1 {
  font-size: var(--font-size-12);
  font-weight: 700;
  text-shadow: 1px 0 40px rgb(44, 44, 44);
}
.artist-info__featured-image {
  margin-bottom: 0rem;
  visibility: hidden;
}
.artist-info__featured-image img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(var(--asm-lut-grayscale)) saturate(var(--asm-lut-saturate)) contrast(var(--asm-lut-contrast)) brightness(var(--asm-lut-brightness)) hue-rotate(var(--asm-lut-hue));
}
@media (max-width: 818px) {
  .artist-info__featured-image img {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 680px) {
  .artist-info__featured-image img {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 440px) {
  .artist-info__featured-image img {
    width: 240px;
    height: 240px;
  }
}
.artist-info__logo_xl img {
  width: 42rem;
  height: 18rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 680px) {
  .artist-info__logo_xl img {
    height: 14rem;
  }
}
@media (max-width: 440px) {
  .artist-info__logo_xl img {
    height: 10rem;
  }
}
.artist-info__social-list {
  display: flex;
  gap: 20px;
  margin-top: 13px;
}
.artist-info__social-icon {
  width: 24px;
  height: 24px;
  filter: invert(100%) sepia(37%) saturate(950%) hue-rotate(214deg) brightness(117%) contrast(100%);
  transition: opacity 250ms ease;
}
.artist-info__social-icon:hover {
  opacity: 0.8;
}

.artist-hero__prevnext {
  display: flex;
  align-self: end;
  z-index: 100;
  position: relative;
  margin-bottom: 0.5rem;
  height: 5rem;
}

.artist-previous__wrapper,
.artist-next__wrapper {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.artist-previous__wrapper p,
.artist-next__wrapper p {
  font-size: 1.1rem;
  color: var(--color-gray-medium) !important;
  line-height: 1;
  margin: 0;
}
.artist-previous__wrapper .next-artist, .artist-previous__wrapper .previous-artist,
.artist-next__wrapper .next-artist,
.artist-next__wrapper .previous-artist {
  font-weight: 700;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--color-gray-light);
}

.artist-previous__wrapper {
  left: 24px;
}

.artist-next__wrapper {
  right: 24px;
}

.artist-showcase {
  color: var(--text2);
  font-weight: 400;
  padding: 0 0 80px 0;
}

/* Single Artist - Portfolio Section*/
.artist-portfolio__wrapper {
  padding: 0 0 128px 0;
}

.single-artists .artist-description > p {
  color: var(--text2);
  font-size: 1.9rem;
  font-family: var(--font-serif);
  line-height: 1.8;
}

.headline-medium {
  padding-bottom: 24px;
  color: #fff;
  font-size: var(--font-size-8);
}

.single-artists h2.headline-medium {
  padding-bottom: 24px;
  color: var(--text);
  font-size: var(--font-size-7);
  letter-spacing: 0px;
}

.artist-albums .albumcards_item {
  width: 24.25%;
  min-width: 90px;
}
@media (max-width: 680px) {
  .artist-albums .albumcards_item {
    width: 49.5%;
  }
}

.artists_albumcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}

/**********************************************
************* RESPONSIVE DESIGN     *********
***********************************************/
@media (max-width: 1024px) {
  .artists-archive-ul {
    padding: 0 4.5rem;
  }
  .artists-archive__list-item {
    width: 32.2234%;
  }
  .container-in-header {
    display: none;
  }
}
@media (max-width: 818px) {
  .artists-archive-ul {
    padding: 0;
    row-gap: 1rem;
  }
  .artists-archive__list-item {
    width: 49.1%;
  }
}
body.page-template-page-blog,
body.single-post {
  background-color: var(--background-blog);
}

.singlecontent * li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-left: 1.5rem;
  text-indent: -1.8rem;
  font-size: 1.9rem;
  line-height: 1.8;
  color: black;
  font-weight: 400;
  font-family: var(--font-serif);
}

.categories--header {
  padding: 7rem 0 3rem 0;
  padding: 8vh 0 3vh 0;
}

.categories--heading h1 {
  color: black;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

h2.entry_title a {
  height: 100%;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: initial;
  overflow: hidden;
  display: block;
  color: black;
  font-family: var(--font-serif);
  font-weight: 700;
}

h2.entry_title a:hover {
  text-decoration: underline;
  color: black;
}

.single * p {
  color: #000;
}

.single-blog__header-wrapper {
  margin-top: -8rem;
  z-index: 3;
  position: relative;
}

.single-blog__offset {
  background-color: white;
  margin-top: -10rem;
  height: 7rem;
}

.single-blog__featured-media {
  position: relative;
}

.single-post__background-image {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 14.5%;
  background-size: cover;
}

.single-blog__main-image {
  display: flex;
  margin-top: 2rem;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .single-blog__header-wrapper {
    margin-top: 0px;
  }
  .single-post__background-image {
    padding-bottom: 54.5%;
  }
}
@media only screen and (max-width: 680px) {
  .single h1 {
    font-size: var(--font-size-9);
  }
  .single-blog__header-wrapper {
    margin-top: 0px;
  }
  .single-post__background-image {
    padding-bottom: 24.5%;
  }
}
@media only screen and (max-width: 420px) {
  .single-blog__postinfo {
    flex-direction: column;
    padding-top: 4%;
    row-gap: 0px;
  }
  .single-blog__postinfo {
    gap: 1rem;
  }
  .single-blog__postinfo {
    padding-top: 3%;
    padding-bottom: 5%;
  }
}
.single-blog__breadcrumbs.container-grid-width {
  padding-top: 2%;
  padding-bottom: 2%;
}

.single-blog__breadcrumbs-inner {
  /* border-bottom: 1px solid #515151; */
  width: 100%;
}

/* Blog hierarchical numbering system:

	Main Title (Heading 1)
		Subtitle (Heading 5)
			I. First level of hierarchy (Heading 2)
				1. Second level of hierarchy (Heading 3)
					a) Third level of hierarchy (Heading 4)

*/
/* h1 used as "Main Title" */
.single h1 {
  font-size: var(--font-size-10);
  color: white;
  color: #e4e4e7;
  color: #000;
  font-family: var(--font-serif);
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
}

/* h2 used as "I, II, III, ..." inside article */
.single h2 {
  font-size: var(--font-size-9);
  color: white;
  color: #e4e4e7;
  color: #000;
  font-family: var(--font-serif);
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 2.4rem 0;
  margin-top: 4rem;
}

/* h3  used as "1, 2, 3, ..." inside article */
.single h3 {
  font-size: var(--font-size-7);
  color: white;
  color: #e4e4e7;
  color: #000;
  font-family: var(--font-serif);
  text-align: left;
  font-weight: 700;
  padding: 2.4rem 0 1rem 0;
}

/* h4  used as "a), b), c), ..." inside article */
.single h4 {
  font-size: var(--font-size-6);
  font-size: 1.9rem;
  color: white;
  color: #888;
  color: #a4a4a4;
  color: #000;
  font-family: var(--font-serif);
  text-align: left;
  font-style: italic;
  font-weight: 700;
  padding: 2.4rem 0 0.5rem 0;
  text-decoration: none;
  font-family: var(--font-serif);
}

/* h5 used as subtitle */
.single h5 {
  color: var(--color-gray-light);
  color: #000;
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: var(--font-size-6);
  padding: 2rem 0;
}

/* Subtitle. Used below main title */
.single-blog__blog-subtitle {
  margin: 5rem 0;
}

.single-blog__blog-subtitle p {
  color: var(--color-gray-light);
  color: #000;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: var(--font-size-6);
  font-style: italic;
  display: inline;
  line-height: 1.5;
}

.lwptoc_toggle_label {
  font-size: 1.2rem;
}

.date {
  color: #bebebe;
}

.post_info {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  color: #bebebe;
  font-weight: 500;
}

.single-blog__chevron {
  opacity: 0.8;
  font-size: 1rem;
}

h5 {
  display: inline;
}

.page-blog__latest-post {
  width: 74%;
  max-width: 1024px;
  padding-top: 3.2rem;
}
@media (max-width: 440px) {
  .page-blog__latest-post {
    width: 100%;
  }
}

.page-id-21260 .content-area {
  background-color: var(--background-blog);
  position: relative;
}

.page-blog__hero {
  position: relative;
}

.page-blog__hero-inner {
  position: relative;
  height: 80rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 440px) {
  .page-blog__hero-inner {
    height: 55rem;
  }
}

.page-blog__hero-text {
  color: black;
  font-size: 5.4rem;
  font-weight: 900;
  font-family: var(--font-serif);
  display: none;
}

.page-blog__hero__subtitle {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  color: black;
  text-align: center;
  width: 80%;
  display: none;
}

.page-blog__post-list {
  display: flex;
  row-gap: 12rem;
  -moz-column-gap: 4%;
       column-gap: 4%;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 440px) {
  .page-blog__post-list {
    gap: 5rem;
  }
}

.page-blog__post-item {
  width: 47%;
}
@media (max-width: 440px) {
  .page-blog__post-item {
    width: 100%;
  }
}

.page-blog__white-space {
  position: absolute;
  content: "";
  height: 30rem;
  width: 100%;
  background-color: white;
  bottom: 0;
  left: 0;
  display: none;
}

.post_text_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .post_text_inner {
    flex-wrap: wrap;
  }
}

.page-blog__read-more {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}
.page-blog__read-more:hover {
  color: inherit;
  text-decoration: underline;
}

.blog-meta__wrapper {
  flex: 26%;
  color: black;
  font-weight: 400;
  padding: 15px 10px;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 440px) {
  .blog-meta__wrapper {
    flex: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.blog-meta__category {
  font-weight: 700;
}
.blog-meta__category a {
  font-size: 1.6rem;
  color: black;
  letter-spacing: 0;
}
.blog-meta__category a:hover {
  color: inherit;
}

.blog-meta__published-date {
  font-size: 1.2rem;
  color: var(--text4);
  font-weight: 700;
}

.blog_column2 {
  flex: 74%;
}
@media (max-width: 440px) {
  .blog_column2 {
    flex: 100%;
  }
}

h2.entry-title__latest-post a {
  font-size: 2.7rem;
  font-weight: 900;
  height: 100%;
  line-height: 1.2;
  letter-spacing: initial;
  overflow: hidden;
  display: block;
  color: black;
}
h2.entry-title__latest-post a:hover {
  text-decoration: underline;
  color: black;
}

.post_excerpt {
  font-size: 1.7rem;
  line-height: 1.4;
  color: black;
  font-weight: 400;
  font-family: var(--font-serif);
  margin-top: 1rem;
}
@media (max-width: 440px) {
  .post_excerpt {
    font-size: 1.8rem;
  }
}

.page-blog__meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  color: #353535;
  margin: 0.4rem 0 1.4rem 0;
  font-size: var(--font-size-3);
  font-weight: 500;
}

.page-blog__category a {
  color: black;
  margin-top: 1rem;
  font-size: var(--font-size-3);
  font-weight: 700;
}
.page-blog__category a:hover {
  color: black;
  text-decoration: none;
}

.page-blog__published-date {
  color: var(--text4);
  font-size: 1.2rem;
  font-weight: 700;
}

.wp-element-caption {
  font-style: italic;
  font-size: 1.4rem;
}

.single-post__further-reading * li a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

.single-post__further-reading {
  font-size: 1.6rem;
  font-family: var(--font-serif);
}

.single-post__further-reading {
  padding: 0;
}
@media (max-width: 440px) {
  .single-post__further-reading {
    padding: 0 1rem;
  }
}

/* Start of Tags (Blog Post)*/
.tags {
  display: flex;
  align-items: center;
}

.post_tags {
  color: yellowgreen;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.post_tags a {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 600;
  color: rgb(56, 56, 56);
  padding: 1rem 2rem;
  border-radius: 35px;
  background-color: rgba(238, 238, 238, 0);
  text-decoration: none;
  transition: all 200ms ease-in-out;
  padding: 1rem 2rem;
  border-radius: 35px;
  background-color: #eee;
}

.post_tags a:hover {
  color: black;
  background-color: #e1dede;
  text-decoration: none;
}

.post_tags a:not(:last-of-type) {
  margin-right: 1px;
}

.fa-tags {
  color: var(--darkgrey);
  font-size: 21px;
}

/* End of Tags (Blog Post)*/
/* Start of Keywords Section */
.single-blog__keywords {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.single-blog__keywords-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.single-blog__keyword-pill {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: var(--font-family);
  color: #3c3c3c;
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 35px;
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  letter-spacing: 0;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.single-blog__keyword-pill:hover {
  background-color: #e1dede;
  color: #000;
  text-decoration: none;
}

/* End of Keywords Section */
/* Start of Promo Blurb */
.single-blog__promo-blurb {
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 3rem;
}

.single-blog__promo-text {
  font-size: 1.6rem !important;
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  color: #555 !important;
  line-height: 1.7 !important;
}
.single-blog__promo-text a {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: 600;
  text-decoration: underline;
}
.single-blog__promo-text a:hover {
  color: #000 !important;
}

/* End of Promo Blurb */
/* Start of Further Reading Section */
.blog__further-reading-wrapper {
  width: 100%;
  min-height: 20rem;
}

.single-blog__further-reading {
  margin-top: 4rem;
  margin-bottom: 1rem;
  border-top: 1px solid #e8e8e8;
  padding-top: 3rem;
}

.single-blog__further-reading-title {
  font-size: 2rem !important;
  font-family: var(--font-serif) !important;
  font-weight: 700 !important;
  color: #000 !important;
  padding: 0 0 1.5rem 0 !important;
  margin-top: 0 !important;
}

.single-post__further-reading {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 2rem 0;
}
.single-post__further-reading li {
  list-style-type: disc;
  display: list-item;
  margin-bottom: 1.2rem;
  color: #000;
}
.single-post__further-reading li a {
  display: inline;
  font-size: 1.7rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.single-post__further-reading li a:hover {
  text-decoration: underline;
}

/* End of Further Reading Section */
/* Start of Footnotes */
.wp-block-footnotes {
  margin: 10rem 0 5rem 0;
  border-top: 1px solid black;
  padding-top: 10px;
  counter-reset: footnote;
  position: relative;
}
.wp-block-footnotes::before {
  content: "References";
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 1.7rem;
}

.wp-block-footnotes li {
  position: relative;
  list-style: none; /* hide native marker */
  counter-increment: footnote;
  font-size: 1.1rem;
  padding-left: 1.5em;
}

.wp-block-footnotes li::before {
  content: counter(footnote);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
  vertical-align: super;
}

.wp-block-footnotes li a {
  font-size: 1.4rem;
  color: black;
  font-weight: 600;
  text-decoration: underline;
}

/* End of Fotnotes */
.related--blog-posts {
  background-color: #f2f3ea;
}

.related-posts {
  min-height: 60rem;
}
.related-posts.container-medium-width {
  width: 117rem;
}
.related-posts__title,
.related-posts .related-post__title {
  margin: 0 0 1.5rem;
  padding: 1rem;
}
.related-posts__grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 600px) {
  .related-posts-grid article:nth-child(n+5) {
    display: none;
  }
}

.related-post__card {
  border: 1px solid #eee;
  border: none;
  overflow: hidden;
  background: #fff;
  background: none;
  transition: box-shadow 0.2s ease;
}
.related-post__card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: none;
}
.related-post__h3 {
  padding: 0 !important;
  text-decoration: none;
  line-height: 20px !important;
  font-style: normal !important;
}
.related-post__h3 a {
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
}
.related-post__h3 a:hover {
  text-decoration: none;
  color: #000;
}
.related-post__thumbnail {
  overflow: hidden;
  border-radius: none;
  aspect-ratio: 2/1;
}
.related-post__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
  will-change: transform;
}
.related-post__meta {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.related-post__category a, .related-post__date {
  font-size: 0.8em;
  line-height: normal;
  font-family: var(--font-family);
  letter-spacing: 0;
}
.related-post__category a {
  font-weight: 700;
  color: black;
  text-decoration: none;
}
.related-post__category a:hover {
  color: black;
  text-decoration: none;
}
.related-post__date {
  margin-left: 12px;
  color: #000;
  font-weight: 500;
}

.related-post__card:hover .related-post__thumbnail img {
  transform: scale(1.014);
}

.related-post__date.no-cursor {
  cursor: default;
  pointer-events: none;
}

/* Start of Lightbox */
.asm-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-in-out;
}
.asm-lightbox-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

.asm-lightbox-img {
  max-width: 90vw;
  max-height: 82vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.asm-lightbox-caption-bar {
  margin-top: 1.8rem;
  text-align: center;
  max-width: 90ch;
  line-height: 1.6;
  font-size: 1.4rem;
  font-family: var(--font-serif);
}

.asm-lightbox-post-title {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-style: normal;
}

.asm-lightbox-separator {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0.7rem 0 0;
  font-style: normal;
}

.asm-lightbox-caption {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

.asm-lightbox-close {
  position: fixed;
  top: 2rem;
  right: 2.4rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3.6rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  transition: color 150ms ease, transform 150ms ease;
}
.asm-lightbox-close:hover, .asm-lightbox-close:focus {
  color: #fff;
  transform: scale(1.15);
  outline: none;
}

/* End of Lightbox */
/* ============================================================
   Single Blog Post — static styles
   (dynamic values: singleblog_backgroundcolor, custom_post_css
    remain as a tiny inline <style> in single.php)
   ============================================================ */
body.single-post main {
  background-color: white;
  color: black;
  padding-top: 13rem;
  margin-top: 0px;
}

.header_wrapper {
  background-color: rgba(255, 255, 255, 0);
}

/* Blog Quote */
.wp-block-pullquote {
  position: relative;
  font-size: 1.5em;
  line-height: 1.6;
}

.wp-block-pullquote p {
  color: black;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
}

.wp-block-pullquote cite {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  width: 80%;
  display: inline-block;
  margin-top: 1rem;
}

.wp-block-pullquote p:before {
  content: "“";
  font-size: 10rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.published_by_name a {
  color: black;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
}

.published_by_name a:hover {
  opacity: 0.8;
}

.not-label-arrow .current-menu-item {
  text-shadow: none;
}

p {
  color: #3f3f46;
  font-size: 1.9rem;
  font-weight: 400;
  font-family: var(--font-serif);
  line-height: 1.8;
}

.fn {
  vertical-align: super;
  font-size: 1.4rem;
  margin-right: 4px;
}

.fn:before {
  content: "[";
}

.fn:after {
  content: "]";
}

.fn > a {
  font-weight: 500 !important;
  font-size: 1.4rem !important;
}

.singlecontent * a {
  font-size: 1.9rem;
  color: black;
  font-weight: 400;
  text-decoration: underline;
}

.singlecontent * a:hover {
  color: black;
  text-decoration: underline;
}

.single-post__further-reading * a {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

.professor-callout {
  border: 2px solid white !important;
  box-shadow: 0 0 0 2px rgba(235, 235, 235, 0.6980392157);
}

.professor-callout * a {
  font-size: 1.5rem;
  font-weight: 600;
}

.professor-callout p {
  line-height: 1.6 !important;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

pre {
  max-width: 100%;
}

.lwptoc_i {
  width: 100% !important;
  padding: 14px 18px;
}

.lwptoc .lwptoc_i {
  border: 1px dotted #646464 !important;
}

.lwptoc_header {
  margin: 7px 0;
}

.lwptoc_item a {
  font-size: 1.5rem;
  opacity: 1;
}

.lwptoc_toggle_label {
  font-size: 1.3rem !important;
}

.single-blog__breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-blog__breadcrumbs-inner * a {
  color: black;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0px;
}

.single-blog__breadcrumbs-inner * a:hover {
  text-decoration: none;
}

.single-blog__padding-top {
  padding-top: 13rem;
}

article {
  background-color: white;
  position: relative;
}

.single-blog__postinfo {
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.published_date,
.published_by_name {
  color: var(--color-gray-medium);
  opacity: 0.8;
  color: black;
  font-weight: 400;
  font-style: italic;
  font-size: 1.4rem;
}

.post_readtime {
  color: var(--color-gray-medium);
  color: black;
  opacity: 0.8;
  font-weight: 400;
  font-size: 1.4rem;
}

.breadcrumbs_outer {
  margin: 0 auto;
  padding-top: 35px;
}

.breadcrumbs a,
.breadcrumbs p {
  font-size: 12px;
  color: #888;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #888;
}

/* Social Share Icons */
.social_share_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.social_share_item p {
  font-size: 1.2rem;
  font-family: inherit;
}

.social_share_links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

.social_share_links li {
  display: inline-block;
}

.icon {
  color: #000;
  opacity: 1;
  transform: opacity 200ms ease;
}

.icon:hover {
  opacity: 0.7;
}

.icon-copyurl {
  position: relative;
  width: 10px;
  height: 18px;
  display: inline-block;
}

.icon-copyurl::before {
  content: url("/wp-content/uploads/2023/05/add_link_FILL0_wght500_GRAD0_opsz48.svg");
  display: block;
  width: 18px;
  height: 18px;
  height: auto;
  top: -9px;
  left: -9px;
  position: absolute;
  transform: rotate(-45deg) scale(0.5);
}

.icon-facebook::before {
  content: url("/wp-content/uploads/2022/08/facebook.svg");
  display: block;
  width: 18px;
  height: 23px;
}

.icon-twitter::before {
  content: url("/wp-content/uploads/2018/07/twitter.svg");
  display: block;
  width: 18px;
  height: 23px;
}

.icon-linkedin::before {
  content: url("/wp-content/uploads/2022/08/linkedin.svg");
  display: block;
  width: 17px;
  height: 22px;
}

.category__main-section {
  min-height: 80rem;
}

.category__hero-section {
  min-height: 30rem;
}

.blog-hero {
  max-width: 100%;
}

img.blog-hero-inner {
  width: 100%;
  height: 0;
}

.blog-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.blog-category__description {
  width: 74%;
  display: flex;
  margin: 0 auto;
}

.blog-category__description p {
  color: black;
  text-align: center;
}

.blog_category-hero-text {
  color: white;
  position: relative;
  font-size: 34px;
  font-weight: 700;
}

.category .post_image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.cateory .post_excerpt {
  font-size: 14px;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
}

@media (max-width: 768px) {
  article {
    width: 100%;
    margin: 0;
  }
  main#main {
    padding: 10rem 0;
  }
}
.category__card-list {
  display: flex;
  gap: 2%;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}
@media (max-width: 680px) {
  .category__card-list {
    gap: 2%;
  }
}
@media (max-width: 440px) {
  .category__card-list {
    gap: 0%;
  }
}

.category__list-item {
  width: 32%;
}
@media (max-width: 680px) {
  .category__list-item {
    width: 49%;
  }
}
@media (max-width: 440px) {
  .category__list-item {
    width: 100%;
  }
}

.blog-card {
  background: #fff;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  min-height: 45rem;
}
.blog-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-card__content {
  padding: 1rem;
}
.blog-card__title {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}
.blog-card__subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.blog-card__excerpt {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--font-serif);
  margin-top: 1rem;
  color: #333;
}
.blog-card__column {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.blog-card__meta {
  color: rgb(81, 81, 81);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card__pub-date {
  font-style: italic;
}

.blog-card h2.entry_title a {
  height: 100%;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: initial;
  overflow: hidden;
  display: block;
  color: black;
  margin-top: 1.4rem;
}

body.page-template-page-blog-categories {
  background-color: #F6F3ED;
  background-color: white;
  background-color: #E1E1E1;
}

.blog-categories__main {
  min-height: 105rem;
}
.blog-categories__list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin: 5rem 0 4.2rem 0;
}

.blog-category__item {
  border: 1px solid #a2a2a2;
  padding: 25px;
  border-radius: var(--border-radius-medium);
  transition: border-color 0.2s ease-in-out;
  min-height: 13rem;
  aspect-ratio: 2/1;
}
.blog-category__item:hover {
  border-color: #656565;
}
.blog-category__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.blog-category__link:hover {
  text-decoration: none;
}
.blog-category__link:hover .blog-category__name {
  text-decoration: none;
}
.blog-category__icon {
  width: 44px;
  height: 44px;
  max-height: 44px;
}
.blog-category__icon img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0%;
}
.blog-category__link {
  display: flex;
  flex-direction: column;
}
.blog-category__name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: black;
  text-decoration: none;
}
.blog-category__count {
  font-size: 2rem;
  color: #292929;
  font-weight: 500;
}

.glossary__content-bg, .single-glossary__main-content {
  background-color: #fff;
}

.single-glossary__main-content {
  min-height: 90rem;
}

.glossary__hero-container {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 47rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 440px) {
  .glossary__hero-container {
    background-size: 18rem;
    background-size: cover;
  }
}

.glossary__subtitle {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  background-color: #f91f85;
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1803921569);
  padding: 2px 10px;
}
@media (max-width: 440px) {
  .glossary__subtitle {
    font-size: 0.9em;
  }
}

.glossary-term > a {
  font-family: var(--font-serif);
  color: #222;
  font-size: 1.7rem;
  position: relative;
  text-decoration: none;
}
.glossary-term > a:hover {
  color: #222;
  text-decoration: underline;
}

.glossary-term.new-post > a:after {
  position: absolute;
  content: "New";
  font-size: 1.1rem;
  top: -4px;
  background-color: hotpink;
  padding: 1px 4px;
  border-radius: 4px;
  color: #fff;
  right: -40px;
  font-family: var(--font-family);
  font-weight: 700;
}

.glossary__letter:hover {
  color: inherit;
  text-decoration: underline;
}

.letters {
  color: black;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  font-weight: 200;
}
@media (max-width: 818px) {
  .letters {
    justify-content: left;
  }
}
@media (max-width: 680px) {
  .letters {
    justify-content: left;
  }
}
@media (max-width: 440px) {
  .letters {
    justify-content: left;
  }
}

.browse-by-letter__h2 {
  font-size: var(--font-size-12);
  color: white;
  text-align: center;
}

.browse-by-letter,
.browse-by-letter a {
  color: black;
  font-weight: 700;
  font-size: 2.1rem;
}
.browse-by-letter:hover,
.browse-by-letter a:hover {
  color: inherit;
}

.glossary-terms__wrapper.container-medium-width {
  padding-top: 5rem;
  padding-bottom: 13rem;
}

.single-glossary__links,
.single-glossary__links:hover {
  text-decoration: none;
}

.single-glossary__list li {
  list-style: disc outside;
  display: list-item;
}

.glossary-terms__wrapper {
  -moz-columns: 3;
       columns: 3;
}
@media (max-width: 680px) {
  .glossary-terms__wrapper {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 440px) {
  .glossary-terms__wrapper {
    -moz-columns: 1;
         columns: 1;
  }
}

.glossary-group {
  padding: 1.6rem 0;
  display: flex;
  flex-direction: column;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.glossary-group ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.glossary-group h3 {
  color: black;
  font-weight: 800;
  font-size: 1.9rem;
}

.single-blog__chevron {
  filter: invert(1);
}

@media screen and (max-width: 700px) {
  .letters {
    padding: 0 1.5rem;
  }
}
.post-type-archive-glossary {
  background-color: #e7e7e4;
}

.browse-by-letter.container-grid-width {
  padding-left: 0;
  padding-right: 0;
}

.single-albums .header_wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.album-top__list-link img {
  width: 35px;
  height: auto;
  filter: invert(1);
}

.portfolio_single iframe {
  width: 100%;
}

.portfolio_navigation p {
  color: rgba(0, 0, 0, 0.75);
  line-height: 42px;
}

#navbar {
  z-index: 1;
  /* background-color:black; */
  position: fixed;
  top: -50px;
  width: 100%;
  /* display: block; */
  transition: top 0.3s ease-in-out;
  display: flex;
}

.album_subnavigation {
  z-index: 99999 !important;
  height: 50px;
  margin-top: 0px;
  position: relative;
  box-sizing: border-box;
}

.album_subnavigation_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
}

.album_subnavigation_right-aligned {
  display: flex;
  align-items: center;
  gap: 15px;
}

.album_subnavigation_stream img {
  display: block;
}

.album {
  z-index: 9999;
}

.album_description {
  padding-top: 4rem;
  width: 100%;
  margin: 0px auto;
}

.album_description p {
  font-weight: 200;
  letter-spacing: 0.5px;
}

.album_description-inner {
  width: 810px;
  max-width: 100%;
  margin: 0px auto;
  /*padding: 0% 4.1%;*/
}

.album_subtitle {
  padding: 20px 0px 30px 0px;
}

.album_subtitle h3 {
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.2;
  text-align: center;
  font-style: italic;
  font-family: var(--font-family);
  font-size: var(--font-size-8);
  color: white;
}

.Album_Title {
  margin-top: 6px;
}

.Album_Title .Album_Title_H1 {
  z-index: 5;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  font-family: var(--font-family);
  font-style: normal;
  padding: 0;
}

.single-portfolio_page .header_bottom,
.single-portfolio_page .header_top,
.single-portfolio_page .fixed_top_header .bottom_header {
  background-color: rgba(0, 0, 0, 0);
}

.album {
  text-align: center;
  padding: 40px 20% 90px 20%;
}

.individualsong {
  box-sizing: border-box;
  padding: 35px 4%;
  width: 100%;
  box-shadow: -1px 18px 21px -9px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -1px 18px 21px -9px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -1px 18px 21px -9px rgba(0, 0, 0, 0.14);
  /*border-top: solid 7px <?php the_field('specific_color')?>;*/
}

.a2 {
  color: #fff;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.7px;
}

.a3 {
  color: #fefefe;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 47px;
  text-transform: none;
}

.a4 {
  color: #b1b1b1;
  padding-bottom: 25px;
  padding-top: 15px;
  font-weight: 400;
}

.single-albums .label-breadcrumbs__list-item:last-of-type span {
  color: white;
}

.single-albums #theme-toggle.toggle-light {
  filter: invert(1);
}

.song-artist {
  position: relative;
  padding: 5px 0;
}

.song-artist__link,
.song-artist__link:hover {
  color: white;
  text-decoration: none;
}

.song-artist > a {
  font-size: 1.8rem;
}

.portfolio_single .portfolio_navigation {
  display: none;
}

.content .container {
  background-color: rgba(255, 255, 255, 0);
}

.space {
  padding-top: 35px;
}

.portfolio_navigation p {
  display: block !important;
}

.single-albums__song-artist {
  padding: 25px 0;
}

.serif-font > .single-albums__song-artist {
  color: white;
}

.more-in-that-style {
  padding: 7rem 0 9rem 0;
  background-color: white;
}
.more-in-that-style__inner {
  max-width: 100%;
  margin: 0px auto;
  min-height: 24rem;
  padding: 2rem 0;
}
.more-in-that-style__list {
  width: var(--site-full-width);
  max-width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
}
.more-in-that-style__item {
  width: 15%;
  height: auto;
}
.more-in-that-style .splide__track {
  padding-left: 5rem !important;
  padding-right: 0 !important;
}
@media (max-width: 440px) {
  .more-in-that-style .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 680px) {
  .more-in-that-style .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.single-albums.single h2 {
  font-size: var(--font-size-9) !important;
  color: white;
  color: #e4e4e7;
  color: #000;
  font-family: var(--font-serif);
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  margin-top: 0rem;
}

.single-albums h2.album_title a {
  color: black;
  line-height: 1.6;
}

.single-albums .albumcard {
  border: none;
}

.single-albums .albumcard_text {
  color: var(--text);
  font-size: 0.9rem;
}

.single-albums .albumcard_content {
  padding: 0 1rem;
}

.single-albums .albumcard_text {
  text-transform: full-width;
}

.single-albums .albumcard_content-genre {
  position: absolute;
  top: -22px;
  right: 7px;
  display: none;
  background-color: var(--background2);
  padding: 1px 3px;
  display: block;
  pointer-events: none;
}

.more-in-that-style .splide__arrow {
  top: 53%;
}

.single-albums .splide__arrow {
  width: 3.4em;
  height: 3.4em;
}

.floating-album-info {
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 3rem 0.8rem 1rem;
  z-index: 100;
  transition: transform 0.3s ease;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.floating-album__container {
  display: flex;
  gap: 1.5rem;
}
.floating-album__thumbnail img {
  max-height: 5rem;
  border-radius: 50%;
}
.floating-album__album-title {
  font-weight: 400;
  color: var(--text);
  filter: invert(1);
  line-height: 1;
}
.floating-album__content {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.floating-album__view-album {
  font-size: 1.2rem;
  color: var(--text);
  filter: invert(1);
}
.floating-album__links {
  display: flex;
  align-items: center;
  line-height: 1;
}
.floating-album__view-links {
  display: flex;
  gap: 5px;
}
.floating-album__view-links li {
  display: flex;
  align-items: center;
}
.floating-album__source, .floating-album__disco {
  color: var(--text);
  filter: invert(1);
  font-size: 1.2rem;
  text-decoration: underline;
}
.floating-album__source:hover, .floating-album__disco:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.overview {
  padding: 8rem 0;
}
.overview__title {
  color: black;
}
.overview_title h3 {
  color: black;
}

.single-albums .overview {
  background-color: whitesmoke;
}

.overview * p,
.overview * a,
.overview * a:hover {
  color: #000;
}

.overview_title h3 {
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 35px;
  font-family: inherit;
}

.overview__content {
  /*display:flex;*/
  padding-top: 30px;
}
.overview__content p {
  color: black;
  font-family: var(--font-family);
}
.overview__content p:hover {
  color: black;
}
.overview__content a {
  color: black;
}
.overview__content a:hover {
  color: black;
  text-decoration: underline;
}

.more-in-that-style__inner h3 {
  color: black;
  font-family: var(--font-family);
  margin-bottom: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
}

.diagonal-divider-wrapper {
  line-height: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin-top: -9rem;
  display: block;
}
@media (max-width: 440px) {
  .diagonal-divider-wrapper {
    display: none;
  }
}
@media (max-width: 680px) {
  .diagonal-divider-wrapper {
    display: none;
  }
}
@media (max-width: 818px) {
  .diagonal-divider-wrapper {
    display: none;
  }
}
@media (max-width: 1000px) {
  .diagonal-divider-wrapper {
    display: none;
  }
}

.diagonal-divider {
  display: block;
  width: 100%;
  height: 50px;
}

.additional-info__wrapper {
  position: relative;
  background-color: var(--background2);
  min-height: 85vh;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.additional-info__wrapper:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 138, 130, 0.2039215686);
  z-index: 1;
  position: absolute;
}

.additional-info {
  position: relative;
  z-index: 2;
  background-color: var(--background2);
  display: flex;
  flex-direction: column;
  width: 59%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .additional-info {
    width: 100%;
  }
}
.additional-info__heading {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: left;
}
.additional-info__text p {
  color: #7e8a82;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}

h3.additional-info__heading {
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #7e8a82;
  padding: 0 0 2rem 0;
  line-height: 1;
}
@media (min-width: 2000px) {
  h3.additional-info__heading {
    font-size: 5.2rem;
  }
}
@media (max-width: 680px) {
  h3.additional-info__heading {
    font-size: 4.2rem;
  }
}
@media (max-width: 440px) {
  h3.additional-info__heading {
    font-size: 4.2rem;
  }
}

.additional-info__text {
  max-width: 60ch;
  padding: 0%;
}
@media (max-width: 1000px) {
  .additional-info__text {
    padding: 5%;
  }
}
@media (max-width: 818px) {
  .additional-info__text {
    padding: 5%;
  }
}
@media (max-width: 680px) {
  .additional-info__text {
    padding: 5%;
  }
}

.additional-info__separator::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #1c2026;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.additional-info__separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.additional-separator {
  position: relative;
  width: 7%;
  z-index: 5;
  min-height: 85vh;
}
@media (max-width: 680px) {
  .additional-separator {
    width: 0%;
  }
}

.additional-info__wrapper.additional-reverse {
  transform: rotateY(180deg);
  margin-top: 0;
  margin-left: 5rem;
}

.additional-info__image {
  width: 44%;
}

.additional-info__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  z-index: 1;
  pointer-events: none;
  filter: grayscale(7%);
}

.asm-player__waveform {
  min-height: 48px;
}

.css-gradient-album {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.css-gradient-album-sec {
  background: none;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.album-logo img {
  width: 470px;
  height: auto;
  z-index: 10;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 800ms linear 1100ms 1 normal both running fadeIn;
  /* filter: drop-shadow(0 0 0.75rem grey); */
}

.albums__hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.albums_title {
  text-align: center;
  font-size: var(--font-size-10);
}

.albums_subtitle {
  text-align: center;
}

.single-albums .albumcard_content {
  background-color: transparent;
}

.spotify_playlist {
  padding: 12rem 0;
}

/* ═══════════════════════════════════════════════════════════
   FLOATING ARTIST AVATARS  — single-albums.php
   ═══════════════════════════════════════════════════════════ */
.floating-artists {
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  z-index: 100;
  padding: 0;
}

.floating-artists__row {
  display: flex;
  align-items: center;
  direction: rtl;
}

.floating-artists__circle {
  direction: rtl;
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid lightgoldenrodyellow;
  border-style: double;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
  /* tooltip */
}
.floating-artists__circle:nth-child(2) {
  transform: translateX(1.1rem);
}
.floating-artists__circle:nth-child(3) {
  transform: translateX(2.2rem);
}
.floating-artists__circle:nth-child(4) {
  transform: translateX(3.3rem);
}
.floating-artists__circle img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floating-artists__circle:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.floating-artists__circle::after {
  content: attr(data-name);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #1d1d1f;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 3px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.floating-artists__circle:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* expand on hover */
.floating-artists__row:hover .floating-artists__circle:nth-child(2) {
  transform: translateX(0);
}
.floating-artists__row:hover .floating-artists__circle:nth-child(3) {
  transform: translateX(0);
}
.floating-artists__row:hover .floating-artists__circle:nth-child(4) {
  transform: translateX(0);
}

/* responsive */
@media (max-width: 680px) {
  .floating-artists {
    bottom: 1.4rem;
    right: 1.4rem;
  }
  .floating-artists__circle {
    width: 7rem;
    height: 7rem;
  }
}
/* ── Extracted from single-albums.php inline <style> ── */
body.single-albums .main-image {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 41.25%;
}

body.single-albums .css-gradient-album {
  z-index: 5;
}

body.single-albums .main-imageoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

iframe {
  max-width: 100%;
}

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

.row.video-container {
  padding-bottom: 56.35%;
  position: relative;
  margin-right: 0;
}

.row.video-container > div {
  margin-bottom: 0;
}

.videofull_width {
  padding: 60px 0 150px 0;
  width: 100%;
}

.gridcontainer {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.centered-content {
  width: var(--site-grid-content);
  max-width: 100%;
  margin: 0 auto;
}

.table_wrapper {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #5e5e5e;
  padding: 7px 0;
}

.table_left_row {
  width: 50%;
}

.table_right_row {
  width: 100%;
  padding-left: 5px;
}

.last_row {
  border-bottom: none;
}

.single-artist__overview > a,
.released_label__overview > a {
  text-decoration: underline;
  font-size: 1.6rem;
}

.asm__outward {
  font-size: 1.6rem;
}

.single-artist__overview:not(:first-of-type)::before {
  content: ", ";
  margin-left: -4px;
}

.single-albums__genre {
  color: white;
}

@media (max-width: 1350px) {
  .container_inner {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .album {
    padding: 40px 10% 30px 10%;
  }
  .videofull_width {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .album-logo img {
    width: 450px;
  }
}
@media (max-width: 818px) {
  .portfolio_single iframe {
    width: 100%;
    height: 400px;
  }
  .Album_Title h4 {
    font-size: 2.4rem;
  }
  .centered-content {
    padding: 2% 4.1%;
  }
  .album_description {
    padding-top: 3rem;
  }
  .album-logo img {
    width: 380px;
  }
}
@media (max-width: 680px) {
  .main-image {
    padding-top: 100%;
  }
  .album-logo img {
    display: none;
  }
  .albums-arrowback {
    top: 6rem;
    left: 4%;
  }
  .albums-arrowback__img {
    width: 3rem;
    height: auto;
  }
}
@media (max-width: 420px) {
  .album_subnavigation img {
    max-height: 25px;
  }
  .Album_Title h4 {
    font-size: 2rem;
  }
  .videofull_width {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full_width {
    padding: 60px 5% 10px 5%;
  }
  .album {
    padding: 40px 0 30px 0;
  }
  .portfolio_single iframe {
    height: 210px;
  }
}
.single-labels h2 {
  margin-top: 0;
  padding: 0;
}

.single-label__teaser {
  background-color: black;
  padding: 20rem 0;
}

.single-label__teaser-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.genrefilter__dropdown__selector {
  background: none;
  border: none;
  color: var(--text2);
  font-family: inherit;
}
.genrefilter__dropdown__selector:hover {
  cursor: pointer;
}

.genrefilter__icon {
  position: relative;
  align-items: center;
  display: flex;
}

.genrefilter_icon {
  display: flex;
  align-items: center;
}

.genreselector-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--text3);
  padding: 3px;
}
@media (max-width: 440px) {
  .genreselector-wrapper {
    padding: 3px;
    border: 1px solid var(--text3);
    display: inline-flex;
    justify-content: center;
    margin-top: 3rem;
  }
}

.single-labels .label-breadcrumbs__outer {
  flex-direction: row;
}
@media (max-width: 440px) {
  .single-labels .label-breadcrumbs__outer {
    flex-direction: column;
  }
}

.genrefilter_icon img,
.genrefilter_icon object {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

h2.album_title {
  font-size: 2rem;
  font-family: "Work Sans";
  color: white;
  letter-spacing: initial;
  overflow: hidden;
  display: block;
  text-transform: none;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
}

.single-labels .albumcard {
  border: none;
}

.single-labels .albumcard_content {
  background-color: var(--card-background);
}
.single-labels .albumcards-wrapper {
  background-color: var(--background);
}

/* Start of Catalog Info */
.catalog_info_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
  width: 100%;
  max-width: 100%;
  padding: 1% 0 2% 0;
  margin: 0 auto;
  height: 33%;
}

.catalog_info_box {
  /* width: 25%; */
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 1.4rem;
}

.catalog_album_box {
  background: red;
  padding: 7px 14px;
  /* height: 10%; */
  align-self: end;
  color: white;
}

.catalog_album_box {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7098039216);
}

.catalog_follow_box {
  padding: 13px 0;
  height: 10%;
  align-self: center;
  gap: 15px;
}

.catalog_info_albums {
  margin-left: 4px;
  font-weight: 600;
}

.catalog_follow_box .catalog_info_box-name {
  display: none;
}

.catalog_logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 7rem;
  z-index: 1;
}

.catalog_description {
  max-width: 100%;
}

.catalog_description_inner {
  width: 700px;
  max-width: 100%;
  min-height: 5rem;
  text-align: center;
}

.catalog_description_inner p {
  display: inline;
  background-color: #d7d7d7;
  color: black;
  font-weight: 700;
  font-family: var(--font-serif);
  padding: 1px;
}

.xyz {
  display: flex;
  gap: 34px;
  margin: 10px 0 0 0;
}

.zyx {
  gap: 1rem;
  padding: 1% 0;
}

.catalog-description {
  display: block;
  width: var(--site-medium-width);
  max-width: 100%;
  margin: 0 auto;
}

.catalog-description__inner {
  padding: 64px 0;
}

.catalog-description__inner p {
  color: #bbb;
  /* text-shadow: 0 0 10px #000000; */
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: justify;
}

/* End of Catalog Info */
/* ── Extracted from single-labels.php inline <style> ── */
/* Lazy-load card images (used sitewide in content-albums.php) */
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image-container img {
  max-width: 100%;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-container:hover img {
  transform: scale(1.02);
}

.placeholder {
  position: relative;
  width: 100%;
  filter: blur(10px);
  transform: scale(1);
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s linear;
}

.picture.loaded {
  opacity: 1;
}

/* Label hero static layout */
.catalog_hero_wrapper {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.catalog_hero_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

.catalog_hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
  gap: 10px;
}

.catalog_hero_hidden {
  visibility: hidden;
  height: 33%;
}

.catalog_logo_img img {
  max-width: 700px;
  height: 70px;
  margin-bottom: 2rem;
  width: auto;
}

/* Playlists */
.catalog_playlists_lists {
  margin: 40px 0;
  max-width: 870px;
}

.catalog_playlists_lists-items {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog_playlists_lists-items li {
  display: inline-block;
  margin-right: 1em;
}

.follow_playlists p {
  color: var(--color-gray-light);
}

.playlist_icons img {
  opacity: 1;
  transition: all 200ms;
}

.playlist_icons img:hover {
  opacity: 0.7;
}

/* Misc */
.albumcards-inner {
  padding-top: 32px;
}

.playlists {
  display: flex;
  gap: 1rem;
}

.catalog-700 {
  font-weight: 600;
}

.css-gradient {
  background: linear-gradient(180deg, rgba(25, 29, 36, 0.62) 0%, rgba(25, 29, 36, 0.69) 64%, rgb(25, 29, 36) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}

.catalog_follow_box {
  z-index: 1000;
}

/* Responsive */
@media (max-width: 818px) {
  .catalog_logo_img img {
    height: 70px;
  }
}
@media (max-width: 680px) {
  .catalog_info_wrapper {
    padding: 1% 0 7% 0;
  }
  .catalog_logo {
    max-width: 100%;
  }
  .catalog_logo_img {
    display: flex;
    justify-content: left;
  }
  .catalog_logo_img img {
    height: 70px;
    max-width: 100%;
  }
  .xyz {
    justify-content: left;
    gap: 2rem;
  }
  .zyx {
    gap: 0.1rem;
  }
  .catalog_follow_box {
    padding: 10px 5px;
  }
  .catalog-description__inner p {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 414px) {
  .catalog_logo_img img {
    height: 64px;
  }
}
/**********************************************
**    Re-used in page and single playlists    **
***********************************************/
.playlists-cpt__headings {
  height: 27rem;
  max-height: 27rem;
  background-color: #fadd4f;
}
.playlists-cpt__header {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.playlists-cpt__header h4 {
  font-size: 4.2rem;
  font-weight: 900;
  font-family: var(--font-family);
  font-style: normal;
}
@media (max-width: 440px) {
  .playlists-cpt__header h4 {
    line-height: 1.4;
  }
}

/**********************************************
***********      PLAYLIST ARCHIVE     *********
***********************************************/
.playlist-albums {
  display: flex;
}

.playlist-breadcrumbs__last-child {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text2);
  padding: 0;
}

.playlists-archive__wrapper {
  background-color: var(--background);
  padding-bottom: 30rem;
}
.playlists-archive__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.playlists-archive__inner.container-full-width {
  padding-top: 5rem;
}
.playlists-archive-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 7.5rem;
  -moz-column-gap: 1%;
       column-gap: 1%;
  row-gap: 2rem;
}
.playlists-archive__list-item {
  position: relative;
  width: 19.2%;
  min-width: 90px;
  background-color: gray;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: var(--border-radius-medium);
  display: inline-block;
}
.playlists-archive__clickarea, .playlists-archive__clickarea > a, .playlists-archive__article {
  height: 100%;
}
.playlists-archive__article {
  background: black;
  backface-visibility: hidden;
  position: relative;
}
.playlists-archive__playlist-img {
  transition: all 250ms ease-in-out;
}
.playlists-archive__article:hover .playlists-archive__playlist-img {
  opacity: 0.85;
  transform: scale(1.013, 1.013);
}
.playlists-archive__teaser-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  z-index: 2;
  pointer-events: none;
  display: flex;
}
.playlists-archive__teaser-box:hover {
  pointer-events: none;
}
.playlists-archive__teaser-box img {
  align-self: end;
  width: 100%;
}
.playlists-archive__gradient-bottom {
  position: absolute;
  background: rgb(28, 29, 29);
  background: linear-gradient(180deg, rgba(28, 29, 29, 0) 45%, rgba(0, 0, 0, 0.6880953065) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1d1d",endColorstr="#000000",GradientType=1);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .playlists-archive-ul {
    padding: 0 4.5rem;
  }
  .playlists-archive__list-item {
    width: 32.2234%;
  }
}
@media (max-width: 818px) {
  .playlists-archive-ul {
    padding: 0;
  }
  .playlists-archive__list-item {
    width: 49.1%;
  }
  .playlists-archive-ul {
    row-gap: 1rem;
  }
}
/**************************************************
    ***********     PLAYLIST PAGES       **********
    ***********************************************/
/* Single playlist - Hero Section*/
.playlist-hero {
  min-height: 380px;
}
.playlist-hero__content-wrapper {
  padding-top: 7.2rem;
}

.playlist-main_wrapper {
  background-color: var(--background);
}

.playlist-info__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
.playlist-info__wrapper.container-full-width {
  padding-top: 12.8rem;
}
.playlist-info__iframe {
  flex-basis: 60%;
  justify-content: center;
  display: flex;
}
.playlist-info__right-side {
  flex-basis: 40%;
  height: 50rem;
}
.playlist-info__playlist-title {
  width: 100%;
}
.playlist-info__playlist-subtitle {
  width: 100%;
}
.playlist-info__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding-top: 10rem;
}
.playlist-info__backtooverview {
  display: none;
}
.playlist-info__name h1 {
  font-size: var(--font-size-12);
  font-weight: 700;
  text-shadow: rgb(44, 44, 44) 1px 0 40px;
}
.playlist-info__featured-image {
  margin-bottom: 0rem;
}
.playlist-info__featured-image img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
}
.playlist-info__logo_xl img {
  width: 42rem;
  height: 18rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.playlist-info__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 13px;
}
.playlist-info__social-item {
  display: inline-block;
}
.playlist-info__social-icon {
  width: 24px;
  height: 24px;
  filter: invert(100%) sepia(37%) saturate(950%) hue-rotate(214deg) brightness(117%) contrast(100%);
}
.playlist-info__social-icon:hover {
  filter: invert(98%) sepia(1%) saturate(1367%) hue-rotate(318deg) brightness(113%) contrast(65%);
  transition: all 250ms;
}
.playlist-info__social_link {
  display: flex;
  align-items: center;
}

.playlist-hero__prevnext {
  display: flex;
  align-self: end;
  z-index: 100;
  position: relative;
  margin-bottom: 0.5rem;
  height: 30px;
}

.playlist-previous__wrapper,
.playlist-next__wrapper {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
}

.playlist-previous__wrapper {
  left: 24px;
}

.playlist-next__wrapper {
  right: 24px;
}

.playlist-next__wrapper p,
.playlist-previous__wrapper p {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: var(--color-gray-medium);
  display: inline-block;
  line-height: 1;
}

.next-playlist,
.previous-playlist {
  font-weight: 700;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--text);
}

/* Single playlist - Content Section*/
.label-breadcrumbs__outer.container-grid-width {
  padding-top: 5%;
}

.playlist-content {
  min-height: 300px;
}

.playlist-content p {
  color: var(--mediumgrey);
}

.playlist-description {
  margin-top: 2rem;
  min-height: 100px;
}

/* Single playlist - Showcase Section*/
.playlist-showcase {
  color: white;
  font-weight: 400;
  padding: 0 0 80px 0;
  display: none;
}

/* Single playlist - Portfolio Section*/
.playlist-portfolio__wrapper {
  padding: 0 0 128px 0;
}

h2.headline-medium {
  padding-bottom: 24px;
  color: black;
  font-size: var(--font-size-7);
  letter-spacing: 0px;
}

.playlist-albums .albumcards_item {
  width: 24.25%;
  min-width: 90px;
}

.container-in-header {
  margin: auto;
  /* width: 1000px; */
}

@media screen and (max-width: 1080px) {
  .container-in-header {
    display: none;
  }
}
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

/* nav {
            background: lightblue;
            font-size: 0;
            position: relative;

        } */
nav > ul > li {
  display: inline-block;
  font-size: 14px;
  /* padding: 0 15px; */
  position: relative;
}

nav > ul > li > a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  /* font-size: 16px; */
  /* display: block;
      padding: 17px 0; */
  transition: all 0.1s ease;
}

.item p {
  color: rgb(80, 80, 80);
}

.first-section,
.second-section {
  width: 100%;
  height: 600px;
}

.single-playlist__playlist-area {
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-template-rows: 7% 7% 46% 40%;
  grid-template-areas: "playlist subtitle" "playlist subtitle" "playlist playlistURL" "playlist differentPlaylist";
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 600px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .single-playlist__playlist-area {
    grid-template-columns: 1fr;
    grid-template-areas: "playlist" "subtitle" "playlistURL" "differentPlaylist";
    grid-template-rows: 60rem 15rem 25rem;
  }
}

/* Mobile view */
.single-playlist__playlist {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  grid-area: playlist;
  padding: 0 10%;
}
@media (max-width: 440px) {
  .single-playlist__playlist {
    padding: 0 3%;
  }
}

.single-playlist__subtitle {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: subtitle;
  display: flex;
  padding: 1rem 2rem 1rem 3rem;
  justify-content: left;
  align-items: start;
}
.single-playlist__subtitle-h2 {
  color: var(--text);
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: var(--font-size-6);
}
@media (max-width: 440px) {
  .single-playlist__subtitle-h2 {
    text-align: center;
    line-height: 1.4;
  }
}

.single-playlist__forwards {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: playlistURL;
  display: flex;
  gap: 0rem;
  flex-wrap: wrap;
  padding: 1rem 2rem 4rem 3rem;
  justify-content: left;
  align-items: center;
}
@media (max-width: 440px) {
  .single-playlist__forwards {
    gap: 1rem;
  }
}
.single-playlist__forwards > div {
  width: 100%;
}
.single-playlist__forwards-sourceaudio, .single-playlist__forwards-disco {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 440px) {
  .single-playlist__forwards-sourceaudio, .single-playlist__forwards-disco {
    justify-content: center;
  }
}

.single-playlist__contact {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: differentPlaylist;
  padding: 2rem 2rem 2rem 3rem;
  justify-content: left;
  align-items: center;
}

@media (max-width: 440px){
  .single-playlist__playlist {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .single-playlist__subtitle {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .single-playlist__forwards {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .single-playlist__contact {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.single-playlist__contact-header, .single-playlist__contact-button {
  display: flex;
  justify-content: left;
}
@media (max-width: 440px) {
  .single-playlist__contact-header, .single-playlist__contact-button {
    justify-content: center;
  }
}
.single-playlist__contact-header h5 {
  color: var(--text2);
  font-family: var(--font-serif);
  border: none;
}
.single-playlist__contact-button .link--arrowed__playlists {
  color: var(--text2);
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}
.single-playlist__contact-button .link--arrowed__playlists:hover {
  color: var(--text2);
}

.single-playlist__button {
  display: flex;
  justify-content: left;
  width: 27rem;
}
.single-playlist__button a {
  transition: all 200ms ease-in-out;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid grey;
  padding: 5px 17px;
  border-radius: 50px;
  width: 100%;
  transition: all 100ms ease-in-out;
}
.single-playlist__button a:hover {
  border-color: var(--text);
  color: var(--text);
}
.single-playlist__button:hover {
  border-color: var(--text-hover);
}
.single-playlist__button:hover a {
  color: var(--text-hover);
}
.single-playlist__button a:hover {
  text-decoration: none;
}

.single-playlists .arrow-icon {
  fill: var(--text2);
}

.single-playlist__forwards-ukclients {
  margin-top: 5rem;
}

.single-playlist__forwards-ukclients,
.single-playlist__forwards-ukclients a {
  font-size: 1.3rem;
  color: rgb(93, 93, 93);
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 500;
}

.single-playlist__forwards-ukclients a,
.single-playlist__forwards-ukclients a:hover {
  text-decoration: underline;
  font-weight: 700;
}

.playlist-description__outer {
  padding: 3rem 0;
  background-color: var(--background);
}
.playlist-description__text p {
  color: var(--text2);
}

.playlist-content {
  padding-bottom: 10rem;
}

/*# sourceMappingURL=style-index.c2500f54.css.map*/