@charset "UTF-8";
/*!
Theme Name: Attack The Music
Theme URI: http://underscores.me/
Author: W.T. Snacks
Author URI: https://midnightsnacks.fm
Description: Attack The Music
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Attack The Music is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,slnt,wdth,wght@8..144,-10..0,25..151,100..1000&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Roboto Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*@font-face {
    font-family: 'Ultimate Serial';
    src: url('fonts/ultimate-serial_regular-webfont.woff2') format('woff2'),
         url('fonts/ultimate-serial_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ultimate Serial';
    src: url('fonts/ultimate-serial-heavy-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/ultimate-serial-heavy-regularitalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Ultimate Serial';
    src: url('fonts/ultimate-serial-heavy-regular-webfont.woff2') format('woff2'),
         url('fonts/ultimate-serial-heavy-regular-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-Heavy.woff2") format("woff2"), url("fonts/UltimateSerial-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial.woff2") format("woff2"), url("fonts/UltimateSerial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-HeavyItalic.woff2") format("woff2"), url("fonts/UltimateSerial-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-Bold.woff2") format("woff2"), url("fonts/UltimateSerial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-BoldItalic.woff2") format("woff2"), url("fonts/UltimateSerial-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-Light.woff2") format("woff2"), url("fonts/UltimateSerial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial Xlight";
  src: url("fonts/UltimateSerial-XlightItalic.woff2") format("woff2"), url("fonts/UltimateSerial-XlightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial Xlight";
  src: url("fonts/UltimateSerial-Xlight.woff2") format("woff2"), url("fonts/UltimateSerial-Xlight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-Italic.woff2") format("woff2"), url("fonts/UltimateSerial-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-Medium.woff2") format("woff2"), url("fonts/UltimateSerial-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial Xbold";
  src: url("fonts/UltimateSerial-Xbold.woff2") format("woff2"), url("fonts/UltimateSerial-Xbold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-LightItalic.woff2") format("woff2"), url("fonts/UltimateSerial-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial Xbold";
  src: url("fonts/UltimateSerial-XboldItalic.woff2") format("woff2"), url("fonts/UltimateSerial-XboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ultimate Serial";
  src: url("fonts/UltimateSerial-MediumItalic.woff2") format("woff2"), url("fonts/UltimateSerial-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.roboto-flex-semicond {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 87.5, "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

@font-face {
  font-family: "atm-icons";
  src: url("fonts/atm-icons.eot?32932674");
  src: url("fonts/atm-icons.eot?32932674#iefix") format("embedded-opentype"), url("fonts/atm-icons.woff2?32932674") format("woff2"), url("fonts/atm-icons.woff?32932674") format("woff"), url("fonts/atm-icons.ttf?32932674") format("truetype"), url("fonts/atm-icons.svg?32932674#atm-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'atm-icons';
    src: url('../font/atm-icons.svg?32932674#atm-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before,
.iconele-after:after {
  font-family: "atm-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: "\e800";
} /* '' */
.icon-atm-starburst:before {
  content: "\e801";
} /* '' */
.icon-instagram:before {
  content: "\e802";
} /* '' */
.icon-instagram:after {
  content: "\e802";
} /* '' */
.icon-xtwitter:before {
  content: "\e803";
} /* '' */
.icon-discord:before {
  content: "\e804";
} /* '' */
.icon-applemusic:before {
  content: "\e805";
} /* '' */
.icon-facebook:before {
  content: "\e806";
} /* '' */
.icon-youtube:before {
  content: "\f16a";
} /* '' */
.icon-spotify:before {
  content: "\f1bc";
} /* '' */
.icon-bandcamp:before {
  content: "\f2d5";
} /* '' */
.icon-soundcloud:before {
  content: "\f348";
} /* '' */
.iconele-after:before, .iconele-after:after {
  position: relative;
}
.iconele-after:before {
  z-index: 1;
}
.iconele-after:after {
  position: absolute;
  left: 0;
}

.icon-instagram:not(.iconele-after):after {
  display: none;
}

/* Elements
--------------------------------------------- */
html, body {
  height: 100%;
}

body {
  background: #111;
}

body {
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle, rgb(8, 8, 10) 0%, rgb(0, 0, 0) 100%);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .bg-grain {
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  top: 0;
  left: 0;
}
body .grain-after {
  content: "";
  /* position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation 2s infinite;
  animation-timing-function: steps(10, end);
  opacity: .9;
  visibility: visible; */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  position: fixed;
  content: "";
  height: 300%;
  width: 300%;
  left: -100%;
  top: -100%;
  z-index: -1;
  opacity: 0.5;
  animation-name: grained;
  animation-iteration-count: infinite;
  animation-duration: 60s;
  animation-timing-function: steps(60, end);
}

@keyframes grained {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-25%, 0%);
  }
  20% {
    transform: translate(-30%, 10%);
  }
  30% {
    transform: translate(-30%, 30%);
  }
  40% {
    transform: translate();
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(-20%, 20%);
  }
  70% {
    transform: translate(-5%, 20%);
  }
  80% {
    transform: translate(-25%, 5%);
  }
  90% {
    transform: translate(-30%, 25%);
  }
  100% {
    transform: translate(-10%, 10%);
  }
}
@keyframes bg-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* General styles
--------------------------------------------- */
:root {
  --load-percent: 0;
}

.page-title {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  font-size: max(35px, 3vw);
  line-height: 1;
  position: fixed;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
  width: max(84px, 7vw);
  align-items: center;
  margin-top: calc(30px + max(84px, 7vw) + 0.5vw);
  mix-blend-mode: exclusion;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 100001;
  transition: transform 0.5s ease-in-out;
}
.page-title:before {
  content: "";
  position: relative;
  white-space: pre;
  mix-blend-mode: exclusion;
  transition: transform 0.5s ease-in-out, letter-spacing 1s ease-out;
  letter-spacing: 10px;
  transform: translateY(-100%);
}
.page-title:hover {
  transform: translateY(-2.5vw);
}
.page-title:hover:before {
  content: "/// ";
  transform: translateY(0);
  letter-spacing: 0;
}

main {
  padding: max(9vw, 120px);
  padding-top: max(13vw, 170px);
}

/* article {
	// padding: MAX(8.4vw, 120px);
	// padding-top: 0;
	// padding-right: 6vw;

	// padding-top: MAX(14vw, 150px);
	// padding: 8.4vw;
	// padding-top: 14vw;
} */
:root {
  --slick-padding: 25%;
}

.slick-initialized .slick-slide {
  display: flex !important;
}

.slick-slide .left, .slick-slide .right {
  background-color: #f4ee9a;
  background-image: url(images/slider-glow.png);
  flex: 1 0;
  background-position: right;
}
.slick-slide .right {
  background-position: left;
  background-color: #ea96b0;
}

.slick-arrow {
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  z-index: 10;
}

#slider-container {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
#slider-container:before, #slider-container:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  height: 125%;
  width: 3px;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  top: -20%;
  transition: background-color 0.3s;
}
#slider-container:after {
  left: auto;
  right: -10px;
  top: -5%;
}

#slider-container.prev-type-news:before, #slider-container.next-type-news:after {
  background-color: rgb(255, 247.5333333333, 143);
}
#slider-container.prev-type-event:before, #slider-container.next-type-event:after {
  background-color: rgb(255, 153.8440366972, 106);
}
#slider-container.prev-type-nextevent:before, #slider-container.next-type-nextevent:after {
  background-color: #ff81a8;
}
#slider-container.prev-type-release:before, #slider-container.next-type-release:after {
  background-color: rgb(124.4181818182, 66, 255);
}
#slider-container.prev-type-upcoming:before, #slider-container.next-type-upcoming:after {
  background-color: #87ccff;
}

#slider {
  display: flex;
  position: relative;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  /* 	&> div {
  		// aspect-ratio: 16 / 9;
  		// max-height: 15vw;
  	} */
}
#slider a {
  color: #fff;
  text-decoration: none;
  z-index: 1;
}
#slider .slide {
  position: relative;
  background: #008;
  aspect-ratio: 16/9;
  margin: 0 auto;
  background-image: url(images/cover/ruxton-strongenough.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  width: 100%;
}
#slider .slide:before {
  display: block;
  content: "";
  box-shadow: inset 60px 0 120px rgb(0, 0, 0), inset -60px 0 120px rgb(0, 0, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: scale(1.01);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#slider .slide:after {
  display: block;
  content: "";
  background: linear-gradient(0deg, #7c42ff, transparent);
  width: 100%;
  mix-blend-mode: saturation;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#slider .slide:hover .slide-type .text div:nth-child(1) {
  margin-bottom: 2vw;
}
#slider .slide:hover .slide-type .text div:nth-child(2) {
  margin-top: 2vw;
}
#slider .slide > div {
  flex: 1;
  transition: all 0.5s ease-in-out;
}
#slider .slide.type-event {
  background-image: url(images/otakuthon-web.jpg);
  /* 			&:before {
  				background: rgba(244, 238, 154, 0.75);
  			} */
}
#slider .slide.type-event .square {
  background-image: none;
}
#slider .slide.type-event .title {
  margin: 0 -100%;
  padding: 0.25vw calc(100% + 1vw);
}
#slider .slide .image {
  background-image: url(images/otakuthon-web.jpg);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
#slider .slide .date {
  position: relative;
  z-index: 1;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 1.4vw, 25px);
  line-height: 1;
  mix-blend-mode: exclusion;
  display: flex;
  flex-direction: column-reverse;
  transition: font-size 0 !important;
}
#slider .slide .date div {
  /* position: absolute;
  bottom: 0;
  right: 0;
  left: 0; */
  text-align: center;
}
#slider .slide .date .catnum {
  font-style: italic;
  font-weight: bold;
  font-size: 80%;
  margin-bottom: 0.2vw;
}
#slider .slide-type-old .text {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: clamp(2rem, 3vw, 70px);
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: 0% 0;
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  transform: rotate(90deg);
  justify-content: center;
  height: 100%;
  aspect-ratio: 1/1;
  right: -73%;
  mix-blend-mode: exclusion;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#slider .slide-type-old .text div:nth-child(1) {
  align-self: flex-start;
  margin: 0 0.5vw;
}
#slider .slide-type-old .text div:nth-child(2) {
  align-self: flex-end;
  margin: 0 1vw;
}
#slider .slide-type-old .text.stroke {
  mix-blend-mode: multiply;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
#slider .slide-type {
  display: grid;
}
#slider .slide-type .text {
  grid-area: 1/1;
  padding: 1vw 0 0.5vw 0;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: clamp(2rem, 3vw, 70px);
  line-height: 1;
  z-index: 1;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  width: 100%;
  height: 100%;
  transform: scale(-1, -1);
  display: flex;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: exclusion;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#slider .slide-type .text div {
  transition: margin 0.3s ease-out;
}
#slider .slide-type .text div:nth-child(1) {
  align-self: flex-start;
}
#slider .slide-type .text div:nth-child(2) {
  align-self: flex-end;
}
#slider .slide-type .text.stroke {
  mix-blend-mode: multiply;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
#slider .square {
  position: relative;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url(images/cover/ruxton-strongenough.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#slider .square .release-name {
  background: rgba(0, 0, 0, 0.9);
  text-align: right;
  padding: 0.25vw 1vw;
  font-size: 2vw;
  font-size: 30px;
  line-height: 1;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
}
#slider .square .release-name .title {
  font-style: italic;
  font-size: 80%;
}
#slider .title {
  background: rgba(0, 0, 0, 0.9);
  text-align: right;
  padding: 0.25vw 1vw;
  font-size: clamp(1.5rem, 3vw, 30px);
  line-height: 1;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
}
#slider .title .artist {
  font-style: normal;
}
#slider .slide-type.type-news .text.back {
  mix-blend-mode: normal;
  opacity: 0.5;
}
#slider .slide-type.type-news .text div {
  align-self: center;
}
#slider .slide.type-news {
  background-image: url(images/tilebg.png);
}
#slider .slide.type-news:before {
  background: rgba(244, 238, 154, 0.75);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
