/* land palette: sage */
:root {
  --global-palette1: #4a6b52 !important;
  --global-palette2: #354d3b !important;
  --global-palette-highlight: #4a6b52 !important;
  --global-palette-highlight-alt: #354d3b !important;
  --global-palette-btn-bg: #4a6b52 !important;
  --global-palette-btn-bg-hover: #354d3b !important;
  --land-footer: #1e2a1f;
  --land-accent: #a8c3a0;
  --land-header: #121a14;
}
.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: #4a6b52 !important;
}
.mobile-toggle-open-container .menu-toggle-open:hover {
  background: #354d3b !important;
}
button, .button, .wp-block-button__link, input[type="submit"] {
  background-color: #4a6b52 !important;
  border-color: #354d3b !important;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #354d3b !important;
}
.site-branding a.brand img.brand-replaced,
img.custom-logo.brand-replaced {
  max-height: 72px !important;
  width: auto !important;
}
