@charset "UTF-8";
body {
  --flow: calc(var(--wp--style--block-gap)*1);
  --button-color: var(--wp--preset--color--light);
  --button-color-hover: var(--wp--preset--color--light);
  --button-padding-inline: 2em;
  --button-padding-block: 0.75em;
  --button-border-width: 1px;
}

@supports not (margin-inline: auto) {
  .holder {
    margin: 0 auto;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    max-width: var(--wp--style--global--content-size);
    width: 100%;
  }
}
@supports (margin-inline: auto) {
  .holder {
    margin-inline: max(var(--wp--style--root--padding-left), 50% - var(--wp--style--global--content-size) / 2);
  }
}

.inline-list, .post-list, .post-grid, ul.sub-menu, footer[role=contentinfo] ul, .grid, .site-switcher, .social-links ul, ul.menu, .footnotes-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-switcher, .social-links ul, ul.menu, .footnotes-menu {
  display: flex;
  flex-wrap: wrap;
}

.screen-reader-text,
.visuallyhidden, .youtube-playlist-main-player .youtube-playlist-video-title, .mc4wp-form label, .list-switcher label, .social-links a span, .footer-logo span, header[role=banner] .header-logo span, .live-dates-artist-filter [type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.post-list .post-preview__title {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--regular);
}

.alignwide {
  --wp--style--global--content-size: var(--wp--style--global--wide-size);
}

.alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

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

.facetwp-facet-load_more .facetwp-load-more, .facetwp-facet-load_more_pagination button, .btn,
.wp-block-button__link.wp-block-button__link, .btn--alt.btn--alt,
.wp-block-button.is-style-alt > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  border: 0;
  text-decoration: none;
  padding: var(--button-padding-block) var(--button-padding-inline);
  transition: opacity 0.075s ease-in-out, transform 0.075s linear;
  cursor: pointer;
  color: var(--button-color, #FFF);
  background-color: var(--wp--preset--color--accent, #111);
}
.facetwp-facet-load_more .facetwp-load-more svg, .facetwp-facet-load_more_pagination button svg, .btn svg,
.wp-block-button__link.wp-block-button__link svg, .btn--alt.btn--alt svg,
.wp-block-button.is-style-alt > .wp-block-button__link svg,
.wp-block-button.is-style-outline > .wp-block-button__link svg {
  width: 16px;
  height: 16px;
  margin-inline-end: 6px;
}
.facetwp-facet-load_more .facetwp-load-more svg *, .facetwp-facet-load_more_pagination button svg *, .btn svg *,
.wp-block-button__link.wp-block-button__link svg *, .btn--alt.btn--alt svg *,
.wp-block-button.is-style-alt > .wp-block-button__link svg *,
.wp-block-button.is-style-outline > .wp-block-button__link svg * {
  fill: currentColor;
}
.facetwp-facet-load_more .facetwp-load-more:hover, .facetwp-facet-load_more_pagination button:hover, .btn:hover,
.wp-block-button__link:hover, .btn--alt:hover,
.wp-block-button.is-style-alt > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  opacity: 0.9;
  color: var(--button-color-hover);
}
.facetwp-facet-load_more .facetwp-load-more:active, .facetwp-facet-load_more_pagination button:active, .btn:active,
.wp-block-button__link:active, .btn--alt:active,
.wp-block-button.is-style-alt > .wp-block-button__link:active,
.wp-block-button.is-style-outline > .wp-block-button__link:active, .facetwp-facet-load_more .facetwp-load-more:focus, .facetwp-facet-load_more_pagination button:focus, .btn:focus,
.wp-block-button__link:focus, .btn--alt:focus,
.wp-block-button.is-style-alt > .wp-block-button__link:focus,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
  opacity: 1;
  transform: translateY(2px);
}

.btn--alt.btn--alt,
.wp-block-button.is-style-alt > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--dark);
  border: var(--button-border-width) solid currentColor;
  padding: calc(var(--button-padding-block) - var(--button-border-width)) calc(var(--button-padding-inline) - var(--button-border-width));
  position: relative;
}
.btn--alt::after,
.wp-block-button.is-style-alt > .wp-block-button__link::after,
.wp-block-button.is-style-outline > .wp-block-button__link::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate(4px, 4px);
  transition: opacity 0.075s ease-out;
  border-inline-end: 1px solid var(--wp--preset--color--dark);
  border-block-end: 1px solid var(--wp--preset--color--dark);
}
.btn--alt:hover::after,
.wp-block-button.is-style-alt > .wp-block-button__link:hover::after,
.wp-block-button.is-style-outline > .wp-block-button__link:hover::after {
  opacity: 1;
}

.facetwp-radio.checked,
.facetwp-radio:hover, .wp-block-button.is-style-tertiary > .wp-block-button__link, a {
  --text-underline-offset:0.2em;
  text-underline-offset: var(--text-underline-offset);
  text-decoration-color: currentColor;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
}

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
:where(body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd) {
  margin: 0;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: 100svh;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2, h3, h4, h5, h6, .page-title {
  text-wrap: balance;
}

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

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 2em;
}

