@charset "UTF-8";
/*!
 * Theme Name: Nøtterøy Kulturhus
 * Description: Wordpress tema for Nøtterøy Kulturhus
 * Author: Breakfast
 * Version: 1.1.28
 * Text Domain: notteroy
*/
/* ----------------------------------------------------------------------------
 * Mixins & Variables
 * ------------------------------------------------------------------------- */
/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
@import "https://use.typekit.net/lkf3onk.css";
:root {
  --color-brown: #CBAD93;
  --color-light-brown: #EADED4;
  --color-dark-brown: #A06E65;
  --color-red: #EE3823;
  --color-peach: #F69C91;
  --color-dark-peach: #E2897D;
  --color-pink: #F3AECE;
  --color-light-pink: #F9D6E7;
}

/* Colors */
/* ----------------------------------------------------------------------------
 * Normalize & Santize
 * ------------------------------------------------------------------------- */
/* 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 0 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* ----------------------------------------------------------------------------
 * Vendors
 * ------------------------------------------------------------------------- */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
 * Structure
 * ------------------------------------------------------------------------- */
.wrapper {
  max-width: 1430px;
  margin: 0 15px;
}
@media (min-width: 782px) {
  .wrapper {
    margin: 0 45px;
  }
}
@media (min-width: 1520px) {
  .wrapper {
    margin: 0 auto;
  }
}
.wrapper.fullwidth {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}

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

/* ----------------------------------------------------------------------------
 * WPCore
 * ------------------------------------------------------------------------- */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Typekit
 */
/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
@font-face {
  font-family: "PGFStrangeBase";
  src: url("assets/fonts/PGFStrangeBase.woff2") format("woff2"), url("assets/fonts/PGFStrangeBase.woff") format("woff");
}
html {
  font-size: 12px;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 782px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

:root {
  --top: 0;
  --header-height: 60px;
}
@media (min-width: 782px) {
  :root {
    --header-height: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --header-height: 100px;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 782px) {
  .desktop-only {
    display: block;
  }
}

.device-only {
  display: block;
}
@media (min-width: 782px) {
  .device-only {
    display: none;
  }
}

body {
  background-color: #000;
}
body.admin-bar {
  --top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar {
    --top: 32px;
  }
}
body.search-opened {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: PGFStrangeBase, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 782px) {
  section#event-slider {
    margin-bottom: calc((2rem + 15px) * -1);
  }
}
section#event-slider .wrapper .slides {
  position: relative;
}
@media (max-width: 782px) {
  section#event-slider .wrapper .slides {
    margin-left: -15px;
    margin-right: -15px;
  }
}
section#event-slider .wrapper .slides .slide {
  width: 100%;
  position: relative;
}
@media (max-width: 782px) {
  section#event-slider .wrapper .slides .slide {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section#event-slider .wrapper .slides .slide .image-container {
    display: none;
  }
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide {
    height: 0;
    padding-bottom: 31.25%;
    display: block;
  }
  section#event-slider .wrapper .slides .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}
section#event-slider .wrapper .slides .slide img {
  max-width: 100%;
  display: block;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide img {
    display: none;
  }
}
section#event-slider .wrapper .slides .slide.sale-status-3 img,
section#event-slider .wrapper .slides .slide.sale-status-3 .image-container {
  filter: blur(2px);
}
section#event-slider .wrapper .slides .slide .sale-status {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 0;
  text-transform: uppercase;
}
section#event-slider .wrapper .slides .slide .sale-status span {
  margin: 20px 0 0 20px;
}
section#event-slider .wrapper .slides .slide .sale-status.sale-status-1 span, section#event-slider .wrapper .slides .slide .sale-status.sale-status-2 span {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background-color: red;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 1rem;
  opacity: 0.8;
}
section#event-slider .wrapper .slides .slide .sale-status.sale-status-3 {
  background-color: rgba(0, 0, 0, 0.8);
}
section#event-slider .wrapper .slides .slide .sale-status.sale-status-3 span {
  color: #fff;
  font-size: 1.5rem;
}
section#event-slider .wrapper .slides .slide .overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -5rem;
  margin-right: 1rem;
  background-color: var(--color-peach);
  color: rgb(0, 0, 0);
  padding: 10px;
  text-align: right;
  position: relative;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay {
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 60px 35px 15px 50px;
    max-width: 465px;
    /*width: 100%;*/
    margin: 0;
  }
}
section#event-slider .wrapper .slides .slide .overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#event-slider .wrapper .slides .slide .overlay h3 {
  margin: 0;
  font-size: 7.6726342711vw;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 5.3708439898vw;
  }
}
@media (min-width: 992px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1080px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 60px;
  }
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 5.1150895141vw;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 3.5805626598vw;
  }
}
@media (min-width: 782px) and (min-width: 992px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 2.5925925926vw;
  }
}
@media (min-width: 782px) and (min-width: 1080px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 782px) and (min-width: 1440px) {
  section#event-slider .wrapper .slides .slide .overlay h3 {
    font-size: 40px;
  }
}
section#event-slider .wrapper .slides .slide .overlay .date-time {
  text-align: right;
  font-size: 3.8363171355vw;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 2.6854219949vw;
  }
}
@media (min-width: 992px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 1080px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 30px;
  }
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 3.8363171355vw;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 2.6854219949vw;
  }
}
@media (min-width: 782px) and (min-width: 992px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 782px) and (min-width: 1080px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 782px) and (min-width: 1440px) {
  section#event-slider .wrapper .slides .slide .overlay .date-time {
    font-size: 30px;
  }
}
section#event-slider .wrapper .slides .flickity-page-dots {
  position: absolute;
  left: 0;
  padding-left: 1rem;
  bottom: 1rem;
  z-index: 1000000;
  display: flex;
  column-gap: 1rem;
}
section#event-slider .wrapper .slides .flickity-page-dots .dot {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
}

