@charset "UTF-8";
/*---------------------------------------------------------------------------------

	Theme Name: Blochography
	Version: 1.4.1
	Author: Felix Dorner
	Author URI: http://drnr.co/
	Theme URI: https://luisdaserra.com/
	Description: WordPress Theme für den lieben Ludwig Blochberger und seinem Hobby der Fotografie.
	Text Domain: blochography
	Tags: black, white, responsive layout, one-column, featured images, translation ready

	Normalizing styles have been helped along thanks to the fine work of
	Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

	IMPORTANT NOTE:
	Do not add any custom styles here. Please use a child theme so that your
	customizations aren't lost during updates.
	http://codex.wordpress.org/Child_Themes

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

*, *::after, *::before {
  box-sizing: inherit;
}

/*---------------------------------------------------------------------------------
# Basics
----------------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: white;
}

a {
  color: #8a8a8a;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:visited {
  color: #8a8a8a;
}
a:hover, a:focus, a:active {
  color: #333333;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

hr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 30px 0;
}

img,
picture,
figure {
  margin: 0;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Base Typo */
body {
  color: #333333;
  font-family: "Playfair Display", serif;
  font-size: 1.125em;
  line-height: 1.8;
  font-weight: 400;
}

p {
  margin: 0 0 1.5em;
}

b, strong {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f5f5f5;
  color: #333333;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8em;
  line-height: 1.8;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8em;
}

abbr, acronym {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

mark, ins {
  background: #FFC300;
  color: white;
  text-decoration: none;
}

small {
  font-size: 0.8em;
}

big {
  font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote, q {
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  margin: 0 0 0.8em;
  text-rendering: optimizeLegibility;
  clear: both;
  font-weight: 700;
  word-wrap: break-word;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 a, h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
blockquote a,
blockquote a:visited, q a, q a:visited {
  color: #333333;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2.025em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.575em;
}

h5 {
  font-size: 1.35em;
}

h6 {
  font-size: 1.125em;
}

blockquote, q {
  font-size: 1.35em;
}

/*---------------------------------------------------------------------------------
# Components
----------------------------------------------------------------------------------- */
/** Preloader */
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 20000;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow-y: hidden;
}

.ball-clip-rotate {
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

.logo-rotate {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: url("assets/img/loading.svg");
  background-size: cover;
  height: 40px;
  width: 40px;
  display: inline-block;
  -webkit-animation: rotate 2s 0s linear infinite;
  animation: rotate 2s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
fieldset {
  background: white;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 0 15px 0;
  padding: 15px;
}

input,
label,
select {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.125em;
}

label {
  margin-bottom: 15px;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}
label input {
  margin-top: 15px;
}

textarea,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0;
  font-size: 0.8em;
  padding: 12px 15px;
  width: 100%;
}
textarea:hover,
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  opacity: 1;
}
textarea:focus,
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  outline: none;
  opacity: 1;
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 5px;
}

input[type=file] {
  padding-bottom: 5px;
  width: 100%;
}

select {
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 15px 0 30px;
  table-layout: fixed;
  width: 100%;
  font-size: 0.8em;
}

th {
  border-bottom: 1px solid #0d0d0d;
  font-weight: bold;
  padding: 5px 0;
  text-align: left;
}

td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 5px 0;
}

tr,
td,
th {
  vertical-align: middle;
}

/* Base Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 45px;
}
dl dt {
  font-weight: bold;
  margin-top: 5px;
}
dl dd {
  margin: 0;
}

/* Entry Lists */
.page-content ul,
.entry-content ul,
.comment-content ul,
.widget ul,
.page-content ol,
.entry-content ol,
.comment-content ol,
.widget ol {
  color: inherit;
  margin-bottom: 1.5em;
  margin-left: 15px;
  padding-left: 0.8em;
}
.page-content ul li,
.entry-content ul li,
.comment-content ul li,
.widget ul li,
.page-content ol li,
.entry-content ol li,
.comment-content ol li,
.widget ol li {
  margin-bottom: 0;
  padding-left: 0;
}
.page-content ul ul, .page-content ul ol,
.entry-content ul ul,
.entry-content ul ol,
.comment-content ul ul,
.comment-content ul ol,
.widget ul ul,
.widget ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ol ul,
.entry-content ol ol,
.comment-content ol ul,
.comment-content ol ol,
.widget ol ul,
.widget ol ol {
  margin-bottom: 0;
}

