@charset "UTF-8";
/*
Theme Name: Five Square Blocks
Theme URI: https://downtownlouisvilleco.com/
Author: Jeremy Carlson
Author URI: https://jeremycarlson.com/
Description: A child theme for Twentytwentytwo, designed for the Louisville Downtown Business Association.
Requires at least: 5.8
Tested up to: 6.0.1
Requires PHP: 5.6
Version: 1.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fivesquareblocks
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two Child is distributed under the terms of the GNU GPL.
*/
:root {
  --fsb-color-foreground: #001F29;
  --fsb-color-background: #f8f8f8;
  --fsb-color-primary: #3d6271;
  --fsb-color-secondary: #e05a4a;
  --fsb-color-tertiary: #8dc1dc;
  --fsb-color-accent: #f7d2c0;
  --fsb-color-silver: #e6e6e6;
  --fsb-color-gold: #f7da96;
  --fsb-gold-h: 40;
  --fsb-gold-s: 82%;
  --fsb-gold-b: 82%; }

.subcats {
  --wp--style--block-gap: 4rem;
  text-align: center; }
  .subcats h2 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: .02em;
    padding: 1em .5em .25em;
    color: var(--fsb-color-secondary);
    border-bottom: 1px solid; }
  .subcats ul {
    margin: 0;
    justify-content: center; }
  .subcats a {
    font-size: var(--wp--preset--font-size--normal);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: .2s all;
    border: 1px solid var(--fsb-color-silver);
    padding: .25em .5em;
    font-weight: 500; }
  .subcats#subcats a:focus {
    outline: 1px var(--fsb-color-foreground) solid; }
  .subcats#subcats a:hover, .subcats#subcats a:focus, .subcats#subcats a.focus {
    color: white;
    background: var(--fsb-color-primary);
    border-color: var(--fsb-color-primary); }
  .vcard .subcats {
    display: block;
    text-align: left; }
    .vcard .subcats h2 {
      margin: 2em 0 0 -.5em;
      font-family: var(--wp--preset--font-family--serif);
      font-style: italic;
      font-weight: 100; }
    .vcard .subcats a {
      font-weight: 500;
      border: none;
      padding: 0; }
    .vcard .subcats li {
      display: inline;
      margin: 0; }
      .vcard .subcats li + li:before {
        content: ' • ';
        font-weight: bold;
        color: var(--fsb-color-silver); }

.dir {
  --fsb-dir-border: clamp(2px, .5vw, 4px) solid var(--fsb-color-silver);
  border-top: var(--fsb-dir-border);
  padding: 0; }
  .dir a {
    text-decoration: none; }

.vcard {
  border: none;
  position: relative; }
  .dir .vcard {
    border: none;
    border-bottom: var(--fsb-dir-border);
    padding: 1rem 0;
    text-align: center;
    position: relative; }
  .vcard .tel, .vcard .url, .vcard .email {
    display: block; }
  .vcard a {
    font-weight: bold; }
    .vcard a:hover {
      color: var(--fsb-color-foreground); }
    .vcard a strong {
      font-weight: inherit; }
  .vcard .links a {
    display: inline; }
    .vcard .links a + a:before {
      content: ' • ';
      font-weight: bold;
      color: var(--fsb-color-silver); }
  .vcard .org {
    font-size: 1.625rem;
    line-height: 1.125;
    color: var(--fsb-color-foreground);
    padding: 0 0 .5rem; }
    .vcard .org:hover {
      text-decoration: underline; }
  .vcard .contact-info,
  .vcard .links,
  .vcard .excerpt {
    font-size: 1.125rem; }
  .vcard .Louisville .citystatezip,
  .vcard .louisville .citystatezip {
    display: none; }
  .vcard figure {
    margin: 0; }
    .vcard figure + .icon {
      margin-top: -1rem; }
  .vcard img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .board .vcard img {
    width: 150px; }
  .vcard .offline.gift-card {
    font-weight: normal;
    color: inherit;
    cursor: auto; }
  @media (min-width: 27rem) {
    .dir .vcard {
      text-align: left;
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-auto-flow: dense;
      grid-gap: 0 1rem; }
    .vcard figure {
      grid-column: 1 / -1; }
    .vcard .icon {
      grid-column: 1 / -1; }
    .vcard .org,
    .vcard .contact-info,
    .vcard .excerpt {
      grid-column: 1; }
    .vcard .links {
      grid-column: 2;
      grid-row: span 3; }
    .vcard.noimage .contact-info {
      grid-column: 2; } }
  @media (min-width: 37.5rem) {
    .vcard {
      text-align: left; }
      .dir .vcard {
        grid-template-columns: 1fr 1fr 30px; }
      .vcard figure {
        grid-column: 2;
        grid-row: 1 / 5; }
      .vcard .icon {
        grid-column: 3;
        grid-row: 1 / 5;
        align-self: center; }
      .vcard.noimage .links {
        grid-column: 2; }
      .vcard .links {
        grid-column: 1;
        grid-row: auto; } }
  @media (min-width: 64rem) {
    .dir .vcard {
      grid-template-columns: 1fr minmax(240px, 1fr) 100px 48px;
      grid-template-rows: auto 1fr; }
      .dir .vcard.hasimage {
        grid-template-rows: auto auto 1fr; }
    .vcard .org {
      grid-row: 1; }
    .vcard figure {
      grid-column: 2;
      grid-row: 1 / -1; }
    .vcard .icon {
      grid-column: 4; }
    .vcard .contact-info {
      grid-row: 2; }
    .vcard.noimage .contact-info {
      grid-column: 2;
      grid-row: span 2; }
    .vcard .links {
      grid-column: 3;
      grid-row: 1 / 3; }
      .vcard .links a,
      .vcard .links a + a {
        display: block; }
        .vcard .links a:before,
        .vcard .links a + a:before {
          content: '→ ';
          color: inherit; }
    .vcard .excerpt {
      grid-row: 3; }
    .vcard.hasimage .links {
      grid-row: 2 / 4; }
    .vcard.noimage .contact-info,
    .vcard.noimage .links,
    .vcard.noimage .excerpt {
      align-self: flex-end; }
    .vcard.noimage .links {
      grid-column: 3; }
    .vcard.noimage .excerpt {
      grid-row: 2; } }
  .vcard .date {
    text-align: center; }
  .vcard .dba_gold,
  .vcard .dba_silver {
    border-radius: .75em;
    padding: 0 .5em;
    margin: 0 auto; }
    .vcard .dba_gold:hover,
    .vcard .dba_silver:hover {
      background: white; }
  .vcard .dba_gold {
    background: var(--fsb-color-gold); }
  .vcard .dba_silver {
    background: var(--fsb-color-silver); }
  .vcard .missing-txn {
    color: red; }