:root {
  accent-color: var(--color-accent);
}

:focus-visible {
  outline-color: var(--color-accent);
}

::marker {
  color: var(--color-accent);
}

::-webkit-clear-button {
  color: var(--color-accent);
}

::selection {
  background-color: hotpink;
  color: #111;
}

@supports selector(:focus-visible) {
  *:focus {
    /* Remove the focus indicator on mouse-focus for browsers
       that do support :focus-visible */
    outline: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus {
    transition: outline-offset 0.25s ease;
    outline-offset: 5px;
  }
}
img {
  transition: opacity 0.075s ease-out;
}

a:hover img {
  opacity: 0.9;
}

address {
  font-style: normal;
}

figcaption {
  font-size: var(--wp--preset--font-size--small);
}

.with-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
@media (min-width: 680px) {
  .with-sidebar {
    flex-direction: row;
  }
}
@media (min-width: 680px) {
  .with-sidebar > * {
    padding-top: 20px;
  }
}
@media (min-width: 680px) and (min-width: 680px) {
  .with-sidebar > * {
    padding-top: 50px;
  }
}

@media (min-width: 680px) {
  .with-sidebar > :first-child {
    flex-basis: 220px;
    flex-grow: 1;
    display: flex;
    height: calc(100vh - 20px);
  }
}

.with-sidebar > :last-child {
  flex-basis: 0;
  flex-grow: 999;
}

.cols {
  --grid-gap: calc(var(--wp--style--block-gap) * 2);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--grid-gap);
}
@media (min-width: 680px) {
  .cols[data-cols-thin-wide] {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 680px) {
  .cols[data-cols-sidebar-right] {
    grid-template-columns: 1fr 300px;
  }
}

.grid {
  display: grid;
  grid-gap: calc(var(--wp--style--block-gap) * 1);
}
.grid li > span {
  display: block;
}
.grid li + li {
  margin-top: 0;
}

[data-grid-text-center] li {
  text-align: center;
}

@supports (width: min(250px, 100%)) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
  }
  .grid--products {
    grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
  }
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  }
  /* user setting */
}
body.single-artist .grid.grid--music {
  grid-template-columns: repeat(auto-fill, minmax(min(248px, 100%), 1fr));
}

.grid--music li .post-preview__date {
  font-size: var(--wp--preset--font-size--small);
}

body.post-type-archive-music:has(input#view-list:checked) .grid.grid--music {
  grid-template-columns: 1fr;
}
body.post-type-archive-music:has(input#view-list:checked) .grid.grid--music li.post-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 calc(var(--wp--style--block-gap) * 2);
}
body.post-type-archive-music:has(input#view-list:checked) .grid.grid--music li.post-preview .post-preview__title {
  font-size: var(--wp--preset--font-size--medium);
}
body.post-type-archive-music:has(input#view-list:checked) .grid.grid--music li.post-preview .post-preview__image[data-shape-square] {
  width: 175px;
  margin-block-end: 0;
}
body.post-type-archive-music:has(input#view-list:checked) .grid.grid--music li.post-preview .post-preview__meta {
  flex: 2 0 200px;
  margin-block-start: 0;
}

.product-grid a {
  text-decoration: none;
}

.product-grid__title {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--trade-gothic);
}

.product-grid__image {
  aspect-ratio: 1;
}
.product-grid__image img {
  width: 100%;
  height: 100%;
}

.single-post .wp-block-post-content {
  --wp--style--global--content-size: 860px;
  --wp--style--global--wide-size: 940px;
}

