@charset "UTF-8";
/*!
Theme Name: QZR per Mostre digitali - Intronati
Theme URI: http://underscores.me/
Author: QZR srl
Author URI: https://qzrstudio.com/
Description: Tema custom di QZR
Version: 1.0.0
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: intronati
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.

QZR Theme 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/
*/
/* Base styles: resets, grid, common variables, responsiveness, mixins, typography general rules */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("/mostredigitali/wp-content/themes/mostredigitali-intronati/fonts/Sangallo/Sangallo.css");
@import url("fonts/icons/icons.css");
/* 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: white;
  border-radius: 0.1875rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: black;
  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;
}

html {
  scroll-behavior: smooth;
}

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

.wp-block-columns,
.wp-block-image {
  margin: 0;
}

img {
  max-width: 100%;
}

.main-column {
  position: relative;
  width: calc(100% - 5rem);
  margin: 0 auto;
}

.site-main {
  padding-top: var(--header-height);
}

:root,
body {
  --wp--style--global--content-size: 69.5rem;
  --wp--style--root--padding-left: 1.25rem;
  --wp--style--root--padding-right: 1.25rem;
}

.wp-block-column,
.wp-block-column:not(:first-child) {
  margin: 0;
}

.col-1 {
  width: 0.0833333333;
}

.col-2 {
  width: 0.1666666667;
}

.col-3 {
  width: 0.25;
}

.col-4 {
  width: 0.3333333333;
}

.col-5 {
  width: 0.4166666667;
}

.col-6 {
  width: 0.5;
}

.col-7 {
  width: 0.5833333333;
}

.col-8 {
  width: 0.6666666667;
}

.col-9 {
  width: 0.75;
}

.col-10 {
  width: 0.8333333333;
}

.col-11 {
  width: 0.9166666667;
}

.col-12 {
  width: 1;
}

.col-1-of-1 {
  width: 100%;
}

.col-1-of-2 {
  width: 50%;
}

.col-2-of-2 {
  width: 100%;
}

.col-1-of-3 {
  width: 33.3333333333%;
}

.col-2-of-3 {
  width: 66.6666666667%;
}

.col-3-of-3 {
  width: 100%;
}

.col-1-of-4 {
  width: 25%;
}

.col-2-of-4 {
  width: 50%;
}

.col-3-of-4 {
  width: 75%;
}

.col-4-of-4 {
  width: 100%;
}

.col-1-of-5 {
  width: 20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-5-of-5 {
  width: 100%;
}

.col-1-of-6 {
  width: 16.6666666667%;
}

.col-2-of-6 {
  width: 33.3333333333%;
}

.col-3-of-6 {
  width: 50%;
}

.col-4-of-6 {
  width: 66.6666666667%;
}

.col-5-of-6 {
  width: 83.3333333333%;
}

.col-6-of-6 {
  width: 100%;
}

.col-1-of-7 {
  width: 14.2857142857%;
}

.col-2-of-7 {
  width: 28.5714285714%;
}

.col-3-of-7 {
  width: 42.8571428571%;
}

.col-4-of-7 {
  width: 57.1428571429%;
}

.col-5-of-7 {
  width: 71.4285714286%;
}

.col-6-of-7 {
  width: 85.7142857143%;
}

.col-7-of-7 {
  width: 100%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-2-of-8 {
  width: 25%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-4-of-8 {
  width: 50%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-6-of-8 {
  width: 75%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-8-of-8 {
  width: 100%;
}

.col-1-of-9 {
  width: 11.1111111111%;
}

.col-2-of-9 {
  width: 22.2222222222%;
}

.col-3-of-9 {
  width: 33.3333333333%;
}

.col-4-of-9 {
  width: 44.4444444444%;
}

.col-5-of-9 {
  width: 55.5555555556%;
}

.col-6-of-9 {
  width: 66.6666666667%;
}

.col-7-of-9 {
  width: 77.7777777778%;
}

.col-8-of-9 {
  width: 88.8888888889%;
}

.col-9-of-9 {
  width: 100%;
}

.col-1-of-10 {
  width: 10%;
}

.col-2-of-10 {
  width: 20%;
}

.col-3-of-10 {
  width: 30%;
}

.col-4-of-10 {
  width: 40%;
}

.col-5-of-10 {
  width: 50%;
}

.col-6-of-10 {
  width: 60%;
}

.col-7-of-10 {
  width: 70%;
}

.col-8-of-10 {
  width: 80%;
}

.col-9-of-10 {
  width: 90%;
}

.col-10-of-10 {
  width: 100%;
}

.col-1-of-11 {
  width: 9.0909090909%;
}

.col-2-of-11 {
  width: 18.1818181818%;
}

.col-3-of-11 {
  width: 27.2727272727%;
}

.col-4-of-11 {
  width: 36.3636363636%;
}

.col-5-of-11 {
  width: 45.4545454545%;
}

.col-6-of-11 {
  width: 54.5454545455%;
}

.col-7-of-11 {
  width: 63.6363636364%;
}

.col-8-of-11 {
  width: 72.7272727273%;
}

.col-9-of-11 {
  width: 81.8181818182%;
}

.col-10-of-11 {
  width: 90.9090909091%;
}

.col-11-of-11 {
  width: 100%;
}

.col-1-of-12 {
  width: 8.3333333333%;
}

.col-2-of-12 {
  width: 16.6666666667%;
}

.col-3-of-12 {
  width: 25%;
}

.col-4-of-12 {
  width: 33.3333333333%;
}

.col-5-of-12 {
  width: 41.6666666667%;
}

.col-6-of-12 {
  width: 50%;
}

.col-7-of-12 {
  width: 58.3333333333%;
}

.col-8-of-12 {
  width: 66.6666666667%;
}

.col-9-of-12 {
  width: 75%;
}

.col-10-of-12 {
  width: 83.3333333333%;
}

.col-11-of-12 {
  width: 91.6666666667%;
}

.col-12-of-12 {
  width: 100%;
}

.padding-10 {
  padding: 0.625rem;
}

.margin-10 {
  margin: 0.625rem;
}

.padding-left-10 {
  padding-left: 0.625rem;
}

.margin-left-10 {
  margin-left: 0.625rem;
}

.padding-right-10 {
  padding-right: 0.625rem;
}

.margin-right-10 {
  margin-right: 0.625rem;
}

.padding-top-10 {
  padding-top: 0.625rem;
}

.margin-top-10 {
  margin-top: 0.625rem;
}

.padding-bottom-10 {
  padding-bottom: 0.625rem;
}

.margin-bottom-10 {
  margin-bottom: 0.625rem;
}

.padding-block-10 {
  padding-block: 0.625rem;
}

.padding-inline-10 {
  padding-inline: 0.625rem;
}

.margin-block-10 {
  margin-block: 0.625rem;
}

.margin-inline-10 {
  margin-inline: 0.625rem;
}

.gap-10 {
  gap: 0.625rem;
}

.padding-20 {
  padding: 1.25rem;
}

.margin-20 {
  margin: 1.25rem;
}

.padding-left-20 {
  padding-left: 1.25rem;
}

.margin-left-20 {
  margin-left: 1.25rem;
}

.padding-right-20 {
  padding-right: 1.25rem;
}

.margin-right-20 {
  margin-right: 1.25rem;
}

.padding-top-20 {
  padding-top: 1.25rem;
}

.margin-top-20 {
  margin-top: 1.25rem;
}

.padding-bottom-20 {
  padding-bottom: 1.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.padding-block-20 {
  padding-block: 1.25rem;
}

.padding-inline-20 {
  padding-inline: 1.25rem;
}

.margin-block-20 {
  margin-block: 1.25rem;
}

.margin-inline-20 {
  margin-inline: 1.25rem;
}

.gap-20 {
  gap: 1.25rem;
}

.padding-30 {
  padding: 1.875rem;
}

.margin-30 {
  margin: 1.875rem;
}

.padding-left-30 {
  padding-left: 1.875rem;
}

.margin-left-30 {
  margin-left: 1.875rem;
}

.padding-right-30 {
  padding-right: 1.875rem;
}

.margin-right-30 {
  margin-right: 1.875rem;
}

.padding-top-30 {
  padding-top: 1.875rem;
}

.margin-top-30 {
  margin-top: 1.875rem;
}

.padding-bottom-30 {
  padding-bottom: 1.875rem;
}

.margin-bottom-30 {
  margin-bottom: 1.875rem;
}

.padding-block-30 {
  padding-block: 1.875rem;
}

.padding-inline-30 {
  padding-inline: 1.875rem;
}

.margin-block-30 {
  margin-block: 1.875rem;
}

.margin-inline-30 {
  margin-inline: 1.875rem;
}

.gap-30 {
  gap: 1.875rem;
}

.padding-40 {
  padding: 2.5rem;
}

.margin-40 {
  margin: 2.5rem;
}

.padding-left-40 {
  padding-left: 2.5rem;
}

.margin-left-40 {
  margin-left: 2.5rem;
}

.padding-right-40 {
  padding-right: 2.5rem;
}

.margin-right-40 {
  margin-right: 2.5rem;
}

.padding-top-40 {
  padding-top: 2.5rem;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.padding-bottom-40 {
  padding-bottom: 2.5rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.padding-block-40 {
  padding-block: 2.5rem;
}

.padding-inline-40 {
  padding-inline: 2.5rem;
}

.margin-block-40 {
  margin-block: 2.5rem;
}

.margin-inline-40 {
  margin-inline: 2.5rem;
}

.gap-40 {
  gap: 2.5rem;
}

.padding-50 {
  padding: 3.125rem;
}

.margin-50 {
  margin: 3.125rem;
}

.padding-left-50 {
  padding-left: 3.125rem;
}

.margin-left-50 {
  margin-left: 3.125rem;
}

.padding-right-50 {
  padding-right: 3.125rem;
}

.margin-right-50 {
  margin-right: 3.125rem;
}

.padding-top-50 {
  padding-top: 3.125rem;
}

.margin-top-50 {
  margin-top: 3.125rem;
}

.padding-bottom-50 {
  padding-bottom: 3.125rem;
}

.margin-bottom-50 {
  margin-bottom: 3.125rem;
}

.padding-block-50 {
  padding-block: 3.125rem;
}

.padding-inline-50 {
  padding-inline: 3.125rem;
}

.margin-block-50 {
  margin-block: 3.125rem;
}

.margin-inline-50 {
  margin-inline: 3.125rem;
}

.gap-50 {
  gap: 3.125rem;
}

.padding-60 {
  padding: 3.75rem;
}

.margin-60 {
  margin: 3.75rem;
}

.padding-left-60 {
  padding-left: 3.75rem;
}

.margin-left-60 {
  margin-left: 3.75rem;
}

.padding-right-60 {
  padding-right: 3.75rem;
}

.margin-right-60 {
  margin-right: 3.75rem;
}

.padding-top-60 {
  padding-top: 3.75rem;
}

.margin-top-60 {
  margin-top: 3.75rem;
}

.padding-bottom-60 {
  padding-bottom: 3.75rem;
}

.margin-bottom-60 {
  margin-bottom: 3.75rem;
}

.padding-block-60 {
  padding-block: 3.75rem;
}

.padding-inline-60 {
  padding-inline: 3.75rem;
}

.margin-block-60 {
  margin-block: 3.75rem;
}

.margin-inline-60 {
  margin-inline: 3.75rem;
}

.gap-60 {
  gap: 3.75rem;
}

.padding-70 {
  padding: 4.375rem;
}

.margin-70 {
  margin: 4.375rem;
}

.padding-left-70 {
  padding-left: 4.375rem;
}

.margin-left-70 {
  margin-left: 4.375rem;
}

.padding-right-70 {
  padding-right: 4.375rem;
}

.margin-right-70 {
  margin-right: 4.375rem;
}

.padding-top-70 {
  padding-top: 4.375rem;
}

.margin-top-70 {
  margin-top: 4.375rem;
}

.padding-bottom-70 {
  padding-bottom: 4.375rem;
}

.margin-bottom-70 {
  margin-bottom: 4.375rem;
}

.padding-block-70 {
  padding-block: 4.375rem;
}

.padding-inline-70 {
  padding-inline: 4.375rem;
}

.margin-block-70 {
  margin-block: 4.375rem;
}

.margin-inline-70 {
  margin-inline: 4.375rem;
}

.gap-70 {
  gap: 4.375rem;
}

.padding-80 {
  padding: 5rem;
}

.margin-80 {
  margin: 5rem;
}

.padding-left-80 {
  padding-left: 5rem;
}

.margin-left-80 {
  margin-left: 5rem;
}

.padding-right-80 {
  padding-right: 5rem;
}

.margin-right-80 {
  margin-right: 5rem;
}

.padding-top-80 {
  padding-top: 5rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.padding-bottom-80 {
  padding-bottom: 5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.padding-block-80 {
  padding-block: 5rem;
}

.padding-inline-80 {
  padding-inline: 5rem;
}

.margin-block-80 {
  margin-block: 5rem;
}

.margin-inline-80 {
  margin-inline: 5rem;
}

.gap-80 {
  gap: 5rem;
}

.padding-90 {
  padding: 5.625rem;
}

.margin-90 {
  margin: 5.625rem;
}

.padding-left-90 {
  padding-left: 5.625rem;
}

.margin-left-90 {
  margin-left: 5.625rem;
}

.padding-right-90 {
  padding-right: 5.625rem;
}

.margin-right-90 {
  margin-right: 5.625rem;
}

.padding-top-90 {
  padding-top: 5.625rem;
}

.margin-top-90 {
  margin-top: 5.625rem;
}

.padding-bottom-90 {
  padding-bottom: 5.625rem;
}

.margin-bottom-90 {
  margin-bottom: 5.625rem;
}

.padding-block-90 {
  padding-block: 5.625rem;
}

.padding-inline-90 {
  padding-inline: 5.625rem;
}

.margin-block-90 {
  margin-block: 5.625rem;
}

.margin-inline-90 {
  margin-inline: 5.625rem;
}

.gap-90 {
  gap: 5.625rem;
}

.padding-100 {
  padding: 6.25rem;
}

.margin-100 {
  margin: 6.25rem;
}

.padding-left-100 {
  padding-left: 6.25rem;
}

.margin-left-100 {
  margin-left: 6.25rem;
}

.padding-right-100 {
  padding-right: 6.25rem;
}

.margin-right-100 {
  margin-right: 6.25rem;
}

.padding-top-100 {
  padding-top: 6.25rem;
}

.margin-top-100 {
  margin-top: 6.25rem;
}

.padding-bottom-100 {
  padding-bottom: 6.25rem;
}

.margin-bottom-100 {
  margin-bottom: 6.25rem;
}

.padding-block-100 {
  padding-block: 6.25rem;
}

.padding-inline-100 {
  padding-inline: 6.25rem;
}

.margin-block-100 {
  margin-block: 6.25rem;
}

.margin-inline-100 {
  margin-inline: 6.25rem;
}

.gap-100 {
  gap: 6.25rem;
}

.gap-4 {
  gap: 0.25rem;
}

.col-gutter {
  padding-left: 1rem;
  padding-right: 1rem;
}

.remove-col-gutter {
  margin-left: -1rem;
  margin-right: -1rem;
}

.col-gutter-left {
  padding-left: 1rem;
}

.col-gutter-right {
  padding-right: 1rem;
}

body.noscroll {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.space {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.center {
  justify-content: center;
}
.flex.end {
  justify-content: flex-end;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.fill {
  flex: 1;
}

.full-height {
  min-height: 100vh;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}
:root :where(.is-layout-flex) {
  gap: var(--wp--preset--spacing--20);
}

body:has(.alignfull),
body:has(.owl-carousel) {
  overflow-x: hidden;
}

.main-column .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50cqw);
  margin-right: calc(50% - 50cqw);
  max-width: 100cqw;
  width: 100cqw;
}

@media (max-width: 767px) {
  .main-column,
  .col-1-of-2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
.hidden {
  display: none !important;
}

html, body {
  font-size: 16px;
  font-size: 1.0582vw;
  font-family: "Inter", sans-serif;
  color: var(--wp--preset--color--black);
}
@media (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.bold,
strong,
b {
  font-weight: 700;
}

.italic,
.cursive,
i,
em {
  /*font-style: normal;*/
}

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

