/*
Theme Name: Strangerstheme
Author: Jurriaan Boerman
Author URI: www.jurriaan.info
Description: Custom theme build for strangerstogether.com.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenberg-starter-theme
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-theme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;

  overscroll-behavior-y: none;
}

body,
html {
  width: 100;
  height: 100%;
}

body * {
  cursor: url(assets/ico.png) 20 20, auto;
}

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 {
  cursor: pointer !important;
  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: 2rem;
  margin: 0.67em 0;
  line-height: 1.4;
  margin: 0em;
}

h2 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.25em !important;
}

p {
  font-size: 1rem;
  line-height: 150%;
  margin-top: 0em;
  margin-bottom: 1.6em;
}

p:first-of-type {
  font-size: 1.15rem;
}

p:not(:first-of-type) {
  letter-spacing: 1px;
}

h3 {
  font-size: 1rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.25em;
  margin-top: 1em;
}

@media screen and (min-width: 608px) {
  h1 {
    /*font-size: 3.1rem;*/
    font-size: 2.5rem;
    margin: 0.67em 0;
    line-height: 1.4;
    margin: 0em;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0.75em;
  }

  h3 {
    font-size: 1rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 1rem;
    margin-bottom: 0.25em;
    margin-top: 1em;
  }

  p {
    font-size: 1rem;
    line-height: 140%;
  }

  p:first-of-type {
    font-size: 1.3rem;
  }

  .philosophy-inner-left p {
    font-family: "caslon-regular", Georgia, serif;
    font-size: 1.3rem;
  }

  .philosophy-inner-right p {
    font-size: 1rem;
  }

  div.contact-us-inner-left p:first-of-type {
    font-size: 1rem;
  }
}

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;
  cursor: pointer !important;
}

svg,
path {
  cursor: pointer !important;
}

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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #ecede9;
  font-family: "caslon-regular", Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ecede9;
  clear: both;
}

.entry-header .entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0 1rem;
}

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

blockquote {
  margin: 0 0em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

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

@media screen and (min-width: 608px) {
  code,
  kbd,
  tt,
  var {
    font-size: 0.8125rem;
  }
}

p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "oswald-medium";
  src: url("type/Oswald-Medium_1.woff");
}

@font-face {
  font-family: "oswald-extra-light";
  src: url("type/Oswald-ExtraLight.woff");
}

@font-face {
  font-family: "caslon-regular";
  src: url("type/Caslon.woff");
}

@font-face {
  font-family: "caslon-italic";
  src: url("type/CaslonITALIC.woff");
}

.archive .site-header {
  margin-bottom: 3.5em;
}

.site-title {
  margin: 0.4375em 0 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #333332;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-description {
  margin: 0.4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #6c7781;
}

h1,
h3,
h6,
.footer-lead,
.wp-block-latest-posts__list a,
.main-navigation a,
.loadMoreBtn-label,
.nav-links a,
#wpforms-submit-500 {
  font-family: "oswald-medium", Georgia, serif;
  text-transform: uppercase;
  font-weight: normal;
}

h2,
.sub,
.wp-block-latest-posts__post-excerpt,
blockquote cite {
  font-family: "caslon-italic", Georgia, serif;
}

.entry-content p:first-of-type,
.philosophy-inner-left > p:first-of-type {
  font-family: "caslon-regular", Georgia, serif;
}

p,
time,
#mce-EMAIL {
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif;
  color: #ecede9;
}

.footer-terms {
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  letter-spacing: 1px;
  color: grey;
}

time {
  color: #ecede9 !important;
}

blockquote p {
  font-size: 2.25em !important;
}

figure.wp-block-pullquote cite {
  text-transform: none;
  font-size: 1.4em;
}

.wp-block-pullquote {
  position: relative;
  border: 0;
  margin-bottom: 4em;
  margin-top: 0em;
  padding-top: 2em;
}

.wp-block-pullquote:before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  height: 3px;
  width: 70%;
  border-bottom: 3px solid #ecede9;
}

.article-credits {
  position: relative;
  margin-bottom: 2em;
}

.article-credits:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5em;
  height: 3px;
  width: 50%;
  border-bottom: 3px solid #ecede9;
}

.article-author {
  margin-top: 8em;
}

.menu-footer-menu-container a,
.site-info {
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.menu-footer-menu-container {
  padding-bottom: 1.5em;
}

#menu-footer-menu .menu-item a:hover {
  color: #191512 !important;
  text-decoration: underline;
}

