/*!
 * Theme Name: Arendal Kulturhus
 * Description: Wordpress tema for Arendal Kulturhus
 * Author: Robert Ahlin Toftegaard, Ambio Software
 * Version: 1.0.98
 * Text Domain: ambio
*/
/* ----------------------------------------------------------------------------
 * Mixins & Variables
 * ------------------------------------------------------------------------- */
/*
 * @font-face mixin
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* 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: bold;
}

/**
 * 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
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Pages
 * ------------------------------------------------------------------------- */
body.error404 #content .wrapper {
  display: flex;
  justify-content: center;
}
body.error404 #content .wrapper .message {
  margin: 100px 0;
  text-align: center;
}
body.error404 #content .wrapper .message * {
  font-size: 20px;
}

/* ----------------------------------------------------------------------------
 * Structure
 * ------------------------------------------------------------------------- */
.wrapper {
  max-width: 1600px;
  margin: 0 15px;
}
@media (min-width: 782px) {
  .wrapper {
    margin: 0 25px;
  }
}
@media (min-width: 1650px) {
  .wrapper {
    margin: 0 auto;
  }
}

a {
  color: #16427D;
}
a:hover {
  color: #555;
}

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

/* ----------------------------------------------------------------------------
* Base
* ------------------------------------------------------------------------- */
html {
  font-size: 12px;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media (min-width: 782px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

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

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}
body.admin-bar {
  --top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar {
    --top: 32px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media (min-width: 1280px) {
  .device-only {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .desktop-only {
    display: none !important;
  }
}

.button {
  font-size: 1.125rem;
  font-weight: 400;
  border: 0;
  line-height: 2;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
  color: #FFFFFF;
  text-transform: uppercase !important;
  padding: 0 1rem;
}
.button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button:hover {
  color: #CCC;
}

section#event-slider .wrapper .slides {
  position: relative;
}
section#event-slider .wrapper .slides .slide {
  width: 100%;
  position: relative;
  display: flex;
  background-image: none;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide {
    height: 0;
    padding-bottom: 31.25%;
    background-image: initial;
  }
}
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 .overlay {
  background-color: #000;
  color: #fff;
  padding: 1.875rem 1.5625rem 0.625rem 1.5625rem;
  color: #fff;
  text-align: right;
  max-width: 360px;
  position: relative;
}
section#event-slider .wrapper .slides .slide .overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 782px) {
  section#event-slider .wrapper .slides .slide .overlay {
    position: absolute;
    right: 0;
    bottom: 3rem;
  }
}
section#event-slider .wrapper .slides .slide .overlay h3 {
  margin: 0;
  font-size: 2.5rem;
  word-wrap: break-word;
  text-transform: uppercase;
  position: relative;
  padding: 0.625rem 0;
}
section#event-slider .wrapper .slides .slide .overlay h3::before, section#event-slider .wrapper .slides .slide .overlay h3::after {
  content: "";
  position: absolute;
  right: 0;
  height: 5px;
  width: 65%;
  background-color: #fff;
}
section#event-slider .wrapper .slides .slide .overlay h3::before {
  top: 0;
}
section#event-slider .wrapper .slides .slide .overlay h3::after {
  bottom: 0;
}
section#event-slider .wrapper .slides .slide .overlay p {
  margin: 0.625rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}
section#event-slider .wrapper .slides .flickity-page-dots {
  position: absolute;
  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#halls .wrapper h2 {
  font-size: 3.75rem;
  margin: 0 0 0.5rem 0;
}
section#halls .wrapper .posts .tease {
  text-decoration: none;
}
section#halls .wrapper .posts .tease figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
section#halls .wrapper .posts .tease h3 {
  text-align: center;
  font-size: 1.875rem;
}
section#halls .wrapper .posts .tease .details {
  display: flex;
  justify-content: center;
  line-height: 3;
  padding-bottom: 2rem;
}
section#halls .wrapper .posts .tease .details span.area {
  padding-right: 1rem;
}
section#halls .wrapper .posts .tease .details span.capacity {
  padding-left: 1rem;
}