.text-right {
  text-align: right;
}

a {
  color: var(--wp--preset--color--black);
}
a:hover {
  color: var(--wp--preset--color--black);
}

/*
p,
.font-m {
	font-size: var(--wp--preset--font-size--m);
	line-height: 1.1;
}

h1, h2 {
	margin-top: var(--wp--preset--spacing--10);
	margin-bottom: var(--wp--preset--spacing--30);
}
h1 +h2 {
	margin-top: calc(var(--wp--preset--spacing--30) * -1);
}

.font-s {
	font-size: 0.875rem;
	line-height: 1.428;
}
.font-l {
	font-size: 1.75rem;
	line-height: 1.21;
}
.font-xl {
	font-size: 2.75rem;
	line-height: 1;
}
hr,
hr + p,hr.wp-block-separator {
	height: 0.1875rem;
	border: 0;
	background-color: var(--wp--preset--color--gray);
}


p + p {
	margin-top: 1.5rem;
}

h2 + hr {
	margin-top: -3rem;
	// margin-bottom: 3rem;
}

h2:has(+hr) {
	margin-top: 3rem;
}*/
.has-l-font-size {
  font-weight: 700;
  letter-spacing: 0.025em;
}

.sitename {
  font-weight: 700;
}

.label-xs, .pill,
.label-s {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-weight: 700;
}

