@font-face {
  font-family: "syntax";
  src: url("./fonts/syntax-bold.eot?") format("eot"), url("./fonts/syntax-bold.woff2") format("woff2"), url("./fonts/syntax-bold.ttf") format("truetype"), url("./fonts/syntax-bold.svg") format("svg");
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap; }
@font-face {
  font-family: "syntax";
  src: url("./fonts/syntax-roman.eot?") format("eot"), url("./fonts/syntax-roman.woff2") format("woff2"), url("./fonts/syntax-roman.ttf") format("truetype"), url("./fonts/syntax-roman.svg") format("svg");
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap; }
:root {
  --font-text: 'syntax', sans-serif;
  --font-headers: 'syntax', sans-serif;
  --fontsize-small: 1.2rem;
  --fontsize-default: 1.6rem;
  --fontsize-big: 2rem;
  --fontsize-bigger: 2.5rem;
  --fontsize-subtitle: 3rem;
  --fontsize-title: 6rem;
  --lineheight-default: 1.6; }

@media all and (min-width: 1440px) {
  :root {
    --font-text: 'syntax', sans-serif;
    --font-headers: 'syntax', sans-serif;
    --fontsize-small: 1.6rem;
    --fontsize-default: 2rem;
    --fontsize-big: 2.5rem;
    --fontsize-bigger: 3.5rem;
    --fontsize-subtitle: 4rem;
    --fontsize-title: 8rem;
    --lineheight-default: 1.6; } }
:root {
  --color-text: #111;
  --color-background: white;
  --color-accent: white; }

:root {
  --m: 24px; }

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-family: var(--font-text);
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.6);
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
  min-height: 100vh; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-headers);
  font-weight: bold; }

h1 {
  font-size: var(--fontsize-title, 2.5rem);
  line-height: var(--lineheight-title, 1.5); }

h2 {
  font-size: var(--fontsize-subtitle, 2.25rem);
  line-height: var(--lineheight-subtitle, 1.5); }

h3 {
  font-size: var(--fontsize-bigger, 2rem);
  line-height: var(--lineheight-bigger, 1.5); }

h4 {
  font-size: var(--fontsize-big, 1.75rem);
  line-height: var(--lineheight-big, 1.5); }

h5 {
  font-size: var(--fontsize-default, 1.5rem);
  line-height: var(--lineheight-default, 1.5); }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  text-decoration: none; }

a:link, a:visited {
  color: inherit; }

a:hover {
  color: inherit; }

figure {
  margin: 0; }

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

.hidden {
  display: none; }

::-webkit-scrollbar {
  height: 24px;
  width: 6px;
  background: white; }

::-webkit-scrollbar-thumb {
  background-color: #111; }

* {
  scrollbar-color: #111 white;
  scrollbar-width: auto; }

::-moz-selection,
::selection {
  color: white;
  background: #111; }

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(110%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fixed-width {
  width: 960px;
  margin: 0 auto; }

@media all and (min-width: 900px) {
  .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.flex-between-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media all and (min-width: 1200px) {
  .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--m); } }
@media all and (min-width: 900px) {
  .grid-three {
    display: grid;
    grid-gap: var(--m);
    grid-template-columns: 1fr 1fr; } }
@media all and (min-width: 1200px) {
  .grid-three {
    grid-template-columns: 1fr 1fr 1fr; } }

.icon--white {
  filter: invert(1); }

#masthead {
  padding: 0 12px;
  top: 0;
  left: 0;
  min-height: 48px;
  width: 100vw;
  z-index: 200000;
  position: fixed;
  background-color: white;
  border-bottom: 2px solid; }

@media all and (min-width: 900px) {
  #masthead {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.admin-bar #masthead {
  top: 32px; }

@media all and (max-width: 785px) {
  .admin-bar #masthead {
    top: 46px; } }
#colophon {
  padding: 12px;
  border-top: 2px solid; }

.page-template-default {
  padding: 0 12px; }

.error404 #primary,
.search-no-results #primary {
  min-height: 100vh; }

section.error-404,
section.no-results {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.error404 .search-form,
.no-results .search-form {
  margin-top: 48px; }
  .error404 .search-form input[type=search],
  .no-results .search-form input[type=search] {
    border: 1px dashed #222;
    border-width: 0 0 2px 0;
    text-align: center; }
  .error404 .search-form input[type=submit],
  .no-results .search-form input[type=submit] {
    color: white;
    background-color: #222;
    color: white;
    border: 0;
    padding: 12px; }

@media all and (max-width: 900px) {
  .error404 .search-form input[type=submit],
  .no-results .search-form input[type=submit] {
    margin-top: 24px; } }
.search #primary {
  width: 640px; }
  .search #primary .entry-title {
    font-size: var(--fontsize-big);
    text-transform: uppercase; }
  .search #primary .post {
    border-top: 1px dashed;
    margin: 48px 0;
    padding: 48px 0; }
  .search #primary .entry-search {
    text-align: center;
    font-weight: bold; }

.site-branding * {
  vertical-align: center; }

