@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* ==========================================================================
	 Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
	 Typography
	 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
	Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
	Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
	 Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/playfair-display-v30-latin-700.woff2") format("woff2"); }
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/inter-v12-latin-regular.woff2") format("woff2"); }
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  margin: 0 0 24px; }
  p:last-child {
    margin: 0; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
.btn {
  display: inline-block;
  position: relative;
  font-family: Inter, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #ba2649;
  height: 44px;
  line-height: 40px;
  padding: 0 24px;
  border: 2px solid #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transition: background .2s ease; }
  .btn:focus {
    color: #fff;
    text-decoration: none; }
  .btn:active {
    top: 1px; }

body {
  background: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: var(--header-height) 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  --wrap: 12px;
  --header-height: 50px; }

ul, ol {
  margin: 0; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto; }

a, a:visited {
  color: #333;
  cursor: pointer;
  text-decoration: none; }
  a:focus, a:visited:focus {
    color: #ba2649;
    outline: none; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.body--overflow-hidden {
  overflow: hidden; }

.body--show-menu .nav-mobile {
  transform: translate3d(0, 0, 0); }
.body--show-menu .burger {
  top: 24px; }
.body--show-menu .burger--top {
  transform: rotate(45deg); }
.body--show-menu .burger--mid {
  opacity: 0; }
.body--show-menu .burger--bottom {
  transform: rotate(-225deg); }

.nav-mobile {
  background: #fff;
  position: fixed;
  top: var(--header-height);
  left: 0;
  height: 120vh;
  width: 100%;
  transition: transform .3s ease-in-out;
  transform: translate3d(-100%, 0, 0);
  z-index: 15;
  font-family: "Playfair Display", serif; }
  .nav-mobile a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 var(--wrap); }
  .nav-mobile .nav__item--ancestor a,
  .nav-mobile .nav__item--parent a,
  .nav-mobile .nav__item--current a {
    color: #ba2649; }

.btn-menu {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: var(--header-height);
  width: var(--header-height);
  text-align: center;
  border: 0;
  z-index: 25; }

.burger {
  position: absolute;
  left: var(--wrap);
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background: #333;
  transition: opacity 0.5s cubic-bezier(0.75, 0, 0.29, 1.01), top 0.5s cubic-bezier(0.75, 0, 0.29, 1.01), transform 0.5s cubic-bezier(0.75, 0, 0.29, 1.01); }

.burger--top {
  top: 16px; }

.burger--mid {
  top: 24px; }

.burger--bottom {
  top: 32px; }

/*********************
LAYOUT & GRID STYLES
*********************/
.main {
  flex: 1;
  width: 100%; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(2 * var(--wrap)) var(--wrap); }

.grid--50-50 {
  grid-template-columns: 1fr; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0;
  display: block;
  line-height: 1.5;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 var(--wrap); }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.15rem; }

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: var(--header-height);
  line-height: var(--header-height);
  z-index: 20;
  font-family: "Playfair Display", serif;
  text-align: center; }

.header__inner,
.insert__inner,
.footer__inner {
  padding: 0 var(--wrap); }

.logo {
  display: inline-block; }
  .logo img {
    vertical-align: top; }

.link-insta {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: var(--header-height);
  width: var(--header-height);
  padding: 12px; }
  .link-insta svg {
    vertical-align: top;
    fill: currentColor; }

/*********************
NAVIGATION STYLES
*********************/
.nav__item--ancestor a,
.nav__item--parent a,
.nav__item--current a {
  color: #333; }

/*********************
FOOTER STYLES
*********************/
.footer {
  padding: var(--wrap) 0; }

.nav-footer .nav {
  display: flex;
  gap: var(--wrap); }

/*
|------------------------------------------------------------------------------------
| PAGES
|------------------------------------------------------------------------------------
*/
.page {
  padding: 0 var(--wrap); }
  .page h2, .page h3 {
    margin: 0 0 6px; }

/*
|------------------------------------------------------------------------------------
| ARTWORRK / EXHIBITION CARDS
|------------------------------------------------------------------------------------
*/
.card {
  display: block; }

.card__img {
  display: block;
  margin: 0 0 12px; }

.card__title {
  font-size: 1rem; }

/*
|------------------------------------------------------------------------------------
| ARTWORRK / EXHIBITION DETAILS
|------------------------------------------------------------------------------------
*/
.article {
  display: grid;
  gap: var(--wrap); }

.article__header,
.aside {
  padding: 0 var(--wrap); }

.article__title {
  margin: 0; }

.article__content {
  display: grid;
  gap: var(--wrap); }

.article__footer {
  padding: var(--wrap); }

.article__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px var(--wrap); }
  .article__nav > span {
    grid-row: 1; }
  .article__nav span:not(:first-child) {
    text-align: right; }

.article__nav__item {
  display: grid;
  gap: 12px; }
  .article__nav__item .article__nav__item__pretitle {
    display: none; }
  .article__nav__item div:first-child {
    background-position: center;
    background-size: 150%; }
    .article__nav__item div:first-child:before {
      content: "";
      display: block;
      padding: 100% 0 0; }
  .article__nav__item h2 {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.article__nav__item--prev {
  grid-column: 1; }

.article__nav__item--next {
  grid-column: 2;
  text-align: right; }

.article__nav__item__pretitle {
  display: block;
  color: #8f91a7;
  font-size: .8rem;
  text-transform: uppercase; }

.aside {
  grid-row: 2; }

.meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--wrap);
  margin: 0;
  align-content: flex-start; }

