@charset "UTF-8";
/*
Theme Name: Skyline Social & Games
Author: Michael G. Swanson
Author URI: https://swanson.run
Description: WordPress FSE/Block Editor theme for Skyline Social & Games
Version: 1.0.47
Text Domain: mgs-skyline
*/
@font-face {
  font-family: "AmerCap";
  src: url("fonts/AmericanCaptain.woff2") format("woff2"), url("fonts/AmericanCaptain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSansReg.woff2") format("woff2"), url("fonts/PTSansReg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSansBld.woff2") format("woff2"), url("fonts/PTSansBld.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
html body {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  color: #ffffff;
  background-color: #000000;
  font-size: 20px;
  font-family: "PTSans", sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 0.82em;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  font-family: "AmerCap", sans-serif;
  text-wrap: balance;
}

h1 {
  font-size: 3em;
  position: relative;
  z-index: 1;
  margin: 0 0 0.5em 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

h2 {
  font-size: 2.4em;
  margin: 1.2em 0 0.5em 0;
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
  position: relative;
  z-index: 1;
}

h3 {
  font-size: 2em;
  margin: 1.2em 0 0.5em 0;
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
  line-height: 0.9em;
}

h4 {
  font-size: 1.3em;
  margin: 1.2em 0 0.5em 0;
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
  line-height: 0.9em;
}

h5 {
  font-size: 1.1em;
  margin: 1.2em 0 0.5em 0;
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
}

/* Fix top margin on block headings when they are the first child of a block container (e.g., group, column, etc.) */
:root :where(.wp-block-column-is-layout-flow) > .wp-block-heading:first-child,
:root :where(.is-layout-flow) > .wp-block-heading:first-child {
  -webkit-margin-before: unset;
          margin-block-start: unset;
}

:root :where(.wp-block-column-is-layout-flow) > * + .wp-block-heading,
:root :where(.is-layout-flow) > * + .wp-block-heading {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

p, li {
  text-wrap: balance;
}

a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  color: #5A462E;
}
a:active, a:hover, a:focus {
  color: #7A5D3B;
  text-decoration: underline;
}
a.arrow {
  font-family: "AmerCap", sans-serif;
  font-weight: normal;
}
a.arrow:after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-weight: 900;
  display: inline-block;
  margin-left: 0.7em;
  margin-right: -1.5em;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
a.arrow:hover, a.arrow:focus, a.arrow:active {
  text-decoration: none;
}
a.arrow:hover:after, a.arrow:focus:after, a.arrow:active:after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

a.button, a.wp-element-button,
.gform_wrapper input[type=submit],
.gform_wrapper input[type=button],
.gform_wrapper input[type=reset],
.gform_wrapper button[type=submit],
.gform_wrapper button[type=button],
.gform_wrapper button[type=reset] {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45em;
  background: #7A5D3B;
  color: #ffffff;
  padding: 1rem 2rem !important;
  line-height: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AmerCap", sans-serif !important;
  font-weight: 400;
  border-radius: 8px;
  font-size: 20px !important;
  white-space: nowrap;
  border: 2px solid #7A5D3B;
}
a.button::after, a.wp-element-button::after,
.gform_wrapper input[type=submit]::after,
.gform_wrapper input[type=button]::after,
.gform_wrapper input[type=reset]::after,
.gform_wrapper button[type=submit]::after,
.gform_wrapper button[type=button]::after,
.gform_wrapper button[type=reset]::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
a.button:hover, a.button:focus, a.button:active, a.wp-element-button:hover, a.wp-element-button:focus, a.wp-element-button:active,
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus,
.gform_wrapper input[type=submit]:active,
.gform_wrapper input[type=button]:hover,
.gform_wrapper input[type=button]:focus,
.gform_wrapper input[type=button]:active,
.gform_wrapper input[type=reset]:hover,
.gform_wrapper input[type=reset]:focus,
.gform_wrapper input[type=reset]:active,
.gform_wrapper button[type=submit]:hover,
.gform_wrapper button[type=submit]:focus,
.gform_wrapper button[type=submit]:active,
.gform_wrapper button[type=button]:hover,
.gform_wrapper button[type=button]:focus,
.gform_wrapper button[type=button]:active,
.gform_wrapper button[type=reset]:hover,
.gform_wrapper button[type=reset]:focus,
.gform_wrapper button[type=reset]:active {
  background: #F0EEE2;
  border-color: #5A462E;
  color: #5A462E;
}
a.button:hover::after, a.button:focus::after, a.button:active::after, a.wp-element-button:hover::after, a.wp-element-button:focus::after, a.wp-element-button:active::after,
.gform_wrapper input[type=submit]:hover::after,
.gform_wrapper input[type=submit]:focus::after,
.gform_wrapper input[type=submit]:active::after,
.gform_wrapper input[type=button]:hover::after,
.gform_wrapper input[type=button]:focus::after,
.gform_wrapper input[type=button]:active::after,
.gform_wrapper input[type=reset]:hover::after,
.gform_wrapper input[type=reset]:focus::after,
.gform_wrapper input[type=reset]:active::after,
.gform_wrapper button[type=submit]:hover::after,
.gform_wrapper button[type=submit]:focus::after,
.gform_wrapper button[type=submit]:active::after,
.gform_wrapper button[type=button]:hover::after,
.gform_wrapper button[type=button]:focus::after,
.gform_wrapper button[type=button]:active::after,
.gform_wrapper button[type=reset]:hover::after,
.gform_wrapper button[type=reset]:focus::after,
.gform_wrapper button[type=reset]:active::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
a.button.dark, a.wp-element-button.dark,
.gform_wrapper input[type=submit].dark,
.gform_wrapper input[type=button].dark,
.gform_wrapper input[type=reset].dark,
.gform_wrapper button[type=submit].dark,
.gform_wrapper button[type=button].dark,
.gform_wrapper button[type=reset].dark {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.dark a.button, .dark a.wp-element-button,
.dark .gform_wrapper input[type=submit],
.dark .gform_wrapper input[type=button],
.dark .gform_wrapper input[type=reset],
.dark .gform_wrapper button[type=submit],
.dark .gform_wrapper button[type=button],
.dark .gform_wrapper button[type=reset] {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
a.button.secondary, a.wp-element-button.secondary,
.gform_wrapper input[type=submit].secondary,
.gform_wrapper input[type=button].secondary,
.gform_wrapper input[type=reset].secondary,
.gform_wrapper button[type=submit].secondary,
.gform_wrapper button[type=button].secondary,
.gform_wrapper button[type=reset].secondary {
  background: #F0EEE2;
  color: #5A462E;
  border: 1px solid #5A462E;
}
a.button.secondary:hover, a.button.secondary:focus, a.button.secondary:active, a.wp-element-button.secondary:hover, a.wp-element-button.secondary:focus, a.wp-element-button.secondary:active,
.gform_wrapper input[type=submit].secondary:hover,
.gform_wrapper input[type=submit].secondary:focus,
.gform_wrapper input[type=submit].secondary:active,
.gform_wrapper input[type=button].secondary:hover,
.gform_wrapper input[type=button].secondary:focus,
.gform_wrapper input[type=button].secondary:active,
.gform_wrapper input[type=reset].secondary:hover,
.gform_wrapper input[type=reset].secondary:focus,
.gform_wrapper input[type=reset].secondary:active,
.gform_wrapper button[type=submit].secondary:hover,
.gform_wrapper button[type=submit].secondary:focus,
.gform_wrapper button[type=submit].secondary:active,
.gform_wrapper button[type=button].secondary:hover,
.gform_wrapper button[type=button].secondary:focus,
.gform_wrapper button[type=button].secondary:active,
.gform_wrapper button[type=reset].secondary:hover,
.gform_wrapper button[type=reset].secondary:focus,
.gform_wrapper button[type=reset].secondary:active {
  background: #5A462E;
  color: #ffffff;
  border-color: #5A462E;
}
a.button.outline, a.wp-element-button.outline,
.gform_wrapper input[type=submit].outline,
.gform_wrapper input[type=button].outline,
.gform_wrapper input[type=reset].outline,
.gform_wrapper button[type=submit].outline,
.gform_wrapper button[type=button].outline,
.gform_wrapper button[type=reset].outline {
  background: transparent;
  color: #7A5D3B;
  border: 2px solid #7A5D3B;
}
a.button.outline:hover, a.button.outline:focus, a.button.outline:active, a.wp-element-button.outline:hover, a.wp-element-button.outline:focus, a.wp-element-button.outline:active,
.gform_wrapper input[type=submit].outline:hover,
.gform_wrapper input[type=submit].outline:focus,
.gform_wrapper input[type=submit].outline:active,
.gform_wrapper input[type=button].outline:hover,
.gform_wrapper input[type=button].outline:focus,
.gform_wrapper input[type=button].outline:active,
.gform_wrapper input[type=reset].outline:hover,
.gform_wrapper input[type=reset].outline:focus,
.gform_wrapper input[type=reset].outline:active,
.gform_wrapper button[type=submit].outline:hover,
.gform_wrapper button[type=submit].outline:focus,
.gform_wrapper button[type=submit].outline:active,
.gform_wrapper button[type=button].outline:hover,
.gform_wrapper button[type=button].outline:focus,
.gform_wrapper button[type=button].outline:active,
.gform_wrapper button[type=reset].outline:hover,
.gform_wrapper button[type=reset].outline:focus,
.gform_wrapper button[type=reset].outline:active {
  background: #7A5D3B;
  color: #ffffff;
  border-color: #7A5D3B;
}
a.button.small, a.wp-element-button.small,
.gform_wrapper input[type=submit].small,
.gform_wrapper input[type=button].small,
.gform_wrapper input[type=reset].small,
.gform_wrapper button[type=submit].small,
.gform_wrapper button[type=button].small,
.gform_wrapper button[type=reset].small {
  padding: 0.4rem 0.8rem !important;
  border-radius: 4px;
}
a.button.small::after, a.wp-element-button.small::after,
.gform_wrapper input[type=submit].small::after,
.gform_wrapper input[type=button].small::after,
.gform_wrapper input[type=reset].small::after,
.gform_wrapper button[type=submit].small::after,
.gform_wrapper button[type=button].small::after,
.gform_wrapper button[type=reset].small::after {
  display: none;
}
a.button.backlink, a.wp-element-button.backlink,
.gform_wrapper input[type=submit].backlink,
.gform_wrapper input[type=button].backlink,
.gform_wrapper input[type=reset].backlink,
.gform_wrapper button[type=submit].backlink,
.gform_wrapper button[type=button].backlink,
.gform_wrapper button[type=reset].backlink {
  margin-bottom: 2rem;
}
a.button.backlink::before, a.wp-element-button.backlink::before,
.gform_wrapper input[type=submit].backlink::before,
.gform_wrapper input[type=button].backlink::before,
.gform_wrapper input[type=reset].backlink::before,
.gform_wrapper button[type=submit].backlink::before,
.gform_wrapper button[type=button].backlink::before,
.gform_wrapper button[type=reset].backlink::before {
  content: "\f048";
  font: var(--fa-font-solid);
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media only screen and (min-width: 1024px) {
  a.button:not(.small), a.wp-element-button:not(.small),
  .gform_wrapper input[type=submit]:not(.small),
  .gform_wrapper input[type=button]:not(.small),
  .gform_wrapper input[type=reset]:not(.small),
  .gform_wrapper button[type=submit]:not(.small),
  .gform_wrapper button[type=button]:not(.small),
  .gform_wrapper button[type=reset]:not(.small) {
    padding: 1rem 3.5rem !important;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  a.button:not(.small):not(.narrow), a.wp-element-button:not(.small):not(.narrow),
  .gform_wrapper input[type=submit]:not(.small):not(.narrow),
  .gform_wrapper input[type=button]:not(.small):not(.narrow),
  .gform_wrapper input[type=reset]:not(.small):not(.narrow),
  .gform_wrapper button[type=submit]:not(.small):not(.narrow),
  .gform_wrapper button[type=button]:not(.small):not(.narrow),
  .gform_wrapper button[type=reset]:not(.small):not(.narrow) {
    padding: 1.2rem 6rem !important;
    font-size: 1.1rem;
  }
}
a.button strong, a.wp-element-button strong,
.gform_wrapper input[type=submit] strong,
.gform_wrapper input[type=button] strong,
.gform_wrapper input[type=reset] strong,
.gform_wrapper button[type=submit] strong,
.gform_wrapper button[type=button] strong,
.gform_wrapper button[type=reset] strong {
  display: block;
  width: 100%;
  background: yellow;
  font-size: 0.8em;
}

nav.cta-menu {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: relative;
  display: inline-block;
  z-index: 20;
  background: #7A5D3B;
  color: #ffffff;
  border: 2px solid #7A5D3B;
  border-radius: 8px;
}
nav.cta-menu.dark {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
nav.cta-menu:has(.menu-label[aria-expanded=true]) {
  border-color: #5A462E;
  border-radius: 8px 8px 0 0;
}
nav.cta-menu:has(.menu-label:hover), nav.cta-menu:has(.menu-label:focus) {
  background: #F0EEE2;
  border-color: #5A462E;
  color: #5A462E;
}
nav.cta-menu .menu-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45em;
  background: none;
  color: inherit;
  padding: 1rem 2rem;
  line-height: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AmerCap", sans-serif;
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
nav.cta-menu .menu-label .fa-caret-down {
  font-size: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: top;
}
nav.cta-menu .menu-label[aria-expanded=true] .fa-caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav.cta-menu .menu-label:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media only screen and (min-width: 1024px) {
  nav.cta-menu .menu-label {
    padding: 1rem 3.5rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  nav.cta-menu .menu-label {
    padding: 1.2rem 6rem !important;
  }
}
nav.cta-menu > ul {
  position: absolute;
  display: block;
  top: 100%;
  left: -1.5px;
  right: -1.5px;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
  background: #F0EEE2;
  border: 2px solid #5A462E;
  border-top: none;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
}
nav.cta-menu > ul::after {
  content: "\f063";
  font: var(--fa-font-solid);
  font-weight: 900;
  font-size: 0.75em;
  line-height: 2rem;
  display: block;
  text-align: center;
  height: 0;
  overflow: hidden;
  color: #7A5D3B;
  pointer-events: none;
  position: sticky;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, #F0EEE2));
  background: linear-gradient(to bottom, transparent, #F0EEE2 55%);
  -webkit-transition: height 0.15s ease, opacity 0.15s ease;
  transition: height 0.15s ease, opacity 0.15s ease;
  opacity: 0;
}
nav.cta-menu > ul.has-more-below::after {
  height: 2rem;
  opacity: 1;
}
nav.cta-menu > ul li {
  margin: 0;
  padding: 0;
}
nav.cta-menu > ul li:before {
  display: none;
}
@supports (-moz-appearance: none) {
  nav.cta-menu > ul {
    left: -2.5px;
    right: -1.5px;
  }
}
nav.cta-menu .menu-label[aria-expanded=true] + ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
nav.cta-menu > ul > li {
  border-top: 1px solid rgba(90, 70, 46, 0.3);
}
nav.cta-menu > ul > li > a,
nav.cta-menu .menu-item-inner > a,
nav.cta-menu .menu-item-inner > .submenu-toggle {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: block;
  width: 100%;
  padding: 0.7rem 2rem;
  color: #7A5D3B;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AmerCap", sans-serif;
  font-size: 20px;
  background: none;
  border: none;
  text-align: left;
}
nav.cta-menu > ul > li > a:hover, nav.cta-menu > ul > li > a:focus-visible,
nav.cta-menu .menu-item-inner > a:hover,
nav.cta-menu .menu-item-inner > a:focus-visible,
nav.cta-menu .menu-item-inner > .submenu-toggle:hover,
nav.cta-menu .menu-item-inner > .submenu-toggle:focus-visible {
  background: #7A5D3B;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
nav.cta-menu .menu-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
nav.cta-menu .menu-item-inner > a,
nav.cta-menu .menu-item-inner > .submenu-toggle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav.cta-menu .menu-item-inner .submenu-toggle {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 2rem;
  background: none;
  border: none;
  color: #7A5D3B;
  cursor: pointer;
  font-size: 20px;
}
nav.cta-menu .menu-item-inner .submenu-toggle .menu-item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
nav.cta-menu .menu-item-inner .submenu-toggle .fa-caret-down {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
nav.cta-menu .menu-item-inner .submenu-toggle[aria-expanded=true] .fa-caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav.cta-menu .menu-item-inner .submenu-toggle:hover, nav.cta-menu .menu-item-inner .submenu-toggle:focus-visible {
  background: #7A5D3B;
  color: #ffffff;
  outline: none;
}
nav.cta-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
nav.cta-menu .sub-menu li > a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: block;
  padding: 0.55rem 2rem 0.55rem 3rem;
  color: #7A5D3B;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "AmerCap", sans-serif;
  border-top: 1px solid rgba(90, 70, 46, 0.2);
}
nav.cta-menu .sub-menu li > a:hover, nav.cta-menu .sub-menu li > a:focus-visible {
  background: #7A5D3B;
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
nav.cta-menu li:has(.submenu-toggle[aria-expanded=true]) > .sub-menu {
  max-height: 600px;
}
@media only screen and (max-width: 1023px) {
  nav.cta-menu {
    width: 280px;
    max-width: 100%;
    display: block;
    margin-top: 1.5rem;
  }
  nav.cta-menu .menu-label {
    width: 100%;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  nav.cta-menu > ul,
  nav.cta-menu > ul::after,
  nav.cta-menu .sub-menu {
    -webkit-transition: none;
    transition: none;
  }
}

.is-style-outline a.wp-block-button__link {
  background: transparent;
  color: #7A5D3B;
  border: 2px solid #7A5D3B;
}
.is-style-outline a.wp-block-button__link:hover, .is-style-outline a.wp-block-button__link:focus, .is-style-outline a.wp-block-button__link:active {
  background: #7A5D3B;
  color: #ffffff;
  border-color: #7A5D3B;
}

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

figure img {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

a#skipnav {
  left: -9999px;
  position: relative;
  display: block;
  top: auto;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  z-index: -999;
  text-decoration: underline;
}
a#skipnav:focus, a#skipnav:active, a#skipnav.open {
  color: #fff;
  background-color: #000;
  left: 0;
  top: auto;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  z-index: 999;
}
a#skipnav:hover {
  color: #5A462E;
}

.vert-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pagination {
  margin: 2em auto 2em auto;
  text-align: center;
  max-width: 90%;
}
#pagination .pagination {
  padding: 0.5em 0;
  letter-spacing: -0.31em;
}
#pagination .pagination > a,
#pagination .pagination > span {
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  letter-spacing: normal;
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
  font-family: "AmerCap", sans-serif;
  line-height: 38px;
  min-width: 40px;
  height: 40px;
  color: #7A5D3B;
  margin: 0 0.1em;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.9;
  border: 2px solid #7A5D3B;
  border-radius: 10px;
}
#pagination .pagination > span.disabled {
  color: #7A5D3B;
  opacity: 0.2;
  cursor: default;
}
#pagination .pagination > a:hover {
  text-decoration: none;
  background: #5A462E;
  border-color: #5A462E;
  color: #ffffff;
  opacity: 1;
}
#pagination .pagination > span.current {
  border: none;
  background: transparent;
  text-decoration: none;
  color: #ffffff;
  background: #7A5D3B;
  opacity: 1;
}
#pagination .pagination > .prev,
#pagination .pagination > .next {
  font-weight: 800;
  font-size: 20px;
  color: #7A5D3B;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
#pagination .pagination > .prev i,
#pagination .pagination > .next i {
  font-size: 22px;
  line-height: 32px;
  vertical-align: middle;
}
#pagination .pagination > .prev:not(.disabled):hover,
#pagination .pagination > .next:not(.disabled):hover {
  background: #7A5D3B;
  border-color: #7A5D3B;
  color: #ffffff;
}

hr {
  display: block;
  margin: 3em 0 3em 0;
  border: none;
  height: 2px;
  background: #7A5D3B;
}

figure.wp-block-embed-youtube, figure.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 1.7em 0;
  aspect-ratio: 16/9;
}
figure.wp-block-embed-youtube iframe, figure.video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

figure.wp-block-embed-youtube {
  overflow: hidden;
  border-radius: 15px;
  background: #7A5D3B;
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

figure.html5-player, .html5-video-container {
  margin: 1.7em 0;
}
figure.html5-player video, .html5-video-container video {
  width: 100%;
  max-height: 100%;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.rounded-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.rounded-cols > div, .rounded-cols > section {
  border-radius: 10px;
  background: #ffffff;
  padding: 1.5rem;
}
@media (min-width: 1280px) {
  .rounded-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .rounded-cols > div:first-child, .rounded-cols > section:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
  .rounded-cols > div:last-child, .rounded-cols > section:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

ul {
  list-style-type: none;
  padding-left: 1rem;
}
ul li {
  list-style-type: none;
  position: relative;
  padding: 0.3em 0 0.3em 0.8em;
  line-height: 1.3em;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #7A5D3B;
}

details.wp-block-details {
  margin: 1.5rem 0;
  border: 2px solid #7A5D3B;
  border-radius: 10px;
  overflow: hidden;
}
details.wp-block-details > summary {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0.95rem 2.8rem 0.95rem 1.15rem;
  color: #7A5D3B;
  font-weight: bold;
  background: #ffffff;
  font-size: 1.2em;
  line-height: 1.3;
}
details.wp-block-details > summary::-webkit-details-marker {
  display: none;
}
details.wp-block-details > summary::after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "\f078";
  font: var(--fa-font-solid);
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 1.6em;
  color: #7A5D3B;
  font-size: 0.85rem;
}
details.wp-block-details > summary:hover, details.wp-block-details > summary:focus-visible {
  background: #F0EEE2;
  color: #000000;
  text-decoration: none;
  outline: none;
}
details.wp-block-details > *:not(summary) {
  margin: 0;
  padding: 1rem 1.15rem 1rem;
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
details.wp-block-details[open] {
  background: #F0EEE2;
}
details.wp-block-details[open] > summary {
  background: #F0EEE2;
  color: #000000;
  padding-bottom: 0;
}
details.wp-block-details[open] > summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
details.wp-block-details[open] > *:not(summary) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-details,
  .wp-block-details > summary,
  .wp-block-details > summary::after,
  .wp-block-details > *:not(summary) {
    -webkit-transition: none;
    transition: none;
  }
}
/* ================================
  MOBILE MENU  /  SEARCH
  ================================ */
::-webkit-search-results-button {
  -webkit-appearance: none;
}

#screen {
  -webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s linear 0.25s;
  transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0s linear 0.25s;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.menu-open #screen, .search-open #screen, body.loading #screen, body.modal #screen {
  max-height: 100%;
  -webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  visibility: visible;
  opacity: 1;
}

body.modal #screen {
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
}
body.modal.inside main > div {
  z-index: auto;
}

body.loading #screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 300;
  background: rgba(0, 0, 0, 0.8);
}
body.loading #screen:before {
  content: "\f110";
  display: block;
  position: relative;
  font-family: "Font Awesome 7 Free";
  font-size: 80px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 50%;
  margin-left: -40px;
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
}

#header-search {
  padding: 1rem;
  margin: 1.5rem 0;
}
#header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  background: #1C1B19;
}
#header-search form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
  border: none;
  color: #ffffff;
  font-size: 1em;
  background: transparent;
}
#header-search form button {
  width: 3.5rem;
  padding: 0.5rem 0;
  background: #7A5D3B;
  color: #ffffff;
  border: none;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
}
#header-search form .mgs-search-combobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header-search form .mgs-search-combobox input {
  width: 100%;
  padding: 0.5rem;
  border: none;
  color: #ffffff;
  font-size: 1em;
  background: transparent;
}

