/*
Theme Name: BorderBuda
Text Domain: border-buda
Template: blankslate
*/

/* RESET */

@charset "UTF-8";

:root {
  /*--primary: #5f00fa;
  --secondary: #ffe603;*/

--primary: #162318;
    --secondary: #e94f35;
    --white: #00c87e;

  /*--white: white;*/
  --black: black;
  --spacer: 3rem;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

:target:before {
  content: "";
  display: block;
  height: 2rem;
  margin: -2rem 0 0;
}

:focus {
  outline: none;
}

@media (max-width: 700px) {
  html {
    font-size: 3vw;
  }
}

@font-face {
  font-family: documan stc;
  src: url(https://assets.website-files.com/656f2ede7a2421a03db75263/6574885dd7d261a360ff3a79_DocumanSTC-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: documan stc;
  src: url(https://assets.website-files.com/656f2ede7a2421a03db75263/6574887369d385d031314b7b_DocumanSTC-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::selection {
  background-color: var(--bg);
  color: var(--secondary);
}

html,
body {
  background: var(--bg);
  color: var(--primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
}

.slider {
  position: relative;
  width: 20rem;
  height: 20rem;
}

.slider img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.slider:hover {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='40' style='font-size:28px;'><text y='50%' x='50%' style='text-anchor: middle; dominant-baseline: middle;'>⟶</text></svg>") 16 16,
    auto;
}

.slider .arrow {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.slider .arrow:hover {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='40' style='font-size:28px;'><text y='50%' x='50%' style='text-anchor: middle; dominant-baseline: middle;'>⟵</text></svg>") 16 16,
    auto;
}

.left-img {
  height: 95%;
  position: fixed;
  top: 50%;
  bottom: 0%;
  left: 1vw;
  right: auto;
  transform: translate(0%, -50%);
}

.right-img {
  height: 95%;
  position: fixed;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 1vw;
  transform: translate(0, -50%);
}

.main {
  width: 100vw;
  height: 100vh;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 0;
  display: flex;
  overflow: scroll;
}

.content {
  width: 100%;
  max-width: 960px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem .5rem;
}

.content a {
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--secondary);
  font-family: "Azeret Mono", monospace;

}

.content p {
  font-weight: 200;
  font-family: "Azeret Mono", monospace;
  font-size: 1rem;

}

.content a:hover {
  font-weight: 300;
  color: var(--secondary);
}

.content.home {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.content.ilke {
  padding-bottom: 1rem;
}

p.cw {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 7rem;
}

#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-5bc10098 {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-5bc10098 {
  grid-area: 2/3/5/5;
  /* grid-area: 2/3/5/4;*/
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-5bc10098 {
  grid-area: 2/4/6/5;
}

#w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-5bc10098 {
  grid-area: 1/3/2/4;
  padding: var(--spacer) 0;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-5bc10098 {
  grid-area: 1/1/5/2;
}

#w-node-_5ae996a2-d2ae-c49d-8145-ec64330777dd-330777dd {
  grid-area: 1/2/5/3;
  align-self: center;
}

#w-node-ea1449c4-9897-e86f-49f4-66b87c8886f8-7c8886f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af621ce6-1459-7b35-732d-145c3577ed16-4a9cf90d {
  grid-area: 4/3/8/4;
  align-self: center;
}

#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-4a9cf90d {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-4a9cf90d {
  grid-area: 2/3/5/4;
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-4a9cf90d {
  grid-area: 2/4/6/5;
}

#w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-4a9cf90d {
  grid-area: 1/3/2/4;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-4a9cf90d {
  grid-area: 1/1/5/3;
}

#w-node-af621ce6-1459-7b35-732d-145c3577ed16-fb36d79f {
  grid-area: 1/2/5/3;
  align-self: center;
}

#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-fb36d79f {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-fb36d79f {
  grid-area: 1/3/6/4;
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-fb36d79f {
  grid-area: 2/4/6/5;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-fb36d79f,
#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-be3b18d1 {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-be3b18d1 {
  grid-area: 2/3/5/4;
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-be3b18d1 {
  grid-area: 1/4/5/5;
}

#w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-be3b18d1 {
  grid-area: 1/3/2/4;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-be3b18d1,
#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-e457e3fb {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-e457e3fb {
  grid-area: 2/3/5/4;
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-e457e3fb {
  grid-area: 2/4/6/5;
}

#w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-e457e3fb {
  grid-area: 1/3/2/4;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-e457e3fb {
  grid-area: 1/4/5/5;
}

#w-node-b93b0a3a-fed0-942a-cc9f-37147f42f609-e457e3fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_695626f4-5eea-0408-da97-051ef3ec4de9-b627e81a {
  grid-area: 1/1/5/2;
}

#w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-b627e81a {
  grid-area: 2/3/5/4;
  align-self: center;
}

#w-node-a2037dfb-67cc-7f25-9823-07e3383243e1-b627e81a {
  grid-area: 2/4/6/5;
}

