/* land palette: rose */
:root {
  --global-palette1: #9b3b5a !important;
  --global-palette2: #6e2940 !important;
  --global-palette-highlight: #9b3b5a !important;
  --global-palette-highlight-alt: #6e2940 !important;
  --global-palette-btn-bg: #9b3b5a !important;
  --global-palette-btn-bg-hover: #6e2940 !important;
  --land-footer: #3d1524;
  --land-accent: #e8a0b5;
  --land-header: #1a0a10;
}
.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: #9b3b5a !important;
}
.mobile-toggle-open-container .menu-toggle-open:hover,
.mobile-toggle-open-container .menu-toggle-open:focus-visible {
  background: #6e2940 !important;
}
button, .button, .wp-block-button__link, input[type="submit"] {
  background-color: #9b3b5a !important;
  border-color: #6e2940 !important;
}
button:hover, .button:hover, input[type="submit"]:hover {
  background-color: #6e2940 !important;
}
.site-branding a.brand img.brand-replaced,
img.custom-logo.brand-replaced {
  max-height: 72px !important;
  width: auto !important;
}
