@charset "UTF-8";
/*!
Theme Name: ancapoterasu
Theme URI: http://underscores.me/
Author: Tibi Buzdugan
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ancapoterasu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

ancapoterasu is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Wremena", serif;
  font-variant-numeric: lining-nums;
}

h1 {
  font-size: 96px;
  line-height: 90px;
  font-weight: 300 !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 300 !important;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h1 .artist-year-header {
  font-size: 50%;
}

p {
  font-size: 24px;
  margin-bottom: 1.5em;
}
p.small {
  font-size: 14px;
}
p.big {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

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

blockquote, blockquote p,
.et-db #et-boc .et_pb_module blockquote {
  font-size: 48px;
  line-height: 48px;
  font-family: "Wremena", serif;
  text-align: center;
  margin: auto;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  blockquote, blockquote p,
.et-db #et-boc .et_pb_module blockquote {
    font-size: 30px;
    line-height: 36px;
  }
}

.blockquote-dividers {
  margin: auto;
}
.blockquote-dividers blockquote p:before, .blockquote-dividers blockquote p:after {
  display: block;
  content: "";
  margin: 50px auto;
  width: 1px;
  height: 70px;
  background: #000;
}

@media (max-width: 767px) {
  .et_pb_text {
    padding: 0 0.75rem !important;
  }
  .et_pb_text.et_pb_with_border {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .et_pb_text {
    max-width: 900px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .et-db #et-boc .et-l .et_pb_text.et_pb_with_border {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    border: none !important;
  }
}

.border-block {
  border-left: 1px solid #000 !important;
  padding-left: 140px !important;
}
.border-block p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .border-block {
    border-left: none;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.section-full-height {
  display: flex;
  min-height: 100vh;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1080px;
}

hr {
  background-color: #ccc;
  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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.et-db #et-boc .et-l .et_pb_module a.et_pb_button {
  line-height: 54px !important;
  font-size: 24px !important;
  text-align: center !important;
  padding: 0 36px !important;
  border-radius: 27px !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  font-weight: 300 !important;
  color: #000;
}
.et-db #et-boc .et-l .et_pb_module a.et_pb_button:after {
  content: "→";
  margin-left: -0.5em;
  line-height: 54px;
}
.et-db #et-boc .et-l .et_pb_module a.et_pb_button:hover, .et-db #et-boc .et-l .et_pb_module a.et_pb_button:focus, .et-db #et-boc .et-l .et_pb_module a.et_pb_button:active {
  background: #f4ebe1 !important;
}
.et-db #et-boc .et-l .et_pb_module a.et_pb_button:hover:after, .et-db #et-boc .et-l .et_pb_module a.et_pb_button:focus:after, .et-db #et-boc .et-l .et_pb_module a.et_pb_button:active:after {
  margin-left: 0;
}

button.btn-primary, a.btn-primary, .btn-primary {
  line-height: 54px !important;
  font-size: 24px;
  text-align: center;
  padding: 0 36px;
  border-radius: 27px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
button.btn-primary:after, a.btn-primary:after, .btn-primary:after {
  content: "→";
  margin-left: -0.5em;
  line-height: 54px;
  transition: all 0.1s linear;
}
button.btn-primary.btn-no-arrow:after, a.btn-primary.btn-no-arrow:after, .btn-primary.btn-no-arrow:after {
  display: none;
  margin-left: 0;
}
button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f4ebe1;
  color: #000;
  border: 1px solid #000;
}
button.btn-primary:hover:after, button.btn-primary:focus:after, button.btn-primary:active:after, a.btn-primary:hover:after, a.btn-primary:focus:after, a.btn-primary:active:after, .btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after {
  margin-left: 0;
}

.exhibition-soundtrack .btn-primary:after {
  display: none;
}

.btn-holder {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.btn-holder .btn-primary {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .btn-holder {
    flex-direction: column;
  }
  .btn-holder .btn-primary {
    margin-bottom: 20px;
  }
}

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

.two-columns-text {
  column-count: 2;
  margin: auto !important;
}
.two-columns-text p {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .two-columns-text {
    column-count: 1;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
  .visible-xs {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  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;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: center;
  flex: 1 0 50%;
}

.artist-menu {
  position: fixed;
  top: 200px;
  left: 10px;
  z-index: 9;
}
.artist-menu .artist-menu-toggle {
  cursor: pointer;
}
.artist-menu a {
  display: block;
  color: #000;
  text-decoration: none;
}
.artist-menu a:visited, .artist-menu a:focus {
  color: #000;
}
.artist-menu .is-active {
  display: none;
}
.artist-menu .artist-menu-expand {
  display: none;
}
.artist-menu .artist-menu-expand a:hover:before {
  content: "⟶ ";
  display: inline-block;
}
.artist-menu .artist-menu-expand > ul {
  margin: 0;
}
.artist-menu .artist-menu-expand > ul > li > ul {
  display: none;
}
.artist-menu .artist-menu-expand > ul > li.active .expand:after {
  content: "-";
}
.artist-menu .artist-menu-expand > ul > li.active > ul {
  display: block;
}
.artist-menu ul {
  list-style: none;
  padding: 0;
  cursor: pointer;
}
.artist-menu .expand:after {
  content: "+";
}
.artist-menu.visible .is-active {
  display: block;
}
.artist-menu.visible .is-hidden {
  display: none;
}
.artist-menu.visible .artist-menu-expand {
  display: block;
}
@media (max-width: 767px) {
  .artist-menu {
    left: auto;
    right: 0.75rem;
    top: 190px;
  }
  .artist-menu .artist-menu-toggle {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0.75rem;
  }
  .artist-menu.visible {
    left: 0.75rem;
    border: 1px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
    border-right: none;
  }
  .artist-menu.visible .artist-menu-toggle {
    right: 0.75rem;
  }
}

@media (max-width: 767px) {
  .parent-pageid-30 .artist-menu {
    top: 200px;
  }
}

.menu.nav-menu > li ul {
  display: none;
}
.menu.nav-menu > li.active ul {
  display: block;
}

.main-navigation ul ul {
  position: static;
  box-shadow: none;
}
.main-navigation ul ul a {
  width: auto;
}
.main-navigation ul ul a:before {
  content: "→";
  line-height: 54px;
}

.wremena-arrow {
  line-height: 1rem;
  vertical-align: top;
}

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

.post,
.page {
  margin: 0;
}

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

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

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

.page .entry-title {
  display: flex;
  justify-content: space-between;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1000px, 0, 0);
  }
}
@keyframes ticker-homepage {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-6266px, 0, 0);
  }
}
.et_pb_section {
  z-index: 0;
}

.section-flowing-text {
  display: flex;
  background-color: transparent;
  z-index: -1;
}
.section-flowing-text .flowing-text p {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 10s;
  font-size: 96px;
}
@media (max-width: 767px) {
  .section-flowing-text .flowing-text p {
    font-size: 48px;
  }
}
.section-flowing-text .flowing-text-row {
  z-index: -1;
  font-family: "Wremena", serif;
  position: absolute !important;
  white-space: nowrap;
  overflow: hidden;
  width: 100vw !important;
  top: 50%;
  bottom: 50%;
  display: flex;
  padding: 0 !important;
  height: 140px;
}
.section-flowing-text .flowing-text-row p {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 10s;
  font-size: 96px;
}
@media (max-width: 767px) {
  .section-flowing-text .flowing-text-row p {
    font-size: 48px;
  }
}

.child-of-exhibitions {
  position: relative;
}
.child-of-exhibitions .entry-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .child-of-exhibitions .entry-header {
    top: 70vh;
  }
}
.child-of-exhibitions .entry-header .entry-title {
  text-align: center;
  justify-content: center;
}
.child-of-exhibitions .entry-content, .child-of-exhibitions .entry-summary {
  margin-top: 0;
}

.biography-section h2 {
  padding: 100px 0 0 100px !important;
  border-bottom: 1px solid #000 !important;
  margin-bottom: 40px !important;
}
.biography-section p {
  font-size: 14px;
  padding: 0 !important;
  margin-bottom: 36px !important;
  display: flex;
}
.biography-section p .year {
  display: inline-block;
  flex: 100px 0 0;
}
@media (max-width: 767px) {
  .biography-section h2 {
    padding: 0 !important;
    border-bottom: none !important;
  }
}

.grandchild-of-artists .et_pb_module.et_pb_image {
  margin-bottom: 70px !important;
}

.home .entry-content {
  height: 100vh;
  position: relative;
  padding: 0 !important;
}
.home .entry-content .et_pb_row {
  padding: 0 !important;
  max-width: none !important;
}
.home .entry-content .flowing-text {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #000 !important;
  background: #fff !important;
  height: 54px !important;
  line-height: 54px !important;
}
.home .entry-content .flowing-text p {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker-homepage;
  animation-duration: 60s;
  font-size: 24px !important;
}
.home .entry-content .flowing-text p:hover {
  animation-play-state: paused;
}
.home .entry-content .flowing-text .wremena {
  font-family: "Wremena", serif;
  font-size: 29px;
}

.home {
  padding-bottom: 54px;
}

.home-carousel {
  max-width: 100vw;
  overflow: hidden;
}
.home-carousel .slick-arrow {
  position: absolute;
  display: none !important;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 48px;
  font-family: "Wremena", serif;
  margin: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}
.home-carousel .slick-arrow:before {
  font-size: 48px;
  font-family: "Wremena", serif;
  color: #000;
  display: block;
}
.home-carousel .slick-arrow.slick-prev {
  left: 0;
}
.home-carousel .slick-arrow.slick-next {
  right: 0;
}
.home-carousel .slick-arrow:hover, .home-carousel .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.75);
}
.home-carousel:hover .slick-arrow {
  display: block !important;
}
.home-carousel a, .home-carousel div {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.artfairs-carousel {
  margin-bottom: 150px;
}
.artfairs-carousel .slick-track {
  display: flex;
  align-items: center;
}
.artfairs-carousel .slick-arrow {
  position: absolute;
  display: none !important;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 48px;
  font-family: "Wremena", serif;
  margin: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #000 !important;
}
.artfairs-carousel .slick-arrow.slick-prev {
  left: -100px;
}
.artfairs-carousel .slick-arrow.slick-prev:before {
  display: none;
}
@media (max-width: 767px) {
  .artfairs-carousel .slick-arrow.slick-prev {
    left: 0;
    bottom: -70px;
  }
}
.artfairs-carousel .slick-arrow.slick-next {
  right: -100px;
}
.artfairs-carousel .slick-arrow.slick-next:before {
  display: none;
}
@media (max-width: 767px) {
  .artfairs-carousel .slick-arrow.slick-next {
    right: 0;
    bottom: -70px;
  }
}
.artfairs-carousel .slick-arrow:hover, .artfairs-carousel .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.75);
}
.artfairs-carousel img {
  width: auto;
  max-height: 600px;
  margin: auto;
}

.entry-content:hover .artfairs-carousel .slick-arrow, .entry-content:focus .artfairs-carousel .slick-arrow {
  display: block !important;
}

.single-nft .img-container {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .single-nft .img-container {
    margin-top: 150px;
  }
}
.single-nft .img-container img {
  width: 100%;
  max-width: 800px;
}
.single-nft .post-navigation {
  margin: 0;
}
.single-nft .post-navigation .nav-next, .single-nft .post-navigation .nav-previous {
  z-index: 1;
  font-size: 48px;
  font-family: "Wremena", serif;
  margin: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
}
.single-nft .post-navigation .nav-next a, .single-nft .post-navigation .nav-previous a {
  color: #000;
  text-decoration: none;
  width: 60px;
  height: 60px;
  padding: 0;
}
.single-nft .post-navigation .nav-next {
  right: 0;
}
.single-nft .post-navigation .nav-previous {
  left: 0;
}
.single-nft .nft-desc {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-nft .nft-desc h1 {
  margin: 0;
  font-size: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 32px;
  margin-right: 30px;
}
.single-nft .nft-desc .description {
  font-size: 14px;
  font-family: "Wremena", serif;
  line-height: 24px;
  max-width: 400px;
  margin-right: 30px;
}
.single-nft .nft-desc .description p {
  font-size: 14px;
  line-height: 24px;
}
.single-nft .nft-desc .description p:last-of-type {
  margin: 0;
}
.single-nft .nft-desc .btn-primary {
  margin: auto 0 auto auto;
  white-space: nowrap;
}
.single-nft .nft-desc .btn-primary:after {
  margin-left: 0;
}
.single-nft .nft-desc .btn-primary:hover {
  padding-right: 26px;
}
.single-nft .nft-desc .btn-primary:hover:after {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .single-nft .nft-desc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-nft .nft-desc .description {
    margin: 0;
    text-align: center;
  }
  .single-nft .nft-desc .btn-primary {
    margin: 20px auto auto;
  }
}

.post-news {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
}
.post-news .entry-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.post-news .entry-header h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.post-news .entry-content > * {
  display: block;
  font-size: 14px;
}
.post-news .news-date, .post-news .news-url {
  font-style: italic;
}
.post-news .news-read-more {
  color: #000;
  text-decoration: none;
}
.post-news .news-read-more:hover, .post-news .news-read-more:focus, .post-news .news-read-more:active {
  color: #000;
  text-decoration: none;
}

.news-container {
  max-width: 800px;
  margin-bottom: 100px;
  margin-top: 150px;
  position: relative;
}
.news-container h2 {
  margin-bottom: 50px;
}
.news-container .ig-link {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 25px;
  right: 0;
}
.news-container .ig-link:hover {
  text-decoration: underline;
}
.news-container .ig-container {
  margin-bottom: 150px;
}
.news-container .slicker-instagram-placeholder:nth-of-type(1) {
  margin: 0 7px 0 0 !important;
}
.news-container .slicker-instagram-placeholder:nth-of-type(2) {
  margin: 0 7px 0 !important;
}
.news-container .slicker-instagram-placeholder:nth-of-type(3) {
  margin: 0 0 0 7px !important;
}
@media (max-width: 767px) {
  .news-container {
    margin-top: 150px;
  }
  .news-container h2 {
    margin-bottom: 20px;
  }
  .news-container .ig-link {
    right: 0.75rem;
    top: 10px;
  }
  .news-container .ig-container {
    margin-bottom: 50px;
    overflow-x: auto;
  }
  .news-container .fts-instagram-inline-block-centered {
    margin-bottom: 0;
    white-space: nowrap;
  }
}

.nft-container {
  max-width: 800px;
  margin-bottom: 100px;
  margin-top: 150px;
}
.nft-container .row {
  margin-bottom: 1.5rem;
}
.nft-container h2 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .nft-container h2 {
    margin-bottom: 50px;
  }
}
.nft-container article a {
  padding-top: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  display: block;
}

.about-page .et_pb_section {
  padding-top: 0 !important;
}
.about-page .et_pb_row {
  width: 100%;
  max-width: none !important;
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

article.art-fair {
  padding-top: 50px;
}

.artfairs-container {
  position: relative;
  max-width: calc(100vw - 280px);
  margin-right: 0;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .artfairs-container {
    max-width: none;
  }
}
.artfairs-container h2 {
  margin-top: 150px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .artfairs-container h2 {
    margin-top: 150px;
  }
}
.artfairs-container .nav {
  position: absolute;
  left: -270px;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.artfairs-container .nav button {
  font-size: 24px;
  background: none !important;
  color: #000 !important;
  padding: 0.5rem 0.75rem;
}
.artfairs-container .nav button.active:before {
  display: inline-block;
  content: "⟶";
}
.artfairs-container .artfair {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
.artfairs-container .artfair-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 125px;
  height: 250px;
  margin-right: 20px;
  flex: 125px 0 0;
}
.artfairs-container .artfair-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.artfairs-container .artfair-info h1 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 15px;
}
.artfairs-container .artfair-info a, .artfairs-container .artfair-info .date {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .artfairs-container {
    padding: 0;
    display: flex;
  }
  .artfairs-container h2 {
    padding: 0 0.75rem;
  }
  .artfairs-container .nav {
    position: static;
    flex: 120px 0 0;
    margin: 0;
  }
  .artfairs-container .tab-pane .row {
    display: flex;
    flex-direction: column;
  }
  .artfairs-container .artfair {
    flex-direction: column;
    width: 100%;
  }
  .artfairs-container .artfair .artfair-image {
    flex: 250px 0 0;
  }
  .artfairs-container .artfair-info h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 5px 0 5px;
  }
  .artfairs-container .artfair-info a, .artfairs-container .artfair-info .date {
    font-size: 16px;
  }
}

.exhibitions-container {
  margin-top: 150px;
}
.exhibitions-container .tab-content {
  min-height: 450px;
}
.exhibitions-container .nav {
  margin-bottom: 100px;
  margin-left: -1rem;
}
.exhibitions-container .nav button {
  font-size: 24px;
  background: none !important;
  color: #000 !important;
  padding: 0.5rem 0.75rem;
}
.exhibitions-container .nav button.active {
  text-decoration: underline;
}
.exhibitions-container .nav .nav-item {
  display: flex;
  align-items: center;
}
.exhibitions-container .nav .nav-item:not(:last-of-type):after {
  display: inline-block;
  content: "|";
  color: #ccc;
  margin: 0 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .exhibitions-container .nav {
    flex-direction: column;
  }
}
.exhibitions-container .tab-pane {
  position: relative;
}
.exhibitions-container .second-nav {
  position: absolute;
  left: -280px;
  display: flex;
  flex-direction: column;
}
.exhibitions-container .second-nav .nav-item:not(:last-of-type):after {
  display: none;
}
.exhibitions-container .second-nav button:hover:before {
  display: inline-block;
  content: "⟶";
}
.exhibitions-container .second-nav button.active {
  text-decoration: none;
}
.exhibitions-container .second-nav button.active:before {
  display: inline-block;
  content: "⟶";
}
.exhibitions-container .exhibition-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
}
.exhibitions-container .exhibition-info h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 15px;
}
.exhibitions-container .exhibition-info a, .exhibitions-container .exhibition-info .date {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
.exhibitions-container .current-exhibition {
  position: relative;
  margin-bottom: 30px;
}
.exhibitions-container .current-exhibition .exhibition-image {
  padding-top: 42%;
}
.exhibitions-container .current-exhibition .exhibition-info {
  width: 280px;
  position: absolute;
  left: -280px;
}
.exhibitions-container .past-exhibition {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
.exhibitions-container .past-exhibition:hover a:before {
  display: none;
}
.exhibitions-container .past-exhibition a {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-decoration: none;
}
.exhibitions-container .past-exhibition a:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .exhibitions-container .past-exhibition a {
    background-image: none !important;
    padding-top: 0;
    color: #000;
  }
  .exhibitions-container .past-exhibition a:before {
    display: none;
  }
}
.exhibitions-container .past-exhibition .entry-title {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .exhibitions-container .past-exhibition .entry-title {
    margin: 0;
  }
}
.exhibitions-container .past-exhibition .entry-visit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .exhibitions-container .past-exhibition .entry-visit {
    position: static;
  }
}
.exhibitions-container .past-exhibition .date {
  color: #fff !important;
  position: relative;
}
@media (max-width: 767px) {
  .exhibitions-container .past-exhibition .date {
    color: #000 !important;
  }
}
.exhibitions-container .past-exhibition .exhibition-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.exhibitions-container .past-exhibition .exhibition-info .exhibition-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.exhibitions-container .past-exhibition:hover .exhibition-overlay {
  display: block;
}
@media (max-width: 767px) {
  .exhibitions-container .past-exhibition:hover .exhibition-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .exhibitions-container {
    padding: 0;
  }
  .exhibitions-container .nav {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .exhibitions-container .nav .nav-item:not(:last-of-type):after {
    display: none;
  }
  .exhibitions-container .current-exhibition {
    display: flex;
    flex-direction: column-reverse;
  }
  .exhibitions-container #nav-past.show, .exhibitions-container #nav-camera.show .tab-wrapper {
    display: flex;
  }
  .exhibitions-container .second-nav {
    position: static;
    flex: 120px 0 0;
  }
  .exhibitions-container .past-exhibition {
    flex-direction: column;
    width: 100%;
  }
  .exhibitions-container .past-exhibition .exhibition-image {
    flex: 250px 0 0;
  }
  .exhibitions-container .current-exhibition .exhibition-info {
    width: auto;
    position: static;
    padding: 0.75rem;
  }
  .exhibitions-container .current-exhibition .exhibition-info h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 5px;
  }
  .exhibitions-container .current-exhibition .exhibition-info a, .exhibitions-container .current-exhibition .exhibition-info .date {
    font-size: 16px;
  }
  .exhibitions-container .past-exhibition .exhibition-info {
    width: auto;
    position: static;
    padding: 0.75rem 0;
  }
  .exhibitions-container .past-exhibition .exhibition-info h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 5px;
  }
  .exhibitions-container .past-exhibition .exhibition-info a, .exhibitions-container .past-exhibition .exhibition-info .date {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .exhibitions-container {
    max-width: calc(100% - 280px);
    margin-right: 0;
  }
}

#nav-camera > .container {
  margin-left: 0;
  padding: 0;
}
#nav-camera > .container > p {
  font-size: 14px;
  max-width: 600px;
}
@media (max-width: 767px) {
  #nav-camera > .container {
    padding: 0 0.75rem;
  }
}
#nav-camera .tab-content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #nav-camera .tab-content {
    margin-top: 10px;
  }
}
#nav-camera .second-nav {
  margin-top: 10px;
}

.location-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-top: 50px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .location-title {
    font-size: 24px;
    padding: 0 0.75rem;
  }
}

@media (max-width: 767px) {
  .slide .location-title {
    padding: 0;
  }
}

.artists-container {
  margin-top: 150px;
  margin-bottom: 200px;
  position: relative;
}
.artists-container .row + .row .artists-title {
  margin-top: 30px;
}
.artists-container .artists-title {
  font-size: 24px;
  margin-left: 150px;
  margin-bottom: 30px;
}
.artists-container .artist .artist-cover {
  opacity: 0;
  transition: all 0.1s ease-in-out;
  position: absolute;
  left: 50%;
  margin-top: -72px;
  width: 40%;
  pointer-events: none;
}
.artists-container .artist a {
  font-size: 48px;
  font-family: "Wremena", serif;
  text-decoration: none;
  color: #000;
}
.artists-container .artist:hover .artist-cover {
  opacity: 1;
}
.artists-container .artist:nth-of-type(2n+1) .artist-cover {
  left: 0;
}
@media (max-width: 767px) {
  .artists-container .artists-title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .artists-container .artist a {
    font-size: 30px;
    line-height: 36px;
  }
  .artists-container .artist .artist-cover {
    opacity: 1;
    position: static;
    margin: 0 0 30px;
    display: block;
    width: 60%;
  }
}

.artist-featured-image img {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .artist-featured-image img {
    position: static;
    top: 0;
    margin-top: 150px;
  }
}
@media (min-width: 768px) {
  .artist-featured-image img {
    max-width: 50vw;
    max-height: 65vh;
    width: auto;
    height: auto;
  }
}

.mfp-wrap, .mfp-bg {
  display: none !important;
}

.share-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 120px 0;
  border-top: 1px solid #000;
}
.share-box .share-links {
  font-size: 48px;
  font-family: "Wremena", serif;
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 70px;
  line-height: 1;
}
.share-box .share-links a {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .share-box {
    flex-direction: column;
  }
  .share-box .share-links {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}

.share-box-shop a {
  color: #000;
  text-decoration: none;
}
.share-box-shop a:after {
  display: inline-block;
  content: "|";
  color: #000;
  margin: 0 5px;
  font-size: 14px;
}
.share-box-shop .has-pointer {
  display: inline;
}
.share-box-shop a:hover, .share-box-shop .has-pointer:hover {
  text-decoration: underline;
}

.similar-exhibitions-carousel .container {
  max-width: 800px;
}
.similar-exhibitions-carousel .exhibition-info {
  padding-left: 0;
}
.similar-exhibitions-carousel .exhibition-info h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 60px;
}
.similar-exhibitions-carousel .exhibition-info a, .similar-exhibitions-carousel .exhibition-info .date {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}
.similar-exhibitions-carousel .exhibition-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  padding-top: 42%;
}
.similar-exhibitions-carousel .slick-track {
  display: flex;
  align-items: center;
}
.similar-exhibitions-carousel .slick-arrow {
  position: absolute;
  display: none !important;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 48px;
  font-family: "Wremena", serif;
  margin: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: none;
  background: transparent;
}
.similar-exhibitions-carousel .slick-arrow.slick-prev {
  left: -100px;
}
@media (max-width: 767px) {
  .similar-exhibitions-carousel .slick-arrow.slick-prev {
    left: 0;
    bottom: -70px;
    top: auto;
  }
}
.similar-exhibitions-carousel .slick-arrow.slick-next {
  right: -100px;
}
@media (max-width: 767px) {
  .similar-exhibitions-carousel .slick-arrow.slick-next {
    right: 0;
    top: auto;
    bottom: -70px;
  }
}
@media (max-width: 767px) {
  .similar-exhibitions-carousel .current-exhibition {
    display: flex;
    flex-direction: column-reverse;
  }
  .similar-exhibitions-carousel .current-exhibition .exhibition-info h1 {
    margin: 20px 0;
  }
  .similar-exhibitions-carousel .current-exhibition .exhibition-image {
    width: 225px;
    height: 450px;
    padding: 0;
  }
}

.similar-exhibitions {
  background: #ddd;
  padding: 100px 0;
}
.similar-exhibitions .location-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.similar-exhibitions:hover .similar-exhibitions-carousel .slick-arrow, .similar-exhibitions:focus .similar-exhibitions-carousel .slick-arrow {
  display: block !important;
}

.similar-heading {
  text-align: center;
  font-size: 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .similar-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .et_pb_module.et_pb_image {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .post-28 .entry-header.container {
    margin-top: 150px;
  }
  .post-28 .entry-header.container h1 {
    margin: 0;
  }
  .post-28 .entry-header.container .entry-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #post-26 .entry-content {
    padding-top: 150px;
    margin-top: 0 !important;
  }
  #post-26 #et-boc .et-l .et_pb_row {
    padding: 0 0.75rem !important;
  }
  #post-26 .et_pb_text {
    padding: 0 !important;
  }
  #post-26 .et_pb_image_0 {
    position: static;
    animation: none;
  }
}

@media (max-width: 767px) {
  .et-db #et-boc .et-l .et_pb_module.blockquote-dividers {
    margin-top: 0 !important;
  }
  .et-db #et-boc .et-l .et_pb_module.et_pb_image {
    width: 100%;
    max-width: 100%;
    margin-top: auto !important;
  }
}
.other-artists-wrapper {
  background: #f4ebe1;
  padding: 100px 0;
  overflow: hidden;
}
.other-artists-wrapper .nav {
  display: flex;
  align-items: center;
  margin: 0 -1rem 50px;
}
.other-artists-wrapper .nav button {
  font-size: 24px;
  background: none !important;
  color: #000 !important;
}
.other-artists-wrapper .nav button.active {
  text-decoration: underline;
}
.other-artists-wrapper .nav .nav-divider {
  color: #ccc;
  font-size: 20px;
  vertical-align: middle;
}
.other-artists-wrapper a {
  font-family: "Wremena", serif;
  text-decoration: none;
  color: #000;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
}
.other-artists-wrapper a:hover:before {
  content: "⟶";
  margin-top: -12px;
  display: inline-block;
}

.site-footer {
  border-top: 1px solid #000;
}

.curatorial-pdf-links, .newsletter-box {
  padding: 70px 0.75rem 100px;
}
@media (min-width: 1200px) {
  .curatorial-pdf-links, .newsletter-box {
    max-width: 800px;
    margin: auto;
  }
}

.newsletter-box h2 {
  margin-bottom: 40px;
}

.copyright {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #000;
}

.mc-signup {
  display: flex;
  max-width: 600px;
  margin: auto;
}
.mc-signup .mc-email, .mc-signup .btn-primary {
  line-height: 54px !important;
  font-size: 24px;
  text-align: center;
  padding: 0 36px;
  border-radius: 27px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.mc-signup .mc-email {
  padding: 0 10px;
  width: 100%;
  margin-right: 20px;
}
.mc-signup .btn-primary:after {
  content: "→";
  margin-left: -0.5em;
  line-height: 54px;
}
.mc-signup .btn-primary:hover, .mc-signup .btn-primary:focus, .mc-signup .btn-primary:active {
  background: #f4ebe1 !important;
  border-color: #000;
}
.mc-signup .btn-primary:hover:after, .mc-signup .btn-primary:focus:after, .mc-signup .btn-primary:active:after {
  margin-left: 0;
}
.mc-signup #mce-responses {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .mc-signup {
    flex-direction: column;
  }
  .mc-signup .mc-email {
    margin-bottom: 20px;
  }
}

.site-logo {
  width: 255px;
  height: 27px;
  background: url("/wp-content/themes/ancapoterasu/vectors/logo-landscape.svg") no-repeat bottom center;
  background-size: contain;
  display: block;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .site-logo {
    width: 213px;
    height: 75px;
    background: url("/wp-content/themes/ancapoterasu/vectors/logo-portrait.svg") no-repeat top center;
  }
}

a.site-logo-text {
  color: #000;
  font-size: 24px;
  text-decoration: none;
  white-space: nowrap;
}
a.site-logo-text span {
  font-family: "Wremena", serif;
  font-size: 29px;
}
@media (max-width: 767px) {
  a.site-logo-text span {
    display: block;
    line-height: 29px;
  }
}

.site-header.container {
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  z-index: 10;
  margin-top: 0;
  padding: 0 0.75rem;
}

body.hide-menu-xs .site-header.container {
  margin-top: -200px;
}

.site-header.menu-opened,
.site-header.search-opened {
  background: #fff;
  height: 100vh;
  margin-top: 0 !important;
}

.logged-in .site-header {
  top: 32px;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  margin-right: -0.75rem;
}
.main-navigation button, .main-navigation a {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 20px;
  color: #000;
}
@media (max-width: 767px) {
  .main-navigation button, .main-navigation a {
    padding: 5px 0.75rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.main-navigation .menu-main-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  font-family: "Wremena", serif;
  padding-bottom: 100px;
  overflow-y: auto;
}
.main-navigation .menu-main-container ul {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: auto;
}
.main-navigation .menu-main-container ul li a {
  font-size: 96px;
  line-height: 96px;
  color: #000;
  text-decoration: none;
}
.main-navigation .menu-main-container ul li a:hover:before {
  line-height: 66px;
  vertical-align: top;
  content: "⟶";
  display: inline-block;
}
.main-navigation .menu-toggle {
  display: inline-block;
}
.main-navigation .menu-closed {
  display: block;
}
.main-navigation .menu-opened {
  display: none;
}
.main-navigation.toggled .menu-main-container {
  display: block;
}
.main-navigation.toggled .menu-closed {
  display: none;
}
.main-navigation.toggled .menu-opened {
  display: block;
}
@media (max-width: 767px) {
  .main-navigation {
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
  }
  .main-navigation.toggled .cart-toggle, .main-navigation.toggled .language-toggle, .main-navigation.toggled .search-toggle {
    display: none;
  }
  .main-navigation .menu-main-container {
    padding: 0.75rem;
  }
  .main-navigation .menu-main-container ul li a {
    font-size: 48px;
    line-height: 60px;
  }
  .main-navigation .menu-main-container ul li a:hover:before {
    line-height: 46px;
    vertical-align: top;
  }
}

.search-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  font-family: "Wremena", serif;
  overflow-y: auto;
  max-width: 100%;
  padding: 0 0.75rem 100px;
}
.search-container .search-loading {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
}
.search-container .loading .search-loading {
  display: block;
}
.search-container .link-results {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
}

.search--results a {
  color: #000;
  text-decoration: none;
}
.search--results a:hover {
  text-decoration: underline;
}
.search--results h2 {
  margin-top: 30px;
}
.search--results .search-artist {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.search--results .search-exhibition {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search--results .search-exhibition {
    flex-direction: column;
  }
  .search--results .search-exhibition .exhibition-image {
    margin-bottom: 20px;
    margin-left: 0;
    flex: none;
  }
}
.search--results .exhibition-image {
  width: 266px;
  height: 211px;
  flex: 266px 0 0;
  margin-right: 20px;
  background-size: cover;
}
.search--results .exhibition-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search--results .exhibition-info .entry-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.search--results .exhibition-info .entry-title .date {
  display: inline;
}

.search-main {
  margin-top: 150px;
}
.search-main h1 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .search-main h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.search-toggle .search-closed {
  display: block;
}
.search-toggle .search-opened {
  display: none;
}

.search-opened .cart-toggle,
.search-opened .language-toggle,
.search-opened .menu-toggle {
  display: none;
}
.search-opened .search-toggle .search-opened {
  display: block;
}
.search-opened .search-toggle .search-closed {
  display: none;
}
.search-opened .search-container {
  display: block;
}

input[type=search].search-field {
  border: none;
  border-bottom: 1px solid #000;
  font-size: 96px;
  color: #000;
  text-align: center;
  max-width: 100%;
  width: 100%;
  font-family: "Wremena", serif;
}
@media (max-width: 767px) {
  input[type=search].search-field {
    font-size: 48px;
  }
}

.language-toggle a {
  display: inline;
  color: #000;
}

html:lang(en) .language-toggle .en {
  display: none;
}

html:lang(ro) .language-toggle .ro {
  display: none;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.exhibition-soundtrack {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
.exhibition-soundtrack button {
  pointer-events: all;
  font-family: "Wremena", serif;
  display: flex;
  align-items: center;
}
.exhibition-soundtrack .on {
  display: none;
}
.exhibition-soundtrack .off {
  display: flex;
}
.exhibition-soundtrack.is-on .on {
  display: flex;
}
.exhibition-soundtrack.is-on .off {
  display: none;
}
.exhibition-soundtrack .icon {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .exhibition-soundtrack {
    top: 140px;
    right: 0.75rem;
    left: auto;
  }
  .exhibition-soundtrack button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 0;
  }
  .exhibition-soundtrack button .icon {
    margin-left: 0;
  }
}

.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.icon-sound-off {
  background-image: url("/wp-content/themes/ancapoterasu/vectors/audio-off.svg");
  width: 28px;
  height: 15px;
}
.icon.icon-sound-on {
  background-image: url("/wp-content/themes/ancapoterasu/vectors/audio-on.svg");
  width: 20px;
  height: 16px;
}
.icon.icon-heart {
  background-image: url("/wp-content/themes/ancapoterasu/vectors/icon-heart.svg");
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.et_pb_video .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.4) !important;
}
.et_pb_video .et_pb_video_play {
  color: #fff !important;
}

.et_post_gallery {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.et_post_gallery img {
  aspect-ratio: 1;
  object-fit: cover;
}
.et_post_gallery .et_pb_grid_item {
  width: 100% !important;
  margin: 0 !important;
  aspect-ratio: 1;
  height: 0;
  padding-bottom: 100% !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .et_post_gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.75rem;
    padding: 0 0.75rem !important;
  }
}

.et_pb_video {
  overflow: hidden;
}

.et_pb_image a {
  position: relative;
}
.et_pb_image a:after {
  display: block;
  text-align: right;
  content: "+";
  font-weight: 300;
  color: #000;
  position: absolute;
  right: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .et_pb_image a:after {
    right: 0.75rem;
  }
}

.et-db #et-boc .et-l .et_pb_gallery_image .et_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.et-db #et-boc .et-l .et_pb_gallery_image .et_overlay:before {
  margin: 0;
  position: static;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  content: "+";
  font-family: "Wremena", serif !important;
  color: #000;
}

.has-pointer {
  cursor: pointer;
}

.img-caption {
  color: #000 !important;
  font-family: "Wremena", serif;
  font-size: 14px;
  margin-top: 5px !important;
  position: absolute;
  left: 0;
  text-align: left !important;
}
@media (max-width: 767px) {
  .img-caption {
    left: 0.75rem;
  }
}

@keyframes about-img {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 300px;
  }
  100% {
    margin-top: 0;
  }
}
.page-id-26 .et_pb_image_0 {
  position: absolute;
  animation-name: about-img;
  animation-duration: 30s !important;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .et_pb_section {
    background-attachment: scroll !important;
  }
}
/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.pswp {
  z-index: 10001;
}
.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__dynamic-caption--overlay {
  background: rgba(255, 255, 255, 0.9);
}
.pswp .pswp__caption {
  background: transparent;
}
.pswp .pswp__caption > * {
  color: #000;
  font-family: "Wremena", serif;
  font-size: 14px;
  line-height: 24px;
}
.pswp .pswp__caption__center {
  max-width: 100%;
  position: relative;
}
.pswp .pswp__enquire {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.pswp .pswp__enquire a {
  color: #000;
  text-decoration: none;
}
.pswp .pswp__button:before {
  background: none;
  color: #000;
  font-family: "Wremena", serif;
  font-size: 48px;
  position: static;
}
.pswp .pswp__button--arrow--right:before {
  content: "→";
  background-image: none !important;
}
.pswp .pswp__button--arrow--left:before {
  content: "←";
  background-image: none !important;
}
.pswp .pswp__counter {
  text-shadow: none;
  color: #000;
}
.pswp .pswp__icn {
  color: #000;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Thin.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Thin.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-ThinItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-ThinItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraLight.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraLight.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraLightItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraLightItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Light.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Light.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-LightItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-LightItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Regular.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Regular.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Italic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Italic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Medium.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Medium.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-MediumItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-MediumItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-SemiBold.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-SemiBold.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-SemiBoldItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-SemiBoldItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Bold.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Bold.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-BoldItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-BoldItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraBold.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraBold.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraBoldItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-ExtraBoldItalic.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-Black.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-Black.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-BlackItalic.woff2?v=3.18") format("woff2"), url("/wp-content/themes/ancapoterasu/fonts/Inter-BlackItalic.woff?v=3.18") format("woff");
}
/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-roman.var.woff2?v=3.18") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter-italic.var.woff2?v=3.18") format("woff2");
}
/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

  * { font-variation-settings: "slnt" 0deg }
  .italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
  font-family: "Inter var experimental";
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
  src: url("/wp-content/themes/ancapoterasu/fonts/Inter.var.woff2?v=3.18") format("woff2");
}
@font-face {
  font-family: "Wremena";
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/WremenaRegular.woff") format("woff");
}
@font-face {
  font-family: "Wremena";
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/WremenaBold.woff") format("woff");
}
@font-face {
  font-family: "Wremena";
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/ancapoterasu/fonts/WremenaLight.woff") format("woff");
}

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