#w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-b627e81a {
  grid-area: 1/3/2/4;
}

#w-node-f4702323-7012-b39b-9c0b-58118f6a8725-b627e81a {
  grid-area: 1/1/5/2;
}

@media screen and (max-width: 1000px) {
  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-5bc10098 {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-5bc10098 {
    grid-area: 4/1/5/6;
    min-height: 100dvh;
  }

  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-5bc10098 {
    grid-area: 3/1/4/6;
    padding: 0 0 2rem;
  }

  #w-node-_5ae996a2-d2ae-c49d-8145-ec64330777dd-330777dd,
  #w-node-af621ce6-1459-7b35-732d-145c3577ed16-4a9cf90d {
    grid-area: 2/1/3/6;
  }

  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-4a9cf90d {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-4a9cf90d {
    grid-area: 4/1/5/6;
  }

  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-4a9cf90d {
    grid-area: 3/1/4/6;
  }

  #w-node-af621ce6-1459-7b35-732d-145c3577ed16-fb36d79f {
    grid-area: 2/1/3/6;
  }

  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-fb36d79f {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-fb36d79f {
    grid-area: 4/1/5/6;
  }

  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-be3b18d1 {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-be3b18d1 {
    grid-area: 4/1/5/6;
  }

  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-be3b18d1 {
    grid-area: 3/1/4/6;
  }

  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-e457e3fb {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-e457e3fb {
    grid-area: 4/1/5/6;
  }

  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-e457e3fb {
    grid-area: 3/1/4/6;
  }

  #w-node-_0f8884a2-304e-b47d-a06b-4d11327b1fee-b627e81a {
    grid-area: 1/1/2/6;
  }

  #w-node-_4a6b55f1-879d-0bba-1fd8-5df03d365afc-b627e81a {
    grid-area: 4/1/5/6;
  }

  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-b627e81a {
    grid-area: 3/1/4/6;
  }
}

a {
  text-decoration: none;
  color: var(--primary);
}

a:hover {
  font-weight: 700;
}

.active,
.current_page_item li a {
  font-weight: 700;
}


h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1;
}

p+p {
  margin-top: 1rem;
}

p+h2,
p+h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin: 0 0 1rem;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  color: var(--white);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  list-style-type: none;
}

@media screen and (max-width:991px) {
  h1 {
    font-size: 4rem;
  }
}

.programme h2 {
  text-align: left;
}

.programme h3 {
  text-align: left;
}

.main-nav {
  z-index: 2;
  height: 97%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 2%;
  bottom: 0%;
  left: 10%;
  right: auto;
}


.main-nav ul li {
  max-width: 11rem;
}

@media screen and (min-width: 1000px) {

  .main-nav {
    top: 3rem;
    height: calc(100% - 4rem);
  }

  .left-img,
  .right-img {
    height: 92%;
    top: calc(50% + 1rem);
  }

  .content {
    width: 80%;
  }

}



.main-nav__list {
  max-width: 13rem;
}

.main-nav__list a:hover:before {
  content: "→  ";
  color: var(--secondary);
}

.home.main-nav {}

.nav-link,
.nav-link a {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  font-family: "Azeret Mono", monospace;
}

.nav-link a:hover,
a.nav-link:hover,
.current-menu-item > a {
  font-weight: 700;
  color: var(--secondary);
}

nav {
  display: flex;
  justify-content: space-between;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}



nav .menu-icon {
  display: none;
  position: absolute;
  right: 0;
}