/* ================================
  FOOTER
  ================================ */
#site-footer {
  background: #000000;
  padding: 3em 0;
  color: #ffffff;
}
#site-footer a {
  color: #ffffff;
}
#site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer-logo-social figure {
  margin-bottom: 3rem;
}
#footer-logo-social figure img {
  max-width: 170px;
  height: auto;
}

ul.wp-block-social-links li:before {
  display: none;
}
ul.wp-block-social-links li {
  margin: 0;
  padding: 0 0.5rem;
}

#footer-menus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-menus ul li:before {
  display: none;
}
#footer-menus ul li {
  margin: 0;
  padding: 0;
}
#footer-menus ul a {
  display: block;
}
#footer-menus ul.footer-menu > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
#footer-menus ul.footer-menu > li.current-menu-item > a, #footer-menus ul.footer-menu > li.current-menu-parent > a, #footer-menus ul.footer-menu > li.current-menu-ancestor > a, #footer-menus ul.footer-menu > li.current_page_item > a, #footer-menus ul.footer-menu > li.current_page_parent > a, #footer-menus ul.footer-menu > li.current_page_ancestor > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#footer-menus ul.sub-menu {
  margin-top: 1em;
}
#footer-menus ul.sub-menu li {
  margin: 0.5rem 0;
}
#footer-menus ul.sub-menu li.current-menu-item > a, #footer-menus ul.sub-menu li.current_page_item > a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#site-footer a:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 -2px 0 #7A5D3B;
          box-shadow: inset 0 -2px 0 #7A5D3B;
}