section#employees .wrapper .posts .tease {
  text-decoration: none;
}
section#employees .wrapper .posts .tease a {
  position: initial;
}
section#employees .wrapper .posts .tease figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
section#employees .wrapper .posts .tease h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 2.25rem 0 1.75rem 0;
}
section#employees .wrapper .posts .tease .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  padding-bottom: 2rem;
}
section#employees .wrapper .posts .tease .details span.job-title {
  margin-bottom: 1.5rem;
}
section#employees .wrapper .posts .tease .details span.telephone {
  margin-bottom: 0.25rem;
}
section#employees .wrapper .posts .tease .details span.mobile {
  margin-bottom: 1rem;
}
section#posts .wrapper .posts {
  grid-template-columns: repeat(2, 1fr);
}
section#posts .wrapper .posts .tease {
  text-decoration: none;
}
section#posts .wrapper .posts .tease figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
section#posts .wrapper .posts .tease h3 {
  text-align: center;
  font-size: 1.875rem;
}
section#posts .wrapper .posts .tease .details {
  display: flex;
  justify-content: center;
  line-height: 3;
  padding-bottom: 2rem;
}
section#posts .wrapper .posts .tease .details span.area {
  padding-right: 1rem;
}
section#posts .wrapper .posts .tease .details span.capacity {
  padding-left: 1rem;
}
section#posts .wrapper .pagination {
  margin: 3rem 0;
  text-align: center;
}
section#posts .wrapper .pagination button {
  min-width: 32.5rem;
  background-color: transparent;
  position: relative;
}
section#posts .wrapper .pagination button svg {
  width: 1rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
}

section#events {
  padding: 2rem 0;
}
section#events .wrapper .carousel > .tease {
  /*width: 25%;
  height:100px;
   */
}

section#sponsors {
  margin: 3rem 0;
}
section#sponsors .wrapper > h3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  section#sponsors .wrapper .posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
section#sponsors .wrapper .posts .tease {
  justify-content: center;
  align-items: center;
}
section#sponsors .wrapper .posts .tease img {
  max-width: 200px;
}

section#panels .wrapper {
  padding: 0 0 5rem 0;
}
section#panels .wrapper .panel {
  display: flex;
  flex-direction: column;
  margin-bottom: 8rem;
}
@media (min-width: 782px) {
  section#panels .wrapper .panel {
    align-items: stretch;
    min-height: 450px;
  }
  section#panels .wrapper .panel.template-1 {
    flex-direction: row;
  }
  section#panels .wrapper .panel.template-2 {
    flex-direction: row-reverse;
  }
}
section#panels .wrapper .panel figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 782px) {
  section#panels .wrapper .panel figure {
    flex: 0 0 48%;
    max-width: 48%;
    height: initial;
    width: initial;
    padding-bottom: initial;
  }
}
section#panels .wrapper .panel .textual-content {
  padding: 0 4.375rem;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 782px) {
  section#panels .wrapper .panel .textual-content {
    padding: 0 4.375rem;
  }
}
section#panels .wrapper .panel .textual-content h2 {
  font-size: 2.5rem;
  margin: 0 0 1rem 0;
}
section#panels .wrapper .panel .textual-content p {
  margin-top: 0;
  font-size: 1.25rem;
}
section#panels .wrapper .panel .textual-content a.button {
  padding: 0 5rem;
}

section#non-local-events .wrapper {
  text-align: center;
  padding: 8rem 0;
}
section#non-local-events .wrapper h2 {
  font-size: 3.75rem;
  margin: 0 0 2rem 0;
}
section#non-local-events .wrapper > p {
  font-size: 1.25rem;
}
section#non-local-events .wrapper .button {
  margin: 3rem auto 0 auto;
  padding: 0 5rem;
}

