@font-face {
  font-family: "bebas";
  src: url("./fonts/bebas-regular.eot?") format("eot"), url("./fonts/bebas-regular.woff") format("woff"), url("./fonts/bebas-regular.ttf") format("truetype"), url("./fonts/bebas-regular.svg") format("svg");
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "bebas";
  src: url("./fonts/bebas-bold.eot?") format("eot"), url("./fonts/bebas-bold.woff") format("woff"), url("./fonts/bebas-bold.ttf") format("truetype"), url("./fonts/bebas-bold.svg") format("svg");
  font-weight: bold;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "spartan";
  src: url("./fonts/spartan.eot?") format("eot"), url("./fonts/spartan.woff") format("woff"), url("./fonts/spartan.ttf") format("truetype"), url("./fonts/spartan.svg") format("svg");
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "spartan";
  src: url("./fonts/spartan-bold.eot?") format("eot"), url("./fonts/spartan-bold.woff") format("woff"), url("./fonts/spartan-bold.ttf") format("truetype"), url("./fonts/spartan-bold.svg") format("svg");
  font-weight: bold;
  text-rendering: optimizeLegibility; }
:root {
  --font-text: "spartan", sans-serif;
  --font-headers: "bebas", sans-serif;
  --fontsize-small: 1.2rem;
  --fontsize-default: 1.6rem;
  --fontsize-big: 2rem;
  --fontsize-bigger: 2.5rem;
  --fontsize-subtitle: 3rem;
  --fontsize-title: 6rem;
  --lineheight-default: 1.6; }

@media all and (min-width: 1440px) {
  :root {
    --font-text: "spartan", sans-serif;
    --font-headers: "bebas", sans-serif;
    --fontsize-small: 1.6rem;
    --fontsize-default: 2rem;
    --fontsize-big: 2.5rem;
    --fontsize-bigger: 3.5rem;
    --fontsize-subtitle: 4rem;
    --fontsize-title: 8rem;
    --lineheight-default: 1.6; } }