.main-navigation a,
.footer-lead {
  font-size: 2em;
  line-height: 130%;
}

.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.3;
}

.sub {
  font-size: 1.2em;
}

.wp-block-latest-posts__list a {
  font-size: 1.3em;
}

blockquote p {
  margin-bottom: 1em;
}

.wp-block-pullquote {
  position: relative;
  border: 0;
  margin-top: 0 0 3em;
  padding-top: 1em;
}

.photographer.sub,
.author.sub {
  font-size: 1.2em;
}

#menu-item-405 {
  padding-right: 0.5em;
}

.menu-footer-menu-container {
  padding-bottom: 1.5em;
}

@media screen and (min-width: 900px) {
  #menu-item-405 {
    padding-right: 0em;
  }

  .menu-footer-menu-container {
    padding-bottom: 0em;
  }

  figure.wp-block-pullquote cite {
    text-transform: none;
    font-size: 1.7em;
  }

  .footer-terms {
    font-family: "oswald-extra-light", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: grey;
  }

  .main-navigation a,
  .footer-lead {
    font-size: 2em;
    line-height: 130%;
  }

  .sub {
    font-size: 1.5rem;
  }

  .photographer.sub,
  .author.sub {
    font-size: 1em;
  }

  .wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.1;
  }

  blockquote p {
    margin-bottom: 0.8em;
  }

  .wp-block-pullquote {
    position: relative;
    border: 0;
    margin: 0 0 4em;
    padding-top: 1.25aem;
  }

  .main-navigation a,
  .footer-lead {
    font-size: 2.5em;
    line-height: 130%;
  }
}

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #191512;
  /* Fallback for when there is no custom background color defined. */
}

body,
.site-header {
  background: #191512;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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

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 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# 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: 0.6em 1em 0.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%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ddd9cd inset !important;
}

input[type="text"],
input[type="email"],
textarea,
button {
  background: none !important;
  color: inherit !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: inherit !important;
}

input[type="text"],
input[type="email"],
textarea {
  padding-bottom: 13px !important;
  border-bottom: 3px solid #191512 !important;
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif !important;
  font-size: 1.25rem !important;
}

textarea {
  resize: none;
}

body.page-id-512 p {
  margin-bottom: 0.5em;
}

body.page-id-512 p:first-of-type {
  margin-bottom: 0em;
  text-decoration: none;
}

body.page-id-512 p {
  text-decoration: none;
  box-shadow: none;
}

body.page-id-512 .wp-block-column a:first-of-type {
  margin-right: 0.5em;
}

.wpforms-container {
  padding-top: 1em;
}

#wpforms-submit-500 svg {
  padding-left: 0.75em;
  width: 26px;
}

#wpforms-submit-500 svg path {
  padding-left: 0.5em;
  fill: #191512;
}

.wpforms-submit-container {
  text-align: right;
}

#wpforms-submit-500 {
  font-size: 1em;
}

@media screen and (min-width: 900px) {
  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 1rem !important;
  }

  .wpforms-container {
    padding-top: 0em;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 1.5rem !important;
  }

  #wpforms-submit-500 svg {
    width: 32px;
    padding-left: 0.5em;
  }

  #wpforms-submit-500 {
    font-size: 0.75em;
  }
}

.wpforms-field-container {
  margin-top: 1em;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type="text"] {
  height: auto !important;
}

.wpforms-error {
  padding-top: 10px !important;
}

.wpforms-confirmation-container-full {
  background: #ddd9cd !important;
  border: none !important;
}

.wpforms-confirmation-container-full p {
  color: #ef220c !important;
  font-size: 1rem !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  padding: 0 !important;
}

.mc4wp-form-fields {
  display: flex;
  max-width: 80%;
  margin: auto;
  padding-bottom: 0.75em;
}

.mc4wp-alert.mc4wp-notice p,
.mc4wp-alert.mc4wp-error p {
  color: #ef220c;
}

.mc4wp-alert.mc4wp-success p {
  color: #ef220c;
}

.mc4wp-response {
  position: absolute;
  text-align: center;
  width: 80%;
  margin: 1.5em auto;
}