.custom-logo {
  max-width: 48px;
  vertical-align: middle; }

.site-title {
  margin: 0;
  letter-spacing: 1.5px;
  display: inline-block; }

@media all and (max-width: 900px) {
  .custom-logo {
    display: none; }

  .site-branding {
    line-height: 48px; } }
.filters {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 12000;
  background: white;
  font-size: 0.75em;
  border: 2px solid;
  width: 360px;
  transition: transform 1s ease; }

.admin-bar .filters {
  top: calc( 32px + 72px ); }

.filters__label {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0;
  background-color: #111;
  color: white;
  padding: 4px 12px; }
  .filters__label + ul {
    margin-top: 12px; }

.filters__close-wrapper {
  position: absolute;
  left: -32px;
  top: -2px;
  background-color: #111;
  color: white;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold; }
  .filters__close-wrapper:hover {
    cursor: e-resize; }

.filters__close {
  border: 0;
  color: black;
  filter: invert(1);
  background: none; }

.filters__close .normal {
  font-size: 1.2em; }

.collapsed .filters__close-wrapper:hover {
  cursor: w-resize; }

.filters .collapsed {
  display: none;
  width: 24px;
  height: 24px;
  vertical-align: top; }
  .filters .collapsed img {
    position: relative;
    top: 4px; }

.filters.collapsed .collapsed {
  display: inline-block; }
.filters.collapsed .normal {
  display: none; }

.collapsed .filters__label:after {
  content: "+"; }
.collapsed .filters__label:hover {
  cursor: s-resize; }

.filters.collapsed {
  transform: translateX(360px); }

.filter {
  margin: 0;
  padding: 0 12px 12px; }

.filter__item--all {
  margin-bottom: 8px; }

.filter__item {
  list-style: none;
  display: flex;
  align-items: center;
  height: 30px; }
  .filter__item span {
    opacity: 0.9;
    transfition: opacity 0.5s ease; }
  .filter__item img {
    width: 24px;
    margin-right: 8px; }
  .filter__item:hover {
    cursor: pointer; }
    .filter__item:hover span {
      opacity: 1; }

.filter__item-name-count:not(.filter__item--all).inactive {
  opacity: 0.25; }

.filter__item-count {
  margin-left: 3px;
  font-size: 0.8em;
  color: #555 !important; }

.filter__item-info {
  opacity: 0.5;
  margin-right: 0px; }
  .filter__item-info:hover {
    opacity: 1; }

.filter__item-name-count {
  display: flex;
  align-items: center; }

@media all and (max-width: 900px) {
  .filter__item-count {
    display: none; }

  .filters {
    width: 280px; }

  .filters.collapsed {
    transform: translateX(280px); } }
#colophon .wp-block-gallery figure.wp-block-image img {
  height: 36px; }

#colophon .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image {
  width: auto; }

#colophon .site-footer__right {
  text-align: center;
  margin: 0 auto; }

@media all and (min-width: 900px) {
  #colophon .site-footer__right {
    width: 420px; } }
.page-template-page-map .entry-header {
  display: none; }

.dirdam-map {
  margin-top: 48px;
  height: calc( 100vh - 48px); }

.admin-bar .dirdam-map {
  height: calc( 100vh - 80px ); }

.dirdam-map .leaflet-tile {
  filter: grayscale(1) contrast(1.15); }