.memberlist {
  --fsb-dir-border: 1px solid var(--fsb-color-silver);
  font-size: 1rem; }
  .memberlist .heading .name,
  .memberlist .heading .email {
    display: none; }
    @media (min-width: 600px) {
      .memberlist .heading .name,
      .memberlist .heading .email {
        display: block;
        visibility: hidden; } }
  .memberlist .vcard {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    padding: .5rem .25rem;
    align-items: center;
    grid-gap: 0 .5em;
    text-align: left; }
    @media (max-width: 599px) {
      .memberlist .vcard .name,
      .memberlist .vcard .email,
      .memberlist .vcard .member-actions {
        display: none;
        order: 3;
        grid-column: 1 / -1; }
      .memberlist .vcard.focus .title, .memberlist .vcard:hover .title {
        grid-column: 1 / -1; }
      .memberlist .vcard.focus .name,
      .memberlist .vcard.focus .email,
      .memberlist .vcard.focus .member-actions, .memberlist .vcard:hover .name,
      .memberlist .vcard:hover .email,
      .memberlist .vcard:hover .member-actions {
        display: block; } }
    @media (min-width: 600px) {
      .memberlist .vcard {
        grid-template-columns: 1fr auto auto 6.5em 1.5em 1.5em;
        overflow: hidden; } }
  .memberlist tr.vcard:not(.heading) .member-actions:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .memberlist tr.vcard:not(.heading).focus, .memberlist tr.vcard:not(.heading):hover {
    overflow: visible;
    background: #fff; }
    @media (min-width: 600px) {
      .memberlist tr.vcard:not(.heading).focus .member-actions:before, .memberlist tr.vcard:not(.heading):hover .member-actions:before {
        top: -2.75em;
        box-shadow: 0 0 1em rgba(0, 0, 0, 0.4); } }
    .memberlist tr.vcard:not(.heading).focus td .level, .memberlist tr.vcard:not(.heading):hover td .level {
      width: 3em;
      z-index: 5; }
  .memberlist tr.vcard:not(.heading) td.name,
  .memberlist tr.vcard:not(.heading) td.email {
    opacity: 1; }
  .memberlist td.title {
    overflow: hidden;
    white-space: nowrap; }
    .memberlist td.title a {
      overflow: hidden;
      text-overflow: ellipsis; }
  .memberlist td.name,
  .memberlist td.email {
    font-size: .875em;
    opacity: .6; }
  .memberlist .image.missing {
    color: red; }
  .memberlist td .level {
    display: block;
    width: .5em;
    overflow: hidden;
    position: relative;
    z-index: 3; }
  .memberlist .dba_gold:hover {
    background: var(--fsb-color-gold); }
  .memberlist .dba_silver:hover {
    background: var(--fsb-color-silver); }
  .memberlist .member-actions {
    background: #fff;
    padding: 0 .25em .25em; }
    @media (min-width: 600px) {
      .memberlist .member-actions {
        position: absolute;
        top: 100%;
        z-index: 4;
        width: calc(100% - .5em);
        border-bottom: var(--fsb-dir-border); } }
    .memberlist .member-actions a {
      font-size: .875em;
      padding: .25em .75em;
      background: var(--fsb-color-background); }
      .memberlist .member-actions a:hover {
        background: var(--fsb-color-tertiary); }
  .memberlist .org {
    font-size: inherit;
    line-height: inherit;
    padding: 0; }
  .memberlist .heading {
    background: white; }
    .memberlist .heading .date {
      margin-right: 1em; }
  .memberlist .sort {
    text-decoration: underline; }
  .memberlist .asc:after,
  .memberlist .desc:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    border: solid transparent; }
  .memberlist .asc:after {
    border-top-color: var(--fsb-color-secondary);
    border-width: .625em .5em 0; }
  .memberlist .desc:after {
    border-bottom-color: var(--fsb-color-secondary);
    border-width: 0 .5em .625em; }

@media all and (max-width: 599px) {
  .board {
    text-align: center; } }

.board ul {
  padding-left: 0; }

.board a {
  font-weight: normal;
  color: var(--fsb-color-foreground); }

.board .image {
  width: 12em;
  display: block;
  margin: 0 auto 1em; }

.board .fn {
  font-weight: 700; }

.board .member strong, .board .org, .board span {
  display: block;
  font-size: inherit; }

.board .member {
  border-top: 2px solid #fff;
  list-style: none;
  margin: 0 -1em 2em;
  padding: 1em; }
  .board .member:after {
    content: '';
    display: table;
    clear: both; }

.board .role {
  margin-top: 0;
  max-width: 30rem;
  font-size: 1em;
  color: var(--fsb-color-secondary);
  letter-spacing: .05em; }