#copyright {
  text-align: center;
  margin-top: 10em;
  font-size: 0.9em;
}

.colseparator {
  position: relative;
}
.colseparator:before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 0;
  width: 2px;
  height: 60%;
  background: #7A5D3B;
}

:root {
  --wp--style--global--content-size: 370px;
  --wp--style--global--wide-size: 370px;
}

.wrap, .wrap-sm, .wrap-tiny, .wrap-lg, .wrap-xl, .wrap-tiny, .wrap-xl, .wrap-xxl {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrap .wrap, .wrap-sm .wrap, .wrap-tiny .wrap, .wrap-lg .wrap, .wrap-xl .wrap, .wrap-tiny .wrap, .wrap-xl .wrap, .wrap-xxl .wrap {
  padding-left: 0;
  padding-right: 0;
}

.wrap-tiny, .wrap-sm {
  max-width: 370px !important;
}

/* ================================
  MOBILE LAYOUT - 12-unit grid
  ================================ */
.grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 24px;
}
.grid-row > [class^=grid-], .grid-row > [class*=" grid-"] {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.grid-row > .grid-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.grid-row > .grid-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.grid-row > .grid-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
.grid-row > .grid-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.grid-row > .grid-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
.grid-row > .grid-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

#site-logo img {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1279px) {
  .hidemobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0 !important;
  }
  /* content swapping for mobile */
  .flex-flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .flex-flip > * {
    width: auto !important;
  }
  .flex-flip > :first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-flip > :last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fullmobile {
    width: 100%;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 350px) {
  .grid-row > .grid-sm-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 480px) {
  .wrap, .wrap-sm, .wrap-lg, .wrap-xl, .wrap-xxl {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-tiny, .wrap-sm {
    max-width: 440px !important;
  }
  :root {
    --wp--style--global--content-size: 440px;
    --wp--style--global--wide-size: 440px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap, .wrap-md, .wrap-lg, .wrap-xl, .wrap-xxl {
    max-width: 700px;
  }
  :root {
    --wp--style--global--content-size: 700px;
    --wp--style--global--wide-size: 700px;
  }
  .wrap-sm {
    max-width: 700px !important;
  }
  .grid-row > .grid-md-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .grid-row > .grid-md-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .grid-row > .grid-md-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .grid-row > .grid-md-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .grid-row > .grid-md-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap, .wrap-lg, .wrap-xl, .wrap-xxl {
    max-width: 960px;
  }
  .hidedesktopsm {
    display: none !important;
  }
  :root {
    --wp--style--global--content-size: 960px;
    --wp--style--global--wide-size: 960px;
  }
  .grid-row > .grid-lg-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .grid-row > .grid-lg-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .grid-row > .grid-lg-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .grid-row > .grid-lg-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .grid-row > .grid-lg-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .grid-row > .grid-lg-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .grid-row > .grid-lg-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .grid-row > .grid-lg-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media only screen and (min-width: 1280px) {
  .hidedesktop {
    display: none !important;
  }
  .wrap-sm {
    max-width: 1020px;
  }
  .wrap-xl, .wrap-xxl {
    max-width: 1200px;
  }
  :root {
    --wp--style--global--content-size: 1280px;
    --wp--style--global--wide-size: 1440px;
  }
  .spacedcols-md {
    margin-left: -20px;
    margin-right: -20px;
  }
  .spacedcols-md > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*
  .spacedcols-lg, .wp-block-columns{
  	margin-left:-45px;
  	margin-right:-45px;
  	> *{
  		padding-left:45px;
  		padding-right:45px;
  	}
  }
     */
  /*
  .wp-block-columns{ 
  	margin-top: 4em;
  	margin-bottom: 4em; 
  }
     */
  .grid-row > .grid-xl-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .grid-row > .grid-xl-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .grid-row > .grid-xl-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .grid-row > .grid-xl-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .grid-row > .grid-xl-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .grid-row > .grid-xl-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .grid-row > .grid-xl-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .grid-row > .grid-xl-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .grid-row > .grid-xl-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
@media only screen and (min-width: 1500px) {
  .wrap-xxl {
    width: 1440px;
    max-width: 1440px;
  }
  :root {
    --wp--style--global--content-size: 1440px;
  }
  .grid-row > .grid-xxl-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .grid-row > .grid-xxl-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .grid-row > .grid-xxl-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .grid-row > .grid-xxl-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .grid-row > .grid-xxl-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .grid-row > .grid-xxl-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .grid-row > .grid-xxl-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .grid-row > .grid-xxl-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .grid-row > .grid-xxl-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
/* ================================
  BASE STYLES FOR MOBILE MENU
  ================================ */
/* Hide mobile-only controls on desktop */
@media only screen and (min-width: 1024px) {
  #menu-toggle,
  #close-menu,
  #submenu-back {
    display: none !important;
  }
  /* Search above the primary nav on desktop */
  #site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header-search {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 1023px) {
  /* Prevent page scroll while the menu panel is open */
  body.menu-open {
    overflow: hidden;
  }
  /* Raise the header above the dim overlay so the nav panel is never covered */
  #site-header {
    position: relative;
    z-index: 50;
    padding: 0.6em 0;
  }
  #site-header #site-logo img {
    display: block;
    max-height: 50px;
    width: auto;
  }
  /* Base reset shared by all three button controls */
  #menu-toggle,
  #close-menu,
  #submenu-back {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    padding: 0.9rem;
  }
  /* Toggle button: swap icon and label via aria-expanded — no JS needed */
  #menu-toggle {
    position: absolute;
    right: 20px;
  }
  #menu-toggle .close-icon,
  #menu-toggle .close-label {
    display: none;
  }
  #menu-toggle[aria-expanded=true] .open-icon,
  #menu-toggle[aria-expanded=true] .open-label {
    display: none;
  }
  #menu-toggle[aria-expanded=true] .close-icon,
  #menu-toggle[aria-expanded=true] .close-label {
    display: inline;
  }
  /* Close (×) button — anchored top-right inside the nav panel */
  #close-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
  }
  /* Nav panel — hidden off-screen right; slides in when menu-open is set */
  #site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    color: #ffffff;
    z-index: 60;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
    transition: visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, visibility 0s linear 0.25s;
    transition: transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  }
  #site-nav #primary-menu {
    list-style: none;
    margin: 0;
    padding: 3.75rem 1rem 0;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    /* Sub-menus are hidden in the main list; they appear only in #mobile-submenu */
  }
  #site-nav #primary-menu .sub-menu {
    display: none;
  }
  #site-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #site-nav li:before {
    display: none;
  }
  #site-nav a {
    display: block;
    padding: 0.65rem 0;
    color: #ffffff;
    text-decoration: none;
    font-family: "AmerCap", sans-serif;
    font-size: 1.25em;
  }
  #site-nav {
    /* Chevron indicates the item has a sub-menu — primary menu only */
  }
  #site-nav #primary-menu .menu-item-has-children > a {
    /*
    display: flex;
    justify-content: space-between;
    align-items: center;
    */
  }
  #site-nav #primary-menu .menu-item-has-children > a::after {
    font: var(--fa-font-solid);
    font-weight: 900;
    content: "\f0da";
    font-size: 0.75em;
    color: #7A5D3B;
    display: inline-block;
    margin-left: 0.5rem;
    margin-top: -0.1em;
    -webkit-transition: margin-left 0.15s ease, color 0.15s ease;
    transition: margin-left 0.15s ease, color 0.15s ease;
  }
  #site-nav #primary-menu .menu-item-has-children > a:hover::after {
    color: #ffffff;
    margin-left: 0.7rem;
  }
  #site-nav #locations-menu-container {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  #site-nav #locations-menu-container h4 {
    font-family: "AmerCap", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0.5rem;
  }
  #site-nav #locations-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #site-nav #locations-menu-container ul li {
    margin-bottom: 0.35rem;
    font-size: 0.9em;
  }
  body.menu-open #site-nav {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  /* Submenu panel — overlays #primary-menu when a parent item is tapped */
  #mobile-submenu {
    position: absolute;
    inset: 0;
    background: #000000;
    padding: 3.75rem 1rem 1rem;
    overflow: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  #mobile-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mobile-submenu {
    /* Parent page link — injected by JS as the first item so it remains navigable */
  }
  #mobile-submenu .menu-parent-link > a {
    font-weight: 700;
    border-bottom: 1px solid #7A5D3B;
    margin-bottom: 0.35rem;
  }
  /* "Back to Main Menu" button — anchored top-left, only visible when a submenu is open */
  #submenu-back {
    display: none;
    position: absolute;
    top: 0.9rem;
    left: 0.75rem;
    z-index: 2;
  }
  /* When a sub-menu is open: slide main list out left, sub-menu panel in from right */
  body.submenu-open #primary-menu {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body.submenu-open #mobile-submenu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.submenu-open #submenu-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.35rem;
  }
  /* Raise overlay above page content (z-index auto) but below header (z-index: 50) */
  body.menu-open #screen {
    z-index: 40;
  }
  /* Keyboard focus indicators for all interactive menu controls */
  #menu-toggle:focus-visible,
  #close-menu:focus-visible,
  #submenu-back:focus-visible,
  #site-nav a:focus-visible {
    outline: none;
    -webkit-box-shadow: inset 0 -2px 0 #7A5D3B;
            box-shadow: inset 0 -2px 0 #7A5D3B;
  }
  #locations-menu > li > a {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.3em;
  }
  #locations-menu > li > a:before {
    content: "\f3c5";
    font: var(--fa-font-solid);
    font-weight: 900;
    margin-right: 0.5em;
    color: #7A5D3B;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #locations-menu > li > ul > li > a {
    font-family: "PTSans", sans-serif;
    font-size: 1em;
    padding-left: 1.8rem;
  }
}
/* Disable slide transitions for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  #site-nav,
  #primary-menu,
  #mobile-submenu {
    -webkit-transition: none;
    transition: none;
  }
}
/* Type-ahead search */
#header-search .mgs-search-combobox [role=listbox] {
  background: #1C1B19;
  border: #000000;
}
#header-search .mgs-search-combobox [role=option] {
  border-color: #000000;
  padding: 0.6rem;
  line-height: 1.2;
}
#header-search .mgs-search-combobox [role=option][aria-selected=true], #header-search .mgs-search-combobox [role=option]:hover {
  background: #5A462E;
}
#header-search .mgs-search-combobox .mgs-result-title {
  font-size: 0.8em;
}
#header-search .mgs-search-combobox .mgs-result-desc {
  font-size: 0.6em;
}