#slider .slide.type-news .square {
  background-image: none;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#slider .slide.type-news .square .title {
  text-align: left;
}
#slider .slide.type-news .news-text {
  font-size: max(1rem, 0.8vw);
  padding: 1vw;
  color: #000;
}
#slider .slick-current .slide:after {
  opacity: 0;
}
#slider .slide.type-news:before {
  background: rgba(244, 238, 154, 0.75);
}
#slider .slide.type-news:after {
  background: linear-gradient(0deg, rgb(255, 247.5333333333, 143), transparent);
}
#slider .slide.type-event:before {
  background: rgba(235, 161, 126, 0.75);
}
#slider .slide.type-event:after {
  background: linear-gradient(0deg, rgb(255, 153.8440366972, 106), transparent);
}
#slider .slide.type-nextevent:before {
  background: rgba(234, 150, 176, 0.75);
}
#slider .slide.type-nextevent:after {
  background: linear-gradient(0deg, #ff81a8, transparent);
}
#slider .slide.type-release:before {
  background: rgba(150, 133, 188, 0.75);
}
#slider .slide.type-release:after {
  background: linear-gradient(0deg, rgb(124.4181818182, 66, 255), transparent);
}
#slider .slide.type-upcoming:before {
  background: rgba(155, 201, 235, 0.75);
}
#slider .slide.type-upcoming:after {
  background: linear-gradient(0deg, #87ccff, transparent);
}

#slider .slide, #slider .square {
  background-image: url(images/cover/ruxton-strongenough.jpg);
}

#slider .slick-slide .slide > div,
#slider .slick-slide .slide > a {
  opacity: 0;
}
#slider .slick-slide.slick-current .slide > div,
#slider .slick-slide.slick-current .slide > a {
  opacity: 1;
}

.slick-slide {
  position: relative;
}
.slick-slide:before, .slick-slide:after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  filter: contrast(2) brightness(8);
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.06' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  position: absolute;
  mix-blend-mode: exclusion;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.slick-slide:before {
  left: 0;
  z-index: 1;
  background: linear-gradient(-90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.06' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.slick-slide:after {
  right: 0;
}
.slick-slide.hover:before, .slick-slide.hover:after {
  opacity: 0.7;
  width: 50%;
}
.slick-slide.hover .slide:after {
  opacity: 0 !important;
}

.slick-current:before, .slick-current:after {
  display: none;
}

.slick-arrow {
  cursor: pointer;
}
.slick-arrow.prev-arrow, .slick-arrow.next-arrow {
  position: absolute;
  z-index: 1002;
  top: 0;
  mix-blend-mode: overlay;
  transform: scale(1);
  transition: all 0.3s ease-out;
  aspect-ratio: auto !important;
  background-image: url(images/slick-arrow.svg);
  height: 100%;
  width: var(--slick-padding);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
.slick-arrow:hover {
  transform: scale(1.2);
}
.slick-arrow.next-arrow {
  right: 0;
  transform: rotate(180deg);
}
.slick-arrow.next-arrow:hover {
  transform: rotate(180deg) scale(1.2);
}

body.single-artist .artist-catalog {
  margin-left: 5vw;
}
body.single-artist article .artist-name-top {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  font-size: 3vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  mix-blend-mode: exclusion;
  color: #fff;
  height: 4vw;
  text-orientation: inherit;
  z-index: 1000;
  position: fixed;
  margin-top: -3vw;
  padding-top: 0;
  transform: translateY(10%);
}
body.single-artist article .artist-name-side {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 3vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  mix-blend-mode: exclusion;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 999;
  background: #fff;
  color: #000;
  padding-top: 2vw;
  width: 4vw;
  height: 100vh;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: fixed;
}
body.single-artist article h2 {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  font-size: 2vw;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5vw;
  padding-right: 0.5vw;
  display: flex;
}
body.single-artist article h2:before {
  display: block;
  content: "";
  flex: 1;
  background: #fff;
  margin-right: 0.5vw;
}

article.post {
  --post-text-size: max(2rem, 2vw);
  --post-text-size-larger: calc(var(--post-text-size) * 1.25);
  max-width: 1280px;
  margin: 2vw auto;
  margin-top: var(--post-text-size);
  padding: 0 0.5vw;
  border-left: 1vw solid #fff;
  min-height: 12vw;
  justify-self: center;
  position: relative;
}
article.post section {
  display: grid;
  grid-auto-columns: 2fr 1fr;
  gap: 1vw;
  grid-template-areas: "a a";
  margin-top: 1vw;
}
article.post .entry-content {
  margin: 0;
  /*margin-left: 2vw;
  padding: 0 0.3vw;
  border-left: 1vw solid #fff;
  min-height: 12vw; */
}
article.post .entry-content p:first-child {
  margin-top: 0;
}
article.post .entry-header {
  display: flex;
  margin-left: -1vw;
  padding-bottom: 0;
}
article.post .entry-header .entry-title {
  margin: 0;
  margin-top: calc(var(--post-text-size) * -1);
  max-width: 75%;
  padding: 0 0.5vw 0 1vw;
  position: relative;
  line-height: var(--post-text-size);
  font-size: var(--post-text-size);
}
article.post .entry-header .entry-title:before {
  content: "";
  display: block;
  height: 0.1vw;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: var(--post-text-size);
}
article.post .entry-header .entry-title a {
  color: #fff;
  text-decoration: none;
}
article.post .entry-header .entry-meta {
  display: flex;
  flex: 1;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: var(--post-text-size);
  line-height: var(--post-text-size);
  /* 			&:before {
  				content: '';
  				display: block;
  				background: #fff;
  				height: 2vw;
  				flex: 1;
  			} */
}
article.post .entry-header .entry-meta .posted-on {
  margin-left: -0.3vw;
  mix-blend-mode: exclusion;
}
article.post .entry-header .entry-meta .posted-on.year {
  flex: 1;
  background: #fff;
  color: #000;
  height: var(--post-text-size);
  padding-right: calc(var(--post-text-size) / 4);
  text-align: right;
  margin: 0;
}
article.post .category-side {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: var(--post-text-size);
  line-height: var(--post-text-size);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 999;
  color: #fff;
  padding-top: var(--post-text-size);
  width: var(--post-text-size);
  writing-mode: sideways-lr;
  text-orientation: mixed;
  text-transform: uppercase;
  position: absolute;
  left: calc(var(--post-text-size) * -1 - 1vw);
}
article.post .category-side:before {
  content: attr(data-text);
  display: block;
  position: absolute;
  mix-blend-mode: exclusion;
  transform: scale(1) rotate(0deg);
  color: rgba(255, 255, 255, 0);
  transition: transform 0.3s ease-in-out, color 0.3s ease-out;
  transition-delay: 0s, 0.2s;
}
article.post .category-side:hover:before {
  color: rgb(255, 255, 255);
  transform: scale(0.98) rotate(1deg);
  transition: transform 0.3s ease-in-out, color 0s;
}

body.blog .entry-separator {
  text-align: center;
  margin-bottom: 5vw;
}
body.blog .entry-separator svg {
  max-height: 10vw;
}
body.blog .entry-separator svg .starburst {
  fill: #fff;
  stroke: none;
  stroke-dasharray: 300;
  transition: fill 0;
}
body.blog .entry-separator svg:hover .starburst {
  stroke: #fff;
  transition: fill 1s;
  fill: rgba(255, 255, 255, 0.5);
  animation: wild-stroke 5s linear alternate infinite;
}
.home-sns {
  margin-top: 50px;
  max-width: 1200px;
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  grid-template-areas: "ig . ." "fb x ." "mid-left discord mid-right" ". bc sc" ". . yt";
}
.home-sns .old {
  display: flex;
  margin: 0 auto;
  width: 70vw;
  border-radius: 10px;
  background: #111;
  border: 2px solid #666;
}
.home-sns > div {
  display: flex;
}
.home-sns .instagram {
  grid-area: ig;
}
.home-sns .facebook {
  grid-area: fb;
}
.home-sns .x-twitter {
  grid-area: x;
}
.home-sns .discord {
  grid-area: discord;
}
.home-sns .bandcamp {
  grid-area: bc;
}
.home-sns .soundcloud {
  grid-area: sc;
}
.home-sns .youtube {
  grid-area: yt;
}
.home-sns .x-twitter, .home-sns .bandcamp {
  justify-content: center;
}
.home-sns .left,
.home-sns .middle,
.home-sns .right {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}
.home-sns a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  padding: 1vw 0.5vw;
  position: relative;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: max(25px, 2vw);
  display: grid;
  grid-template-columns: auto 1fr;
}
.home-sns a:hover {
  text-transform: uppercase;
}
.home-sns a:hover [class^=icon-] {
  transform: scale(1.5);
  z-index: 1;
}
.home-sns a:after,
.home-sns a .discord-text:after {
  content: attr(data-text);
  text-transform: uppercase;
  grid-area: 1/2;
  opacity: 0;
}
.home-sns a .name {
  grid-area: 1/2;
  position: relative;
  padding: 0.2vw;
  padding-right: 0.7vw;
  border: 0.2vw solid transparent;
}
.home-sns a .name:before {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  mix-blend-mode: exclusion;
  transition: none;
}
.home-sns a:hover .name {
  border-color: #fff;
}
.home-sns a:hover .name:before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
.home-sns .x-twitter a:hover .name,
.home-sns .bandcamp a:hover .name,
.home-sns .soundcloud a:hover .name {
  position: absolute !important;
  top: 0;
}
.home-sns .discord a {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: stretch;
  /* 		.discord-text {
  			// display: grid;
  			// grid-template-columns: auto 1fr;
  		} */
}
.home-sns .discord a:hover {
  text-transform: none;
}
.home-sns .discord a:hover .discord-text {
  text-transform: uppercase;
}
.home-sns .discord-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-sns .discord-text .icon-discord {
  font-size: 200%;
  float: none;
  text-shadow: 0 2px 0px #000;
}
.home-sns .discord-info {
  font-family: "Roboto Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1vw;
  font-size: clamp(1rem, 1vw, 3rem);
  padding: 0 1vw;
}
.home-sns div[class^=icon-] {
  font-size: 120%;
  transition: transform 0.3s ease-in-out;
}
.home-sns div[class^=icon-]:before {
  text-shadow: 2px 2px 0px #000;
}
.home-sns .icon-facebook {
  color: #0866ff;
}
.home-sns .icon-instagram {
  transform: scale(1);
}
.home-sns .icon-instagram:before {
  text-shadow: none !important;
  color: #E4405F;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.home-sns .icon-instagram:after {
  color: #000;
  transform: translate(2px, 2px);
}
.home-sns .icon-bandcamp {
  color: #00CAFF;
}
.home-sns .icon-soundcloud {
  color: #ff5500;
}
.home-sns .icon-youtube {
  color: #f00;
}
.home-sns .icon-discord {
  color: #5865F2;
}
.home-sns .mid-left {
  grid-area: mid-left;
  border-top: 3vw solid #fff;
  border-right: 0.1vw solid #fff;
}
.home-sns .mid-right {
  grid-area: mid-right;
  border-left: 0.1vw solid #fff;
  border-bottom: 3vw solid #fff;
}

#colophon {
  margin-top: auto;
  position: relative;
  z-index: 9998;
  border-top: 2px solid #fff;
  background: #000;
}
#colophon .svg {
  z-index: 1;
  position: absolute;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: color;
  opacity: 0.3;
}