@media all and (min-width: 600px) {
  .board .role {
    float: left; }
  .board .fn {
    clear: left; }
  .board .image {
    float: right;
    margin-left: 1em; } }

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2022 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: https://www.fontspring.com/licenses/mark-simonson-studio/webfont
 *
 *
 */
/**
 * Note: Including a range for font-weight and font-stretch appears to
 * enable Firefox and Chrome to recognize these properties when used in
 * CSS declarations.
 */
@font-face {
  font-family: 'proxima-vara-roman';
  src: url("library/fonts/ProximaVara/ProximaVara_subset.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 100%; }

/*

  Categories are set to have more columns the wider they are,
  but not using grid -- that would have everything alphabetized by row,
  which is annoying. This feels pretty clever, but might need adjusting
  if the number of categories grow.

 */
.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 650px;
  --font: var(--wp--preset--font-family--proxima-vara-roman);
  --font-size: var(--wp--preset--font-size--normal);
  --weight: 600;
  --check-font-size: var(--wp--preset--font-size--normal); }
  .frm_forms.frm_style_formidable-style.with_frm_style p.description,
  .frm_forms.frm_style_formidable-style.with_frm_style div.description,
  .frm_forms.frm_style_formidable-style.with_frm_style div.frm_description,
  .frm_forms.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
  .frm_forms.frm_style_formidable-style.with_frm_style .frm_error {
    font-size: var(--font-size);
    font-family: var(--wp--preset--font-family--proxima-vara-roman); }

.frm_rootline {
  --progress-border-color-b: #ddd;
  --progress-bg-color: #ddd;
  --progress-active-bg-color: var(--fsb-color-secondary); }
  html .frm_style_formidable-style.with_frm_style .frm_rootline.frm_show_lines:before {
    border-color: var(--progress-border-color-b);
    top: 17px; }
  html .frm_style_formidable-style.with_frm_style .frm_rootline input[type="button"], html .frm_style_formidable-style.with_frm_style .frm_rootline input[type="button"]:hover {
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border-color: var(--progress-border-color-b); }
  html .frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
    border-color: var(--fsb-color-secondary);
    background: var(--fsb-color-secondary); }

.frm_forms .field_gold {
  background: var(--fsb-color-gold);
  padding: 1em;
  margin-left: -1em;
  margin-right: -1em;
  box-sizing: content-box;
  border-radius: .5em; }

