@charset "UTF-8";
@font-face {
  font-family: "Dia Bold";
  src: url("../fonts/Dia-Bold.eot") format("eot"), url("../fonts/Dia-Bold.woff") format("woff");
}
@font-face {
  font-family: "Dia Regular";
  src: url("../fonts/Dia-Regular.eot") format("eot"), url("../fonts/Dia-Regular.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dia Bold";
  font-weight: normal;
}

body {
  font-family: "Dia Regular", Helvetica, Arial, sans-serif;
  display: flex;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media (max-width: 840px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #06386a;
  text-decoration: none;
}
a:hover {
  color: #ec1d24;
}

ol {
  margin: 2rem 0 0;
  padding: 0;
  max-width: 600px;
}
@media (max-width: 840px) {
  ol {
    padding: 0 1rem;
  }
}
ol li {
  font-size: 0.8rem;
}

.site {
  display: flex;
  width: 100%;
  max-width: 1800px;
}
@media (max-width: 840px) {
  .site {
    flex-flow: column;
    max-width: 100%;
  }
}

header {
  font-family: "Dia Bold";
  text-transform: uppercase;
  padding: 2rem 0 0 1rem;
  margin-right: 1rem;
  position: relative;
}
@media (min-width: 900px) {
  header {
    padding: 2rem 0 0 2rem;
    margin-right: 4rem;
    flex-flow: column;
  }
}
@media (max-width: 840px) {
  header {
    padding: 1rem;
  }
}
header h1,
header nav {
  font-size: 1rem;
}
header h1 {
  position: absolute;
  margin: 0 0 1rem;
}
@media (min-width: 900px) {
  header h1 {
    width: 500px;
  }
}
header nav {
  margin-top: 2.4rem;
}
header nav ul {
  display: flex;
  flex-flow: column wrap;
}
header nav ul li .current-page-item a {
  color: #ec1d24;
}

.secondary-nav {
  font-family: "Dia Bold";
  font-size: 1rem;
}
@media (max-width: 840px) {
  .secondary-nav {
    flex-flow: column;
  }
}
.secondary-nav .small {
  font-family: "Dia Regular";
  margin-top: 0.5rem;
}
.secondary-nav li {
  text-transform: uppercase;
  font-weight: normal;
}

.entry-content {
  margin-top: 67px;
  color: #06386a;
  padding: 0.2rem 1rem 0 0;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
@media (max-width: 840px) {
  .entry-content {
    margin-top: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 600px) {
  .entry-content.artist, .entry-content.exhibition, .entry-content.edition {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .entry-content.artist, .entry-content.exhibition, .entry-content.edition {
    flex-direction: row;
  }
}
@media (max-width: 840px) {
  .entry-content.artist, .entry-content.exhibition, .entry-content.edition {
    flex-flow: column;
  }
}
@media (max-width: 840px) {
  .entry-content.artist .secondary-nav li,
  .entry-content.artist .secondary-nav .small, .entry-content.exhibition .secondary-nav li,
  .entry-content.exhibition .secondary-nav .small, .entry-content.edition .secondary-nav li,
  .entry-content.edition .secondary-nav .small {
    display: none;
  }
}
.entry-content.artist .secondary-nav li.current-menu-item,
.entry-content.artist .secondary-nav .small.current-menu-item, .entry-content.exhibition .secondary-nav li.current-menu-item,
.entry-content.exhibition .secondary-nav .small.current-menu-item, .entry-content.edition .secondary-nav li.current-menu-item,
.entry-content.edition .secondary-nav .small.current-menu-item {
  display: block;
}
.entry-content.exhibition div {
  margin-right: 2rem;
  flex: 1;
  min-width: 240px;
  padding-bottom: 4rem;
}
.entry-content.exhibition div.images {
  flex: 4;
}
@media (max-width: 840px) {
  .entry-content.exhibition div.images {
    flex: 1;
  }
}
@media (max-width: 840px) {
  .entry-content.exhibition div {
    margin: 0;
  }
}
.entry-content.exhibition h2 {
  font-size: 1rem;
  color: #ec1d24;
}
.entry-content p {
  max-width: 600px;
}
.entry-content h2 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 1rem 0 0 0;
  font-weight: normal;
}
.entry-content h2:nth-of-type(1) {
  margin: 0;
}
.entry-content p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1rem;
}
.entry-content ul {
  margin: 0;
  padding: 0;
}
.entry-content ul li {
  display: block;
}
.entry-content .secondary-nav {
  flex: 1;
  min-width: 200px;
  margin-right: 2rem;
}
.entry-content .secondary-nav ul li.current a {
  color: #ec1d24;
}

.images figure {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.images figure figcaption {
  font-size: 0.8rem;
}
.images img {
  width: 100%;
  max-width: 800px;
}
.images {
  padding-bottom: 4rem;
}

.current-page-item a,
.current-menu-item a {
  color: #ec1d24;
}

.text-red {
  color: #ec1d24;
}

.main-navigation button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Dia Bold", Helvetica, Arial, sans-serif;
  color: #06386a;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}
.main-navigation button::after {
  color: transparent;
  content: "close";
  position: absolute;
  left: 0;
}
.main-navigation.toggled button {
  color: transparent;
}
.main-navigation.toggled button::after {
  color: #ec1d24;
}

.dl {
  padding-bottom: 1rem;
}

.only-mobile {
  display: none;
}
@media (max-width: 840px) {
  .only-mobile {
    display: block;
  }
}

img {
  display: block;
}

.wp-block-image {
  display: flex;
  flex-direction: column;
}
.wp-block-image .alignleft {
  display: flex;
  flex-direction: column;
}
.wp-block-image figcaption {
  max-width: 800px;
}
.wp-block-image.is-resized figure img {
  width: unset !important;
}

.home .entry-content img {
  width: auto;
  max-height: 80vh;
}
@media (max-width: 840px) {
  .home .entry-content img {
    width: auto;
    max-height: 60vh;
  }
}

/* ─── Slideshow ─────────────────────────────────────────── */
.slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 900px) {
  .slideshow {
    width: 100%;
    min-width: 800px;
  }
}

.slideshow__track {
  position: relative;
  width: 100%;
}

.slideshow__slide {
  display: none;
  width: 100%;
}

.slideshow__slide--active {
  display: block;
}

.slideshow__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.slideshow__figure {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  height: 80vh;
  flex-direction: column;
}

.slideshow__image {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  flex: 5;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 0;
}
@media (max-width: 840px) {
  .slideshow__image {
    max-width: unset;
  }
}

.slideshow__caption {
  margin-top: 1rem;
  font-size: 0.8rem;
  flex: 1;
}

/* ─── Controls ───────────────────────────────────────────── */
.slideshow__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
@media (max-width: 840px) {
  .slideshow__controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background-color: white;
    z-index: 100;
  }
}

.slideshow__btn {
  color: #06386a;
  background: none;
  font-family: "Dia Bold", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  padding: 0;
}

.slideshow__btn:hover {
  color: #ec1d24;
}

.slideshow__dots {
  display: flex;
  gap: 0.5rem;
}

.slideshow__dot {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: none;
  background: #ec1d24;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.slideshow__dot--active {
  transform: scale(1.4);
  background: #06386a;
}/*# sourceMappingURL=styles.css.map */