.video-background {
  /*position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
}
.video-background:before {
  display: block;
  content: "";
  background: #00de31;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.5;
  opacity: 0;
  /* background: #00de31; */
  /* background: #f24100; */
  /* background: #0087eb; */
  /* background: #3a00bc; */
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-background .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 5vw;
}
.video-background .content svg {
  max-width: 50vw;
  filter: drop-shadow(0px 0px 6px black);
  max-height: 10vh;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slight-zoom {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes delta-flyaway1 {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1) translateY(-10vh);
  }
  100% {
    transform: scale(1) translateY(-10vh);
  }
}
/* #loader {
	display: none !important;
} */
#loader {
  display: none !important;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; /* Set container size */
  height: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  overflow: hidden; /* Crop overflow */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  background: #fff;
  display: none;
  transition: background 0.2s ease-out;
  transition-delay: 0.5s;
}
#loader g.starburst {
  transform: scale(1.2);
  transform-origin: center;
}
#loader g.starburst polygon {
  fill: #040404;
  transform-origin: center;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
#loader .delta {
  transform-origin: center;
  opacity: 0;
  transform: scale(1.2);
  animation: 1s linear 1 forwards slight-zoom;
  transition: opacity 2s, transform 2s;
}
#loader .delta polygon {
  fill: #fff;
}
#loader .delta .bottom {
  transition: transform 100ms linear;
}
#loader .delta .sideways {
  display: none;
}
#loader svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Crop and scale */
}

html.js #loader {
  display: flex;
}

#primary {
  transition: clip-path 1s ease-out;
  transition-delay: 2s;
}

#masthead .site-branding {
  transition: clip-path 1s linear;
  transition-delay: 1.1s;
}

#sns-nav a {
  opacity: 0;
  margin-bottom: -4vw;
  transition: opacity 0.2s, margin 1s, background 0.3s ease-in-out, transform 0.3s ease-in-out !important;
  transition-delay: 2s, 2s, 0s, 0s !important;
}

.main-navigation a {
  padding: 0 1vw;
  transition: transform 1s;
}

.page-title {
  transition: transform 2s ease-in-out;
  transition-delay: 0.5s;
}

#starburst-separated {
  transition: transform 1s linear;
  transition-delay: 1s;
}
#starburst-separated svg.delta {
  transition: transform 0.1s linear;
  transition-delay: 2s;
}
#starburst-separated svg.delta polygon {
  transition: transform 0.1s linear;
  transition-delay: 2s;
}

body.pace-running #loader g.starburst {
  animation: slight-zoom 5s forwards;
}
body.pace-running #masthead .site-branding {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
body.pace-running #primary {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
body.pace-running .main-navigation a {
  transform: translateX(-100vw);
}
body.pace-running .page-title {
  transform: translateY(100%);
  transition-delay: 2s;
  transition: transform 2s ease-in-out;
}
body.pace-running #starburst-separated {
  transform: translateX(-104vw) scale(2);
  transition-delay: 1s;
}
body.pace-running #starburst-separated svg.delta {
  transform: translateX(-3vw);
}
body.pace-running #starburst-separated svg.delta polygon {
  transform: translateX(-4vw);
}
body.pace-done {
  /* 		#starburst-separated {
  			// transform: translateX(0) scale(1);

  			svg.delta {
  				// transform: translateX(0);

      			polygon {
      				// transform: translateX(0);
      			}
  			}
  		} */
}
body.pace-done .main-navigation a {
  transform: translateX(0);
}
body.pace-done #sns-nav a {
  opacity: 1;
  margin-bottom: 0;
}
body.pace-done .page-title {
  transform: translateY(0);
}
body.pace-done #loader {
  background: transparent;
}
body.pace-done #loader g.starburst {
  animation: slight-zoom 5s reverse forwards;
}
body.pace-done #loader g.starburst polygon {
  opacity: 0;
}
body.pace-done #loader .delta {
  animation: delta-flyaway1 2s ease-out 1 forwards;
}
body.pace-done #masthead .site-branding, body.pace-done #primary {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
body.pace-running #loader, body.pace-done #loader {
  display: flex;
}
body.pace-running #loader g.starburst, body.pace-done #loader g.starburst {
  animation: slight-zoom 5s forwards;
}
body.pace-running #loader .delta, body.pace-done #loader .delta {
  opacity: 1;
  /*.bottom {
   		transform: translateY(0%);
  }*/
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: #fff;
  position: fixed;
  z-index: 100001;
  top: 0;
  height: 5px;
  right: 100%;
  width: 100%;
}

.wp-block-buttons > .wp-block-button.atm-more .wp-block-button__link {
  background: none;
  padding: 0;
  border-radius: 0;
  display: flex;
  width: 150%;
  align-items: center;
  white-space: break-spaces;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: var(--post-text-size);
  color: #fff;
}
.wp-block-buttons > .wp-block-button.atm-more .wp-block-button__link:hover {
  /* background: #fff;
  color: #000;

  span {
  	background: #000;
  	color: #fff;
  } */
}
.wp-block-buttons > .wp-block-button.atm-more .wp-block-button__link:hover span {
  letter-spacing: 3px;
}
.wp-block-buttons > .wp-block-button.atm-more span {
  display: inline-block;
  background: #fff;
  color: #000;
  text-align: left;
  flex: 1;
  letter-spacing: 0px;
  transition: letter-spacing 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
:root {
  --sns-size: 4vw;
}

#masthead {
  z-index: 10001;
  position: fixed;
}
#masthead .site-branding {
  margin: 30px 0 0 30px;
  width: 84vw;
}

#masthead-fx {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  height: max(12vw, 170px);
  width: 100vw;
  -webkit-mask-image: linear-gradient(#000 0%, #000 70%, rgba(0, 0, 0, 0.8) 80%, transparent);
          mask-image: linear-gradient(#000 0%, #000 70%, rgba(0, 0, 0, 0.8) 80%, transparent);
  -webkit-backdrop-filter: saturate(15) blur(5px) saturate(0.2) brightness(2) contrast(2) hue-rotate(180deg) opacity(0.97);
          backdrop-filter: saturate(15) blur(5px) saturate(0.2) brightness(2) contrast(2) hue-rotate(180deg) opacity(0.97);
  background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5));
}

#atm-logo {
  width: 50vw;
  fill: #fff;
}
#atm-logo .starburst {
  stroke: none;
  stroke-dasharray: 300;
  transition: fill 0;
}
#atm-logo:hover {
  animation: atm-glow 0.2s linear forwards;
}
#atm-logo:hover .starburst {
  stroke: #fff;
  transition: fill 1s;
  fill: rgba(255, 255, 255, 0.5);
  animation: wild-stroke 5s linear alternate infinite;
}

#atm-logo-stacked {
  display: none;
}

.main-navigation {
  display: block;
  width: calc(100% - 8.5vw);
  margin: -1vw 0 0 8.5vw;
  /*a:nth-child(5) {
  	margin-top: 1.7vw;
  }*/
  /*a:nth-child(6) {
  	margin-top: 1.7vw;
  }*/
  /*a:nth-child(7) {
  	margin-top: 1.7vw;
  }*/
  /*a:nth-child(8) {
  	margin-top: 1.7vw;
  }*/
  /*a:nth-child(9) {
  	margin-top: 1.7vw;
  }*/
  /*a:nth-child(10) {
  	margin-top: 1.7vw;
  }*/
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 0.6vw;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: 0.15vw solid #fff;
  background-color: #000;
  text-align: center;
  margin: 0;
  position: relative;
  font-size: 1.2vw;
  display: flex;
  flex-basis: 10vw;
  height: 1.4vw;
  line-height: 110%;
  align-items: center;
  justify-content: center;
}
.main-navigation a:after {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: exclusion;
  border-right: 1px solid #00ff00;
  border-right-width: 0;
  transition: width 0.2s ease-in;
}
.main-navigation a:hover:after {
  width: 100%;
}
.main-navigation a:nth-child(1) {
  transition-delay: 1600ms;
}
.main-navigation a:nth-child(2) {
  transition-delay: 1700ms;
}
.main-navigation a:nth-child(3) {
  transition-delay: 1800ms;
}
.main-navigation a:nth-child(4) {
  transition-delay: 1900ms;
}
.main-navigation a:nth-child(5) {
  transition-delay: 2000ms;
}
.main-navigation a:nth-child(6) {
  transition-delay: 2100ms;
}
.main-navigation a:nth-child(7) {
  transition-delay: 2200ms;
}
.main-navigation a:nth-child(8) {
  transition-delay: 2300ms;
}
.main-navigation a:nth-child(9) {
  transition-delay: 2400ms;
}
#mobile-toggle {
  height: 0;
  opacity: 0;
  position: absolute;
}

#mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
  z-index: 1;
}
#mobile-menu .icon-circle {
  transition-duration: 0.5s;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 2px;
  border-radius: 0 0 0 50%;
  background: transparent;
  border: 4px solid #fff;
}
#mobile-menu .icon-circle:hover {
  background: #000;
}
#mobile-menu .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  left: 15px;
  background-color: #fff;
  border-radius: 4px;
}
#mobile-menu .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: -10px;
  border-radius: 4px;
}
#mobile-menu .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: 10px;
  border-radius: 4px;
}
#mobile-menu.open .icon-circle {
  background: #000;
  border-radius: 100%;
}
#mobile-menu.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
#mobile-menu.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
#mobile-menu.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
#mobile-menu:hover {
  cursor: pointer;
}

#mobile-toggle:checked ~ header #mobile-menu .icon-circle {
  background: #000;
  border-radius: 100%;
}
#mobile-toggle:checked ~ header #mobile-menu .icon {
  transition-duration: 0.5s;
  background: transparent;
}
#mobile-toggle:checked ~ header #mobile-menu .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
#mobile-toggle:checked ~ header #mobile-menu .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#starburst-separated {
  height: 4vw;
  position: absolute;
  right: 0;
  /* background: rgba(255, 0, 0, 0.5); */
  width: 100%;
  left: 0;
  right: 0;
}
#starburst-separated svg {
  position: absolute;
  height: 100%;
  left: 0;
  width: auto;
  top: 0;
  transition: margin 0.3s;
  filter: drop-shadow(3px 3px 10px #000);
}
#starburst-separated svg.triangle {
  left: -1.75vw;
}
#starburst-separated svg.delta {
  left: auto;
  right: -1.5vw;
}
#starburst-separated polygon {
  fill: #fff;
}

#sns-nav {
  /* width: 200px; */
  /* background: rgba(255, 0, 0, 0.5); */
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  font-size: calc(var(--sns-size) - 1vw);
  flex-direction: column;
  right: 1vw;
  top: 50px;
  width: var(--sns-size);
}
#sns-nav:hover {
  width: -moz-min-content;
  width: min-content;
}
#sns-nav:hover[data-hovered] #starburst-separated .triangle {
  margin-left: -1vw;
}
#sns-nav:hover #starburst-separated {
  transition: transform 0.3s ease-out;
}
#sns-nav[data-hovered="1"] #starburst-separated {
  transform: translateY(0vw);
}
#sns-nav[data-hovered="2"] #starburst-separated {
  transform: translateY(4vw);
}
#sns-nav[data-hovered="3"] #starburst-separated {
  transform: translateY(8vw);
}
#sns-nav[data-hovered="4"] #starburst-separated {
  transform: translateY(12vw);
}
#sns-nav[data-hovered="5"] #starburst-separated {
  transform: translateY(16vw);
}
#sns-nav[data-hovered="6"] #starburst-separated {
  transform: translateY(20vw);
}
#sns-nav[data-hovered="7"] #starburst-separated {
  transform: translateY(24vw);
}
#sns-nav[data-hovered="8"] #starburst-separated {
  transform: translateY(28vw);
}
#sns-nav[data-hovered="9"] #starburst-separated {
  transform: translateY(32vw);
}
#sns-nav[data-hovered="10"] #starburst-separated {
  transform: translateY(36vw);
}
#sns-nav a {
  color: #fff;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: flex;
  align-self: flex-end;
  text-decoration: none;
  justify-content: flex-end;
  align-items: stretch;
  height: 4vw;
  transform-origin: center right;
  mix-blend-mode: exclusion;
}
#sns-nav a .name {
  margin: 0;
  overflow: hidden;
  transition: width 0.3s;
  white-space: pre;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-variant: small-caps;
  font-size: 70%;
  display: flex;
  align-items: center;
  color: #fff;
  transition: color 0.5s ease-in-out;
  border-left: 0 solid #fff;
  border-bottom: 2px solid transparent;
  width: 100%;
  width: 0;
}
#sns-nav a .name .white {
  color: #fff;
}
#sns-nav a:hover {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 10px #000;
}
#sns-nav a:hover.sns-twitter .name {
  color: #00aced;
}
#sns-nav a:hover.sns-instagram .name {
  color: #E4405F;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  text-shadow: none;
}
#sns-nav a:hover.sns-facebook .name {
  color: #0866ff;
}
#sns-nav a:hover.sns-youtube .name {
  color: #f00;
}
#sns-nav a:hover.sns-bandcamp .name {
  color: #00CAFF;
}
#sns-nav a:hover.sns-soundcloud .name {
  color: #ff5500;
}
#sns-nav a:hover.sns-discord .name {
  color: #5865F2;
}
#sns-nav a [class^=icon-] {
  border-radius: 0 10px 10px 0;
  background: transparent;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s ease-in-out;
}
#sns-nav a [class^=icon-]:before {
  mix-blend-mode: exclusion;
}
#sns-nav a:hover {
  transform: scale(1.1);
}
#sns-nav a:hover .name {
  width: 100%;
  border-left-width: 2vw;
  border-bottom: 2px solid #fff;
  text-shadow: 2px 2px 0 #000;
}
#sns-nav a:hover .name:before {
  content: "";
  background: linear-gradient(0deg, transparent, rgb(0, 0, 0), transparent, transparent);
  position: absolute;
  width: 100%;
  mix-blend-mode: color;
  height: 100%;
}
#sns-nav a:hover [class^=icon-] {
  background: #fff;
}