.field_member_level,
.field_member_level_renew {
  display: flex;
  flex-direction: column; }
  .field_member_level .pricing-table,
  .field_member_level_renew .pricing-table {
    margin: 1em auto; }
  .field_member_level td:first-child,
  .field_member_level_renew td:first-child {
    width: 50%; }
  @media (max-width: 48rem) {
    .field_member_level,
    .field_member_level_renew {
      grid-column: 1 / span 12 !important; } }
  .field_member_level div.frm_opt_container,
  .field_member_level_renew div.frm_opt_container {
    order: 2;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 10px !important; }
    .field_member_level div.frm_opt_container:before,
    .field_member_level_renew div.frm_opt_container:before {
      content: 'Choose → ';
      grid-column: span 2;
      align-self: center;
      padding-left: 1em;
      color: var(--fsb-color-secondary);
      font-size: 1rem; }
    @media (max-width: 30rem) {
      .field_member_level div.frm_opt_container,
      .field_member_level_renew div.frm_opt_container {
        display: block !important; }
        .field_member_level div.frm_opt_container:before,
        .field_member_level_renew div.frm_opt_container:before {
          content: '↓ Choose '; }
        .field_member_level div.frm_opt_container .frm_label_button_container,
        .field_member_level_renew div.frm_opt_container .frm_label_button_container {
          margin-top: .75rem; } }
    .field_member_level div.frm_opt_container .frm_label_button_container,
    .field_member_level_renew div.frm_opt_container .frm_label_button_container {
      position: relative;
      font-weight: bold;
      white-space: normal;
      height: auto !important;
      padding: .75rem 10px .75rem 40px; }
      .field_member_level div.frm_opt_container .frm_label_button_container:before,
      .field_member_level_renew div.frm_opt_container .frm_label_button_container:before {
        content: '';
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        box-shadow: inset 15px 15px #fff;
        position: absolute;
        left: 12px;
        top: 50%;
        height: 18px;
        width: 18px;
        margin-top: -9px;
        transform: scale(0);
        transition: 120ms transform ease-in-out; }
    .field_member_level div.frm_opt_container input:checked + .frm_label_button_container,
    .field_member_level_renew div.frm_opt_container input:checked + .frm_label_button_container {
      --fsb-gold-s: 78%;
      --fsb-gold-b: 70%;
      outline: 3px #e0b152;
      color: var(--fsb-color-primary) !important; }
      .field_member_level div.frm_opt_container input:checked + .frm_label_button_container:before,
      .field_member_level_renew div.frm_opt_container input:checked + .frm_label_button_container:before {
        transform: scale(1); }
    .field_member_level div.frm_opt_container > :first-child .frm_label_button_container,
    .field_member_level_renew div.frm_opt_container > :first-child .frm_label_button_container {
      --fsb-gold-s: 0;
      --fsb-gold-b: 83%; }
    .field_member_level div.frm_opt_container > :first-child input:checked + .frm_label_button_container,
    .field_member_level_renew div.frm_opt_container > :first-child input:checked + .frm_label_button_container {
      --fsb-gold-s: 0%;
      --fsb-gold-b: 77%;
      outline: 3px #999999; }
    .field_member_level div.frm_opt_container .frm_label_button_container,
    .field_member_level_renew div.frm_opt_container .frm_label_button_container {
      background: hsl(var(--fsb-gold-h), var(--fsb-gold-s), var(--fsb-gold-b)) !important; }
  .field_member_level .pricing-table table,
  .field_member_level .frm_opt_container,
  .field_member_level_renew .pricing-table table,
  .field_member_level_renew .frm_opt_container {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto; }

.field_renew_photo_fee {
  align-self: flex-end; }

.field_business_type .frm_catlevel_1 > .frm_checkbox label {
  display: block;
  padding: .375em 0 .375em 2em;
  color: #777;
  font-size: .875em; }
  .field_business_type .frm_catlevel_1 > .frm_checkbox label.checked, .field_business_type .frm_catlevel_1 > .frm_checkbox label:hover {
    color: var(--fsb-color-primary); }

.field_business_type .frm_catlevel_1 > .frm_checkbox > label {
  font-weight: bold;
  column-span: all;
  padding: .5rem;
  background: #fff;
  border-top: 2px solid #f0f0f0; }
  .field_business_type .frm_catlevel_1 > .frm_checkbox > label.checked {
    border-top-color: var(--fsb-color-secondary); }
  .field_business_type .frm_catlevel_1 > .frm_checkbox > label.checked {
    color: var(--fsb-color-secondary); }
  .field_business_type .frm_catlevel_1 > .frm_checkbox > label:not(.checked):hover {
    color: #777; }
  .field_business_type .frm_catlevel_1 > .frm_checkbox > label input {
    border: none;
    box-shadow: none; }

@media (min-width: 25rem) {
  .field_business_type .frm_catlevel_1 > .frm_checkbox {
    column-count: 2; } }

@media (min-width: 37.5rem) {
  .field_business_type .frm_catlevel_1 > .frm_checkbox {
    column-count: 3; } }

@media (min-width: 50rem) {
  .field_business_type .frm_catlevel_1 > .frm_checkbox {
    column-count: 4; } }

.field_business_type .frm_catlevel_1 + .frm_catlevel_1 {
  margin-top: 1rem; }

html .field_business_type .frm_catlevel_2 {
  margin: 0; }
  html .field_business_type .frm_catlevel_2 input {
    margin: 0 .5em 0 -2em !important; }
  html .field_business_type .frm_catlevel_2 label {
    page-break-inside: avoid;
    break-inside: avoid-column; }

.field_business_type .frm_checkbox :disabled {
  opacity: 0; }

html .with_frm_style .frm-summary-page-wrapper {
  padding: 1rem;
  margin: 1.5rem 0;
  background: #fff;
  border: none;
  box-shadow: 0 0 1em var(--fsb-color-silver); }

.frm-summary-page-wrapper .frm-line-table tr {
  border-bottom-color: var(--fsb-color-background);
  /* hide headings, which span both columns */ }
  .frm-summary-page-wrapper .frm-line-table tr th, .frm-summary-page-wrapper .frm-line-table tr td {
    padding: .25em .75em;
    font-size: 1rem; }
  .frm-summary-page-wrapper .frm-line-table tr td[colspan="2"] {
    display: none; }

.field_newsletter_optin {
  background: url("library/images/DowntownDialogue-tight-red.png") no-repeat 50% 45px;
  padding: 2rem;
  background-size: Min(90%, 677px); }
  .field_newsletter_optin:before {
    content: '';
    display: block;
    margin: 0 auto 6.5rem;
    width: 100%;
    height: 3rem;
    background: url("library/images/member-icon-transp2.png") no-repeat 50% top;
    background-size: 39px; }
  .field_newsletter_optin label {
    font-size: 1.25rem !important;
    font-weight: bold !important; }
  .field_newsletter_optin .frm_description {
    font-size: .875rem !important; }
  .field_newsletter_optin label, .field_newsletter_optin .frm_description {
    text-align: center !important;
    margin: 1rem auto !important; }

.form_dd_signup {
  background-color: inherit;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center; }
  .form_dd_signup fieldset {
    border: none; }
  .form_dd_signup h3 {
    margin: 0;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 800;
    letter-spacing: .02em; }
  .form_dd_signup label {
    font-size: 1rem !important; }
  .form_dd_signup .frm_description {
    font-size: 1rem !important; }
  .form_dd_signup label, .form_dd_signup .frm_description, .form_dd_signup p {
    text-align: center !important;
    margin: .5rem auto !important; }
  .form_dd_signup .frm_fields_container {
    grid-gap: .5rem; }
    @media (min-width: 600px) {
      .form_dd_signup .frm_fields_container {
        display: flex;
        justify-content: center; } }
  .form_dd_signup label,
  .form_dd_signup input[type=email],
  .form_dd_signup button {
    font-size: var(--wp--preset--font-size--normal);
    padding: .25em .5em;
    border: none;
    border-bottom: 1px solid var(--fsb-color-primary); }
  .form_dd_signup label {
    padding-left: 0; }
  .form_dd_signup input[type=email] {
    background: none;
    border-radius: 1rem 1rem 0 0; }
    .form_dd_signup input[type=email]:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.2);
      box-shadow: inset 0 0 .75rem .25rem #8dc1dc; }
  .form_dd_signup button {
    color: #c5e4f4;
    font-weight: 600;
    letter-spacing: .05em;
    background: var(--fsb-color-primary);
    border: 1px solid var(--fsb-color-primary);
    border-radius: 2rem; }
    .form_dd_signup button:focus {
      outline: none;
      box-shadow: 0 0 .5rem white; }

.field_is_total,
.field_pay_method {
  display: flex !important;
  align-items: baseline !important; }
  .field_is_total input,
  .field_pay_method input {
    font-size: 1em !important;
    font-weight: 600 !important; }

.ldba-calendar h2 {
  color: var(--fsb-color-secondary);
  margin-bottom: 0; }

.ldba-calendar .vevents {
  list-style: none;
  padding: var(--wp--style--block-gap) 0;
  border-top: 1px solid var(--fsb-color-secondary);
  border-bottom: 1px solid var(--fsb-color-secondary);
  margin-top: 0;
  position: relative; }
  .ldba-calendar .vevents:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: -5px;
    height: 15px;
    width: 15px;
    background: var(--fsb-color-secondary);
    border-radius: 50%; }

.ldba-calendar .vevent {
  position: relative; }
  .ldba-calendar .vevent + .vevent {
    margin-top: calc(var(--wp--style--block-gap) * 2); }

.ldba-calendar h3 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: .5rem;
  padding-left: 6rem; }