body.page-id-512 .mc4wp-alert.mc4wp-notice p,
body.page-id-512 .mc4wp-alert.mc4wp-succes p,
body.page-id-512 .mc4wp-alert.mc4wp-error p,
body.page-id-501 .mc4wp-alert.mc4wp-notice p,
body.page-id-501 .mc4wp-alert.mc4wp-succes p,
body.page-id-501 .mc4wp-alert.mc4wp-error p,
body.page-id-387 .mc4wp-alert.mc4wp-notice p,
body.page-id-387 .mc4wp-alert.mc4wp-succes p,
body.page-id-387 .mc4wp-alert.mc4wp-error p {
  color: white !important;
}

@media screen and (min-width: 900px) {
  .mc4wp-response {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ecede9;
}

a:hover,
a:focus,
a:active {
  color: #ecede9;
}

a:focus {
  outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media screen and (min-width: 600px) {
  .wp-block-latest-posts__list {
    flex-wrap: nowrap !important;
  }

  .wp-block-latest-posts__featured-image img {
    width: 100% !important;
  }
}

.site.show {
  transform: translateY(-100vh);
  transition: 0.5s ease;
}

/*.site {
  transform: translateY(0vh);
}*/

/*.site.fix {
  top: 0;
}*/

.strangers-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

.strangers-overlay-inner {
  transition: 0.5s ease;
}

.strangers-overlay-inner.hide {
  transform: translateY(-100vh);
  transition: 1s ease;
}

.strangers-overlay-inner svg {
  max-width: 80%;
}

/*.strangers-overlay svg {
  display: none;
}*/

.strangers-overlay.logo {
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
}

.strangers-overlay.delete {
  height: 0;
  transition: 0.5s ease;
}

.strangers-overlay-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header {
  padding: 2em 0 1em;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  clear: both;
  padding: 0 2em;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  transition: 0.2s ease;
}

.main-navigation.loaded {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  padding: 1em;
}

#menu-item-399 {
  margin-right: 56px !important;
}

#menu-item-401,
#menu-item-402,
.page-id-387 #menu-item-399,
.page-id-389 #menu-item-399,
.page-id-501 #menu-item-399,
.page-id-512 #menu-item-399 {
  display: none;
}

.page-id-578 .site-header,
.page-id-578 footer {
  display: none;
}

.page-id-578 .entry-content {
  margin-top: 0vh;
}

@media screen and (min-width: 900px) {
  .site-header {
    padding: 2em 0;
  }

  .page-id-578 .entry-content {
    margin-top: 30vh;
  }

  .page-id-578 {
    overflow: hidden;
  }

  .strangers-overlay-inner svg {
    max-width: 80%;
  }
}

.page-id-389 #menu-item-402,
.page-id-387 #menu-item-401,
.page-id-501 #menu-item-521,
.page-id-512 #menu-item-522 {
  display: block;
}

.display-none {
  display: none;
}

#side-button {
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background: none;
  font-size: 1em;
  z-index: 99;
}

#side-button svg {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding-bottom: 0.8em;
}

.baguetteBox-button#close-button svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

svg.toggle {
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

path {
  fill: #ecede9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

path.toggle {
  fill: #191512;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#close-button path {
  fill: #191512;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#close-button path.toggle {
  fill: #ecede9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.clear svg path {
  fill: #191512;
}

body #baguetteBox-overlay {
  display: none;
}

body.page-id-395 .wp-block-column p:first-of-type,
body.page-id-397 .wp-block-column p:first-of-type {
  font-size: 1em;
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important;
}

* {
  text-decoration: none;
}

@media screen and (min-width: 900px) {
  #page {
    margin-left: calc(100vw - 100%);
  }

  .page-wrapper {
    position: absolute;
    margin-left: calc(100vw - 100%);
    width: 100%;
    margin: auto;
  }

  .main-navigation {
    justify-content: flex-end;
    padding-right: min(5em, 3%);
    padding-left: min(5em, 3%);
  }

  body.page-id-25 .site-header {
    position: absolute;
  }

  .site-header {
    padding: 3em 0;
    position: fixed;
    margin-left: calc(100vw - 100%);
  }

  body.page-id-25 .site-header.fixed {
    position: fixed;
  }

  #menu-item-401,
  #menu-item-402,
  .page-id-387 #menu-item-399,
  .page-id-389 #menu-item-399 {
    display: block;
  }

  #side-button svg {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 72px;
    height: 72px;
  }

  #side-button svg {
    padding-top: 0.5em;
    padding-bottom: 0em;
  }
}

/* Side-menu. */