ul.sub-menu {
  font-size: 0.8em;
  padding-left: 0.5rem;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

ul.sub-menu.show,
.menu-item-has-children.current-menu-ancestor ul.sub-menu,
.menu-item-has-children.current-menu-parent ul.sub-menu,
.menu-item-has-children.current-menu-item ul.sub-menu {
  max-height: 500px;
  opacity: 1;
}

ul.sub-menu.close {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}


.menu-item-has-children>a {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-item-has-children>a::after {
  content: "+";
  position: relative;
  margin-left: 0.3rem;
  color: var(--secondary);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.menu-item-has-children:has(ul.sub-menu.show)>a::after {
  transform: rotate(45deg);
}

@media (max-width: 1000px) {
  nav ul {
    display: none;
    flex-direction: column;
  }

  nav .menu-icon {
    display: block;
  }

  nav.open ul {
    display: flex;
  }
}

.active-link {
  font-weight: 700;
}

.active-link:before {
  content: "→  ";
  color: var(--secondary);
}

@media screen and (max-width: 1000px) {
  .home.main-nav {
    margin-top: 0;
  }

  .home {
    background-size: 80vw!important;
  }

  .main-nav__list {
    display: none;
  }
}

.html-embed {
  width: 15vw;
  height: 15vw;
}

.cta {
  z-index: 9;
  width: 100%;
  background-color: var(--secondary);
  position: fixed;
  overflow: hidden;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 2rem;
  background-color: transparent;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.marquee-text {
  color: var(--primary);
  text-transform: uppercase;
  flex: none;
  margin-right: 5vw;
  font-family: Documan STC, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.marquee-text p {
  all: unset;
}

.track-horizontal {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  animation: marquee-horizontal 40s linear infinite;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;

}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.w-input,
.w-select {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw>button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure>div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: transparent;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

body {
  color: var(--white);
  background-color: var(--primary);
  font-family: Documan STC, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

h1 {
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0.25rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.content li:not(.artists li) {
  list-style-type: none;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-family: 'Azeret Mono';
}

.content li:not(.artists li):before {
  content: "→  ";
  color: var(--secondary);
  font-weight: 700;
}

.body {
  background-color: var(--primary);
}

.main-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cell {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}


/* ARTISTS ARCHIVE */

.artists ul {
  margin-top: var(--spacer);

}

.artists a {
  font-size: 3rem;
  text-decoration: none;
  font-weight: 600;
  transition: all .25s ease-out;
  font-family: Documan STC, sans-serif;
}

.artists h2 {
  border-bottom: 1px solid var(--secondary);
}

.single-artists .artists a {
  font-size: 3rem;
}

.artists a:hover {
  font-weight: 600;
}

/* ARTIST SINGLE */

.artist__header a {
  text-decoration: none;
  font-size: 1rem;
}


.artist-block {
  /*text-align: center;*/
  margin-bottom: 4rem;
}

.artist-block a {
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 1px;
}

.artist-block a:hover {
  font-weight: 700;
}

.artist-text {
  width: 70%;
  text-align: left;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.3;
}

.artist-text.list {
  text-align: center;
  margin-top: 2.5rem;
}

.artist-images {
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: var(--spacer);
  padding-left: 0;
  display: flex;
  position: relative;
  cursor: pointer;
}

.artist-images a {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: .3rem;
}

.artist-images span {
  background: var(--secondary);
  color: black;
  font-size: 0.8rem;
  display: flex;
  padding: .2rem;
  width: 1.2rem;
  height: 1.2rem;
  justify-content: center;
  align-items: center;
  font-weight: 200;
}

.artist-images svg {
  background: var(--secondary);
  width: 1.2rem;
  height: 1.2rem;
  stroke: black;
  padding: .2rem;
}

.artists h3 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: .5rem;
}

/* ARTIST COMPONENTS */


/* Lightbox Styling */

#lightbox {
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  border: none;
  background: rgb(17 17 17 / 90%);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(0);
  transition: all 0.3s ease;
}

#lightbox[open] {
  display: flex;
  max-width: 100vw;
  max-height: 100vh;
  backdrop-filter: blur(20px);
}

#close-lightbox {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 4rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

#close-lightbox:hover {
  color: var(--secondary);
}

.lightbox-navigation {
  position: absolute;
  /* bottom: 20px; */
  display: flex;
  /* gap: 10px; */
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 4rem);
  /* padding: 0 1rem; */
  pointer-events: none;
}

.lightbox-navigation a {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 100;
  font-family: system-ui;
  pointer-events: auto;
}

.lightbox-navigation a:hover {
  font-weight: 100;
  cursor: pointer;
}

.lightbox-image {
  max-width: 90%;
  max-height: 90vh;
  display: none;
  margin: auto;
}

.lightbox-image.active {
  display: block;
}

/* Map */

#map {
  margin-bottom: var(--spacer);
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none;
}

.mapboxgl-marker.mapboxgl-marker-anchor-center span {
  color: var(--white) !important;
  font-family: 'documan stc';
  -webkit-text-stroke: 2px var(--primary);
  paint-order: stroke fill;
}

.mapboxgl-ctrl-bottom-left {
  display: none;
}

/* HOMEPAGE */

.home-comp {
  flex: 1;
}

.home {
  justify-content: center;
}

#wrapper {
  display: grid;
}

/*
#wrapper::before {
  content: "";
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  mix-blend-mode: hue;
  filter: blur(124px) saturate(0.3); 
  z-index: 0; 
  -webkit-filter: blur(124px) saturate(0.3); 
   -webkit-backface-visibility: hidden; 
   -webkit-transform: translateZ(0);
   animation: filter-animation 10s infinite linear;
   background: #0c78ff;
    background-blend-mode: difference;
} 

/* #wrapper::before {
    content: "";
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    mix-blend-mode: color-burn;
    filter: blur(-10px) saturate(1.3);
    z-index: 0;
    -webkit-filter: blur(1px) saturate(1.3);
    background-blend-mode: difference;
    background-repeat: no-repeat;
    background-size: cover;
} */


/*
#wrapper::before {
  content: "";
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  mix-blend-mode: overlay;
  filter: blur(-10px) saturate(1.3);
  z-index: 0;
  -webkit-filter: blur(8px) saturate(0) contrast(0.9);
  filter: blur(8px) saturate(0) contrast(0.9);
  background: #7a2cff;
  background-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.home #wrapper::before {
  opacity: .2;
}

#wrapper::before {
  content: "";
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  mix-blend-mode: overlay;
  filter: blur(-10px) saturate(1.3);
  z-index: 0;
  -webkit-filter: blur(8px) saturate(0) contrast(0.9);
  filter: blur(8px) saturate(0) contrast(0.9);
  background: var(--primary);
  /* background-blend-mode: difference; */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}