.ldba-calendar h4 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 6rem; }
  .ldba-calendar h4:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.ldba-calendar .location {
  text-transform: none; }
  .ldba-calendar .location:after {
    content: none; }

.ldba-calendar .date {
  position: absolute;
  top: -.875rem;
  left: -.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: white;
  color: var(--fsb-color-secondary);
  box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.1); }

.ldba-calendar .m {
  font-size: 1.25rem;
  letter-spacing: .2em;
  display: block; }

.ldba-calendar .d {
  font-size: 2.5rem;
  line-height: .875;
  font-weight: 750; }

.ldba-calendar .time {
  display: block;
  margin: .5rem 0;
  letter-spacing: .07rem; }

.ldba-calendar .date.multiday {
  height: auto;
  padding: 1rem .5rem;
  border-radius: 4.5rem; }
  .ldba-calendar .date.multiday .m {
    font-size: 1.125rem; }
  .ldba-calendar .date.multiday .d {
    font-size: 2.25rem; }
  .ldba-calendar .date.multiday .sep {
    color: transparent; }
    .ldba-calendar .date.multiday .sep:before {
      content: '↓';
      color: rgba(0, 0, 0, 0.2);
      font-size: 2rem;
      margin: 0 -.5rem 0 0; }

.ldba-calendar abbr {
  text-decoration: none; }

.ldba-calendar .description {
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: .02rem; }

.ldba-newsletters h2 {
  color: var(--fsb-color-secondary);
  text-align: center;
  margin: 1em calc(-1 * var(--wp--style--block-gap)) 0.5em; }
  .ldba-newsletters h2:before, .ldba-newsletters h2:after {
    content: '';
    border-top: 1px solid var(--fsb-color-secondary);
    width: calc(50% - 1.75em);
    display: inline-block; }
  .ldba-newsletters h2:before {
    margin-right: .25em; }
  .ldba-newsletters h2:after {
    margin-left: .25em; }

.ldba-newsletters ul {
  list-style: none;
  padding: 0; }
  .ldba-newsletters ul ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    grid-gap: var(--wp--style--block-gap); }
    .ldba-newsletters ul ul li {
      display: flex;
      flex-direction: column; }
  .ldba-newsletters ul a {
    background: white;
    flex: 1;
    align-self: stretch;
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    text-decoration: none;
    transition: .2s all;
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.07); }
    .ldba-newsletters ul a:after {
      content: '';
      display: block;
      border-top: 2px solid var(--fsb-color-secondary);
      transition: .2s all;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0; }
    .ldba-newsletters ul a:hover {
      color: black;
      box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.12); }
      .ldba-newsletters ul a:hover:after {
        width: 100%; }

.newsletter-meta {
  display: flex;
  justify-content: flex-end;
  gap: var(--wp--style--block-gap); }
  .newsletter-meta .title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    flex: 1; }

:root {
  --fsb-color-foreground: #001F29;
  --fsb-color-background: #f8f8f8;
  --fsb-color-primary: #3d6271;
  --fsb-color-secondary: #e05a4a;
  --fsb-color-tertiary: #8dc1dc;
  --fsb-color-accent: #f7d2c0;
  --fsb-color-silver: #e6e6e6;
  --fsb-color-gold: #f7da96;
  --fsb-gold-h: 40;
  --fsb-gold-s: 82%;
  --fsb-gold-b: 82%; }

.street-faire {
  --font-color: var(--fbc-primary-text);
  --bg-highlight: transparent;
  --faire-nav-color: #6495ed;
  --header-nav-color: var(--fbc-primary-text);
  color: var(--font-color); }
  .street-faire .wp-site-blocks {
    position: relative;
    z-index: 1; }
    .street-faire .wp-site-blocks > header {
      background: transparent;
      border-top: none;
      padding-top: 5px;
      position: relative; }
  .street-faire .seasonal {
    display: none; }
  .street-faire .header-nav {
    /* Make the nav bolder but compensate */ }
    .street-faire .header-nav a {
      color: var(--header-nav-color) !important; }
    .street-faire .header-nav nav:last-child {
      font-weight: 600;
      letter-spacing: -.015rem; }
  .street-faire h2 {
    font-weight: 700; }
  .street-faire h3 {
    font-weight: 600; }
    .street-faire h3.wp-block-heading {
      margin-block-start: 4.5rem; }
  .street-faire .wp-block-buttons > .wp-block-button {
    display: block;
    margin: 0;
    padding: .5rem 1rem;
    border: none;
    border-radius: 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--fsb-color-foreground);
    background: var(--fsb-color-gold); }
  .street-faire .wp-block-post-title,
  .street-faire main .wp-block-spacer:nth-child(2) {
    visibility: hidden;
    height: 1px !important; }
  .street-faire footer.wp-block-template-part div {
    background: none !important; }
  .street-faire .footer-signup .frm_message {
    max-width: 32rem;
    text-align: center; }
  .street-faire .wp-site-blocks > .wp-block-template-part > .footer-signup.has-background {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 3rem; }
    @media (min-width: 48rem) {
      .street-faire .wp-site-blocks > .wp-block-template-part > .footer-signup.has-background {
        border-radius: 50%; } }
    .street-faire .wp-site-blocks > .wp-block-template-part > .footer-signup.has-background > :last-child {
      background: none; }
    .street-faire .wp-site-blocks > .wp-block-template-part > .footer-signup.has-background .fsb-downtowndialogue {
      border-radius: 50% 50% 0 0; }