@media only screen and (min-width: 1024px) {
  #site-header {
    height: 85px;
  }
  #site-logo a {
    display: block;
    height: 100%;
    padding-top: 8px;
  }
  #site-logo img {
    max-height: 65px;
    width: auto;
  }
  #site-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #primary-menu, #locations-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #primary-menu a, #locations-menu a {
    display: block;
    font-family: "AmerCap", sans-serif;
    color: #ffffff;
    text-decoration: none;
  }
  #primary-menu a:hover, #primary-menu a:focus, #primary-menu a:active, #locations-menu a:hover, #locations-menu a:focus, #locations-menu a:active {
    color: #ffffff;
  }
  #primary-menu li, #locations-menu li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #primary-menu li:before, #locations-menu li:before {
    display: none;
  }
  #primary-menu li > a, #locations-menu li > a {
    display: block;
    padding: 0 1em;
    height: 85px;
    line-height: 85px;
  }
  #primary-menu li:hover > a, #primary-menu li:focus-within > a, #primary-menu li.is-open > a, #locations-menu li:hover > a, #locations-menu li:focus-within > a, #locations-menu li.is-open > a {
    background: #7A5D3B;
    color: #ffffff;
  }
  #primary-menu li:hover .sub-menu, #primary-menu li:focus-within .sub-menu, #primary-menu li.is-open .sub-menu, #locations-menu li:hover .sub-menu, #locations-menu li:focus-within .sub-menu, #locations-menu li.is-open .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    margin: 0;
    padding: 0;
  }
  #primary-menu li.current-menu-item > a, #primary-menu li.current-menu-parent > a, #primary-menu li.current-menu-ancestor > a, #primary-menu li.current_page_item > a, #primary-menu li.current_page_parent > a, #primary-menu li.current_page_ancestor > a, #locations-menu li.current-menu-item > a, #locations-menu li.current-menu-parent > a, #locations-menu li.current-menu-ancestor > a, #locations-menu li.current_page_item > a, #locations-menu li.current_page_parent > a, #locations-menu li.current_page_ancestor > a {
    background: #7A5D3B;
    color: #ffffff;
  }
  #primary-menu li .sub-menu, #locations-menu li .sub-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #7A5D3B;
    padding: 1em 0;
    min-width: 250px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, -webkit-transform 0.2s ease;
  }
  #primary-menu li .sub-menu li > a, #locations-menu li .sub-menu li > a {
    padding: 1.5em 1em;
    line-height: 90%;
    height: auto;
    border-top: 1px solid #968164;
  }
  #primary-menu li .sub-menu li > a:hover, #primary-menu li .sub-menu li > a:focus, #primary-menu li .sub-menu li > a:active, #locations-menu li .sub-menu li > a:hover, #locations-menu li .sub-menu li > a:focus, #locations-menu li .sub-menu li > a:active {
    background: #5A462E;
  }
  #primary-menu li .sub-menu li:last-child > a, #locations-menu li .sub-menu li:last-child > a {
    border-bottom: none;
  }
  #primary-menu li .sub-menu li.current-menu-item > a, #primary-menu li .sub-menu li.current_page_item > a, #locations-menu li .sub-menu li.current-menu-item > a, #locations-menu li .sub-menu li.current_page_item > a {
    background: #5A462E;
  }
  #locations-menu li .sub-menu {
    left: auto;
    right: 0;
  }
  .menu-primary-menu-container {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 85px;
    margin: 0;
    padding: 0;
    background: #1C1B19;
  }
  #header-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 85px;
  }
  #header-search form .mgs-search-combobox {
    position: absolute;
    right: 100%;
    top: 0;
    height: 85px;
    background: #1C1B19;
    z-index: 20;
  }
  #header-search form input {
    position: absolute;
    right: 0;
    top: 0;
    height: 85px;
    width: 90%;
    min-width: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    opacity: 0;
    pointer-events: none;
    color: #ffffff;
    -webkit-transition: width 0.25s ease, padding 0.25s ease, opacity 0.2s ease, border-color 0.2s ease;
    transition: width 0.25s ease, padding 0.25s ease, opacity 0.2s ease, border-color 0.2s ease;
  }
  #header-search form input:focus-visible {
    border-color: #7A5D3B;
  }
  #header-search form:focus-within button {
    background-color: #5A462E;
  }
  #header-search form button {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 85px;
    height: 85px;
  }
  #header-search.is-expanded form .mgs-search-combobox {
    width: 220px;
    padding-left: 1.5rem;
    padding-right: 0.75rem;
    opacity: 1;
    pointer-events: auto;
  }
  #header-search.is-expanded form input {
    width: 220px;
    padding-left: 1.5rem;
    padding-right: 5%;
    opacity: 1;
    pointer-events: auto;
  }
  #header-search .mgs-search-combobox ul[role=listbox] {
    background: #1C1B19;
    border: #000000;
    list-style: none;
    width: calc(100% + 85px);
  }
  #header-search .mgs-search-combobox li[role=option]:before {
    display: none;
  }
  #header-search .mgs-search-combobox li[role=option] {
    border-color: #000000;
    padding: 0.6rem;
    line-height: 1.2;
    color: #ffffff;
  }
  #header-search .mgs-search-combobox li[role=option][aria-selected=true], #header-search .mgs-search-combobox li[role=option]:hover {
    background: #5A462E;
  }
  #locations-menu-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #locations-menu > li > a {
    width: 250px;
    position: relative;
    padding-left: 3rem;
  }
  #locations-menu > li > a:before {
    content: "\f3c5";
    font: var(--fa-font-solid);
    font-weight: 900;
    margin-right: 0.5em;
    color: #ffffff;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #locations-menu > li > a:after {
    content: "\f0d7";
    font: var(--fa-font-solid);
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#home-alert {
  background: #F0EEE2;
  color: #000000;
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
}
#home-alert h4 {
  font-size: 1em;
  margin: 0;
}
#home-alert p {
  margin: 0;
  font-size: 0.8em;
  line-height: 0.9em;
}
#home-alert a.button {
  margin: 0.7em 1em;
}
@media only screen and (min-width: 1024px) {
  #home-alert h4, #home-alert p {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
    vertical-align: middle;
  }
  #home-alert a.button {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.wp-block-cover h1.has-x-large-font-size,