body {
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, .page-title, .post-preview__title {
  font-family: var(--wp--preset--font-family--trade-gothic);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

h1, .page-title {
  font-size: var(--wp--preset--font-size--x-large);
}

h2 {
  font-size: var(--wp--preset--font-size--large);
}

h3, h4 {
  font-size: var(--wp--preset--font-size--medium);
}

h5, h6 {
  font-size: var(--wp--preset--font-size--regular);
}

main :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0.05em;
}

.wp-block-post-excerpt__excerpt {
  font-family: var(--wp--preset--font-family--futura);
}

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

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

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

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

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

@media (prefers-reduced-motion: no-preference) {
  input {
    outline-offset: -3px;
  }
  :focus {
    transition: outline-offset 0.075s ease;
    outline-offset: 0px;
  }
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea,
.fs-label-wrap.fs-label-wrap {
  border: 1px solid #111; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #FFF no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
  color: var(--color-body-text);
}

.fs-wrap.fs-wrap {
  line-height: inherit;
}

.fs-label-wrap .fs-label.fs-label {
  padding: 0;
}

.fs-arrow.fs-arrow {
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: right center;
  right: 0;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  transition: none;
}

.facetwp-facet-artist .fs-option:hover {
  background-color: #eee;
}

.facetwp-facet-artist .fs-option:first-child {
  border-block-end: 1px #CCC dotted;
}
.facetwp-facet-artist .fs-option:first-child .fs-option-label::before {
  display: inline-block;
  content: "•";
  margin-inline-end: 1ch;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]),
.fs-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

:root {
  --color-link: var(--wp--preset--color--dark);
  --color-link-hover: var(--wp--preset--color--accent, blue);
}

a {
  color: var(--color-link);
  transition: color 0.15s ease;
}

a:hover {
  color: var(--color-link-hover);
}

footer a {
  text-decoration-thickness: 0.1em;
}

.single-post main {
  padding-block-end: calc(var(--wp--style--block-gap) * 2);
}

.wp-block-button.is-style-tertiary > .wp-block-button__link {
  background-color: transparent;
  padding: 0.6em;
  color: currentcolor;
  display: inline-flex;
  align-items: center;
}
.wp-block-button.is-style-tertiary > .wp-block-button__link::after {
  content: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width=%227%22%20height=%2210%22%20fill=%22none%22%20viewBox=%220%200%207%2010%22%3E%3Cpath%20stroke=%22%23474747%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20d=%22m1%201%205%204-5%204%22%2F%3E%3C%2Fsvg%3E");
  display: block;
  margin-inline-start: 0.4em;
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-tertiary > .wp-block-button__link:hover::after {
  transform: translateX(0.1em);
}

.bandsintown-events {
  max-width: 1000px;
}
.bandsintown-events hr, .bandsintown-events .event-count {
  display: none;
}
.bandsintown-events .event-month-header {
  margin-block-end: calc(var(--wp--style--block-gap) * 1);
}
.bandsintown-events .events-month + .events-month {
  padding-block-start: calc(var(--wp--style--block-gap) * 2);
  margin-block-start: calc(var(--wp--style--block-gap) * 4);
  border-block-start: 1px var(--wp--preset--color--accent) solid;
}
.bandsintown-events .event-item > a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding-block: calc(var(--wp--style--block-gap) * 1);
  border-block-start: 1px var(--wp--preset--color--light-grey) solid;
  gap: calc(var(--wp--style--block-gap) * 1);
}
.bandsintown-events .event-item > a:first-child {
  padding-inline-start: calc(var(--wp--style--block-gap) / 2);
}
.bandsintown-events .event-item > a:last-child {
  padding-inline-end: calc(var(--wp--style--block-gap) / 2);
}
.bandsintown-events .event-item > a:hover {
  background-color: var(--wp--preset--color--light-grey);
  color: var(--wp--preset--color--dark);
}
.bandsintown-events .event-item > a > *:not(.event-more) {
  flex: 1;
}
.bandsintown-events .event-item > a .event-date {
  max-width: 14ch;
}
.bandsintown-events .event-more {
  color: var(--wp--preset--color--accent);
  width: 2ch;
}

.live-dates-artist-filter {
  display: none;
}

@supports (selector(:has(*))) {
  .live-dates-artist-filter {
    display: block;
  }
}
.live-dates-artist-filter {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--wp--style--block-gap) * 0.25);
  margin-block: calc(var(--wp--style--block-gap) * 2);
}
.live-dates-artist-filter label {
  padding: calc(var(--wp--style--block-gap) / 2) calc(var(--wp--style--block-gap) * 1);
  color: #999;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.live-dates-artist-filter label:hover {
  opacity: 0.9;
}
.live-dates-artist-filter label:has(:checked) {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--light);
}

body.single-artist .event-artist {
  display: none;
}

.header-wrapper {
  margin-block-end: calc(var(--wp--style--block-gap) * 1);
  z-index: 1;
}
@media (min-width: 782px) {
  .header-wrapper {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.header-wrapper:has(+ main > .wp-block-group.alignfull.has-background:first-child) {
  margin-block-end: 0;
}

.top-bar {
  --top-bar-padding: calc(var(--wp--style--block-gap)/4);
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
  text-transform: uppercase;
  padding-block: var(--top-bar-padding);
}
.top-bar > .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(var(--wp--style--block-gap) * 1);
}
.top-bar > .holder > div {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--wp--style--block-gap) * 1);
}
.top-bar a {
  padding-block: var(--top-bar-padding);
  color: currentcolor;
  text-decoration: none;
  display: inline-block;
}
.top-bar a:hover {
  color: var(--color-link-hover);
}

.site-switcher {
  --link-underline-offset: var(--top-bar-padding);
  --link-underline-thickness: 0.2em;
  font-family: var(--wp--preset--font-family--trade-gothic-condensed);
}
.wp-child-theme-daptone .site-switcher li:first-child > a, .wp-child-theme-penrose-records .site-switcher li:nth-child(2) > a, .wp-child-theme-wick-records .site-switcher li:nth-child(3) > a {
  position: relative;
}
.wp-child-theme-daptone .site-switcher li:first-child > a::after, .wp-child-theme-penrose-records .site-switcher li:nth-child(2) > a::after, .wp-child-theme-wick-records .site-switcher li:nth-child(3) > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--link-underline-thickness);
  background-color: var(--wp--preset--color--accent);
}
.site-switcher li {
  letter-spacing: 0.1em;
}

