@charset "UTF-8";
/*!
Theme Name: RVK ARK
Author: C Nyiri
Author URI: http://christynyiri.com
Description: Site for Reykjavík Arkitektar
Version: 1.0.0

RVK ARK is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

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

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

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

/* draggable */
.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 ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

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

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

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

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

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

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

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

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

/* right to left */
.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%; }

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "TASA Orbiter";
  src: url("fonts/TASAOrbiterVF.woff2") format("woff2 supports variations"), url("fonts/TASAOrbiterVF.woff2") format("woff2-variations");
  font-weight: 100 1000; }

html {
  font-size: 15px; }
  @media screen and (min-width: 1024px) {
    html {
      font-size: 18px; } }
  @media screen and (min-width: 1300px) {
    html {
      font-size: calc( 1.25vw); } }
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'TASA Orbiter', sans-serif;
  line-height: 1.4;
  font-weight: 400; }

:root {
  --size1: 1rem;
  --size2: 1rem;
  --size3: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 1rem;
  font-weight: normal;
  margin: 0; }

.section-title {
  margin: var(--gap) 0;
  font-size: var(--size3); }
  @media screen and (min-width: 768px) {
    .section-title {
      margin-top: calc(var(--gap) * 2); } }
dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

.title, h1, .proj-desc {
  font-size: var(--size3); }

.entry-content p {
  font-size: var(--size3); }

.entry-content h2, .entry-content h3 {
  font-size: var(--size2); }