@keyframes filter-animation {
  0% {

    -webkit-filter: blur(30px) saturate(2);
  }

  50% {

    -webkit-filter: blur(90px) saturate(6);
  }

  100% {

    -webkit-filter: blur(30px) saturate(2);
  }
}
/*
@supports (font: -apple-system-body) and (-webkit-appearance: none) {

  body {
    background-color: #4a0573;
  }

  #wrapper::before {
    content: "";
    background: rgb(205, 133, 26);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    mix-blend-mode: overlay;
    filter: blur(124px) saturate(0.3);
    z-index: 0;
    -webkit-filter: blur(34px) saturate(3);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: 1;
    background-blend-mode: difference;
    animation: filter-animation 7.5s infinite linear;

  }

  @keyframes filter-animation {
    0% {
      -webkit-filter: blur(20px) saturate(3);
      filter: blur(20px) saturate(2);
    }

    50% {
      -webkit-filter: blur(200px) saturate(8);
      filter: blur(120px) saturate(6);
    }

    100% {
      -webkit-filter: blur(20px) saturate(3);
      filter: blur(20px) saturate(2);
    }
  }
}
*/
.grid {
  width: 95vw;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 0.8fr 1fr 4.5fr 0.75fr 0.8fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  margin-top: 2rem;
}

.grid.home {
  z-index: 2;
}

.m-top {
  display: none;
}

.content-right {
  justify-content: center;
  display: flex;
}

.m-bottom {
  display: none;
}

.contact {
  text-align: center;
}

.artist-image {
  width: 38%;
  aspect-ratio: auto;
  filter: grayscale(100%);
  object-fit: cover;
  transition: filter 0.2s;
  position: relative;
  max-height: 24rem;
}

.artist-images img:nth-child(2),
.artist-image._60 {
  width: 60%;
  aspect-ratio: auto;
}

.artist-image:hover {
  filter: grayscale(0%);
}

.artist-image-2 {
  width: 60%;
  filter: grayscale(100%);
}

.canvas {
  z-index: 1;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
}