section#jumbotron {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  position: relative;
  position: relative;
}
@media (max-width: 992px) {
  body.device-navigation-expanded section#jumbotron {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  section#jumbotron {
    justify-content: center;
  }
}
body.admin-bar section#jumbotron {
  height: calc(100vh - 46px);
}
@media (min-width: 782px) {
  body.admin-bar section#jumbotron {
    height: calc(100vh - 32px);
  }
}
section#jumbotron.format-image {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (hover: none) {
  section#jumbotron.format-image {
    background-attachment: initial;
  }
}
section#jumbotron.format-video {
  position: relative;
  overflow: hidden;
}
section#jumbotron.format-video iframe {
  /*
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
   */
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0 !important;
}
section#jumbotron .overlay {
  width: 100%;
  max-width: 600px;
  background-color: #000;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem;
}
section#jumbotron .overlay .content-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
section#jumbotron .overlay .content-wrapper .textual-content {
  color: #fff;
}
section#jumbotron .overlay .content-wrapper .textual-content p.date {
  margin: 0 0 0.5em 0;
  font-size: 1.125rem;
}
section#jumbotron .overlay .content-wrapper .textual-content h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  position: relative;
  line-height: 2;
}
section#jumbotron .overlay .content-wrapper .textual-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 10rem;
  background-color: #fff;
}
section#jumbotron .overlay .content-wrapper .link {
  padding-bottom: 0.25em;
  padding-left: 1em;
}
@media (min-width: 1080px) {
  section#jumbotron .overlay .content-wrapper .link {
    padding-left: 2em;
  }
}
section#jumbotron .overlay .content-wrapper .link a {
  color: #fff;
  font-size: 1.125rem;
  white-space: nowrap;
  text-decoration: none;
}

section.event-carousel {
  --flickity--device: "";
  --flickity--tablet: "";
  --flickity--desktop: "";
  padding: 2rem 0;
}
section.event-carousel .wrapper {
  position: relative;
  /*
      .carousel {
        background-color: red;


        .carousel-cell {
          width: 25%;
          display: flex;
          flex-direction: column;

          outline:1px solid green;

          figure {
            margin:0;
            background-image: none;

            img {
              width: 100%;
            }
          }
        }
      }
  */
}
section.event-carousel .wrapper .carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  width: 100%;
}
@media (min-width: 782px) {
  section.event-carousel .wrapper .carousel-controls {
    padding: 30px 60px;
  }
}
section.event-carousel .wrapper .carousel-controls button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 142px;
}
section.event-carousel .wrapper .carousel-controls button svg {
  width: 100%;
  height: auto;
}
section.event-carousel .wrapper .carousel-controls button svg path {
  fill: rgb(0, 0, 0);
}
section.event-carousel .wrapper .carousel-controls button.next {
  margin-left: auto;
}
section.event-carousel .wrapper .posts {
  width: 100%;
  margin: 0;
}
section.event-carousel .wrapper .posts:after {
  content: var(--flickity--device);
  display: none; /* hide :after */
}
section.event-carousel .wrapper .posts.flickity-resize .tease {
  min-height: 100%;
}
@media (min-width: 782px) {
  section.event-carousel .wrapper .posts:after {
    content: var(--flickity--tablet);
  }
}
@media (min-width: 992px) {
  section.event-carousel .wrapper .posts:after {
    content: var(--flickity--desktop);
  }
}
section#related-events,
section#related-posts {
  padding: 1rem 0 3rem 0;
}
section#related-events .wrapper h2,
section#related-posts .wrapper h2 {
  font-size: 3.6111111111rem;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 10px;
}
section#related-events .wrapper h2::before,
section#related-posts .wrapper h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 0.5rem;
  background-color: #000;
}