.our-philosophy a,
.contact-us a,
.text-black,
.text-black h1,
.text-black p,
#item-1,
#item-2,
#item-1 p,
#item-1 h1,
#item-1 h2,
#item-2 h2,
#menu-mobile-menu a {
  color: #191512;
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  transition: 0.6s ease;
}

.side-menu.hidden {
  right: -100vw;
  transition: 0.6s ease;
}

.desktop-menu,
.mobile-menu {
  height: 100vh;
  padding: 2em 2em;
  background: #ddd9cd;
}

.mobile-menu ul li {
  display: inline-block;
  padding-top: 4em;
}

.mobile-menu ul li:first-of-type {
  padding-top: 0em;
}

#menu-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-menu {
  display: block;
}

.desktop-menu {
  display: none;
}

#item-1,
#item-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #ddd9cd;
  transition: 1s ease;
  font-size: 2em;
  overflow-y: scroll;
}

#item-1.expanded-menu-hide,
#item-2.expanded-menu-hide {
  right: -85vw;
  transition: 1s ease;
}

.expanded-menu-inner {
  display: flex;
}

.philosophy-inner-right,
.contact-us-inner-left,
.contact-us-inner-right {
  padding: 0em 2rem;
  width: 50%;
}

.contact-us-inner-left * span {
  margin-top: 0.1em;
}

.philosophy-inner-left,
.contact-us-inner-left {
  margin-left: 16px;
}

.philosophy-inner-right,
.contact-us-inner-right {
  padding-bottom: 2em;
}

.philosophy-inner-left {
  padding: 0em 2rem;
  padding-bottom: 2em;
  width: 50%;
}

.philosophy-inner-right p:first-of-type {
  font-size: 1rem;
  letter-spacing: 1px;
}

.contact-us,
.our-philosophy {
  padding-bottom: 19px;
  width: 100%;
}

/* .contact-us:before,
.our-philosophy:before,
.our-philosophy .border-botom,
.contact-us .border-bottom {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 180px;
} */

/* .contact-us:hover:before,
.our-philosophy:hover:before {
  border-bottom: 3px solid #191512;
} */

.nav-stories:before,
.mob-stories:before {
  content: "—Our perspective.";
}

.nav-studio:before,
.mob-studio:before {
  content: "—Creative services.";
}

.nav-store:before,
.mob-store:before {
  content: "—Objects of desire.";
}

.nav-philosophy:before,
.mob-philosophy:before {
  content: "—Our why.";
}

.nav-contact:before,
.mob-contact:before {
  content: "—Say hi.";
}

.nav-stories:before,
.nav-studio:before,
.nav-store:before,
.nav-philosophy:before,
.nav-contact:before,
.mob-stories:before,
.mob-studio:before,
.mob-store:before,
.mob-philosophy:before,
.mob-contact:before {
  font-family: "caslon-italic", Georgia, serif;
  font-size: 1.3rem;
  position: absolute;
  display: block;
  width: 200px;
  top: 46px;
  left: 0;
}

.mob-studio:before,
.mob-store:before,
.mob-philosophy:before,
.mob-contact:before {
  top: 112px !important;
}

.nav-studio,
.nav-store,
.nav-philosophy,
.nav-contact {
  display: none;
}

.page-id-387 .nav-stories,
.page-id-389 .nav-stories,
.page-id-501 .nav-stories,
.page-id-512 .nav-stories {
  display: none;
}

.text-black.underline:hover:after,
.text-black.current-page-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -44px;
  height: 3px;
  width: 150px;
  border-bottom: 3px solid #191512;
}

body.page-id-387 .nav-store {
  display: block;
}

body.page-id-389 .nav-studio {
  display: block;
}

body.page-id-501 .nav-philosophy {
  display: block;
}

body.page-id-512 .nav-contact {
  display: block;
}

div.philosophy-inner-right p {
  letter-spacing: 1px;
}

@media screen and (min-width: 900px) {
  .side-menu {
    width: 25vw;
    height: 100vh;
    z-index: 98;
    transition: 0.6s ease;
  }

  .side-menu.hidden {
    right: -25vw;
    transition: 0.6s ease;
  }

  .desktop-menu,
  .mobile-menu {
    height: 100vh;
    padding: 2.5rem;
    background: #ddd9cd;
    justify-content: center;
  }

  .desktop-menu {
    display: block;
  }

  #menu-side-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding-top: 30vh;
  }

  .mobile-menu {
    display: none;
  }

  #item-1 h1,
  #item-1 h2,
  #item-2 h1,
  #item-2 h2 {
    margin-left: 16px;
    padding-left: 2rem;
  }

  #item-1,
  #item-2 {
    z-index: -1;
    background-color: #ddd9cd;
    transition: 1s ease;
    padding-right: 25vw;
    height: 100%;
    padding-top: 33.5vh;
  }

  #item-1.expanded-menu-hide,
  #item-2.expanded-menu-hide {
    right: -85vw;
    transition: 1s ease;
  }
}