:root {
  --color-text: #111;
  --color-background: white;
  --color-accent: white;
  --color-sand: #fff78a; }

:root {
  --m: 24px; }

/*! 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.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 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-family: var(--font-text);
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.6);
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
  min-height: 100vh; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-headers);
  font-weight: bold; }

h1 {
  font-size: var(--fontsize-title, 2.5rem);
  line-height: var(--lineheight-title, 1.5); }

h2 {
  font-size: var(--fontsize-subtitle, 2.25rem);
  line-height: var(--lineheight-subtitle, 1.5); }

h3 {
  font-size: var(--fontsize-bigger, 2rem);
  line-height: var(--lineheight-bigger, 1.5); }

h4 {
  font-size: var(--fontsize-big, 1.75rem);
  line-height: var(--lineheight-big, 1.5); }

h5 {
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.5); }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  text-decoration: none; }

a:link, a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

figure {
  margin: 0; }

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

.hidden {
  display: none; }

::-webkit-scrollbar {
  height: 24px;
  width: 6px;
  background: var(--color-sand); }

::-webkit-scrollbar-thumb {
  background-color: #111; }

* {
  scrollbar-color: #111 var(--color-sand);
  scrollbar-width: auto; }

::-moz-selection,
::selection {
  color: white;
  background: #111; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(110%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fixed-width {
  width: 960px;
  margin: 0 auto; }

@media all and (min-width: 900px) {
  .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media all and (min-width: 1200px) {
  .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--m); } }
@media all and (min-width: 900px) {
  .grid-three {
    display: grid;
    grid-gap: var(--m);
    grid-template-columns: 1fr 1fr; } }
@media all and (min-width: 1200px) {
  .grid-three {
    grid-template-columns: 1fr 1fr 1fr; } }

.icon--white {
  filter: invert(1); }

#masthead {
  padding: 0 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: invert(1);
  mix-blend-mode: difference; }

.admin-bar #masthead {
  top: 32px; }

#primary {
  min-height: 100vh; }

body:not(.home) #primary {
  background-color: var(--color-sand); }

#colophon {
  color: white; }

.footer__top {
  padding: 0 24px;
  background-color: #1a1a1a;
  border-bottom: 2px solid black; }

.footer__bottom {
  padding: 24px 24px 12px;
  background-color: #111; }

@media all and (max-width: 900px) {
  .footer__top .left {
    display: none; }

  .footer__top .right {
    text-align: center; } }
.banner {
  position: relative; }

.banner__info {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 66%; }

.banner__name {
  margin-bottom: 12px; }

.banner__texture {
  background: url(/wp-content/themes/ef/img/noise.gif);
  z-index: -1;
  opacity: 0.4;
  filter: invert(95%) sepia(41%) saturate(3952%) hue-rotate(338deg) brightness(104%) contrast(103%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.banner__text {
  line-height: 1.2;
  font-weight: normal; }

@media all and (max-width: 900px) {
  .banner {
    height: 100vw; }

  .banner__info {
    top: 24px; } }
.go-back {
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.2s ease; }
  .go-back:before {
    content: url("/wp-content/themes/ef/img/icon-chevron-left.svg");
    transform: scale(0.5);
    display: inline-block;
    position: relative;
    top: 8px; }
  .go-back:hover {
    cursor: pointer;
    opacity: 0.75; }

.entry-title {
  margin-bottom: 24px;
  border-bottom: 4px solid;
  line-height: 1; }

.entry-header {
  padding-top: 144px; }

.entry-header.with-image {
  padding-top: 24px; }

.type-page {
  padding-bottom: 72px; }

@media all and (min-width: 900px) {
  .content-wrapper {
    display: grid;
    grid-template-columns: 75% 1fr; } }
.entry-content-wrapper {
  padding: 0 24px; }
  @media all and (min-width: 900px) {
    .entry-content-wrapper {
      padding: 0 96px; } }

.entry-content p {
  margin: 0 0 24px; }

.entry-content h2 {
  margin: 24px 0 12px;
  line-height: 1.2; }

.entry-content a {
  border-bottom: 1px dashed; }

.wp-block-columns.is-layout-flex {
  gap: 10%;
  margin-top: 48px; }

.wp-block-latest-posts {
  margin-top: 48px;
  display: grid;
  width: 100%;
  grid-gap: 48px; }

@media all and (min-width: 960px) {
  .wp-block-latest-posts {
    grid-template-columns: 1fr 1fr; } }
.wp-block-latest-posts__post-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-headers);
  font-size: var(--fontsize-bigger);
  border: 0 !important;
  line-height: 1.2;
  margin: 24px 0 12px !important;
  display: block; }

.wp-block-latest-posts__featured-image a {
  border: 0; }
.wp-block-latest-posts__featured-image img {
  max-width: 100% !important;
  vertical-align: top; }

.wp-block-latest-posts__post-excerpt {
  margin: 0; }

.nav-links {
  padding: 48px; }

.nav-title {
  font-style: italic; }

@media all and (min-width: 900px) {
  .credits__row--top {
    display: flex; } }

@media all and (max-width: 900px) {
  .credits__col--collaboration {
    margin: 12px 0 24px; } }
.credits__row:first-child {
  margin-bottom: 24px; }

.credits__col {
  min-width: 240px; }

.credits__col:not(:last-child) {
  margin-right: 24px; }

.credits__label {
  color: var(--color-sand);
  margin: 0;
  padding: 0; }

.credits__logos {
  padding: 12px 0 0 0;
  border-top: 1px dashed var(--color-sand);
  margin: 0; }

.credits__logo {
  display: inline-block;
  list-style: none; }
  @media all and (max-width: 1200px) {
    .credits__logo {
      margin-bottom: 12px; } }

.credits__logo:not(:last-child) {
  margin-right: 24px; }

.credits__logo img {
  max-height: 60px;
  width: auto;
  filter: grayscale(1); }

.signature {
  text-align: center;
  font-size: 0.7em;
  margin-top: 48px;
  color: var(--color-sand); }

.festival-info {
  background: #111;
  color: white;
  padding: 48px; }

.festival-info__text {
  width: 480px;
  max-width: 100%;
  margin: 0 auto; }

.festival-info__footer {
  text-align: center;
  line-height: 24px; }

.landing {
  text-align: center;
  min-height: 100vh; }

.landing__texture {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(/wp-content/themes/ef/img/noise.gif);
  z-index: -1;
  opacity: 0.4;
  filter: invert(95%) sepia(41%) saturate(3952%) hue-rotate(338deg) brightness(104%) contrast(103%); }

.landing__info {
  padding: 96px 48px; }

@media all and (min-width: 900px) {
  .landing__info {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
.landing__logo {
  animation: fadeup 2s 1 forwards;
  width: 33vw; }
  @media all and (min-width: 900px) {
    .landing__logo {
      width: 20vw; } }

.landing__meta {
  text-transform: uppercase;
  font-family: var(--font-headers);
  text-transform: uppercase;
  text-align: center; }

.landing__title {
  margin: 12px 0;
  line-height: 1; }

.landing__description {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
  max-width: 43ch; }

.landing__dates {
  line-height: 0;
  margin: 48px 0 36px; }

.landing__place {
  font-weight: normal;
  line-height: 1.2; }

.landing__footer {
  position: absolute;
  opacity: 0.5;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%); }

@media all and (max-width: 900px) {
  .landing__footer {
    display: none; } }
.lang-switcher__items {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-headers);
  font-size: var(--fontsize-big);
  position: relative;
  top: -4px; }

.lang-item {
  padding: 0;
  list-style: none;
  display: inline; }

.lang-item:not(:last-child) {
  margin-right: 6px; }

.current-lang {
  font-weight: bold; }

.menu-toggle {
  border: 0;
  background: 0; }
  .menu-toggle:hover {
    cursor: pointer; }

.site-name {
  font-weight: bold;
  font-family: var(--font-headers);
  margin-left: 12px;
  font-size: 2rem;
  position: relative;
  top: -12px;
  padding-right: 24px; }

@media all and (min-width: 900px) {
  .site-name {
    font-size: 5.5rem;
    position: inherit; } }
.home .site-name {
  display: none; }

#site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 480px;
  max-width: 100%;
  min-height: 100vh;
  z-index: 1000;
  background-color: #fff571;
  font-size: var(--fontsize-bigger);
  padding: 72px 0;
  text-transform: uppercase;
  font-weight: bold; }

@media all and (min-width: 1200px) {
  #site-navigation {
    width: 25vw; } }
#site-navigation ul {
  padding-left: 48px; }

#site-navigation .page_item,
#site-navigation .menu-item {
  list-style: none;
  padding: 0;
  font-weight: bold; }

.site-navigation__close {
  position: absolute;
  right: 24px;
  top: 24px; }
  .site-navigation__close:hover {
    cursor: pointer; }

#secondary-menu {
  font-size: var(--fontsize-small);
  text-transform: uppercase;
  font-weight: bold;
  padding: 0; }
  #secondary-menu ul, #secondary-menu li {
    padding: 0; }
  #secondary-menu li {
    list-style: none; }

#site-navigation #secondary-menu {
  font-size: var(--fontsize-big); }

#colophon #secondary-menu li {
  display: inline; }
#colophon #secondary-menu li:not(:last-child) {
  margin-right: 12px; }
#colophon #secondary-menu a {
  transition: color 0.2s ease; }
#colophon #secondary-menu a:link, #colophon #secondary-menu a:visited {
  color: white; }
#colophon #secondary-menu a:hover {
  color: var(--color-sand); }
#colophon #secondary-menu a:active {
  color: white; }

.social-networks__items {
  padding: 0; }

.social-networks__item {
  list-style: none;
  display: inline;
  padding: 0;
  position: relative;
  top: 6px; }

.social-networks__item:not(:last-child) {
  margin-right: 12px; }

.social-networks__item img {
  height: 24px;
  width: auto; }

@media all and (max-width: 900px) {
  .social-networks__items {
    position: relative;
    top: 6px;
    margin-top: 0; } }

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