.entry-content ul,
.page-content ul,
.comment-content ul,
.widget ul {
  list-style-type: disc;
}

.entry-content ol,
.page-content ol,
.comment-content ol,
.widget ol {
  list-style-type: decimal;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  background: transparent;
  color: #333333;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1;
  padding: 15px 30px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover {
  background: #333333;
  border: 1px solid #333333;
  color: white;
}
.header-btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  color: #333333;
  background: transparent;
  border: 1px solid;
  border-radius: 4px;
  padding: 4px 6px 3px 8px;
}
.header-btn a:hover {
  opacity: 0.8;
}

.main-navigation > ul li.current-menu-item.header-btn a {
  color: white;
  background: #333333;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f5f5f5;
  border-radius: 4px;
  clip: auto !important;
  color: #333333;
  display: block;
  font-size: 0.8em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/* Image Captions */
.wp-caption {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.wp-caption-text {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.8em;
}

.wp-block-image figcaption {
  font-size: 0.8em;
  color: #8a8a8a;
  text-align: center;
  margin-top: 0;
}

/* WP Gallery */
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px;
}

.gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  list-style: none;
  text-align: center;
}

.gallery .gallery-item img {
  max-width: 98%;
  height: auto;
}

.gallery dt.gallery-icon {
  position: relative;
}

.gallery figcaption.gallery-caption {
  position: absolute;
  bottom: -10%;
  left: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #151515;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.gallery .gallery-item:hover figcaption.gallery-caption {
  bottom: 0;
  opacity: 1;
}

/* Image sizes depending on the number of columns */
.gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

/**
 * Responsive settings for WP Gallery
 */
@media only screen and (max-width: 768px) {
  .gallery-columns-0 .gallery-item,
.gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    width: 50%;
  }

  .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    width: 100%;
  }

  .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 40em) {
  .js .wow {
    visibility: hidden;
  }

  /*!
   Animate.css - http://daneden.me/animate
   Licensed under the MIT license - http://opensource.org/licenses/MIT

   Copyright (c) 2015 Daniel Eden
   */
  .animated {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .animated.delay-02 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .animated.delay-04 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .animated.delay-06 {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .animated.delay-08 {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  /* Fade */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-60px, 0, 0);
      transform: translate3d(-60px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-60px, 0, 0);
      transform: translate3d(-60px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(60px, 0, 0);
      transform: translate3d(60px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(60px, 0, 0);
      transform: translate3d(60px, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 120px, 0);
      transform: translate3d(0, 120px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 120px, 0);
      transform: translate3d(0, 120px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }

  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }

  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }

  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }

  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
}
/*---------------------------------------------------------------------------------
# Site
----------------------------------------------------------------------------------- */
/* Site Wrapper */
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 40em) {
  .row {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* Site Header */
.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #f5f5f5;
}
.site-header .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 40em) {
  .site-header .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site-header .row .site-branding {
  float: left;
  display: block;
  margin-right: 0.3344481605%;
  width: 66.5551839465%;
  padding-top: 8px;
}
.site-header .row .site-branding:last-child {
  margin-right: 0;
}
.site-header .row .site-branding a {
  display: block;
  line-height: 0;
}
.site-header .row .main-navigation {
  position: relative;
  float: left;
  display: block;
  margin-right: 0.3344481605%;
  width: 33.110367893%;
}
.site-header .row .main-navigation:last-child {
  margin-right: 0;
}
@media screen and (min-width: 40em) {
  .site-header .row .site-branding {
    float: left;
    display: block;
    margin-right: 0.3344481605%;
    width: 33.110367893%;
    padding-top: 4px;
  }
  .site-header .row .site-branding:last-child {
    margin-right: 0;
  }
  .site-header .row .main-navigation {
    float: left;
    display: block;
    margin-right: 0.3344481605%;
    width: 66.5551839465%;
  }
  .site-header .row .main-navigation:last-child {
    margin-right: 0;
  }
}

/* Site Content */
.site-content {
  padding-top: calc(30px + 86px);
}
@media screen and (min-width: 40em) {
  .site-content {
    padding-top: calc(45px + 86px);
  }
}

.portfolio {
  display: block;
  padding-bottom: 15px;
}
.portfolio::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 40em) {
  .portfolio {
    padding-bottom: 45px;
  }
}