@media screen and (max-width: 900px) {
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .main-navigation svg {
    margin-bottom: 19px;
  }

  #primary-menu {
    margin-right: 5vw;
  }

  #primary-menu li {
    margin: 0 3em;
  }

  #primary-menu li:first-of-type {
    margin: 0 1.8vw 0 0;
  }

  #primary-menu li:last-child {
    margin: 0 0 0 2vw;
  }

  body.page-id-395 #primary-menu li {
    padding-bottom: 16px;
  }

  body.page-id-395 .wp-block-column p:first-of-type,
  body.page-id-397 .wp-block-column p:first-of-type {
    font-size: 1em;
    font-family: "oswald-extra-light", Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px !important;
  }
  .nav-stories:before,
  .nav-studio:before,
  .nav-store:before,
  .nav-philosophy:before,
  .nav-contact:before {
    font-family: "caslon-italic", Georgia, serif;
    font-size: 1.3rem;
    display: block;
    position: absolute;
    width: 200px;
    top: 60px;
    left: 0;
  }

  .nav-contact:before {
    top: 94px !important;
  }

  .underline:hover:after,
  .current-page-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -44px;
    height: 3px;
    width: 150px;
    border-bottom: 3px solid #ecede9;
  }

  .nav-stories,
  .nav-studio,
  .nav-store,
  .nav-philosophy,
  .nav-contact {
    display: block;
  }

  .display-none {
    display: none;
  }

  .page-id-387 .nav-stories,
  .page-id-389 .nav-stories,
  .page-id-501 .nav-stories,
  .page-id-512 .nav-stories {
    display: block;
  }
}

.current-page-underline {
  padding-bottom: 16px;
}

.current-page-underline.text-black:hover:before {
  border-bottom: 3px solid #191512;
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

#primary {
  opacity: 0;
}

#primary.loaded {
  opacity: 1;
  transition: 1s;
}

body {
  overflow-x: hidden;
  /*  padding-left: calc(100vw - 100%);*/
}

body.disable-scroll {
  overflow: hidden;
}

/*body.disable::-webkit-scrollbar {
  display: none;
}*/

#page {
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
  max-width: 580px !important; /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  max-width: 50%;
  width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.load-more-button {
  display: none;
}

.load-more-button {
  text-align: center;
  max-width: 2240px;
  margin: 0 auto 1.5em;
  padding: 1.125rem;
}

.load-more-button a {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-main {
  margin: 0 auto 60px;
  max-width: 2240px;
  /*  padding: 0 1em 60px;*/
}

.site-main .post-navigation {
  margin: 0 auto 60px;
  max-width: 2240px;
}

.site-main .post-navigation a {
  text-decoration: none;
}

article .intro-block {
  max-width: 100%;
  margin: 2em 0;
  padding: 0 2rem;
  font-size: 1.1rem;
}

.wp-block-latest-posts__list a {
  text-decoration: none;
  max-width: 85%;
  margin: auto;
  padding: 0;
}

footer {
  background-color: #ecede9;
}

.inner-footer {
  text-align: center;
}

#menu-item-406,
.menu-item-405 {
  padding-bottom: 1em;
}

.footer-icons,
.site-info {
  padding-bottom: 2em;
}

.footer-icons a {
  padding-right: 1em;
}

.page-id-387 footer {
  background-color: #191512;
}

.page-id-387 footer * a {
  color: #ecede9;
}

body.page-id-387 footer * div,
body.page-id-387 footer * a,
body.page-id-387 footer svg path {
  color: #ecede9 !important;
  fill: #ecede9;
}

.page-id-387 .sign-up-wrapper {
  border-bottom: 3px solid #ecede9;
}

.footer-lead {
  display: inline-block;
  padding-bottom: 1.5em;
}

#mc_embed_signup {
  padding: 6em 0 5em;
  width: 80%;
  margin: auto;
  text-align: center;
}

