@charset "UTF-8";
.featured-gallery {
  animation: backgroundSlideshow 28s infinite ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  position: relative;
  z-index: 0;
}
.featured-gallery::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background: url("") no-repeat, url("") no-repeat, url("") no-repeat, url("") no-repeat;
}

/* width */
::-webkit-scrollbar {
  width: 0.5em;
}

/* Track */
::-webkit-scrollbar-track {
  padding: 0.3em;
  background-color: #050507;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border: 2px solid #050507;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
}

* {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
  border-bottom: 1px solid var(--color-flw-dk-forest);
}

figure {
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .wpcf7-form * {
  color: #050507;
}
.wpcf7 .wpcf7-form {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 1.5em;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form input:not(.wpcf7-submit),
.wpcf7 .wpcf7-form textarea {
  padding: 0.5em;
  background-color: var(--color-brand-lighter);
  color: var(--color-flw-dk-forest);
  width: 100%;
  border-radius: 0;
  min-height: 50px;
  font-size: 0.8em;
}
.wpcf7 .wpcf7-form textarea {
  color: white;
  height: 84px;
  min-height: auto;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  width: 100%;
  grid-column: 1/-1;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.wpcf7 .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #050507;
  font-weight: 500;
  font-size: 0.75em;
  width: 100%;
  text-align: left;
}
.wpcf7 .wpcf7-form .fullspan {
  grid-column: 1/-1;
}

#main_contact .wpcf7-form {
  display: flex;
  gap: 1.5rem;
}
#main_contact .wpcf7-form hr {
  height: 0;
  color: #e6ebf5;
  border-top-width: 2px;
  grid-column: span 2;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}
#main_contact .wpcf7-form label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 0.95em;
  color: #050507;
  width: 100%;
}
#main_contact .wpcf7-form label .wpcf7-form-control-wrap input,
#main_contact .wpcf7-form label .wpcf7-form-control-wrap textarea,
#main_contact .wpcf7-form label .wpcf7-form-control-wrap select {
  padding: 0.45em;
  background-color: #dfeaff;
  width: 100%;
  border-radius: 0;
  min-height: 50px;
  font-size: 0.8em;
}
#main_contact .wpcf7-form label .wpcf7-form-control-wrap textarea {
  height: 84px;
  min-height: auto;
}
#main_contact .wpcf7-form label .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
#main_contact .wpcf7-form label .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
#main_contact .wpcf7-form label .wpcf7-form-control-wrap .wpcf7-list-item label input {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: start;
  align-items: start;
}
#main_contact .wpcf7-form label.full {
  grid-column: span 2;
}
#main_contact .wpcf7-form input[type=submit] {
  margin-top: 1em;
  width: 100%;
}

.animate-on-scroll {
  transition: all ease 0.45s;
  opacity: 0;
}

.animate-on-scroll.animate-in {
  opacity: 1;
}

.footer-logo img {
  width: 120px !important;
  height: auto;
}

body {
  background-color: var(--color-brand-lighter);
  line-height: 1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-image: url("/wp-content/uploads/2026/01/textured.png");
  background-attachment: fixed;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--color-flw-dk-forest);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