.content-list .hentry {
  position: relative;
  line-height: 0;
  margin: 0 0 4px 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .content-list .hentry {
    width: calc(33.3333% - 4px);
  }
}
@media screen and (min-width: 87.5em) {
  .content-list .hentry {
    width: calc(25% - 4px);
  }
}
.content-list .hentry img {
  -webkit-transition: all, 0.4s linear;
  -moz-transition: all, 0.4s linear;
  transition: all, 0.4s linear;
}
.content-list .hentry:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.content-list .hentry a {
  display: block;
  color: white;
}
.content-list .hentry a:hover {
  color: white;
}

.content-list .hentry .entry-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all, 0.4s linear;
  -moz-transition: all, 0.4s linear;
  transition: all, 0.4s linear;
}
.content-list .hentry .entry-header .entry-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2px;
  padding-top: 14px;
  -webkit-transition: all, 0.4s linear;
  -moz-transition: all, 0.4s linear;
  transition: all, 0.4s linear;
  opacity: 0;
}
.content-list .hentry .entry-header .cat-links {
  display: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 14px;
  -webkit-transition: all, 0.4s linear;
  -moz-transition: all, 0.4s linear;
  transition: all, 0.4s linear;
  opacity: 0;
}

.content-list .hentry:hover .entry-header {
  opacity: 1;
}
.content-list .hentry:hover .entry-header .entry-title,
.content-list .hentry:hover .entry-header .cat-links {
  padding: 0;
  opacity: 1;
}

/* Site Footer */
.site-footer {
  border-top: 1px solid #f5f5f5;
}
.site-footer .row {
  padding-top: 15px;
  padding-bottom: 30px;
}

/* Mobile Navigation */
body.overflow-hidden {
  overflow: hidden;
}

.main-navigation.toggled > ul {
  top: 0;
  z-index: 3;
}

.main-navigation > ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 40em) {
  .main-navigation > ul {
    flex-direction: row;
    justify-content: none;
  }
}
.main-navigation > ul ul {
  font-size: 1.125em;
  margin: 15px 0;
}
.main-navigation > ul ul ul {
  font-size: 0.8em;
}
.main-navigation > ul > li {
  margin-bottom: 15px;
}
.main-navigation > ul .current-menu-item a {
  color: #333333;
}
.main-navigation > ul a {
  color: #333333;
}

/* Hamburger Menu Icon */
.primary-nav-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  z-index: 10000;
}
.primary-nav-trigger .menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 25%;
  width: 22px;
  height: 1px;
  background-color: black;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
.primary-nav-trigger .menu-icon::before {
  top: -7px;
}
.primary-nav-trigger .menu-icon::after {
  top: 7px;
}
.primary-nav-trigger .menu-icon.is-clicked {
  background-color: transparent;
}
.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
  background-color: black;
}
.primary-nav-trigger .menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.primary-nav-trigger .menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (min-width: 40em) {
  .primary-nav-trigger {
    display: none;
  }
}