.dirdam-map.leaflet-container {
  background: #222; }

.dirdam-map .leaflet-control-attribution {
  font-size: 1.2rem; }
  .dirdam-map .leaflet-control-attribution a {
    color: inherit !important; }

.dirdam-map .leaflet-top.leaflet-left {
  top: 72px;
  left: 0; }

.dirdam-map .leaflet-popup-content-wrapper {
  border-radius: 0; }

.dirdam-map .leaflet-bar {
  border: 0 !important; }
  .dirdam-map .leaflet-bar a {
    color: white;
    background-color: #111; }

.dirdam-map .leaflet-popup-content {
  margin: 4px; }

.dirdam-map .leaflet-bottom {
  bottom: 24px; }

.dirdam-map .leaflet-left {
  left: -12px; }

.dirdam-map .leaflet-bottom.leaflet-right {
  bottom: 0; }

.leaflet-container.dirdam-map a.leaflet-popup-close-button {
  display: none; }

.leaflet-container.dirdam-map .leaflet-control a {
  transition: background-color 0.2s ease; }

.leaflet-container.dirdam-map .leaflet-control a:hover {
  background-color: #2abea6; }

.dirdam-map .leaflet-control-locate a .leaflet-control-locate-location-arrow {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z"/></svg>'); }

.space__name {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 12px 0 6px; }

.space__image {
  font-size: 1.5em;
  color: #aaa; }

.space__info {
  padding: 0 12px 12px; }

.space__category {
  font-size: 1.5em;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-style: dotted; }
  .space__category:hover {
    cursor: help; }
  .space__category:before {
    content: url("/wp-content/themes/dirdam/img/icons/tag.svg");
    position: relative;
    top: 6px;
    left: -4px;
    display: inline-block;
    transform: scale(0.66); }

.space__description:not(:empty) {
  font-size: 2em;
  margin-bottom: 24px; }

.space__place {
  font-size: 1.5em;
  text-transform: capitalize; }
  .space__place:before {
    content: url("/wp-content/themes/dirdam/img/icons/map-pin.svg");
    position: relative;
    top: 6px;
    left: -4px;
    display: inline-block;
    transform: scale(0.66); }

.space__image img {
  width: 100%; }

.map-loader {
  height: 100vh;
  width: 100vw;
  background-color: white;
  position: fixed;
  z-index: 20000;
  transition: background-color 1s ease; }
  .map-loader svg {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.map-loader.faded {
  background: none !important;
  pointer-events: none; }
  .map-loader.faded svg {
    display: none; }

.dirdam-map .leaflet-marker-icon.hidden {
  display: none; }

.dirdam-map .leaflet-popup {
  min-width: 300px; }

.modal {
  position: absolute;
  left: 0;
  top: 0; }

.modal__content {
  position: absolute;
  top: 72px;
  z-index: 12500;
  font-size: 1.4rem;
  transition: transform 2s ease;
  width: 100vw;
  max-height: calc( 100vh - 96px );
  background-color: white;
  overflow: auto;
  border-right: 2px solid; }

.not-visible .modal__content {
  transform: translateX(-100vw);
  overflow: hidden; }

.modal__close[aria-expanded="false"] span {
  transform: rotate(45deg); }

@media all and (min-width: 900px) {
  .modal__content {
    width: 25vw; }

  .not-visible .modal__content {
    transform: translateX(-25vw); } }
.admin-bar .modal__content {
  top: calc( 32px + 72px );
  max-height: calc( 100vh - 96px - 32px ); }

.admin-bar .modal__inner {
  max-height: calc( 100vh - 88px ); }

.modal__title {
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 24px;
  border-bottom: 2px solid; }

.modal__close:hover {
  cursor: w-resize; }

.not-visible .modal__close:hover {
  cursor: e-resize; }

.modal__close {
  font-size: 3.6rem;
  color: #333;
  z-index: 15000;
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 15000;
  background-color: #111;
  color: white;
  line-height: 43px;
  width: 36px;
  transition: color 0.3s ease;
  border-radius: 0 4px 4px 0;
  border: 0; }

.admin-bar .modal__close {
  top: calc( 32px + 72px ); }

.modal__close span {
  display: inline-block;
  transition: transform 0.5s ease;
  text-align: center;
  position: relative;
  left: -2px;
  top: -1px; }

.modal__pages {
  margin: 0;
  padding: 0; }

.modal__page {
  list-style: none;
  padding: 12px; }

.modal__page-title {
  display: none; }

.modal__page-image--category {
  text-align: center; }

.modal__page--content {
  padding: 0 24px; }

.modal__page-content--category {
  padding: 0 24px; }

.modal__pager-items {
  margin: 0;
  padding: 0; }

.modal__pager-item {
  list-style: none; }
  .modal__pager-item.inactive {
    pointer-events: none;
    opacity: 0.25; }
  .modal__pager-item:hover {
    cursor: pointer; }

.modal__pager__item img {
  transform: scale(2); }

.modal__pager {
  margin-top: 24px;
  padding: 24px; }

.modal__page a, .modal__page span {
  color: inherit !important;
  background-color: #eee; }
.modal__page a:after {
  content: url("/wp-content/themes/dirdam/img/icons/external-link.svg");
  display: inline-block;
  line-height: 0;
  margin-left: 4px; }

.modal__image {
  margin-top: 24px; }

@media all and (min-width: 960px) {
  .menu-toggle {
    display: none; } }
.menu-toggle {
  border: 0;
  background: transparent;
  position: absolute;
  right: 10px;
  width: 34px;
  height: 24px;
  top: 12px; }
  .menu-toggle:hover {
    cursor: pointer; }

.menu-toggle span {
  display: block;
  height: 3px;
  margin-bottom: 6px;
  background-color: var(--color-text);
  transition: transform 0.25s ease; }

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(9px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-9px) rotate(-45deg); }

#primary-menu {
  margin: 6px 0;
  padding: 0; }

#primary-menu > li {
  list-style: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-left: 24px; }
  #primary-menu > li.current_page_item {
    font-weight: bold; }

@media all and (max-width: 960px) {
  #primary-menu {
    display: none; }

  #primary-menu > .menu-item {
    margin: 24px 0; } }
@media all and (min-width: 960px) {
  #primary-menu > .menu-item {
    display: inline; } }
.toggled #primary-menu {
  display: block; }

.site-main:not(.site-main--map) {
  margin: 120px auto;
  width: 800px;
  max-width: 100%; }

h1.entry-title {
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 48px; }

.entry-footer {
  text-transform: uppercase;
  text-align: right;
  margin-top: 48px;
  color: #555;
  font-size: 1.4rem; }

.page-title {
  line-height: 1.2;
  font-size: var(--fontsize-bigger); }

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