div.wp-block-post-date{
		display: none;
}

/* set the header logo and tagline to appear stacked and centred when in mobile view */
@media (max-width: 600px) {
  /* 1. Stack and center logo & tagline */
  header .wp-block-column:first-child {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  header .wp-block-column:first-child > .wp-block-group {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  /* 2. Remove internal spacing to close the big gap */
  header .wp-block-column:first-child .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 4px !important;
  }
/* Override the 300px flex-basis height in vertical flex mode */
  header .wp-block-column:first-child .wp-block-group {
    flex-basis: auto !important;
    height: auto !important;
  }
  header .wp-block-site-tagline {
    text-align: center !important;
    margin: 0 !important;
  }
  /* 3. Keep Navigation Button & #estatemap on the same line below logo */
  header nav.wp-block-navigation {
    display: inline-flex !important;
    width: auto !important;
  }
  #estatemap {
    display: inline-block !important;
    width: fit-content !important;
    margin: 0 0 0 auto !important;
		padding-left: 10px;
	  padding-right: 10px;
  }
  /* Force the nav bar row to align items side-by-side */
  header .wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}

/* Hide WordPress mobile menu default 2-line SVG */
XXXX.wp-block-navigation__responsive-container-open svg {
  display: none !important;
}
/* Replace with 3-line CSS icon and add spacing */
XXXX.wp-block-navigation__responsive-container-open {
  width: 24px;
  height: 18px;
  background: linear-gradient(
    to bottom,
    currentColor 0%, currentColor 16.66%,
    transparent 16.66%, transparent 41.66%,
    currentColor 41.66%, currentColor 58.33%,
    transparent 58.33%, transparent 83.33%,
    currentColor 83.33%, currentColor 100%
  ) !important;
}
/* Hide the default hamburger SVG icon */
.wp-block-navigation__responsive-container-open svg {
  display: none !important;
}
/* Insert "Main Menu" on two lines */
.wp-block-navigation__responsive-container-open::after {
  content: "Main Menu";
  white-space: pre;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-style: solid;
	border-width: 1px;
	padding: 1em;
}
/* create a gap between 'Main Menu' and the left edge of the viewport */
.wp-block-navigation__responsive-container-open {
  margin-leftXX: 10px !important;
  padding-leftXX: 5px !important;
}

/* Hide the mobile menu on desktop screens */
@media (min-width: 600px) {
  .hide-on-desktop {
    display: none !important;
  }
}
/* Hide the split desktop menus on mobile screens */
@media (max-width: 599px) {
  .hide-on-mobile {
    display: none !important;
  }
}
/* Workaround as the immediate boave doesn't work: Hide columns container containing the desktop menus on mobile */
@media screen and (max-width: 599px) {
  .wp-block-columns:has(nav[aria-label*="Desktop"]) {
    display: none !important;
  }
}
/* get rid of the desktop menu top margin */
:root :where(.is-layout-flow) > .hide-on-mobile{
		margin-block-start: 0 !important;
		margin-top: 0;
}
#desktopestatemap, #desktopavailableunits {
		border: 1px solid #b5a642;
		padding: 2px 8px 2px 8px;
}
/* on the desktop menu, make the middle column narrow to fit the image inside it */
/* 1. Shrink-wrap middle column to image size */
.wp-block-column.fit-image-column {
  flex: 0 0 auto !important;
  width: auto !important;
}
/* 2. Force outer columns to take exact equal remaining width */
.wp-block-columns:has(.fit-image-column) > .wp-block-column:not(.fit-image-column) {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  width: 0 !important;
}

/* add a margin around the mobile drawer menu */
.wp-block-navigation__overlay-container{
		margin: 2em 1em 1em 1em;
}
/* Indent submenu items inside the mobile drawer */
.wp-block-navigation__overlay-container .wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding-left: 2.5rem;
	margin-top: -1rem;
}
/* Control font size of submenu item links inside the mobile drawer */
.wp-block-navigation__overlay-container .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  font-size: 0.95rem; /* Adjust as needed (e.g., 14px or 0.85rem) */
}
/* Trigger the slide-down animation when the mobile menu opens */
.wp-block-navigation__responsive-container.is-menu-open {
  animation: slideDownMenu 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes slideDownMenu {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0); /* Hidden from the bottom up */
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);    /* Fully revealed */
  }
}
/* display the 'Estate Map' HTML Paragraph when in mobile view mode */
/* Display the #estatemap paragraph on mobile screens only */
@media (max-width: 600px) {
  #estatemap {
    display: block !important;
    width: fit-content;  /* Shrinks the box and border to match the text length */
    margin-left: auto;    /* Pushes the element to the right edge */
    line-height: 1.1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

/* hide header video on Estate Map Page */
body.page-id-807 div.hero-container{
		display: none;
}

/* styling for rows of blocks on the home page */
div.mp-home-blocks div.wp-block-column-is-layout-flow{
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers items vertically */
  min-height: 100px;       /* Requires a defined height */
}
div.wp-block-column-is-layout-flow h3{
	  font-weight: 700;
		text-align: center;
		font-size: 1.8em;
}
div.wp-block-column-is-layout-flow h3 a{
	  text-decoration: none;
		font-family: "Plus Jakarta Sans", sans-serif;
}
div.wp-block-column-is-layout-flow p{
		text-align: center;
		font-size: 1.3em;
		padding-left: 2em;
		padding-right: 2em;
}
div.wp-block-column-is-layout-flow p a{
	text-decoration: none;	
}
.fill-col-img,
.fill-col-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

p.home-contact-paragraph a{
		text-decoration: underline !important;
}

/* expand the home page h3 and p margins on desktop */
@media (min-width: 600px) {
  body:not(.home) .entry-content {
      margin-left: 20% !important;
      margin-right: 20% !important;
  }
}