.sign-up-wrapper {
  border-bottom: 3px solid #191512;
  text-align: center;
  margin-bottom: 1.5em;
}

#mc_embed_signup_scroll {
  max-width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
}

.mc-field-group,
.mc-field-group input {
  width: 100%;
}

.mc-field-group input[type="email"] {
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  display: inline;
}

footer,
footer a {
  color: #191512;
}

footer path {
  fill: #191512;
}

.site-info-desktop,
div #menu-item-619,
div #menu-item-620 {
  display: none;
}

div .contact-us-inner-left a {
  font-size: 1em;
  display: inline;
}

.contact-us-inner-left a svg path {
  fill: #191512;
}

div.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 900px) {
  html {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }

  .site-main {
    margin: 0 auto 60px;
    max-width: 2240px;
    padding-bottom: 60px;
    margin-top: 208px;
  }

  #masthead {
    margin-left: calc(100vw - 100%);
  }

  .noscroll {
    overflow: hidden;
  }

  .site-main .post-navigation {
    margin: 0 auto 60px;
    max-width: 2240px;
  }

  .inner-footer {
    text-align: left;
    padding-top: 2em;
    font-size: 90%;
  }

  #mc_embed_signup {
    padding: 6em 0 5em;
    width: 50%;
  }

  .sign-up-wrapper {
    margin-bottom: 1.5em;
  }

  #mc_embed_signup_scroll {
    max-width: 80%;
    padding-bottom: 1em;
  }

  article .intro-block {
    max-width: 508px;
    margin: 0 0 4em;
    padding: 0 0 0 3.5vw;
    line-height: 140%;
  }

  .wp-block-latest-posts__post-excerpt {
    font-size: 1em;
    margin-top: 0;
  }

  #menu-item-495 {
    padding-top: 2em;
  }

  #post-387 * p {
    text-align: center;
    font-size: 2.5em;
    /*  padding-bottom: 2em;
    border-bottom: 5px solid #ECEDE9;*/
  }

  .inner-footer {
    padding-right: min(5em, 3%);
    padding-left: min(5em, 3%);
    padding-top: 1em;
    padding-bottom: 2em;
    display: flex;
    justify-content: space-between;
    font-size: 90%;
  }

  #menu-item-406,
  .menu-item-405,
  .menu-footer-menu-container,
  .footer-icons,
  .site-info {
    padding-bottom: 0;
  }

  #menu-footer-menu {
    display: flex;
    align-items: center;
  }

  #menu-item-406,
  #menu-item-405 {
    padding-bottom: 3px;
  }

  .site-info {
    padding-top: 3px;
  }

  footer li {
    padding-left: 1em;
  }

  .site-info-mobile,
  .footer-icons {
    display: none;
  }

  .site-info-desktop,
  div #menu-item-619,
  div #menu-item-620 {
    display: block;
  }
}

.wp-block-latest-posts__list a {
  display: inline-block;
  width: 75%;
}

time {
  display: inline-block !important;
  font-size: 0.9em !important;
  text-align: right;
  width: 25%;
}

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

/*Store Temporary*/

body.page-id-387 .contact-us-inner-left p {
  text-align: left;
}

body.page-id-387 .wp-block-columns.alignwide {
  margin-bottom: 0em;
}

body.page-id-387 figure {
  margin-bottom: 0em;
  padding-bottom: 0em;
}

body.page-id-387 blockquote p {
  line-height: 130%;
  font-size: 1.75em !important;
}

body.page-id-387 blockquote p {
  text-align: center;
}

body.page-id-387,
body.page-id-387 .site-header {
  background: #ecede9;
  color: #191512 !important;
}

body.page-id-387 a,
body.page-id-387 p {
  color: #191512 !important;
}

body.page-id-387 footer {
}

body.page-id-387 .current-page-underline:after,
body.page-id-387 .underline:hover:after {
  border-bottom-color: #191512 !important;
}

body.page-id-395 .current-page-underline:after,
body.page-id-397 .current-page-underline:after {
  display: none;
}

body.page-id-387 path {
  fill: #191512;
}

body.page-id-387 .wp-block-column:last-of-type {
  margin-top: 0;
}

.sick-underline {
  border-bottom: 3px solid #191512;
  max-width: 50% !important;
  margin: auto !important;
}

@media screen and (min-width: 900px) {
  body.page-id-387 blockquote p {
    line-height: 140%;
    font-size: 2.75em !important;
  }

  body.page-id-387 .wp-block-column:last-of-type {
    margin-top: 8vh;
  }

  .sick-underline {
    border-bottom: 3px solid #191512;
  }
}

