/*!
Theme Name: Hoogsteder 2020
Description: Template voor de website van Hoogsteder (2020)
Version: 1.0
Author: Torin internet applications
Author URI: http://www.torin.nl
*/
html, body, div, span, applet, object, iframe,
h1,
.aboutpage .text > h2,
.overviewpage .text > h2,
.home .text > h2, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/*
 * Dansende letters bij:
*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.designborder, h1 + h2, .aboutpage .text > h2 + h2, .overviewpage .text > h2 + h2, .home .text > h2 + h2, h1 + h3, .aboutpage .text > h2 + h3, .overviewpage .text > h2 + h3, .home .text > h2 + h3,
.h1 + h2,
.h1 + h3,
.carrousel .wp-block-column div > h2:first-child + h2,
.carrousel .wp-block-column div > h2:first-child + h3,
.single-painting .wp-block-columns h1 + h2,
.single-painting .wp-block-columns h1 + h3, .aboutpage .text > h2, .overviewpage .text > h2, .blog h2 + h3, .page-template-template-journal h2 + h3, .category h2 + h3 {
  position: relative;
  padding-bottom: 10px; }
  .designborder:after, h1 + h2:after, .aboutpage .text > h2 + h2:after, .overviewpage .text > h2 + h2:after, .home .text > h2 + h2:after, h1 + h3:after, .aboutpage .text > h2 + h3:after, .overviewpage .text > h2 + h3:after, .home .text > h2 + h3:after,
  .h1 + h2:after,
  .h1 + h3:after,
  .carrousel .wp-block-column div > h2:first-child + h2:after,
  .carrousel .wp-block-column div > h2:first-child + h3:after,
  .single-painting .wp-block-columns h1 + h2:after,
  .single-painting .wp-block-columns h1 + h3:after, .aboutpage .text > h2:after, .overviewpage .text > h2:after, .blog h2 + h3:after, .page-template-template-journal h2 + h3:after, .category h2 + h3:after {
    content: "";
    display: block;
    width: 136px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000; }

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  background-color: #fff; }

html {
  overflow-y: scroll;
  min-height: 100%; }

body {
  min-width: 320px;
  text-align: left; }

.alignright {
  float: right !important;
  margin-right: 0 !important; }

.alignleft {
  float: left !important;
  margin-left: 0 !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block; }

form,
label {
  margin: 0;
  padding: 0; }

input {
  margin: 0; }

#pagination {
  overflow: hidden;
  padding-top: 10px; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

a[name="ct"] {
  position: absolute;
  top: 0;
  left: 0; }

body > header {
  /*
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  background-color: #fff;
  */
  position: relative;
  padding: 22px 15px 40px 15px; }
  @media all and (min-width: 768px) {
    body > header {
      padding: 45px 56px; } }
  body > header nav {
    display: none; }
    @media all and (min-width: 768px) {
      body > header nav {
        position: absolute;
        right: 56px;
        bottom: 30px;
        display: block;
        margin-left: 301px;
        max-width: 470px; } }
    @media all and (min-width: 940px) {
      body > header nav {
        max-width: 550px; } }
    @media all and (min-width: 1300px) {
      body > header nav {
        max-width: 100%;
        margin-left: 0; } }

body.post-type-archive > section:first-of-type, body.tax-genre > section:first-of-type, body.page-template-template-overview-children > section:first-of-type {
  margin-bottom: 0; }