.faire-nav {
  font-weight: 800;
  position: relative; }
  .faire-nav:before, .faire-nav:after {
    content: '';
    position: absolute;
    top: 1rem;
    width: calc(50% - 2rem);
    border-bottom: 3px solid var(--faire-nav-color); }
  .faire-nav:before {
    left: 0; }
  .faire-nav:after {
    right: 0; }
  .faire-nav h3 {
    text-indent: -5000px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5; }
    .faire-nav h3:before {
      --el-size: 2rem;
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: calc(-.5 * var(--el-size));
      -webkit-mask: url("library/images/info.svg") no-repeat 100% 100%;
      mask: url("library/images/info.svg") no-repeat 100% 100%;
      -webkit-mask-size: var(--el-size);
      mask-size: var(--el-size);
      background-color: var(--faire-nav-color);
      width: var(--el-size);
      height: var(--el-size); }
  .faire-nav ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin-top: 0;
    justify-content: center; }
    .faire-nav ul a {
      color: var(--faire-nav-color);
      display: block;
      text-decoration: none;
      transition: .2s all;
      border-radius: 1em;
      padding: 0 .375em; }
      .faire-nav ul a:hover, .faire-nav ul a:focus {
        background: var(--bg-highlight); }

.featured-artist {
  border-radius: Min(8rem, 12vw);
  background: var(--bg-highlight);
  padding: Min(4rem, 6vw); }
  .no-featured .featured-artist {
    display: none; }
  .featured-artist .wp-block-column:first-child {
    flex-basis: auto; }
  .featured-artist .wp-block-column:last-child {
    min-width: 342px; }
  .featured-artist h2 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .5em;
    font-size: 1.5rem;
    text-align: center;
    margin: 4em 0 1em; }
  .featured-artist .headliner h3 {
    margin-top: 0; }
  @media (max-width: 64.99rem) {
    html .featured-artist {
      flex-direction: column-reverse;
      position: relative;
      margin-top: 3rem;
      text-align: center; }
    .featured-artist .wp-block-column {
      flex-basis: 100% !important; }
    .featured-artist .wp-block-column:last-child {
      min-width: 100%; }
    .featured-artist .sponsors {
      margin: 0 calc(-1 * var(--wp--style--block-gap)); }
    .featured-artist .lineup .date {
      position: absolute;
      top: -.5em;
      left: 50%;
      margin-left: -1.25em; } }
#bigsponsors {
  max-width: 21.5rem;
  margin: 0 auto 1rem;
  display: block;
  position: relative;
  /* 342px w / 228px h */ }
  #bigsponsors:before {
    content: "";
    display: block;
    padding-top: 66.66666%;
    /* 100% creates 1/1 ratio */ }
  .js #bigsponsors .slide {
    display: none;
    position: absolute;
    width: 100%;
    top: 0; }
  #bigsponsors a {
    padding: 0; }
  #bigsponsors img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.sponsors img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.sponsors h2 {
  font-size: 1em;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase; }

.sponsorship-links {
  display: block;
  text-align: center; }

.sponsorlist {
  padding: 0;
  list-style: none; }
  .sponsorlist a {
    display: block;
    border-radius: 2em;
    transition: .2s all; }
    .sponsorlist a:hover, .sponsorlist a:focus {
      outline: none;
      background: var(--bg-highlight); }
  .sponsorlist .white,
  .sponsorlist .color {
    display: inline-block;
    letter-spacing: 1em;
    text-decoration: none;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    border-radius: 0;
    padding: 2px;
    border: 1px solid; }
  .sponsorlist .white {
    background: white; }
  .sponsorlist .color {
    background: var(--fsb-color-secondary);
    border-color: var(--fsb-color-secondary); }
  .sponsorlist td {
    font-size: 1rem;
    line-height: 1.25; }
  .sponsorlist .Active {
    font-weight: 600; }
  .sponsorlist .Inactive {
    font-weight: 400;
    opacity: .2;
    transition: .2s all; }
    .sponsorlist .Inactive:hover {
      opacity: 1; }
  .sponsorlist tr:hover {
    background: white; }

.carriage-rides .sponsors {
  border-top: 2px solid white;
  padding: 1em 0 0;
  text-align: center; }

.carriage-rides .sponsorlist {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center; }
  .carriage-rides .sponsorlist li,
  .carriage-rides .sponsorlist a {
    display: flex;
    align-items: center;
    max-width: 12rem;
    height: 7rem;
    /* Note have to set height not just max-height */ }
  .carriage-rides .sponsorlist img {
    object-fit: contain;
    max-height: 100%; }

a.post-edit-link {
  font-size: 1rem;
  text-decoration: none;
  padding: .25em .5em;
  margin: 0;
  background: #ff0;
  color: black;
  border: 1px solid;
  flex: none; }
  .vcard a.post-edit-link {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .1;
    transition: .2s all; }
    .vcard a.post-edit-link:hover {
      opacity: 1; }

.wp-block-spacer {
  margin-block-start: 0 !important; }

body {
  font-family: var(--wp--preset--font-family--proxima-vara-roman);
  font-weight: 400; }

i, cite, em, var, address, dfn {
  font-style: normal; }

img {
  max-width: 100%; }