body .billboard-hero-title-widget h2 {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  font-weight: 300;
}
body .billboard-hero-title-widget h2 span {
  padding: 0.15em 0.5em;
  color: #050507;
  background-color: #fff;
  display: block;
  font-weight: 700;
  border-radius: 0;
}
body header {
  height: -moz-max-content;
  height: max-content;
}
body header #logo-widget img {
  width: 80%;
  max-width: 165px;
  height: auto;
  border-radius: 0;
}
body header nav #menu-main_menu li a {
  display: block;
  transition: all ease 0.1s;
  padding: 0.75em;
  font-size: 1em;
}
body header nav #menu-main_menu li a:hover {
  color: white !important;
  border-radius: 0;
}
body header nav #menu-main_menu .menu-item-has-children.active > a .nav-arrow {
  transform: rotate(180deg);
  background-color: #005327;
}
body header nav #menu-main_menu .menu-item-has-children {
  position: relative;
}
body header nav #menu-main_menu .menu-item-has-children > a {
  align-items: center;
}
body header nav #menu-main_menu .menu-item-has-children > a .nav-arrow {
  display: inline-block;
  margin-left: 0.5em;
  background-color: #3e825d;
  border-radius: 0;
  color: white;
  padding: 3px;
  min-width: 25px;
}
body header nav #menu-main_menu .menu-item-has-children > a .nav-arrow::after {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "▾";
  font-size: 1.1em;
}
body header nav #menu-main_menu .menu-item-has-children .sub-menu {
  overflow: hidden;
  display: block;
  flex-direction: column;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1000;
  max-height: 0px;
  transition: all ease 0.5s;
}
body header nav #menu-main_menu .menu-item-has-children .sub-menu li {
  width: 100%;
}
body header nav #menu-main_menu .menu-item-has-children .sub-menu li a {
  display: block;
  border-radius: 0;
  width: inherit;
  color: black;
}
body header nav #menu-main_menu .menu-item-has-children .sub-menu li a:hover {
  background-color: var(--color-flw-dk-forest);
}
body header nav #menu-main_menu .menu-item-has-children .sub-menu.active {
  max-height: 1000px;
}
body header nav #menu-main_menu .current-menu-item a {
  transition: all ease 0.1s;
  color: #fff;
}
body header nav #menu-main_menu .current-menu-item a:hover {
  background-color: #3e825d;
  color: #fff;
}
body header nav #menu-main_menu.not.toggled {
  box-shadow: none;
  max-height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
  opacity: 0;
}
body header nav #menu-main_menu.toggled {
  max-height: 700px !important;
}
body header nav .nav-trigger {
  border-radius: 0;
  background-color: var(--color-flw-dk-forest);
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
body header nav .nav-trigger:hover {
  background-color: #005327;
}
body header nav .nav-trigger .inner {
  width: 55%;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 5px;
}
body header nav .nav-trigger.toggled {
  transform: rotate(90deg);
}
body p b {
  text-wrap: balace;
}
body .pb-0 {
  padding-bottom: 0 !important;
}
body .pt-0 {
  padding-top: 0 !important;
}
body footer .rounded-xl {
  border-radius: 0px !important;
}
body footer .wp-block-heading {
  font-size: 1.45em;
  text-transform: capitalize;
  text-wrap: balance;
}
body footer #menu-main_menu-1 {
  padding-left: 1em;
  list-style: disc;
}
body footer #menu-main_menu-1 li:not(:last-child) {
  margin-bottom: 1em;
}
body footer #menu-main_menu-1 .sub-menu {
  display: none;
}