section#related-posts .posts {
  margin-top: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 782px) {
  section#related-posts .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  section#related-posts .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
section#related-posts .posts .tease {
  background-color: #fff;
}
section#related-posts .posts .tease .image-container {
  height: 200px;
  background-size: cover;
  background-position: center;
}
section#related-posts .posts .tease .textual-content h3 {
  font-size: 1.5rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section#related-posts .posts .tease .textual-content p {
  color: #000;
  font-size: 1rem;
  margin: 0;
}

section#pages .wrapper {
  padding: 0 0 5rem 0;
}
section#pages .wrapper .page {
  --background-color: $color--black;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  color: var(--color-black);
  margin-bottom: 4rem;
  position: relative;
}
section#pages .wrapper .page > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  section#pages .wrapper .page {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 500px;
  }
}
section#pages .wrapper .page figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 782px) {
  section#pages .wrapper .page figure {
    flex: 0 0 59.5%;
    max-width: 59.5%;
    height: initial;
    width: initial;
    padding-bottom: initial;
  }
}
section#pages .wrapper .page .textual-content {
  min-width: 40.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 992px) {
  section#pages .wrapper .page .textual-content {
    padding: 0 20px 0 0;
  }
}
section#pages .wrapper .page .textual-content h2 {
  text-transform: uppercase;
  font-size: 19.1815856777vw;
  line-height: 0.9333333333;
  letter-spacing: 4.68px;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 782px) {
  section#pages .wrapper .page .textual-content h2 {
    font-size: 13.4271099744vw;
  }
}
@media (min-width: 992px) {
  section#pages .wrapper .page .textual-content h2 {
    font-size: 9.7222222222vw;
  }
}
@media (min-width: 1080px) {
  section#pages .wrapper .page .textual-content h2 {
    font-size: 10.4166666667vw;
  }
}
@media (min-width: 1440px) {
  section#pages .wrapper .page .textual-content h2 {
    font-size: 150px;
  }
}
section#pages .wrapper .page .textual-content p {
  margin-top: 0;
  font-size: 20px;
}
section#pages .wrapper .page .textual-content span.button {
  font-weight: bold;
  font-size: 22px;
}

section#the-boss-s-temptation .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
  row-gap: 20px;
}
@media (min-width: 992px) {
  section#the-boss-s-temptation .wrapper {
    grid-template-columns: 40% 60%;
    column-gap: 20px;
  }
}
section#the-boss-s-temptation .wrapper .textual-content {
  background-size: cover;
  background-position: center;
  padding: 2rem 4.375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#the-boss-s-temptation .wrapper .textual-content h2 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
  section#the-boss-s-temptation .wrapper .textual-content h2 {
    font-size: 4.0625rem;
  }
}
section#the-boss-s-temptation .wrapper .textual-content p {
  margin-top: 0;
  font-size: 1.5rem;
  font-style: italic;
}
section#the-boss-s-temptation .wrapper .textual-content a.button {
  border: 0.25rem solid #fff;
  color: #fff;
  padding: 1rem 2.1875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
section#the-boss-s-temptation .wrapper .events-container .posts {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 782px) {
  section#the-boss-s-temptation .wrapper .events-container .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  section#the-boss-s-temptation .wrapper .events-container .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

section#popular-events {
  padding: 0 0 4rem 0;
}
section#popular-events .wrapper h1 {
  font-size: 3rem;
  position: relative;
}
@media (min-width: 782px) {
  section#popular-events .wrapper h1 {
    font-size: 3.6111111111rem;
  }
}

@media (max-width: 992px) {
  body.device-navigation-expanded section#content {
    display: none !important;
  }
}
body.post-type-archive-event section#content {
  padding-bottom: 20px;
}

section {
  background-color: #fff;
}

.posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0;
  width: 100%;
}
.posts.flickity-enabled {
  display: block;
}
.posts.flickity-enabled .tease {
  width: calc(80% - 20px);
  margin-right: 20px;
  margin-left: initial;
}
.posts.flickity-enabled .tease .content {
  min-height: 142px;
}
@media (min-width: 782px) {
  .posts.flickity-enabled .tease {
    width: calc((100% - 20px) / 3);
    margin-right: 20px;
    margin-left: initial;
  }
  .posts.flickity-enabled .tease .content {
    min-height: 142px;
  }
}
@media (min-width: 992px) {
  .posts.flickity-enabled .tease {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}
@media (min-width: 782px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .posts {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Search */
section#search {
  position: fixed;
  inset: 0;
  z-index: 100000000;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  background-color: #000;
  transition: all 150ms ease-in-out;
  transform: translateY(-100vh);
}
body.search-opened section#search {
  transform: translateY(0);
}
section#search .header {
  display: flex;
  justify-content: flex-end;
  height: var(--header-height);
}
section#search .header > button {
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 0 0.5rem;
  line-height: 1;
  font-size: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  section#search .header > button {
    font-size: 2.5rem;
  }
  section#search .header > button:after {
    content: "Lukk";
    font-size: 0.75rem;
    margin-left: 0.5rem;
    text-decoration: underline;
  }
}
@media (min-width: 1082px) {
  section#search .wrapper.narrow {
    max-width: 990px;
    margin: 0 auto;
  }
}
section#search .wrapper.narrow form div.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
section#search .wrapper.narrow form div.form-group svg {
  width: 24px;
}
section#search .wrapper.narrow form div.form-group input[type=text] {
  border: 0;
  padding: 0.5rem;
  border-radius: 0;
  font-size: 18px;
  width: 100%;
  outline: none;
}
section#search .wrapper.narrow form div.form-group button.clear {
  border: 0;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
  display: none;
}
section#search .wrapper.narrow form div.form-group button.clear:hover, section#search .wrapper.narrow form div.form-group button.clear:focus {
  transform: scale(1.25);
}
section#search .wrapper.narrow form .categories {
  margin: 3rem 0;
}
section#search .wrapper.narrow form .categories .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
section#search .wrapper.narrow form .categories .buttons button {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
}
section#search .wrapper.narrow form .categories .buttons button.selected, section#search .wrapper.narrow form .categories .buttons button:hover {
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
section#search .wrapper.narrow h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media (min-width: 782px) {
  section#search .wrapper.narrow h2 {
    font-size: 1.17em;
  }
}
section#search .wrapper.narrow .no-results {
  color: #fff;
  font-size: 1.5em;
}
@media (min-width: 782px) {
  section#search .wrapper.narrow .no-results {
    font-size: 1.17em;
  }
}
section#search .wrapper.narrow .no-results a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #fff;
}
section#search .wrapper.narrow .search-results .posts .tease-page,
section#search .wrapper.narrow .search-results .posts .tease-post {
  background: transparent;
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
  text-transform: uppercase;
}
section#search .wrapper.narrow .search-results .loading-indicator {
  color: #fff;
  text-align: center;
}
@media (min-width: 782px) {
  section#search .wrapper.narrow .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  section#search .wrapper.narrow .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

#filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 782px) {
  #filter {
    flex-direction: row;
  }
}
#filter .form-group {
  position: relative;
}
#filter .form-group select {
  background-color: #fff;
  border: 2px solid #000;
  padding: 0.5em 3em 0.5em 0.5em;
  width: 100%;
  color: #000;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 782px) {
  #filter .form-group select {
    width: 200px;
  }
}
#filter .form-group select:hover {
  background-color: #e7e7e7;
}
#filter .form-group select option {
  font-size: 1rem;
  padding: 10px 5px;
  background-color: #fff;
  font-weight: bold;
  color: #000;
}
#filter .form-group select option:hover {
  background-color: #e7e7e7;
}
#filter .form-group .arrow {
  --size: .35em;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5em;
  pointer-events: none;
}
#filter .form-group .arrow::before, #filter .form-group .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#filter .form-group .arrow::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid #000;
  top: 35%;
}
#filter .form-group .arrow::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #000;
  top: 60%;
}

.gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery > figure {
  margin: 0;
}
.gallery > figure img {
  width: 100%;
  height: auto;
}

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