body > section {
  overflow: hidden;
  margin-bottom: 28px;
  padding: 0 15px; }
  @media all and (min-width: 768px) {
    body > section {
      padding: 0 56px; } }
  body > section article {
    text-align: left; }
    body > section article > div {
      position: relative;
      text-align: left;
      /*
      padding: 0 15px;
      @media all and ( min-width: $ipad-portrait ) {
      	padding: 0 55px;
      }
      .home & {
      	@media all and ( min-width: $break-04 ) {
      		padding: 0;
      	}
      }
      */ }
      body > section article > div.sfeer {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0 -15px 30px -15px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        @media all and (max-width: 767px) {
          body > section article > div.sfeer {
            background-image: none !important; } }
        @media all and (min-width: 768px) {
          body > section article > div.sfeer {
            min-height: 400px;
            padding: 0;
            max-height: 800px;
            margin: 0 -56px 70px -56px; } }
        body > section article > div.sfeer img {
          width: 100%; }
          body > section article > div.sfeer img:first-child {
            display: none; }
            @media all and (min-width: 768px) {
              body > section article > div.sfeer img:first-child {
                display: block; } }
          body > section article > div.sfeer img:last-child {
            display: block; }
            @media all and (min-width: 768px) {
              body > section article > div.sfeer img:last-child {
                display: none; } }
    body > section article > nav + .sfeer {
      margin-top: 28px; }

.slide {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 -15px 30px -15px; }
  @media all and (min-width: 768px) {
    .slide {
      margin: 0 -56px 100px -56px; } }
  .home .slide {
    margin: 0 -15px 30px -15px; }
    @media all and (min-width: 768px) {
      .home .slide {
        margin: 0 -56px 72px -56px; } }
  .slide ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: calc( 100vh - 109px ); }
    @media all and (min-width: 600px) {
      .slide ul {
        height: calc( 75vh - 109px ); } }
    @media all and (min-width: 768px) {
      .slide ul {
        height: calc( 85vh - 168px ); } }
    .home .slide ul {
      width: 100%; }
    .slide ul li {
      position: relative;
      width: 100%;
      height: 100%;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: -webkit-flex;
      -webkit-flex-direction: column;
      -webkit-justify-content: flex-end;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .slide ul li:not(:first-child) {
        display: none; }
      .slide ul li.show {
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        @media all and (min-width: 600px) {
          .slide ul li.show {
            -webkit-justify-content: center;
            justify-content: center; } }
      .home .slide ul li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .slide ul li div {
        padding: 30px 15px 20px; }
        .home .slide ul li div {
          background-color: #fff; }
        @media all and (min-width: 600px) {
          .slide ul li div, .home .slide ul li div {
            display: block;
            height: 100%;
            padding: 72px;
            background-color: transparent;
            position: relative;
            bottom: auto;
            left: auto;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            justify-content: center; }
            .slide ul li div.top, .home .slide ul li div.top {
              -webkit-justify-content: flex-start;
              justify-content: flex-start; }
            .slide ul li div.bottom, .home .slide ul li div.bottom {
              -webkit-justify-content: flex-end;
              justify-content: flex-end; } }
        .slide ul li div .paging {
          position: absolute;
          bottom: 20px;
          right: 15px;
          display: none; }
          @media all and (min-width: 768px) {
            .slide ul li div .paging {
              right: 56px; } }
          .slide ul li div .paging a {
            color: #000; }
            @media all and (min-width: 600px) {
              .slide ul li div .paging a {
                color: #fff; } }

body > footer {
  text-align: left;
  padding: 0 15px; }
  @media all and (min-width: 768px) {
    body > footer {
      padding: 0 56px; } }

/* spartan-300 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 300;
  src: url('../images/../fonts/spartan-v1-latin-300.eot?1592464824');
  /* IE9 Compat Modes */
  src: local(""), url('../images/../fonts/spartan-v1-latin-300.eot?#iefix') format("embedded-opentype"), url('../images/../fonts/spartan-v1-latin-300.woff2?1592464824') format("woff2"), url('../images/../fonts/spartan-v1-latin-300.woff?1592464824') format("woff"), url('../images/../fonts/spartan-v1-latin-300.ttf?1592464824') format("truetype"), url('../images/../fonts/spartan-v1-latin-300.svg?1592464824#Spartan') format("svg");
  /* Legacy iOS */ }
/* spartan-regular - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 400;
  src: url('../images/../fonts/spartan-v1-latin-regular.eot?1592464824');
  /* IE9 Compat Modes */
  src: local(""), url('../images/../fonts/spartan-v1-latin-regular.eot?#iefix') format("embedded-opentype"), url('../images/../fonts/spartan-v1-latin-regular.woff2?1592464824') format("woff2"), url('../images/../fonts/spartan-v1-latin-regular.woff?1592464824') format("woff"), url('../images/../fonts/spartan-v1-latin-regular.ttf?1592464824') format("truetype"), url('../images/../fonts/spartan-v1-latin-regular.svg?1592464824#Spartan') format("svg");
  /* Legacy iOS */ }
/* spartan-700 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  src: url('../images/../fonts/spartan-v1-latin-700.eot?1592464824');
  /* IE9 Compat Modes */
  src: local(""), url('../images/../fonts/spartan-v1-latin-700.eot?#iefix') format("embedded-opentype"), url('../images/../fonts/spartan-v1-latin-700.woff2?1592464824') format("woff2"), url('../images/../fonts/spartan-v1-latin-700.woff?1592464824') format("woff"), url('../images/../fonts/spartan-v1-latin-700.ttf?1592464824') format("truetype"), url('../images/../fonts/spartan-v1-latin-700.svg?1592464824#Spartan') format("svg");
  /* Legacy iOS */ }
/* spartan-600 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  src: url('../images/../fonts/spartan-v1-latin-600.eot?1592464824');
  /* IE9 Compat Modes */
  src: local(""), url('../images/../fonts/spartan-v1-latin-600.eot?#iefix') format("embedded-opentype"), url('../images/../fonts/spartan-v1-latin-600.woff2?1592464824') format("woff2"), url('../images/../fonts/spartan-v1-latin-600.woff?1592464824') format("woff"), url('../images/../fonts/spartan-v1-latin-600.ttf?1592464824') format("truetype"), url('../images/../fonts/spartan-v1-latin-600.svg?1592464824#Spartan') format("svg");
  /* Legacy iOS */ }
/* spartan-900 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 900;
  src: url('../images/../fonts/spartan-v1-latin-900.eot?1592464824');
  /* IE9 Compat Modes */
  src: local(""), url('../images/../fonts/spartan-v1-latin-900.eot?#iefix') format("embedded-opentype"), url('../images/../fonts/spartan-v1-latin-900.woff2?1592464824') format("woff2"), url('../images/../fonts/spartan-v1-latin-900.woff?1592464824') format("woff"), url('../images/../fonts/spartan-v1-latin-900.ttf?1592464824') format("truetype"), url('../images/../fonts/spartan-v1-latin-900.svg?1592464824#Spartan') format("svg");
  /* Legacy iOS */ }
html {
  font-size: 100%; }

body {
  font-family: "Spartan", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: #000; }

textarea,
table,
td {
  font-family: "Spartan", Arial, sans-serif; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

h1, .aboutpage .text > h2, .overviewpage .text > h2, .home .text > h2,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  display: block; }
  h1 a, .aboutpage .text > h2 a, .overviewpage .text > h2 a, .home .text > h2 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none; }

h1, .aboutpage .text > h2, .overviewpage .text > h2, .home .text > h2,
.h1,
.carrousel .wp-block-column div > h2:first-child,
.single-painting .wp-block-columns h1,
.single-painting .wp-block-columns .aboutpage .text > h2,
.aboutpage .single-painting .wp-block-columns .text > h2,
.single-painting .wp-block-columns .overviewpage .text > h2,
.overviewpage .single-painting .wp-block-columns .text > h2,
.single-painting .wp-block-columns .home .text > h2,
.home .single-painting .wp-block-columns .text > h2 {
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0; }
  h1 + h2, .aboutpage .text > h2 + h2, .overviewpage .text > h2 + h2, .home .text > h2 + h2, h1 + h3, .aboutpage .text > h2 + h3, .overviewpage .text > h2 + h3, .home .text > h2 + h3,
  .h1 + h2,
  .h1 + h3,
  .carrousel .wp-block-column div > h2:first-child + h2,
  .carrousel .wp-block-column div > h2:first-child + h3,
  .single-painting .wp-block-columns h1 + h2,
  .single-painting .wp-block-columns .aboutpage .text > h2 + h2,
  .aboutpage .single-painting .wp-block-columns .text > h2 + h2,
  .single-painting .wp-block-columns .overviewpage .text > h2 + h2,
  .overviewpage .single-painting .wp-block-columns .text > h2 + h2,
  .single-painting .wp-block-columns .home .text > h2 + h2,
  .home .single-painting .wp-block-columns .text > h2 + h2,
  .single-painting .wp-block-columns h1 + h3,
  .single-painting .wp-block-columns .aboutpage .text > h2 + h3,
  .aboutpage .single-painting .wp-block-columns .text > h2 + h3,
  .single-painting .wp-block-columns .overviewpage .text > h2 + h3,
  .overviewpage .single-painting .wp-block-columns .text > h2 + h3,
  .single-painting .wp-block-columns .home .text > h2 + h3,
  .home .single-painting .wp-block-columns .text > h2 + h3 {
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 5px 0 10px 0 !important;
    margin-top: 0 !important;
    text-transform: none !important; }
    .single-exhibition h1 + h2, .single-exhibition .aboutpage .text > h2 + h2, .aboutpage .single-exhibition .text > h2 + h2, .single-exhibition .overviewpage .text > h2 + h2, .overviewpage .single-exhibition .text > h2 + h2, .single-exhibition .home .text > h2 + h2, .home .single-exhibition .text > h2 + h2, .single-exhibition h1 + h3, .single-exhibition .aboutpage .text > h2 + h3, .aboutpage .single-exhibition .text > h2 + h3, .single-exhibition .overviewpage .text > h2 + h3, .overviewpage .single-exhibition .text > h2 + h3, .single-exhibition .home .text > h2 + h3, .home .single-exhibition .text > h2 + h3, .single-exhibition
    .h1 + h2, .single-exhibition
    .h1 + h3, .single-exhibition
    .carrousel .wp-block-column div > h2:first-child + h2, .single-exhibition
    .carrousel .wp-block-column div > h2:first-child + h3, .single-exhibition
    .single-painting .wp-block-columns h1 + h2, .single-exhibition
    .single-painting .wp-block-columns .aboutpage .text > h2 + h2, .aboutpage .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h2, .single-exhibition
    .single-painting .wp-block-columns .overviewpage .text > h2 + h2, .overviewpage .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h2, .single-exhibition
    .single-painting .wp-block-columns .home .text > h2 + h2, .home .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h2, .single-exhibition
    .single-painting .wp-block-columns h1 + h3, .single-exhibition
    .single-painting .wp-block-columns .aboutpage .text > h2 + h3, .aboutpage .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h3, .single-exhibition
    .single-painting .wp-block-columns .overviewpage .text > h2 + h3, .overviewpage .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h3, .single-exhibition
    .single-painting .wp-block-columns .home .text > h2 + h3, .home .single-exhibition
    .single-painting .wp-block-columns .text > h2 + h3 {
      padding: 5px 0 !important; }
      .single-exhibition h1 + h2:after, .single-exhibition .aboutpage .text > h2 + h2:after, .aboutpage .single-exhibition .text > h2 + h2:after, .single-exhibition .overviewpage .text > h2 + h2:after, .overviewpage .single-exhibition .text > h2 + h2:after, .single-exhibition .home .text > h2 + h2:after, .home .single-exhibition .text > h2 + h2:after, .single-exhibition h1 + h3:after, .single-exhibition .aboutpage .text > h2 + h3:after, .aboutpage .single-exhibition .text > h2 + h3:after, .single-exhibition .overviewpage .text > h2 + h3:after, .overviewpage .single-exhibition .text > h2 + h3:after, .single-exhibition .home .text > h2 + h3:after, .home .single-exhibition .text > h2 + h3:after, .single-exhibition
      .h1 + h2:after, .single-exhibition
      .h1 + h3:after, .single-exhibition
      .carrousel .wp-block-column div > h2:first-child + h2:after, .single-exhibition
      .carrousel .wp-block-column div > h2:first-child + h3:after, .single-exhibition
      .single-painting .wp-block-columns h1 + h2:after, .single-exhibition
      .single-painting .wp-block-columns .aboutpage .text > h2 + h2:after, .aboutpage .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h2:after, .single-exhibition
      .single-painting .wp-block-columns .overviewpage .text > h2 + h2:after, .overviewpage .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h2:after, .single-exhibition
      .single-painting .wp-block-columns .home .text > h2 + h2:after, .home .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h2:after, .single-exhibition
      .single-painting .wp-block-columns h1 + h3:after, .single-exhibition
      .single-painting .wp-block-columns .aboutpage .text > h2 + h3:after, .aboutpage .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h3:after, .single-exhibition
      .single-painting .wp-block-columns .overviewpage .text > h2 + h3:after, .overviewpage .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h3:after, .single-exhibition
      .single-painting .wp-block-columns .home .text > h2 + h3:after, .home .single-exhibition
      .single-painting .wp-block-columns .text > h2 + h3:after {
        display: none; }
  h1 + h3 + *, .aboutpage .text > h2 + h3 + *, .overviewpage .text > h2 + h3 + *, .home .text > h2 + h3 + *,
  .h1 + h3 + *,
  .carrousel .wp-block-column div > h2:first-child + h3 + *,
  .single-painting .wp-block-columns h1 + h3 + *,
  .single-painting .wp-block-columns .aboutpage .text > h2 + h3 + *,
  .aboutpage .single-painting .wp-block-columns .text > h2 + h3 + *,
  .single-painting .wp-block-columns .overviewpage .text > h2 + h3 + *,
  .overviewpage .single-painting .wp-block-columns .text > h2 + h3 + *,
  .single-painting .wp-block-columns .home .text > h2 + h3 + *,
  .home .single-painting .wp-block-columns .text > h2 + h3 + * {
    margin-top: 28px !important; }
  .slide h1, .slide .aboutpage .text > h2, .aboutpage .slide .text > h2, .slide .overviewpage .text > h2, .overviewpage .slide .text > h2, .slide .home .text > h2, .home .slide .text > h2, .slide
  .h1, .slide
  .carrousel .wp-block-column div > h2:first-child, .slide
  .single-painting .wp-block-columns h1, .slide
  .single-painting .wp-block-columns .aboutpage .text > h2, .aboutpage .slide
  .single-painting .wp-block-columns .text > h2, .slide
  .single-painting .wp-block-columns .overviewpage .text > h2, .overviewpage .slide
  .single-painting .wp-block-columns .text > h2, .slide
  .single-painting .wp-block-columns .home .text > h2, .home .slide
  .single-painting .wp-block-columns .text > h2 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    display: none; }
    @media all and (min-width: 600px) {
      .slide h1, .slide .aboutpage .text > h2, .aboutpage .slide .text > h2, .slide .overviewpage .text > h2, .overviewpage .slide .text > h2, .slide .home .text > h2, .home .slide .text > h2, .slide
      .h1, .slide
      .carrousel .wp-block-column div > h2:first-child, .slide
      .single-painting .wp-block-columns h1, .slide
      .single-painting .wp-block-columns .aboutpage .text > h2, .aboutpage .slide
      .single-painting .wp-block-columns .text > h2, .slide
      .single-painting .wp-block-columns .overviewpage .text > h2, .overviewpage .slide
      .single-painting .wp-block-columns .text > h2, .slide
      .single-painting .wp-block-columns .home .text > h2, .home .slide
      .single-painting .wp-block-columns .text > h2 {
        display: block;
        font-size: 52px;
        line-height: 56px; } }
    .slide h1 + .h2, .slide .aboutpage .text > h2 + .h2, .aboutpage .slide .text > h2 + .h2, .slide .overviewpage .text > h2 + .h2, .overviewpage .slide .text > h2 + .h2, .slide .home .text > h2 + .h2, .home .slide .text > h2 + .h2, .slide h1 + h2, .slide .aboutpage .text > h2 + h2, .aboutpage .slide .text > h2 + h2, .slide .overviewpage .text > h2 + h2, .overviewpage .slide .text > h2 + h2, .slide .home .text > h2 + h2, .home .slide .text > h2 + h2, .slide
    .h1 + .h2, .slide
    .h1 + h2, .slide
    .carrousel .wp-block-column div > h2:first-child + .h2, .slide
    .carrousel .wp-block-column div > h2:first-child + h2, .slide
    .single-painting .wp-block-columns h1 + .h2, .slide
    .single-painting .wp-block-columns .aboutpage .text > h2 + .h2, .aboutpage .slide
    .single-painting .wp-block-columns .text > h2 + .h2, .slide
    .single-painting .wp-block-columns .overviewpage .text > h2 + .h2, .overviewpage .slide
    .single-painting .wp-block-columns .text > h2 + .h2, .slide
    .single-painting .wp-block-columns .home .text > h2 + .h2, .home .slide
    .single-painting .wp-block-columns .text > h2 + .h2, .slide
    .single-painting .wp-block-columns h1 + h2, .slide
    .single-painting .wp-block-columns .aboutpage .text > h2 + h2, .aboutpage .slide
    .single-painting .wp-block-columns .text > h2 + h2, .slide
    .single-painting .wp-block-columns .overviewpage .text > h2 + h2, .overviewpage .slide
    .single-painting .wp-block-columns .text > h2 + h2, .slide
    .single-painting .wp-block-columns .home .text > h2 + h2, .home .slide
    .single-painting .wp-block-columns .text > h2 + h2 {
      font-size: 15px;
      line-height: 30px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 10px;
      display: none; }
      @media all and (min-width: 600px) {
        .slide h1 + .h2, .slide .aboutpage .text > h2 + .h2, .aboutpage .slide .text > h2 + .h2, .slide .overviewpage .text > h2 + .h2, .overviewpage .slide .text > h2 + .h2, .slide .home .text > h2 + .h2, .home .slide .text > h2 + .h2, .slide h1 + h2, .slide .aboutpage .text > h2 + h2, .aboutpage .slide .text > h2 + h2, .slide .overviewpage .text > h2 + h2, .overviewpage .slide .text > h2 + h2, .slide .home .text > h2 + h2, .home .slide .text > h2 + h2, .slide
        .h1 + .h2, .slide
        .h1 + h2, .slide
        .carrousel .wp-block-column div > h2:first-child + .h2, .slide
        .carrousel .wp-block-column div > h2:first-child + h2, .slide
        .single-painting .wp-block-columns h1 + .h2, .slide
        .single-painting .wp-block-columns .aboutpage .text > h2 + .h2, .aboutpage .slide
        .single-painting .wp-block-columns .text > h2 + .h2, .slide
        .single-painting .wp-block-columns .overviewpage .text > h2 + .h2, .overviewpage .slide
        .single-painting .wp-block-columns .text > h2 + .h2, .slide
        .single-painting .wp-block-columns .home .text > h2 + .h2, .home .slide
        .single-painting .wp-block-columns .text > h2 + .h2, .slide
        .single-painting .wp-block-columns h1 + h2, .slide
        .single-painting .wp-block-columns .aboutpage .text > h2 + h2, .aboutpage .slide
        .single-painting .wp-block-columns .text > h2 + h2, .slide
        .single-painting .wp-block-columns .overviewpage .text > h2 + h2, .overviewpage .slide
        .single-painting .wp-block-columns .text > h2 + h2, .slide
        .single-painting .wp-block-columns .home .text > h2 + h2, .home .slide
        .single-painting .wp-block-columns .text > h2 + h2 {
          display: block;
          font-size: 20px;
          line-height: 24px; } }
    .home .slide h1, .home .slide .aboutpage .text > h2, .home .slide .overviewpage .text > h2, .home .slide .text > h2, .home .slide
    .h1, .home .slide
    .carrousel .wp-block-column div > h2:first-child, .home .slide
    .single-painting .wp-block-columns h1, .home .slide
    .single-painting .wp-block-columns .aboutpage .text > h2, .home .slide
    .single-painting .wp-block-columns .overviewpage .text > h2, .home .slide
    .single-painting .wp-block-columns .text > h2 {
      color: #000;
      display: block; }
      @media all and (min-width: 600px) {
        .home .slide h1, .home .slide .aboutpage .text > h2, .home .slide .overviewpage .text > h2, .home .slide .text > h2, .home .slide
        .h1, .home .slide
        .carrousel .wp-block-column div > h2:first-child, .home .slide
        .single-painting .wp-block-columns h1, .home .slide
        .single-painting .wp-block-columns .aboutpage .text > h2, .home .slide
        .single-painting .wp-block-columns .overviewpage .text > h2, .home .slide
        .single-painting .wp-block-columns .text > h2 {
          color: #fff; } }
      .home .slide h1 + .h2, .home .slide .text > h2 + .h2, .home .slide
      .h1 + .h2, .home .slide
      .carrousel .wp-block-column div > h2:first-child + .h2, .home .slide
      .single-painting .wp-block-columns h1 + .h2, .home .slide
      .single-painting .wp-block-columns .text > h2 + .h2 {
        color: #000;
        display: block; }
        @media all and (min-width: 600px) {
          .home .slide h1 + .h2, .home .slide .text > h2 + .h2, .home .slide
          .h1 + .h2, .home .slide
          .carrousel .wp-block-column div > h2:first-child + .h2, .home .slide
          .single-painting .wp-block-columns h1 + .h2, .home .slide
          .single-painting .wp-block-columns .text > h2 + .h2 {
            color: #fff; } }
  nav h1, nav .aboutpage .text > h2, .aboutpage nav .text > h2, nav .overviewpage .text > h2, .overviewpage nav .text > h2, nav .home .text > h2, .home nav .text > h2, nav
  .h1, nav
  .carrousel .wp-block-column div > h2:first-child, nav
  .single-painting .wp-block-columns h1, nav
  .single-painting .wp-block-columns .aboutpage .text > h2, .aboutpage nav
  .single-painting .wp-block-columns .text > h2, nav
  .single-painting .wp-block-columns .overviewpage .text > h2, .overviewpage nav
  .single-painting .wp-block-columns .text > h2, nav
  .single-painting .wp-block-columns .home .text > h2, .home nav
  .single-painting .wp-block-columns .text > h2 {
    text-align: left; }

@media all and (max-width: 599px) {
  .carrousel .text h2:first-child {
    display: none; }
    .carrousel .text h2:first-child + h3 {
      display: none; } }

h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 40px; }
  h2 + h3 {
    font-size: 13px;
    line-height: 28px;
    margin: 0; }
    .details h2 + h3, .overview h2 + h3 {
      font-weight: 400; }
  h2:first-child {
    margin-top: 0; }
  .overview h2, .details h2 {
    margin-top: 20px; }
  .post-type-archive-exhibition h2, .blog h2, .page-template-template-journal h2, .category h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px; }
    .post-type-archive-exhibition h2 + h3, .blog h2 + h3, .page-template-template-journal h2 + h3, .category h2 + h3 {
      font-size: 15px;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 1px; }
  .blog h2 + h3, .page-template-template-journal h2 + h3, .category h2 + h3 {
    margin-bottom: 56px; }
  .wp-block-columns + h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
    margin: 56px 0 0 0;
    padding: 40px 0 14px 0;
    border-top: 1px solid #d7d7d8; }

h3,
h4,
h5,
h6 {
  margin-top: 20px; }
  h3 + *,
  h4 + *,
  h5 + *,
  h6 + * {
    margin-top: 0 !important; }
  body > footer h3, body > footer
  h4, body > footer
  h5, body > footer
  h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }

p {
  margin: 28px 0 0 0; }
  .post-type-archive-exhibition article p, .details h3 + p {
    color: #999; }
  .overview h2 + p {
    margin-top: 5px; }
  p.subdued {
    color: #999;
    margin-top: 5px;
    font-size: 11px;
    line-height: 20px; }
  .team p {
    color: #000; }
  .single-exhibition h1 + h2 + p, .single-exhibition .aboutpage .text > h2 + h2 + p, .aboutpage .single-exhibition .text > h2 + h2 + p, .single-exhibition .overviewpage .text > h2 + h2 + p, .overviewpage .single-exhibition .text > h2 + h2 + p, .single-exhibition .home .text > h2 + h2 + p, .home .single-exhibition .text > h2 + h2 + p {
    color: #999;
    margin-top: 0; }
  p.paging {
    margin: 0;
    padding-top: 28px; }

ul,
ol {
  margin: 0 0 28px 16px;
  padding: 0; }

ul {
  list-style-type: disc; }
  ul.postnav {
    list-style-type: none;
    margin: -42px 0 0 0;
    padding: 0; }
    ul.postnav li a {
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      background-image: url('../images/arrow-actions-back.svg?1593698682');
      background-position: left center;
      background-repeat: no-repeat;
      -moz-background-size: 51px 20px;
      -o-background-size: 51px 20px;
      -webkit-background-size: 51px 20px;
      background-size: 51px 20px; }
      .no-svg ul.postnav li a {
        background-image: url('../images/arrow-actions-back.png?1593607696'); }
    ul.postnav li.nav-previous a {
      padding-left: 60px; }
    ul.postnav li.nav-next a {
      padding-left: 0;
      padding-right: 60px;
      background-image: url('../images/arrow-actions.svg?1591701382');
      background-position: right center; }
      .no-svg ul.postnav li.nav-next a {
        background-image: url('../images/arrow-actions.png?1591701382'); }

a {
  color: #000; }
  nav a, .subnavigation a {
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #999;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 7px; }
    @media all and (min-width: 940px) {
      nav a, .subnavigation a {
        letter-spacing: 1px;
        font-size: 13px; } }
    @media all and (min-width: 1300px) {
      nav a, .subnavigation a {
        padding-bottom: 7px;
        margin-bottom: 0; } }
  nav li.active a, nav a:hover, .single-exhibition .menu-exhibitions a {
    color: #000;
    margin-bottom: 6px;
    border-bottom: 1px solid #000; }
    @media all and (min-width: 1300px) {
      nav li.active a, nav a:hover, .single-exhibition .menu-exhibitions a {
        padding-bottom: 6px;
        margin-bottom: 0; } }
  .subnavigation a {
    color: #000;
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 3px; }
  .subnavigation li.active a {
    font-weight: 700; }
  .subnavigation li.active a, .subnavigation a:hover {
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #000; }
  body > footer a {
    text-decoration: none; }
  body > footer > ul li:last-child a {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 75px;
    background-image: url('../images/arrow-footer.svg?1591701382');
    background-position: right center;
    background-repeat: no-repeat;
    -moz-background-size: 65px 14px;
    -o-background-size: 65px 14px;
    -webkit-background-size: 65px 14px;
    background-size: 65px 14px; }
    .no-svg body > footer > ul li:last-child a {
      background-image: url('../images/arrow-footer.png?1591701382'); }
  a.readmore, .readmore a {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #000; }
    @media all and (min-width: 600px) {
      .home .slide a.readmore, .home .slide .readmore a {
        color: #fff;
        border-color: #fff; } }
  .actions a {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 50px; }
    .actions a:after {
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: "";
      width: 50px;
      height: 24px;
      background-image: url('../images/arrow-actions.svg?1591701382');
      background-position: right center;
      background-repeat: no-repeat;
      -moz-background-size: 36px 18px;
      -o-background-size: 36px 18px;
      -webkit-background-size: 36px 18px;
      background-size: 36px 18px; }
      .no-svg .actions a:after {
        background-image: url('../images/arrow-actions.png?1591701382'); }
  .paging a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-repeat: no-repeat;
    -moz-background-size: 36px 18px;
    -o-background-size: 36px 18px;
    -webkit-background-size: 36px 18px;
    background-size: 36px 18px;
    font-weight: 300; }
    .paging a:first-child {
      padding-right: 0;
      padding-left: 50px;
      background-image: url('../images/arrow-actions-back.svg?1593698682');
      background-position: left center; }
      .no-svg .paging a:first-child {
        background-image: url('../images/arrow-actions-back.png?1593607696'); }
    .paging a:last-child {
      padding-right: 50px;
      padding-left: 0;
      background-image: url('../images/arrow-actions.svg?1591701382');
      background-position: right center; }
      .no-svg .paging a:last-child {
        background-image: url('../images/arrow-actions.png?1591701382'); }
    .paging a strong, strong .paging a {
      font-weight: 400; }
    .home .paging a {
      color: #fff;
      padding-bottom: 0;
      border: 0;
      -moz-background-size: 36px 10px;
      -o-background-size: 36px 10px;
      -webkit-background-size: 36px 10px;
      background-size: 36px 10px; }
      @media all and (min-width: 600px) {
        .home .paging a:first-child {
          background-image: url('../images/arrow-slideshow-back.png?1593701263'); }
          .no-svg .home .paging a:first-child {
            background-image: url('../images/arrow-slideshow-back.png?1593701263'); }
        .home .paging a:last-child {
          background-image: url('../images/arrow-slideshow.svg?1593703819'); }
          .no-svg .home .paging a:last-child {
            background-image: url('../images/arrow-slideshow.png?1593698682'); } }
  .arrowdown a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: none;
    background-image: url('../images/arrow-scroll.png?1592915659');
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px; }
    .no-svg .arrowdown a {
      background-image: url('../images/arrow-scroll.png?1592915659'); }
  a.totop {
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/arrow-to-top.png?1594038745');
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -webkit-background-size: 40px;
    background-size: 40px; }
    .no-svg a.totop {
      background-image: url('../images/arrow-to-top.png?1594038745'); }

figcaption {
  font-size: 12px;
  line-height: 26px;
  font-style: italic; }

body > footer > div {
  font-size: 11px;
  line-height: 24px; }
  body > footer > div em {
    color: #999;
    font-style: normal;
    font-size: 10px; }

header .search-form {
  display: inline; }
header .search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
header .search-field {
  display: block;
  background-color: transparent;
  background-image: url('../images/icon-search.svg?1597836087');
  background-position: right center;
  background-repeat: no-repeat;
  -moz-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  border: none;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  height: 27px;
  margin: 0;
  padding: 0 27px 0 5px;
        /*
        position: absolute;
		z-index: 10;
		top: 0;
        right: 0;
        */
  -moz-transition: width 400ms ease, background 400ms ease;
  -o-transition: width 400ms ease, background 400ms ease;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
  color: #000; }
  .no-svg header .search-field {
    background-image: url('../images/icon-search.png?1597836087'); }
header .search-field:focus {
  border-bottom: 1px solid #000;
  cursor: text;
  outline: 0;
  width: 255px; }
  @media all and (min-width: 460px) {
    header .search-field:focus {
      width: 275px; } }
header .search-form .search-submit {
  display: none; }
header .screen-reader-text {
  display: none; }
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  header nav ul li {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 20px;
    /*
    @media all and ( min-width: $break-07 ) {
    	margin-left: 32px;
    }
    */ }
    @media all and (min-width: 940px) {
      header nav ul li {
        margin-left: 25px; } }
    @media all and (min-width: 768px) {
      header nav ul li.search {
        position: absolute;
        z-index: 10;
        top: -38px;
        right: 0; } }
    @media all and (min-width: 1300px) {
      header nav ul li.search {
        top: -50px; } }

.logo {
  display: block;
  width: 245px;
  height: 44px;
  padding: 0;
  margin-bottom: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('../images/logo.svg?1594720900');
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
    /*
    @media all and ( min-width: $ipad-portrait ) {
		width: 234px;
		height: 42px;
        margin-bottom: 0;
	}
    @media all and ( min-width: $break-13 ) {
		width: 245px;
		height: 44px;
    }
    */ }
  @media all and (min-width: 768px) {
    .logo {
      margin-bottom: 0; } }
  .no-svg .logo {
    background-image: url('../images/logo.png?1594720900'); }

#foldoutnav {
  display: block;
  width: 36px;
  height: 23px;
  line-height: 23px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  bottom: 45px;
  right: 15px;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1000; }
  .out #foldoutnav {
    width: 28px;
    height: 28px;
    bottom: 42px;
    right: 18px; }
  @media all and (min-width: 768px) {
    #foldoutnav {
      right: 56px;
      display: none; }
      .out #foldoutnav {
        right: 59px;
        bottom: 39px; } }
  @media all and (min-width: 1300px) {
    #foldoutnav {
      display: none; } }

a.in {
  background-image: url('../images/icon-menu-open.svg?1591701382'); }
  .no-svg a.in {
    background-image: url('../images/icon-menu-open.png?1591701382'); }
a.out {
  background-image: url('../images/icon-menu-close.svg?1591701382'); }
  .no-svg a.out {
    background-image: url('../images/icon-menu-close.png?1591701382'); }

.wp-block-columns {
  margin-bottom: 40px !important;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0; }
  .wp-block-columns.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .single-exhibition .wp-block-columns {
    margin-bottom: 86px !important; }
  .wp-block-columns + .wp-block-columns {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d7d7d8; }

.wp-block-column {
  margin-bottom: 30px; }
  @media all and (min-width: 600px) {
    .wp-block-column {
      -webkit-flex-basis: 33.3333% !important;
      flex-basis: 33.3333% !important;
      max-width: 33.3333%;
      margin-bottom: 0; } }
  .wp-block-column > *:first-child {
    /*
	& > div > *:first-child,
	& > div > div > *:first-child {
    */
    margin-top: 0 !important; }
  .fifty .wp-block-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; }
    @media all and (min-width: 600px) {
      .fifty .wp-block-column {
        -webkit-flex-basis: 50% !important;
        flex-basis: 50% !important;
        max-width: 50%; } }
  .wp-block-column.bgimage {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
    .wp-block-column.bgimage img {
      width: 100%; }
    @media all and (min-width: 600px) {
      .wp-block-column.bgimage + .wp-block-column, .wp-block-column + .wp-block-column.bgimage {
        padding: 40px 0; } }
  .wp-block-column:not(:first-child) > * {
    max-width: 800px; }
  @media all and (min-width: 600px) {
    .wp-block-column:not(:first-child) {
      -webkit-flex-basis: 66.6667% !important;
      flex-basis: 66.6667% !important;
      max-width: 66.6667%;
      padding-left: 40px;
      margin-left: 0; } }
  @media all and (min-width: 1024px) {
    .wp-block-column:not(:first-child) {
      padding-left: 18px; } }
  @media all and (min-width: 600px) {
    .fifty .wp-block-column:not(:first-child) {
      -webkit-flex-basis: 50% !important;
      flex-basis: 50% !important;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 0; } }
  @media all and (min-width: 768px) {
    .fifty .wp-block-column:not(:first-child) {
      padding-left: 90px;
      padding-right: 0; } }
  @media all and (min-width: 600px) {
    .fifty .reverse .wp-block-column:not(:first-child) {
      padding-left: 0;
      padding-right: 15px; } }
  @media all and (min-width: 768px) {
    .fifty .reverse .wp-block-column:not(:first-child) {
      padding-right: 90px;
      padding-left: 0; } }
  @media all and (min-width: 600px) {
    .single-exhibition .wp-block-column:not(:first-child) {
      padding-left: 40px; } }
  @media all and (min-width: 1024px) {
    .single-exhibition .wp-block-column:not(:first-child) {
      padding-left: 18px; } }
  .wp-block-column:last-child {
    margin-bottom: 0; }

.wp-block-image {
  margin: 28px 0; }
  .wp-block-image img {
    width: 100%; }

.subnavigation {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
  text-align: left; }
  .subnavigation li {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 30px; }

div.responsive-image img {
  display: block;
  width: 100%;
  height: auto; }

body > footer > ul {
  list-style-type: none;
  margin: 0;
  padding: 70px 0 40px 0;
  border-top: 1px solid #d7d7d8;
  width: 100%; }
  body > footer > ul li {
    margin-bottom: 40px; }
    @media all and (min-width: 600px) {
      body > footer > ul li {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding-right: 20px;
        width: 30%;
        margin-bottom: 0; } }
    @media all and (min-width: 940px) {
      body > footer > ul li {
        width: 25%; } }
    body > footer > ul li:last-child {
      margin-bottom: 0; }
      @media all and (min-width: 600px) {
        body > footer > ul li:last-child {
          width: 40%; } }
      @media all and (min-width: 940px) {
        body > footer > ul li:last-child {
          width: 50%; } }
  .contactpage body > footer > ul li {
    display: none; }
    .contactpage body > footer > ul li:last-child {
      display: block; }
body > footer > div {
  padding-bottom: 20px;
  overflow: hidden; }
  body > footer > div ul {
    list-style-type: none;
    margin: 0;
    padding: 0 50px 0 0;
    width: 100%; }
    @media all and (min-width: 600px) {
      body > footer > div ul {
        width: auto;
        float: left; } }
    @media all and (min-width: 768px) {
      body > footer > div ul {
        padding-right: 0; } }
    @media all and (min-width: 600px) {
      body > footer > div ul li {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding-right: 20px;
        margin-bottom: 0; } }

.home body > section > article + article, .home body > section > article + section, .home body > section > section + article, .home body > section > section + section {
  /*
  margin-top: $base-margin*2;
  padding-top: $base-margin*2;
  */
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #d7d7d8; }
  .home body > section > article + article .overview, .home body > section > article + section .overview, .home body > section > section + article .overview, .home body > section > section + section .overview {
    margin-bottom: -35px; }

.post-type-archive-exhibition > section article,
.blog > section article,
.page-template-template-journal > section article,
.category > section article {
  margin-bottom: 70px; }
  @media all and (min-width: 600px) {
    .post-type-archive-exhibition > section article,
    .blog > section article,
    .page-template-template-journal > section article,
    .category > section article {
      padding-bottom: 70px;
      border-bottom: 1px solid #d7d7d8;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row; } }
  @media all and (min-width: 600px) {
    .post-type-archive-exhibition > section article:nth-child(even),
    .blog > section article:nth-child(even),
    .page-template-template-journal > section article:nth-child(even),
    .category > section article:nth-child(even) {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .post-type-archive-exhibition > section article:nth-child(even) > a,
      .blog > section article:nth-child(even) > a,
      .page-template-template-journal > section article:nth-child(even) > a,
      .category > section article:nth-child(even) > a {
        padding-right: 0;
        padding-left: 72px; } }
  .post-type-archive-exhibition > section article:last-child,
  .blog > section article:last-child,
  .page-template-template-journal > section article:last-child,
  .category > section article:last-child {
    margin-bottom: 0;
    padding-bottom: 40px;
    border: 0; }
  .post-type-archive-exhibition > section article > a,
  .blog > section article > a,
  .page-template-template-journal > section article > a,
  .category > section article > a {
    display: block;
    margin-bottom: 30px; }
    @media all and (min-width: 600px) {
      .post-type-archive-exhibition > section article > a,
      .blog > section article > a,
      .page-template-template-journal > section article > a,
      .category > section article > a {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 55%;
        padding-right: 56px;
        margin-bottom: 0; } }
    @media all and (min-width: 768px) {
      .post-type-archive-exhibition > section article > a,
      .blog > section article > a,
      .page-template-template-journal > section article > a,
      .category > section article > a {
        width: 65%;
        padding-right: 72px; } }
    .post-type-archive-exhibition > section article > a img,
    .blog > section article > a img,
    .page-template-template-journal > section article > a img,
    .category > section article > a img {
      width: 100%; }
  .post-type-archive-exhibition > section article > div,
  .blog > section article > div,
  .page-template-template-journal > section article > div,
  .category > section article > div {
    padding: 0; }
    @media all and (min-width: 600px) {
      .post-type-archive-exhibition > section article > div,
      .blog > section article > div,
      .page-template-template-journal > section article > div,
      .category > section article > div {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 45%;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media all and (min-width: 768px) {
      .post-type-archive-exhibition > section article > div,
      .blog > section article > div,
      .page-template-template-journal > section article > div,
      .category > section article > div {
        width: 35%; } }

@media all and (min-width: 600px) {
  .blog > section article:nth-child(even),
  .page-template-template-journal > section article:nth-child(even),
  .category > section article:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .blog > section article:nth-child(even) > a,
    .page-template-template-journal > section article:nth-child(even) > a,
    .category > section article:nth-child(even) > a {
      padding-right: 0;
      padding-left: 0; }
    .blog > section article:nth-child(even) > div,
    .page-template-template-journal > section article:nth-child(even) > div,
    .category > section article:nth-child(even) > div {
      padding-right: 72px;
      padding-left: 0; } }
@media all and (min-width: 600px) {
  .blog > section article > a,
  .page-template-template-journal > section article > a,
  .category > section article > a {
    width: 50%;
    padding-right: 0; } }
@media all and (min-width: 768px) {
  .blog > section article > a,
  .page-template-template-journal > section article > a,
  .category > section article > a {
    width: 50%;
    padding-right: 0; } }
@media all and (min-width: 600px) {
  .blog > section article > div,
  .page-template-template-journal > section article > div,
  .category > section article > div {
    width: 50%;
    padding-left: 56px; } }
@media all and (min-width: 768px) {
  .blog > section article > div,
  .page-template-template-journal > section article > div,
  .category > section article > div {
    width: 50%;
    padding-left: 72px; } }

.post-type-archive-painting .subnavigation li,
.tax-genre .subnavigation li,
.tax-artist .subnavigation li {
  margin-right: 10px; }
  .post-type-archive-painting .subnavigation li:first-child,
  .tax-genre .subnavigation li:first-child,
  .tax-artist .subnavigation li:first-child {
    margin-right: 30px; }

.actions {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0; }
  .actions li {
    padding: 5px 0; }

.overview {
  margin: 0 -28px 10px -28px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  .overview article {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    padding: 28px; }
    @media all and (min-width: 550px) {
      .overview article {
        width: 50%; } }
    @media all and (min-width: 1024px) {
      .overview article {
        width: 33.3333%; } }
  .overview img {
    width: 100%; }

.details {
  display: none; }
  .details > div > div {
    padding: 60px 20px 20px 20px; }
    @media all and (min-width: 600px) {
      .details > div > div {
        padding: 100px; } }
    @media all and (min-width: 1024px) {
      .details > div > div {
        float: right;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center; } }
    @media all and (min-width: 1200px) {
      .details > div > div {
        padding: 100px 140px; } }
    .details > div > div:first-child {
      padding-bottom: 0; }
      @media all and (min-width: 1024px) {
        .details > div > div:first-child {
          width: 60%;
          height: 100vh;
          padding-left: 20px;
          padding-bottom: 100px; } }
      .details > div > div:first-child img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -webkit-flex-shrink: 0;
        flex-shrink: 0; }
    .details > div > div:last-child {
      padding-top: 0; }
      @media all and (min-width: 1024px) {
        .details > div > div:last-child {
          width: 40%;
          min-height: 100vh;
          padding-right: 20px;
          padding-top: 100px; } }
      .details > div > div:last-child > div:last-child {
        margin-top: 40px; }
        .details > div > div:last-child > div:last-child > *:first-child {
          margin-top: 0; }
        .details > div > div:last-child > div:last-child:before {
          content: "";
          display: block;
          width: 100px;
          height: 1px;
          margin-bottom: 10px;
          background-color: #d7d7d8; }

.carrousel .wp-block-column:first-child ul,
.home .wp-block-column:first-child ul,
.contactpage .wp-block-column:first-child ul,
.aboutpage .wp-block-column:first-child ul,
.overviewpage .wp-block-column:first-child ul,
.single-painting .wp-block-column:first-child ul,
.home .wp-block-column:first-child ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%; }
  @media all and (max-width: 599px) {
    .carrousel .wp-block-column:first-child ul li,
    .home .wp-block-column:first-child ul li,
    .contactpage .wp-block-column:first-child ul li,
    .aboutpage .wp-block-column:first-child ul li,
    .overviewpage .wp-block-column:first-child ul li,
    .single-painting .wp-block-column:first-child ul li,
    .home .wp-block-column:first-child ul li {
      background-image: none; } }
  @media all and (min-width: 600px) {
    .carrousel .wp-block-column:first-child ul li,
    .home .wp-block-column:first-child ul li,
    .contactpage .wp-block-column:first-child ul li,
    .aboutpage .wp-block-column:first-child ul li,
    .overviewpage .wp-block-column:first-child ul li,
    .single-painting .wp-block-column:first-child ul li,
    .home .wp-block-column:first-child ul li {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; } }
  .carrousel .wp-block-column:first-child ul li:not(:first-child),
  .home .wp-block-column:first-child ul li:not(:first-child),
  .contactpage .wp-block-column:first-child ul li:not(:first-child),
  .aboutpage .wp-block-column:first-child ul li:not(:first-child),
  .overviewpage .wp-block-column:first-child ul li:not(:first-child),
  .single-painting .wp-block-column:first-child ul li:not(:first-child),
  .home .wp-block-column:first-child ul li:not(:first-child) {
    display: none; }
  @media all and (min-width: 600px) {
    .carrousel .wp-block-column:first-child ul li img,
    .home .wp-block-column:first-child ul li img,
    .contactpage .wp-block-column:first-child ul li img,
    .aboutpage .wp-block-column:first-child ul li img,
    .overviewpage .wp-block-column:first-child ul li img,
    .single-painting .wp-block-column:first-child ul li img,
    .home .wp-block-column:first-child ul li img {
      display: none; } }
.carrousel .wp-block-column .paging,
.home .wp-block-column .paging,
.contactpage .wp-block-column .paging,
.aboutpage .wp-block-column .paging,
.overviewpage .wp-block-column .paging,
.single-painting .wp-block-column .paging,
.home .wp-block-column .paging {
  display: none; }

.carrousel .wp-block-column:last-child div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.arrowdown {
  z-index: 5;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  left: 66px;
  bottom: 20px;
  width: 30px;
  height: 144px;
  display: none; }

header .sidr-inner .search-field {
  background-image: url('../images/icon-search-mobile.svg?1597836087');
  border-bottom: 1px solid #262527;
  color: #fff;
  margin: 0 auto; }
  .no-svg header .sidr-inner .search-field {
    background-image: url('../images/icon-search-mobile.png?1597836087'); }
header .sidr-inner .search-field:focus {
  border-bottom: 1px solid #fff; }