.spacer-1,
.accent-left,
.accent-right {
  width: 250px;
  height: 35px;
  background-image: url("/wp-content/uploads/2026/01/filagree-one.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.accent-left,
.accent-right {
  width: 80px;
  height: 35px;
  background-image: url("/wp-content/uploads/2026/01/filagree-right-accent.png");
  background-position: right;
}

.accent-right {
  background-image: url("/wp-content/uploads/2026/01/filagree-left-accent.png");
  background-position: left;
}

.accent-left.dk,
.accent-right.dk,
.spacer-1.dk {
  filter: brightness(100);
}

.dk-invert {
  filter: brightness(0) invert(1);
}

.button-main,
input[type=submit],
.wp-block-latest-posts__list li a {
  background-color: none;
  cursor: pointer;
  transition: all ease 0.1s;
  color: #fff;
  border-radius: 0;
  padding: 1em 2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  border: 1px solid var(--color-flw-dk-forest);
  color: var(--color-flw-dk-forest);
  font-style: italic;
}
.button-main span,
input[type=submit] span,
.wp-block-latest-posts__list li a span {
  display: none;
}
.button-main img,
input[type=submit] img,
.wp-block-latest-posts__list li a img {
  filter: invert(1);
  width: 30px;
  height: 30px;
}
.button-main:hover,
input[type=submit]:hover,
.wp-block-latest-posts__list li a:hover {
  color: white;
  background-color: var(--color-flw-dk-forest);
}

.button-main.alt {
  border: 1px solid white;
  color: white;
}
.button-main.alt:hover {
  background-color: white;
  color: var(--color-flw-dk-forest);
}

.button-main .seo-mobile-context {
  display: inline !important;
}

.button-main.has-seo-mobile-context {
  gap: 0;
}

.button-main.has-seo-mobile-context .seo-mobile-context {
  margin-left: 0.25ch;
}

#cta-widget .button-main {
  padding: 10px;
}

.wp-block-latest-posts__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.wp-block-latest-posts__list li a {
  font-size: 0.95em;
  padding: 0.75em;
  width: 100%;
  justify-content: center;
}
.wp-block-latest-posts__list li a:hover {
  background-color: #fff;
  color: #050507;
}

/* sm: ≥640px */
@media (min-width: 640px) {
  body header #logo-widget img {
    width: 100%;
    height: auto;
  }
}
/* md: ≥768px */
@media (min-width: 768px) {
  footer .footer-logo img {
    width: 200px !important;
    height: auto;
  }
  footer #menu-main_menu-1 {
    font-size: 0.7em;
    display: flex;
    flex-direction: row;
    gap: 0.75em;
  }
  footer #menu-main_menu-1 li {
    display: block;
    position: relative;
  }
  footer #menu-main_menu-1 li .sub-menu {
    display: none;
  }
  footer #menu-main_menu-1 li:not(:last-child)::after {
    content: "|";
    margin-left: 1rem;
    color: #fff;
  }
  footer #menu-main_menu-1 li:hover a {
    opacity: 1;
  }
  #main_contact .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2em;
  }
  .button-main,
  input[type=submit] {
    font-size: 1rem;
  }
  body footer .wp-block-latest-posts__list li a {
    justify-content: start;
    width: 80%;
  }
  body footer .wp-block-heading {
    font-size: 1em;
  }
  .wpcf7-form {
    align-items: start;
  }
  .wpcf7-form label {
    font-size: 0.75em;
  }
}
/* lg: ≥1024px */
@media (min-width: 1024px) {
  body {
    font-size: 22px;
  }
  body header nav #menu-main_menu.not.toggled {
    max-height: unset !important;
    overflow: unset !important;
    padding: unset !important;
    opacity: 1;
  }
  body header nav #menu-main_menu {
    transition: none !important;
  }
  body header nav #menu-main_menu li {
    position: relative;
  }
  body header nav #menu-main_menu li a {
    font-size: 0.8em;
    padding: 0.75em;
    border-radius: 0;
    display: block;
  }
  body header nav #menu-main_menu li a:hover {
    background-color: var(--color-flw-dk-forest);
  }
  body header nav #menu-main_menu .menu-item-has-children {
    position: relative;
  }
  body header nav #menu-main_menu .menu-item-has-children > a {
    align-items: center;
  }
  body header nav #menu-main_menu .menu-item-has-children > a .nav-arrow {
    display: inline-block;
    margin-left: 0.5em;
    background-color: rgba(0, 0, 0, 0.2509803922);
    border-radius: 0;
    color: white;
    padding: 0px;
    scale: 0.7;
  }
  body header nav #menu-main_menu .menu-item-has-children > a .nav-arrow::after {
    content: "▾";
  }
  body header nav #menu-main_menu .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: -moz-max-content;
    width: max-content;
    z-index: 1000;
    max-height: unset;
    border-radius: 0;
    min-width: 225px;
    overflow: hidden;
  }
  body header nav #menu-main_menu .menu-item-has-children .sub-menu li {
    width: 100%;
  }
  body header nav #menu-main_menu .menu-item-has-children .sub-menu li a {
    border-radius: 0;
    width: inherit;
  }
  body header nav #menu-main_menu .menu-item-has-children .sub-menu .current-menu-item a {
    color: white !important;
    background-color: var(--color-flw-dk-green);
  }
  body header nav #menu-main_menu .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
  body header nav #menu-main_menu .current-menu-item {
    margin-bottom: 0em;
  }
  body header nav #menu-main_menu .current-menu-item a {
    transition: all ease 0.1s;
    color: var(--color-flw-dk-forest);
    border-bottom: 0em solid white;
    font-weight: bold;
  }
  body header nav #menu-main_menu .current-menu-item a:hover {
    color: white;
    background-color: var(--color-flw-dk-forest);
    border-radius: 0;
  }
  body .button-main span,
  body input[type=submit] span {
    display: inline-block;
  }
  body .button-main img,
  body input[type=submit] img {
    filter: invert(1);
    width: 30px;
    height: 30px;
  }
  body #cta-widget .button-main {
    padding: 10px;
  }
  body footer .wp-block-latest-posts__list li a {
    justify-content: start;
    width: 80%;
  }
}
@media (min-width: 1324px) {
  body header nav #menu-main_menu li a {
    font-size: 1.1em;
  }
}
.form--intake .wpcf7 {
  width: 100%;
}
.form--intake .wpcf7-form {
  background: #fff;
  padding: 2em;
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25em;
  position: relative;
  /* ===== LABELS ===== */
}
.form--intake .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  font-size: 0.85em;
  font-weight: 500;
  color: #050507;
}
.form--intake .wpcf7-form {
  /* ===== FULL WIDTH ===== */
}
.form--intake .wpcf7-form .full,
.form--intake .wpcf7-form .fullspan {
  grid-column: 1/-1;
}
.form--intake .wpcf7-form {
  /* ===== INPUTS ===== */
}
.form--intake .wpcf7-form input:not(.wpcf7-submit),
.form--intake .wpcf7-form textarea,
.form--intake .wpcf7-form select {
  padding: 0.65em 0.75em;
  background: #dfeaff;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.85em;
  color: #050507;
  transition: all 0.2s ease;
}
.form--intake .wpcf7-form input:not(.wpcf7-submit):focus,
.form--intake .wpcf7-form textarea:focus,
.form--intake .wpcf7-form select:focus {
  outline: none;
  border-color: #009245;
  box-shadow: 0 0 0 2px rgba(0, 146, 69, 0.15);
  background: #fff;
}
.form--intake .wpcf7-form textarea {
  min-height: 110px;
  resize: vertical;
}
.form--intake .wpcf7-form {
  /* ===== RADIO / CHECKBOX ===== */
}
.form--intake .wpcf7-form .wpcf7-checkbox,
.form--intake .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.form--intake .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.form--intake .wpcf7-form .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35em;
  font-size: 0.75em;
  cursor: pointer;
}
.form--intake .wpcf7-form .wpcf7-list-item label input {
  width: auto;
}
.form--intake .wpcf7-form {
  /* ===== SUBMIT ===== */
}
.form--intake .wpcf7-form input[type=submit] {
  grid-column: 1/-1;
  width: 100%;
  padding: 0.85em;
  border-radius: 0;
  background: #009245;
  color: #fff;
  border: 1px solid #009245;
  font-weight: 600;
  transition: all ease 0.1s;
}
.form--intake .wpcf7-form input[type=submit]:hover {
  background: #005327;
  border-color: #005327;
}
.form--intake .wpcf7-form {
  /* ===== ERROR STATES (FIXED VISIBILITY) ===== */
}
.form--intake .wpcf7-form .wpcf7-not-valid {
  border: 1px solid #d9534f !important;
  background: #fff5f5;
}
.form--intake .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.7em;
  color: #d9534f;
  margin-top: 0.25em;
  display: block;
}
.form--intake .wpcf7-form {
  /* ===== RESPONSE MESSAGES ===== */
}
.form--intake .wpcf7-form .wpcf7-response-output {
  grid-column: 1/-1;
  margin-top: 1em;
  padding: 0.75em;
  border-radius: 0;
  font-size: 0.8em;
  text-align: center;
}
.form--intake .wpcf7-form form.sent .wpcf7-response-output {
  background: #e8fff1;
  border: 1px solid #009245;
  color: #009245;
}
.form--intake .wpcf7-form form.failed .wpcf7-response-output {
  background: #fdecea;
  border: 1px solid #d9534f;
  color: #a94442;
}
.form--intake .wpcf7-form {
  /* ===== SPINNER ===== */
}
.form--intake .wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.form--intake .wpcf7-form {
  /* ===== HR ===== */
}
.form--intake .wpcf7-form hr {
  grid-column: 1/-1;
  border: none;
  border-top: 1px solid #dfeaff;
  margin: 0.5em 0;
}

