/* land palette: charcoal + gold */
:root {
  --global-palette1: #4a4a4a !important;
  --global-palette2: #2e2e2e !important;
  --global-palette-highlight: #c4a35a !important;
  --global-palette-highlight-alt: #4a4a4a !important;
  --global-palette-btn-bg: #4a4a4a !important;
  --global-palette-btn-bg-hover: #c4a35a !important;
  --land-footer: #121212;
  --land-accent: #c4a35a;
  --land-header: #0d0d0d;
}
.site-top-footer-wrap .site-footer-row-container-inner,
.site-bottom-footer-wrap .site-footer-row-container-inner {
  background: var(--land-footer) !important;
}
#masthead,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
  background: var(--land-header) !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  color: var(--land-accent) !important;
}
.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-open:focus {
  background: #4a4a4a !important;
}
.mobile-toggle-open-container .menu-toggle-open:hover {
  background: #c4a35a !important;
  color: #111 !important;
}
button, .button, .wp-block-button__link, input[type="submit"] {
  background-color: #4a4a4a !important;
  border-color: #2e2e2e !important;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #c4a35a !important;
  color: #111 !important;
}
.site-branding a.brand img.brand-replaced,
img.custom-logo.brand-replaced {
  max-height: 72px !important;
  width: auto !important;
}