.wp-block-cover h2.has-x-large-font-size {
  font-size: 10cqw !important;
  line-height: 0.8em;
}

.home-horiz-mods, .inside-horiz-mods {
  padding: 5em 0 0 0;
}
.home-horiz-mods h2, .inside-horiz-mods h2 {
  margin-top: 0;
  margin-bottom: 0.1em !important;
  font-size: 5em;
  line-height: 0.8em;
}
@media (max-width: 1024px) {
  .home-horiz-mods figure, .inside-horiz-mods figure {
    margin-bottom: 2em !important;
  }
}
.home-horiz-mods, .inside-horiz-mods {
  /*
  .wp-block-media-text {
      margin-bottom: 4em;
  }    
  .wp-block-media-text__content {
      padding: 1em 0 0 0;
  }
  */
}

span.circle,
span.heart,
span.underline,
span.flag {
  display: inline-block;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
span.circle:before,
span.heart:before,
span.underline:before,
span.flag:before {
  content: "";
  position: absolute;
  left: -8%;
  top: -20%;
  width: 140%;
  height: 140%;
  background-image: url("img/textaccent-circle.svg");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
span.circle.heart:before,
span.heart.heart:before,
span.underline.heart:before,
span.flag.heart:before {
  left: 82%;
  top: -70%;
  width: 80px;
  height: 100px;
  background-image: url("img/textaccent-heart.svg");
}
span.circle.underline:before,
span.heart.underline:before,
span.underline.underline:before,
span.flag.underline:before {
  left: 0;
  top: 97%;
  width: 104%;
  height: 20px;
  background-image: url("img/textaccent-underline.svg");
  z-index: -1;
  background-size: 100% 100%;
}
span.circle.flag:before,
span.heart.flag:before,
span.underline.flag:before,
span.flag.flag:before {
  left: 90%;
  top: -50%;
  background-image: url("img/textaccent-flag.svg");
  width: 80x;
  height: 80px;
}

/* Newsletter Signup Form */
.home-newsletter-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-newsletter-col1 h2 {
  font-size: 2.4em;
  margin-bottom: 1.4rem;
}

@media (max-width: 1024px) {
  .home-horiz-mods .wp-block-media-text,
  .inside-horiz-mods .wp-block-media-text,
  .inside-full-media-text.wp-block-media-text {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .home-horiz-mods .wp-block-media-text > div, .home-horiz-mods .wp-block-media-text > figure,
  .inside-horiz-mods .wp-block-media-text > div,
  .inside-horiz-mods .wp-block-media-text > figure,
  .inside-full-media-text.wp-block-media-text > div,
  .inside-full-media-text.wp-block-media-text > figure {
    width: 100% !important;
    max-width: none !important;
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
  }
  .home-horiz-mods .wp-block-media-text > figure,
  .inside-horiz-mods .wp-block-media-text > figure,
  .inside-full-media-text.wp-block-media-text > figure {
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  .home-horiz-mods .wp-block-media-text .wp-block-media-text__content,
  .inside-horiz-mods .wp-block-media-text .wp-block-media-text__content,
  .inside-full-media-text.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
}
@media (min-width: 1025px) {
  .home-horiz-mods h2,
  .inside-horiz-mods h2 {
    font-size: 4.5em;
  }
  .home-horiz-mods .wp-block-media-text__content,
  .inside-horiz-mods .wp-block-media-text__content {
    max-width: 400px;
  }
  .home-horiz-mods .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
  .inside-horiz-mods .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    padding-right: 5rem;
    max-width: calc(400px + 5rem);
  }
  .inside-full-media-text h2,
  .inside-text-media-accent .wp-block-media-text h2 {
    font-size: 4.5em;
  }
}
@media (min-width: 1280px) {
  .home-horiz-mods h2,
  .inside-horiz-mods h2 {
    font-size: 4.5em;
  }
  .home-horiz-mods .wp-block-media-text__content,
  .inside-horiz-mods .wp-block-media-text__content {
    max-width: 450px;
  }
  .home-horiz-mods,
  .inside-horiz-mods {
    /*
    .wp-block-media-text:not(.has-media-on-the-right) {
        .wp-block-media-text__content {
            max-width: calc( 450px + 5rem );
        }
    }
    */
  }
  .inside-full-media-text h2 {
    font-size: 4.5em;
  }
  .wp-block-cover h1.has-x-large-font-size,
  .wp-block-cover h2.has-x-large-font-size {
    font-size: 10rem !important;
  }
}
body.inside {
  color: #000000;
}
body.inside #maincontent {
  background-color: #ffffff;
}
body.inside .wp-block-media-text__content h2:first-child {
  margin-top: 0;
  margin-bottom: 0.8em;
}
body.inside .wp-block-media-text .wp-block-buttons {
  margin-top: 2em;
}

h1.big, h2.big {
  margin-top: 0;
  font-size: 3em !important;
}
@media (min-width: 1025px) {
  h1.big, h2.big {
    font-size: 4.5em !important;
  }
}
@media (min-width: 1280px) {
  h1.big, h2.big {
    font-size: 4.5em !important;
  }
}

/* ============ CUSTOMIZED BLOCKS / PATTERNS ============ */
.accent-lightning figure.wp-block-media-text__media {
  position: relative;
}
.accent-lightning figure.wp-block-media-text__media::before {
  content: "";
  position: absolute;
  top: calc(50% - 82.5px);
  left: -60px;
  width: 84px;
  height: 165px;
  background: url("img/imgaccent-lightning-bolt.png") no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 1024px) {
  section.inside-text-media-accent .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 1rem !important;
    padding-right: 6rem;
    margin-top: 3rem;
  }
}
@media (max-width: 1023px) {
  section.inside-text-media-accent figure {
    padding: 0 8%;
  }
  section.inside-text-media-accent figure.wp-block-media-text__media::before {
    left: -20px;
  }
  section.inside-text-media-accent .wp-block-media-text__content {
    margin-top: 3rem;
  }
}

@media (max-width: 1024px) {
  .break-lg .wp-block-media-text {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
  .break-lg .wp-block-media-text > div, .break-lg .wp-block-media-text > figure {
    width: 100% !important;
    max-width: none !important;
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
  }
  .break-lg .wp-block-media-text > figure {
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  .break-lg .wp-block-media-text .wp-block-media-text__content {
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
}
section.inside-big-button-cta h2 {
  margin-bottom: 0.8em;
}

div.inline-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
div.inline-links ul li {
  text-align: center;
}
div.inline-links ul li:before {
  display: none;
}
div.inline-links ul li a {
  text-decoration: none;
  font-family: "AmerCap", sans-serif;
  font-size: 1.3rem;
}
div.inline-links ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  div.inline-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  div.inline-links ul li {
    border-right: 2px solid #000000;
    padding: 0;
  }
  div.inline-links ul li:last-child {
    border-right: none;
  }
  div.inline-links ul li a {
    display: block;
    padding: 0 1rem;
    color: #000000;
    text-decoration: underline;
  }
  div.inline-links ul li a:hover, div.inline-links ul li a:active, div.inline-links ul li a:visited {
    color: #7A5D3B;
  }
}

.inside-full-media-text h3 {
  margin: 0 0 0.6rem 0;
  font-size: 2em;
}
.inside-full-media-text h2 {
  margin-bottom: 0.6em !important;
}
.inside-full-media-text .wp-block-media-text__media {
  min-height: 500px !important;
  /* Adjust this value to your preferred minimum height */
}
.inside-full-media-text .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image fills the space nicely without stretching */
  width: 100%;
}
.inside-full-media-text .wp-block-media-text__content {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 1280px) {
  .inside-full-media-text .wp-block-media-text__content {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    padding-right: 8rem !important;
  }
  .inside-full-media-text .wp-block-media-text__content > * {
    max-width: 500px;
  }
  .inside-full-media-text .wp-block-media-text__content:first-child > * {
    margin-left: auto;
    padding-left: 2rem;
  }
}

.inside-feedback-form h3 {
  margin: 0 0 0.6rem 0;
  font-size: 2em;
}
.inside-feedback-form h2 {
  margin-bottom: 1rem;
}

.inside-inline-cta a {
  text-decoration: underline;
}
.inside-inline-cta a:hover, .inside-inline-cta a:focus, .inside-inline-cta a:active {
  color: #7A5D3B;
}
.inside-inline-cta.has-accent-background-color a:hover, .inside-inline-cta.has-accent-background-color a:focus, .inside-inline-cta.has-accent-background-color a:active {
  color: #000000;
}
.inside-inline-cta p {
  font-size: 1.2em;
}
@media (min-width: 1024px) {
  .inside-inline-cta {
    text-align: center;
  }
  .inside-inline-cta h2, .inside-inline-cta p {
    display: inline-block;
    margin: 0 1rem !important;
  }
}

article.threecol-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
article.threecol-module .wp-block-buttons {
  padding-top: 2em;
  margin-top: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

aside.circle {
  background: #000000;
  color: #7A5D3B;
  text-align: center;
  padding: 5rem 1rem;
  font-family: "AmerCap", sans-serif;
  font-size: 3.5rem;
  line-height: 0.9em;
}
@media screen and (min-width: 1024px) {
  aside.circle {
    position: relative;
    width: 330px;
    height: 330px;
    margin-top: -165px;
    margin-bottom: -165px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    rotate: 15deg;
    left: 65%;
    z-index: 10;
  }
}

ul.big {
  list-style: none;
  padding: 0;
  color: #7A5D3B;
}
ul.big li {
  font-family: "AmerCap", sans-serif;
  font-size: 1.8rem;
  line-height: 0.9em;
  margin: 0 0 0.7em 0;
  padding: 0 0 0 1.5em;
}
ul.big li:before {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}

section.location-menu-intro p.has-amer-cap-font-family > a {
  text-decoration: underline !important;
}
section.location-menu-intro p.has-amer-cap-font-family > a:hover, section.location-menu-intro p.has-amer-cap-font-family > a:active, section.location-menu-intro p.has-amer-cap-font-family > a:visited {
  color: #7A5D3B;
}

section.location-menu .wrap-xxl > .grid-row {
  border-top: 10px solid #7A5D3B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding-top: 4rem;
}
section.location-menu figure.food-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
section.location-menu figure.food-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.location-menu .location-menu-cta {
  text-align: center;
  padding: 3rem 0;
}
section.location-menu .location-menu-cta a {
  color: #000000;
  text-decoration: underline;
}
section.location-menu .location-menu-cta a:hover, section.location-menu .location-menu-cta a:active, section.location-menu .location-menu-cta a:visited {
  color: #7A5D3B;
}
@media screen and (min-width: 1280px) {
  section.location-menu .wrap-xxl > .grid-row {
    max-width: none;
    margin: 0;
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.location-menu .wrap-xxl > .grid-row > div {
    height: 100%;
    padding-top: 2.5rem;
    position: relative;
  }
  section.location-menu .wrap-xxl > .grid-row > div:first-child:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -19px;
    top: 0;
    background: #7A5D3B;
  }
  section.location-menu .wrap-xxl > .grid-row > div:last-child {
    padding-left: 2rem;
  }
  section.location-menu .wrap-xxl > .grid-row > div:last-child:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -29px;
    background: #7A5D3B;
  }
  section.location-menu .wrap-xxl > .grid-row > div.location-menu-featured {
    text-align: left;
  }
  section.location-menu h2.location-menu-title {
    text-align: right;
    width: 500px;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    position: absolute;
    right: 24px;
    top: 0rem;
    margin: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  section.location-menu .location-menu-photos {
    margin-top: 2rem;
  }
}

ul.heart-list li {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
ul.heart-list li:before {
  left: 50%;
  top: 0;
  margin-left: -37.5px;
  width: 75px;
  height: 75px;
  background: url("img/heart-accent.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  ul.heart-list {
    margin-top: 0;
  }
  ul.heart-list li {
    position: relative;
    padding-left: 90px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 25px;
  }
  ul.heart-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
  }
  ul.heart-list li h4 {
    margin: 0 0 0.4em 0;
  }
  ul.heart-list li p {
    margin: 0;
  }
}

.pagecontainer {
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--80);
}

.pagecontent.separated .wp-block-columns > div:last-child {
  position: relative;
  height: auto;
  padding-left: 30px;
}
.pagecontent.separated .wp-block-columns > div:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  height: 100%;
  background: #7A5D3B;
}
@media screen and (min-width: 1024px) {
  .pagecontent.separated .wp-block-columns {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .pagecontent.separated .wp-block-columns > div:last-child {
    padding-left: 0;
  }
  .pagecontent.separated .wp-block-columns > div:last-child:before {
    left: -60px;
  }
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
  border: 2px solid #7A5D3B;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
.search-result h4 {
  margin: 0 0 0.5em 0;
}

.steps-modules h2 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 3rem 0;
}
.steps-modules {
  counter-reset: card;
}
.steps-modules .grid-row {
  gap: 6rem 0;
}
.steps-modules article {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 7.2rem 2rem 2rem 2rem;
  text-align: center;
  counter-increment: card;
  position: relative;
}
.steps-modules article > div {
  max-width: 400px;
  margin: 0 auto;
}
.steps-modules article.highlight {
  border-color: #7A5D3B;
}
.steps-modules article::before {
  content: counter(card);
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background: url("img/card-accent-plain.svg") no-repeat center center;
  font-family: "AmerCap", sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 60px;
}
.steps-modules article::after {
  content: "\f175";
  font: var(--fa-font-solid);
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #5A462E;
}
.steps-modules article:last-child::after {
  display: none;
}
.steps-modules article h4 {
  margin: 0 0 0.8em 0;
}
@media screen and (min-width: 1024px) {
  .steps-modules.cols-2col article:nth-child(2n)::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("img/arrow-newrow.svg") no-repeat center center;
    background-size: contain;
    top: calc(50% + 5px);
    left: calc(100% + 1rem);
  }
  .steps-modules .grid-row {
    gap: 4rem 5rem;
  }
  .steps-modules article::after {
    content: "\f178";
    top: 50%;
    left: calc(100% + 2rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1500px) {
  .steps-modules.cols-3col article:nth-child(2n)::after {
    content: "\f178";
    top: 50%;
    width: auto;
    height: auto;
    left: calc(100% + 2rem);
  }
  .steps-modules.cols-3col article:nth-child(3n)::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url("img/arrow-newrow.svg") no-repeat center center;
    background-size: contain;
    top: calc(50% + 5px);
    left: calc(100% + 1rem);
  }
}

/* Custom Post Types */
.offer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #7A5D3B;
  border-radius: 8px;
  padding: 4rem 2rem 2rem 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.offer-card h3 {
  margin: 0 0 0.3em 0;
}
.offer-card .offer-type {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 0.5rem 2.5rem 0.5rem 3.5rem;
  background: #7A5D3B;
  color: #ffffff;
  font-family: "AmerCap", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(0% + 15px) 100%);
}
.offer-card .offer-thumbnail {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.offer-card .offer-value {
  font-family: "AmerCap", sans-serif;
  font-size: 1.5em;
  color: #7A5D3B;
}
.offer-card .offer-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  color: #7A5D3B;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.offer-card {
  /* Tablet & Desktop Layouts */
}
@media only screen and (min-width: 1024px) {
  .offer-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    padding: 2rem;
  }
  .offer-card .offer-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-bottom: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offer-card .offer-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offer-card .offer-type {
    right: 2rem;
  }
  .offer-card .offer-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2rem;
    text-align: right;
  }
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
  border: 2px solid #7A5D3B;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
}
.event-card .event-date-badge {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #7A5D3B;
  color: #ffffff;
  width: 75px;
  height: 75px;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.event-card .event-date-badge .badge-month {
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.event-card .event-date-badge .badge-day {
  font-size: 1.8rem;
  font-family: "AmerCap", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.event-card .event-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-card h3.event-card-title {
  font-family: "AmerCap", sans-serif;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 0.8rem 0;
  line-height: 1.1;
  letter-spacing: 0.5px;
}
.event-card h3.event-card-title a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.event-card h3.event-card-title a:hover {
  color: #7A5D3B;
}
.event-card .event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
  font-size: 1rem;
  color: #7A5D3B;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.event-card .event-meta i {
  margin-right: 6px;
  color: #ffffff;
}
.event-card .event-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
}
.event-card .event-excerpt p {
  margin: 0;
}
.event-card .event-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "PTSans", sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-card .event-link i {
  margin-left: 8px;
  font-size: 0.85rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  color: #7A5D3B;
}
.event-card .event-link:hover {
  color: #7A5D3B;
}

.single-event-container .single-event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  color: #7A5D3B;
}
.single-event-container .single-event-meta i {
  margin-right: 10px;
  color: #7A5D3B;
}
.single-event-container .single-event-thumbnail {
  margin-bottom: 2rem;
}
.single-event-container .single-event-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-event-container .single-event-content {
  margin: 2rem 0;
}