header.header {
  background-color: var(--color-peach);
  color: rgb(0, 0, 0);
}
body.format-custom_content header.header {
  background-color: transparent;
  position: absolute;
  top: var(--top);
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.header .wrapper {
  height: var(--header-height);
  display: flex;
  align-items: center;
}
header.header .wrapper .branding {
  flex: 0 0 125px;
  max-width: 125px;
}
@media (min-width: 782px) {
  header.header .wrapper .branding {
    flex: 0 0 175px;
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  header.header .wrapper .branding {
    flex: 0 0 225px;
    max-width: 225px;
  }
}
header.header .wrapper .branding img {
  width: 100%;
}
header.header .wrapper #navigation {
  display: none;
}
@media (max-width: 1080px) {
  body.device-navigation-expanded header.header .wrapper #navigation {
    background-color: var(--color-light-pink);
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    height: 100vh;
    z-index: 100000000000000000;
    /*
    top:var(--header-height);
    height:calc(100vh - var(--header-height) - var(--top));
     */
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .device-menu-toggle {
    flex: 0 0 50px;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .device-menu-toggle .icon-bar {
    width: 20px;
    height: 3px;
    background-color: #000;
    margin: 2px 0;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .device-menu-toggle .icon-bar:first-child {
    transform: rotate(45deg);
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .device-menu-toggle .icon-bar:last-child {
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .device-menu-toggle:hover {
    transform: scale(1.1);
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper {
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul {
    padding: 0;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li {
    display: block;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li a {
    display: block;
    padding: 1rem 0;
    color: #000;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu {
    display: flex;
    flex-wrap: wrap;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu > a {
    flex: 1;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu > button {
    background: none;
    border: 0;
    display: inline-block;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu > button > span::after {
    content: "▼";
    color: #000;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu > ul {
    display: none;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu.open > ul {
    display: block;
    padding: 0 10px;
    width: 100%;
    padding: 1rem 0;
    list-style: none;
    font-size: 1rem;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu.open > ul > li {
    padding: 0;
  }
  body.device-navigation-expanded header.header .wrapper #navigation > .menu-wrapper > ul > li.has-submenu.open > ul > li > a {
    padding: 0.5rem 0;
  }
}
body.admin-bar.device-navigation-expanded header.header .wrapper #navigation {
  height: calc(100vh - 46px);
  top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar.device-navigation-expanded header.header .wrapper #navigation {
    height: calc(100vh - 32px);
    top: 32px;
  }
}
@media (min-width: 1080px) {
  header.header .wrapper #navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 1rem;
  }
  header.header .wrapper #navigation ul {
    list-style: none;
    margin: 0;
  }
  header.header .wrapper #navigation ul > li {
    display: inline-block;
  }
  header.header .wrapper #navigation ul > li a {
    display: block;
    padding: 1rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
  }
  header.header .wrapper #navigation ul > li.has-submenu {
    position: relative;
    display: inline-flex;
  }
  header.header .wrapper #navigation ul > li.has-submenu > a {
    padding-right: 0.5rem;
  }
  header.header .wrapper #navigation ul > li.has-submenu > button {
    background: none;
    border: 0;
    display: inline-block;
    color: rgb(0, 0, 0);
    padding: 0;
    line-height: 1;
    margin: -5px 0 0 0;
    cursor: pointer;
  }
  header.header .wrapper #navigation ul > li.has-submenu > button > span::after {
    content: "▼";
    color: rgb(0, 0, 0);
    font-size: 0.5rem;
  }
  header.header .wrapper #navigation ul > li.has-submenu > ul {
    display: none;
  }
  header.header .wrapper #navigation ul > li.has-submenu.open > ul {
    position: absolute;
    z-index: 10000;
    top: 100%;
    padding: 0;
    display: block;
    right: 0; /* Changed 12 march 2021 */
    white-space: nowrap; /* Changed 12 march 2021 */
    background-color: #F3D6CF;
    width: initial;
    margin: 0;
  }
  header.header .wrapper #navigation ul > li.has-submenu.open > ul > li {
    display: block;
    margin-left: 0;
    padding: 0 15px;
  }
  header.header .wrapper #navigation ul > li.has-submenu.open > ul > li > a {
    color: rgb(0, 0, 0);
    font-size: 1rem;
  }
}
header.header .wrapper button.search-toggle {
  margin-left: 1rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 100ms;
}
header.header .wrapper button.search-toggle svg {
  width: 25px;
}
header.header .wrapper button.search-toggle svg path {
  fill: rgb(0, 0, 0);
}
header.header .wrapper button.search-toggle:hover {
  transform: scale(1.1);
}
header.header .wrapper button.search-toggle:active svg path {
  fill: rgb(0, 0, 0);
}
header.header .wrapper .device-menu-toggle {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
header.header .wrapper .device-menu-toggle .icon-bar {
  width: 20px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 2px 0;
}
header.header .wrapper .device-menu-toggle:hover {
  transform: scale(1.1);
}
@media (min-width: 1080px) {
  header.header .wrapper .device-menu-toggle {
    display: none;
  }
}

footer#footer {
  background-color: #000;
  padding: 8rem 0;
}
@media (max-width: 992px) {
  body.device-navigation-expanded footer#footer {
    display: none !important;
  }
}
footer#footer .wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  footer#footer .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer#footer .wrapper > div {
  color: #fff;
}
footer#footer .wrapper > div p {
  font-weight: 500;
  font-size: 16px;
}
footer#footer .wrapper > div p a {
  text-decoration: underline;
}
footer#footer .wrapper > div h5 a {
  text-decoration: none;
}
footer#footer .wrapper a {
  color: #fff !important;
}
footer#footer .wrapper .address {
  min-width: 200px;
}
footer#footer .wrapper form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
footer#footer .wrapper form input {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #fff;
  color: #fff;
}
footer#footer .wrapper form input[type=submit] {
  border-width: 0;
  padding-left: 0;
  cursor: pointer;
}
footer#footer .wrapper .contact-information {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
@media (min-width: 782px) {
  footer#footer .wrapper .contact-information {
    margin-right: auto;
    flex-direction: row;
  }
}
footer#footer .wrapper .contact-information .widget {
  margin: 0 0 2em 0;
}
@media (min-width: 782px) {
  footer#footer .wrapper .contact-information .widget {
    margin: 0 2em 0 0;
  }
}
footer#footer .wrapper .social-media-and-certificates {
  min-width: 200px;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