/*Studio*/

body.page-id-389 .wp-block-column p:first-of-type {
  font-size: 1rem;
}

.wp-block-pullquote {
  font-size: 80%;
}

body.page-id-389,
body.page-id-389 .site-header {
  background: #533e2c;
}

body.page-id-389 .quote {
  margin-top: 11rem;
}

body.page-id-389 footer {
}

body.page-id-512 p {
  font-family: "oswald-extra-light", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important;
}

body.page-id-389 div.philosophy-inner-left p,
body.page-id-512 div.philosophy-inner-left p {
  font-family: "caslon-regular", Georgia, serif !important;
  letter-spacing: 0px !important;
}

body.page-id-389 .wp-block-pullquote p {
  font-family: "caslon-regular", Georgia, serif !important;
}

body.page-id-389 .mobile-lead {
  display: none;
}

@media screen and (min-width: 900px) {
  body.page-id-387 .wp-block-pullquote {
    font-size: 80%;
    padding: 0 8em;
  }

  body.page-id-387 #primary {
    margin-bottom: 8em;
  }

  body.page-id-389 .wp-block-pullquote {
    padding-top: 12em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 70%;
  }

  body.page-id-389 .mobile-lead {
    display: block;
  }

  body.page-id-389 .wp-block-column p:first-of-type {
    font-size: 1.15rem;
  }
}

/*Contact*/

body.page-id-512 .wp-block-column p {
  font-size: 1.1em;
}

body.page-id-512 .wp-block-column svg {
  margin-top: 1em;
}

body.page-id-512 .wpforms-container {
  padding-top: 2em;
}

body.page-id-512,
body.page-id-512 .site-header {
  background: #ddd9cd;
  color: #191512 !important;
}

body.page-id-512 a,
body.page-id-512 p {
  color: #191512 !important;
}

body.page-id-512 footer {
}

.page-id-512 footer {
  background-color: #191512;
}

.page-id-512 footer * a {
  color: #ecede9;
}

body.page-id-512 footer * div,
body.page-id-512 footer * a,
body.page-id-512 footer svg path {
  color: #ecede9 !important;
  fill: #ecede9;
}

body.page-id-512 .sign-up-wrapper {
  border-bottom: 3px solid #ecede9;
}

body.page-id-512 path {
  fill: #191512;
}

/*Philosophy*/

body.page-id-501,
body.page-id-501 .site-header {
  background: #ddd9cd;
  color: #191512 !important;
}

body.page-id-501 a,
body.page-id-501 p {
  color: #191512 !important;
}

body.page-id-501 footer {
}

.page-id-501 footer {
  background-color: #191512;
}

.page-id-501 footer * a {
  color: #ecede9;
}

body.page-id-501 footer * div,
body.page-id-501 footer * a,
body.page-id-501 footer svg path {
  color: #ecede9 !important;
  fill: #ecede9;
}

body.page-id-501 .sign-up-wrapper {
  border-bottom: 4px solid #ecede9;
}

body.page-id-501 path {
  fill: #191512;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 60px 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-id-395 .entry-content > .alignwide,
.page-id-397 .entry-content > .alignwide {
  max-width: 1120px;
}

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 0;
  padding: 0 2em;
  max-width: 580px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 40px;
}

.wp-block-group.alignwide,
.wp-block-columns.alignwide,
.intro-block {
  margin-top: 0px !important;
}

@media screen and (min-width: 900px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .posts-navigation,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: max(3em, 7vw);
    padding-right: max(3em, 7vw);
  }

  .wp-block-group.alignwide,
  .wp-block-columns.alignwide,
  .intro-block {
    margin-top: 36px !important;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.wp-block-gallery {
  opacity: 0;
  /*  position: sticky;*/
  top: 208px;
}

.wp-block-gallery.loaded {
  opacity: 1;
  transition: 1s;
}

.baguetteBox-button#close-button {
  top: 3rem;
  right: 2rem;
  width: 64px;
  height: 64px;
}

div #next-button {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

div #next-button svg {
  display: none;
}

@media screen and (min-width: 900px) {
  .baguetteBox-button#close-button {
    top: 3.3rem;
    right: min(5em, 3%);
    position: absolute;
  }

  div #next-button {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  #previous-button,
  #next-button svg {
    display: none;
  }
}