.home {
  background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' data-name='Calque 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1265.5 807.1'%3E%3Cpath fill='transparent' stroke='%23e94f35' stroke-width='6' d='M654.9 724.2v-641c0-54.8 28.2-83.1 80.9-83.1h105.3v804l-105.3.4c-52.7 0-80.9-28.2-80.9-80.3Zm241.6-93.1h89.8c58.7 0 97.5-36 97.5-85.9s-38.8-87-97.5-87h-89.8V290.3h70.4c39.9 0 65.9-26.6 65.9-58.2 0-33.8-26-59.3-65.9-59.3h-70.4V0h53.2c186.1 0 265.9 115.8 265.9 215.5 0 59.3-22.7 116.4-74.8 144.1 71.5 16.6 124.7 87 124.7 197.8 0 144.1-108 246-292 246h-77V631.1ZM529.7 807.1l-105.3-.6V2.6h105.3c52.6 0 80.9 28.3 80.9 83.1v641.1c0 52-28.3 80.3-80.9 80.3ZM369 806h-77C108.1 806 0 704 0 560c0-110.8 53.2-181.2 124.7-197.8-52.1-27.7-74.8-84.8-74.8-144.1 0-99.7 79.8-215.5 266-215.5h53.2v172.9h-70.4c-39.9 0-65.9 25.5-65.9 59.3 0 31.6 26 58.2 65.9 58.2h70.4v167.9h-89.8c-58.7 0-97.5 37.1-97.5 87s38.8 85.9 97.5 85.9h89.8V806h-.1Z'/%3E%3C/svg%3E");

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50vw;
}