.form--intake .wpcf7 {
  width: 100%;
}
.form--intake .wpcf7-form {
  background: #fff;
  padding: 1.75em;
  border-radius: 0;
  border: 1px solid #dfeaff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25em;
  position: relative;
}
.form--intake .wpcf7-form label {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  font-size: 0.85em;
  font-weight: 600;
  color: #050507;
}
.form--intake .wpcf7-form .full,
.form--intake .wpcf7-form .fullspan {
  grid-column: 1/-1;
}
.form--intake .wpcf7-form input:not(.wpcf7-submit),
.form--intake .wpcf7-form textarea,
.form--intake .wpcf7-form select {
  padding: 0.7em 0.75em;
  background: #fff;
  border: 1px solid #dfeaff;
  border-radius: 0;
  font-size: 0.9em;
  line-height: 1.4;
  color: #050507;
  transition: all 0.2s ease;
}
.form--intake .wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder, .form--intake .wpcf7-form textarea::-moz-placeholder, .form--intake .wpcf7-form select::-moz-placeholder {
  opacity: 0.6;
}
.form--intake .wpcf7-form input:not(.wpcf7-submit)::placeholder,
.form--intake .wpcf7-form textarea::placeholder,
.form--intake .wpcf7-form select::placeholder {
  opacity: 0.6;
}
.form--intake .wpcf7-form input:not(.wpcf7-submit):focus,
.form--intake .wpcf7-form textarea:focus,
.form--intake .wpcf7-form select:focus {
  outline: none;
  border-color: #009245;
  box-shadow: 0 0 0 1px #009245;
}
.form--intake .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.form--intake .wpcf7-form .wpcf7-checkbox,
.form--intake .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.form--intake .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.form--intake .wpcf7-form .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4em;
  font-size: 0.8em;
}
.form--intake .wpcf7-form .wpcf7-list-item label input {
  width: auto;
  transform: scale(1.05);
}
.form--intake .wpcf7-form input[type=submit] {
  grid-column: 1/-1;
  width: 100%;
  padding: 0.85em;
  border-radius: 0;
  background: #009245;
  color: #fff;
  border: 1px solid #009245;
  font-weight: 600;
  font-size: 0.95em;
  letter-spacing: 0.02em;
  transition: all ease 0.1s;
}
.form--intake .wpcf7-form input[type=submit]:hover {
  background: #005327;
  border-color: #005327;
}
.form--intake .wpcf7-form .wpcf7-not-valid {
  border-color: #d9534f !important;
  background: #fff5f5;
}
.form--intake .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.75em;
  color: #d9534f;
  margin-top: 0.25em;
}
.form--intake .wpcf7-form .wpcf7-response-output {
  grid-column: 1/-1;
  margin-top: 1em;
  padding: 0.75em;
  border-radius: 0;
  font-size: 0.85em;
  text-align: center;
}
.form--intake .wpcf7-form form.sent .wpcf7-response-output {
  background: #e8fff1;
  border: 1px solid #009245;
  color: #009245;
}
.form--intake .wpcf7-form form.failed .wpcf7-response-output {
  background: #fdecea;
  border: 1px solid #d9534f;
  color: #a94442;
}
.form--intake .wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.form--intake .wpcf7-form hr {
  grid-column: 1/-1;
  border: none;
  border-top: 1px solid #dfeaff;
  margin: 0.5em 0;
}
@media (max-width: 768px) {
  .form--intake .wpcf7-form {
    grid-template-columns: 1fr;
    padding: 1.4em;
  }
}

@keyframes backgroundSlideshow {
  0% {
    background-image: url("");
  }
  16.66% {
    background-image: url("");
  }
  33.33% {
    background-image: url("");
  }
  50% {
    background-image: url("");
  }
  66.66% {
    background-image: url("");
  }
  83.33% {
    background-image: url("");
  }
  100% {
    background-image: url("");
  }
}/*# sourceMappingURL=styles.css.map */