header[role=banner] {
  background-color: var(--wp--preset--color--bg);
  padding-block: calc(var(--wp--style--block-gap) / 2);
  border-block-end: 1px solid var(--wp--preset--color--dark);
}
header[role=banner] > .holder {
  display: flex;
  gap: calc(var(--wp--style--block-gap) * 1);
  align-items: center;
}
header[role=banner] .header-logo {
  margin-right: auto;
}
.header-logo {
  z-index: 3;
  position: relative;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-logo a {
  display: block;
}
.header-logo svg {
  display: block;
  width: 100%;
}

.footer-logo {
  background-size: contain;
  background-repeat: no-repeat;
}
main:not(:has(.wp-block-group.alignfull.has-background:last-child)) + footer[role=contentinfo] {
  margin-block-start: calc(var(--flow) * 4);
}

footer[role=contentinfo] {
  --wp--style--global--content-size: var(--wp--style--global--wide-size);
  padding-block-start: calc(var(--flow) * 2);
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
}
footer[role=contentinfo] a:hover {
  color: var(--wp--preset--color--grey);
}
footer[role=contentinfo] h6 {
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: calc(var(--flow) / 2);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: calc(var(--wp--style--block-gap) * 2);
}

.footer-menu li + li {
  margin-block-start: calc(var(--flow) / 4);
}
.footer-menu li {
  text-transform: uppercase;
}
.footer-menu a {
  text-decoration: none;
}

.footnotes {
  padding-block: calc(var(--wp--style--block-gap) * 4);
  font-size: small;
}

.footnotes-menu {
  gap: 20px;
}

ul.menu {
  gap: calc(var(--wp--style--block-gap) * 1);
  font-family: var(--wp--preset--font-family--trade-gothic-condensed);
}
ul.menu li {
  letter-spacing: 0.1em;
}
ul.menu a {
  transition: none;
}
ul.menu li.current-menu-item a, body.single-artist ul.menu li.menu-item-object-artist a,
ul.menu a:hover {
  text-decoration-color: var(--wp--preset--color--accent);
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.4em;
}

header ul.menu a {
  padding: calc(var(--wp--style--block-gap) / 4);
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

li.menu-item-has-children > a::after {
  content: "›";
  display: inline-block;
  margin-inline-start: 0.4em;
  transform: rotate(90deg) translateX(0.05em);
}

ul.sub-menu {
  width: max-content;
}
ul.sub-menu li + li {
  margin-block-start: 5px;
}

.burger-menu[enabled=true] ul.sub-menu {
  margin-block-start: 10px;
  margin-inline-start: 10px;
}

.burger-menu[enabled=false] ul.sub-menu {
  background-color: #FFF;
  padding: 10px;
  position: absolute;
  top: 3.5ex;
  left: -5px;
  z-index: 1;
  overflow: hidden;
  min-height: 0;
  transition: opacity 0.15s, visibility 0.05s, transform 0.15s;
  transition-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
}
.burger-menu[enabled=false] li.menu-item-has-children {
  position: relative;
}
.burger-menu[enabled=false] li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.burger-menu {
  opacity: 0;
  transition: opacity 0.075s ease-out;
  --burger-menu-top-padding: 100px;
  --burger-bar-color: #111;
}

body.burger-ready .burger-menu {
  opacity: 1;
}

.burger-menu__trigger {
  display: none;
  border: 4px solid red;
  position: relative;
}

.burger-menu__bar,
.burger-menu__bar::before,
.burger-menu__bar::after {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--burger-bar-color);
  position: absolute;
  left: 50%;
  margin-left: -12px;
}

.burger-menu__bar {
  transition: background-color 350ms ease-in-out;
}

.burger-menu__bar::before,
.burger-menu__bar::after {
  transition: transform 350ms ease-in-out;
}

.burger-menu__bar {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.burger-menu__bar::before,
.burger-menu__bar::after {
  content: "";
}

.burger-menu__bar::before {
  top: -8px;
  transform-origin: left top;
}

.burger-menu__bar::after {
  bottom: -8px;
  transform-origin: left bottom;
}

.burger-menu[enabled=true][status=open] .burger-menu__bar::before {
  transform: rotate(45deg);
}

.burger-menu[enabled=true][status=open] .burger-menu__bar::after {
  transform: rotate(-45deg);
}

.burger-menu[enabled=true][status=open] .burger-menu__bar {
  background: transparent;
  border-color: transparent;
}

.burger-menu[enabled=true] .burger-menu__trigger {
  display: block;
  width: 2rem;
  height: 2rem; /* Nice big tap target */
  z-index: 2;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-item {
  position: relative;
}

.menu-item-desc {
  display: block;
  position: absolute;
  font-size: 9px;
  min-width: 200px;
  left: 20px;
  top: -1px;
  opacity: 0.8;
  letter-spacing: 0.02rem;
}

.burger-menu[enabled=true] .burger-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--burger-menu-top-padding) 1.5rem 2rem 1.5rem;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.burger-menu[enabled=true] .navigation ul {
  display: block;
}
.burger-menu[enabled=true] .navigation ul a {
  display: block;
}

.burger-menu[enabled=true] .navigation > ul > * + * {
  margin-top: 1rem;
}

.burger-menu[enabled=true] .navigation li {
  font-size: 1.2rem;
}

.burger-menu[enabled=true][status=open] .burger-menu__panel {
  visibility: visible;
  opacity: 1;
  transition: opacity 400ms ease;
}

.burger-menu[enabled=true][status=closed] .burger-menu__panel > * {
  opacity: 0;
  transform: translateY(2rem);
}

.burger-menu[enabled=true][status=open] .burger-menu__panel > * {
  transform: translateY(0);
  opacity: 1;
  transition: transform 500ms cubic-bezier(0.17, 0.67, 0, 0.87) 100ms, opacity 500ms ease 100ms;
}

.burger-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}

.burger-menu[enabled=true][status=open] [role=navigation] {
  margin-bottom: 2rem;
}
.burger-menu[enabled=true][status=open] [role=navigation] ul {
  flex-direction: column;
}
.burger-menu[enabled=true][status=open] .burger-menu-content {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}

.social-links {
  --icon-size: 28px;
}
footer .social-links {
  filter: invert(1);
}
.social-links ul {
  gap: calc(var(--wp--style--block-gap) / 2);
}
.social-links a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  background-color: transparent;
}
.social-links a:hover {
  opacity: 0.85;
}
.social-links a svg {
  display: block;
  height: auto;
  width: 18px;
  height: 18px;
}
.social-links a svg * {
  fill: currentColor;
  color: var(--wp--preset--color--dark);
}
.notice-bar {
  background-color: var(--wp--preset--color--dark);
}
.notice-bar a {
  color: var(--wp--preset--color--light);
  padding: calc(var(--wp--style--block-gap) / 4);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
}
.notice-bar a:hover {
  opacity: 0.8;
}

.post-grid {
  display: grid;
  gap: calc(var(--wp--style--block-gap) * 2);
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.post-grid ul, .post-grid ol {
  list-style: none;
  padding-left: 0;
}

.post-preview {
  padding-block-end: calc(var(--wp--style--block-gap) * 1);
  border-block-end: 1px solid var(--wp--preset--color--light-grey);
}
.post-preview > a {
  text-decoration: none;
  display: block;
}
.post-preview__image {
  overflow: hidden;
  margin-block-end: var(--flow);
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-preview__image {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.post-preview__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px #EEE solid;
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-preview__image[data-shape-square] {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.post-preview__text > * + * {
  margin-block-start: calc(var(--flow) / 2);
}
.post-preview__title {
  font-size: var(--wp--preset--font-size--medium);
}
.post-preview__title a {
  text-decoration: none;
}
.post-preview__date {
  display: block;
  font-size: 1rem;
  margin-block-start: auto;
}

.post-list li + li {
  margin-block-start: calc(var(--flow) * 2);
}
.post-list .post-preview {
  display: flex;
  gap: calc(var(--wp--style--block-gap) * 1);
  flex-direction: column;
}
@media (min-width: 600px) {
  .post-list .post-preview {
    flex-direction: row;
    align-items: center;
  }
}
.post-list .post-preview a {
  display: block;
  flex: 1 0;
}
.post-list .post-preview__image {
  overflow: hidden;
  margin-block-end: 0;
}
@supports not (aspect-ratio: 16/9) {
  .post-list .post-preview__image {
    position: relative;
    padding-top: 68.75%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-list .post-preview__image > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-list .post-preview__image {
    aspect-ratio: 16/11;
    height: auto;
  }
}
.post-list .post-preview__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px #EEE solid;
}
@supports not (aspect-ratio: 16/9) {
  .post-list .post-preview__image[data-shape-square] {
    position: relative;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
  }
}
@supports not (aspect-ratio: 16/9) {
  .post-list .post-preview__image[data-shape-square] > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@supports (aspect-ratio: 16/9) {
  .post-list .post-preview__image[data-shape-square] {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.post-list .post-preview__text {
  flex: 2 0;
}
.post-list .post-preview__text > * + * {
  margin-top: calc(var(--flow) / 2);
}
.post-list .post-preview__title {
  margin-block-start: 0;
  line-height: 1.4;
}
.post-list .post-preview__date {
  display: block;
  font-size: 1rem;
  margin-block-start: auto;
}
.breadcrumbs {
  max-inline-size: 55ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-block-end: calc(var(--wp--style--block-gap) / 4);
  font-size: var(--wp--preset--font-size--small);
}
.breadcrumbs > *:not(.breadcrumb--last) {
  display: inline-block;
}
.breadcrumbs .breadcrumbs__separator {
  margin-inline: 4px;
}
.breadcrumbs a {
  color: currentcolor;
  text-decoration-thickness: 0.075em;
  padding-bottom: 0.1em;
}
.breadcrumbs a:hover {
  color: var(--wp--preset--color--accent);
}

.facets {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--wp--style--block-gap) * 1);
  margin-bottom: 3rem;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  min-height: 34px;
}

.facet-header {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--wp--style--block-gap) * 2);
  justify-content: space-between;
  align-items: center;
}

.facet-header.music-header {
  display: block;
}
.facet-header.music-header .facets {
  justify-content: start;
}

.facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.facetwp-radio {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

.facetwp-radio.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.facet-reset {
  border: 0;
  cursor: pointer;
  align-self: flex-start;
}

.facetwp-facet-load_more {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
}
.facetwp-facet-load_more .facetwp-load-more {
  padding: 5px 20px;
  min-width: 110px;
  cursor: pointer;
}

.facetwp-type-search .facetwp-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: var(--search-button-width);
  height: 100%;
  background-image: url(../img/search-1.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.facetwp-type-search .facetwp-icon:hover {
  opacity: 0.8;
}

.facetwp-hidden {
  display: none !important;
}

.facetwp-template {
  transition: opacity 0.15s ease-in-out;
}

.facetwp-template-is-loading {
  opacity: 0.1;
}

.page-header-facet {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1rem;
}
.page-header-facet > :first-child {
  margin-right: auto;
}

.facetwp-radio {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.facetwp-radio::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  outline: 2px solid var(--wp--preset--color--dark);
  border-radius: 50%;
  margin-inline-end: 0.5em;
}
.facetwp-radio.checked::before {
  background-color: var(--wp--preset--color--dark);
}

.facetwp-counter {
  margin-inline-start: 0.4em;
  display: inline-flex;
}

.facetwp-facet-load_more_pagination {
  display: flex;
  justify-content: center;
  margin-block: calc(var(--wp--style--block-gap) * 2);
}
.music-header .facetwp-dropdown, .music-header .facetwp-search {
  width: 200px;
}
.music-header .facetwp-facet-music_category {
  margin-inline-start: auto;
}

.list-switcher {
  display: flex;
  gap: calc(var(--wp--style--block-gap) / 6);
  align-items: center;
}
.list-switcher input {
  appearance: none;
  border: 0;
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-position: center;
  background-size: 95% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #111;
  transition: opacity 0.15s ease;
  opacity: 0.4;
}
@media (hover: hover) and (pointer: fine) {
  .list-switcher input {
    width: 24px;
  }
}
.list-switcher input:checked {
  opacity: 1;
}
.list-switcher #view-grid {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink=%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x=%220px%22%20y=%220px%22%20width=%2224px%22%20height=%2224px%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20transform=%22translate(0,%200)%22%3E%3Crect%20x=%221%22%20y=%221%22%20width=%229%22%20height=%229%22%20rx=%221%22%20ry=%221%22%20fill=%22%23111111%22%3E%3C%2Frect%3E%20%3Crect%20data-color=%22color-2%22%20x=%2214%22%20y=%221%22%20width=%229%22%20height=%229%22%20rx=%221%22%20ry=%221%22%20fill=%22%23111111%22%3E%3C%2Frect%3E%20%3Crect%20data-color=%22color-2%22%20x=%221%22%20y=%2214%22%20width=%229%22%20height=%229%22%20rx=%221%22%20ry=%221%22%20fill=%22%23111111%22%3E%3C%2Frect%3E%20%3Crect%20x=%2214%22%20y=%2214%22%20width=%229%22%20height=%229%22%20rx=%221%22%20ry=%221%22%20fill=%22%23111111%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.list-switcher #view-list {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink=%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x=%220px%22%20y=%220px%22%20width=%2224px%22%20height=%2224px%22%20viewBox=%220%200%2024%2024%22%3E%3Cg%20transform=%22translate(0,%200)%22%3E%3Cpath%20d=%22M9,10H2c-.552,0-1-.448-1-1V2c0-.552,.448-1,1-1h7c.552,0,1,.448,1,1v7c0,.552-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3Cpath%20d=%22M9,23H2c-.552,0-1-.448-1-1v-7c0-.552,.448-1,1-1h7c.552,0,1,.448,1,1v7c0,.552-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3Cpath%20data-color=%22color-2%22%20d=%22M22,4H14c-.552,0-1-.447-1-1s.448-1,1-1h8c.552,0,1,.447,1,1s-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3Cpath%20data-color=%22color-2%22%20d=%22M22,9H14c-.552,0-1-.447-1-1s.448-1,1-1h8c.552,0,1,.447,1,1s-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3Cpath%20data-color=%22color-2%22%20d=%22M22,17H14c-.552,0-1-.447-1-1s.448-1,1-1h8c.552,0,1,.447,1,1s-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3Cpath%20data-color=%22color-2%22%20d=%22M22,22H14c-.552,0-1-.447-1-1s.448-1,1-1h8c.552,0,1,.447,1,1s-.448,1-1,1Z%22%20fill=%22%23111111%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.post-header.post-header {
  border-block-end: 1px solid #CCC;
  margin-block-start: calc(var(--wp--style--block-gap) * 1);
  padding-block-end: calc(var(--wp--style--block-gap) * 1);
}

.top-bar .mc4wp-form {
  justify-content: end;
  font-size: small;
}
.top-bar .mc4wp-form input[type=submit] {
  background-color: var(--wp--preset--color--dark);
  padding-inline: calc(var(--wp--style--block-gap) / 2);
  border: 1px var(--wp--preset--color--dark) solid;
}

.mc4wp-form {
  display: flex;
  justify-content: center;
}
.mc4wp-form input[type=email] {
  border: 0;
}
.mc4wp-form input[type=submit] {
  border: 1px var(--wp--preset--color--dark) solid;
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
  padding-inline: calc(var(--wp--style--block-gap) * 1);
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.mc4wp-form-fields {
  display: inline-flex;
  border: 1px solid var(--wp--preset--color--dark);
}

.subscribe {
  color: var(--wp--preset--color--light);
}
.subscribe input[type=submit] {
  border: 1px var(--wp--preset--color--light) solid;
  background-color: var(--wp--preset--color--accent);
}

.music-artwork {
  aspect-ratio: 1;
}

.music-artwork img {
  border: 1px #EEE solid;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.music-meta {
  display: flex;
}
.music-meta p + p::before {
  content: "•";
  margin-inline: 0.5ch;
}

.artist-by a {
  text-transform: uppercase;
}

a.preview-track-play {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
}

a.preview-track-play svg {
  pointer-events: none;
  width: 100%;
  height: auto;
  display: block;
}
a.preview-track-play svg * {
  fill: var(--wp--preset--color--dark-grey);
}

a.preview-track-play.active svg * {
  fill: var(--wp--preset--color--accent);
}

.music-tracklist {
  /* Style list items */
  /* Add the counter */
}
.music-tracklist ol {
  list-style: none;
  padding-left: 0; /* Remove default padding */
  padding-block-end: calc(var(--wp--style--block-gap) / 2);
}
.music-tracklist ol + * {
  border-block-start: 1px var(--wp--preset--color--grey) solid;
  padding-block-start: calc(var(--wp--style--block-gap) * 1);
}
.music-tracklist li {
  counter-increment: track-counter; /* Increment the counter */
  padding-inline: 0;
}
.music-tracklist ol li:before {
  content: counter(track-counter); /* Display the counter */
  display: inline-block;
  margin-inline-end: 0.6em;
  width: 1.5ch; /* Adjust width as needed */
}

li.track + li.track {
  padding-block-start: calc(var(--wp--style--block-gap) / 2);
  margin-block-start: calc(var(--wp--style--block-gap) / 2);
  border-block-start: 1px var(--wp--preset--color--grey) dotted;
}

li.track {
  display: flex;
  align-items: center;
}
li.track a:hover {
  opacity: 0.75;
}

li.track > span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  flex: 1;
}
li.track > span > span {
  display: block;
}

li.track a:not([data-preview-url*="p.scdn.co"]):not([data-preview-url*="dzcdn.net"]) {
  opacity: 0.1;
  pointer-events: none;
}

.dsp-links {
  gap: calc(var(--wp--style--block-gap) / 2);
  max-width: max(370px, 30vw);
}

.cat-number {
  font-size: var(--wp--preset--font-size--small);
  border-block-start: 1px solid var(--wp--preset--color--light-grey);
  padding-block-start: calc(var(--wp--style--block-gap) * 1);
}

.store-links:not(:has(li)) {
  display: none;
}

.store-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-inline: 0;
  gap: calc(var(--wp--style--block-gap) / 2);
}
.store-links ul a {
  text-decoration: none;
  --button-padding-inline: 1em;
}

.artist-banner {
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--light);
}
.artist-banner > .holder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: calc(var(--wp--style--block-gap) * 2);
  align-items: center;
}
.artist-banner__title {
  padding-block: calc(var(--wp--style--block-gap) * 1);
}
.artist-banner__title h1 {
  font-size: var(--wp--preset--font-size--large);
}
.artist-banner__title p {
  font-size: var(--wp--preset--font-size--medium);
}
.artist-banner__image {
  aspect-ratio: 16/9;
}
.artist-banner__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.artist-content {
  padding-block-start: calc(var(--wp--style--block-gap) * 3);
}
.artist-content > .holder {
  padding-bottom: calc(var(--wp--style--block-gap) * 2);
}
.artist-content h2, .artist-content h3, .artist-content h4 {
  font-size: var(--wp--preset--font-size--medium);
}

.artist-social-links:not(:has(ul)) h3 {
  display: none;
}

.artist-social-links ul {
  padding: 0;
  list-style: none;
}
.artist-social-links li + li {
  margin-block-start: calc(var(--wp--style--block-gap) / 2);
}
.artist-social-links a {
  text-decoration: none;
  display: inline-flex;
  gap: 1em;
  align-items: center;
}
.artist-social-links svg {
  width: 24px;
  height: 24px;
}
.artist-social-links svg * {
  fill: var(--wp--preset--color--accent);
}

.artist-releases .artist-by {
  display: none;
}

.artist-live-dates:not(:has(.bandsintown-events)) {
  display: none;
}

.youtube-playlist-main-player {
  margin-block-end: calc(var(--wp--style--block-gap) * 1);
}
.youtube-playlist-grid {
  gap: calc(var(--wp--style--block-gap) * 1);
}

a.youtube-playlist-video-item {
  text-decoration: none;
  text-align: center;
}

.youtube-playlist-thumbnail {
  position: relative;
}
.youtube-playlist-thumbnail::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-image: url(../img/youtube-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px auto;
  z-index: 1;
}
a.youtube-playlist-video-item.active .youtube-playlist-thumbnail::before {
  display: grid;
  place-items: center;
  content: "● Now playing";
  background-image: none;
  color: #FFF;
  text-transform: uppercase;
}
.youtube-playlist-main-player .youtube-playlist-thumbnail::before {
  background-size: 100px auto;
}

.page-title {
  margin-block-end: calc(var(--wp--style--block-gap) * 2);
}

.wp-block-post-content > * + *,
.flow > * + *,
.is-layout-flow > * + * {
  margin-block-start: calc(var(--wp--style--block-gap) * 1);
}

.flow[data-flow-xsmall] > * + * {
  margin-block-start: calc(var(--flow) / 8);
}

.flow[data-flow-small] > * + * {
  margin-block-start: calc(var(--flow) / 2);
}

.flow[data-flow-medium] > * + *,
.flow[data-flow-med] > * + * {
  margin-block-start: calc(var(--flow) * 1.5);
}

.flow[data-flow-big] > * + *,
.flow[data-flow-large] > * + * {
  margin-block-start: calc(var(--flow) * 3);
}

.flow[data-flow-huge] > * + * {
  margin-block-start: calc(var(--flow) * 6);
}

.wp-block-spacer.wp-block-spacer {
  margin-block-start: 0;
}

.holder--small {
  max-width: 600px;
}
.holder--oversized {
  max-width: calc(var(--wp--style--global--content-size) + 200px);
}
.holder--oversized img {
  width: 100%;
  max-width: none;
}

.holder--main {
  position: relative;
}

.aligncenter {
  margin: 20px auto;
}

.align--left {
  justify-content: flex-start;
}

.align--center {
  justify-content: center;
}

.align--right {
  justify-content: flex-end;
}

.align--left {
  float: left;
  margin: 20px;
}
.align--right {
  float: right;
  margin: 20px;
}

.content-wrapper {
  overflow-x: hidden;
}

iframe[src*=soundcloud] {
  max-height: 200px;
}

iframe[src*=youtube] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  max-height: 95vh;
}

.label {
  background: hsla(0, 0%, 100%, 0.7);
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: small;
}

.back-to-top {
  text-transform: uppercase;
}
.back-to-top a {
  text-decoration: none;
}

.inline-list {
  display: flex;
  gap: calc(var(--wp--style--block-gap) * 1);
  flex-wrap: wrap;
}

.all-link {
  border-block-start: 1px #CCC solid;
  padding-block-start: calc(var(--wp--style--block-gap) * 1);
  margin-block-start: calc(var(--wp--style--block-gap) * 4);
}

.section-marker {
  margin-block-start: calc(var(--wp--style--block-gap) * 3);
  margin-block-end: calc(var(--wp--style--block-gap) * 2);
  font-size: var(--wp--preset--font-size--large);
  text-align: center;
}

.wp-block-separator {
  border-top: 1px solid;
}

.banner-cols {
  overflow: hidden;
}
.banner-cols figure {
  height: 100%;
}
.banner-cols figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-cols img {
  max-width: none;
  width: 100%;
}
@media (max-width: 781px) {
  .banner-cols figure {
    transform: translateX(calc(var(--wp--style--root--padding-left) * -1));
    width: 100vw;
  }
}
@media (min-width: 782px) {
  .banner-cols .wp-block-column img {
    width: 50vw;
  }
}

.website-link svg * {
  fill: transparent;
  stroke: var(--wp--preset--color--accent);
}

.is-style-spacer-small {
  height: calc(var(--wp--style--block-gap) * 1) !important;
}

.is-style-spacer-medium {
  height: calc(var(--wp--style--block-gap) * 2) !important;
}

.is-style-spacer-large {
  height: 140px !important;
}

.is-style-label {
  font-family: var(--wp--preset--font-family--apercu);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-transform: uppercase;
}

.site-switcher {
  gap: calc(var(--wp--style--block-gap) * 1);
  font-size: small;
}

.wp-block-image.alignfull figcaption {
  padding-inline: calc(var(--wp--style--block-gap) * 1);
}

iframe {
  display: block;
}

/*# sourceMappingURL=main.css.map */