/*
.home__baseline {
  background: var(--secondary);
  color: var(--primary);
  z-index: 99999999;
  position: fixed;
  max-width: 25%;
  padding: 2rem;
  bottom: 4.5rem;
  z-index: 1;
  right: 15%;
}

 */

 .home__baseline {
  /* background: var(--secondary); */
  color: var(--white);
  z-index: 99999999;
  position: fixed;
  /* max-width: 25%; */
  padding: 0;
  /* bottom: 4.5rem; */
  z-index: 1;
  /* right: 15%; */
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.home__baseline p {
  font-size: 3rem;
  font-family: 'documan stc';
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.home__baseline a {
  color: var(--primary);
  text-decoration-color: var(--primary);
  font-weight: 400;
}


.home__baseline a:hover {
  color: var(--primary);
  text-decoration-color: var(--secondary);
  font-weight: 400;
}

.artist-image-single {
  width: 100%;
  filter: grayscale(100%);
  object-fit: cover;
  transition: filter 0.2s;
}

.artist-image-single:hover {
  filter: grayscale(0%);
}

.map {
  width: 100vw;
  max-width: none;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.mapz {
  margin-top: -11rem;
}

.nav-link-drop {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-decoration: none;
  display: block;
}

.nav-link-drop:hover,
.nav-link-drop.w--current {
  font-weight: 700;
}

.artist-block-copy {
  text-align: center;
  margin-bottom: 4rem;
}

.lang {
  display: none;
}

.partners {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.partners-img {
  width: 5.7rem;
  height: 6.5rem;
  filter: invert(100%);
  object-fit: contain;
  flex: none;
}

.nav-right {
  height: 97%;
  position: fixed;
  top: 2%;
}

.artist-credits {
  text-align: left;
  margin-top: -2rem;
  margin-bottom: var(--spacer);
  font-size: 1.1rem;
  font-style: italic;
}

.spacer {
  height: 0;
}

.partners-bloc {
  margin-top: 5rem;
}

.partners-bloc h3 {
  font-size: 1.6rem;

}

.heading-5 {
  padding-top: 0.25rem;
}

.rotate-circle {
  width: 16vw;
  height: 16vw;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.rotate-circle__text {
  font-size: 1.75vw;
  position: absolute;
}

.nav2 ul:first-child {
    display: none;
}

@media screen and (max-width: 1000px) {

  .left-img,
  .right-img {
    display: none;
  }

  .home {
    background-position: 50% 60%;
  }

  .home__baseline {
    top: 58%;
    width: 85%;
  }

  .home__baseline p {
    font-size:2.1rem;
  } 

  .content {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 95vw;
  }

  .main-nav {
    height: auto;
    flex-direction: row;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 0%;
    left: 0%;
  }


  .artist-text {
    width: 100%;
    font-size: 1.6rem;
  }

  .grid {
    grid-template-rows: auto minmax(auto, 0.25fr) auto auto;
    width: 100vw;
  }

  .m-top {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .home.m-top {}

  .nav2 {
    display: block;
  }

  .div-block {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm {
    display: none;
  }

  .m-bottom {
    z-index: 1;
    width: 96%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .home .m-bottom {
    position: fixed;

  }

  .mapz {
    margin-top: -8rem;
  }

  .nav-drop {
    display: none;
  }

  .artist-credits {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .m-bottom {
    width: 94%;
  }
}

@media screen and (max-width: 479px) {
  .m-bottom {
    position: absolute;
  }

  .marquee-text {
    font-size: 1.1rem;
    line-height: 1.3px;
  }
}



/* GUTENBERG BLOCKS */

/* Enlever le marker par défaut */
details summary {
  font-size: 2rem;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-radius: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}


details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}

details summary:hover {
  color: var(--secondary);
}


details summary::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="%23e94f35" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M6 15l6 6 6-6"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  right: 10px;
  top: calc(50% - .4rem);
  transform: translateY(-50%);
  transition: transform 0s ease;
}

details[open] summary::after {
  transform: rotate(540deg);
}

.wp-block-details {
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff38;
  padding: 1.5rem 0;
}

details li {
  font-size: calc(var(--spacer) / 2) !important;
}

.wp-block-embed {
  overflow-wrap: break-word;
  margin: calc(var(--spacer) / 2) 0;
}

.wp-block-button__link {
  background: var(--secondary);
  font-size: 1.2rem;
}

/* RADIO FANTÔME */

.single-shows .content iframe {
  /*filter: invert(1)!important;*/
}


body.page-template-page-fantome  {
  --primary: black;
  --secondary: #20ff03;
  --white: white;
  --black: black;
  --spacer: 3rem;
}

.page-id-1075, .page-template-page-fantome-test, .single-shows, .page-template-page-fantome-archive {
  --primary: white;
  --secondary: black;
  --white: black;
  --black: black;
  --spacer: 3rem;
}


.archives__list {
  
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  gap: .75rem;
  box-sizing: border-box;
  position: relative;
  margin: calc(var(--spacer)*1.5) 0;
}

.archives__list a:hover {
  color: white;
}

.archives__list li a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'documan stc';
  align-items: center;
  padding: .5rem;
  width: 100%;
}

.archives__content {
  position: absolute;
  padding: 1.5rem;
  margin-top: 6rem;
  font-size: .8rem;
}

.archives__content time {
  font-size: 1.5em;
}

.archives__list h3 {
  font-size: 1.5em;
  /* bottom: 2rem; */
  display: inline-block;
  margin: 0;
  text-align: center;
  
}

.archives__list li a > img {
  width: 100%;
}

.archives__list li {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;

}

.archives__list li::before {
content:""!important;
}

.archives__list li a {
color: white;
text-decoration: none;
}


.page-template-page-fantome {
  
  .grid {
    width: 100vw;
  }

  .left-img {
    left:2.5vw;
  }

  .right-img {
    right:2.5vw;
  }
  #w-node-_0b25722b-124c-c4f5-781d-7e5e1eb22274-5bc10098 {
    grid-area: 1 / 3 / 2 / 4;
    padding: 5rem 0;
}
  
@media screen and (min-width: 1000px) {
    .left-img, .right-img {
      height: 84%;
      top: calc(50% + 1.3rem);
    }

}
  .main-nav {
      height: calc(100% - 8.3rem);
}
}

@media screen and (min-width:100px) {
  .page-template-page-fantome-test .content, .single-shows .content, .page-template-page-fantome-archive .content {
      max-width: 94vw;
      width: 100%;
  }
}

@media screen and (max-width: 1000px) {

.archives__list {
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }

  .archives__content {
    position: absolute;
    padding: 1.5rem;
    margin-top: 10rem;
    font-size: 1.25rem;
}
}

html {
  margin-top: 0!important;
}

#wpadminbar {
  top: auto!important;
  bottom: 0;
}



/* RADIO PLAYER */

.custom-audio-player {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 8px;
    margin: 2rem auto;
    gap: 1rem;  
}

.custom-audio-player img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    display: none;
}

.custom-audio-player .info {
    flex-grow: 1;
}

.custom-audio-player .title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.custom-audio-player .date {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #666;
}

.custom-audio-player #progress-bar {
    width: 100%;
}

#play-pause {
    margin-top: 0.5rem;
    padding: 0.4rem 1rem;
    background: transparent;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#play-pause svg {
    width: 4rem;
    stroke: var(--secondary);
}

.progress-container {
  width: 100%;
  height: 6px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 1rem;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: black; 
  transition: width 0.2s ease;
}