@keyframes wild-stroke {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes atm-glow {
  0% {
    filter: none;
  }
  25% {
    filter: url(#atm-logo-glow-1);
  }
  50% {
    filter: url(#atm-logo-glow-2);
  }
  75% {
    filter: url(#atm-logo-glow-3);
  }
  100% {
    filter: url(#atm-logo-glow);
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* ATM: Catalog
--------------------------------------------- */
.atm-catalog {
  display: grid;
  grid-auto-columns: 8fr 2fr;
  grid-auto-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: column;
  justify-items: stretch;
  /*&:hover .sidebar {
  	z-index: 10002;
  }*/
}
.atm-catalog .atm-catalog {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 1.5vw;
}
.atm-catalog .atm-catalog.featuring:nth-child(2) h2 {
  margin-left: -100vw;
}
.atm-catalog .releases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  gap: 30px 10px;
  justify-self: stretch;
  align-self: stretch;
}
.atm-catalog .release-container.hidden {
  display: none;
}
.atm-catalog .release-container,
.atm-catalog .catalog-no-results {
  display: flex;
  position: relative;
  aspect-ratio: 2/1;
  max-width: 32vw;
}
.atm-catalog .catalog-no-results {
  display: none;
}
.atm-catalog.no-results .catalog-no-results {
  display: flex;
}
.atm-catalog.no-results .atm-catalog:nth-child(2) {
  display: none;
}
.atm-catalog .release {
  display: flex;
  position: relative;
  aspect-ratio: 2/1;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.atm-catalog .release .type {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  transform-style: preserve-3d;
  border-style: solid;
  border-width: 0 0.1vw 0 0;
}
.atm-catalog .release .type:after {
  content: "";
  display: block;
  position: absolute;
  height: calc(20% + 0.5vw);
  bottom: 0;
  z-index: 999;
  box-sizing: content-box;
  transform: translate(-0.1vw, 0.6vw);
  padding: 0.1vw;
  transition: width 0.5s ease-in-out;
  width: 66%;
  background-color: #fff;
}
.atm-catalog .release .cover-info {
  display: flex;
  transform-style: preserve-3d;
  flex-direction: row;
  position: relative;
  z-index: 1000;
  color: #fff;
  text-decoration: none;
}
.atm-catalog .release .cover-info .cover {
  flex: 1;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: perspective(1000px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
.atm-catalog .release .cover-info .cover .js-tilt-glare {
  z-index: 1;
}
.atm-catalog .release .cover-info .cover .post-thumbnail {
  display: flex;
}
.atm-catalog .release .cover-info .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.atm-catalog .release .cover-info .cover img.loaded {
  animation: 0.5s ease-out cover-fade-in;
}
.atm-catalog .release .cover-info .info {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.6vw, 40px);
  line-height: 1;
  transform-style: preserve-3d;
}
.atm-catalog .release .cover-info .artist {
  display: flex;
  text-align: left;
  font-style: italic;
  text-align: center;
}
.atm-catalog .release .cover-info .artist .name {
  max-width: 90%;
  padding: 0 0.4vw;
  margin-right: 0.2vw;
  transition: transform 0.3s ease-in-out;
}
.atm-catalog .release .cover-info .artist:before, .atm-catalog .release .cover-info .artist:after {
  display: none;
  content: "";
  background-color: transparent;
  flex-grow: 1;
}
.atm-catalog .release .cover-info .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.75), -1px 1px 0 rgba(0, 0, 0, 0.75), 1px 1px 0 rgba(0, 0, 0, 0.75), 1px -1px 0 rgba(0, 0, 0, 0.75);
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.atm-catalog .release .cover-info .catnum {
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20%;
  padding-top: 0.5vw;
  transition: transform 0.3s ease-in-out;
}
.atm-catalog .release .clip {
  overflow-y: clip;
  position: absolute;
  width: 100%;
  top: 100%;
  height: 0;
  z-index: 999;
}
.atm-catalog .release .more {
  background: rgba(0, 0, 0, 0.95);
  position: absolute;
  width: 100%;
  height: calc(100% - 20px);
  transform: translateY(-100%);
  z-index: 999;
  width: 98%;
  margin-left: 1%;
  padding: 1vw;
  padding: 1vw 0 0.2vw 1vw;
  box-shadow: none;
  transition: transform 0.3s ease-out;
}
.atm-catalog .release .more .inner {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.atm-catalog .release .more .tracklist {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.atm-catalog .release .more .tracklist .track {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.1vw;
  padding-bottom: 0.2vw;
  position: relative;
}
.atm-catalog .release .more .tracklist .track:hover .title {
  transform: scale(1.1);
}
.atm-catalog .release .more .tracklist .track:after {
  content: "";
  display: block;
  height: 0.1vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.5;
  background: radial-gradient(#fff, transparent);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0)) drop-shadow(0 0 4px rgba(255, 255, 255, 0));
  transition: opacity 0.2s ease-in-out, filter 0.5s ease-in-out;
}
.atm-catalog .release .more .tracklist .title {
  flex: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.atm-catalog .release .more .tracklist .num, .atm-catalog .release .more .tracklist .length {
  font-variation-settings: "slnt" -7;
  opacity: 0.5;
}
.atm-catalog .release .more .released-feat {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.atm-catalog .release .more .released-feat .header {
  line-height: 1;
}
.atm-catalog .release .more .released-feat .header:before {
  content: "...";
}
.atm-catalog .release .more .released-feat .header:after {
  content: " ///";
}
.atm-catalog .release .more .released-feat .more-type .header {
  display: flex;
}
.atm-catalog .release .more .released-feat .more-type .header:after {
  content: "";
}
.atm-catalog .release .more .released-feat .more-type .header .text {
  flex: 1;
  white-space: pre;
}
.atm-catalog .release .more .released-feat .more-type .header .text:after {
  content: " ///";
}
.atm-catalog .release .more .released-feat .more-type .header .length:before {
  content: "[";
}
.atm-catalog .release .more .released-feat .more-type .header .length:after {
  content: "]";
}
.atm-catalog .release .more .released {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-size: 1.8vw;
  text-align: center;
}
.atm-catalog .release .more .featuring {
  padding-left: 1vw;
  color: #888;
  flex: 1;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.atm-catalog .release .more .featuring .header {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1vw;
}
.atm-catalog .release .more .featuring .artists {
  flex: 1 1 0;
}
.atm-catalog .release .more .more-type {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1.3vw;
  text-align: left;
  padding-left: 1vw;
}
.atm-catalog .release .more .more-type span {
  display: block;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.atm-catalog .release .more .more-type .header {
  font-size: 90%;
}
.atm-catalog .release .more .links {
  display: flex;
  flex: 0 1;
  flex-direction: column;
  justify-content: space-evenly;
}
.atm-catalog .release .more .links a {
  /*aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: blue;
  width: 2.5vw;
  border: 1px solid #fff;*/
  color: #fff;
  font-size: 2.5vw;
  text-decoration: none;
  line-height: 1;
  filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.atm-catalog .release .more .links a:hover, .atm-catalog .release .more .links a:focus, .atm-catalog .release .more .links a:active {
  color: #000;
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.atm-catalog .release:nth-child(4n+1) .type .cover-info, .atm-catalog .release:nth-child(4n+2) .type .cover-info {
  flex-direction: row;
}
.atm-catalog .release:nth-child(4n+1) .artist:after, .atm-catalog .release:nth-child(4n+2) .artist:after {
  display: block;
  background-color: #fff;
}
.atm-catalog .release:nth-child(4n+3) .type, .atm-catalog .release:nth-child(4n+4) .type {
  border-width: 0 0 0 0.1vw;
}
.atm-catalog .release:nth-child(4n+3) .type .cover-info, .atm-catalog .release:nth-child(4n+4) .type .cover-info {
  flex-direction: row-reverse;
}
.atm-catalog .release:nth-child(4n+3) .type:after, .atm-catalog .release:nth-child(4n+4) .type:after {
  right: 0;
  transform: translate(0.1vw, 0.6vw);
}
.atm-catalog .release:nth-child(4n+3) .artist:before, .atm-catalog .release:nth-child(4n+4) .artist:before {
  display: block;
  background-color: red;
}
.atm-catalog .release:hover {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.atm-catalog .release:hover .cover {
  transform: perspective(1000px) translateZ(40px);
  opacity: 0.9;
}
.atm-catalog .release:hover .cover:hover {
  transform: perspective(1000px) translateZ(60px);
}
.atm-catalog .release:hover .info .artist .name {
  transform: perspective(1000px) translateZ(-20px);
}
.atm-catalog .release:hover .info .title {
  transform: perspective(1000px) translateZ(70px);
}
.atm-catalog .release:hover .info .catnum {
  animation: blink 200ms steps(1, start) 3;
  transform: perspective(1000px) translateZ(30px);
}
.atm-catalog .release:hover .type:after {
  width: 100%;
}
.atm-catalog .release:hover .clip {
  height: calc(100% + 20px);
}
.atm-catalog .release:hover .more {
  transform: translateY(0%);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.atm-catalog .release .more .featuring a,
.atm-catalog .sidebar .select.artist .artists a {
  text-decoration: none;
  color: #3a00bc;
  text-shadow: 1px 1px 0 #000;
  transition: color 0.3s ease-in-out;
  padding: 0;
}
.atm-catalog .release .more .featuring a:hover,
.atm-catalog .sidebar .select.artist .artists a:hover {
  font-variation-settings: "slnt" -10;
  color: #958ABF;
}
.atm-catalog .sidebar .select.artist .artists a {
  display: block;
}
.atm-catalog[data-filtered] .sidebar .filter #filter-reset .button {
  display: block;
}
.atm-catalog[data-result-count="0"] {
  margin-bottom: 0;
}
.atm-catalog[data-result-count="0"] h2 {
  display: none;
}
.atm-catalog[data-result-count="0"] .atm-catalog[data-result-count="0"] h2 {
  display: flex;
}
.atm-catalog[data-view=covers] .sidebar .filter #catalog-view:before {
  left: 50%;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .releases {
  grid-template-columns: repeat(4, 1fr);
  transition: background 0.3s ease-in-out;
  gap: 10px;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release-container {
  aspect-ratio: 1/1;
  max-width: 14vw;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release {
  overflow: hidden;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release .cover-info .cover {
  flex: none;
  width: 100%;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release .cover-info .info {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
  top: 10px;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release .type:after {
  width: 100%;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release:hover {
  overflow: initial;
  background-color: rgba(0, 0, 0, 0.9);
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release:hover .cover-info .cover {
  flex: 1;
  width: auto;
}
.atm-catalog[data-view=covers]:not([data-filtered=no-results]) .release:hover .cover-info .info {
  position: relative;
  transform: none;
  opacity: 1;
  top: 0px;
}
.atm-catalog .sidebar {
  position: sticky;
  align-self: start;
}
.atm-catalog .sidebar .filter {
  width: 100%;
  height: calc(100vh - 13vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: max(2.5rem, 3vw);
  line-height: 1;
  text-shadow: 2px 2px 0 #000;
}
.atm-catalog .sidebar .filter > .header:after {
  content: " ///";
  letter-spacing: 0;
  transition: letter-spacing 0.3s ease-in-out;
  position: absolute;
}
.atm-catalog .sidebar .filter:hover > .header:after {
  letter-spacing: 0.5vw;
}
.atm-catalog .sidebar .filter .reset-view {
  display: flex;
  margin-bottom: 0.5vw;
}
.atm-catalog .sidebar .filter #filter-reset {
  font-size: 70%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
  text-shadow: none;
}
.atm-catalog .sidebar .filter #filter-reset .button {
  display: none;
  cursor: pointer;
  background: #fff;
  color: #000;
  padding: 0.5vw;
  font-style: normal;
  border-radius: 5px;
  border: 2px solid #fff;
}
.atm-catalog .sidebar .filter #filter-reset .button:hover {
  background: #000;
  color: #fff;
}
.atm-catalog .sidebar .filter #catalog-view {
  height: max(2.5rem, 3vw);
  border: 1px solid #fff;
  background: #000;
  display: flex;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.3s ease-out;
}
.atm-catalog .sidebar .filter #catalog-view:hover {
  box-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.atm-catalog .sidebar .filter #catalog-view:before {
  content: "";
  display: block;
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: exclusion;
  transition: left 0.5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  left: 0;
}
.atm-catalog .sidebar .filter #catalog-view .with-info {
  display: grid;
  grid-gap: max(2px, 0.2vw);
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: max(4px, 0.3vw);
  aspect-ratio: 1/1;
}
.atm-catalog .sidebar .filter #catalog-view .with-info div {
  background: #000;
  border: max(1px, 0.1vw) solid #fff;
  position: relative;
}
.atm-catalog .sidebar .filter #catalog-view .with-info div:before {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 50%;
}
.atm-catalog .sidebar .filter #catalog-view .just-covers {
  display: grid;
  grid-gap: max(2px, 0.2vw);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding: max(4px, 0.3vw);
  aspect-ratio: 1/1;
}
.atm-catalog .sidebar .filter #catalog-view .just-covers div {
  background: #fff;
}
.atm-catalog .sidebar #filter-artists .artists-scroller {
  overflow-y: auto;
  flex: 1;
}
.atm-catalog .sidebar #filter-artists .artists-scroller .artists {
  max-height: 0;
}
.atm-catalog .sidebar #filter-artists.open {
  flex: 1;
}
.atm-catalog .sidebar #filter-artists.open .artists-scroller .artists {
  min-height: 100px;
}
.atm-catalog .sidebar #filter-artists.open .selected-artists:not(:empty) {
  margin-bottom: 0.5vw;
  border-bottom: 0.1vw #fff solid;
  padding-bottom: 0.5vw;
}
.atm-catalog .sidebar #filter-artists .artists {
  font-family: "Roboto Flex";
  font-size: max(11pt, 1vw);
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.atm-catalog .sidebar #filter-artists .selected-artists {
  font-size: 1.5vw;
  font-weight: bold;
}
.atm-catalog .sidebar #filter-artists .selected-artists a {
  position: relative;
}
.atm-catalog .sidebar #filter-artists .selected-artists a:after {
  display: none;
  content: "×";
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  background: #fff;
  text-shadow: none;
  border-radius: 100px;
  aspect-ratio: 1;
  height: 100%;
  border: 1px solid #000;
  font-style: normal;
  cursor: crosshair;
  max-height: 2vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.atm-catalog .sidebar #filter-artists .selected-artists a:hover:after {
  display: flex;
}
.atm-catalog .sidebar .header {
  margin-bottom: 1vw;
}
.atm-catalog .sidebar .filter-header {
  margin-bottom: 0;
}
.atm-catalog .sidebar .select {
  cursor: default;
  margin-bottom: 1vw;
  display: flex;
  flex-direction: column;
}
.atm-catalog .sidebar .select .header {
  cursor: pointer;
  margin-bottom: 0;
  order: -1;
  position: relative;
}
.atm-catalog .sidebar .select .header label {
  width: 100%;
  cursor: pointer;
}
.atm-catalog .sidebar .select .header:after {
  position: absolute;
  display: none;
  content: "▼";
  top: 0;
  right: 0;
}
.atm-catalog .sidebar .select .item {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: -1;
}
.atm-catalog .sidebar .select .item:before {
  content: "";
  display: block;
  flex: 1;
  background-color: #fff;
  margin-right: 0.5vw;
  transition: flex 0s, background 0.3s ease-in-out;
}
.atm-catalog .sidebar .select .item div {
  transition: transform 0.3s ease-out;
  transform: translateY(-100%);
  opacity: 0;
}
.atm-catalog .sidebar .select:hover .header {
  display: flex;
  justify-content: space-between;
}
.atm-catalog .sidebar .select:hover .header:after {
  display: block;
}
.atm-catalog .sidebar .select:hover .item:hover:before {
  transition: flex 0.5s ease-in-out, background 0.3s ease-in-out;
}
.atm-catalog .sidebar .select.open .item {
  overflow-y: clip;
  z-index: auto;
}
.atm-catalog .sidebar .select.open .item div {
  transform: none;
  opacity: 1;
}
.atm-catalog .sidebar .select.open .item:before {
  flex: 0;
}
.atm-catalog .sidebar .select.open .item:hover:before {
  flex: 1;
}
.atm-catalog .sidebar .select.open .header {
  display: flex;
  justify-content: space-between;
}
.atm-catalog .sidebar .select.open .header:after {
  display: block;
}
.atm-catalog .sidebar .select .item {
  display: flex;
  height: 0;
}
.atm-catalog .sidebar .select.type .item {
  margin-bottom: 0;
}
.atm-catalog .sidebar .select.type.open .item {
  margin-bottom: 0.2vw;
}
.atm-catalog .sidebar .select.open .item {
  display: flex;
  height: auto;
}
.atm-catalog .sidebar .select.year .item {
  height: auto;
  font-size: 70%;
}
.atm-catalog .sidebar .select.year .item:before {
  flex: 0;
  margin: 0;
}
.atm-catalog .sidebar .select.year:not([data-selected=all]) > .item.all:before {
  background-color: #958ABF;
}
.atm-catalog .sidebar .select.year > .item.all {
  font-style: normal;
  font-size: 100%;
}
.atm-catalog .sidebar .select.year > .item.all:before {
  flex: 1;
  margin-right: 0.5vw;
}
.atm-catalog .sidebar .select.year .years {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5vw;
  text-shadow: none;
  /*.item:nth-child(4n + 1),
  .item:nth-child(4n) {
  	background-color: #fff;
  	color: #000;
  }

  .item:nth-child(4n - 2),
  .item:nth-child(4n - 1) {
  	background-color: #000;
  	color: #fff;
  }*/
}
.atm-catalog .sidebar .select.year .years .item {
  border: 0.1vw #fff solid;
  margin-bottom: 0;
  position: relative;
  order: inherit !important;
}
.atm-catalog .sidebar .select.year .years .item:before {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  mix-blend-mode: exclusion;
  transition: width 0.3s ease-in-out;
}
.atm-catalog .sidebar .select.year .years .item:hover:before {
  width: 100%;
}
.atm-catalog .sidebar .select.year .years .item.white-bg {
  background-color: #fff;
  color: #000;
}
.atm-catalog .sidebar .select.year .years .item.black-bg {
  background-color: #000;
  color: #fff;
}
.atm-catalog .sidebar .select.year.open .years {
  display: grid;
}
.atm-catalog .sidebar .select[data-selected=all] .item.all,
.atm-catalog .sidebar .select[data-selected=compilation] .item.compilation,
.atm-catalog .sidebar .select[data-selected=album] .item.album,
.atm-catalog .sidebar .select[data-selected=ep] .item.ep,
.atm-catalog .sidebar .select[data-selected=single] .item.single,
.atm-catalog .sidebar .select[data-selected=mix] .item.mix {
  display: flex;
  order: -1;
  height: auto;
  font-style: normal;
}
.atm-catalog .sidebar .select[data-selected=all] .item.all div,
.atm-catalog .sidebar .select[data-selected=compilation] .item.compilation div,
.atm-catalog .sidebar .select[data-selected=album] .item.album div,
.atm-catalog .sidebar .select[data-selected=ep] .item.ep div,
.atm-catalog .sidebar .select[data-selected=single] .item.single div,
.atm-catalog .sidebar .select[data-selected=mix] .item.mix div {
  transform: none;
  opacity: 1;
}
.atm-catalog .sidebar .select[data-selected=all] .item.all:before,
.atm-catalog .sidebar .select[data-selected=compilation] .item.compilation:before,
.atm-catalog .sidebar .select[data-selected=album] .item.album:before,
.atm-catalog .sidebar .select[data-selected=ep] .item.ep:before,
.atm-catalog .sidebar .select[data-selected=single] .item.single:before,
.atm-catalog .sidebar .select[data-selected=mix] .item.mix:before {
  flex: 1;
}
.atm-catalog .sidebar .select.year[data-selected="2025"] .item.year2025, .atm-catalog .sidebar .select.year[data-selected="2024"] .item.year2024, .atm-catalog .sidebar .select.year[data-selected="2023"] .item.year2023, .atm-catalog .sidebar .select.year[data-selected="2022"] .item.year2022, .atm-catalog .sidebar .select.year[data-selected="2021"] .item.year2021, .atm-catalog .sidebar .select.year[data-selected="2020"] .item.year2020, .atm-catalog .sidebar .select.year[data-selected="2019"] .item.year2019, .atm-catalog .sidebar .select.year[data-selected="2018"] .item.year2018, .atm-catalog .sidebar .select.year[data-selected="2017"] .item.year2017, .atm-catalog .sidebar .select.year[data-selected="2015"] .item.year2015, .atm-catalog .sidebar .select.year[data-selected="2014"] .item.year2014 {
  display: none;
}
.atm-catalog .sidebar .select.year[data-selected=all] .years .item.all {
  display: none;
}
.atm-catalog .sidebar .select.artist.open .item:before {
  flex: 1;
}
.atm-catalog .sidebar .select.artist:not([data-selected=all]) .item.all:before {
  background-color: #3a00bc;
}
.atm-catalog .sidebar .select.artist .item.all {
  height: auto;
  position: relative;
  font-style: normal;
}
.atm-catalog .sidebar .select.artist .item.all:hover {
  color: transparent;
}
.atm-catalog .sidebar .select.artist .item.all:hover:after {
  display: flex;
  content: "reset";
  font-size: 80%;
  position: absolute;
  right: 0;
  color: #fff;
  height: 100%;
  align-items: center;
}

body.single-artist .atm-catalog .sidebar .filter {
  position: absolute;
}

.atm-catalog .release.compilation .type {
  border-color: #00de31;
}
.atm-catalog .release.compilation .type .artist:before, .atm-catalog .release.compilation .type .artist:after {
  background-color: #00de31;
}
.atm-catalog .release.compilation .type:after {
  background-color: #00de31;
}
.atm-catalog .release.compilation .more .tracklist .track:after {
  background: radial-gradient(#00de31, transparent);
}
.atm-catalog .release.compilation .more .more-type span {
  background-color: #00de31;
}
.atm-catalog .release.compilation .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #00de31) drop-shadow(0 0 4px #00de31);
}
.atm-catalog .release.compilation .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #00de31) drop-shadow(0 0 4px #00de31) drop-shadow(0 0 6px #00de31) drop-shadow(0 0 8px #00de31);
}
.atm-catalog .sidebar .select .item.compilation:hover:before {
  background-color: #00de31;
}
.atm-catalog .sidebar .select[data-selected=compilation] .item.compilation:before {
  background-color: #00de31;
}

#atm-release.type-compilation .cover-details .artist .name:before,
#atm-release.type-compilation .cover-details .catalog-num div {
  background-color: #00de31;
}
#atm-release.type-compilation .tracklist {
  border-right-color: #00de31;
}
#atm-release.type-compilation .tracklist .header .type,
#atm-release.type-compilation .tracklist .full-length {
  background-color: #00de31;
}

.atm-catalog .release.album .type {
  border-color: #0087eb;
}
.atm-catalog .release.album .type .artist:before, .atm-catalog .release.album .type .artist:after {
  background-color: #0087eb;
}
.atm-catalog .release.album .type:after {
  background-color: #0087eb;
}
.atm-catalog .release.album .more .tracklist .track:after {
  background: radial-gradient(#0087eb, transparent);
}
.atm-catalog .release.album .more .more-type span {
  background-color: #0087eb;
}
.atm-catalog .release.album .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #0087eb) drop-shadow(0 0 4px #0087eb);
}
.atm-catalog .release.album .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #0087eb) drop-shadow(0 0 4px #0087eb) drop-shadow(0 0 6px #0087eb) drop-shadow(0 0 8px #0087eb);
}
.atm-catalog .sidebar .select .item.album:hover:before {
  background-color: #0087eb;
}
.atm-catalog .sidebar .select[data-selected=album] .item.album:before {
  background-color: #0087eb;
}

#atm-release.type-album .cover-details .artist .name:before,
#atm-release.type-album .cover-details .catalog-num div {
  background-color: #0087eb;
}
#atm-release.type-album .tracklist {
  border-right-color: #0087eb;
}
#atm-release.type-album .tracklist .header .type,
#atm-release.type-album .tracklist .full-length {
  background-color: #0087eb;
}