@media (min-width: 782px) {
  footer#footer .wrapper .social-media-and-certificates {
    flex-direction: column;
    text-align: right;
  }
}
footer#footer .wrapper .social-media-and-certificates p {
  margin: 0;
}
footer#footer .wrapper .social-media-and-certificates p a {
  line-height: 2;
}
footer#footer .wrapper .social-media-and-certificates img {
  max-width: 150px !important;
  margin: 1rem 0 0 0;
}
footer#footer .wrapper ul.menu {
  list-style: none;
  padding: 0;
}

footer.producer {
  text-align: center;
  color: rgb(255, 255, 255);
}
footer.producer a {
  color: rgb(255, 255, 255);
}

body.page #content .wrapper {
  padding-bottom: 3.75rem;
}
body.page #content .wrapper > figure {
  --inline-margin: -15px;
  margin: 0;
}
body.page #content .wrapper > figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.page #content .wrapper h1 {
  margin: 0 0 30px 0;
  font-size: 8.3120204604vw;
  line-height: 1;
}
@media (min-width: 782px) {
  body.page #content .wrapper h1 {
    font-size: 5.8184143223vw;
  }
}
@media (min-width: 992px) {
  body.page #content .wrapper h1 {
    font-size: 4.212962963vw;
  }
}
@media (min-width: 1080px) {
  body.page #content .wrapper h1 {
    font-size: 4.5138888889vw;
  }
}
@media (min-width: 1440px) {
  body.page #content .wrapper h1 {
    font-size: 65px;
  }
}
body.page #content .wrapper .content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

body.single.single-post #content .wrapper {
  padding-bottom: 3.75rem;
}
body.single.single-post #content .wrapper > figure {
  margin: 0 0 3.75rem 0;
}
body.single.single-post #content .wrapper > figure img {
  max-width: 100%;
}
body.single.single-post #content .wrapper h1 {
  margin: 0 0 3.65rem 0;
  font-size: 4.0625rem;
  line-height: 1;
}
body.single.single-post #content .wrapper .content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
body.single.single-event #content {
  padding-bottom: 3.75rem;
}
body.single.single-event #content .wrapper > figure {
  margin: 0 -15px 3.125rem -15px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper > figure {
    height: 0;
    padding-bottom: 31.25%;
  }
}
body.single.single-event #content .wrapper > figure > img {
  max-width: 100%;
  display: block;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper > figure > img {
    display: none;
  }
}
body.single.single-event #content .wrapper > figure .sale-status {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
body.single.single-event #content .wrapper > figure .sale-status.sale-status-1, body.single.single-event #content .wrapper > figure .sale-status.sale-status-2 {
  align-items: flex-end;
}
body.single.single-event #content .wrapper > figure .sale-status.sale-status-1 span, body.single.single-event #content .wrapper > figure .sale-status.sale-status-2 span {
  background-color: #90311A;
  color: #fff;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