section#news {
  margin-bottom: 8rem;
}
section#news h2 {
  text-align: center;
  font-size: 7.5rem;
  margin: 0 0 2rem 0;
}
section#news .list {
  display: flex;
  flex-direction: column;
}
section#news .list .list-item .wrapper a {
  display: flex;
  padding: 3rem 0;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (min-width: 782px) {
  section#news .list .list-item .wrapper a {
    padding: 0;
    height: 9rem;
  }
}
section#news .list .list-item .wrapper a figure {
  display: none;
}
@media (min-width: 782px) {
  section#news .list .list-item .wrapper a figure {
    display: block;
    flex: 0 0 38%;
    max-width: 38%;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }
  section#news .list .list-item .wrapper a figure img {
    width: 100%;
    position: absolute;
    top: -50%;
    transition: left 200ms, opacity 150ms;
    left: -25%;
    opacity: 0;
  }
}
@media (min-width: 782px) {
  section#news .list .list-item .wrapper a span {
    padding-left: 5.125rem;
  }
}
section#news .list .list-item .wrapper a span svg {
  margin: 0 0 -0.5rem 1rem;
  width: 2.1875rem;
}
section#news .list .list-item:hover a figure img {
  display: block;
  left: 0%;
  opacity: 1;
}
section#popular-events {
  padding: 4rem 0;
}
section#popular-events .wrapper h1 {
  font-size: 3.6111111111rem;
  position: relative;
  padding-top: 2rem;
}
section#popular-events .wrapper h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 0.5rem;
  background-color: #000;
}

section#notice {
  margin: 10rem 0 0 0;
}
section#notice .wrapper {
  text-align: center;
  padding: 8rem 0;
  position: relative;
}
section#notice .wrapper > button {
  position: absolute;
  top: 5rem;
  right: 0;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  transition: transform 300ms;
  cursor: pointer;
}
section#notice .wrapper > button:hover {
  transform: scale(1.1);
}
section#notice .wrapper > button .icon-bar {
  height: 3px;
  display: block;
}
section#notice .wrapper > button .icon-bar.first {
  transform: rotate(45deg);
}
section#notice .wrapper > button .icon-bar.second {
  transform: rotate(-45deg) translateY(-2px) translateX(3px);
}
section#notice .wrapper h1 {
  font-size: 7.5rem;
}
section#carousel .wrapper .slides .slide {
  width: 100%;
}
section#carousel .wrapper .slides .slide figure {
  margin: 0;
}
section#carousel .wrapper .slides .slide figure img {
  width: 100%;
}
section#carousel .wrapper .slides .slide a {
  height: 100%;
}

section.program .wrapper {
  text-align: center;
}
section.program .wrapper h2 {
  font-size: 2rem;
  margin: 5rem 0 2rem 0;
  text-align: left;
}
section.program .wrapper .posts {
  text-align: left;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  body.device-navigation-expanded section#content {
    display: none !important;
  }
}

.post-type-archive #content .posts.loading {
  position: relative;
}
.post-type-archive #content .posts.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 2;
}
.post-type-archive #content .posts .no-results {
  text-align: center;
  margin: 3rem 0;
}

.page #content {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
.page #content .wrapper > figure {
  margin: 0 0 6.26rem 0;
}
.page #content .wrapper > figure img {
  max-width: 100%;
}
.page #content .wrapper h1 {
  margin: 0 0 3.65rem 0;
  font-size: 7.5rem;
  line-height: 1;
}
.page #content .wrapper .content-wrapper {
  margin: 0 auto;
}

