/* wp-content/themes/bds/modules/css/ontarion.css */
:root {
  --border-color: color-mix(in srgb, currentColor, transparent 85%);
  --component--border: none;
  --post-meta--font-weight: 500;
}
#menu-header {
  gap: 1em;
}
.mm-menu {
  --mm-color-background: var(--color--contrast-1);
  --mm-color-border: var(--color--contrast-1);
  --mm-color-icon: var(--color--accent-1);
  --mm-color-text: var(--color--base-1);
  --mm-color-text-dimmed: var(--color--base-2);
  --mm-color-background-emphasis: var(--color--contrast-1);
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 1.25em;
  font-weight: bold;
}
.mm-listitem--selected > a.mm-listitem__text {
  color: var(--color--accent-1);
}
.mm-listitem__text {
  padding: var(--spacing-2) var(--spacing-4);
}
.sticky-header .logo {
  display: none;
}
.sticky-clone .logo {
  display: block;
}
.sticky-clone > .wp-block-group {
  justify-content: space-between;
}
.sticky-clone nav.menu-location--desktop ul {
  gap: var(--spacing-3);
}
.has-top-border .wp-site-blocks > header {
  border-top-width: 12px;
}
@media (min-width: 782px) {
  .wp-block-post-template.is-style-1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .wp-block-post-template.is-style-1 .wp-block-post {
    margin-top: 0;
  }
  .wp-block-post-template.is-style-1 .wp-block-post:nth-child(1) {
    grid-row: span 2 / span 2;
    grid-column: span 2 / span 2;
  }
  .wp-block-post-template.is-style-1 .wp-block-post:nth-child(2) {
    grid-column: span 2 / span 2;
  }
  .wp-block-post-template.is-style-1 .wp-block-post:nth-child(1) > .card,
  .wp-block-post-template.is-style-1 .wp-block-post:nth-child(1) > .card > .wp-block-cover {
    height: 100%;
  }
  .wp-block-post-template.is-style-1 .wp-block-post:nth-child(1) > .card > .wp-block-cover {
    padding: var(--spacing-3);
  }
  .wp-block-post-template.is-style-1.reverse .wp-block-post:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 3 / 5;
  }
  .wp-block-post-template.is-style-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    row-gap: 0;
  }
  .wp-block-post-template.is-style-2 .wp-block-post {
    margin-top: 0;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(1) {
    grid-area: 1 / 1 / 4 / 2;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(1) > .border-bottom,
  .wp-block-post-template.is-style-2 .wp-block-post:nth-child(4) > .border-bottom {
    border-bottom: none;
  }
  .wp-block-post-template.is-style-2 .wp-block-post:not(:nth-child(1)) .wp-block-post-featured-image {
    display: none;
  }
  .wp-block-post-template.is-style-2.reverse .wp-block-post:nth-child(1) {
    grid-area: 1 / 2 / 4 / 3;
  }
  .wp-block-post-template.is-style-2.reverse .wp-block-post:nth-child(2) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .wp-block-post-template.is-style-2.reverse .wp-block-post:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .wp-block-post-template.is-style-2.reverse .wp-block-post:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .wp-block-post-template.is-style-3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    row-gap: 0;
  }
  .wp-block-post-template.is-style-3 .wp-block-post {
    margin-top: 0;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(1) {
    grid-area: 1 / 2 / 5 / 4;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(2) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(3) {
    grid-area: 3 / 1 / 5 / 2;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(4) {
    grid-area: 1 / 4 / 2 / 6;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(5) {
    grid-area: 2 / 4 / 3 / 6;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(6) {
    grid-area: 3 / 4 / 4 / 6;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(7) {
    grid-area: 4 / 4 / 5 / 6;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(1) > .border-bottom,
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(2) > .border-bottom,
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(3) > .border-bottom,
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(7) > .border-bottom {
    border-bottom: none;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:nth-child(1) .wp-block-post-featured-image {
    aspect-ratio: 3 / 4 !important;
  }
  .wp-block-post-template.is-style-3 .wp-block-post:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .wp-block-post-featured-image {
    display: none;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(1) {
    grid-area: 1 / 3 / 5 / 5;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(2) {
    grid-area: 1 / 5 / 3 / 6;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(3) {
    grid-area: 3 / 5 / 5 / 6;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(4) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(5) {
    grid-area: 2 / 1 / 3 / 3;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(6) {
    grid-area: 3 / 1 / 4 / 3;
  }
  .wp-block-post-template.is-style-3.reverse .wp-block-post:nth-child(7) {
    grid-area: 4 / 1 / 5 / 3;
  }
}
.is-style-stylized {
  border-left: 0.33em solid var(--wp--preset--color--accent-1);
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  padding-left: 0.66em;
  text-transform: uppercase;
}
/*# sourceMappingURL=ontarion.css.map */