body.single.single-event #content .wrapper > figure .sale-status.sale-status-3 {
  align-items: center;
  justify-content: center;
}
body.single.single-event #content .wrapper > figure .sale-status.sale-status-3 span {
  color: #fff;
  font-family: PGFStrangeBase, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.single.single-event #content .wrapper > figure.sale-status-3 {
  position: relative;
}
body.single.single-event #content .wrapper > figure.sale-status-3::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
body.single.single-event #content .wrapper.grid {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper.grid {
    flex-direction: row;
    column-gap: 6rem;
  }
}
body.single.single-event #content .wrapper.grid h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper.grid h1 {
    font-size: 3.4375rem;
    margin: 0 0 3.75rem 0;
  }
}
body.single.single-event #content .wrapper.grid .content {
  font-size: 1.25rem;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper.grid .content {
    flex: 0 0 1;
  }
}
body.single.single-event #content .wrapper.grid .content #shows {
  margin-top: 3.75rem;
}
body.single.single-event #content .wrapper.grid .content #shows h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
body.single.single-event #content .wrapper.grid .content #shows h3::after {
  content: "";
  height: 6px;
  max-width: 210px;
  background-color: #000;
  display: block;
  margin: 0.815rem 0 1.875rem 0;
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper.grid .details {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
body.single.single-event #content .wrapper.grid .details .dates {
  border-top: 4px solid #000;
  padding: 1.5625rem 0;
}
body.single.single-event #content .wrapper.grid .details .dates.with-link {
  padding-bottom: 0;
}
body.single.single-event #content .wrapper.grid .details .dates p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  font-size: 1.35rem;
}
body.single.single-event #content .wrapper.grid .details .dates p span.sale-status {
  margin-left: 1rem;
  color: #f08378;
}
body.single.single-event #content .wrapper.grid .details .dates a {
  line-height: 1.5;
  display: block;
  margin-bottom: 1.25rem;
}
body.single.single-event #content .wrapper.grid .details .meta {
  padding: 1.5625rem 0 0.9375rem 0;
  margin-bottom: 1.5625rem;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