.atm-catalog .release.ep .type {
  border-color: #f20059;
}
.atm-catalog .release.ep .type .artist:before, .atm-catalog .release.ep .type .artist:after {
  background-color: #f20059;
}
.atm-catalog .release.ep .type:after {
  background-color: #f20059;
}
.atm-catalog .release.ep .more .tracklist .track:after {
  background: radial-gradient(#f20059, transparent);
}
.atm-catalog .release.ep .more .more-type span {
  background-color: #f20059;
}
.atm-catalog .release.ep .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #f20059) drop-shadow(0 0 4px #f20059);
}
.atm-catalog .release.ep .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #f20059) drop-shadow(0 0 4px #f20059) drop-shadow(0 0 6px #f20059) drop-shadow(0 0 8px #f20059);
}
.atm-catalog .sidebar .select .item.ep:hover:before {
  background-color: #f20059;
}
.atm-catalog .sidebar .select[data-selected=ep] .item.ep:before {
  background-color: #f20059;
}

#atm-release.type-ep .cover-details .artist .name:before,
#atm-release.type-ep .cover-details .catalog-num div {
  background-color: #f20059;
}
#atm-release.type-ep .tracklist {
  border-right-color: #f20059;
}
#atm-release.type-ep .tracklist .header .type,
#atm-release.type-ep .tracklist .full-length {
  background-color: #f20059;
}

