@font-face {
  font-family: 'custom-icons';
  src: url('../icons/custom-icons.eot?69635170');
  src: url('../icons/custom-icons.eot?69635170#iefix') format('embedded-opentype'),
       url('../icons/custom-icons.woff2?69635170') format('woff2'),
       url('../icons/custom-icons.woff?69635170') format('woff'),
       url('../icons/custom-icons.ttf?69635170') format('truetype'),
       url('../icons/custom-icons.svg?69635170#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?69635170#custom-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  /*speak: never;*/

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-check:before { content: '\e800'; } /* '' */
.icon-minus:before { content: '\e801'; } /* '' */
.icon-envelop:before { content: '\e802'; } /* '' */
.icon-review-icon:before { content: '\e803'; } /* '' */
.icon-right-dir:before { content: '\e804'; } /* '' */
.icon-cancel-x:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e80b'; } /* '' */
.icon-phone:before { content: '\e80c'; } /* '' */
.icon-marker-circle:before { content: '\e80d'; } /* '' */

/** Base Styles **/
/* clean reset */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  font-size: 100%;
}
body {
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
/* end reset */

.editor-styles-wrapper :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
main {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
  max-width: 1300px;
  margin-bottom: 2rem;
  text-align: center;
}
:root :where(.editor-styles-wrapper) :where(.is-layout-flex) {
  gap: 0;
}
:where(.wp-site-blocks) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
:where(body .is-layout-constrained) > div {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-block-video {
  margin: 0 !important;
}
h1, h2, h3, h4 {
  padding: 0 0 2rem;
}
p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  font-size: var(--wp--preset--font-size--normal);
  /*letter-spacing: 0.02rem;*/
  line-height: 1.5;
}
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}
.wp-block-button a:hover {
  color: var(--wp--preset--color--base) !important;
  background: var(--wp--preset--color--secondary);
}

@media (max-width: 980px) {
  .responsive__grid {
    /*grid-template-columns: 1fr 1fr !important;*/
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .responsive__grid {
    /*grid-template-columns: 1fr !important;*/
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* grid */
._row {
  display: flex;
  flex-wrap: wrap;
}
._row-padded {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
}
._col-8 {margin: 0 1rem;width: calc(8.333% - 2rem);}
._col-17 {margin: 0 1rem;width: calc(16.666% - 2rem);}
._col-20 {margin: 0 1rem;width: calc(20% - 2rem);}
._col-25 {margin: 0 1rem;width: calc(25% - 2rem);}
._col-30 {margin: 0 1rem;width: calc(30% - 2rem);}
._col-33 {margin: 0 1rem;width: calc(33.333% - 2rem);}
._col-40 {margin: 0 1rem;width: calc(40% - 2rem);}
._col-42 {margin: 0 1rem;width: calc(41.666% - 2rem);}
._col-45 {margin: 0 1rem;width: calc(45% - 2rem);}
._col-50 {margin: 0 1rem;width: calc(50% - 2rem);}
._col-55 {margin: 0 1rem;width: calc(55% - 2rem);}
._col-58 {margin: 0 1rem;width: calc(58.333% - 2rem);}
._col-60 {margin: 0 1rem;width: calc(60% - 2rem);}
._col-67 {margin: 0 1rem;width: calc(66.666% - 2rem);}
._col-70 {margin: 0 1rem;width: calc(70% - 2rem);}
._col-75 {margin: 0 1rem;width: calc(75% - 2rem);}
._col-80 {margin: 0 1rem;width: calc(80% - 2rem);}
._col-83 {margin: 0 1rem;width: calc(83.333% - 2rem);}
._col-92 {margin: 0 1rem;width: calc(91.666% - 2rem);}
._col-100 {margin: 0 1rem;width: calc(100% - 2rem);}

._col-8w {margin: 0;width: 8.333%;}
._col-17w {margin: 0;width: 16.666%;}
._col-20w {margin: 0;width: 20%;}
._col-25w {margin: 0;width: 25%;}
._col-30w {margin: 0;width: 30%;}
._col-33w {margin: 0;width: 33.333%;}
._col-40w {margin: 0;width: 40%;}
._col-42w {margin: 0;width: 41.666%;}
._col-45w {margin: 0;width: 45%;}
._col-50w {margin: 0;width: 50%;}
._col-55w {margin: 0;width: 55%;}
._col-58w {margin: 0;width: 58.333%;}
._col-60w {margin: 0;width: 60%;}
._col-67w {margin: 0;width: 66.666%;}
._col-70w {margin: 0;width: 70%;}
._col-75w {margin: 0;width: 75%;}
._col-80w {margin: 0;width: 80%;}
._col-83w {margin: 0;width: 83.333%;}
._col-92w {margin: 0;width: 91.666%;}

._col-fill {margin: 0 1rem;flex: 1;min-width: 0;}
._v-centered {align-items: center;}
._h-centered {text-align: center;}

/** Header w/ Navigation **/
.header__topbar {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.header__topbar p {
  margin: 0 !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
.header__topbar a {
  color: var(--wp--preset--color--base);
  text-decoration: underline;
}
.main__header {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
.main__header > div:first-child {
  padding: 15px 0 !important;
}
.header-call__link {
  margin-bottom: 10px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.header-call__link a {
  padding-right: 6px;
  position: relative;
}
.header-call__link a:before {
  content: '\e80c';
  font-family: 'custom-icons';
  left: -25px;
  top: -2px;
  position: absolute;
}

.main-nav__wrapper {
  position: relative;
  z-index: 10;
  gap: 0 !important;
}
.custom-menu__trigger {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  position: relative;
  z-index: 11;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.open-icon {
  right: 0px;
  top: -6px;
  position: absolute;
  background: transparent;
  border: none;
}
button.open-icon:hover, button.open-icon:active, button.open-icon:focus {
  border-color: none;
  outline: none;
}
.open-icon {
    display: block;
    float: right;
    width: 32px;
    height: 25px;
    position: relative;
    margin: 8px 8px 0 0;
    cursor: pointer;
    z-index: 100;
}
.open-icon span {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.open-icon .menu_label {
    opacity: 0;
}
.open-icon span:nth-child(1) {
    top: 0px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    width: 100%;
    left: 0;
}
.open-icon span:nth-child(3) {
    top: 20px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    top: 8px;
}
.open-icon span:nth-child(3) {
    top: 16px;
}
.main-nav__wrapper.menu-active .open-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.main-nav__wrapper.menu-active .open-icon span:nth-child(2) {
    width: 0;
    left: 50%;
}
.main-nav__wrapper.menu-active .open-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.main-nav__wrapper.menu-active .custom-menu__trigger  {
  color: #fff;
}
.main-nav__wrapper.menu-active .open-icon span  {
  background: #fff;
}

.main-menu__wrapper {
  display: grid !important;
  grid-template-rows: 0fr; /* Starts at 0 height */
  overflow: hidden;
  opacity: 0;
  top: 35px;
  right: 0;
  width: auto;
  width: 100%;
  max-width: 350px;
  position: absolute;
  padding: 0;
  -moz-transition: opacity 0.5s ease-out, grid-template-rows 0.5s ease-out 1s;
  -webkit-transition: opacity 0.5s ease-out, grid-template-rows 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out, grid-template-rows 0.5s ease-out 1s;
}
.main-nav__wrapper.menu-active .main-menu__wrapper {
  min-width: 330px;
  grid-template-rows: 1fr !important; /* Animates smoothly to content height */
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in, grid-template-rows 1ms ease-in;
  -webkit-transition: opacity 0.5s ease-in, grid-template-rows 1ms ease-in;
  transition: opacity 0.5s ease-in, grid-template-rows 1ms ease-in;
}
nav.main__menu {
  min-height: 0;
  background: rgba(51, 89, 28, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  overflow: hidden;
}
ul.main__menu {
  padding: 40px 30px 30px;
  gap: 15px !important;
}
ul.main__menu a {
  text-decoration: none;
  /*width: 100%;*/
  line-height: 1.2;
}
ul.main__menu .has-child.open-always .wp-block-navigation__submenu-container, 
ul.main__menu .has-child.open-always.wp-block-navigation-submenu {
  background: transparent !important;
  gap: 15px !important;
}
.main__menu.wp-block-navigation a span.wp-block-navigation-item__label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  display: inline-block;
  position: relative;
}
.main__menu.wp-block-navigation a span.wp-block-navigation-item__label:before {
  content: '';
  width: 0px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main__menu.wp-block-navigation a:hover span.wp-block-navigation-item__label:before,
.main__menu.wp-block-navigation a:focus span.wp-block-navigation-item__label:before {
  width: 100%;
}
.main__menu.wp-block-navigation .wp-block-navigation__submenu-container {
  padding-right: 0 !important;
}
.main__menu.wp-block-navigation > li > ul.wp-block-navigation-submenu > li > a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  display: block;
  left: -16px;
  top: 9px;
  position: absolute;
}
.main__menu.wp-block-navigation > li > ul.wp-block-navigation-submenu > li > ul.wp-block-navigation-submenu > li > a::before {
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  display: block;
  left: -14px;
  top: 9px;
  position: absolute;
}
@media (max-width: 900px) {
  .main__header > div {
    flex-direction: column;
  }
  .main__header > div > div {
    width: 100%;
  }
  .main-nav__wrapper {
    margin-top: -18px !important;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .main-nav__wrapper.menu-active .main-menu__wrapper {
    min-width: 100%;
  }
}
@media (max-width: 380px) {
  .header-call__link {
    font-size: 18px;
  }
}

.main-col__wrapper {
  gap: 6% !important;
}
.main-col--left {
  flex: 1 !important; /* grows to fill container */
  padding: 60px 0;
}
.main-col--right {
  padding-bottom: 20px;
  flex: 0 1 400px !important; /* don't grow, don't shrink, base width 400px */
  flex-direction: column;
  position: relative;
  z-index: 2;
}
._dropdown {
  position: relative;
}
._dropdown-toggle {
  background: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*min-width: 300px;*/
  position: relative;
  transition: all 0.3s ease;
}
._dropdown__choices {
  position: absolute;
  top: 95%;
  /*left: 0;*/
  background: var(--wp--preset--color--light-gray);
  min-width: fit-content;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  /* KEY FIX: Very high z-index and positioned relative to .dropdown */
  z-index: 1000;
}
/* Show dropdown on hover */
._dropdown:hover > ._dropdown__choices {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
/* Also show on focus for accessibility */
._dropdown:focus-within > ._dropdown__choices {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

._dropdown-choice {
  display: block;
  padding: 8px 25px;
  color: var(--wp--preset--color--black);
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

._dropdown-choice:last-child {
  border-bottom: none;
}

._dropdown-choice:hover {
  background-color: var(--wp--preset--color--base);
  /*padding-left: 25px;
  color: var(--wp--preset--color--primary);*/
}
.locations__btn {
  padding-left: 70px;
  font-size: 24px;
}
.locations__btn:before {
  content: '\e80d';
  font-family: 'custom-icons';
  font-size: 36px;
  left: 22px;
  top: 11px;
  position: absolute;
}
.choices__ul {
  padding: 0;
  list-style-type: none;
}

.sidebar__box {
  margin-bottom: 30px;
  padding: 30px !important;
  background: var(--wp--preset--color--light-gray);
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.useful-links__box {
  margin-top: -80px;
}
.useful-links__box h3.wp-block-heading {
  padding-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.useful-links__box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}
.useful-links__box ul li {
  padding: 2px 0;
}
.useful-links__box ul li:first-of-type {
  padding: 0 0 2px;
}
.useful-links__box a {
  padding: 8px 5px 8px 22px;
  line-height: 1.2;
  font-size: 1.125rem;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  display: block;
  position: relative;
}
.useful-links__box a:before {
  content: '\e804';
  font-family: 'custom-icons';
  color: var(--wp--preset--color--primary);
  left: 8px;
  top: 8px;
  position: absolute;
}
.useful-links__box a:hover,
.useful-links__box a:focus {
  background: var(--wp--preset--color--base);
  border-color: #e5e5e5;
}

.sidebar-contact__box a:hover {
  color: var(--wp--preset--color--primary);
}
.sidebar-contact__box img {
  margin-bottom: 5px;
}
.sidebar-info-location-phone {
  margin: 0 !important;
  padding: 1.5rem 0 0 0;
  font-weight: 500;
  line-height: 1.2;
}
.sidebar-info-location-phone a {
  padding-left: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.sidebar-info-location-phone a:before {
  content: '\e80c';
  font-family: 'custom-icons';
  left: 0;
  position: absolute;
}
.sidebar__phone--fax {
  margin-bottom: 0 !important;
  padding: 25px 0;
  line-height: 1.5;
}
.sidebar__phone--fax strong {
  font-weight: 500;
}
.sidebar__email {
  padding-bottom: 25px;
}
.sidebar__email a {
  padding-left: 38px;
  display: inline-block;
  position: relative;
}
.sidebar__email a:before {
  content: '\e802';
  font-family: 'custom-icons';
  font-size: 1.875rem;
  left: 0;
  top: -9px;
  position: absolute;
}
@media (max-width: 1100px) {
  .main-col--right {
    flex: 0 0 33% !important;
  }
}
@media (max-width: 940px) {
  .main-col__wrapper {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 0 !important;
  }
  .main-col--left {
    flex: 0 0 100% !important;
    padding: 60px 0;
  }
  .main-col--right {
    flex: 0 0 100% !important;
  }
  .useful-links__box {
    margin-top: 0;
  }
}

.top-image__section {
  min-height: 230px;
  background: RGBA(0,0,0,0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
._content:not(:has(.top-image__section > figure)) .top-image__section:after {
  content: ''; 
  background: url(../images/florida-panhandle-3d.webp) center top no-repeat;
  background-size: contain;
  width: 908px;
  max-width: 96%;
  aspect-ratio: 227 / 65;
  display: block;
  top: 18px;
  left: 50%;
  transform: translateX(calc(-50% - 100px));
  opacity: 0.6;
  position: absolute;
}
@media (max-width: 1070px) {
  .top-image__section:after {
    max-height: 200px;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 1070px) {
  .top-image__section {
    min-height: 170px;
  }
}
@media (max-width: 500px) {
  .top-image__section {
    min-height: 100px;
  }
  .top-image__section:after {
    top: 40px;
  }
}
._content:not(:has(.top-image__section > figure)) .useful-links__box {
  margin-top: 0px !important;
}
.wp-block-post-title {
  padding-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: clamp(2.25rem, 1.8929rem + 1.1429vw, 2.75rem); /* 36px - 44px | 500px 1200px */
  line-height: clamp(2.5rem, 2.1429rem + 1.1429vw, 3rem);
  color: var(--wp--preset--color--primary);
  position: relative;
} 
.wp-block-post-title:before {
  content: '';
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--primary);
  display: block;
  left: -32px;
  top: 12px;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .wp-block-post-title:before {
    width: 19px;
    height: 19px;
    left: -22px;
    top: 14px;
  }
}
@media (max-width: 999px) {
  .wp-block-post-title:before {
    width: 16px;
    height: 16px;
    left: -20px;
    top: 12px; 
  }
}
.main-col--left h2.wp-block-heading {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: 'Inria Serif', serif;
  font-size: 1.75rem;
  font-weight: 400 !important;
  line-height: 1.3;
  color: var(--wp--preset--color--tertiary);
  position: relative;
}
.main-col--left h2.wp-block-heading:after {
  content: '';
  width: 50%;
  max-width: 400px;
  height: 1px;
  background: var(--wp--preset--color--tertiary);
  display: block;
  left: 0;
  bottom:0;
  position: absolute;
}
.main-col--left h3.wp-block-heading {
  padding-bottom: 1rem;
  font-family: 'Inria Serif', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--wp--preset--color--secondary);
}
.main-col--left strong {
  font-weight: 500;
}
.main-col--left ul {
  margin-bottom: 1rem !important;
  font-size: var(--wp--preset--font-size--normal);
}
.main-col--left a:not(.wp-element-button) {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}
.main-col--left a:not(.wp-element-button):hover,
.main-col--left a:not(.wp-element-button):focus {
  color: var(--wp--preset--color--primary);
}
.ul-2col {
  column-count: 2;
  column-gap: 2rem;
}
@media (max-width: 600px) {
  .ul-2col {
    column-count: 1;
    column-gap: 0;
  }
}

/*.wp-lightbox-overlay .scrim {
  background-color: rgba(0,0,0,0.7) !important;
}
.wp-lightbox-close-button,
.wp-lightbox-navigation-button {
  fill: var(--wp--preset--color--base) !important;
}
.wp-lightbox-overlay .screen-reader-text {
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(0%);
  height: auto;
  margin: -1px;
  overflow: hidden;
  padding: 10px 60px 20px;
  bottom: 0;
  position: absolute;
  font-weight: 300;
  font-size: 0.875rem;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 2000002;
}*/

.heading-line-above {
  padding-bottom: 6px !important;
  position: relative;
}
.heading-line-above:before {
  content: '';
  width: 240px;
  height: 1px;
  background: var(--wp--preset--color--primary);
  top: -25px;
  left: 50%;
  margin-left: -120px;
  display: block;
  position: absolute;
}
/* cta */
.contact__cta h3 {
  margin-top: 10px;
  font-size: 28px !important;
  color: var(--wp--preset--color--secondary) !important;
}
.contact__cta .wp-block-buttons {
  padding-top: 18px;
}

/* faq */
.faq__question {
  margin-bottom: 4px !important;
  padding-bottom: 0;
  font-family: 'Inria Serif', serif;
  font-size: 1.375rem;
  color: var(--wp--preset--color--secondary);
}
.faq__answer {
  padding-left: 1.5rem;
  padding-bottom: 12px;
}

/* cf7 */
.cf7__wrapper {
  font-size: 1.125rem;
}
.cf7__wrapper {
  input[type="text"],
  input[type="email"],
  textarea {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    font-size: 1.125rem;
    border-radius: 5px;
    border: 1px solid #666;
  }
  input[type="date"] {
    padding: 10px;
    font-size: 1.125rem;
    border-radius: 5px;
    border: 1px solid #666;
  }
}

/* slider customizations */
.custom-slider {
	padding:0 40px;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .slides li {
  border-radius: 8px;
  overflow: hidden;
}
.custom-slider .flex-prev {
	margin-left: -60px !important;
}
.custom-slider .flex-next {
	margin-right: -60px !important;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .flex-direction-nav a {
	box-shadow: none !important;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .flex-control-nav li a {
    box-shadow: none !important;
    background: #000 !important;
    margin: 0 5px;
    border-radius: 50%;
    opacity: 0.3;
}
.custom-slider .flexslider .flex-control-nav li a.flex-active {
    opacity: 1 !important;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .flex-control-nav {
    bottom: -25px;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .caption-wrap {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  background: black !important;
  color: white;
  opacity: 0.7;
  margin: 0;
  display: block;
  width: 100%;
  height: fit-content;
  line-height: 1.4em;
}
.custom-slider .metaslider.ms-theme-bitono .flexslider .caption-wrap .caption {
  padding: 10px 30px;
  text-align: center;
  top: auto;
  bottom: 0px;
  transform: translateY(0%);
  position: relative;
  width: 100%;
  text-shadow: none;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 600px) {
  .custom-slider {
    padding:0px !important;
  }
  .custom-slider .flex-prev {
    margin-left: -52px !important;
  }
  .custom-slider .flex-next {
    margin-right: -52px !important;
  }
}
/* gallery / lightbox adjustments */
.wp-block-gallery .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}
.wp-block-gallery .wp-element-caption {
  display: none;
}
.dL_title {
  width: calc(100% - 20vw);
  padding: 1rem 10vw;
  text-align: center;
  top: 0;
  position: absolute;
}
.dLightbox_slider img {
  border-radius: 12px;
}

/* property amenities on property page */
.property-amenities-group p {
  margin-bottom: 0 !important;
	padding: 10px 0;
}
.property-amenities-group .wp-block-columns > div:first-child {
	min-width: 120px;
	max-width: 150px;
	border-right: 1px solid #95a76e;
}
.property-amenities-group .wp-block-columns > div:last-child {
	display: flex;
	vertical-align: middle;
}
.property-amenities-group .wp-block-image {
	margin: 8px auto;
}
.property-amenities-group .wp-block-image img {
	margin: 0 auto;
}
@media (max-width: 781px) {
  .property-amenities-group .wp-block-columns {
    flex-direction: row;
  }
  .property-amenities-group .wp-block-columns > div:last-of-type {
    flex-basis: 0 !important;
  }
}
@media (max-width: 600px) {
  .property-amenities-group:after {
    content: '';
    width: 120px;
    height: 1px;
    background: var(--wp--preset--color--primary);
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .property-amenities-group .wp-block-columns {
    gap: 0;
  }
	.property-amenities-group .wp-block-columns > div:first-child {
		width: 120px;
		max-width: 120px;
		border-right: none;
	}
  .property-amenities-group .wp-block-columns > div:last-of-type {
    flex-basis: 100% !important;
  }
	.property-amenities-group .wp-block-image {
		margin: 0px auto;
	}
}

/* Container wrapper for select input to position a custom arrow icon */
.cf7-select__wrap {
  position: relative;
  display: block;
  max-width: 300px;
  min-width: 200px;
}
/* Style the select element */
.cf7__wrapper select {
  appearance: none;            /* Removes default browser/OS styling */
  -webkit-appearance: none;    /* Safari support */
  -moz-appearance: none;       /* Firefox support */
  width: 100%;
  padding: 12px 40px 12px 16px; /* Extra right padding so text doesn't overlap the arrow */
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #666;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
/* Hover and focus states */
.cf7__wrapper select:hover {
  border-color: #888888;
}
.cf7__wrapper select:focus {
  outline: none;
  border-color: #0066cc;
}
/* Create a custom arrow using a pseudo-element on the wrapper */
.cf7-select__wrap::after {
  content: "▼";
  font-size: 12px;
  color: #555555;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;        /* Allows clicking the arrow to still open the dropdown */
}
.cf7__row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.cf7__row strong {
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.cf7__col100 {
  width: 100%;
}
.cf7__col50 {
  width: calc(50% - 1rem);
}
.cf7__col25 {
  width: calc(25% - 1.5rem);
}
[class^="cf7__col"] {
  padding-bottom: 20px;
}
.cf7__required {
  font-size: 0.625rem;
  color: #f33;
}
.cf7__instruction {
  padding: 6px 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .cf7__row {
    gap: 0;
  }
  .cf7__col50 {
    width: 100%;
  }
  .cf7__col25 {
    width: 100%;
  }
}

.site-footer {
  position: relative;
}
.site-footer:after {
  content: '';
  width: 280px;
  height: 400px;
  display: block;
  opacity: 0.2;
  background-image: url(../images/palm-circle-large.webp);
  background-position: top left;
  background-repeat: no-repeat;
  right: 0;
  top: -230px;
  position: absolute;
  z-index: 2;
}
.footer__menu {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  gap: 1em;
  position: relative;
  z-index: 3;
}
.footer__menu a {
  text-decoration: none;
  position: relative;
}
.footer__menu a:after {
  content: '';
  width: 0;
  height: 1px;
  background: var(--wp--preset--color--contrast);
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__menu a:hover::after,
.footer__menu a:focus:after {
  width: 100%;
}
.footer-info__wrapper {
  background-position: center;
}
.footer-info__wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: block;
  left: 0;
  top:0;
  position: absolute;
}
.footer__info {
  color: var(--wp--preset--color--base);
  position: relative;
  z-index: 1;
}
.footer__info a {
  color: var(--wp--preset--color--base);
}
.footer__company-name {
  padding: 0 0 12px;
  margin: 8px 0 35px !important;
  font-family: 'Inria Serif', serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: flex;
  justify-content: center;
}
.footer__company-name:after {
  content: '';
  height: 1px;
  width: 50%;
  max-width: 340px;
  bottom: 0;
  background: var(--wp--preset--color--base);
  position: absolute;
}
.footer__contact--info {
  font-weight: 300;
  line-height: 1.2;
}
.footer__copyright p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.footer-link__list p {
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
}
.footer-link__list a:hover {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 600px) and (max-width: 980px) {
  .footer-col__wrapper {
    flex-wrap: wrap !important;
  }
  .footer-col__wrapper .wp-block-column.footer__col {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    min-width: calc(33.333% - 2rem) !important;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .footer-col__wrapper .wp-block-column.footer__col {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    min-width: calc(50% - 2rem) !important;
  }
}