/* Ensure footer stays at bottom of window when content is short */
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }
  .wp-admin-bar .wp-site-blocks {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height)); }
  .wp-site-blocks > header {
    position: relative;
    z-index: 10;
    background: var(--fsb-color-background);
    border-top: 5px solid var(--fsb-color-secondary);
    margin-left: calc(-1 * var(--wp--custom--spacing--outer));
    margin-right: calc(-1 * var(--wp--custom--spacing--outer));
    width: unset; }
    .wp-site-blocks > header + div {
      flex: 1; }
  .wp-site-blocks .wp-block-site-logo {
    margin-top: -5px; }
  .wp-site-blocks > main {
    flex: 1;
    margin-top: 0; }
    @media (max-width: 25rem) {
      .wp-site-blocks > main {
        margin-top: 3px; } }
  .wp-site-blocks > .wp-block-template-part + .wp-block-template-part {
    margin-top: 0; }

.entry-content {
  margin-block-start: 0 !important; }

.fsb-site-branding {
  flex-basis: 100%; }
  body .fsb-site-branding {
    gap: 0 2.5rem; }
  @media (max-width: 25rem) {
    .fsb-site-branding .wp-block-column:first-child {
      transform: scale(0.8);
      margin: -.75em -1.5em 0 -.5em; } }
  .fsb-site-branding .wp-block-column:last-child {
    padding-bottom: 6px; }
    @media (max-width: 599px) {
      .fsb-site-branding .wp-block-column:last-child {
        align-self: flex-start; } }
@media (min-width: 600px) and (max-width: 65rem) {
  .fsb-site-branding .wp-block-column:last-child {
    /*
          Force a new line in the gray area when the navigation elements
          are still inline
           */ }
    .fsb-site-branding .wp-block-column:last-child nav, .fsb-site-branding .wp-block-column:last-child div, .fsb-site-branding .wp-block-column:last-child ul, .fsb-site-branding .wp-block-column:last-child li {
      display: inline; }
    .fsb-site-branding .wp-block-column:last-child nav:first-child {
      margin-right: clamp(4px, calc(50vw - 400px), 144px); }
    .fsb-site-branding .wp-block-column:last-child a {
      display: inline-block;
      padding: 0 .5rem; } }

.header-nav {
  padding-left: 1rem;
  width: 100%; }
  .header-nav:before {
    content: '';
    background: #000;
    opacity: .1;
    display: block;
    position: absolute;
    left: -10px;
    top: 3.5rem;
    bottom: -6px;
    width: 12px;
    border-radius: 6px; }
  .header-nav .wp-block-navigation__container {
    gap: 0 1.5rem; }
  .header-nav nav {
    text-transform: uppercase;
    font-size: 1.125rem; }
  .header-nav > nav:first-child {
    font-weight: 700;
    font-stretch: 75%;
    font-size: 1.625rem;
    text-transform: none; }
  @media (max-width: 599px) {
    .header-nav nav {
      gap: .25rem; }
    .header-nav a {
      padding: .5rem; } }
  @media (min-width: 600px) {
    .header-nav {
      display: flex;
      flex-direction: column;
      padding-left: 0; }
      .header-nav .membership {
        order: -1;
        position: relative;
        top: -4px;
        background: var(--fsb-color-secondary);
        margin: 0 0 0 auto;
        padding: 0 .75em;
        letter-spacing: .03em;
        display: flex; }
      .header-nav:before {
        content: none; }
      .header-nav nav:last-child {
        margin-top: 0; } }
  .header-nav .wp-block-navigation-item__content {
    position: relative; }
    .header-nav .wp-block-navigation-item__content:before {
      content: '';
      border-bottom: 1px solid var(--fsb-color-secondary);
      position: absolute;
      bottom: .25ch;
      left: 0;
      transition: .2s all;
      width: 0; }
    .header-nav .wp-block-navigation-item__content:hover {
      text-decoration: none !important; }
      .header-nav .wp-block-navigation-item__content:hover:before {
        width: 100%; }
  .header-nav .membership .wp-block-navigation-item__content:before {
    border-bottom-color: var(--fsb-color-background); }

@media (max-width: 599px) {
  .wp-block-navigation {
    --navigation-layout-justification-setting: justify;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center; }
    .wp-block-navigation .wp-block-navigation__responsive-container {
      transform: rotate(90deg);
      transform-origin: top right;
      transition: .2s all;
      display: block; }
      .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        display: none; }
    .wp-block-navigation .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
      background: var(--fsb-color-secondary) !important;
      color: white !important; }
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
      background: var(--fsb-color-secondary);
      color: white;
      transform: rotate(0deg); }
      .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        display: block; }
    .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
      padding: .75rem 0; }
    .wp-block-navigation .wp-block-navigation__responsive-container-open {
      line-height: 1.6;
      text-transform: uppercase;
      font-weight: 200;
      letter-spacing: .075em; }
    .wp-block-navigation .wp-block-navigation__responsive-container-open,
    .wp-block-navigation .wp-block-navigation__responsive-container-close {
      padding: 2rem var(--wp--custom--spacing--outer);
      margin-left: auto; }
    .wp-block-navigation .wp-block-navigation__responsive-container-close {
      padding-top: 2.5rem;
      top: calc(-1 * var(--wp--custom--spacing--outer));
      right: calc(-1 * var(--wp--custom--spacing--outer)); } }

.wp-block-site-logo a {
  padding: .5em;
  width: 175px;
  margin: 0 0 -.5em;
  display: block;
  background: white;
  position: relative; }
  .wp-block-site-logo a:before {
    content: '';
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid var(--fsb-color-secondary);
    transition: .3s all;
    opacity: 0; }
  .wp-block-site-logo a:hover:before {
    opacity: .8; }

.wp-block-post-featured-image img {
  object-fit: cover;
  width: 100%;
  height: auto; }