.picture {
  display: block; }

/*
|------------------------------------------------------------------------------------
| INSERTS
|------------------------------------------------------------------------------------
*/
.insert {
  background: #ba2649;
  color: #fff;
  text-align: center;
  padding: 24px 0; }
  .insert .h2 {
    margin: 0 0 12px; }
  .insert a, .insert a:visited {
    color: #fff; }

/*
|------------------------------------------------------------------------------------
| MODAL
|------------------------------------------------------------------------------------
*/
.overlay,
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  opacity: 0;
  transition: opacity .3s ease;
  display: none; }

.overlay--active {
  opacity: 1; }

.modal {
  background: none;
  margin: 0 auto;
  display: block;
  z-index: -1; }

.modal--active {
  transform: translate(0, 0);
  opacity: 1;
  z-index: 105; }

.modal__inner {
  height: 100%; }

.modal__close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  .modal__close:after {
    content: "✕"; }

/*
|------------------------------------------------------------------------------------
| COOKIE WARNING
|------------------------------------------------------------------------------------
*/
/*
.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: $black;
	color: $white;
	font-size: 13px;
	line-height: 1.3;
	z-index: 5;
	// border-top: 1px solid $border-gray;
	transform: translate3d(0, 100%, 0);
	transition: transform .25s ease-in-out;

	a {
		color: $white;

		&:hover {
			color: darken($white, 5%);
		}
	}

	p {
		margin: 0;
	}
}

	.cookie--active {
		transform: translate3d(0, 0, 0);
	}

	.cookie__inner {
		padding: 15px 40px 15px 15px;
	}

	.cookie__close {
		@extend .modal__close;
	}
*/
.show--at-768,
.show--at-930,
.show--at-1030 {
  display: none; }

@media only screen and (max-width: 1030px) {
  html[lang] {
    margin: 0 !important; }

  #wpadminbar {
    display: none; } }