/* Desktop Navigation */
@media screen and (min-width: 40em) {
  .nav-menu {
    float: right;
  }

  .main-navigation > ul {
    position: relative;
    width: auto;
    list-style: none;
    background: none;
    padding: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    overflow: visible;
  }
  .main-navigation > ul li {
    position: relative;
    float: left;
    line-height: 1.5em;
    margin: 0 0 0 30px;
  }
  .main-navigation > ul li a {
    color: #333333;
  }
  .main-navigation > ul ul {
    position: absolute;
    top: 130%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140px;
    height: auto;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    font-size: inherit;
    text-align: center;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .main-navigation > ul ul ul {
    position: relative;
    opacity: 1;
    top: 1em;
    visibility: visible;
    float: left;
    border: none;
    width: 100%;
  }
  .main-navigation > ul ul ul li {
    border: none;
  }
  .main-navigation > ul ul li {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    width: 100%;
  }
  .main-navigation > ul ul li:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
  .main-navigation > ul ul li:hover > ul {
    top: 1em;
  }
  .main-navigation > ul li:hover > ul {
    opacity: 1;
    top: 110%;
    visibility: visible;
  }
}
.social-icon {
  line-height: 1.8em;
}
.social-icon .icon-2x {
  font-size: 1.4em;
  vertical-align: middle;
}

.site-branding a:hover {
  opacity: 0.6;
}

.site-title {
  font-size: 1.125em;
  margin: 0;
}

.site-logo {
  max-height: 16px;
  width: auto;
}

.entry-meta {
  line-height: 0.8em;
}

.single .entry-header,
.page .page-header,
.archive .page-header,
.search .page-header,
.error404 .page-header {
  text-align: center;
  margin-bottom: 45px;
}
.single .entry-header .entry-title,
.single .entry-header .page-title,
.page .page-header .entry-title,
.page .page-header .page-title,
.archive .page-header .entry-title,
.archive .page-header .page-title,
.search .page-header .entry-title,
.search .page-header .page-title,
.error404 .page-header .entry-title,
.error404 .page-header .page-title {
  font-size: 1.6em;
  margin: 0;
}
.single .entry-header .cat-links,
.page .page-header .cat-links,
.archive .page-header .cat-links,
.search .page-header .cat-links,
.error404 .page-header .cat-links {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.single .entry-header {
  position: relative;
}
.single .entry-header .close {
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
}
.single .entry-header .close a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.single .entry-header .close a:before {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("assets/img/close.svg");
  background-size: cover;
  content: "";
}
.single .entry-header .close a:hover {
  opacity: 0.4;
}

.page-header img {
  margin-bottom: 45px;
}

.single .entry-content,
.page .page-content,
.error404 .page-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 40em) {
  .single .entry-content,
.page .page-content,
.error404 .page-content {
    margin-bottom: 60px;
  }
}

.error404 .page-content p {
  text-align: center;
}

.page-content img.size-large {
  margin-bottom: 45px;
}

.posts-navigation .entry-title {
  font-size: 1.4em;
}

.site-footer .site-info {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8a8a8a;
  text-align: center;
}
.site-footer .site-info-nav li {
  display: inline-block;
  margin-top: 8px;
  margin-right: 6px;
}
.site-footer .site-info-nav li a {
  color: #8a8a8a;
}
.site-footer .site-info-nav li:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
}

/* Alignments */
.single .entry-content .alignwide,
.page .page-content .alignwide {
  width: 76vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -38vw;
  margin-right: -38vw;
}

.single .entry-content .alignfull,
.page .page-content .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.single .entry-content figure.wp-block-image.alignwide,
.page .page-content figure.wp-block-image.alignwide,
.single .entry-content figure.wp-block-image.alignfull,
.page .page-content figure.wp-block-image.alignfull {
  max-width: none;
}

.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;
}

/* Filter */
.portfolio-filter {
  overflow: hidden;
  text-transform: capitalize;
}

.portfolio-filter ul {
  margin: 0 0 45px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.portfolio-filter ul li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  list-style-type: none;
  margin: 0 2em;
  padding: 8px 0 4px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  -webkit-transition: all, 0.2s linear;
  -moz-transition: all, 0.2s linear;
  transition: all, 0.2s linear;
}
.portfolio-filter ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-filter ul li:hover:before, .portfolio-filter ul li.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Posts Pagination */
/* Posts Pagination */
/* View Index */
.view-index {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 45px 0;
  text-align: center;
}
.view-index a {
  color: #333333;
  text-decoration: underline;
}
.view-index a:hover {
  opacity: 0.8;
}

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

/* Tiled Gallery */
.tiled-gallery {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 60px !important;
}

.tiled-gallery-item {
  -webkit-transition: all, 0.4s linear;
  -moz-transition: all, 0.4s linear;
  transition: all, 0.4s linear;
}

.tiled-gallery-item:hover {
  opacity: 0.8;
}

/**
 * Customized styles for ImageLightbox.js by Osvaldas Valutis, www.osvaldas.info
 * Available for use under the MIT License
 */
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

#imagelightbox-loading,
#imagelightbox-overlay {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  position: fixed;
  z-index: 10002;
  top: 44px;
  right: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#imagelightbox-close {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: transparent;
  border: none;
  opacity: 0.6;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #151515;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  border: none;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: transparent;
  border: none;
  outline: none;
  opacity: 0.6;
}

.imagelightbox-arrow-left {
  left: 60px;
  /* 40 */
}

.imagelightbox-arrow-right {
  right: 70px;
  /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}

.imagelightbox-arrow-left:hover:before {
  opacity: 0.8;
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }

  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }

  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */
  }

  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }

  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }

  .imagelightbox-arrow-right {
    right: 0;
  }
}

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