.slideshow {
  background: var(--fsb-color-primary);
  background-image: linear-gradient(160deg, var(--fsb-color-primary) 50%, #0c2935 100%); }
  .slideshow .slides, .slideshow .slides a {
    color: #fff;
    font-size: var(--wp--preset--font-size--large);
    text-decoration: none;
    position: relative; }
  .slideshow .wp-block-image {
    margin: 0; }
    .slideshow .wp-block-image img {
      object-fit: cover;
      height: 100%; }
  .slideshow figcaption {
    padding: .5rem 1rem; }
    .slideshow figcaption a {
      font-weight: 600; }
      .slideshow figcaption a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        border-bottom: 2px solid var(--fsb-color-secondary);
        transition: .2s all;
        width: 0; }
      .slideshow figcaption a:hover:before {
        width: 100%; }
      .slideshow figcaption a:after {
        content: "learn more";
        font-size: .75em;
        margin-left: .75em;
        color: var(--fsb-color-secondary);
        text-transform: uppercase;
        font-weight: bold; }
      .slideshow figcaption a em {
        font-weight: 300; }
  .slideshow .rslides_tabs {
    padding-bottom: .5rem; }
    .slideshow .rslides_tabs a {
      width: .8125rem;
      height: .8125rem;
      border: none;
      background: var(--fsb-color-primary); }
    .slideshow .rslides_tabs .rslides_here a {
      background: var(--fsb-color-silver); }
  @media (min-width: 64rem) {
    .slideshow {
      position: relative;
      --fsb-slide-image-width: max(66%, calc(78% - 50vw + 32rem)); }
      .slideshow .wp-block-image {
        display: flex;
        height: 100%;
        align-items: center; }
      .slideshow img {
        width: var(--fsb-slide-image-width); }
      .slideshow figcaption {
        width: calc(99.9% - var(--fsb-slide-image-width));
        text-align: left; }
        .slideshow figcaption a, .slideshow figcaption em, .slideshow figcaption a:after {
          display: block;
          margin-left: 0; }
      .slideshow .rslides_tabs {
        position: absolute;
        left: var(--fsb-slide-image-width);
        bottom: 0; } }
@media (min-width: 782px) {
  .is-template-single-business main .wp-block-column:first-child {
    flex-basis: 66% !important; }
  .is-template-single-business main .wp-block-column:last-child {
    flex-basis: 34% !important; } }

.pricing-table table {
  background: white;
  margin: 0 auto;
  border-collapse: collapse; }

.pricing-table thead,
.pricing-table tfoot {
  border: none; }

.pricing-table tfoot {
  font-weight: bold; }

.pricing-table th, .pricing-table td {
  font-size: .875rem;
  padding: .33rem 1rem;
  border: none;
  border-left: 10px solid var(--fsb-color-background); }
  .pricing-table th:first-child, .pricing-table td:first-child {
    border-left: none; }
    .pricing-table th:first-child strong, .pricing-table td:first-child strong {
      background: #ffdc20;
      color: black;
      padding: .25em .5em;
      border-radius: 1.5em;
      margin-left: -.5em; }
  .pricing-table th:nth-child(2), .pricing-table td:nth-child(2) {
    background: var(--fsb-color-silver); }
  .pricing-table th:nth-child(3), .pricing-table td:nth-child(3) {
    background: hsl(var(--fsb-gold-h), var(--fsb-gold-s), var(--fsb-gold-b)); }

.pricing-table th {
  font-size: 1rem;
  padding: .66rem 1rem;
  border-top: 3px solid var(--fsb-color-secondary); }
  @media (min-width: 40rem) {
    .pricing-table th:nth-child(2):after, .pricing-table th:nth-child(3):after {
      content: ' Membership'; } }
.pricing-table tbody tr:first-child td {
  padding-top: 1em;
  box-shadow: inset 0 19px 14px -12px rgba(0, 0, 0, 0.2); }

.wp-block-column .mapp-layout .mapp-wrapper {
  padding-bottom: 175% !important; }

@media (max-width: 48.87rem) {
  .mapp-layout .mapp-wrapper, .wp-block-column .mapp-layout .mapp-wrapper {
    padding-bottom: 100% !important; }
  .mapp-layout.fsb-tall-map .mapp-wrapper {
    padding-bottom: 175% !important; } }

@media (min-width: 48.875rem) {
  .wp-block-column .mapp-layout {
    margin-top: var(--wp--custom--spacing--large); } }

.fsb-downtowndialogue {
  padding: 0;
  max-width: 32rem !important;
  /* Note: Background color needs to be applied via Full Site Editor */ }
  .fsb-downtowndialogue:before {
    content: '';
    display: block;
    margin: -18px auto 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url("library/images/member-icon-transp2.png") no-repeat 50% 50%;
    background-size: 39px; }
  .fsb-downtowndialogue, .fsb-downtowndialogue:before {
    background-color: inherit; }

.footer-signup div {
  background-color: inherit; }

.footer-signup .form_dd_signup div {
  background-color: transparent; }

footer.wp-block-template-part {
  text-align: center;
  color: var(--fsb-color-silver); }
  footer.wp-block-template-part nav {
    font-weight: 500; }
    footer.wp-block-template-part nav + nav {
      font-weight: 300; }
  footer.wp-block-template-part figure {
    flex-basis: 100%; }
  footer.wp-block-template-part a {
    color: inherit; }
  footer.wp-block-template-part .has-small-font-size, footer.wp-block-template-part .has-small-font-size a {
    opacity: 0.75; }

h1.wp-block-post-title,
h1.wp-block-query-title,
.entry-content > h1:first-child {
  margin-block-start: var(--wp--custom--spacing--medium) !important; }

.wp-block-post-featured-image + .wp-block-post-title, .wp-block-post-featured-image + .wp-block-query-title {
  margin-block-start: 0 !important; }

h2.wp-block-post-title {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 200; }

.has-large-font-size {
  line-height: var(--wp--custom--typography--line-height--medium); }