body.single-event #content {
  padding-bottom: 3.75rem;
}
body.single-event #content .wrapper:first-child {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:first-child {
    flex-direction: row;
    align-items: stretch;
  }
}
body.single-event #content .wrapper:first-child figure {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:first-child figure {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
body.single-event #content .wrapper:first-child figure.dimmed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body.single-event #content .wrapper:first-child figure img {
  max-width: 100%;
  display: block;
}
body.single-event #content .wrapper:first-child figure .sale-status {
  /*
  position:absolute;
  z-index: 1;
  text-transform: uppercase;
   */
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0.6em 0;
  min-width: 150px;
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
}
body.single-event #content .wrapper:first-child figure .sale-status::before {
  right: 100%;
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
}
body.single-event #content .wrapper:first-child figure .sale-status::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  font-weight: 700;
}
body.single-event #content .wrapper:first-child .details {
  background-color: #e5e5e5;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:first-child .details {
    flex: 0 0 45%;
    max-width: 45%;
    margin-left: auto;
  }
}
body.single-event #content .wrapper:first-child .details .content-wrapper {
  margin: 2rem 3rem;
}
body.single-event #content .wrapper:first-child .details .content-wrapper h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
body.single-event #content .wrapper:first-child .details .content-wrapper p {
  font-size: 1rem;
  position: relative;
  margin: 0 0 1rem 0;
}
body.single-event #content .wrapper:first-child .details .content-wrapper p span {
  line-height: 1.5;
}
body.single-event #content .wrapper:first-child .details .content-wrapper p strong {
  text-transform: uppercase;
}
body.single-event #content .wrapper:first-child .details .content-wrapper table {
  margin-bottom: 2rem;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
body.single-event #content .wrapper:first-child .details .content-wrapper table tbody tr td {
  background-color: #fff;
  padding: 0.5rem;
}
body.single-event #content .wrapper:first-child .details .content-wrapper table tbody tr td:last-child {
  text-align: right;
}
body.single-event #content .wrapper:first-child .details .content-wrapper table tbody tr:nth-child(2n-1) td {
  background-color: rgba(255, 255, 255, 0.4);
}
body.single-event #content .wrapper:last-child {
  display: flex;
  flex-direction: column;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:last-child {
    flex-direction: row;
  }
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:last-child .content {
    flex: 0 0 63%;
    margin-right: auto;
  }
}
body.single-event #content .wrapper:last-child .content #shows {
  padding: 1rem 0;
}
body.single-event #content .wrapper:last-child .content #shows h3 {
  font-size: 1.875rem;
  font-weight: bold;
}
body.single-event #content .wrapper:last-child .content #shows table tr td {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 0;
}
body.single-event #content .wrapper:last-child .content #shows table tr td a {
  text-decoration: underline;
  font-weight: 700;
}
body.single-event #content .wrapper:last-child .content #shows table tr td a.buy {
  padding: 0 1rem;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper:last-child .sidebar {
    flex: 0 0 32%;
  }
}
body.single-event #content .wrapper:last-child .sidebar .practical-information {
  padding: 4.5rem 3.3125rem;
  border-radius: 0.3125rem;
  margin: 0 0 2rem 0;
}
body.single-event #content .wrapper:last-child .sidebar .practical-information h3 {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1;
}
body.single-event #content .wrapper.grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 782px) {
  body.single-event #content .wrapper.grid {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 6rem;
  }
}
body.single-event #content .wrapper.grid .content {
  font-size: 1.25rem;
}
body.single-event #content .wrapper.grid .content h1 {
  font-size: 3.4375rem;
  line-height: 1.1;
  margin: 0 0 3.75rem 0;
  text-transform: uppercase;
}
body.single-event #content .wrapper.grid .content h1::before {
  content: "";
  height: 9px;
  max-width: 210px;
  background-color: #000;
  display: block;
  margin-bottom: 1.875rem;
}
body.single-event #content .wrapper.grid .content #shows {
  margin-top: 3.75rem;
}
body.single-event #content .wrapper.grid .content #shows h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
body.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;
}
body.single-event #content .wrapper.grid .details .dates {
  border-top: 4px solid #000;
  padding: 1.5625rem 0;
}
body.single-event #content .wrapper.grid .details .dates.with-link {
  padding-bottom: 0;
}
body.single-event #content .wrapper.grid .details .dates p {
  margin: 0;
  font-size: 1.6875rem;
}
body.single-event #content .wrapper.grid .details .dates a {
  line-height: 1.5;
  display: block;
  margin-bottom: 1.25rem;
}
body.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-event #content .wrapper.grid .details .meta p {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.625;
}
body.single-event #content .wrapper.grid .details .action {
  margin-bottom: 1.5625rem;
}
body.single-event #content .wrapper.grid .details .action a {
  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;
}
body.single-event #content .wrapper.grid .details .practical-information, body.single-event #content .wrapper.grid .details .parking {
  margin-bottom: 1.875rem;
}
body.single-event #content .wrapper.grid .details .practical-information h3, body.single-event #content .wrapper.grid .details .parking h3 {
  font-size: 1.125rem;
  line-height: 1.625;
}
body.single-event #content .wrapper.grid .details .practical-information .content, body.single-event #content .wrapper.grid .details .parking .content {
  font-size: 1.125rem;
}
body.single-event #content .wrapper.grid .details .spotify {
  background-color: #1DB954;
  color: #fff;
  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-event #custom-event-panel {
  padding: 0 0 5rem 0;
}
body.single-event #custom-event-panel .wrapper {
  display: flex;
  flex-direction: column;
  background-color: #000;
}
@media (min-width: 782px) {
  body.single-event #custom-event-panel .wrapper {
    flex-direction: row;
    align-items: stretch;
    min-height: 450px;
  }
}
body.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-event #custom-event-panel .wrapper figure {
    flex: 0 0 55%;
    max-width: 55%;
    height: initial;
    width: initial;
    padding-bottom: initial;
  }
}
body.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-event #custom-event-panel .wrapper .textual-content {
    padding: 0 4.375rem;
  }
}
body.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-event #custom-event-panel .wrapper .textual-content h2 {
    font-size: 4.0625rem;
  }
}
body.single-event #custom-event-panel .wrapper .textual-content p {
  margin-top: 0;
  font-size: 1.5rem;
  font-style: italic;
}
body.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;
}

