@font-face {
  font-family: 'PurpleHaze';
  src: url('fonts/PurpleHazeSTAT-Thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PurpleHazeLight';
  src: url('fonts/PurpleHazeSTAT-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PurpleHazeReg';
  src: url('fonts/PurpleHazeSTAT-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PurpleHazeSemi';
  src: url('fonts/PurpleHazeSTAT-SemiLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pulpo';
  src: url('fonts/pulpo-light-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Pulpo';
  src: url('fonts/pulpo-light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Pulpo", Century Schoolbook, Times, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: white;
    color: black;
    font-size: 19px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    padding: 25px;
    cursor: url('img/cursor.svg') 22 22, url('img/cursor.png') 22 22, auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
}
a,
button,
input,
textarea,
select,
label,
[role="button"] {
  cursor: url('img/cursor.svg') 22 22, url('img/cursor.png') 22 22, auto;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
header {
  align-self: flex-start;
  position: sticky;
  top: 25px;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 12.5%;
}
header h2,
header h3 {
  background: radial-gradient(circle, #f29929 0%, #f26b77 70%, #f26b77 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-weight: 400;
  
}
header h2.tagline {
  font-family: 'PurpleHazeSemi';
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
}
header h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 40px;
}
header h3 span {
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  display: block;
}
@media (min-width: 1280px) {
  header h3 {
    font-size: calc(25px * 100vw / 1280px);
    line-height: calc(25px * 100vw / 1280px);
  }
  header h2.tagline {
    font-size: calc(62px * 100vw / 1280px);
    line-height: calc(60px * 100vw / 1280px);
  }
  header h3 span {
    font-size: calc(16px * 100vw / 1280px);
    line-height: calc(16px * 100vw / 1280px);
  }
  header h2.dates {
    font-size: calc(42px * 100vw / 1280px);
    line-height: calc(40px * 100vw / 1280px);
  }
}
.taglines {
  display: grid;
  justify-items: center;
  text-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.taglines .tagline {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.8s ease;
  pointer-events: none;
}
.taglines .tagline.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header h2.dates {
  font-size: 42px;
  line-height: 40px;
  font-family: 'PurpleHazeLight';
}

article.artist, article.agenda, .block--text, .page .block--image, .page .block--video {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-areas: "left right";
  gap: 24px;
  margin: 0 0 0 auto;
}
.block+.block {
  padding-top: 60px;
}
.artist-left,
.agenda-left {
  grid-area: left;
  align-self: start;
}
.artist-left,
.agenda-left {
  position: sticky;
  top: 25px;
}
.artist-right,
.agenda-right {
  grid-area: right;
  align-self: start;
}
.block__left {
  grid-area: left;
  align-self: start;
}
.block__inner {
  grid-area: right;
  align-self: start;
}
.block__image,
.block__slider,
.block__video,
.block__logos {
  grid-area: right;
  align-self: start;
}
article.artist .block--text,
article.agenda .block--text {
  width: calc(100% * 10 / 7 + 24px);
  margin-left: calc(-100% * 3 / 7 - 24px);
}
.block--slider {
  overflow: visible;
}
.block__slider.flickity-enabled {
  overflow: visible;
}
body:not(.single-artist) .block__slider .flickity-viewport {
  overflow: visible;
}

.block__slider .carousel-cell {
  width: auto;
  margin-right: 16px;
}
.block__slider .carousel-cell .block__image {
  width: fit-content;
  max-width: 100%;
}
.block__slider .carousel-cell .block__caption {
  width: 0;
  min-width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.block__slider .carousel-cell img {
  width: auto;
  height: 320px;
  object-fit: cover;
}
.block__slider .flickity-prev-next-button.previous {
  display: block;
  left: 0;
}
.block__slider .flickity-prev-next-button.next {
  right: 0;
}
.block__slider .flickity-prev-next-button {
  width: auto;
  height: auto;
  top: 290px;
  padding: 0 8px;
  background: transparent;
}
.block__slider .flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.block__slider .flickity-prev-next-button::before {
  font-family: 'PurpleHazeLight', sans-serif;
  font-size: 50px;
  line-height: 44px;
  color: #f26b77;
}
.block__slider .flickity-prev-next-button.previous::before {
  content: '<';
}
.block__slider .flickity-prev-next-button.next::before {
  content: '>';
}
.block__support p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #f26b77;
}

.block__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.block__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

h1.artist__title, h1.agenda__title, h2.block__title {
  font-size: 50px;
  line-height: 44px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-bottom: 50px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}

.txt {
  font-size: 15px;
  line-height: 19px;
  
}
.txt p {
  text-indent: 20px;
}
.txt h3 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #f26b77;
  text-align: center;
}
.artist__content {
  padding-bottom: 40px;
}
.agenda__date {
  font-size: 17px;
  line-height: 24px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.agenda__content {
  padding-bottom: 40px;
  color: #f26b77;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

figcaption {
  padding-top: 12px;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  text-align: center;
}
.block--image figcaption {
  text-align: left;
}
.artist__index {
  font-size: 39px;
  line-height: 36px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-bottom: 20px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
.artist__film {
  color: #f26b77;
  padding-top: 80px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 15px;

}
.artist__biography p {
  color: #f26b77;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}
.artist__films .artist__film + .artist__film {
  padding-top: 40px;
}
.artist__film-title {
  font-size: 25px;
  line-height: 25px;
  font-style: italic;
}
.artist__film-year {
  font-size: 13px;
  line-height: 25px;
  font-style: normal;
  font-weight: bold;
}
.artist__film-extra {
  padding-top: 15px;
}
.artist__film-duration:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('img/time.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 1px;
}

i.clock {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('img/time.svg') no-repeat center center;
  background-size: contain;
  vertical-align: super;
  font-style: normal;
  line-height: 0;
  margin: 0 3px;
}
i.clock::before {
  content: '\00a0';
  font-size: 0;
}

.block__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.block__logo img {
  width: auto;
  max-height: 50px;
  object-fit: contain;
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  max-width: 1000px;
  margin: 0 0 0 auto;
}
.preview-artist {
  display: block;
  color: inherit;
}
.preview-artist__index {
  display: block;
  font-size: 39px;
  line-height: 36px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-bottom: 16px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
.preview-artist__title {
  font-size: 39px;
  line-height: 36px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-top: 25px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .artists-grid {
    padding-top: 40px;
  }
  .preview-artist:nth-child(3n+2) {
    padding-top: 80px;
  }
  .preview-artist:nth-child(3n+1), .preview-artist:nth-child(3n) {
    margin-top: -40px;
    padding-bottom: 80px;
  }
}

.agenda-overview__list {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.agenda-overview-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 0 0 auto;
  align-items: start;
  color: inherit;
  text-decoration: none;
}
.agenda-overview-item:nth-child(even) {
  grid-template-columns: 3fr 1fr;
}
.txt a {
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-skip: none;
  text-decoration-skip-ink: none;
}
.txt a:hover {
  text-decoration: none;
}
.agenda-overview-item--image-right .agenda-overview-item__image {
  grid-column: 2;
  grid-row: 1;
}
.agenda-overview-item--image-right .agenda-overview-item__content {
  grid-column: 1;
  grid-row: 1;
}
.agenda-overview-item__date {
  font-size: 17px;
  line-height: 24px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 12px;
}
.agenda-overview-item__title {
  font-size: 50px;
  line-height: 44px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-bottom: 25px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
.agenda-overview-item__text {
  color: #f26b77;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.venues-page {
  max-width: 1000px;
  margin: 0 0 0 auto;
}
.venues-map {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-bottom: 60px;
}
.venues-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venues-map__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 19px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
.venues-list {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.venue-item {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 24px;
  align-items: start;
}
.venue-item--image-right .venue-item__image {
  grid-column: 2;
  grid-row: 1;
}
.venue-item--image-right .venue-item__content {
  grid-column: 1;
  grid-row: 1;
}
.venue-item__title {
  font-size: 50px;
  line-height: 44px;
  font-family: 'PurpleHazeLight';
  font-weight: 400;
  margin-bottom: 25px;
  color: #f26b77;
  text-align: center;
  text-transform: uppercase;
}
.venue-item__text p+p {
  padding-top: 25px;
}
.venue-item__text p:first-child {
  text-indent: 0;
  text-align: center;
  color: #f26b77;
}
.venue-item__artists {
  text-indent: 0;
  padding-top: 40px;
  color: #f26b77;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
}

footer {
  display: grid;
  grid-template-columns: 4fr 3fr 5fr;
  gap: 25px;
  margin: 0 0 0 auto;
  padding-top: 100px;
  color: #f26b77;
  font-size: 15px;
  line-height: 19px;
}
.footer-1 a {
  display: inline-block;
  padding-top: 5px;
}
.footer-3 h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
input[type="email"] {
  font-family: inherit;
  font-size: 15px;
  line-height: 19px;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: dotted 2px #f26b77;
  padding: 5px 0;
  color: #f26b77;
  width: 100%;
  margin-bottom: 5px;
}
input[type="email"]:focus {
  outline: none;
}
input[type="email"]:focus-visible {
  outline: none;
}
input[type="email"]:focus-within {
  outline: none;
}
button[type="submit"] {
  font-family: inherit;
  font-size: 15px;
  line-height: 19px;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  color: #f26b77;
  text-transform: uppercase;
  margin-right: 0;
}
div.rr {
  text-align: right;
}
.footer-3-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer-3-logos img {
  width: auto;
  max-height: 35px;
  object-fit: contain;
}
.footer-3-logos img:first-child {
  max-height: 50px;
}
.home-content-wrap {
  overflow: hidden;
  min-height: calc(100vh - 201px);
}
.home-content {
  color: white;
  background: radial-gradient(circle, #f29929 0%, #f26b77 70%, #f26b77 100%);
  padding: 50px;
  text-align: center;
  padding-bottom: 100px;
  min-height: calc(100vh - 201px);
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-content.is-in {
  transform: translateY(0);
}
.home-content h2 {
  font-size: 75px;
  line-height: 75px;
  font-family: 'PurpleHazeSemi';
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.home-content h3 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'PurpleHazeReg';
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
.home-content p {
  font-size: 20px;
  line-height: 22px;
  padding-top: 5px;
}
.home-content h3 + p, .home-content h2 + p {
  padding-top: 20px;
}
.home-content h2:not(:first-child) {
  padding-top: 75px;
}
main {
  padding-top: 151px;
}
nav.main-nav {
  position: fixed;
  background: white;
  top: 0;
  right: 0;
  padding: 25px;
  width: 66.6666%;
  min-height: 151px;
  z-index: 100;
  transition: transform 0.35s ease;
  will-change: transform;
}
nav.main-nav.is-hidden {
  transform: translateY(-100%);
  pointer-events: none;
}
.menu-toggle {
  position: fixed; 
  z-index: 99;
  right: 25px;
  top: 25px;
  width: 36px;
  height: 25px;
  background: url('img/mt.svg') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.main-nav>div {
  color: #f26b77;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
}
.main-nav>div li {
  list-style: none;
}
.main-nav>div li:hover>a, li.current-menu-item>a, li.current-menu-ancestor>a {
  font-style: italic;
}
.main-nav>div>ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
ul.sub-menu {
  display: flex;
  column-gap: 50px;
  position: absolute;
  padding-top: 67px;

}
ul.sub-menu li.current-menu-item {
  margin-top: -29px;
}
.wpml-ls-item {
  position: absolute;
  right: 25px;
  top: 64px;
}
ul.sub-menu {
  display: none;
}
li.current-menu-item ul.sub-menu, li.current-menu-ancestor ul.sub-menu {
  display: flex;
}

@media(max-width: 1024px) {
  body {
    grid-template-columns: 1fr;
  }
  header {
    position: static;
  }
  h1.header__title {
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 102;
    width: calc(87.5% - 50px);
    max-width: calc(87.5% - 50px);
    margin: 0;
    transition: max-width 0.35s ease, width 0.35s ease;
  }
  h1.header__title.is-compact {
    max-width: 150px;
    width: 150px;
  }
  h1.header__title img {
    width: 100%;
    height: auto;
  }
  .menu-toggle {
    z-index: 103;
  }
  nav.main-nav {
    width: 100%;
    transform: translateY(-100%);
    pointer-events: none;
    padding-top: 80px;
  }
  nav.main-nav.is-open {
    transform: translateY(0);
    pointer-events: auto;
  }
  nav.main-nav.is-hidden {
    transform: translateY(-100%);
    pointer-events: none;
  }
  .main-nav>div>ul {
    flex-direction: column;
    gap: 10px;
  }
  ul.sub-menu {
    flex-direction: column;
    gap: 10px;
    padding-left: 25px;
    position: static;
    padding-top: 0;
    padding-top: 8px;
  }
  li.current-menu-item ul.sub-menu, li.current-menu-ancestor ul.sub-menu {
    display: flex;
    position: static;
    
  }
  .wpml-ls-item {
    top: 81px;
  }
  ul.sub-menu li.current-menu-item {
    margin-top: 0;
  }
  header {
    height: auto;
    padding-top: 20vw;
    padding-right: 0;
  }
  body:not(.home) header .header__bottom {
    display: none;
  }
  main {
    padding-top: 30px;
  }
  .artist-left,
  .agenda-left {
    top: 85px;
  }
  
}
@media(max-width: 800px) {
  body {
    padding: 15px;
  }
  header h2.tagline {
    font-size: calc(62px * 100vw / 600px);
    line-height: calc(60px * 100vw / 600px);
  }
  header h2.dates {
    font-size: calc(42px * 100vw / 600px);
    line-height: calc(40px * 100vw / 600px);
  }
  .home-content h2 {
    font-size: calc(75px * 100vw / 600px);
    line-height: calc(75px * 100vw / 600px);
  }
  .home-content h3 {
    font-size: calc(45px * 100vw / 600px);
    line-height: calc(45px * 100vw / 600px);
  }
  .home-content-wrap {
    margin-left: -15px;
    margin-right: -15px;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .home-content {
    padding: 50px 15px;
    min-height: auto;
  }
  
  h1.artist__title, h1.agenda__title, h2.block__title, .preview-artist__title, .agenda-overview-item__title, .venue-item__title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media(max-width: 600px) {
  footer {
    grid-template-columns: repeat(6, 1fr);
  }
  .block+.block {
    padding-top: 30px;
  }
  .footer-1, .footer-2 {
    grid-column: span 3;
  }
  .footer-4, .footer-5, .footer-6 {
    grid-column: span 2;
  }
  .footer-3 {
    grid-column: span 6;
  }
  .venue-item {
    grid-template-columns: 1fr;
 
  }
  .venue-item--image-right .venue-item__image {
    grid-column: 1;
    grid-row: 1;
  }
  .venue-item--image-right .venue-item__content {
    grid-column: 1;
    grid-row: 2;
  }
  .artist-left,
  .agenda-left {
    position: static;
  }
  article.artist, article.agenda, .block--text, .page .block--image, .page .block--video {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  .artist-left, .agenda-left, .artist-right, .agenda-right, .block__inner, .block__left, .block__image, .block__slider, .block__video, .block__logos {
    grid-area: auto;

  }
  article.artist .block--text, article.agenda .block--text {
    width: 100%;
    margin-left: 0;
  }
  .artists-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .artists-grid {
    padding-top: 30px;
  }
  .preview-artist:nth-child(2n+2) {
    padding-top: 60px;
  }
  .preview-artist:nth-child(2n+1) {
    margin-top: -30px;
    padding-bottom: 60px;
  }
  .artists-grid {
    gap: 15px;
  }
  .agenda-overview-item {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .agenda-overview-item--image-right .agenda-overview-item__image {
    grid-column: 1;
    grid-row: 1;
  }
  .agenda-overview-item--image-right .agenda-overview-item__content {
    grid-column: 1;
    grid-row: 2;
  }
  .block__slider .carousel-cell img {
    height: 200px;
  }
  .block__slider .flickity-prev-next-button {
    top: 175px;
  }
}
@media(max-width: 450px) {
  footer {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-1, .footer-2, .footer-3, .footer-5 {
    padding-bottom: 25px;
  }
  .footer-1, .footer-2, .footer-3, .footer-4, .footer-5, .footer-6 {
    grid-column: span 1;
  }
}
@media(max-width: 375px) {
  .artists-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .artists-grid {
    padding-top: 0px;
  }
  .preview-artist:nth-child(2n+2) {
    padding-top: 0px;
  }
  .preview-artist:nth-child(2n+1) {
    margin-top: 0px;
  }
}