.atm-catalog .release.single .type {
  border-color: #f24100;
}
.atm-catalog .release.single .type .artist:before, .atm-catalog .release.single .type .artist:after {
  background-color: #f24100;
}
.atm-catalog .release.single .type:after {
  background-color: #f24100;
}
.atm-catalog .release.single .more .tracklist .track:after {
  background: radial-gradient(#f24100, transparent);
}
.atm-catalog .release.single .more .more-type span {
  background-color: #f24100;
}
.atm-catalog .release.single .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #f24100) drop-shadow(0 0 4px #f24100);
}
.atm-catalog .release.single .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #f24100) drop-shadow(0 0 4px #f24100) drop-shadow(0 0 6px #f24100) drop-shadow(0 0 8px #f24100);
}
.atm-catalog .sidebar .select .item.single:hover:before {
  background-color: #f24100;
}
.atm-catalog .sidebar .select[data-selected=single] .item.single:before {
  background-color: #f24100;
}

#atm-release.type-single .cover-details .artist .name:before,
#atm-release.type-single .cover-details .catalog-num div {
  background-color: #f24100;
}
#atm-release.type-single .tracklist {
  border-right-color: #f24100;
}
#atm-release.type-single .tracklist .header .type,
#atm-release.type-single .tracklist .full-length {
  background-color: #f24100;
}

.atm-catalog .release.mix .type {
  border-color: #f4e400;
}
.atm-catalog .release.mix .type .artist:before, .atm-catalog .release.mix .type .artist:after {
  background-color: #f4e400;
}
.atm-catalog .release.mix .type:after {
  background-color: #f4e400;
}
.atm-catalog .release.mix .more .tracklist .track:after {
  background: radial-gradient(#f4e400, transparent);
}
.atm-catalog .release.mix .more .more-type span {
  background-color: #f4e400;
}
.atm-catalog .release.mix .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #f4e400) drop-shadow(0 0 4px #f4e400);
}
.atm-catalog .release.mix .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #f4e400) drop-shadow(0 0 4px #f4e400) drop-shadow(0 0 6px #f4e400) drop-shadow(0 0 8px #f4e400);
}
.atm-catalog .sidebar .select .item.mix:hover:before {
  background-color: #f4e400;
}
.atm-catalog .sidebar .select[data-selected=mix] .item.mix:before {
  background-color: #f4e400;
}

#atm-release.type-mix .cover-details .artist .name:before,
#atm-release.type-mix .cover-details .catalog-num div {
  background-color: #f4e400;
}
#atm-release.type-mix .tracklist {
  border-right-color: #f4e400;
}
#atm-release.type-mix .tracklist .header .type,
#atm-release.type-mix .tracklist .full-length {
  background-color: #f4e400;
}

.atm-catalog .release.no-results .type {
  border-color: #F2A0BE;
}
.atm-catalog .release.no-results .type .artist:before, .atm-catalog .release.no-results .type .artist:after {
  background-color: #F2A0BE;
}
.atm-catalog .release.no-results .type:after {
  background-color: #F2A0BE;
}
.atm-catalog .release.no-results .more .tracklist .track:after {
  background: radial-gradient(#F2A0BE, transparent);
}
.atm-catalog .release.no-results .more .more-type span {
  background-color: #F2A0BE;
}
.atm-catalog .release.no-results .more .tracklist .track:hover:after {
  filter: drop-shadow(0 0 2px #F2A0BE) drop-shadow(0 0 4px #F2A0BE);
}
.atm-catalog .release.no-results .more .links a:hover {
  opacity: 0.8;
  filter: drop-shadow(0 0 2px #F2A0BE) drop-shadow(0 0 4px #F2A0BE) drop-shadow(0 0 6px #F2A0BE) drop-shadow(0 0 8px #F2A0BE);
}
.atm-catalog .sidebar .select .item.no-results:hover:before {
  background-color: #F2A0BE;
}
.atm-catalog .sidebar .select[data-selected=no-results] .item.no-results:before {
  background-color: #F2A0BE;
}

#atm-release.type-no-results .cover-details .artist .name:before,
#atm-release.type-no-results .cover-details .catalog-num div {
  background-color: #F2A0BE;
}
#atm-release.type-no-results .tracklist {
  border-right-color: #F2A0BE;
}
#atm-release.type-no-results .tracklist .header .type,
#atm-release.type-no-results .tracklist .full-length {
  background-color: #F2A0BE;
}

.atm-catalog.small {
  grid-auto-columns: 1fr;
  grid-auto-flow: dense;
  justify-items: stretch;
  grid-auto-rows: auto;
}
.atm-catalog.small .sidebar {
  order: -1;
  position: relative;
  top: auto;
  align-self: unset;
}
.atm-catalog.small .sidebar .filter {
  height: auto;
}
.atm-catalog.small .sidebar .filter > * {
  display: none;
}
.atm-catalog.small .sidebar .filter > div:first-child {
  display: block;
}

.atm-catalog .release {
  display: flex;
}
.atm-catalog .release .cover-info .artist {
  display: flex;
  width: 100%;
  position: relative;
}
.atm-catalog .release .cover-info .artist::before, .atm-catalog .release .cover-info .artist::after {
  content: "";
  height: 100%;
  display: inline-block;
  transition: all 0.3s ease;
}
.atm-catalog .release .cover-info .artist::before {
  flex: 0 1 0%;
}
.atm-catalog .release .cover-info .artist::after {
  flex: 1;
}
.atm-catalog .release .cover-info .artist .name {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atm-catalog .release:hover .artist::before, .atm-catalog .release:hover .artist::after {
  flex: 1;
}
.atm-catalog .release:nth-child(4n+3) .artist::before, .atm-catalog .release:nth-child(4n+4) .artist::before {
  flex: 1;
}
.atm-catalog .release:nth-child(4n+3) .artist::after, .atm-catalog .release:nth-child(4n+4) .artist::after {
  flex: 0 1 0%;
}
.atm-catalog .release:nth-child(4n+3):hover .artist::before, .atm-catalog .release:nth-child(4n+4):hover .artist::before {
  flex: 1;
}
.atm-catalog .release:nth-child(4n+3):hover .artist::after, .atm-catalog .release:nth-child(4n+4):hover .artist::after {
  flex: 1;
}

#atm-release .tracklist,
.atm-catalog .release .more .tracklist {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
#atm-release .tracklist .track,
.atm-catalog .release .more .tracklist .track {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.1vw;
  padding-bottom: 0.2vw;
  position: relative;
  font-size: clamp(1rem, 0.6vw, 2rem);
}
#atm-release .tracklist .track:hover .title,
.atm-catalog .release .more .tracklist .track:hover .title {
  transform: scale(1.1);
}
#atm-release .tracklist .track:after,
.atm-catalog .release .more .tracklist .track:after {
  content: "";
  display: block;
  height: max(2px, 0.1vw);
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.5;
  background: radial-gradient(#fff, transparent);
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0)) drop-shadow(0 0 4px rgba(255, 255, 255, 0));
  transition: opacity 0.2s ease-in-out, filter 0.5s ease-in-out;
}
#atm-release .tracklist .title,
.atm-catalog .release .more .tracklist .title {
  flex: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
#atm-release .tracklist .num, #atm-release .tracklist .length,
.atm-catalog .release .more .tracklist .num,
.atm-catalog .release .more .tracklist .length {
  font-variation-settings: "slnt" -7;
  opacity: 0.5;
}

.atm-catalog #filter-search {
  cursor: help;
}
.atm-catalog #filter-search .header:after {
  display: none !important;
}
.atm-catalog #filter-search .search-container {
  display: flex;
  flex: 1;
}
.atm-catalog #filter-search .search-container .search {
  display: flex;
  flex: 1;
  margin-right: 0.5vw;
}
.atm-catalog #filter-search .search-container .search input {
  padding: 0 0.5vw;
  background: #fff;
  border-radius: 0;
  width: 100%;
}
.atm-catalog .catalog-no-results {
  cursor: default;
}
.atm-catalog .catalog-no-results .type {
  width: 100%;
}
.atm-catalog .catalog-no-results .cover {
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.9);
}
.atm-catalog .catalog-no-results .no-results {
  font-size: 3vw;
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}
.atm-catalog .catalog-no-results .title {
  font-size: 10vw;
  font-style: normal;
}
.atm-catalog .catalog-no-results .info {
  cursor: pointer;
}