#similar-events,
#recommended-events {
  padding-bottom: 7rem;
}
#similar-events#recommended-events,
#recommended-events#recommended-events {
  padding-top: 7rem;
}
#similar-events h2,
#recommended-events h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 2rem 0;
}

footer#footer {
  padding: 8rem 0;
  background-color: #000000;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  body.device-navigation-expanded footer#footer {
    display: none !important;
  }
}
footer#footer a {
  color: #FFFFFF;
}
footer#footer .wrapper {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
}
@media (min-width: 782px) {
  footer#footer .wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: initial;
  }
}
@media (min-width: 992px) {
  footer#footer .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer#footer .wrapper > .column > .widget h3 {
  font-size: 1.25rem;
}
footer#footer .wrapper > .column > .widget a {
  text-decoration: underline;
}
footer#footer .wrapper > .column > .widget > .textwidget {
  font-size: 1rem;
  padding-right: 8.75rem;
}
footer#footer .wrapper > .column > .widget div[class^=menu] ul {
  list-style: none;
  padding: 0;
}
footer#footer .wrapper > .column > .widget div[class^=menu] ul li a {
  text-decoration: none;
}

footer.producer {
  text-align: center;
  color: #000000;
}
footer.producer a {
  color: #000000;
}

.posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media (min-width: 782px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.posts .tease {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #FFFFFF;
  color: #000000;
}
.posts .tease.is-link {
  position: relative;
}
.posts .tease.is-link a {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts .tease.is-link a:focus {
  border: 1px solid #000;
}
.posts .tease figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3125rem;
}
.posts .tease figure img {
  width: 100%;
  display: block;
}
.posts .tease figure .sale-status {
  /*
  position:absolute;
  z-index: 1;
  text-transform: uppercase;
   */
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 0.4em 0;
  min-width: 80px;
}
@media (min-width: 782px) {
  .posts .tease figure .sale-status {
    font-size: 1.2rem;
    padding: 0.6em 0;
    min-width: 150px;
  }
}
.posts .tease figure .sale-status::before {
  right: 100%;
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
}
.posts .tease figure .sale-status::after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 100%;
  height: 100%;
  background: inherit;
  font-weight: 700;
}
.posts .tease.sale-status-3 figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.posts .tease .content {
  flex: 1 0 auto;
  margin: 0;
  padding: 1.25rem;
}
.posts .tease .content h3 {
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  font-size: 1.125rem;
}
.posts .tease .content p {
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
  margin: 0;
}

