@charset "UTF-8";
/*!
Theme Name: M900
Theme URI: http://underscores.me/
Author: Matteo Oliveri
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: museo_900
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.

M900 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}
html.set-big-text {
  font-size: 26px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #263238;
  font-family: "Satoshi";
  font-size: 1.5rem;
  line-height: 1.625rem;
  line-height: 1.5;
}

.regular {
  font-family: "Satoshi";
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 0;
}
h1.bold, h1.is-style-bold,
h2.bold,
h2.is-style-bold,
h3.bold,
h3.is-style-bold,
h4.bold,
h4.is-style-bold,
h5.bold,
h5.is-style-bold,
h6.bold,
h6.is-style-bold {
  font-weight: bold;
  font-style: normal;
}
h1.medium, h1.is-style-medium,
h2.medium,
h2.is-style-medium,
h3.medium,
h3.is-style-medium,
h4.medium,
h4.is-style-medium,
h5.medium,
h5.is-style-medium,
h6.medium,
h6.is-style-medium {
  font-weight: 500;
  font-style: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 32px;
}
.entry-content h5,
.entry-content h6 {
  margin-bottom: 24px;
}

h1,
.txt-h1,
.is-style-txt-h1 {
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 900px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  h1,
.txt-h1,
.is-style-txt-h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    max-width: 1600px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1600px) {
  h1,
.txt-h1,
.is-style-txt-h1 {
    font-size: 5.625rem;
    line-height: 5.625rem;
    max-width: 2000px;
  }
}

.is-style-txt-h1-medium {
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 900px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h1-medium {
    font-size: 4.5rem;
    line-height: 4.5rem;
    max-width: 1600px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h1-medium {
    font-size: 5.625rem;
    line-height: 5.625rem;
    max-width: 2000px;
  }
}
.is-style-txt-h1-bold {
  letter-spacing: 0;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 900px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h1-bold {
    font-size: 4.5rem;
    line-height: 4.5rem;
    max-width: 1600px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h1-bold {
    font-size: 5.625rem;
    line-height: 5.625rem;
    max-width: 2000px;
  }
}

h2,
.txt-h2,
.is-style-txt-h2 {
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 2.125rem;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  h2,
.txt-h2,
.is-style-txt-h2 {
    font-size: 2.875rem;
    line-height: 2.875rem;
    max-width: 1000px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  h2,
.txt-h2,
.is-style-txt-h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.5px;
    max-width: 1200px;
  }
}

.is-style-txt-h2-medium {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 2.125rem;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h2-medium {
    font-size: 2.875rem;
    line-height: 2.875rem;
    max-width: 1000px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h2-medium {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.5px;
    max-width: 1200px;
  }
}
.is-style-txt-h2-bold {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 2.125rem;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h2-bold {
    font-size: 2.875rem;
    line-height: 2.875rem;
    max-width: 1000px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h2-bold {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.5px;
    max-width: 1200px;
  }
}

h3,
.txt-h3,
.is-style-txt-h3 {
  letter-spacing: 0;
  font-size: 1.6875rem;
  line-height: 1.8125rem;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  h3,
.txt-h3,
.is-style-txt-h3 {
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.2px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  h3,
.txt-h3,
.is-style-txt-h3 {
    font-size: 2.5rem;
    line-height: 2.625rem;
    max-width: 1200px;
  }
}

.is-style-txt-h3-medium {
  font-size: 1.6875rem;
  line-height: 1.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h3-medium {
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -0.2px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h3-medium {
    font-size: 2.5rem;
    line-height: 2.625rem;
    max-width: 1200px;
  }
}
.is-style-txt-h3-bold {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.6875rem;
  line-height: 1.8125rem;
  max-width: 700px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h3-bold {
    font-size: 2rem;
    line-height: 2.125rem;
    max-width: 1000px;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h3-bold {
    font-size: 2.5rem;
    line-height: 2.625rem;
    max-width: 1200px;
  }
}

h4,
.txt-h4,
.is-style-txt-h4 {
  letter-spacing: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  h4,
.txt-h4,
.is-style-txt-h4 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  h4,
.txt-h4,
.is-style-txt-h4 {
    font-size: 2rem;
    line-height: 2.125rem;
    max-width: 650px;
  }
}

.is-style-txt-h4-medium {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h4-medium {
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h4-medium {
    font-size: 2rem;
    line-height: 2.125rem;
    max-width: 650px;
  }
}
.is-style-txt-h4-bold {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h4-bold {
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h4-bold {
    font-size: 2rem;
    line-height: 2.125rem;
    max-width: 650px;
  }
}

h5,
.txt-h5,
.is-style-txt-h5 {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  max-width: 550px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1140px) {
  h5,
.txt-h5,
.is-style-txt-h5 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  h5,
.txt-h5,
.is-style-txt-h5 {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 650px;
  }
}

.is-style-txt-h5-medium {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  max-width: 550px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h5-medium {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h5-medium {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 650px;
  }
}
.is-style-txt-h5-bold {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  max-width: 550px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1140px) {
  .is-style-txt-h5-bold {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h5-bold {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 650px;
  }
}

h6,
.txt-h6,
.is-style-txt-h6 {
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1600px) {
  h6,
.txt-h6,
.is-style-txt-h6 {
    font-size: 1.3125rem;
    line-height: 1.4375rem;
    max-width: 650px;
  }
}

.is-style-txt-h6-medium {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h6-medium {
    font-size: 1.3125rem;
    line-height: 1.4375rem;
    max-width: 650px;
  }
}
.is-style-txt-h6-bold {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  max-width: 550px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1600px) {
  .is-style-txt-h6-bold {
    font-size: 1.3125rem;
    line-height: 1.4375rem;
    max-width: 650px;
  }
}

.txt-logo {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  font-size: 2.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 1280px) {
  .txt-logo {
    font-size: 3.5rem;
    line-height: 3.125rem;
  }
}
.txt-logo.is-scroll, .txt-logo.is-open-like-scroll {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}
@media screen and (min-width: 1280px) {
  .txt-logo.is-scroll, .txt-logo.is-open-like-scroll {
    font-size: 3.5rem;
    line-height: 3.125rem;
  }
}

.regular {
  font-family: "Satoshi";
  font-weight: normal;
  font-style: normal;
}

p,
.txt-p {
  font-size: 1rem;
  line-height: 19px;
  margin-top: 0;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-style: normal;
  max-width: 550px;
}
@media screen and (min-width: 1600px) {
  p,
.txt-p {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    max-width: 650px;
    letter-spacing: -0.2px;
  }
}
p.bold, p.is-style-bold,
.txt-p.bold,
.txt-p.is-style-bold {
  font-weight: bold;
  font-style: normal;
}
p.medium, p.is-style-medium,
.txt-p.medium,
.txt-p.is-style-medium {
  font-weight: 500;
  font-style: normal;
}
p.cta,
.txt-p.cta {
  margin-bottom: 0;
}
p.caption,
.txt-p.caption {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.5px;
}

.entry-content p,
.entry-content .txt-p {
  margin-bottom: 24px;
}

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

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

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

big {
  font-size: 125%;
}

.break-word {
  word-break: break-word;
}

.noLink {
  text-decoration: none;
}
.noLink:hover {
  text-decoration: underline;
}
.noLink:hover .hoverText {
  text-decoration: underline !important;
}
.noLink.noUnderline {
  text-decoration: none !important;
}
.noLink.noUnderline * {
  text-decoration: none !important;
}
.noLink.noHoverLink:hover {
  text-decoration: none;
}

.noOutline {
  outline: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 84px;
}
@media screen and (min-width: 1140px) {
  body {
    padding-top: 0;
  }
}

* {
  word-break: break-word;
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
}

.lazyBackground[data-style] {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}

.lazyBackground[style] {
  opacity: 1;
}

.m900-container-big {
  padding: 0 8px;
}
@media screen and (min-width: 1140px) {
  .m900-container-big {
    padding: 0 10px;
  }
}
.m900-container-medium {
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .m900-container-medium {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1140px) {
  .m900-container-medium {
    padding: 0 50px;
  }
}

.wp-block-embed {
  padding: 0 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .wp-block-embed {
    margin-top: 72px;
    margin-bottom: 72px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1140px) {
  .wp-block-embed {
    padding: 0 50px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

.ajax-transition {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: all;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.noList {
  padding: 0;
  margin: 0;
}
.noList li {
  list-style-type: none;
}

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

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

figure {
  margin: 1em 0;
}

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

.border-bottom-solid-1 {
  border-bottom: 1px solid;
}

.border-bottom-solid-2 {
  border-bottom: 2px solid;
}

.border-bottom-solid-3 {
  border-bottom: 3px solid;
}

.border-bottom-solid-4 {
  border-bottom: 4px solid;
}

.border-bottom-solid-5 {
  border-bottom: 5px solid;
}

.site-header {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
}
@media screen and (min-width: 1280px) {
  .site-header {
    background-color: transparent;
    position: relative;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.site-header .site-branding {
  z-index: 1;
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .site-header .site-branding {
    max-width: 273px;
  }
}
.site-header .site-branding a {
  color: #263238;
  display: table;
}
.site-header .container-info-header {
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .site-header .container-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1140px) {
  .site-header .container-info-header {
    padding: 0 48px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .container-info-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0;
  }
}
.site-header .container-info-header .cta {
  letter-spacing: 0.5px;
  margin-top: auto;
}
.site-header .container-info-header.info-header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .site-header .container-info-header.info-header-mobile {
    display: none;
  }
}
.site-header .container-info-header.info-header-mobile .cta,
.site-header .container-info-header.info-header-mobile .search-button {
  margin-bottom: 16px;
}
.site-header .container-info-header.info-header-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .site-header .container-info-header.info-header-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menu-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 16px 0;
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .menu-inner {
    padding: 0 24px 0;
  }
}
@media screen and (min-width: 1140px) {
  .menu-inner {
    padding: 0px 48px 0;
  }
}

@media screen and (min-width: 1280px) {
  .main-navigation ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua) {
  padding: 8px 16px 12px;
  border-top: solid 1px #ECEFF1;
}
@media screen and (min-width: 1140px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua) {
    padding: 8px 48px 12px;
  }
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua) {
    border-top: none;
    padding: 0 0 1px;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua) a {
  color: #263238;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua) a {
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding: 5px 12px;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua):hover {
  background-color: #263238;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua):hover {
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: solid 1px #263238;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua):hover a {
  color: white;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua):hover a {
    color: #263238;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua).current-menu-item {
  background-color: #263238;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua).current-menu-item {
    background-color: transparent;
    padding-bottom: 1px;
    border-bottom: solid 1px #263238;
  }
}
.main-navigation ul li:not(.wpml-ls-slot-selettore-lingua).current-menu-item a {
  color: white;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul li:not(.wpml-ls-slot-selettore-lingua).current-menu-item a {
    color: #263238;
  }
}

@media screen and (min-width: 1280px) {
  .is-home-header.site-header {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
}
.is-home-header .site-branding a {
  color: white;
}
@media screen and (min-width: 1280px) {
  .is-home-header .main-navigation ul li {
    background-color: rgba(0, 0, 0, 0.01);
  }
}
@media screen and (min-width: 1280px) {
  .is-home-header .main-navigation ul li a {
    color: white;
  }
}
.is-home-header .main-navigation ul li:hover {
  background-color: #263238;
}
@media screen and (min-width: 1280px) {
  .is-home-header .main-navigation ul li:hover {
    background-color: transparent;
    border-bottom: solid 1px white;
  }
}
.is-home-header .main-navigation ul li:hover a {
  color: white;
}
@media screen and (min-width: 1280px) {
  .is-home-header .cta.cta-border {
    border-color: white;
    color: white;
  }
}
.is-home-header .cta.cta-border:hover {
  border-color: #263238;
}
.is-home-header .txt-logo {
  background-color: rgba(0, 0, 0, 0.01);
}

.navigation-container {
  max-height: 100vh;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  background: white;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}
@media screen and (min-width: 1280px) {
  .navigation-container {
    background-color: transparent;
    position: relative;
    height: auto;
    max-height: unset;
    display: block;
    overflow: unset;
    top: 0;
    width: calc(100% - 273px);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    pointer-events: all;
  }
}
.navigation-container .navigation-wrapper {
  overflow: auto;
  max-height: calc(100vh - 76px);
  width: 100%;
  display: table;
  padding: 40px 0 0px;
}
@media screen and (min-width: 1140px) {
  .navigation-container .navigation-wrapper {
    max-height: calc(100vh - 81px);
  }
}
@media screen and (min-width: 1280px) {
  .navigation-container .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}

.is-open .navigation-container {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}
.is-open.is-home-header .txt-logo {
  color: #263238;
}
@media screen and (min-width: 1280px) {
  .is-open.is-home-header .txt-logo {
    color: white;
  }
}

.is-scroll.site-header,
.is-open-like-scroll.site-header {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ECEFF1;
}
@media screen and (min-width: 1280px) {
  .is-scroll.site-header,
.is-open-like-scroll.site-header {
    padding-top: 21px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.is-scroll .navigation-container,
.is-open-like-scroll .navigation-container {
  max-height: calc(100vh - 59px);
  margin-top: 59px;
  overflow: auto;
}
@media screen and (min-width: 1140px) {
  .is-scroll .navigation-container,
.is-open-like-scroll .navigation-container {
    max-height: 100vh;
  }
}
@media screen and (min-width: 1280px) {
  .is-scroll .navigation-container,
.is-open-like-scroll .navigation-container {
    top: auto;
    margin-top: 0;
  }
}
.is-scroll .navigation-container .navigation-wrapper,
.is-open-like-scroll .navigation-container .navigation-wrapper {
  height: 100%;
  padding-bottom: 120px;
}
@media screen and (min-width: 1280px) {
  .is-scroll .navigation-container .navigation-wrapper,
.is-open-like-scroll .navigation-container .navigation-wrapper {
    padding-bottom: 0;
    overflow: hidden;
  }
}

.text-dimension {
  text-align: center;
  justify-content: center;
  align-items: baseline;
  padding: 16px;
  width: 100%;
}

.text-setter {
  margin: 0;
  padding: 0 8px;
  cursor: pointer;
  text-decoration: none;
}
.text-setter:hover {
  text-decoration: underline;
}
.text-setter--regular {
  font-size: 1rem;
}
.text-setter--big {
  font-size: 1.5rem;
}
.text-setter.is-selected {
  text-decoration: underline;
}

/* Links
--------------------------------------------- */
a {
  color: #263238;
}
a.noHover:hover {
  text-decoration: none;
}
a.noHover:hover .activeHover {
  text-decoration: underline;
}
a.hoverBlack:hover {
  color: #000000;
}
a .underlineSpan {
  border-bottom: none;
  padding-bottom: 1px;
}
a .underlineSpan.underlineAllVisible.underlineBorder-1 {
  border-bottom: 1px solid;
}
a .underlineSpan.underlineAllVisible.underlineBorder-2 {
  border-bottom: 2px solid;
}
a.noHoverLink:hover {
  text-decoration: none;
}
a .noUnderline {
  text-decoration: none;
}
a:hover .noUnderline {
  text-decoration: none;
}
a:hover .isUnderline {
  text-decoration: underline !important;
}
a.noUnderline:hover {
  text-decoration: none;
}
a:hover .underlineSpan {
  width: 100%;
}
a:hover .underlineSpan.underlineBorder-1 {
  border-bottom: 1px solid;
}
a:hover .underlineSpan.underlineBorder-2 {
  border-bottom: 2px solid;
}
a.activeHover:hover {
  text-decoration: underline;
}
a:hover .insideHover {
  text-decoration: underline;
}
a .arrow {
  fill: #263238;
}
a.mini-arrow .arrow {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.luogo-link .arrow {
  fill: white;
}

.entry-content a:not(.noLink) {
  text-decoration: none;
  display: inline-block;
}
.entry-content a:not(.noLink):after {
  content: "";
  display: table;
  width: 100%;
  height: 1px;
  margin-top: 1px;
}
.entry-content a:not(.noLink):hover {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.cta,
.btn {
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  padding: 10px 16px 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
.cta.cta-dark,
.btn.cta-dark {
  background-color: #263238;
  color: white;
}
.cta.cta-med,
.btn.cta-med {
  background-color: #ECEFF1;
  color: #263238;
}
.cta.cta-light,
.btn.cta-light {
  background-color: #62E1F0;
  color: #263238;
}
.cta p,
.btn p {
  margin-bottom: 0;
}
.cta.cta-border,
.btn.cta-border {
  background-color: rgba(0, 0, 0, 0.01);
  line-height: 1.2;
  border: solid 1px #263238;
  display: table;
  color: #263238;
}
.cta.cta-border .arrow,
.btn.cta-border .arrow {
  fill: #263238;
  margin-left: 8px;
}
.cta.cta-border:hover,
.btn.cta-border:hover {
  background-color: #263238;
  color: #FFFFFF;
}
.cta.cta-border:hover .arrow,
.btn.cta-border:hover .arrow {
  fill: white;
}
.cta.cta-border.filters,
.btn.cta-border.filters {
  padding: 4px 16px 5px;
  cursor: pointer;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  font-size: 1rem;
}
@media screen and (min-width: 1140px) {
  .cta.cta-border.filters,
.btn.cta-border.filters {
    margin-bottom: 8px;
  }
}
.cta.cta-border.filters p,
.btn.cta-border.filters p {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.cta.cta-border.filters.all-filters-selected, .cta.cta-border.filters.selected,
.btn.cta-border.filters.all-filters-selected,
.btn.cta-border.filters.selected {
  background-color: #263238;
  color: #FFFFFF;
}
.cta.cta-border.filters.semi-selected,
.btn.cta-border.filters.semi-selected {
  background-color: #606F76;
  color: white;
  border-color: #606F76;
}
.cta.cta-border.doesent-trigger,
.btn.cta-border.doesent-trigger {
  pointer-events: none;
}
.cta.cta-border.notClickable,
.btn.cta-border.notClickable {
  cursor: auto;
}
.cta.cta-border.notClickable:hover,
.btn.cta-border.notClickable:hover {
  background-color: transparent;
  color: #263238;
}
.cta.cta-border.line-height-1,
.btn.cta-border.line-height-1 {
  line-height: 1;
}
.cta.cta-category,
.btn.cta-category {
  padding: 4px 16px 5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.cta.cta-category:hover,
.btn.cta-category:hover {
  color: #263238;
  background-color: transparent;
}
.cta.cta-load-more,
.btn.cta-load-more {
  margin-left: 16px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  top: 0;
}
@media screen and (min-width: 600px) {
  .cta.cta-load-more,
.btn.cta-load-more {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .cta.cta-load-more,
.btn.cta-load-more {
    margin-left: 18px;
    margin-top: 40px;
  }
}
.cta.cta-load-more .txt-h4,
.btn.cta-load-more .txt-h4 {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  max-height: 50px;
}
.cta.cta-load-more .loading-more-obj,
.btn.cta-load-more .loading-more-obj {
  position: absolute;
  height: 100%;
  width: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  background-color: #263238;
}
.cta.cta-load-more.is-loading,
.btn.cta-load-more.is-loading {
  top: 8px;
  pointer-events: none;
  padding: 3px 16px;
}
.cta.cta-load-more.is-loading .loading-more-obj,
.btn.cta-load-more.is-loading .loading-more-obj {
  width: 100%;
}
.cta.cta-load-more.is-loading .txt-h4,
.btn.cta-load-more.is-loading .txt-h4 {
  max-height: 0px;
  overflow: hidden;
  line-height: 0px;
}
.cta.cta-load-more.is-loading:hover, .cta.cta-load-more.is-loading:active,
.btn.cta-load-more.is-loading:hover,
.btn.cta-load-more.is-loading:active {
  background-color: transparent;
}
.cta.cta-load-more.iperHide,
.btn.cta-load-more.iperHide {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}
.cta.prenota,
.btn.prenota {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .cta.prenota,
.btn.prenota {
    margin-top: 40px;
  }
}

.cta-underlined {
  padding: 5px 12px;
  border-bottom: solid 1px transparent;
}
.cta-underlined.selected {
  border-bottom: solid 1px #263238;
}
.cta-underlined:hover {
  border-bottom: solid 1px #263238;
}

.pointer {
  cursor: pointer;
}

.gallery-arrow {
  width: 48px;
}

.swiper-button {
  cursor: pointer;
}

.swiper-button-disabled {
  cursor: auto;
}
.swiper-button-disabled path {
  fill: #ECEFF1 !important;
  pointer-events: none;
}

.prossime-mostre-prev {
  transform: translate(0, 0) rotate(-180deg);
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
  margin-right: 32px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #263238;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #9EB5C1;
  padding: 3px;
  width: 100%;
  min-height: 32px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9EB5C1;
  min-height: 45px;
}

textarea {
  width: 100%;
  background-color: transparent;
  color: #263238;
  padding: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border: solid 1px #9EB5C1;
  height: 220px;
  font-size: 1rem;
}
textarea:focus {
  color: #263238;
}

/* Colors
--------------------------------------------- */
.has-primary-white-color {
  color: white;
}

.has-primary-black-color {
  color: #000000;
}

.has-primary-black-background-color {
  background-color: #000000;
}

.has-primary-cyan-color {
  color: #62E1F0;
}

.has-primary-cyan-background-color {
  background-color: #62E1F0;
}

.has-dark-cyan-color {
  color: #16AFBD;
}

.has-dark-cyan-background-color {
  background-color: #16AFBD;
}

.has-light-cyan-color {
  color: #9BFFFF;
}

.has-light-cyan-background-color {
  background-color: #9BFFFF;
}

.has-primary-gray-color {
  color: #606F76;
}

.has-primary-gray-background-color {
  background-color: #606F76;
}

.has-medium-gray-color {
  color: #9EB5C1;
}

.has-medium-gray-background-color {
  background-color: #9EB5C1;
}

.has-dark-gray-color {
  color: #263238;
}

.has-dark-gray-background-color {
  background-color: #263238;
}

.has-dark-gray-fill path {
  fill: #263238;
}
.has-dark-gray-fill.is-button:hover path {
  fill: #606F76;
}

.has-light-gray-color {
  color: #ECEFF1;
}

.has-light-gray-background-color {
  background-color: #ECEFF1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single.single-mostre .entry-header, .single.single-eventi .entry-header, .single.single-collezioni .entry-header, .single.single-post .entry-header, .single.single-persone .entry-header, .single.single-docufilm .entry-header {
  margin-top: 72px;
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header, .single.single-eventi .entry-header, .single.single-collezioni .entry-header, .single.single-post .entry-header, .single.single-persone .entry-header, .single.single-docufilm .entry-header {
    margin-top: 144px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header .entry-header-info-wrapper, .single.single-eventi .entry-header .entry-header-info-wrapper, .single.single-collezioni .entry-header .entry-header-info-wrapper, .single.single-post .entry-header .entry-header-info-wrapper, .single.single-persone .entry-header .entry-header-info-wrapper, .single.single-docufilm .entry-header .entry-header-info-wrapper {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header .entry-header-info-wrapper .cta:not(.filters), .single.single-eventi .entry-header .entry-header-info-wrapper .cta:not(.filters), .single.single-collezioni .entry-header .entry-header-info-wrapper .cta:not(.filters), .single.single-post .entry-header .entry-header-info-wrapper .cta:not(.filters), .single.single-persone .entry-header .entry-header-info-wrapper .cta:not(.filters), .single.single-docufilm .entry-header .entry-header-info-wrapper .cta:not(.filters) {
    margin-top: 40px;
  }
}
.single.single-mostre .entry-header .header-title-subtitle-wrapper, .single.single-eventi .entry-header .header-title-subtitle-wrapper, .single.single-collezioni .entry-header .header-title-subtitle-wrapper, .single.single-post .entry-header .header-title-subtitle-wrapper, .single.single-persone .entry-header .header-title-subtitle-wrapper, .single.single-docufilm .entry-header .header-title-subtitle-wrapper {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header .header-title-subtitle-wrapper, .single.single-eventi .entry-header .header-title-subtitle-wrapper, .single.single-collezioni .entry-header .header-title-subtitle-wrapper, .single.single-post .entry-header .header-title-subtitle-wrapper, .single.single-persone .entry-header .header-title-subtitle-wrapper, .single.single-docufilm .entry-header .header-title-subtitle-wrapper {
    width: 58.3333333333%;
    padding-right: 8px;
  }
}
.single.single-mostre .entry-header .header-category-wrapper, .single.single-eventi .entry-header .header-category-wrapper, .single.single-collezioni .entry-header .header-category-wrapper, .single.single-post .entry-header .header-category-wrapper, .single.single-persone .entry-header .header-category-wrapper, .single.single-docufilm .entry-header .header-category-wrapper {
  margin-top: 16px;
  border-top: solid 1px #9EB5C1;
  padding-top: 16px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header .header-category-wrapper, .single.single-eventi .entry-header .header-category-wrapper, .single.single-collezioni .entry-header .header-category-wrapper, .single.single-post .entry-header .header-category-wrapper, .single.single-persone .entry-header .header-category-wrapper, .single.single-docufilm .entry-header .header-category-wrapper {
    margin-top: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header .header-category-wrapper, .single.single-eventi .entry-header .header-category-wrapper, .single.single-collezioni .entry-header .header-category-wrapper, .single.single-post .entry-header .header-category-wrapper, .single.single-persone .entry-header .header-category-wrapper, .single.single-docufilm .entry-header .header-category-wrapper {
    width: 33.3333333333%;
    padding-left: 13px;
    margin-top: 0;
  }
}
.single.single-mostre .entry-header .header-category-wrapper .category-container, .single.single-eventi .entry-header .header-category-wrapper .category-container, .single.single-collezioni .entry-header .header-category-wrapper .category-container, .single.single-post .entry-header .header-category-wrapper .category-container, .single.single-persone .entry-header .header-category-wrapper .category-container, .single.single-docufilm .entry-header .header-category-wrapper .category-container {
  margin-bottom: 16px;
}
.single.single-mostre .entry-header--title, .single.single-eventi .entry-header--title, .single.single-collezioni .entry-header--title, .single.single-post .entry-header--title, .single.single-persone .entry-header--title, .single.single-docufilm .entry-header--title {
  text-align: left;
  border-top: solid 1px #9EB5C1;
  padding-top: 16px;
  max-width: unset;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header--title, .single.single-eventi .entry-header--title, .single.single-collezioni .entry-header--title, .single.single-post .entry-header--title, .single.single-persone .entry-header--title, .single.single-docufilm .entry-header--title {
    padding-top: 24px;
  }
}
.single.single-mostre .entry-header--excerpt, .single.single-eventi .entry-header--excerpt, .single.single-collezioni .entry-header--excerpt, .single.single-post .entry-header--excerpt, .single.single-persone .entry-header--excerpt, .single.single-docufilm .entry-header--excerpt {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header--excerpt, .single.single-eventi .entry-header--excerpt, .single.single-collezioni .entry-header--excerpt, .single.single-post .entry-header--excerpt, .single.single-persone .entry-header--excerpt, .single.single-docufilm .entry-header--excerpt {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header--excerpt, .single.single-eventi .entry-header--excerpt, .single.single-collezioni .entry-header--excerpt, .single.single-post .entry-header--excerpt, .single.single-persone .entry-header--excerpt, .single.single-docufilm .entry-header--excerpt {
    width: 85.7142857143%;
    margin-top: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header--curatella, .single.single-eventi .entry-header--curatella, .single.single-collezioni .entry-header--curatella, .single.single-post .entry-header--curatella, .single.single-persone .entry-header--curatella, .single.single-docufilm .entry-header--curatella {
    width: 50%;
    margin: 24px auto 0;
    text-align: center;
  }
}
.single.single-mostre .entry-header--thumbnail, .single.single-eventi .entry-header--thumbnail, .single.single-collezioni .entry-header--thumbnail, .single.single-post .entry-header--thumbnail, .single.single-persone .entry-header--thumbnail, .single.single-docufilm .entry-header--thumbnail {
  width: calc(100% + 16px);
  margin-left: -8px;
  padding-bottom: 135.37%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  background-size: cover;
  background-position: center;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header--thumbnail, .single.single-eventi .entry-header--thumbnail, .single.single-collezioni .entry-header--thumbnail, .single.single-post .entry-header--thumbnail, .single.single-persone .entry-header--thumbnail, .single.single-docufilm .entry-header--thumbnail {
    margin-top: 32px;
    padding-bottom: 68.664%;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header--thumbnail, .single.single-eventi .entry-header--thumbnail, .single.single-collezioni .entry-header--thumbnail, .single.single-post .entry-header--thumbnail, .single.single-persone .entry-header--thumbnail, .single.single-docufilm .entry-header--thumbnail {
    padding-bottom: 55.645%;
    margin-top: 72px;
  }
}
.single.single-mostre .entry-header #open-info-sidebar, .single.single-eventi .entry-header #open-info-sidebar, .single.single-collezioni .entry-header #open-info-sidebar, .single.single-post .entry-header #open-info-sidebar, .single.single-persone .entry-header #open-info-sidebar, .single.single-docufilm .entry-header #open-info-sidebar {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header #open-info-sidebar, .single.single-eventi .entry-header #open-info-sidebar, .single.single-collezioni .entry-header #open-info-sidebar, .single.single-post .entry-header #open-info-sidebar, .single.single-persone .entry-header #open-info-sidebar, .single.single-docufilm .entry-header #open-info-sidebar {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header #open-info-sidebar, .single.single-eventi .entry-header #open-info-sidebar, .single.single-collezioni .entry-header #open-info-sidebar, .single.single-post .entry-header #open-info-sidebar, .single.single-persone .entry-header #open-info-sidebar, .single.single-docufilm .entry-header #open-info-sidebar {
    margin-left: auto;
    margin-top: 40px;
  }
}
.single.single-mostre .entry-header .data-header, .single.single-eventi .entry-header .data-header, .single.single-collezioni .entry-header .data-header, .single.single-post .entry-header .data-header, .single.single-persone .entry-header .data-header, .single.single-docufilm .entry-header .data-header {
  margin-bottom: 16px;
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header .data-header, .single.single-eventi .entry-header .data-header, .single.single-collezioni .entry-header .data-header, .single.single-post .entry-header .data-header, .single.single-persone .entry-header .data-header, .single.single-docufilm .entry-header .data-header {
    margin-bottom: 32px;
  }
}
.single.single-mostre .entry-header--curatella-title, .single.single-eventi .entry-header--curatella-title, .single.single-collezioni .entry-header--curatella-title, .single.single-post .entry-header--curatella-title, .single.single-persone .entry-header--curatella-title, .single.single-docufilm .entry-header--curatella-title {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single.single-mostre .entry-header--curatella-title, .single.single-eventi .entry-header--curatella-title, .single.single-collezioni .entry-header--curatella-title, .single.single-post .entry-header--curatella-title, .single.single-persone .entry-header--curatella-title, .single.single-docufilm .entry-header--curatella-title {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header--curatella-title, .single.single-eventi .entry-header--curatella-title, .single.single-collezioni .entry-header--curatella-title, .single.single-post .entry-header--curatella-title, .single.single-persone .entry-header--curatella-title, .single.single-docufilm .entry-header--curatella-title {
    width: 100%;
  }
}
.single.single-mostre .entry-header--curatella-text, .single.single-eventi .entry-header--curatella-text, .single.single-collezioni .entry-header--curatella-text, .single.single-post .entry-header--curatella-text, .single.single-persone .entry-header--curatella-text, .single.single-docufilm .entry-header--curatella-text {
  margin-top: 8px;
}
@media screen and (min-width: 1140px) {
  .single.single-mostre .entry-header--curatella-text, .single.single-eventi .entry-header--curatella-text, .single.single-collezioni .entry-header--curatella-text, .single.single-post .entry-header--curatella-text, .single.single-persone .entry-header--curatella-text, .single.single-docufilm .entry-header--curatella-text {
    margin-top: 0;
  }
}
.single.single-collezioni .entry-header img {
  width: auto;
  max-width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}
@media screen and (min-width: 600px) {
  .single.single-collezioni .entry-header img {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-collezioni .entry-header img {
    width: auto;
    max-height: 700px;
  }
}
.single.single-collezioni .entry-header .entry-header-info-wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .single.single-collezioni .entry-header .entry-header-info-wrapper {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-collezioni .entry-header .entry-header-info-wrapper {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
.single.single-collezioni .entry-header .entry-header-info-wrapper .header-author-wrapper {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .single.single-collezioni .entry-header .entry-header-info-wrapper .header-author-wrapper {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-collezioni .entry-header .entry-header-info-wrapper .header-author-wrapper {
    margin-bottom: 32px;
  }
}
.single.single-persone .entry-header--thumbnail-wrapper {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single.single-persone .entry-header--thumbnail-wrapper {
    width: 50%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-persone .entry-header--thumbnail-wrapper {
    width: 50%;
  }
}
.single.single-persone .entry-header--thumbnail {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 71.04%;
}
@media screen and (min-width: 1140px) {
  .single.single-persone .entry-header--thumbnail {
    padding-bottom: 71.32%;
  }
}
.single.single-persone .entry-header--title-role {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .single.single-persone .entry-header--title-role {
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .single.single-persone .entry-header--title-role {
    width: 41.6666666667%;
  }
}
.single.single-persone .entry-header--title-role .role {
  margin-bottom: 8px;
}
@media screen and (min-width: 1140px) {
  .single.single-persone .entry-header--title-role .role {
    margin-bottom: 24px;
  }
}
.single.single-persone .entry-header--title-role .bottom-part {
  margin-top: 0;
}
@media screen and (min-width: 1140px) {
  .single.single-persone .entry-header--title-role .bottom-part {
    margin-top: auto;
  }
}

.page .entry-header--thumbnail {
  width: 100%;
  padding-bottom: 129.07%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
@media screen and (min-width: 1140px) {
  .page .entry-header--thumbnail {
    padding-bottom: 55.645%;
    margin-top: 72px;
  }
}

.scheda-opera-row {
  padding-top: 16px;
  border-top: solid 1px #9EB5C1;
  margin-top: 16px;
}
.scheda-opera-row:nth-child(1) {
  margin-top: 0;
}
.scheda-opera-row:nth-last-child(1) {
  padding-bottom: 16px;
  border-bottom: solid 1px #9EB5C1;
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row .scheda-opera-header {
    width: 41.6666666667%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row .scheda-opera-content {
    width: 50%;
    padding-left: 10px;
  }
}
.scheda-opera-row .scheda-opera-content h4 {
  margin-top: 8px;
  margin-bottom: 0;
}
.scheda-opera-row .scheda-opera-content h4:nth-child(1) {
  margin-top: auto;
  margin-bottom: auto;
}
.scheda-opera-row .scheda-opera-content .lista-luoghi {
  margin-top: auto;
  margin-bottom: auto;
}
.scheda-opera-row.accordion-opera .accordion-opera-header {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row.accordion-opera .accordion-opera-header {
    width: 41.6666666667%;
    padding-right: 10px;
  }
}
.scheda-opera-row.accordion-opera .accordion-opera-header h3 {
  width: calc(100% - 40px);
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row.accordion-opera .accordion-opera-header h3 {
    width: 100%;
  }
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener {
  position: relative;
  left: auto;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #263238;
  cursor: pointer;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener span {
  background-color: white;
  display: table;
  position: absolute;
  width: 19px;
  height: 19px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener span:nth-child(1) {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  left: -1px;
  top: -1px;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener span:nth-child(2) {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  left: auto;
  right: -1px;
  top: -1px;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener span:nth-child(3) {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  left: -1px;
  top: auto;
  bottom: -1px;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener span:nth-child(4) {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  left: auto;
  right: -1px;
  top: auto;
  bottom: -1px;
}
.scheda-opera-row.accordion-opera .accordion-opera-header .accordion-opener:hover {
  background-color: #606F76;
}
.scheda-opera-row.accordion-opera .accordion-opera-header.is-open-accordion .accordion-opener span:nth-child(1), .scheda-opera-row.accordion-opera .accordion-opera-header.is-open-accordion .accordion-opener span:nth-child(4) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  width: 38px;
}
.scheda-opera-row .accordion-opera-content {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row .accordion-opera-content {
    max-height: unset;
    overflow: auto;
    width: 50%;
    padding-left: 10px;
    transition: 0s ease-in-out;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
  }
}
.scheda-opera-row .accordion-opera-content .scheda-opera-content {
  width: 100%;
  margin: auto 0;
  padding: 8px 0 9px;
  margin-top: 8px;
  border-top: solid 1px #9EB5C1;
}
@media screen and (min-width: 600px) {
  .scheda-opera-row .accordion-opera-content .scheda-opera-content {
    padding: 16px 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .scheda-opera-row .accordion-opera-content .scheda-opera-content {
    padding: 0;
    margin-top: auto;
    border-top: none;
  }
}

.cta-autorizzazioni {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .cta-autorizzazioni {
    margin-top: 40px;
    margin-left: auto;
  }
}

.scheda-opera-outer-wrapper {
  margin-bottom: 96px;
}
@media screen and (min-width: 600px) {
  .scheda-opera-outer-wrapper {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1140px) {
  .scheda-opera-outer-wrapper {
    margin-bottom: 96px;
  }
}

/*--------------------------------------------------------------
# Components aside
--------------------------------------------------------------*/
.obscurer {
  background-color: rgba(38, 50, 56, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.infos-aside {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 999;
  background: white;
  height: 100vh;
  overflow: scroll;
  width: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  padding-bottom: 96px;
}
@media screen and (min-width: 1140px) {
  .infos-aside {
    left: auto;
    right: calc(-50% - 48px);
    width: calc(50% + 40px);
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    padding-bottom: 120px;
  }
}
.infos-aside .aside-closer-button {
  position: absolute;
  top: 16px;
  left: auto;
  right: 16px;
}
@media screen and (min-width: 600px) {
  .infos-aside .aside-closer-button {
    top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .aside-closer-button {
    top: auto;
    left: auto;
    right: 48px;
  }
}
.infos-aside .orari-biglietti-musei-container {
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .infos-aside .orari-biglietti-musei-container {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .orari-biglietti-musei-container {
    margin-bottom: 72px;
  }
}
.infos-aside .infos-aside-wrapper {
  position: relative;
  padding: 96px 16px 0;
}
@media screen and (min-width: 600px) {
  .infos-aside .infos-aside-wrapper {
    padding: 48px 24px 0;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .infos-aside-wrapper {
    padding: 72px 48px 0;
  }
}
.infos-aside .aside-orari-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .infos-aside .aside-orari-title {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .aside-orari-title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 600px) {
  .infos-aside .row-orari-left {
    width: 50%;
    padding-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  .infos-aside .row-orari-right {
    width: 50%;
    padding-left: 10px;
  }
}
.infos-aside .row-orari-left a, .infos-aside .row-orari-right a {
  color: #263238;
}
.infos-aside .schede-orario-periodo {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .infos-aside .schede-orario-periodo {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .schede-orario-periodo {
    margin-top: 32px;
  }
}
.infos-aside .schede-orario-periodo .cta {
  font-size: 1rem;
}
.infos-aside .accordion-row {
  padding-top: 8px;
  border-top: solid 1px #9EB5C1;
}
.infos-aside .accordion-row:nth-child(1) {
  border-top: none;
}
@media screen and (min-width: 600px) {
  .infos-aside .accordion-row {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .accordion-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .biglietti-text {
    width: 83.3333333333%;
    padding-right: 3px;
  }
}
.infos-aside .biglietti-text--secondary {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .infos-aside .biglietti-text--secondary {
    margin-top: 48px;
  }
}
.infos-aside .biglietti-text--secondary p {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  max-width: 550px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1140px) {
  .infos-aside .biglietti-text--secondary p {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .infos-aside .biglietti-text--secondary p {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 650px;
  }
}
.infos-aside .biglietti-text p {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  max-width: 550px;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 1140px) {
  .infos-aside .biglietti-text p {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    letter-spacing: -0.2px;
  }
}
@media screen and (min-width: 1600px) {
  .infos-aside .biglietti-text p {
    font-size: 1.5rem;
    line-height: 1.625rem;
    max-width: 650px;
  }
}
.infos-aside .prezzi-biglietti-wrapper {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .infos-aside .prezzi-biglietti-wrapper {
    margin-top: 48px;
  }
}
.infos-aside .prezzo-biglietto-row {
  padding: 10px 0 12px;
  border-top: solid 1px #9EB5C1;
}
.infos-aside .prezzo-biglietto-row:nth-last-child(1) {
  border-bottom: solid 1px #9EB5C1;
}
@media screen and (min-width: 1140px) {
  .infos-aside .prezzo-biglietto-row p:nth-child(1) {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1140px) {
  .infos-aside .prezzo-biglietto-row p:nth-child(2) {
    width: 33.3333333333%;
    text-align: right;
  }
}

.orari-musei-container:nth-last-child(1) .accordion-wrapper:nth-last-child(1) {
  border-bottom: solid 1px #9EB5C1;
}

.info-aside-container.is-open .obscurer {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
}
.info-aside-container.is-open .infos-aside {
  left: 0;
}
@media screen and (min-width: 1140px) {
  .info-aside-container.is-open .infos-aside {
    left: auto;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Components date box
--------------------------------------------------------------*/
.data-svolgimento-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .data-svolgimento-wrapper {
    width: 37.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  .data-svolgimento-wrapper {
    width: auto;
    display: table;
  }
}

.date-box-wrapper.is-date--start {
  margin-right: 20px;
}
@media screen and (min-width: 1140px) {
  .date-box-wrapper.is-date--start {
    margin-top: -19px;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .date-box-wrapper.is-date--end {
    margin-top: 16px;
  }
}
.date-box-wrapper .date-box-container {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  padding: 8px;
  height: 89px;
  width: 154px;
}
@media screen and (min-width: 1140px) {
  .date-box-wrapper .date-box-container {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    width: 179px;
  }
}
.date-box-wrapper .date-box-container .txt-h2 {
  font-size: 2.875rem;
  line-height: 2.875rem;
  margin-top: 4px;
}
.date-box-wrapper .date-box-container .txt-p {
  margin-top: 4px;
}
.date-box-wrapper time.txt-p {
  margin-top: 4px;
}
.date-box-wrapper .pre-text {
  padding: 0 8px;
}

/*--------------------------------------------------------------
# Components luogo e data
--------------------------------------------------------------*/
@media screen and (min-width: 1140px) {
  .luogo-orari-title {
    width: 25%;
    padding-right: 14px;
  }
}

h4.lista-luoghi-title {
  margin-bottom: 24px;
}

@media screen and (min-width: 1140px) {
  .data-luogo-wrapper {
    width: 75%;
    padding-left: 6px;
  }
}
@media screen and (min-width: 600px) {
  .data-luogo-wrapper .data-svolgimento-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1140px) {
  .data-luogo-wrapper .data-svolgimento-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .data-luogo-wrapper .data-svolgimento-wrapper .date-box-wrapper.is-date--end {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1140px) {
  .data-luogo-wrapper .data-svolgimento-wrapper .date-box-wrapper.is-date--end {
    margin-top: 16px;
  }
}

.luoghi-interesse-wrapper {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .luoghi-interesse-wrapper {
    margin-top: 0;
    width: calc(100% - 179px);
    padding-left: 20px;
  }
}
.luoghi-interesse-wrapper .luoghi-interesse-container {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  padding: 32px 16px;
}
@media screen and (min-width: 1140px) {
  .luoghi-interesse-wrapper .luoghi-interesse-container {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    padding: 32px;
  }
}

.luogo-mostra-container {
  width: 100%;
}
.luogo-mostra-container:nth-child(2) {
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .luogo-mostra-container {
    width: 50%;
  }
  .luogo-mostra-container:nth-child(1) {
    padding-right: 10px;
  }
  .luogo-mostra-container:nth-child(2) {
    margin-top: 0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .luogo-mostra-container {
    width: 42.8571428571%;
  }
  .luogo-mostra-container:nth-child(1) {
    padding-right: 15px;
  }
  .luogo-mostra-container:nth-child(2) {
    padding-left: 0;
  }
}
.luogo-mostra-container .lista-luoghi .elenco-luogo {
  border-top: solid 1px #606F76;
  padding: 10px 0 12px;
}
.luogo-mostra-container .lista-luoghi .elenco-luogo .luogo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.luogo-mostra-container .lista-luoghi .elenco-luogo .luogo-link-text {
  width: calc(100% - 24px);
}

.tipo-ingresso {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .tipo-ingresso {
    width: calc(100% - 179px);
    margin-left: auto;
    padding-left: 20px;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Archivi
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Archivi generico
--------------------------------------------------------------*/
.container-archivio {
  margin-top: 72px;
}
@media screen and (min-width: 600px) {
  .container-archivio {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1140px) {
  .container-archivio {
    margin-top: 144px;
  }
}
.container-archivio .archive-title-container {
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .container-archivio .archive-title-container {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .container-archivio .archive-title-container {
    margin-bottom: 72px;
  }
}
.container-archivio .archive-title-container .archive-title {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .container-archivio .archive-title-container .archive-title {
    width: 58.3333333333%;
    padding-right: 6px;
  }
}
.container-archivio .archive-title-container .cta {
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .container-archivio .archive-title-container .cta {
    margin-top: 0;
  }
}

.filters-wrapper {
  border-top: solid 1px #ECEFF1;
  border-bottom: solid 1px #ECEFF1;
}

.filters-container {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  margin-left: 16px;
  width: calc(100% - 96px);
  display: -moz-inline-box;
  display: -webkit-inline-box;
}
@media screen and (min-width: 1140px) {
  .filters-container {
    padding: 10px 0;
    margin-left: 16px;
    width: calc(100% - 116px);
  }
}

.filters-container .filters p {
  display: flex;
  flex-wrap: wrap;
}
.filters-container .filters p span {
  margin-right: 4px;
}
.filters-container .filters p span:nth-last-child(1) {
  margin-right: 0;
}

.filter-pre {
  display: table;
  min-width: 72px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 10px 0;
}
@media screen and (min-width: 1140px) {
  .filter-pre {
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 10px 0;
    min-width: 96px;
  }
}
.filter-pre p {
  margin-top: 6px;
}

/*--------------------------------------------------------------
# Archivio eventi
--------------------------------------------------------------*/
.year-navigator {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px #ECEFF1;
  position: sticky;
  top: 67px;
  background-color: white;
  z-index: 100;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .year-navigator {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .year-navigator {
    top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .month-navigator {
    padding-right: 21px;
    width: calc(25% + 5px);
  }
}
.month-navigator time {
  position: sticky;
  top: 96px;
  z-index: 100;
}

.container-eventi-ajax {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .container-eventi-ajax {
    width: calc(75% - 5px);
  }
}
@media screen and (min-width: 1140px) {
  .container-eventi-ajax .load-more-eventi-container {
    padding-left: 179px;
  }
}

.archive-eventi-in-corso-content {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  margin-top: 72px;
}

.archive-eventi-in-corso-content.m900-container-medium {
  padding: 0;
}
@media screen and (min-width: 1140px) {
  .archive-eventi-in-corso-content.m900-container-medium {
    padding: 0 50px;
  }
}

.evento-wrapper {
  border-bottom: solid 1px #ECEFF1;
  padding: 0 16px 16px;
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .evento-wrapper {
    padding: 0 24px 24px;
  }
}
@media screen and (min-width: 1140px) {
  .evento-wrapper {
    margin-bottom: 72px;
    border-bottom: none;
    padding: 0;
  }
}

.evento-container {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .evento-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .evento-container {
    width: 62.5%;
  }
}
@media screen and (min-width: 1140px) {
  .evento-container {
    width: calc(100% - 179px);
    padding-left: 19px;
  }
}
.evento-container .cta.cta-border.filters {
  margin-top: 0;
}

.archivio-eventi-content {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .archivio-eventi-content .date-box-wrapper.is-date--start {
    margin-top: 16px;
  }
}

.single-event-title-container {
  margin-top: 16px;
}
@media screen and (min-width: 1140px) {
  .single-event-title-container {
    margin-top: 18px;
    width: 85.7142857143%;
  }
}

.single-event-informations-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1140px) {
  .single-event-informations-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.single-event-informations-container .single-event-type-infos {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .single-event-informations-container .single-event-type-infos {
    width: 80%;
  }
}
@media screen and (min-width: 1140px) {
  .single-event-informations-container .single-event-type-infos {
    margin-top: 0;
    width: 42.8571428571%;
    padding-right: 10px;
  }
}
.single-event-informations-container .single-event-post-image {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 1140px) {
  .single-event-informations-container .single-event-post-image {
    margin-top: 0;
    width: 57.1428571429%;
    padding-left: 10px;
  }
}
.single-event-informations-container .single-event-post-thumb {
  width: 100%;
  padding-bottom: 66.467%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .single-event-informations-container .single-event-post-thumb {
    padding-bottom: 65.22%;
  }
}
@media screen and (min-width: 1140px) {
  .single-event-informations-container .single-event-post-thumb {
    padding-bottom: 66.97%;
  }
}
.single-event-informations-container .single-event-container-luoghi {
  margin-top: 24px;
}
.single-event-informations-container .single-event-container-luoghi .lista-luoghi .arrow {
  width: 16px;
  margin-left: 4px;
}
.single-event-informations-container .single-event-container-luoghi .lista-luoghi.luoghi-esterni {
  margin-top: 24px;
}

.is-archive-article {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.is-loading-ajax {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Archivio mostre
--------------------------------------------------------------*/
.navigation-mostre {
  position: relative;
  border-color: #ECEFF1;
  position: sticky;
  top: 67px;
  z-index: 100;
  background-color: white;
  overflow: hidden;
  height: 49px;
}
@media screen and (min-width: 1280px) {
  .navigation-mostre {
    height: 59px;
    top: 0;
  }
}

.archive-mostre-in-corso-wrapper {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .archive-mostre-in-corso-wrapper {
    margin-top: 48px;
  }
}

.nav-for-current {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: relative;
  top: 0;
}
.nav-for-current.exclude-from-view {
  top: 100%;
}

.nav-for-old {
  width: calc(100% - 32px);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 16px;
  padding-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .nav-for-old {
    left: 24px;
    width: calc(100% - 48px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1140px) {
  .nav-for-old {
    width: auto;
    left: 50px;
    padding-top: 0;
  }
}
.nav-for-old.exclude-from-view {
  top: -100%;
}

.curr-year {
  min-width: 144px;
  width: 25%;
}

.single-mostra-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .single-mostra-wrapper {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper {
    margin-bottom: 48px;
  }
}
.single-mostra-wrapper .single-mostra-container .mostra-container {
  margin-bottom: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 129.07%;
  min-height: 444px;
}
@media screen and (min-width: 600px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container {
    padding-bottom: 66.783%;
    min-height: 390px;
  }
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container {
    padding-bottom: 55.556%;
    min-height: 700px;
  }
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-obscurer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 50, 56, 0.3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content {
  width: 100%;
  padding: 0 8px 24px;
}
@media screen and (min-width: 600px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content {
    padding: 0 16px 24px;
  }
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0 38px 48px;
  }
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-title-box {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-title-box {
    width: 58.3333333333%;
  }
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-date {
  width: 100%;
  text-align: left;
  margin-top: 16px;
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-date {
    width: 41.6666666667%;
    text-align: right;
  }
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-date span {
  display: block;
  margin-bottom: 8px;
}
.single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content.future-mostre .single-mostra-date {
  display: table;
  width: 100%;
  margin-left: 0;
  text-align: left;
}
.single-mostra-wrapper.single-mostra-wrapper-old {
  padding: 0 8px;
}
@media screen and (min-width: 1140px) {
  .single-mostra-wrapper.single-mostra-wrapper-old {
    padding: 0;
  }
}

@media screen and (min-width: 1140px) {
  .archive-title {
    width: 58.3333333333%;
  }
}

.archive-mostre-future-wrapper {
  margin-top: 72px;
}
@media screen and (min-width: 600px) {
  .archive-mostre-future-wrapper {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-mostre-future-wrapper {
    margin-top: 240px;
  }
}
.archive-mostre-future-wrapper .archivio-mostre-future-content {
  overflow: hidden;
  margin-top: 32px;
  padding: 0 8px;
}
@media screen and (min-width: 1140px) {
  .archive-mostre-future-wrapper .archivio-mostre-future-content {
    margin-top: 72px;
    width: 100%;
    padding-left: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide {
    width: calc(58.3333333333% - 35px);
  }
}
.archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide .single-mostra-wrapper .single-mostra-container .mostra-container {
  padding-bottom: 129.07%;
  min-height: 444px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide .single-mostra-wrapper .single-mostra-container .mostra-container {
    padding-bottom: 55.585%;
    min-height: 380px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide .single-mostra-wrapper .single-mostra-container .mostra-container {
    padding-bottom: 55.585%;
    min-height: 380px;
  }
}
.archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content {
  box-sizing: border-box !important;
}
.archive-mostre-future-wrapper .archivio-mostre-future-content .single-mostra-slide .single-mostra-wrapper .single-mostra-container .mostra-container .mostra-content .single-mostra-title {
  width: 100%;
}
.archive-mostre-future-wrapper .archive-title {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive-mostre-future-wrapper .archive-title {
    width: calc(100% - 128px);
  }
}
.archive-mostre-future-wrapper .prossime-mostre-nav {
  margin-top: 24px;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .archive-mostre-future-wrapper .prossime-mostre-nav {
    margin-top: 0;
  }
}

.archive-mostre-in-corso-wrapper.current-exib .archivio-mostre-content {
  width: 100%;
}
.archive-mostre-in-corso-wrapper.current-exib .month-navigator {
  display: none;
}
.archive-mostre-in-corso-wrapper.old-exib .single-mostra-wrapper {
  display: table;
}
.archive-mostre-in-corso-wrapper.old-exib .month-navigator {
  display: block;
}
@media screen and (min-width: 1140px) {
  .archive-mostre-in-corso-wrapper.old-exib .archive-mostre-wrapper {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-mostre-in-corso-wrapper.old-exib .archive-mostre-wrapper .month-navigator {
    width: calc(41.6666666667% + 9px);
  }
}
.archive-mostre-in-corso-wrapper.old-exib .archive-mostre-wrapper .archivio-mostre-content {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .archive-mostre-in-corso-wrapper.old-exib .archive-mostre-wrapper .archivio-mostre-content {
    width: calc(58.3333333333% - 9px);
  }
}
@media screen and (min-width: 1140px) {
  .archive-mostre-in-corso-wrapper.old-exib .single-mostra-container .mostra-container {
    min-height: 380px;
  }
}
.archive-mostre-in-corso-wrapper.old-exib .single-mostra-container .mostra-container .mostra-content .single-mostra-title {
  width: 100%;
}
.archive-mostre-in-corso-wrapper.old-exib .single-mostra-container .mostra-container .mostra-content .single-mostra-date {
  width: 100%;
  text-align: left;
}

.curr-month {
  top: 166px;
  position: sticky;
}
@media screen and (min-width: 1280px) {
  .curr-month {
    top: 120px;
  }
}

@media screen and (min-width: 1140px) {
  .load-more-mostre-container {
    width: calc(58.3333333333% - 20px);
    margin-left: auto;
  }
}

.single-mostra-container {
  overflow: hidden;
}

.single-mostra-title-box {
  position: relative;
  bottom: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.mostra-content .single-mostra-arrow {
  position: absolute;
  bottom: -96px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: all;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.mostra-content .single-mostra-arrow svg {
  width: 56px;
  height: 56px;
}
.mostra-content .single-mostra-arrow svg path {
  fill: white;
}

.single-mostra-inner-wrapper {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.hovered-mostra .single-mostra-arrow {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  bottom: 64px;
}
@media screen and (min-width: 1140px) {
  .hovered-mostra .single-mostra-arrow {
    bottom: 48px;
  }
}
.hovered-mostra .has-luogoTeaser .single-mostra-arrow {
  bottom: 94px;
}
@media screen and (min-width: 1140px) {
  .hovered-mostra .has-luogoTeaser .single-mostra-arrow {
    bottom: 48px;
  }
}
.hovered-mostra .single-mostra-title-box {
  bottom: 80px;
}
@media screen and (min-width: 1140px) {
  .hovered-mostra .single-mostra-title-box {
    bottom: 96px;
  }
}

/*--------------------------------------------------------------
# Archivio collezioni
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .collezione-header-container {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-header-container {
    width: 58.3333333333%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .collezione-header-container .collezione-description {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-header-container .collezione-description {
    width: 71.4285714286%;
  }
}

.collezione-child-container {
  margin-top: 48px;
  margin-bottom: 96px;
}
@media screen and (min-width: 600px) {
  .collezione-child-container {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-child-container {
    margin-top: 72px;
    margin-bottom: 240px;
  }
}

.collezione-child-single-wrapper {
  overflow-x: hidden;
  border-bottom: solid 1px #9EB5C1;
  padding: 0 16px 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .collezione-child-single-wrapper {
    padding: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-child-single-wrapper {
    margin-bottom: 48px;
    padding: 48px 48px;
  }
}

@media screen and (min-width: 600px) {
  .random-image-wrapper {
    width: calc(50% - 10px);
    max-height: 670px;
    overflow: hidden;
    border-radius: 12px;
  }
}
.random-image-wrapper .random-image-container {
  width: 100%;
}
.random-image-wrapper .random-image-container img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  margin-bottom: auto;
}
.random-image-wrapper.has-3-elements .random-image-container {
  margin-bottom: auto;
}
.random-image-wrapper.has-3-elements .random-image-container:nth-child(1), .random-image-wrapper.has-3-elements .random-image-container:nth-child(2) {
  width: 50%;
}
.random-image-wrapper.has-3-elements .random-image-container:nth-child(1) {
  padding-right: 10px;
}
.random-image-wrapper.has-3-elements .random-image-container:nth-child(2) {
  padding-left: 10px;
}
.random-image-wrapper.has-3-elements .random-image-container:nth-child(3) {
  margin-top: 20px;
}
.random-image-wrapper.has-2-elements .random-image-container {
  margin-bottom: auto;
}
.random-image-wrapper.has-2-elements .random-image-container:nth-child(1), .random-image-wrapper.has-2-elements .random-image-container:nth-child(2) {
  width: 50%;
}
.random-image-wrapper.has-2-elements .random-image-container:nth-child(1) {
  padding-right: 10px;
}
.random-image-wrapper.has-2-elements .random-image-container:nth-child(2) {
  padding-left: 10px;
}
.collezione-child-info-container {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .collezione-child-info-container {
    width: 50%;
    margin-top: 0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-child-info-container {
    width: 41.6666666667%;
    padding-left: 12px;
  }
}
.collezione-child-info-container .collezione-child-info-pre-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1140px) {
  .collezione-child-info-container .collezione-child-info-pre-title {
    margin-bottom: 24px;
  }
}
.collezione-child-info-container .collezione-child-info-description {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .collezione-child-info-container .collezione-child-info-description {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .collezione-child-info-container .collezione-child-info-description {
    width: 80%;
    padding-right: 5px;
    margin-top: auto;
  }
}
.collezione-child-info-container .collezione-child-info-button {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .collezione-child-info-container .collezione-child-info-button {
    margin-top: 40px;
  }
}

.ciclo-etoile-opera-wrapper .ciclo-etoile-img-container {
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-img-container {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-img-container {
    width: 50%;
    padding-right: 10px;
  }
}
.ciclo-etoile-opera-wrapper .ciclo-etoile-img-container img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  width: 100%;
  display: flex;
  margin: auto;
}
.ciclo-etoile-opera-wrapper .ciclo-etoile-info-opera {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-info-opera {
    width: 50%;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1140px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-info-opera {
    width: 41.6666666667%;
    padding-left: 12px;
  }
}
.ciclo-etoile-opera-wrapper .ciclo-etoile-info-tab {
  border-top: solid 1px #9EB5C1;
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-info-tab {
    margin-top: 32px;
  }
}
.ciclo-etoile-opera-wrapper .ciclo-etoile-info-artisti {
  width: 100%;
  padding: 8px 0;
}
@media screen and (min-width: 1140px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-info-artisti {
    padding-right: 6px;
    width: calc(60% - 6px);
    padding-top: 16px;
    padding-bottom: 0;
    border-right: solid 1px #9EB5C1;
  }
}
.ciclo-etoile-opera-wrapper .ciclo-etoile-info-anno {
  padding: 8px 0;
  width: 100%;
  border-top: solid 1px #9EB5C1;
}
@media screen and (min-width: 1140px) {
  .ciclo-etoile-opera-wrapper .ciclo-etoile-info-anno {
    border-top: none;
    padding-left: 20px;
    padding-bottom: 0;
    width: calc(40% + 6px);
    padding-top: 16px;
  }
}

.all-filters.selected {
  pointer-events: none;
}

/*--------------------------------------------------------------
# Archivio collezione
--------------------------------------------------------------*/
.archive-collezione-tipo {
  margin-bottom: 24px;
}

.archive-collezione-description {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .archive-collezione-description {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-collezione-description {
    margin-top: 72px;
  }
}

.filter-box-wrapper {
  border-top: solid 1px #ECEFF1;
  padding: 27px 16px 26px;
}
@media screen and (min-width: 600px) {
  .filter-box-wrapper {
    padding: 27px 24px 26px;
  }
}
@media screen and (min-width: 1140px) {
  .filter-box-wrapper {
    padding: 10px 50px 9px;
  }
}
.filter-box-wrapper .filters-container ul li  {
  min-width: auto;
}

.filter-box-outer-wrapper {
  overflow: scroll;
}

.filter-box {
  overflow: hidden;
  max-height: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.filter-button {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: relative;
  top: 0px;
}
.filter-button.filter-hide {
  top: 8px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
}

.container-archivio-collezione .archive-title-container {
  margin-bottom: 16px;
}

.single-collezione-opere-content {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .single-collezione-opere-content {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .single-collezione-opere-content {
    margin-top: 72px;
  }
}

.single-collezione-opere-wrapper {
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .single-collezione-opere-wrapper {
    padding: 0 24px;
  }
}
@media screen and (min-width: 960px) {
  .single-collezione-opere-wrapper {
    width: calc(100% - 28px);
    margin-left: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  .single-collezione-opere-wrapper {
    padding: 0 38px;
    width: 100%;
    margin-left: 0;
  }
}

.single-collezione-wrapper {
  display: table;
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .single-collezione-wrapper {
    margin-bottom: 48px;
    width: 50%;
  }
  .single-collezione-wrapper:nth-child(odd) {
    padding-right: 10px;
  }
  .single-collezione-wrapper:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .single-collezione-wrapper {
    width: 33.3333333333%;
    padding: 0 10px;
  }
  .single-collezione-wrapper:nth-child(odd) {
    padding-right: 10px;
  }
  .single-collezione-wrapper:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .single-collezione-wrapper {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 72px;
  }
}
.single-collezione-wrapper .collezione-thumb {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
}

/*--------------------------------------------------------------
# Archivio News
--------------------------------------------------------------*/
.container-news-ajax {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .container-news-ajax {
    width: calc(75% - 5px);
  }
}

.archive-news-contentainer {
  margin-top: 32px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (min-width: 600px) {
  .archive-news-contentainer {
    margin-top: 48px;
  }
}
.archive-news-contentainer .news-wrapper {
  margin-bottom: 48px;
}
@media screen and (min-width: 1140px) {
  .archive-news-contentainer .news-wrapper {
    margin-bottom: 72px;
  }
}
.archive-news-contentainer .news-archive-thumb-container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive-news-contentainer .news-archive-thumb-container {
    width: 44.4444444444%;
    padding-right: 12px;
  }
}
.archive-news-contentainer .news-archive-thumb {
  padding-bottom: 66.467%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
@media screen and (min-width: 1140px) {
  .archive-news-contentainer .news-archive-thumb {
    padding-bottom: 66.736%;
  }
}
.archive-news-contentainer .news-archive-infos {
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .archive-news-contentainer .news-archive-infos {
    margin-top: 0;
    width: 55.5555555556%;
    padding-left: 8px;
  }
}
.archive-news-contentainer .docufilm-archive-infos {
  display: flex;
  flex-wrap: wrap;
}
.archive-news-contentainer .docufilm-archive-infos .docufilm-card-top-part {
  width: 100%;
}
.archive-news-contentainer .docufilm-archive-infos .docufilm-link {
  width: 100%;
}
.archive-news-contentainer .docufilm-archive-infos .cta {
  margin-top: 24px;
  width: auto;
  display: table;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1140px) {
  .archive-news-contentainer .docufilm-archive-infos .cta {
    margin-top: auto;
  }
}
@media screen and (min-width: 1140px) {
  .archive-news-contentainer .news-archive-excerpt {
    width: 60%;
    padding-right: 3px;
  }
}

.load-more-news-container .cta.cta-load-more {
  margin-left: 0;
}
@media screen and (min-width: 1140px) {
  .load-more-news-container .cta.cta-load-more {
    margin-left: 24px;
  }
}

/*--------------------------------------------------------------
# Archivio Press
--------------------------------------------------------------*/
.press-title-box {
  width: calc(100% - 60px);
}
@media screen and (min-width: 1140px) {
  .press-title-box {
    width: 58.3333333333%;
    padding-right: 8px;
  }
}
.press-date-box {
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .press-date-box {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .press-date-box {
    margin-bottom: 0;
    width: 25%;
    padding-left: 11px;
    padding-right: 3px;
  }
}
@media screen and (min-width: 1140px) {
  .press-download-box {
    width: calc(16.6666666667% - 40px);
    padding-left: 20px;
  }
}

@media screen and (min-width: 1140px) {
  .archivio-press-content .archive-accordion-wrapper .accordion-row-content {
    padding: 32px 0 0;
  }
}
.archivio-press-content .archive-accordion-wrapper .accordion-row-content .single-rassegna-wrapper:nth-last-child(1) {
  margin-bottom: 0;
}

.single-rassegna-wrapper {
  margin-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .single-rassegna-wrapper {
    width: 50%;
  }
  .single-rassegna-wrapper:nth-child(odd) {
    padding-right: 10px;
  }
  .single-rassegna-wrapper:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .single-rassegna-wrapper {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 48px;
  }
}
.single-rassegna-wrapper a {
  position: relative;
  display: table;
}
.single-rassegna-wrapper .download-marker {
  padding: 12px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

.press-kit-button-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .press-kit-button-wrapper {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .press-kit-button-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.press-kit-button-wrapper .cta {
  margin-left: 0;
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .press-kit-button-wrapper .cta {
    margin-left: auto;
  }
}
@media screen and (min-width: 1140px) {
  .press-kit-button-wrapper .cta {
    margin-left: auto;
    margin-right: 8px;
    margin-top: 0;
  }
}

.archive-press-in-corso-wrapper {
  margin-top: 72px;
}
@media screen and (min-width: 600px) {
  .archive-press-in-corso-wrapper {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  .archive-press-in-corso-wrapper {
    margin-top: 72px;
  }
}

.load-more-press-container .cta-load-more {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .load-more-press-container .cta-load-more {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1140px) {
  .load-more-press-container .cta-load-more {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# Archivio Cerca
--------------------------------------------------------------*/
.search-container {
  border-top: solid 1px #ECEFF1;
  padding-top: 48px;
}
@media screen and (min-width: 1140px) {
  .search-container {
    padding-top: 96px;
  }
}
.search-container .search-post-type {
  width: 100%;
  border-top: solid 1px #ECEFF1;
  padding-top: 32px;
  text-transform: capitalize;
}
.search-container .search-post-type:nth-child(1) {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 1140px) {
  .search-container .search-post-type {
    width: 25%;
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .hentry {
    width: 75%;
  }
}
.search-container .hentry .filters {
  pointer-events: none;
  margin-bottom: 16px;
}
.search-container .single-event-title-container {
  margin-top: 0;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .search-container .evento-container {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .evento-title {
    width: 85.7142857143%;
  }
}
.search-container .type-mostre {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .search-container .type-post {
    padding-left: 6px;
  }
}
.search-container .evento-wrapper,
.search-container .single-mostra-wrapper {
  margin-bottom: 0;
  padding: 0;
}
.search-container .evento-wrapper {
  border-bottom: none;
}
.search-container .single-mostra-container.m900-container-big {
  padding: 0;
}
.search-container .data-svolgimento-wrapper {
  display: block;
}
@media screen and (min-width: 1140px) {
  .search-container .data-svolgimento-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.search-container .single-search {
  margin-bottom: 48px;
}
@media screen and (min-width: 1140px) {
  .search-container .single-search {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .news-archive-thumb-container {
    width: 44.4444444444%;
    padding-right: 10px;
  }
}
.search-container .news-archive-thumb-container .news-archive-thumb {
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
@media screen and (min-width: 1140px) {
  .search-container .news-archive-thumb-container .news-archive-thumb {
    padding-bottom: 66.3%;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .news-archive-infos {
    width: 55.5555555556%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .collezioni-archive-thumb-container {
    width: 44.4444444444%;
    padding-right: 8px;
  }
}
.search-container .collezioni-archive-thumb-container .collezioni-archive-thumb {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
@media screen and (min-width: 1140px) {
  .search-container .collezioni-archive-thumb-container .collezioni-archive-thumb {
    padding-bottom: 66.3%;
  }
}
@media screen and (min-width: 1140px) {
  .search-container .collezioni-archive-infos {
    width: 55.5555555556%;
    padding-left: 10px;
  }
}

.search-input:focus {
  outline: none;
}

input[type=text].search-input {
  border-bottom: none;
}

button[type=submit].submit {
  background-color: transparent;
  font-size: 1rem;
  padding: 10px 16px 12px;
  letter-spacing: 1px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-color: #263238;
  color: #263238;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
button[type=submit].submit:hover {
  background-color: #263238;
  color: white;
}

.freccia polygon {
  fill: #263238;
}

.pagination-wrapper {
  width: 100%;
}
.pagination-wrapper ul {
  list-style-type: none;
}
.pagination-wrapper .pagination {
  margin: auto;
  padding: 0;
}
.pagination-wrapper .page-item {
  padding: 0 8px;
}
.pagination-wrapper .page-item a {
  color: #606F76;
}
.pagination-wrapper .page-item.active a {
  color: #263238;
  text-decoration: underline;
}

.arrow-next svg {
  transform: translate(0, 0) rotate(-180deg);
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
}

.nav-item {
  display: flex;
}

.search-button {
  border: solid 1px #263238;
  background-color: #263238;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
}
.search-button circle,
.search-button line {
  stroke: white;
}
.search-button:hover {
  background-color: white;
}
.search-button:hover svg circle,
.search-button:hover svg line {
  stroke: #263238;
}

.search-results .main-navigation ul li.current-menu-item {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Pagine
--------------------------------------------------------------*/
.container-page {
  margin-top: 72px;
}
@media screen and (min-width: 600px) {
  .container-page {
    margin-top: 96px;
  }
}
@media screen and (min-width: 1140px) {
  .container-page {
    margin-top: 140px;
  }
}

.error-404 {
  height: 50vh;
}
.error-404 .page-header {
  width: 100%;
  text-align: center;
  margin: auto;
}

body.page-template-template-page-single-column .entry-header {
  padding: 0 !important;
  margin-bottom: 3rem;
}
body.page-template-template-page-single-column .entry-header h1.entry-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  width: 100%;
}
body.page-template-template-page-single-column .entry-content p {
  max-width: none;
  font-size: 0.875rem;
}
body.page-template-template-page-single-column .entry-content p:not(.is-style-txt-h6-bold) {
  color: #6B6B6B;
}
body.page-template-template-page-single-column .entry-content p:not(.is-style-txt-h6-bold) strong {
  color: #263238;
}
body.page-template-template-page-single-column .entry-content p.is-style-txt-h6-bold {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
body.page-template-template-page-single-column .entry-content p.is-style-txt-h6-bold:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/*--------------------------------------------------------------
# Simple grid
--------------------------------------------------------------*/
.row {
  padding: 0 16px;
}
.row .column {
  margin: 0 auto;
}
@media screen and (min-width: 1140px) {
  .row .column {
    width: 50%;
  }
}
.row .column:first-child:last-child {
  max-width: 650px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  overflow-x: hidden;
  margin-top: 96px;
}
@media screen and (min-width: 600px) {
  .footer-wrapper {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-wrapper {
    margin-top: 240px;
    padding-top: 40px;
  }
}

.footer-container {
  border-top: solid 1px #C9D2D6;
  padding-bottom: 24px;
}
@media screen and (min-width: 1140px) {
  .footer-container {
    padding-bottom: 48px;
  }
}

.footer-loghi-wrapper .footer-loghi {
  max-width: 60px;
}
@media screen and (min-width: 600px) {
  .footer-loghi-wrapper .footer-loghi {
    max-width: 70px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-loghi-wrapper .footer-loghi {
    max-width: 80px;
  }
}

.footer-inside-padding {
  padding: 0;
}
@media screen and (min-width: 1140px) {
  .footer-inside-padding {
    padding: 0 64px;
  }
}

.footer-col {
  padding-bottom: 40px;
}
.footer-col-newsletter {
  width: 100%;
  padding: 16px;
}
@media screen and (min-width: 600px) {
  .footer-col-newsletter {
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-newsletter {
    padding: 17px 64px;
  }
}
.footer-col-newsletter .newsletter-text {
  margin-bottom: 0;
}
.footer-col-newsletter .container-newsletter-cta {
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .footer-col-newsletter .container-newsletter-cta {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .footer-col-newsletter .container-newsletter-cta {
    width: 37.5%;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-newsletter .container-newsletter-cta {
    width: 25%;
    padding-left: 38px;
  }
}
@media screen and (min-width: 600px) {
  .footer-col-newsletter .container-newsletter-cta .cta {
    margin-left: auto;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-newsletter .container-newsletter-cta .cta {
    margin-left: 0;
  }
}

.mailchimp-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}
.mailchimp-wrapper .mailchimp-obscurer {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  background-color: rgba(38, 50, 56, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.mailchimp-wrapper .mailchimp-container {
  position: absolute;
  z-index: 100;
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  top: 50%;
  left: 50%;
  width: 100%;
  overflow: auto;
  background-color: #ECEFF1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  padding: 32px 16px;
  overflow: auto;
  max-height: calc(100vh - 48px);
}
@media screen and (min-width: 1140px) {
  .mailchimp-wrapper .mailchimp-container {
    width: 91.6666666667%;
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    top: 50%;
    padding: 48px;
    max-width: 480px;
  }
}
.mailchimp-wrapper .mailchimp-container .newsletter-closer {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.mailchimp-wrapper .mailchimp-container .newsletter-closer span {
  display: table;
  width: 24px;
  height: 1px;
  background-color: #263238;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mailchimp-wrapper .mailchimp-container .newsletter-closer span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.mailchimp-wrapper .mailchimp-container .newsletter-closer span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.mailchimp-wrapper .mailchimp-container .mailchimp-header .txt-h3 {
  width: calc(100% - 48px);
}
.mailchimp-wrapper .mailchimp-container .yikes-mailchimp-eu-compliance-label {
  display: flex;
  align-items: baseline;
}
.mailchimp-wrapper .mailchimp-container .yikes-mailchimp-eu-compliance-text {
  margin-left: 8px;
}
.mailchimp-wrapper .mailchimp-container .yikes-mailchimp-eu-compliance-text p {
  font-size: 0.875rem;
  line-height: 1;
}
.mailchimp-wrapper .mailchimp-container input[type=email] {
  border: none;
  border-bottom: solid 1px #C9D2D6;
  background-color: transparent;
  color: #263238;
  padding: 0;
}
.mailchimp-wrapper .mailchimp-container .btn {
  margin-top: 32px;
  width: auto;
  background-color: transparent;
  border: solid 1px #263238;
  color: #263238;
}
.mailchimp-wrapper .mailchimp-container .btn:hover {
  background-color: #263238;
  color: white;
}

.footer-body-container {
  border-top: solid 1px #C9D2D6;
  width: 100%;
}

.footer-col-1 {
  padding: 24px 16px 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer-col-1 {
    padding: 24px;
    width: 50%;
    border-right: solid 1px #C9D2D6;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-1 {
    padding-left: 0;
    width: calc(25% - 14px);
    padding-top: 32px;
    padding-right: 26px;
  }
}
.footer-col-1 .footer-site-title {
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .footer-col-1 .footer-site-title {
    margin-top: 32px;
  }
}
.footer-col-1 .footer-site-title.txt-h3 {
  font-size: 2.25rem;
  line-height: 1.875rem;
}
.footer-col-1 .footer-indirizzo {
  margin-top: 24px;
}
@media screen and (min-width: 1140px) {
  .footer-col-1 .footer-indirizzo {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-1 .footer-loghi-min {
    max-width: 40px;
  }
}
.footer-col-1 .logo-secondario-img {
  margin-right: 12px;
}
.footer-col-2 .footer-social-body {
  margin-bottom: 48px;
}
.footer-col-2 .footer-social-body a {
  width: 100%;
  text-decoration: none;
  display: table;
}
.footer-col-2 .footer-social-body a:hover {
  text-decoration: underline;
}
.footer-col-2 .footer-col-social-container {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .footer-col-2 .footer-col-social-container {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-2 .footer-col-social-container {
    margin-top: 59px;
  }
}
.footer-col-2, .footer-col-3 {
  padding: 24px 16px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer-col-2, .footer-col-3 {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col-2, .footer-col-3 {
    width: calc(25% + 14px);
    padding-top: 32px;
    padding-right: 25px;
    border-right: solid 1px #C9D2D6;
    padding-left: 25px;
    padding-bottom: 0;
  }
}
.footer-col-3 {
  display: none;
}
@media screen and (min-width: 1140px) {
  .footer-col-3 {
    display: block;
  }
}
.footer-col-4 {
  display: none;
}
@media screen and (min-width: 1140px) {
  .footer-col-4 {
    display: block;
    width: calc(25% - 14px);
    padding-top: 32px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.footer-col-4 .menu-menu-footer-container ul,
.footer-col-4 .menu-menu-footer-eng-container ul {
  padding: 0;
  margin: 0;
}
.footer-col-4 .menu-menu-footer-container ul li,
.footer-col-4 .menu-menu-footer-eng-container ul li {
  list-style: none;
}
.footer-col-4 .menu-menu-footer-container ul li a,
.footer-col-4 .menu-menu-footer-eng-container ul li a {
  text-decoration: none;
}
.footer-col-4 .menu-menu-footer-container ul li a:hover,
.footer-col-4 .menu-menu-footer-eng-container ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .footer-col.no-logo-col div:nth-child(1) {
    margin-top: 112px;
  }
}
.footer-col.no-logo-col div.menu-menu-footer-container, .footer-col.no-logo-col div.menu-menu-footer-eng-container {
  margin: 0;
}
.footer-col .footer-col-heading {
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .footer-col .footer-col-heading {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-col .footer-col-heading {
    margin-bottom: 32px;
  }
}
.footer-col .footer-body * {
  color: #606F76;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 1140px) {
  .footer-col .footer-body * {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.footer-col .footer-body a:hover {
  color: #263238;
}

.footer-bottom-loghi-wrapper {
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .footer-bottom-loghi-wrapper {
    border-top: solid 1px #C9D2D6;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.footer-loghi-container {
  width: 100%;
}

.footer-loghi-sx {
  padding: 24px 16px;
  border-top: solid 1px #C9D2D6;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .footer-loghi-sx {
    padding: 0;
    border-top: none;
    width: 50%;
  }
}

.footer-loghi-dx {
  padding: 24px 16px;
  border-top: solid 1px #C9D2D6;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  .footer-loghi-dx {
    border-top: none;
    padding: 0 0 0 24px;
    width: 50%;
  }
}

.single-logo {
  max-width: 64px;
}
@media screen and (min-width: 600px) {
  .single-logo {
    max-width: 72px;
  }
}
@media screen and (min-width: 1140px) {
  .single-logo {
    max-width: 80px;
  }
}
.single-logo.logo-muse {
  max-width: 96px;
}
@media screen and (min-width: 600px) {
  .single-logo.logo-muse {
    max-width: 108px;
  }
}
@media screen and (min-width: 1140px) {
  .single-logo.logo-muse {
    max-width: 120px;
  }
}
.single-logo.logo-cr {
  max-width: 250px;
}

.loghi-content-musei .single-logo {
  margin-right: 8px;
}
@media screen and (min-width: 600px) {
  .loghi-content-musei .single-logo {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1140px) {
  .loghi-content-musei .single-logo {
    margin-right: 20px;
  }
}
.loghi-content-muse {
  border-left: solid 1px #C9D2D6;
  padding-left: 8px;
}
@media screen and (min-width: 1140px) {
  .loghi-content-muse {
    padding-left: 24px;
  }
}
@media screen and (min-width: 600px) {
  .loghi-content-cr {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .loghi-content-cr {
    width: 50%;
  }
}

.loghi-description {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .loghi-description {
    width: 50%;
    padding-left: 24px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1140px) {
  .loghi-description {
    width: 50%;
  }
}
.loghi-description .read-more {
  margin-top: 24px;
  cursor: pointer;
}
.loghi-description .read-more .read-more-opener {
  width: 18px;
  height: 18px;
  position: relative;
  margin-left: 8px;
}
.loghi-description .read-more .read-more-opener span {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  position: absolute;
  display: table;
  background-color: #263238;
}
.loghi-description .read-more .read-more-opener span:nth-child(1) {
  width: 18px;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%) rotate(0);
  -webkit-transform: translate(0, -50%) rotate(0);
  -moz-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
}
.loghi-description .read-more .read-more-opener span:nth-child(2) {
  width: 2px;
  height: 18px;
  left: 50%;
  transform: translate(-50%, 0) rotate(0);
  -webkit-transform: translate(-50%, 0) rotate(0);
  -moz-transform: translate(-50%, 0) rotate(0);
  -ms-transform: translate(-50%, 0) rotate(0);
}

.container-descrizione-progetto {
  height: 42px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.open-read-more .container-descrizione-progetto {
  height: auto;
}
.open-read-more .read-more-opener span:nth-child(2) {
  transform: rotate(90deg) !important;
}

.footer-link-utili-wrapper {
  width: 100%;
  border-top: solid 1px #C9D2D6;
  border-bottom: solid 1px #C9D2D6;
}
.footer-link-utili-wrapper.footer-col {
  padding: 24px 16px;
}
@media screen and (min-width: 600px) {
  .footer-link-utili-wrapper.footer-col {
    padding: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-link-utili-wrapper.footer-col {
    padding: 28px 64px;
  }
}
.footer-link-utili-wrapper .footer-body a {
  text-decoration: none;
}
.footer-link-utili-wrapper .footer-body a:hover {
  text-decoration: underline;
}
.footer-link-utili-wrapper .footer-link-utili-sx {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .footer-link-utili-wrapper .footer-link-utili-sx {
    width: 50%;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
.footer-link-utili-wrapper .footer-link-utili-dx {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer-link-utili-wrapper .footer-link-utili-dx {
    width: 50%;
    padding-left: 24px;
  }
}
.footer-link-utili-wrapper .footer-link-utili-dx .footer-body a {
  width: 100%;
  display: table;
}
@media screen and (min-width: 1140px) {
  .footer-link-utili-wrapper .footer-link-utili-dx .footer-body a {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  .footer-link-utili-wrapper .footer-link-utili-dx .footer-body a:nth-child(1) {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1140px) {
  .footer-link-utili-wrapper .footer-link-utili-dx .footer-body a:nth-child(2) {
    padding-left: 24px;
  }
}

.error404 .footer-wrapper {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 1280px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.widget {
  margin-left: auto;
}

.language-area {
  margin-top: 40px;
  padding: 0 16px 8px;
}
@media screen and (min-width: 600px) {
  .language-area {
    margin-top: 72px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1140px) {
  .language-area {
    padding: 0 42px 8px;
  }
}
@media screen and (min-width: 1280px) {
  .language-area {
    margin-top: 0;
    padding: 0;
    display: block;
  }
}
.language-area .language-pre {
  display: block;
}
@media screen and (min-width: 1280px) {
  .language-area .language-pre {
    display: none;
  }
}
.language-area .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .language-area .wpml-ls-legacy-list-horizontal {
    margin-right: 0;
  }
}
.language-area ul li a {
  font-size: 1rem;
  line-height: 0.75rem;
  padding: 4px 12px 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  margin-left: 2px;
}
.language-area ul li:hover {
  border: none !important;
}
.language-area ul li:hover a {
  color: #263238;
}
.language-area ul li.wpml-ls-current-language:hover a {
  color: white;
}

.mobile-menu {
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 40px;
  position: relative;
  display: table;
  margin-top: auto;
}
@media screen and (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu span {
  background-color: #263238;
  display: table;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.mobile-menu span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
  -webkit-transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
  -moz-transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
  -ms-transform: translate(-50%, calc(-50% - 9px)) rotate(0deg);
}
.mobile-menu span:nth-child(2) {
  transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
  -webkit-transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
  -moz-transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
  -ms-transform: translate(-50%, calc(-50% + 9px)) rotate(0deg);
}
.mobile-menu span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}

.site-header.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.site-header.is-open span:nth-child(3) {
  width: 0;
}

.ticket-cta {
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .ticket-cta {
    margin-top: 0;
  }
}

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

.post,
.page {
  margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .page-content,
.entry-content,
.entry-summary {
    margin-top: 76px;
  }
}
@media screen and (min-width: 1140px) {
  .page-content,
.entry-content,
.entry-summary {
    margin-top: 114px;
  }
}

@media screen and (min-width: 1140px) {
  .single-collezioni .entry-content {
    margin-top: 96px;
  }
}

.page .entry-content {
  margin-top: 32px;
}
@media screen and (min-width: 1140px) {
  .page .entry-content {
    margin-top: 0;
  }
}
.page .entry-title {
  margin-bottom: 32px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page .entry-title {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .page .entry-title {
    width: 58.3333333333%;
  }
}

.home .entry-content {
  margin-top: 0;
}
.home .site-header {
  background-color: transparent;
}
.home .site-header .mobile-menu span {
  background-color: white;
}
.home .site-header.is-open {
  background-color: white;
}
.home .site-header.is-open .mobile-menu span {
  background-color: #263238;
}
@media screen and (min-width: 1280px) {
  .home .site-header.is-open {
    background-color: transparent;
  }
}
.home .site-header.is-scroll, .home .site-header.is-open-like-scroll {
  background-color: white;
}
.home .site-header.is-scroll .mobile-menu span, .home .site-header.is-open-like-scroll .mobile-menu span {
  background-color: #263238;
}
@media screen and (min-width: 1280px) {
  .home .site-header.is-scroll, .home .site-header.is-open-like-scroll {
    background-color: transparent;
  }
}
.home .site-header.is-scroll .txt-logo, .home .site-header.is-open-like-scroll .txt-logo {
  color: #263238;
}
@media screen and (min-width: 1280px) {
  .home .site-header.is-scroll .txt-logo, .home .site-header.is-open-like-scroll .txt-logo {
    color: white;
  }
}

body.home {
  padding-top: 0;
}

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

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

.bypostauthor {
  display: block;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Accordion
--------------------------------------------- */
.accordion-row-wrapper,
.accordion-row-wrapper-ajax {
  height: 0;
  overflow: hidden;
}

.accordion-header {
  padding: 11px 0 10px;
  cursor: pointer;
  border-top: solid 1px #9EB5C1;
}
@media screen and (min-width: 1140px) {
  .accordion-header {
    padding: 20px 0 26px;
  }
}
.accordion-header .accordion-opener {
  position: relative;
  left: auto;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #263238;
  cursor: pointer;
}
.accordion-header .accordion-opener span {
  background-color: white;
  display: table;
  position: absolute;
  width: 19px;
  height: 19px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.accordion-header .accordion-opener span:nth-child(1) {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  left: -1px;
  top: -1px;
}
.accordion-header .accordion-opener span:nth-child(2) {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  left: auto;
  right: -1px;
  top: -1px;
}
.accordion-header .accordion-opener span:nth-child(3) {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  left: -1px;
  top: auto;
  bottom: -1px;
}
.accordion-header .accordion-opener span:nth-child(4) {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  left: auto;
  right: -1px;
  top: auto;
  bottom: -1px;
}
.accordion-header .accordion-opener:hover {
  background-color: #606F76;
}
.accordion-header.is-open-accordion .accordion-opener span:nth-child(1), .accordion-header.is-open-accordion .accordion-opener span:nth-child(4) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  width: 38px;
}
.accordion-header .txt-h3 {
  width: calc(100% - 48px);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.accordion-content .accordion-row-container {
  border-top: solid 1px #9EB5C1;
}
.accordion-content .accordion-row {
  position: relative;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  top: 8px;
}
.accordion-content.is-row-open .accordion-row {
  top: 0;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  pointer-events: all;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

.accordion-wrapper.accordion-unique {
  position: relative;
  border-top: solid 1px #9EB5C1;
}
.accordion-wrapper.accordion-unique .accordion-unique-header {
  border-top: none;
  padding: 17px 0;
}
@media screen and (min-width: 1140px) {
  .accordion-wrapper.accordion-unique .accordion-unique-header {
    padding: 20px 14px 0 0;
    width: 33.3333333333%;
  }
}
.accordion-wrapper.accordion-unique .accordion-unique-content {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media screen and (min-width: 1140px) {
  .accordion-wrapper.accordion-unique .accordion-unique-content {
    margin: 26px 0 0;
    max-height: 26px;
    width: 41.6666666667%;
    margin-left: calc(16.6666666667% + 0px);
    padding-left: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .accordion-wrapper.accordion-unique .accordion-unique-content {
    max-height: 36px;
  }
}
.accordion-wrapper.accordion-unique .accordion-opener {
  position: absolute;
  margin-left: auto;
  right: 0;
  height: 40px;
  width: 40px;
  margin-top: 14px;
  background-color: #263238;
  cursor: pointer;
}
@media screen and (min-width: 1140px) {
  .accordion-wrapper.accordion-unique .accordion-opener {
    margin-top: 20px;
    position: relative;
  }
}
.accordion-wrapper.accordion-unique .accordion-opener:focus-visible {
  outline: red !important;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: -3px;
  /* border: solid; */
  position: relative;
  display: table;
  z-index: 999;
  overflow: visible;
}
.accordion-wrapper.accordion-unique .accordion-opener span {
  background-color: white;
  display: table;
  position: absolute;
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.accordion-wrapper.accordion-unique .accordion-opener span:nth-child(1) {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  left: 0;
  top: 0;
}
.accordion-wrapper.accordion-unique .accordion-opener span:nth-child(2) {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  left: auto;
  right: 0;
  top: 0;
}
.accordion-wrapper.accordion-unique .accordion-opener span:nth-child(3) {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  left: 0;
  top: auto;
  bottom: 0;
}
.accordion-wrapper.accordion-unique .accordion-opener span:nth-child(4) {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.accordion-wrapper.accordion-unique .accordion-opener:hover {
  background-color: #606F76;
}
.accordion-wrapper.accordion-unique.is-open-accordion .accordion-opener span:nth-child(1), .accordion-wrapper.accordion-unique.is-open-accordion .accordion-opener span:nth-child(4) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  width: 28px;
}

.archive-accordion-wrapper {
  border-top: solid 1px #9EB5C1;
}
.archive-accordion-wrapper .archive-accordion-header {
  border-top: none;
  padding: 16px 0;
}
@media screen and (min-width: 1140px) {
  .archive-accordion-wrapper .archive-accordion-header {
    padding: 20px 0;
  }
}
.archive-accordion-wrapper .archive-accordion-content {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  min-height: 0;
}
@media screen and (min-width: 1140px) {
  .archive-accordion-wrapper .archive-accordion-content {
    overflow: hidden;
    width: calc(100% + 21px);
    margin-left: -10px;
  }
}
.archive-accordion-wrapper .accordion-row-content,
.archive-accordion-wrapper .accordion-row-content-ajax {
  padding: 16px 0 0;
  border-top: solid 1px #9EB5C1;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1140px) {
  .archive-accordion-wrapper .accordion-row-content,
.archive-accordion-wrapper .accordion-row-content-ajax {
    border-top: none;
    padding: 32px 0;
  }
}
.archive-accordion-wrapper .archive-accordion-opener {
  position: relative;
  margin-left: auto;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: #263238;
  cursor: pointer;
}
.archive-accordion-wrapper .archive-accordion-opener span {
  background-color: white;
  display: table;
  position: absolute;
  width: 18px;
  height: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.archive-accordion-wrapper .archive-accordion-opener span:nth-child(1) {
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  left: 0;
  top: 0;
}
.archive-accordion-wrapper .archive-accordion-opener span:nth-child(2) {
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  left: auto;
  right: 0;
  top: 0;
}
.archive-accordion-wrapper .archive-accordion-opener span:nth-child(3) {
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  left: 0;
  top: auto;
  bottom: 0;
}
.archive-accordion-wrapper .archive-accordion-opener span:nth-child(4) {
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.archive-accordion-wrapper .archive-accordion-opener:hover {
  background-color: #606F76;
}
.archive-accordion-wrapper.is-open-accordion .archive-accordion-opener span:nth-child(1), .archive-accordion-wrapper.is-open-accordion .archive-accordion-opener span:nth-child(4) {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  width: 28px;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
*:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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