.label-s {
  font-size: 1rem;
}

.pill {
  padding: 0.3125rem 0.625rem;
  border-radius: 1rem;
  line-height: 1;
}

[class^=icon-], [class*=" icon-"] {
  vertical-align: -0.125rem;
}

.button {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.375rem;
  border-radius: 2rem;
}

a.button {
  background: var(--wp--preset--color--black);
  transition: all 0.2s;
}
a.button:hover {
  background: color-mix(in srgb, var(--wp--preset--color--black) 90%, #000 10%);
}
a.button:active {
  background: color-mix(in srgb, var(--wp--preset--color--black) 80%, #000 20%);
}

hr {
  border: 0;
  height: 0.0625rem;
  width: 100%;
  background-color: currentColor;
}

p + p {
  margin-top: 1.1rem;
}

.wp-block-group ul {
  padding-left: 2rem;
}

.has-xxl-font-size {
  font-size: 4.5rem;
  line-height: 1;
}

.has-xl-font-size {
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  p.is-style-intro,
  .has-xl-font-size,
  h2.is-style-exhibit-subtitle {
    font-size: 1.25rem;
  }
  .has-xxl-font-size {
    font-size: 2.5rem;
  }
  .has-l-font-size {
    font-size: 1rem !important;
  }
  :root {
    --wp--preset--font-size--m: 1rem ;
  }
}
/* Components: media, pages, etc. */
:root {
  --header-height: 9rem;
}
@media (max-width: 767px) {
  :root {
    --header-height: 4rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 1.5rem;
  padding: var(--wp--preset--spacing--40);
  background: white;
  transition: all 0.2s;
  /*

  	.page-template-page-map & {
  		pointer-events: none;

  		.gradient {
  			height: 10rem;
  			background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 100%);
  		}
  	}

  	.home & {
  		.site-branding {
  			display: none;
  		}
  	}*/
}
@media (max-width: 767px) {
  header {
    padding-block: var(--wp--preset--spacing--20);
  }
}
.single-exhibit header, .single-document header {
  background: color-mix(in srgb, var(--accent-color, "white") 20%, white);
}
.scrolled header {
  padding-block: var(--wp--preset--spacing--20);
}
header:has(.main-navigation.toggled) {
  background: white !important;
}
header a:has(.site-branding) {
  text-decoration: none;
}
header .site-branding {
  font-family: "Sangallo", serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  header .site-branding {
    font-size: 1rem;
    line-height: 1.5;
  }
}
header .logo {
  font-family: "Sangallo", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  transition: height 0.2s, margin-bottom 0.2s;
  margin-bottom: -1em;
}
@media (max-width: 767px) {
  header .logo {
    display: none;
  }
}
.scrolled header .logo {
  height: 0;
  margin-bottom: 0em;
}

.main-navigation.toggled .content-menu {
  top: var(--header-height);
}

.main-navigation {
  text-transform: uppercase;
  font-family: "Sangallo", serif;
  display: flex;
  gap: var(--wp--preset--spacing--40);
}
.main-navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.main-navigation ul li a {
  display: inline-block;
  text-decoration: none;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current-menu-item > a {
  text-decoration: underline;
}
.main-navigation .content-menu {
  gap: var(--wp--preset--spacing--40);
  width: max-content;
}
.main-navigation .content-menu > :first-child {
  display: none;
}
@media (max-width: 767px) {
  .main-navigation .content-menu {
    position: absolute;
    top: -100vh;
    transition: all 0.2s;
    background: black;
    left: 2.5rem;
    width: calc(100vw - 2.5rem);
    height: calc(100vh - var(--header-height));
    border-top-left-radius: var(--small-border-radius);
    padding: 2.5rem;
    text-align: center;
    display: block;
  }
  .main-navigation .content-menu:before {
    content: "";
    background: white;
    position: absolute;
    left: -2.5rem;
    top: 0;
    width: 5rem;
    z-index: -1;
    height: calc(100vh - var(--header-height));
  }
  .main-navigation .content-menu > :first-child {
    display: block;
  }
  .main-navigation .content-menu li {
    display: block;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .main-navigation .content-menu li a {
    color: white;
    font-size: 2.5rem;
    line-height: 1;
  }
}
.main-navigation .languages-menu {
  /*@include breakpoint(s){
  	position: absolute;
  	left: -3rem;
  }
  */
  /*li {
  	&:last-child {
  		margin-top: -.25rem;
  	}

  	a {
  		text-align: center;
  		line-height: 2.25rem;
  		font-size: .875rem;
  		font-weight: 700;
  	}
  }*/
}
.main-navigation button.menu-toggle {
  position: relative;
  background: none;
  padding-left: 2rem;
  display: none;
  top: 1px;
}
.main-navigation button.menu-toggle span {
  color: #002439;
}
.main-navigation button.menu-toggle:after {
  content: unset;
}
@media (max-width: 767px) {
  .main-navigation button.menu-toggle {
    padding-left: 0;
    display: block;
    border: 0;
  }
  .main-navigation button.menu-toggle span {
    display: none;
  }
}
.main-navigation button.menu-toggle .hamburger {
  position: absolute;
  top: 10px;
  left: 2.5px;
}
@media (max-width: 767px) {
  .main-navigation button.menu-toggle .hamburger {
    top: 0;
  }
}
.main-navigation button.menu-toggle .hamburger .icon {
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: black;
  transition: all 0.2s;
}
.main-navigation button.menu-toggle .hamburger .icon:before, .main-navigation button.menu-toggle .hamburger .icon:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: black;
  transition: all 0.2s;
}
.main-navigation button.menu-toggle .hamburger .icon:after {
  top: 5px;
}
.main-navigation button.menu-toggle[aria-expanded=true] .hamburger .icon {
  background: transparent;
}
.main-navigation button.menu-toggle[aria-expanded=true] .hamburger .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(3.25px, 3.25px);
}
.main-navigation button.menu-toggle[aria-expanded=true] .hamburger .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(3px, -3px);
}

footer .contacts a {
  /*color: white;*/
}

.footer-logos {
  flex-basis: 60%;
}
@media (max-width: 767px) {
  .footer-logos {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

.footer-logo {
  padding-inline: 1rem;
}
.footer-logo.bci {
  flex-basis: 50%;
}
.footer-logo.siena {
  flex-basis: 25%;
}
.footer-logo.getty {
  flex-basis: 25%;
}
@media (max-width: 767px) {
  .footer-logo.getty {
    flex-basis: 100%;
    display: flex;
    direction: row;
    gap: 1rem;
  }
  .footer-logo.getty img {
    width: 40%;
  }
}
.footer-logo.getty p {
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  footer {
    padding-inline: 2.5rem;
  }
  .main-column .col-1-of-2 {
    width: 100%;
  }
  .main-column .contacts {
    text-align: left;
  }
}
.single-exhibit footer,
.single-document footer {
  background: color-mix(in srgb, var(--accent-color, "white") 20%, white);
}

body.modal-opened {
  overflow: hidden;
}

.modal-wrapper {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
.modal-wrapper .modal {
  --modal-padding: var(--wp--preset--spacing--40);
  top: calc(var(--vh, 1vh) * 100);
  width: calc(100vw - 1rem - var(--modal-padding) * 2);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 82.5rem;
  padding: var(--modal-padding);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .modal-wrapper .modal {
    --modal-padding: var(--wp--preset--spacing--20);
  }
}
.modal-wrapper .modal .close-btn {
  position: absolute;
  top: var(--wp--preset--spacing--10);
  right: var(--wp--preset--spacing--10);
  font-size: 1.5rem;
  padding: 0.375rem;
  cursor: pointer;
  z-index: 2;
}
.modal-wrapper .modal .modal-content {
  height: calc(var(--vh, 1vh) * 100 - var(--modal-top) - var(--modal-padding));
  overflow: auto;
  scrollbar-color: white var(--wp--preset--color--orange);
  scrollbar-width: thin;
}
.modal-wrapper .modal .modal-content h1 {
  max-width: calc(100% - 3rem);
}
.modal-wrapper .modal .modal-content .main-column {
  width: 100%;
}
.modal-wrapper.opened {
  pointer-events: all;
  opacity: 1;
}
.modal-wrapper.opened .modal {
  --modal-top: 6rem;
  top: var(--modal-top);
}
@media (max-width: 767px) {
  .modal-wrapper.opened .modal {
    --modal-top: 0.5rem;
  }
}

:root {
  --border-radius: var(--wp--preset--spacing--100);
  --small-border-radius: var(--wp--preset--spacing--40);
}

.single-exhibit .single-exhibit-main, .single-document .single-exhibit-main {
  margin-top: 0;
  padding-top: var(--header-height);
  background: color-mix(in srgb, var(--accent-color) 20%, white);
}
@media (max-width: 767px) {
  .single-exhibit .single-exhibit-main, .single-document .single-exhibit-main {
    padding-left: 2.5rem;
    padding-right: 0;
    flex-wrap: wrap;
    position: relative;
  }
  .single-exhibit .single-exhibit-main:before, .single-document .single-exhibit-main:before {
    content: "";
    position: absolute;
    top: var(--header-height);
    bottom: 0;
    left: 0;
    width: 2.5rem;
    background: white;
    border-top-right-radius: var(--small-border-radius);
  }
}
.single-exhibit .anchor, .single-document .anchor {
  transform: translate(0, -9rem);
}
.single-exhibit .sidebar, .single-document .sidebar {
  border-top-right-radius: var(--border-radius);
  background: white;
}
@media (max-width: 767px) {
  .single-exhibit .sidebar, .single-document .sidebar {
    width: 100%;
    border-top-left-radius: var(--small-border-radius);
    border-top-right-radius: unset;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: var(--small-border-radius) 2.5rem 0rem 0;
  }
}
.single-exhibit .sidebar .sidebar-content, .single-document .sidebar .sidebar-content {
  position: sticky;
  top: calc(var(--header-height) + var(--wp--preset--spacing--60));
  height: calc(100vh - var(--header-height) - var(--wp--preset--spacing--60) - var(--wp--preset--spacing--60));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .single-exhibit .sidebar .sidebar-content, .single-document .sidebar .sidebar-content {
    position: absolute;
    top: 2rem;
    height: auto;
    padding: 2.5rem 0 1.25rem;
    background: white;
    right: 2.5rem;
    left: 0;
    z-index: 1;
  }
}
.single-exhibit .sidebar .sidebar-content .sidebar-title, .single-document .sidebar .sidebar-content .sidebar-title {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--l);
  font-weight: 600;
  line-height: 1.1;
}
.single-exhibit .sidebar .sidebar-content .sidebar-subtitle, .single-document .sidebar .sidebar-content .sidebar-subtitle {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--m);
  line-height: 1.3;
}
.single-exhibit .sidebar .sidebar-content .sidebar-menu, .single-document .sidebar .sidebar-content .sidebar-menu {
  line-height: 1.6;
}
.single-exhibit .sidebar .sidebar-content .sidebar-menu .header, .single-document .sidebar .sidebar-content .sidebar-menu .header {
  display: none;
}
@media (max-width: 767px) {
  .single-exhibit .sidebar .sidebar-content .sidebar-menu .header, .single-document .sidebar .sidebar-content .sidebar-menu .header {
    display: block;
  }
}
.single-exhibit .sidebar .sidebar-content .sidebar-menu a, .single-document .sidebar .sidebar-content .sidebar-menu a {
  text-decoration: none;
}
.single-exhibit .sidebar .sidebar-content .sidebar-menu a:hover, .single-exhibit .sidebar .sidebar-content .sidebar-menu a:is(.current), .single-document .sidebar .sidebar-content .sidebar-menu a:hover, .single-document .sidebar .sidebar-content .sidebar-menu a:is(.current) {
  text-decoration: underline;
}
.single-exhibit .sidebar .sidebar-content .sidebar-menu a:hover:before, .single-exhibit .sidebar .sidebar-content .sidebar-menu a:is(.current):before, .single-document .sidebar .sidebar-content .sidebar-menu a:hover:before, .single-document .sidebar .sidebar-content .sidebar-menu a:is(.current):before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "→";
}
.single-exhibit .content, .single-document .content {
  border-top-left-radius: var(--border-radius);
  background: white;
}
@media (max-width: 767px) {
  .single-exhibit .content, .single-document .content {
    width: 100%;
    border-top-left-radius: unset;
    padding: 5rem 2.5rem 2.5rem 0;
  }
  .single-exhibit .content .focus, .single-document .content .focus {
    padding: 2.5rem 0 !important;
  }
}
.single-exhibit .content h1.wp-block-post-title, .single-document .content h1.wp-block-post-title {
  font-size: 4.5rem;
  padding-top: var(--wp--preset--spacing--100);
}
@media (max-width: 767px) {
  .single-exhibit .content h1.wp-block-post-title, .single-document .content h1.wp-block-post-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .single-exhibit .exhibit-section, .single-document .exhibit-section {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.single-exhibit .exhibit-section h2, .single-document .exhibit-section h2 {
  color: var(--accent-color);
}
.single-exhibit hr, .single-document hr {
  height: 1px;
  border: 0 !important;
  background-color: var(--accent-color);
}

.single-document .is-style-exhibit-subtitle {
  display: none;
}

@media (max-width: 767px) {
  .single-exhibit .sidebar-header {
    display: none;
  }
  .single-exhibit .sidebar-menu {
    font-size: 1.25rem !important;
    text-align: center;
    color: var(--accent-color);
  }
  .single-exhibit .sidebar-menu .header {
    display: block;
  }
  .single-exhibit .sidebar-menu .header:after {
    content: "↓";
    font-size: 2rem;
    display: inline-block;
    border-radius: 2rem;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    border: 1px solid var(--accent-color);
    margin-left: 1rem;
  }
  .single-exhibit .sidebar-menu .exhibit-item {
    height: 0;
    line-height: 0;
    border-bottom: 0;
    pointer-events: none;
    transition: all 0.2s;
    overflow: hidden;
    interpolate-size: allow-keywords;
  }
  .single-exhibit .sidebar-menu.visible .header:after {
    content: "↑";
  }
  .single-exhibit .sidebar-menu.visible .exhibit-item {
    display: block;
    height: auto;
    line-height: 1.6;
    pointer-events: all;
    border-bottom: 1px solid var(--accent-color);
  }
  .single-document .sidebar {
    position: static;
    /*padding: var(--wp--preset--spacing--100) 2.5rem 2.5rem 0;*/
  }
  .single-document .sidebar .sidebar-content {
    position: static;
  }
  .single-document .sidebar .sidebar-content .sidebar-menu {
    margin-top: 2.5rem;
  }
}
.masked-panel {
  mask-size: cover;
  mask-position: top;
  mask-image: url("images/mask-center-1.png");
  /*height: 100%;*/
}
@media (max-width: 767px) {
  .masked-panel {
    mask-size: 175vw;
    mask-position: calc(50% - 50vw + 2.5rem) top;
    mask-image: url(images/mask-center-1.png);
  }
}
.masked-panel p.is-style-intro {
  margin-top: var(--wp--preset--spacing--40) !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */
}

.pswp__custom-caption {
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  color: black;
  display: inline-block;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}

.pswp__custom-caption:empty {
  display: none;
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.wp-block-image a:hover + figcaption, .wp-block-image a:focus + figcaption {
  display: block !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75) !important;
  color: white;
  padding: 1rem;
  font-size: 0.875rem;
  pointer-events: none;
  text-align: left;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  content: unset;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: auto;
}

.document-embed {
  background: color-mix(in srgb, var(--accent-color, "white") 20%, white);
  border-top-left-radius: var(--small-border-radius);
  text-decoration: none;
}
.document-embed:hover .has-l-font-size, .document-embed:focus .has-l-font-size {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .document-embed {
    padding-inline: var(--wp--preset--spacing--20);
  }
  .document-embed > :first-child {
    margin-bottom: 2.5rem;
  }
}

iframe {
  width: 100%;
}

.exhibit-embed {
  display: block;
  text-decoration: none;
}
.exhibit-embed:hover .has-xxl-font-size, .exhibit-embed:focus .has-xxl-font-size {
  text-decoration: underline;
}
.exhibit-embed .image {
  aspect-ratio: 4;
  line-height: 0;
  overflow: hidden;
}
.exhibit-embed .image img {
  object-fit: cover;
}

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