/* Search */
section#search {
  display: none;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
body.search-opened section#search {
  display: block;
}
section#search .wrapper {
  position: relative;
}
section#search .wrapper > button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  height: var(--header-height);
  font-size: 2.5rem;
  cursor: pointer;
}
section#search .wrapper form {
  padding-top: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
section#search .wrapper form input[type=text] {
  border: 3px solid #000;
  padding: 0.5rem;
  border-radius: 0;
  width: 50%;
  font-size: 16px;
}
section#search .wrapper form button[type=submit] {
  margin-left: 10px;
  border: 0;
  background: transparent;
  padding: 0;
}
section#search .wrapper form button[type=submit] svg {
  width: 28px;
  transform: translateY(2px);
}
section#search .wrapper form button[type=submit] svg path {
  fill: #000;
}
section#search .wrapper .search-results {
  max-width: 750px;
  margin: 0 auto;
}
section#search .wrapper .search-results > h3 {
  text-align: center;
}
section#search .wrapper .search-results .post-list > a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #000;
}
section#search .wrapper .search-results .post-list > a .image-container {
  flex: 0 0 80px;
  max-width: 80px;
}
section#search .wrapper .search-results .post-list > a .textual-content h3 {
  margin: 0 0 5px 0;
}
section#search .wrapper .search-results .post-list > a .textual-content p {
  margin: 0;
}
@media (max-width: 1280px) {
  section#search .wrapper .search-results .post-list > a .textual-content p {
    font-size: 1rem;
  }
}
section#search .wrapper .search-results .post-list > a:hover {
  text-decoration: underline;
}

#filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 0 0 2rem 0;
}
#filter .form-group {
  position: relative;
}
#filter .form-group select {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 0.5em 3em 0.5em 0.5em;
  width: 225px;
  text-align: left;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#filter .form-group select:hover {
  color: #16427D;
}
#filter .form-group select option {
  padding: 10px 5px;
  background-color: #fff;
}
#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%;
}