/* Tablet & Desktop Layouts */
@media only screen and (min-width: 768px) {
  .event-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
  .event-card .event-date-badge {
    margin-bottom: 0;
    width: 90px;
    height: 90px;
  }
  .event-card .event-date-badge .badge-month {
    font-size: 0.95rem;
  }
  .event-card .event-date-badge .badge-day {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  #maincontent > .wp-block-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  #menu.wp-block-media-text figure {
    min-height: 800px !important;
  }
}
.gform_wrapper,
.gform-theme--framework {
  --gf-color-primary: #7A5D3B;
  --gf-color-primary-rgb: 122, 93, 59;
  --gf-color-primary-contrast: #ffffff;
  --gf-color-primary-contrast-rgb: 255, 255, 255;
  --gf-color-primary-darker: #5A462E;
  --gf-field-gap: 0.5rem;
  --gf-group-margin: 0.5rem;
}
.gform_wrapper .gfield,
.gform-theme--framework .gfield {
  margin-bottom: 1rem !important;
}
.gform_wrapper .gform_fields,
.gform-theme--framework .gform_fields {
  row-gap: 0.5rem !important;
}
.gform_wrapper,
.gform-theme--framework {
  --gf-ctrl-label-color-primary: #000000;
  --gf-ctrl-label-color-secondary: #000000;
  --gf-ctrl-label-color-tertiary: #000000;
  --gf-ctrl-label-color-quaternary: #000000;
  --gf-ctrl-label-size: 0.75rem;
}
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label,
.gform_wrapper legend,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_consent_label,
.gform_wrapper .ginput_container_consent label,
.gform-theme--framework .gfield_label,
.gform-theme--framework .gform-field-label,
.gform-theme--framework legend,
.gform-theme--framework .ginput_complex label,
.gform-theme--framework .gfield_consent_label,
.gform-theme--framework .ginput_container_consent label {
  font-size: 1rem !important;
  font-weight: bold !important;
  letter-spacing: normal;
  text-transform: uppercase !important;
  margin-left: 0.2em !important;
}
.gform_wrapper .gfield_label.gform-field-label--type-sub,
.gform_wrapper .gform-field-label.gform-field-label--type-sub,
.gform_wrapper legend.gform-field-label--type-sub,
.gform_wrapper .ginput_complex label.gform-field-label--type-sub,
.gform_wrapper .gfield_consent_label.gform-field-label--type-sub,
.gform_wrapper .ginput_container_consent label.gform-field-label--type-sub,
.gform-theme--framework .gfield_label.gform-field-label--type-sub,
.gform-theme--framework .gform-field-label.gform-field-label--type-sub,
.gform-theme--framework legend.gform-field-label--type-sub,
.gform-theme--framework .ginput_complex label.gform-field-label--type-sub,
.gform-theme--framework .gfield_consent_label.gform-field-label--type-sub,
.gform-theme--framework .ginput_container_consent label.gform-field-label--type-sub {
  text-transform: none !important;
  margin-top: 0.1em !important;
  margin-left: 0.2em !important;
}
.gform_wrapper .gfield_required_text,
.gform-theme--framework .gfield_required_text {
  font-size: 0.72rem !important;
  text-transform: none !important;
}
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gform_wrapper textarea,
.gform-theme--framework input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gform-theme--framework textarea {
  font-size: 1.35rem !important;
  height: auto !important;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  border-width: 2px !important;
  border-color: #5A462E !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #F0EEE2 !important;
  border: 2px solid #000000 !important;
  border-radius: 6px !important;
  color: #000000 !important;
}
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.gform_wrapper textarea:focus,
.gform-theme--framework input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.gform-theme--framework textarea:focus {
  border-color: #7A5D3B !important;
}
.gform_wrapper textarea,
.gform-theme--framework textarea {
  border-radius: 4px !important;
}
.gform_wrapper textarea.small,
.gform-theme--framework textarea.small {
  height: 130px !important;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform-theme--framework input::-webkit-input-placeholder, .gform-theme--framework textarea::-webkit-input-placeholder {
  opacity: 0.45;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform-theme--framework input::-moz-placeholder, .gform-theme--framework textarea::-moz-placeholder {
  opacity: 0.45;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform-theme--framework input:-ms-input-placeholder, .gform-theme--framework textarea:-ms-input-placeholder {
  opacity: 0.45;
}
.gform_wrapper input::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder, .gform-theme--framework input::-ms-input-placeholder, .gform-theme--framework textarea::-ms-input-placeholder {
  opacity: 0.45;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform-theme--framework input::placeholder,
.gform-theme--framework textarea::placeholder {
  opacity: 0.45;
}
.gform_wrapper .ginput_container_select select,
.gform-theme--framework .ginput_container_select select {
  color: #000000 !important;
  font-family: "AmerCap", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-color: #000000 !important;
  background-color: #F0EEE2 !important;
  border-width: 2px;
  font-size: 1.35rem !important;
  height: auto !important;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  padding-left: 1.5rem !important;
  padding-right: 3rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 12px auto !important;
  border-radius: 6px !important;
}
.gform_wrapper .ginput_container_select select option,
.gform-theme--framework .ginput_container_select select option {
  background-color: #ffffff;
  color: #000000;
}
.gform_wrapper .gform_validation_errors,
.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  border: 2px solid #5A462E !important;
  color: #000000 !important;
}
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper .gform_submission_error,
.gform_wrapper .gfield--has-validation-message .gfield_validation_message,
.gform-theme--framework .gfield_validation_message,
.gform-theme--framework .validation_message,
.gform-theme--framework .gform_submission_error,
.gform-theme--framework .gfield--has-validation-message .gfield_validation_message {
  color: #000000 !important;
  font-size: 0.9rem !important;
  background-color: #f2e3b8;
  padding: 0.5rem;
  border-radius: 4px;
}

/*
.gform_wrapper .gfield--input-type-captcha{
    @include visuallyhidden;
}
*/
.gform_wrapper .grecaptcha-badge {
  z-index: 9999 !important;
}

/* Homepage Sign Up Form Customizations */
.home-signup_wrapper, .inside-feedback-form {
  /*
  .gform_required_legend {
      display: none !important;
  }    
  .gfield_required{
      display: none !important;
  }
  */
}
.home-signup_wrapper .gfield_label,
.home-signup_wrapper .gform-field-label,
.home-signup_wrapper legend,
.home-signup_wrapper .ginput_complex label,
.home-signup_wrapper .gfield_consent_label,
.home-signup_wrapper .ginput_container_consent label,
.home-signup_wrapper .gfield_description, .inside-feedback-form .gfield_label,
.inside-feedback-form .gform-field-label,
.inside-feedback-form legend,
.inside-feedback-form .ginput_complex label,
.inside-feedback-form .gfield_consent_label,
.inside-feedback-form .ginput_container_consent label,
.inside-feedback-form .gfield_description {
  color: #ffffff !important;
}
.home-signup_wrapper .gfield_description, .inside-feedback-form .gfield_description {
  margin-bottom: 1rem !important;
}
.home-signup_wrapper #req-msg, .inside-feedback-form #req-msg {
  margin: 0 0 0.5rem 0;
  font-size: 0.65em;
}
.home-signup_wrapper .gform_footer, .inside-feedback-form .gform_footer {
  margin-top: 0.5rem !important;
}
.home-signup_wrapper .gfield_required_text, .inside-feedback-form .gfield_required_text {
  color: #ffffff !important;
}

.wp-block-group.has-accent-background-color .gform-field-label--type-sub {
  color: #ffffff !important;
}
/*# sourceMappingURL=style.css.map */