/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/archive.scss ***!
  \**********************************************************************************************************************************************************/
/* Fonts */
/* Colors */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main,
img {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 999;
}
.header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  display: block;
  width: 92px;
  z-index: 999;
}
.header__logo img {
  width: 100%;
}
.header__menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  transform: translateX(100%);
  background: #262222;
  padding: 150px 20px 60px;
  transition: all 300ms ease-in-out;
  z-index: 998;
}
.header__menu ul {
  padding: 0;
  list-style: none;
}
.header__menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.header__hamburger {
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 999;
}
.header__hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  margin: 5px 0;
  transition: all 300ms ease-in-out;
}
.header__search {
  position: relative;
  flex: 0 0 100%;
  margin-top: 15px;
}
.header__search svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__search input {
  width: 100%;
  padding: 8px 30px;
  font: 400 14px/1.3 "loos-normal", sans-serif;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #544D4D;
}
.header__search input::-moz-placeholder {
  color: #ffffff;
}
.header__search input::placeholder {
  color: #ffffff;
}
.header__search input:active, .header__search input:focus {
  outline: 0;
  border-color: #ffffff;
}
.header__search__results {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: #262222;
}
.header__search__result {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.header__search__result img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__search.active .header__search__results {
  display: block;
}
.header.active .header__menu {
  transform: translateX(0);
}
.header.active .header__hamburger span:nth-child(1) {
  transform-origin: 5px 5px;
  transform: rotate(45deg);
}
.header.active .header__hamburger span:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
.header.active .header__hamburger span:nth-child(3) {
  transform-origin: 4px -3px;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1280px) {
  .header__left {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 50px;
  }
  .header__logo {
    width: 130px;
  }
  .header__menu {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    transform: none;
    background: transparent;
  }
  .header__menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header__hamburger {
    display: none;
  }
  .header__search {
    flex: 0 0 270px;
    margin-top: 0;
  }
}
.footer__top {
  padding: 15px 0;
  border-bottom: 1px solid #544D4D;
}
.footer__bottom {
  padding: 15px 0 50px;
}
.footer .wpforms-container {
  margin-bottom: 30px;
}
.footer .wpforms-hidden {
  display: none;
}
.footer .wpforms-form {
  position: relative;
}
.footer .wpforms-field-container label {
  display: none;
}
.footer .wpforms-field-container input {
  width: 100%;
  height: 40px;
  font: 400 14px/1.3 "loos-normal", sans-serif;
  color: #ffffff;
  background: #544D4D;
  border: 0;
  border-radius: 8px;
  padding: 10px 12px;
  resize: none;
}
.footer .wpforms-field-container input::-moz-placeholder {
  color: #A69C9C;
}
.footer .wpforms-field-container input::placeholder {
  color: #A69C9C;
}
.footer .wpforms-field-container input:active, .footer .wpforms-field-container input:focus {
  outline: none;
}
.footer .wpforms-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0 8px 8px 0;
  padding: 10px 22px;
  height: 40px;
}
.footer__socials {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}
.footer__socials a {
  width: 25px;
}
.footer__socials a img {
  width: 100%;
}
.footer__copyright {
  font: 400 14px/1.3 "loos-normal", sans-serif;
  color: #544D4D;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .footer__top {
    padding: 25px 0;
  }
  .footer__bottom {
    padding: 25px 0 50px;
  }
  .footer__bottom .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer .wpforms {
    order: 1;
  }
  .footer .wpforms-container {
    width: 100%;
  }
  .footer .wpforms-form {
    width: 450px;
  }
  .footer__copyright {
    order: 2;
  }
  .footer__socials {
    order: 3;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
}
body {
  background: #262222;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
p,
a,
ul,
ol {
  margin: 0;
}

p,
li {
  font: 400 16px/1.6 "loos-normal", sans-serif;
}

a {
  font: 400 16px/1.6 "loos-normal", sans-serif;
  color: #B10000;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  font: 700 14px/1.25 "loos-normal", sans-serif;
  padding: 10px 40px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn--red {
  color: #ffffff;
  background: #B10000;
  border: 1px solid #B10000;
  border-radius: 12px;
}
.btn--red:hover {
  background: #E60000;
}

@media only screen and (min-width: 801px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 21px;
  }
  p,
  li,
  a {
    font-size: 18px;
  }
  .btn {
    padding: 14px 52px;
  }
  .container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1536px) {
  .container {
    max-width: 1400px;
  }
}
h1 {
  font: 700 24px/1.4 "loos-normal", sans-serif;
}

h3 {
  font: 700 18px/1.4 "loos-normal", sans-serif;
}

.archive__page {
  padding: 150px 0 80px;
}
.archive__selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.archive__selector a {
  color: #ffffff;
  text-decoration: none;
  padding-right: 15px;
  opacity: 0.5;
}
.archive__selector a h2 {
  font: 400 24px/1.4 "loos-normal", sans-serif;
}
.archive__selector a:last-of-type {
  padding-right: 0;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}
.archive__selector a.active {
  opacity: 1;
}
.archive__title {
  margin-bottom: 20px;
}
.archive .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.archive .item {
  color: #ffffff;
  text-decoration: none;
}
.archive .item__img__content {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 0.7/1;
  border-radius: 8px;
  overflow: hidden;
}
.archive .item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .item__img__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 2;
}
.archive .item__content {
  padding: 12px 0;
}
.archive .item__title {
  margin-bottom: 8px;
}
.archive .item__year, .archive .item__director {
  display: grid;
  grid-template-columns: 18px auto;
  align-items: center;
  gap: 15px;
  font: 400 14px/1.3 "loos-normal", sans-serif;
  color: #CCC4C4;
}
.archive .item__year svg, .archive .item__director svg {
  width: 100%;
}
.archive .item__year {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1280px) {
  .archive__page {
    padding: 200px 0 80px;
  }
  .archive__selector {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .archive .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .archive .item {
    position: relative;
  }
  .archive .item__img {
    position: relative;
    z-index: 1;
  }
  .archive .item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px;
    z-index: 2;
  }
}