header.header {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  header.header {
    margin-bottom: 2rem;
  }
  body.home header.header {
    margin-bottom: 0rem;
  }
}
body.format-custom_content header.header {
  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 {
  min-width: 150px;
  max-width: 236px;
  width: 25%;
  margin-right: auto;
  /*
  @media (min-width: $breakpoint--device) {
    flex: 0 0 175px;
    max-width: 175px;
  }

   */
  /*
  @media (min-width: $breakpoint--tablet) {
    flex: 0 0 536px;
    max-width: 536px;
  }

   */
}
header.header .wrapper .branding img {
  width: 100%;
}
@media (max-width: 1280px) {
  header.header .wrapper #main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: var(--top);
    right: 0;
    transform: translateX(100%);
    transition: all 300ms;
    width: 80%;
    min-height: 100vh;
    max-width: 960px;
    opacity: 0;
    background-color: #fff;
  }
  body.main-menu-expanded header.header .wrapper #main-menu {
    transform: translateX(0);
    opacity: 1;
  }
  header.header .wrapper #main-menu button.main-menu-toggle {
    height: var(--header-height);
    align-self: flex-end;
    margin-right: 25px;
  }
  header.header .wrapper #main-menu button.main-menu-toggle .icon-bar {
    height: 3px;
  }
  header.header .wrapper #main-menu button.main-menu-toggle .icon-bar.first {
    transform: rotate(45deg);
  }
  header.header .wrapper #main-menu button.main-menu-toggle .icon-bar.second {
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
  }
  header.header .wrapper #main-menu > ul {
    width: 75%;
    max-width: 350px;
    list-style: none;
    padding: 0;
  }
  header.header .wrapper #main-menu > ul > li {
    line-height: 1.5;
  }
  header.header .wrapper #main-menu > ul > li a, header.header .wrapper #main-menu > ul > li span {
    font-size: 1.875rem;
    font-weight: 600;
    text-decoration: none;
  }
  header.header .wrapper #main-menu > ul > li.has-submenu {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "link button" "sub-menu sub-menu";
    align-items: center;
    gap: 0.5em;
  }
  header.header .wrapper #main-menu > ul > li.has-submenu > a {
    grid-area: link;
  }
  header.header .wrapper #main-menu > ul > li.has-submenu > button {
    grid-area: button;
    border: 0;
    background-color: transparent;
  }
  header.header .wrapper #main-menu > ul > li.has-submenu > button:before {
    content: "+";
    font-size: 27px;
  }
  header.header .wrapper #main-menu > ul > li.has-submenu > ul {
    grid-area: sub-menu;
  }
  header.header .wrapper #main-menu > ul > li > ul {
    display: none;
    list-style: none;
    padding: 0;
    margin-left: 1em;
  }
  header.header .wrapper #main-menu > ul > li > ul > li > a {
    font-size: 1.875rem;
    font-weight: 300;
    text-decoration: none;
  }
  header.header .wrapper #main-menu > ul > li > ul > li.current-menu-item a {
    color: #000000;
  }
  header.header .wrapper #main-menu > ul > li.open > ul {
    display: block;
  }
}
@media (min-width: 1280px) {
  header.header .wrapper #main-menu {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 0 auto;
  }
  header.header .wrapper #main-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 2.5rem;
  }
  header.header .wrapper #main-menu ul > li {
    display: inline-flex;
    align-items: center;
  }
  header.header .wrapper #main-menu ul > li > a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  header.header .wrapper #main-menu ul > li > a:hover {
    color: #9DA9DE;
  }
  header.header .wrapper #main-menu ul > li.has-submenu {
    position: relative;
  }
  header.header .wrapper #main-menu ul > li.has-submenu > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 16ch;
    z-index: 100;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #000;
  }
  header.header .wrapper #main-menu ul > li.has-submenu button {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    line-height: 1;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
  header.header .wrapper #main-menu ul > li.has-submenu button:before {
    content: "+";
    font-size: 20px;
  }
  header.header .wrapper #main-menu ul > li.has-submenu.open > ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  header.header .wrapper #main-menu ul > li.has-submenu.open button:before {
    content: "-";
  }
  header.header .wrapper #main-menu ul > li:last-of-type ul {
    left: auto;
    right: 0;
  }
}
header.header .wrapper button.search-toggle {
  margin-right: 1em;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  padding: 10px;
  cursor: pointer;
  transition: transform 100ms;
}
@media (min-width: 1280px) {
  header.header .wrapper button.search-toggle {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
}
header.header .wrapper button.search-toggle svg {
  width: 20px;
}
header.header .wrapper button.search-toggle svg path {
  fill: #000;
}
header.header .wrapper button.search-toggle:hover {
  transform: scale(1.1);
}
header.header .wrapper button.search-toggle:active svg path {
  fill: #444;
}
header.header .wrapper button.main-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
body.main-menu-expanded header.header .wrapper button.main-menu-toggle {
  margin-right: 0;
}
@media (min-width: 1280px) {
  header.header .wrapper button.main-menu-toggle {
    display: none;
  }
}
header.header .wrapper button.main-menu-toggle .icon-bar {
  width: 35px;
  height: 3px;
  background-color: #000;
  margin: 3px 0;
}
body.main-menu-expanded header.header .wrapper button.main-menu-toggle .icon-bar {
  margin: 2px 0;
}
header.header .wrapper button.main-menu-toggle:hover {
  transform: scale(1.1);
}

/*# 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-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 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;
}