.log-date {
  margin-bottom: 1rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  cursor: url("img/cursor-default-small.png") 6 5, auto;
  cursor: -webkit-image-set(url("img/cursor-default-small.png") 1x, url("img/cursor-default.png") 2x) 6 5, auto; }
  body.home, body.page-id-7 {
    background: #000;
    color: #B9FF47; }
    body.home a, body.page-id-7 a {
      color: #B9FF47; }

::-moz-selection {
  background: #B9FF47;
  color: #000; }

::selection {
  background: #B9FF47;
  color: #000; }

:root {
  --gap: 5vw; }
  @media screen and (min-width: 768px) {
    :root {
      --gap: 3vw; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#page {
  animation: fadein .2s; }

a, a:visited {
  text-decoration: none;
  color: #000; }
  a:hover, a:visited:hover {
    color: #B9FF47; }

hr {
  background-color: #B9FF47;
  border: 0;
  height: 1px;
  margin: 2em 0; }

ul, ol {
  margin: 0 0 var(--gap); }
  ul img, ol img {
    display: block; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

ul.log, ul.log ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  ul.log li, ul.log ul li {
    list-style: none; }

dl {
  margin: 0;
  display: grid;
  grid-template-columns: 10em 1fr; }
  dl dt {
    font-weight: normal; }
  dl dd {
    margin: 0; }

.log li {
  opacity: 0;
  transition: .2s ease-in-out; }
  .log li.loaded {
    opacity: 1; }

.log img {
  width: 100%;
  display: block; }

.log a {
  display: block; }

.log span.img_wrap {
  display: block; }

.log a:hover span.img_wrap {
  background: #B9FF47; }

.log a:hover img {
  opacity: 0; }

.project-grid .unlinked span.img_wrap {
  display: block; }

.project-grid .unlinked .unlinked_wrap:hover {
  cursor: url("img/cursor-gray-small.png") 6 5, auto;
  cursor: -webkit-image-set(url("img/cursor-gray-small.png") 1x, url("img/cursor-gray.png") 2x) 6 5, auto; }
  .project-grid .unlinked .unlinked_wrap:hover span.img_wrap {
    background: #e0e0e0; }
  .project-grid .unlinked .unlinked_wrap:hover img {
    opacity: 0; }
  .project-grid .unlinked .unlinked_wrap:hover h2 {
    color: #e0e0e0; }

@media screen and (min-width: 768px) {
  .columns, .wp-block-columns {
    margin: 0 calc( var(--gap) / -2);
    display: flex; }
  .column, .wp-block-column {
    margin: 0 calc( var(--gap) / 2);
    width: 50%; } }

.project-details {
  margin-top: var(--gap); }
  @media screen and (min-width: 768px) {
    .project-details {
      margin-top: calc( var(--gap) * 2); } }
.page-template-page-projects ul.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--gap); }
  .page-template-page-projects ul.project-grid a {
    display: block; }
  .page-template-page-projects ul.project-grid li {
    margin-top: 0;
    display: grid;
    align-items: center; }
    .page-template-page-projects ul.project-grid li h2 {
      margin-top: .4em; }
  @media screen and (min-width: 768px) {
    .page-template-page-projects ul.project-grid {
      row-gap: calc( var(--gap) * 2); } }
  @media screen and (min-width: 1200px) {
    .page-template-page-projects ul.project-grid {
      grid: auto/repeat(6, 1fr);
      padding-top: 5%; }
      .page-template-page-projects ul.project-grid li {
        grid-column: span 2; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-5), .page-template-page-projects ul.project-grid li:nth-child(6n-4) {
          grid-column: span 3;
          align-items: start; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-5) {
          padding: 0 10% 10%; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-4) {
          padding-top: 20%; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-3) {
          align-items: start; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-2) {
          padding: 10%; }
        .page-template-page-projects ul.project-grid li:nth-child(6n-1) {
          align-items: end; }
        .page-template-page-projects ul.project-grid li:nth-child(6n) {
          grid-column: 2/6; } }
.project-log li.log-item {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: var(--gap); }
  .project-log li.log-item + li.log-item, .single-project .project-log li.log-item:first-child {
    margin-top: var(--gap);
    padding-top: var(--gap);
    border-top: 1px solid #B9FF47; }
  .project-log li.log-item .log-content {
    grid-column: 1 / span 4; }
    .project-log li.log-item .log-content *:last-child {
      margin-bottom: 0; }
  .project-log li.log-item .log-images {
    grid-column: 1 / span 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--gap); }
    .project-log li.log-item .log-images li {
      margin: 0; }
      .project-log li.log-item .log-images li img {
        width: 100%; }
  @media screen and (min-width: 768px) {
    .project-log li.log-item + li.log-item, .single-project .project-log li.log-item:first-child {
      border-top: none;
      position: relative;
      padding-top: calc(var(--gap) + 1px); }
      .project-log li.log-item + li.log-item:before, .single-project .project-log li.log-item:first-child:before {
        content: '';
        border-top: 1px solid #B9FF47;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% - ( var(--gap) / 2 )); }
    .project-log li.log-item .log-content, .project-log li.log-item .log-images {
      grid-column: span 2; }
    .project-log li.log-item .log-images li {
      margin: 0; }
      .project-log li.log-item .log-images li img {
        width: 100%; } }
  @media screen and (min-width: 1024px) {
    .project-log li.log-item {
      grid-template-columns: 1fr 3fr; }
      .project-log li.log-item .log-content {
        grid-column: 1 / span 1; }
      .project-log li.log-item .log-images {
        grid-column: 2 / span 3;
        grid-template-columns: 1fr 1fr 1fr; } }
.studio-log {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  grid-gap: var(--gap); }
  .studio-log li.log-item {
    border-top: 1px solid #B9FF47;
    padding-top: var(--gap); }
  @media screen and (min-width: 500px) {
    .studio-log {
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      grid-gap: var(--gap); }
      .studio-log li.log-item {
        grid-column: span 1; } }
  @media screen and (min-width: 768px) {
    .studio-log li.log-item {
      display: grid;
      grid-gap: var(--gap);
      grid-template-columns: repeat(2, 1fr); } }
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 var(--gap);
  width: 100%;
  border-spacing: 0; }

.table-project-list {
  line-height: 1.5; }
  @media screen and (min-width: 1300px) {
    .table-project-list tbody {
      font-size: var(--size3); } }
  .table-project-list a {
    display: block; }
  .table-project-list tr:hover a {
    color: #B9FF47; }
  .table-project-list tbody tr:not(.linked) div {
    cursor: url("img/cursor-gray-small.png") 6 5, auto;
    cursor: -webkit-image-set(url("img/cursor-gray-small.png") 1x, url("img/cursor-gray.png") 2x) 6 5, auto; }
  .table-project-list tbody tr:not(.linked):hover {
    color: #e0e0e0; }
  .table-project-list th {
    text-align: left;
    font-weight: normal;
    color: #000;
    white-space: nowrap; }
  .table-project-list tr:not(.linked) td div,
  .table-project-list tr.linked td div a {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1em;
    overflow: hidden; }
  .table-project-list td {
    overflow: hidden;
    padding: 0; }
  .table-project-list tr:not(.linked) td:last-child div,
  .table-project-list tr.linked td:last-child div a {
    padding-right: 0; }
  .table-project-list.tablesorter thead tr th {
    border: 0;
    padding: 0;
    background-image: none; }
    .table-project-list.tablesorter thead tr th div:after {
      content: ' \02191';
      visibility: hidden; }
    .table-project-list.tablesorter thead tr th:focus {
      outline: none; }
  .table-project-list.tablesorter thead tr th.tablesorter-headerDesc, .table-project-list.tablesorter thead tr th.tablesorter-headerAsc {
    background-image: none; }
    .table-project-list.tablesorter thead tr th.tablesorter-headerDesc div:after, .table-project-list.tablesorter thead tr th.tablesorter-headerAsc div:after {
      visibility: visible; }
  .table-project-list.tablesorter thead tr th.tablesorter-headerAsc div:after {
    content: ' \02193'; }
  .table-project-list .tablesorter-header-inner {
    padding-right: .5em;
    padding-bottom: .4em; }
    .table-project-list .tablesorter-header-inner:hover {
      color: #B9FF47; }
    th:last-child .table-project-list .tablesorter-header-inner {
      padding-right: 0; }
  .table-project-list td.table-size, .table-project-list td.table-date, .table-project-list td.table-type, .table-project-list td.table-location, .table-project-list td.table-status, .table-project-list th.table-size, .table-project-list th.table-date, .table-project-list th.table-type, .table-project-list th.table-location, .table-project-list th.table-status {
    display: none; }
  @media screen and (min-width: 400px) {
    .table-project-list td.table-date, .table-project-list th.table-date {
      display: table-cell; } }
  @media screen and (min-width: 500px) {
    .table-project-list td.table-type, .table-project-list th.table-type {
      display: table-cell; } }
  @media screen and (min-width: 600px) {
    .table-project-list td.table-size, .table-project-list th.table-size {
      display: table-cell; } }
  @media screen and (min-width: 768px) {
    .table-project-list td.table-location, .table-project-list th.table-location {
      display: table-cell; } }
  @media screen and (min-width: 880px) {
    .table-project-list td.table-status, .table-project-list th.table-status {
      display: table-cell; } }
.page-content {
  margin: var(--gap) 0 0; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  display: none; }
  @media screen and (min-width: 768px) {
    .pace .pace-progress {
      background: #B9FF47;
      position: fixed;
      z-index: 2000;
      top: 0;
      right: 100%;
      width: 100%;
      height: 2px; } }
.home_bg_image,
.home_bg_image_wrap {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-backface-visibility: hidden; }

#content {
  margin: var(--gap); }

body.hover_proj .home_text {
  opacity: 0; }

.home_bg_image {
  opacity: .7;
  transition: opacity .2s ease-in-out; }

body.home #content {
  margin: 0; }

.home_text_2023 {
  mix-blend-mode: difference;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc( (1.4em * 3) + var(--gap));
  bottom: calc(1.4em + var(--gap));
  display: flex;
  align-items: center;
  padding: calc( var(--gap) * 1.2);
  padding: var(--gap);
  font-size: var(--size3); }
  @media screen and (min-width: 768px) {
    .home_text_2023 {
      top: calc(1.4em + var(--gap)); } }
  .home_text_2023 svg {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto; }

.site-footer {
  font-size: var(--size3);
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: var(--gap);
  z-index: 10; }
  .site-footer p {
    margin: 0; }

.page-template-page-projects #main {
  position: relative; }

.project_section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  height: 0;
  overflow: hidden;
  pointer-events: none; }
  .project_section.show {
    display: block;
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: unset; }

.list_bg_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: -1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.project_slideshow {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 400px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .project_slideshow {
      height: calc(100vh - (var(--gap) * 4) - (var(--size3) * 2.5));
      max-height: calc(100vh - (var(--gap) * 3)); } }
  .project_slideshow li {
    list-style: none;
    margin: 0;
    margin-right: var(--gap);
    padding: 0;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .project_slideshow li img {
      width: auto;
      max-height: 100%;
      display: block; }

.slides_wrap {
  position: relative;
  margin-bottom: var(--gap);
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1); }
  @media screen and (min-width: 768px) {
    .slides_wrap {
      margin-left: 0;
      margin-right: 0; } }
  .slides_wrap .slide-pagination {
    font-size: var(--size3);
    text-align: center;
    margin-top: var(--gap); }
    @media screen and (min-width: 768px) {
      .slides_wrap .slide-pagination {
        position: absolute;
        right: 0;
        text-align: right;
        margin-left: 0;
        margin-right: 0; } }
.flickity-prev-next-button {
  border-radius: 0;
  height: 100%;
  width: 30%;
  padding: 0; }
  .flickity-prev-next-button.next {
    right: 0;
    cursor: e-resize;
    cursor: none; }
  .flickity-prev-next-button.previous {
    left: 0;
    cursor: w-resize;
    cursor: none; }

.flickity-button {
  opacity: .2;
  background: transparent; }
  .flickity-button svg {
    display: none; }
  .flickity-button:hover {
    background: transparent; }
  .touchevents .flickity-button {
    display: none; }

.pagination {
  margin-top: var(--gap);
  font-size: var(--size3); }
  @media screen and (min-width: 768px) {
    .pagination {
      margin-top: calc(var(--gap) * 2); } }
.fancybox-infobar {
  display: none; }

.fancybox-bg {
  background: #000; }
  .single-project .fancybox-bg, .page-template-page-projects .fancybox-bg {
    background: #fff; }
  .fancybox-is-open .fancybox-bg {
    opacity: 1; }

.fancybox-caption {
  color: #B9FF47;
  background: transparent;
  font-size: 1rem; }
  .single-project .fancybox-caption, .page-template-page-projects .fancybox-caption {
    color: #000; }

.fancybox-can-zoomIn .fancybox-content {
  pointer-events: none; }

.fancybox-content {
  opacity: 1;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
  .fancybox-content a:focus {
    outline: none; }

.fancybox-navigation .fancybox-button {
  height: 100%;
  width: 30%;
  top: 0;
  padding: 0; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  z-index: 9999999; }

.fancybox-navigation .fancybox-button--arrow_left {
  cursor: w-resize;
  cursor: none; }

.fancybox-navigation .fancybox-button--arrow_right {
  cursor: e-resize;
  cursor: none; }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 1; }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 1; }

.fancybox-button {
  background: transparent; }
  .fancybox-button.fancybox-focus {
    outline: none; }

.fancybox-button--close {
  background: transparent;
  padding: var(--gap);
  font-size: var(--size3);
  width: auto;
  color: #B9FF47;
  transition: none;
  display: inline-block; }
  .single-project .fancybox-button--close, .page-template-page-projects .fancybox-button--close {
    color: #000; }
  .fancybox-button--close:hover {
    background: transparent;
    color: #B9FF47; }

.cursor {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 999999;
  width: auto;
  max-height: 250px;
  pointer-events: none;
  display: none; }
  .no-touchevents .cursor.hover {
    opacity: 1;
    display: block; }

.info_project-list {
  margin-top: 1em;
  padding: 0;
  list-style: none;
  font-size: var(--size3); }
  .info_project-list li {
    display: flex; }
  .info_project-list span.year {
    padding-right: 1.5em;
    width: 3.75em;
    display: block;
    flex-shrink: 0; }

.home-bg-img-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden; }
  .home-bg-img-container img, .home-bg-img-container::after {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .home-bg-img-container::after {
    content: '';
    z-index: 2;
    background: #000;
    opacity: .3; }
  .home-bg-img-container img.next {
    opacity: 1;
    z-index: 1; }
  .home-bg-img-container img.prev {
    opacity: 1;
    z-index: 2; }
  .home-bg-img-container img.fade-out {
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
    visibility: hidden; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus-visible {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.1em; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  height: calc( (1.4em * 3) + var(--gap));
  font-size: var(--size3); }
  @media screen and (min-width: 768px) {
    .site-header {
      height: calc(1.4em + var(--gap)); } }
  .site-header h1 {
    font-size: var(--size3); }

.main-navigation {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  padding: var(--gap);
  z-index: 10; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none; }

.sub-menu {
  display: none; }
  .sub-menu li {
    display: inline-block; }

.page-template-page-projects .sub-menu,
.single-project .sub-menu {
  display: inline-block; }

.page-template-page-info .nav_info a,
.page-template-page-projects .nav_projects > a,
.single-project .nav_projects > a,
span.active {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.1em; }

@media (hover: hover) and (pointer: fine) {
  .sub-menu span {
    cursor: pointer; }
  .sub-menu span:hover {
    color: #B9FF47; } }

@media screen and (min-width: 768px) {
  .main-navigation {
    position: fixed; }
    body.compensate-for-scrollbar .main-navigation {
      width: calc( 100% - 16px); }
  ul#primary-menu li.nav_projects, ul#primary-menu li.nav_info {
    position: absolute;
    left: var(--gap);
    text-align: left;
    top: var(--gap); }
  ul#primary-menu li.nav_info {
    text-align: right;
    right: var(--gap);
    left: unset; }
  ul#primary-menu ul.sub-menu li {
    padding-left: .2em; }
  ul#primary-menu .nav_projects .sub-menu {
    display: inline-block;
    opacity: 0;
    transition: .2s ease-in-out; }
    .page-template-page-projects ul#primary-menu .nav_projects .sub-menu, .single-project ul#primary-menu .nav_projects .sub-menu {
      opacity: 1; }
  ul#primary-menu .nav_projects:hover .sub-menu {
    opacity: 1; }
  .home ul#primary-menu .nav_projects:hover > a, .page-id-7 ul#primary-menu .nav_projects:hover > a {
    color: #B9FF47; } }

.site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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-visible {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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