@media only screen and (min-width: 768px) {
  .hide--at-768 {
    display: none; }

  .show--at-768 {
    display: block; }

  /*********************
  GENERAL STYLES
  *********************/
  body {
    --wrap: 24px;
    --header-height: 80px; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .main {
    padding: var(--wrap); }

  .grid {
    grid-template-columns: 1fr 1fr 1fr; }

  .grid--50-50 {
    grid-template-columns: 1fr 1fr; }

  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.75rem; }

  h3, .h3 {
    font-size: 1.5rem; }

  /*********************
  HEADER STYLES
  *********************/
  .header__inner {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    height: 100%; }

  .logo {
    height: 50px;
    line-height: 50px;
    margin-right: var(--wrap); }

  .link-insta {
    position: static;
    margin-left: var(--wrap);
    height: 2rem;
    width: 2rem;
    padding: 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav-main {
    height: 50px;
    line-height: 50px; }
    .nav-main .nav {
      display: flex;
      gap: var(--wrap); }
    .nav-main a {
      display: block; }

  .nav__item--current a,
  .nav__item--ancestor a {
    color: #ba2649; }

  /*
  |------------------------------------------------------------------------------------
  | PAGES
  |------------------------------------------------------------------------------------
  */
  .page {
    padding: 0; }
    .page h2 + h3 {
      margin-top: -6px; }

  /*
  |------------------------------------------------------------------------------------
  | ARTWORRK / EXHIBITION CARDS
  |------------------------------------------------------------------------------------
  */ }
@media only screen and (min-width: 768px) and (hover: hover) {
  a, a:visited {
    transition: color .25s ease-in-out; }
    a:hover, a:visited:hover {
      color: #ba2649;
      outline: none; }

  .btn:hover {
    color: #fff;
    background: #901d38; }

  .card:hover img {
    transform: scale(1.1); }

  .card__img {
    overflow: hidden; }
    .card__img img {
      transform: scale(1);
      transition: transform .25s ease-in-out; }

  .article__nav__item:hover div:first-child {
    background-size: 165%; }

  .article__nav__item div:first-child {
    transition: background-size .25s ease-in-out; } }
@media only screen and (min-width: 768px) {
  /*
  |------------------------------------------------------------------------------------
  | ARTWORRK / EXHIBITION DETAILS
  |------------------------------------------------------------------------------------
  */
  .article__header,
  .article__footer,
  .aside {
    padding: 0; }

  .article__nav__item {
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-rows: 160px;
    gap: 12px; }
    .article__nav__item .article__nav__item__pretitle {
      display: block; }
    .article__nav__item div:first-child:before {
      display: none; }
    .article__nav__item h2 {
      white-space: initial; }

  .article__nav__item--next {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) 160px; }
    .article__nav__item--next div {
      grid-row: 1; }
      .article__nav__item--next div:first-child {
        grid-column: 2; }

  /*
  |------------------------------------------------------------------------------------
  | COOKIE WARNING
  |------------------------------------------------------------------------------------
  */
  /*
  .cookie {
  	text-align: center;
  }
  	
  	.cookie__inner {
  		max-width: 1240px;
  		margin: 0 auto;
  		padding: 10px 40px;
  	}
  */ }
@media only screen and (min-width: 930px) {
  .header {
    font-size: 1.5rem; } }
@media only screen and (min-width: 1030px) {
  body {
    --wrap: 36px; }

  h1, .h1 {
    font-size: 2.5rem; }

  h2, .h2 {
    font-size: 2rem; }

  h3, .h3 {
    font-size: 1.75rem; }

  .body--admin-bar {
    padding-top: var(--header-height); }
    .body--admin-bar .header,
    .body--admin-bar .modal {
      top: var(--wp-admin--admin-bar--height); }
    .body--admin-bar .aside {
      top: calc(var(--header-height) + var(--wp-admin--admin-bar--height)); }

  .hide--at-930 {
    display: none; }

  .show--at-930 {
    display: block; }

  .main--single {
    padding-top: 0; }

  .main--narrow .page {
    max-width: 1000px; }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .grid--50-50 {
    grid-template-columns: 1fr 1fr; }

  .card__title,
  .article__nav__item h2 {
    font-size: 1.25rem; }

  .article__content {
    grid-template-columns: 1fr calc(min(25%, 350px)); }
    .article__content .picture {
      grid-column: 1; }

  .aside {
    position: sticky;
    top: var(--header-height);
    grid-row: 1;
    grid-column: 2; }
    .aside .h2 {
      margin: 0 0 12px; } }
@media only screen and (min-width: 1240px) {
  .header__inner,
  .main,
  .insert__inner,
  .footer__inner {
    max-width: 1600px;
    margin: 0 auto; } }