@supports (scrollbar-color: auto) {
  .artists-scroller {
    scrollbar-color: auto;
  }
}
/* Otherwise, use `::-webkit-scrollbar-*` pseudo-elements */
.artists-scroller::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.artists-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
  border: none;
  border-radius: 5px;
}
.artists-scroller::-webkit-scrollbar-track {
  background: rgba(136, 136, 136, 0.2509803922);
}
.artists-scroller::-webkit-scrollbar-corner {
  background: #fff;
  border: none;
  border-radius: 0;
}

@keyframes cover-fade-in {
  0% {
    opacity: 0;
    filter: saturate(0) brightness(0);
  }
  50% {
    opacity: 1;
  }
  75% {
    filter: saturate(3) brightness(2);
  }
  100% {
    filter: saturate(1) brightness(1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Invisible at 50% of the animation */
  }
}
@keyframes dither-move {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1000px) {
  .atm-catalog {
    display: flex;
    flex-direction: column-reverse;
  }
  .atm-catalog .sidebar {
    width: 66%;
    align-self: center;
    position: relative;
    top: auto !important;
  }
  .atm-catalog .sidebar .filter {
    height: auto;
  }
  .atm-catalog[data-view=info] .release-container, .atm-catalog[data-view=info] .catalog-no-results {
    max-width: 100vw;
  }
  .atm-catalog .releases {
    grid-template-columns: repeat(1, 1fr);
  }
  .atm-catalog[data-view=covers] .releases {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .atm-catalog .sidebar {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.artist-catalog {
  display: grid;
  grid-auto-columns: 8fr 2fr;
  grid-auto-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: column;
  justify-items: stretch;
}

#atm-release {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 1600px;
  justify-self: center;
}
#atm-release .cover-details {
  grid-area: 1/1/2/3;
  /* max-width: 50vw; */
  display: grid;
  grid-template-columns: 30% 20% 2vw 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 1vw;
}
#atm-release .cover-details .cover {
  grid-area: 1/1/4/3;
  z-index: 1;
}
#atm-release .cover-details .cover .cover-img {
  height: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  transition: transform 1s ease-out;
}
#atm-release .cover-details .cover .cover-img img {
  transition: opacity 1s ease-in;
}
#atm-release .cover-details .cover .cover-img as-dithered-image,
#atm-release .cover-details .cover .cover-img rgb-dithered-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 5s linear;
}
#atm-release .cover-details .cover .cover-img:hover {
  transform: scale(1.05);
  transition: transform 5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
#atm-release .cover-details .cover .cover-img:hover img {
  opacity: 0.8;
  transition: opacity 10s ease-in;
}
#atm-release .cover-details .cover .cover-img:hover as-dithered-image,
#atm-release .cover-details .cover .cover-img:hover rgb-dithered-image {
  opacity: 1;
  transition: opacity 1s linear;
}
#atm-release .cover-details .cover .cover-img.animate:hover {
  transition: transform 5s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
#atm-release .cover-details .cover .cover-img.animate:hover img {
  opacity: 0.8;
  transition: opacity 10s ease-in;
}
#atm-release .cover-details .cover .cover-img.animate:hover as-dithered-image {
  opacity: 1;
}
#atm-release .cover-details .cover .cover-img.animate:hover .red {
  animation: dither-move 20s infinite linear;
}
#atm-release .cover-details .cover .cover-img.animate:hover .blue {
  animation: dither-move 20s infinite linear reverse;
}
#atm-release .cover-details .artist, #atm-release .cover-details .title {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 600;
  font-size: 4vw;
  line-height: 1;
}
#atm-release .cover-details .artist {
  grid-area: 1/2/2/6;
  margin-top: -0.5vw;
}
#atm-release .cover-details .artist .name {
  display: flex;
  font-weight: 800;
}
#atm-release .cover-details .artist .name div {
  max-width: -moz-min-content;
  max-width: min-content;
  font-weight: 800;
}
#atm-release .cover-details .artist .name div span {
  white-space: nowrap;
}
#atm-release .cover-details .artist .name:before {
  content: "";
  display: block;
  background: #fff;
  flex: 1;
  margin-right: 1vw;
}
#atm-release .cover-details .catalog-num {
  /*writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: scale(-1, -1);
  position: absolute;

  bottom: -0.5vw;
  left: 0;
  background: #EA0048;
  padding: 1vw 0;

  font-size: 2vw;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);

  width: 100%;
  display: flex;
  align-items: self-start;
  transform: translate(calc(-100% + 3vw), 0);
  padding-right: 2vw;
  box-sizing: content-box;*/
  grid-area: 2/1/4/4;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 2vw;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
  display: flex;
  transform: scale(-1, -1) translate(-1vw, -0.5vw);
  line-height: 1;
}
#atm-release .cover-details .catalog-num div {
  /* transform: scale(-1, -1); */
  /* width: 3vw; */
  /* display: flex; */
  /* align-items: center; */
  /* left: 2vw; */
  /* position: relative; */
  display: flex;
  align-items: flex-end;
  padding: 0.5vw;
  padding-bottom: 1vw;
  /* background: #EA0048; */
}
#atm-release .cover-details .catalog-num, #atm-release .cover-details .release-date {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
}
#atm-release .cover-details .title {
  grid-area: 2/4/3/6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  text-align: center;
}
#atm-release .cover-details .release-date {
  grid-area: 3/4/4/6;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 4vw;
  line-height: 1;
}
#atm-release .cover-details-old {
  grid-area: 1/1/2/3;
  background: #A2D4F2;
  max-width: 80vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#atm-release .cover-details-old .cover-img {
  height: 100%;
  aspect-ratio: 1;
}
#atm-release .cover-details-old .cover {
  z-index: 1;
}
#atm-release .cover-details-old .cover img {
  max-height: 50vh;
}
#atm-release .cover-details-old .details {
  position: relative;
}
#atm-release .cover-details-old .details .catalog-num {
  writing-mode: vertical-rl; /* Vertical layout */
  text-orientation: sideways; /* Rotates text 90 degrees */
  transform: scale(-1, -1); /* Flips text 180 degrees */
  position: absolute;
  bottom: -0.5vw;
  left: 0;
  background: #EA0048;
  padding: 1vw 0;
  font-size: 2vw;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: self-start;
  transform: translate(calc(-100% + 3vw), 0);
  padding-right: 2vw;
  box-sizing: content-box;
}
#atm-release .cover-details-old .details .catalog-num div {
  transform: scale(-1, -1);
  width: 3vw;
  display: flex;
  align-items: center;
  left: 2vw;
  position: relative;
}
#atm-release .cover-details-old .details .catalog-num, #atm-release .cover-details-old .details .release-date {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
}
#atm-release .header,
#atm-release .tracklist .full-length {
  font-family: "Ultimate Serial", Roboto, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 50px);
  line-height: 1;
  font-style: italic;
  text-transform: uppercase;
  display: flex;
}
#atm-release .header.bar-before, #atm-release .header.bar-after {
  display: flex;
  margin-bottom: 1vw;
}
#atm-release .header.bar-before:before, #atm-release .header.bar-before:after, #atm-release .header.bar-after:before, #atm-release .header.bar-after:after {
  content: "";
  display: block;
  flex: 1;
  background: #fff;
  margin-right: 1vw;
  margin-left: 1vw;
}
#atm-release .header.bar-before:before {
  margin-left: 0;
}
#atm-release .header.bar-before:after {
  display: none;
}
#atm-release .header.bar-after:before {
  display: none;
}
#atm-release .header.bar-after:after {
  margin-right: 0;
}
#atm-release .tracklist {
  grid-area: 2/1/3/2;
  border-right: 0.2vw solid #fff;
  display: flex;
  flex-direction: column;
}
#atm-release .tracklist .header .type {
  flex: 1;
  color: #000;
  background: #fff;
  margin-left: 1.5vw;
  display: flex;
  justify-content: flex-end;
  padding-right: 2vw;
  font-style: normal;
}
#atm-release .tracklist .track .num {
  padding-left: 1vw;
}
#atm-release .tracklist .track .title {
  font-weight: normal;
}
#atm-release .tracklist .track .title .artist {
  font-weight: 700;
  font-variation-settings: "slnt" -10;
}
#atm-release .tracklist .track .title .artist:after {
  content: " - ";
  white-space: pre;
}
#atm-release .tracklist .track .length {
  padding-right: 1vw;
}
#atm-release .tracklist .full-length {
  align-self: end;
  padding: 0.5vw 1.5vw 0.5vw 1vw;
  margin: 1vw 0;
  background: #888;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
}
#atm-release .tracklist .full-length:before {
  content: "[";
}
#atm-release .tracklist .full-length:after {
  content: "]";
}
#atm-release .tracklist .featuring {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  paddinb-bottom: 1vw;
}
#atm-release .tracklist .featuring .header:after {
  content: " ///";
}
#atm-release .tracklist .featuring ul {
  margin: 0;
  font-family: "Roboto Flex";
  font-weight: 500;
  font-variation-settings: "slnt" -10;
  padding-left: 2vw;
  list-style-type: disclosure-closed;
}
#atm-release .tracklist .featuring ul a {
  display: block;
  text-decoration: none;
  color: #3a00bc;
  text-shadow: 1px 1px 0 #000;
  transition: color 0.3s ease-in-out;
  padding: 0;
}
#atm-release .tracklist .featuring ul a:hover {
  font-variation-settings: "slnt" -10;
  color: #958ABF;
}
#atm-release .download-streaming {
  grid-area: 2/2/3/3;
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;

  .download { grid-area: 1 / 1 / 2 / 2; }
  .bandcamp { grid-area: 1 / 2 / 2 / 3; }
  .streaming-header { grid-area: 2 / 1 / 3 / 2; }
  .streaming-links { grid-area: 2 / 2 / 3 / 3; }*/
}
#atm-release .download-streaming a {
  display: flex;
  text-decoration: none;
  position: relative;
  justify-content: left;
  align-items: center;
  margin-bottom: 1vw;
  border-bottom: 0.2vw solid #fff;
  height: 4vw;
  font-size: 2vw;
}
#atm-release .download-streaming a svg {
  transition: transform 0.3s ease-in-out;
  max-height: 80%;
  max-width: 80%;
  filter: drop-shadow(2px 2px 0 rgb(0, 0, 0));
}
#atm-release .download-streaming a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s ease-in-out;
  background: #888;
}
#atm-release .download-streaming a:hover:before {
  width: 30%;
}
#atm-release .download-streaming a:hover svg {
  transform: scale(0.9);
}
#atm-release .download-streaming .header,
#atm-release .download-streaming .bandcamp,
#atm-release .download-streaming .links {
  flex: 1;
}
#atm-release .download-streaming .download,
#atm-release .download-streaming .streaming,
#atm-release .download-streaming .links {
  display: flex;
}
#atm-release .download-streaming .download {
  margin-bottom: 1vw;
}
#atm-release .download-streaming .download .header {
  justify-content: flex-end;
  align-items: center;
}
#atm-release .download-streaming .streaming .header {
  align-self: flex-start;
}
#atm-release .download-streaming .streaming .header:after {
  display: block;
  content: "";
  flex: 1;
  background: #fff;
  margin-left: 1vw;
}
#atm-release .download-streaming .links {
  flex-direction: column;
  padding-top: 3vw;
  padding-left: 1vw;
  border-left: 0.2vw solid #fff;
}
#atm-release .download-streaming .links a {
  padding-left: 1vw;
}
#atm-release .download-streaming .links a > div {
  font-size: 4vw;
  position: absolute;
  margin-left: -5vw;
}
#atm-release .download-streaming .links a div[class^=icon-] {
  text-shadow: 2px 2px 0px #000, 0 0 5px #000;
}
#atm-release .download-streaming .links a div[class^=icon-]:before {
  transition: transform 0.2s ease-in;
  transform: translateY(0) scale(0);
}
#atm-release .download-streaming .links a:hover div[class^=icon-] {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
#atm-release .download-streaming .links a:hover div[class^=icon-]:before {
  transform: translateY(-4px) scale(1.2);
}
#atm-release .download-streaming a.bandcamp {
  justify-content: center;
  margin-left: 1vw;
  border-bottom-color: #00CAFF;
}
#atm-release .download-streaming a.bandcamp:before {
  background: #00CAFF;
  left: auto;
  right: 0;
}
#atm-release .download-streaming a.spotify svg,
#atm-release .download-streaming a.youtube svg {
  max-height: 60%;
}
#atm-release .download-streaming a.spotify {
  border-bottom-color: #1ED760;
}
#atm-release .download-streaming a.spotify div[class^=icon-] {
  color: #1ED760;
}
#atm-release .download-streaming a.spotify:before {
  background: #1ED760;
}
#atm-release .download-streaming a.applemusic {
  border-bottom-color: #fa586a;
}
#atm-release .download-streaming a.applemusic div[class^=icon-] {
  color: #fa586a;
}
#atm-release .download-streaming a.applemusic:before {
  background: #fa586a;
}
#atm-release .download-streaming a.soundcloud {
  border-bottom-color: #ff5500;
}
#atm-release .download-streaming a.soundcloud div[class^=icon-] {
  color: #ff5500;
}
#atm-release .download-streaming a.soundcloud:before {
  background: #ff5500;
}
#atm-release .download-streaming a.youtube {
  border-bottom-color: #f00;
}
#atm-release .download-streaming a.youtube div[class^=icon-] {
  color: #f00;
}
#atm-release .download-streaming a.youtube:before {
  background: #f00;
}
#atm-release .download-streaming2 {
  grid-area: 2/2/3/3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#atm-release .download-streaming2 .download {
  grid-area: 1/1/2/2;
}
#atm-release .download-streaming2 .bandcamp {
  grid-area: 1/2/2/3;
}
#atm-release .download-streaming2 .streaming-header {
  grid-area: 2/1/4/2;
}
#atm-release .download-streaming2 .streaming-links {
  grid-area: 3/2/4/3;
}
#atm-release .information {
  grid-area: 3/1/4/3;
  border-right: 0.5vw solid #fff;
}
#atm-release .information .header {
  padding-right: 1.5vw;
}
#atm-release .information .description {
  font-size: 150%;
  font-weight: 500;
  padding: 1vw;
  white-space: break-spaces;
}
#atm-release .preview {
  grid-area: 4/1/5/3;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
}
#atm-release .preview .preview-nav {
  display: flex;
  margin-bottom: 1vw;
}
#atm-release .preview .preview-nav .header {
  align-self: center;
}
#atm-release .preview .preview-nav .streaming-services {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
  background: #fff;
  margin-left: 1.5vw;
  color: #000;
  font-size: 2vw;
  font-size: max(1.5vw, 32px);
}
#atm-release .preview .streaming-embeds {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#atm-release .preview .streaming-embeds > div {
  flex: 1;
  display: none;
}
#atm-release .preview .streaming-embeds iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
}
#atm-release .preview #bandcamp-embed iframe {
  max-width: 700px;
  margin: 0 auto;
}
#atm-release .preview[data-service=spotify] #spotify-embed, #atm-release .preview[data-service=applemusic] #applemusic-embed, #atm-release .preview[data-service=soundcloud] #soundcloud-embed, #atm-release .preview[data-service=bandcamp] #bandcamp-embed, #atm-release .preview:not([data-service]) #spotify-embed {
  display: flex;
}
#atm-release .preview[data-service=spotify] .streaming-services .icon-spotify, #atm-release .preview:not([data-service]) .streaming-services .icon-spotify {
  color: #1ED760;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 1px 1px 0px #000;
}
#atm-release .preview[data-service=applemusic] .streaming-services .icon-applemusic {
  color: #fa586a;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 1px 1px 0px #000;
}
#atm-release .preview[data-service=soundcloud] .streaming-services .icon-soundcloud {
  color: #ff5500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 1px 1px 0px #000;
}
#atm-release .preview[data-service=bandcamp] .streaming-services .icon-bandcamp {
  color: #00CAFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 1px 1px 0px #000;
}
#atm-release .media {
  grid-area: 4/1/5/2;
}
#atm-release .media iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
}
#atm-release .media + .preview {
  grid-area: 4/2/5/3;
  aspect-ratio: auto;
}
#atm-release .media + .preview iframe {
  width: 100%;
  height: 100%;
}