body.single.single-event #content .wrapper.grid .details .meta p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.625;
}
body.single.single-event #content .wrapper.grid .details .action {
  margin-bottom: 1.5625rem;
}
body.single.single-event #content .wrapper.grid .details .action a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 2.125;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
  font-weight: 400;
}
body.single.single-event #content .wrapper.grid .details .practical-information,
body.single.single-event #content .wrapper.grid .details .parking,
body.single.single-event #content .wrapper.grid .details .products {
  margin-bottom: 1.875rem;
}
body.single.single-event #content .wrapper.grid .details .practical-information h3,
body.single.single-event #content .wrapper.grid .details .parking h3,
body.single.single-event #content .wrapper.grid .details .products h3 {
  font-size: 1.125rem;
  line-height: 1.625;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 782px) {
  body.single.single-event #content .wrapper.grid .details .practical-information h3,
  body.single.single-event #content .wrapper.grid .details .parking h3,
  body.single.single-event #content .wrapper.grid .details .products h3 {
    cursor: pointer;
    font-size: 18px;
  }
  body.single.single-event #content .wrapper.grid .details .practical-information h3::before,
  body.single.single-event #content .wrapper.grid .details .parking h3::before,
  body.single.single-event #content .wrapper.grid .details .products h3::before {
    content: "+";
    margin-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 782px) {
  body.single.single-event #content .wrapper.grid .details .practical-information h3,
  body.single.single-event #content .wrapper.grid .details .parking h3,
  body.single.single-event #content .wrapper.grid .details .products h3 {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 782px) {
  body.single.single-event #content .wrapper.grid .details .practical-information.open h3::before,
  body.single.single-event #content .wrapper.grid .details .parking.open h3::before,
  body.single.single-event #content .wrapper.grid .details .products.open h3::before {
    content: "-";
  }
  body.single.single-event #content .wrapper.grid .details .practical-information.open .content,
  body.single.single-event #content .wrapper.grid .details .parking.open .content,
  body.single.single-event #content .wrapper.grid .details .products.open .content {
    display: block;
  }
}
body.single.single-event #content .wrapper.grid .details .practical-information .content,
body.single.single-event #content .wrapper.grid .details .parking .content,
body.single.single-event #content .wrapper.grid .details .products .content {
  font-size: 1.125rem;
}
@media (max-width: 782px) {
  body.single.single-event #content .wrapper.grid .details .practical-information .content,
  body.single.single-event #content .wrapper.grid .details .parking .content,
  body.single.single-event #content .wrapper.grid .details .products .content {
    display: none;
    font-size: 18px;
  }
}
body.single.single-event #content .wrapper.grid .details .practical-information .content .product-link,
body.single.single-event #content .wrapper.grid .details .parking .content .product-link,
body.single.single-event #content .wrapper.grid .details .products .content .product-link {
  display: block;
  margin: 0 0 0.5rem 0;
}
body.single.single-event #content .wrapper.grid .details .practical-information .content .product-link .button,
body.single.single-event #content .wrapper.grid .details .parking .content .product-link .button,
body.single.single-event #content .wrapper.grid .details .products .content .product-link .button {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 0.8725rem;
  font-style: italic;
  line-height: 2.125;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
}
body.single.single-event #content .wrapper.grid .details .spotify {
  background-color: #1DB954;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 2.125;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
}
body.single.single-event #similar-events {
  padding-bottom: 3.75rem;
}
body.single.single-event #similar-events h2 {
  font-size: 3.4375rem;
  line-height: 1.1;
  margin: 0 0 3.75rem 0;
}
body.single.single-event #custom-event-panel {
  padding: 0 0 5rem 0;
}
body.single.single-event #custom-event-panel .wrapper {
  display: flex;
  flex-direction: column;
  background-color: #000;
}
@media (min-width: 782px) {
  body.single.single-event #custom-event-panel .wrapper {
    flex-direction: row;
    align-items: stretch;
    min-height: 450px;
  }
}
body.single.single-event #custom-event-panel .wrapper figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 782px) {
  body.single.single-event #custom-event-panel .wrapper figure {
    flex: 0 0 55%;
    max-width: 55%;
    height: initial;
    width: initial;
    padding-bottom: initial;
  }
}
body.single.single-event #custom-event-panel .wrapper .textual-content {
  padding: 2rem 4.375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 782px) {
  body.single.single-event #custom-event-panel .wrapper .textual-content {
    padding: 0 4.375rem;
  }
}
body.single.single-event #custom-event-panel .wrapper .textual-content h2 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
  body.single.single-event #custom-event-panel .wrapper .textual-content h2 {
    font-size: 4.0625rem;
  }
}
body.single.single-event #custom-event-panel .wrapper .textual-content p {
  margin-top: 0;
  font-size: 1.5rem;
  font-style: italic;
}
body.single.single-event #custom-event-panel .wrapper .textual-content a.button {
  border: 0.25rem solid #fff;
  color: #fff;
  padding: 1rem 2.1875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.tease {
  --background-color: yellow;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
  background-color: var(--background-color);
}
.tease.tease-event {
  order: var(--index);
}
.tease.tease-event h3 {
  text-transform: none;
}
.tease:nth-child(6n+1) {
  --background-color: var(--color-brown);
}
.tease:nth-child(6n+2) {
  --background-color: var(--color-light-brown);
}
.tease:nth-child(6n+3) {
  --background-color: var(--color-red);
}
.tease:nth-child(6n+4) {
  --background-color: var(--color-peach);
}
.tease:nth-child(6n+5) {
  --background-color: var(--color-pink);
}
.tease:nth-child(6n) {
  --background-color: var(--color-light-pink);
}
.tease.tease-custom-program-panel {
  order: var(--index);
  background-color: var(--background-color);
  color: var(--color);
  padding: 2.1875rem 1.875rem;
}
.tease.tease-custom-program-panel h3 {
  font-weight: normal;
  font-size: 11.5089514066vw;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.85;
}
@media (min-width: 782px) {
  .tease.tease-custom-program-panel h3 {
    font-size: 8.0562659847vw;
  }
}
@media (min-width: 992px) {
  .tease.tease-custom-program-panel h3 {
    font-size: 5.8333333333vw;
  }
}
@media (min-width: 1080px) {
  .tease.tease-custom-program-panel h3 {
    font-size: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .tease.tease-custom-program-panel h3 {
    font-size: 90px;
  }
}
.tease.sale-status-3 img {
  filter: blur(2px);
}
.tease a {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tease figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.tease figure img {
  width: 100%;
  display: block;
}
.tease figure .sale-status {
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  text-align: center;
  padding: 0.4rem 0.75rem;
  font-size: 0.8325rem;
  color: #000;
  line-height: 1.1;
}
.tease figure .sale-status.sale-status-1, .tease figure .sale-status.sale-status-2 {
  background-color: #90311A;
  color: #fff;
}
.tease figure .sale-status.sale-status-3 {
  background-color: rgba(0, 0, 0, 0.4);
  inset: 0;
}
.tease figure .sale-status.sale-status-3 span {
  color: #fff;
  font-family: PGFStrangeBase, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tease .content {
  flex: 1 0 auto;
  margin: 0;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 782px) {
  .tease .content {
    padding: 30px;
  }
}
.tease .content p {
  font-size: 0.8rem;
  margin: 0;
}
@media (min-width: 782px) {
  .tease .content p {
    font-size: 19px;
  }
}
.tease .content h3 {
  margin: 0;
  font-size: 1rem;
  flex: 1 0 auto;
}
@media (min-width: 782px) {
  .tease .content h3 {
    font-size: 28px;
  }
}
.tease .content h3[style*="--title-break-point"] {
  word-break: break-word;
  max-width: var(--title-break-point);
}
.tease .content .custom-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  background-color: #000;
  color: #fff;
  text-transform: none;
  margin-top: 1rem;
}

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

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}