#atm-release.small .tracklist {
  grid-area: 3/1/4/3;
}
#atm-release.small .download-streaming {
  grid-area: 2/1/3/3;
}
#atm-release.small .information {
  grid-area: 4/1/5/3;
}
#atm-release.small .preview {
  grid-area: 5/1/6/3;
}

/*body {
	&.pace-running, &.pace-done {
		.atm-catalog .release .cover-info .cover .post-thumbnail {
			transition: transform 0.2s ease-in;
			transform: scale(0);
		}
	}
	@at-root &.pace-done {
		.atm-catalog .release .cover-info .cover .post-thumbnail {
			transform: scale(1);
		}
	}
}*/
/* ATM: Events
--------------------------------------------- */
.atm-events { /* 
display: grid;
grid-auto-columns: 8fr 2fr;
grid-auto-rows: 1fr;
gap: 0px 10px;
grid-auto-flow: column;
justify-items: stretch;
*/
  display: flex;
  flex-wrap: wrap;
}
.atm-events .event {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  background: red;
  border: 2px solid rebeccapurple;
  margin-right: 20px;
}
.atm-events .event .name {
  font-size: 3vw;
  display: flex;
  flex-basis: min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  min-width: 100%;
  text-align: center;
  text-wrap: balance;
}
.atm-events .event a {
  display: flex;
  flex-direction: column;
  background: blue;
  flex-basis: fit-content;
  color: #fff;
  text-decoration: none;
}
.atm-events .event img {
  height: 500px;
  /* Fixed height */
  display: block;
}
.atm-events .event .type, .atm-events .event .date, .atm-events .event .place {
  display: none;
}

/*--------------------------------------------------------------
# Responsive Overrides
--------------------------------------------- */
/* Responsive overrides
--------------------------------------------- */
@media screen and (max-width: 1280px) {
  #atm-logo {
    width: 640px;
  }
  .main-navigation {
    width: calc(100vw - 100px);
    margin: -13px 0 0 100px;
    /* .main-menu.extended {
    	&.TODO-tofix a {
    		&:nth-child(4) {
    			margin-right: 200px !important;
    		}

    		&:nth-child(5) {
    			margin-left: auto !important;
    		}
    	}
    } */
  }
  .main-navigation ul {
    gap: 4px 8px;
    max-width: min(820px, 78vw);
    flex-wrap: wrap;
  }
  .main-navigation a {
    flex-basis: 130px;
    min-width: 130px;
    margin: 0;
    font-size: 17px;
    border-width: 2px;
    height: 24px;
    /*&:nth-child(5) {
      		margin-left: -133px;
    }*/
  }
  .main-navigation xa:nth-child(5) {
    margin-top: 23px;
  }
  .main-navigation xa:nth-child(6) {
    margin-top: 23px;
  }
  .main-navigation xa:nth-child(7) {
    margin-top: 23px;
  }
  .main-navigation xa:nth-child(8) {
    margin-top: 23px;
  }
  .main-navigation xa:nth-child(9) {
    margin-top: 23px;
  }
  .main-navigation xa:nth-child(10) {
    margin-top: 23px;
  }
  /*    .page-title {
  		height: 90px;
  		font-size: 38px;
  		top: calc(100vh + 120px);
  	}*/
}
@media screen and (max-width: 1000px) {
  /*.main-navigation a:nth-child(5) {
      margin-left: -541px;
  }*/
  .main-navigation {
    max-width: 600px;
  }
  .main-navigation a:nth-child(4) {
    margin-right: 0 !important;
  }
  .main-navigation a:nth-child(5) {
    margin-left: 0 !important;
  }
  :root {
    --slick-padding: 10%;
  }
  .slick-slide:before, .slick-slide:after {
    width: 10%;
  }
  .slick-slide.hover:before, .slick-slide.hover:after {
    width: 15%;
  }
  #atm-release .cover-details {
    grid-area: 1/1/2/3;
  }
  #atm-release .download-streaming {
    grid-area: 2/1/2/3;
  }
  #atm-release .tracklist {
    grid-area: 3/1/4/3;
  }
  #atm-release .information {
    grid-area: 4/1/5/3;
  }
  #atm-release .media {
    grid-area: 5/1/6/3 !important;
  }
  #atm-release .preview {
    grid-area: 6/1/7/3 !important;
  }
}
@media screen and (max-width: 700px) {
  #atm-logo {
    width: 80vw;
    margin: 0;
  }
  article {
    padding: 0 2vw;
  }
  .home-sns {
    display: flex;
    flex-direction: column;
  }
  .home-sns .mid-left, .home-sns .mid-right {
    display: none;
  }
  .home-sns > div {
    justify-content: center;
  }
  #atm-release .download-streaming a {
    height: 8vw;
  }
}
@media screen and (max-width: 600px) {
  #atm-logo {
    display: none;
  }
  #atm-logo-stacked {
    display: block;
    max-width: 90vw;
    margin: 0 5vw 0 0;
  }
  .page-title {
    transform: none;
    top: 0;
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    justify-content: center;
    font-size: 12vw;
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    margin: 0 3vw 5vw 2vw;
    writing-mode: lr;
    text-orientation: initial;
  }
  .page-title:before {
    background: #fff;
    transform: none;
    height: 10vw;
    width: 100%;
    margin-right: 2vw;
  }
  .page-title:hover {
    transform: none;
  }
  .page-title:hover:before {
    content: "";
  }
  main {
    padding: 0 2vw;
  }
  #masthead-fx {
    display: none;
  }
  #masthead {
    position: static;
    width: auto;
    display: flex;
    flex-direction: column;
  }
  #masthead .site-branding {
    margin: 2vw 0 0 2vw;
  }
  .main-navigation {
    height: 0;
    overflow: hidden;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    padding: 0;
    order: -1;
    margin: 0;
    width: 100vw;
    /*	.main-navigation a:nth-child(5) {
    	    margin: 0 0.3vw;
    	}*/
  }
  .main-navigation a {
    border: none;
    font-size: 12vw;
    line-height: 12vw;
    margin: 0 !important;
    height: auto;
    background-color: transparent;
  }
  .main-navigation ul {
    max-width: none;
    display: block;
    margin-top: 20px;
  }
  #mobile-menu {
    display: flex;
  }
  #mobile-toggle:checked ~ .page-title {
    margin-top: calc(34vw + 30px);
    z-index: auto;
  }
  #mobile-toggle:checked ~ header {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px #fff;
    border-bottom: 1px solid #ccc;
  }
  #mobile-toggle:checked ~ header #atm-logo-stacked {
    display: none;
  }
  #mobile-toggle:checked ~ header #atm-logo {
    display: block;
    margin-left: 2vw;
  }
  #mobile-toggle:checked ~ header .site-branding {
    margin: 0;
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
  }
  #mobile-toggle:checked ~ header .main-navigation {
    height: auto;
    overflow: initial;
    transform: none;
  }
  #sns-nav {
    display: none;
  }
  article.post {
    --post-text-size: max(2rem, 2vw);
    margin-left: var(--post-text-size);
  }
  article.post section {
    grid-template-areas: "a";
  }
  article.post section .entry-content {
    order: 1;
  }
  article.post section .post-thumbnail {
    justify-self: center;
  }
}
body.fixed-header #masthead {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px #fff;
  border-bottom: 1px solid #ccc;
}
body.fixed-header #masthead .site-branding {
  margin: 2vw;
  width: auto;
}
body.fixed-header .page-title {
  margin-top: 20vw;
  mix-blend-mode: normal;
  z-index: auto;
}
body.fixed-header #atm-logo {
  display: block;
}
body.fixed-header #atm-logo-stacked {
  display: none;
}

/*@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */