.wp-block-imb-interactive-map {
  --imb-bg-color: #F4EBCB;
  --imb-dot-color: #8B8B7A;
  --imb-dot-active-color: #D4A017;
  --imb-label-bg-color: #F4EBCB;
  --imb-label-text-color: #1B3A2D;
  --imb-category-text-color: #1B3A2D;
  --imb-category-active-color: #D4A017;
  --imb-label-delay: 0ms;
  background-color: transparent;
  width: 100%;
}

@media (max-width: 899px) {
  .desktop-only {
    display: none;
  }
}
.desktop-only {
  display: block;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
  text-decoration: none;
}

:root {
  --wp--preset--font-size--xxlmid: clamp(2rem, 2rem + ((1vw - 0.2rem) * 1.072), 2.5rem);
}

.font-preset-xxlmid {
  font-size: var(--wp--preset--font-size--xxlmid);
}

body {
  font-family: "Karla", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
  font-family: "Tiller", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #1B4728;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
}

.less-margin-bottom {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.5rem;
  font-size: var(--wp--preset--font-size--large);
  line-height: 140%;
}
p:last-child {
  margin-bottom: 0;
}

:where(.wp-site-blocks :focus) {
  outline: 0;
}

a {
  color: #153A1F;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #1B4728;
}

div.wp-block-group {
  padding-left: 20px;
  padding-right: 20px;
}
div.wp-block-group .wp-block-group {
  padding-left: 0;
  padding-right: 0;
}

.desktop-menu {
  display: block;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1023px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
.itinerary-template div.wp-block-group {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 781px) {
  .column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.business-blocks-template {
  -ms-grid-columns: 40% 1fr 1fr 1fr;
  grid-template-columns: 40% 1fr 1fr 1fr;
  width: 100%;
  row-gap: 48px;
}
@media (max-width: 1023px) {
  .business-blocks-template {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.business-blocks-template li .wp-block-post-featured-image {
  width: 100%;
  aspect-ratio: 373/264;
  overflow: hidden;
}
.business-blocks-template li .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.business-blocks-template li .business-category a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  position: relative;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #1B4728;
  padding: 10px 18px 10px 18px;
  border: 1px solid #2D2D2D;
  font-weight: 400;
}
.business-blocks-template li .business-title, .business-blocks-template li .field-business_name {
  color: #2F2F2F;
  font-family: "Karla", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  min-height: 3.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; /* Hide the overflowing text */
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .business-blocks-template li .business-title, .business-blocks-template li .field-business_name {
    min-height: 2.4em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (max-width: 599px) {
  .business-blocks-template li .business-title, .business-blocks-template li .field-business_name {
    min-height: auto;
    margin-top: 2px;
  }
}
.business-blocks-template li .business-title a, .business-blocks-template li .business-title span, .business-blocks-template li .field-business_name a, .business-blocks-template li .field-business_name span {
  color: #2F2F2F;
  text-decoration: none;
  text-transform: capitalize;
  pointer-events: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; /* Hide the overflowing text */
  text-overflow: ellipsis;
}
.business-blocks-template li .business-title a:hover, .business-blocks-template li .business-title span:hover, .business-blocks-template li .field-business_name a:hover, .business-blocks-template li .field-business_name span:hover {
  text-decoration: none;
  cursor: pointer;
}
.business-blocks-template li .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  line-height: 0;
  font-family: "Tiller", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}
.business-blocks-template li .cta-link a {
  background-color: transparent;
  color: #153A1F;
  padding: 12px 13px 12px 28px;
  font-size: 14px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: normal;
}
.business-blocks-template li .cta-link a:focus {
  border: none;
  outline: none;
}
.business-blocks-template li .cta-link a::before {
  background-image: url(/wp-content/uploads/2026/01/arrow-no-circle.png);
  left: 0px;
  top: 0;
  height: 24px;
  width: 24px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-position-y: 1px;
}
.business-blocks-template li .cta-link a:after {
  content: "";
  background-color: #153A1F;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  right: calc(100% - 24px);
  -webkit-transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
  transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
  top: 0;
}
.business-blocks-template li .cta-link a:hover {
  color: #F4EBCB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business-blocks-template li .cta-link a:hover img {
  margin-left: 4px;
  margin-right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.business-blocks-template li .cta-link a:hover:after {
  right: 0%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.business-blocks-template li:first-child .wp-block-post-featured-image {
  aspect-ratio: 503/275;
}
@media (max-width: 1023px) {
  .business-blocks-template li:first-child .wp-block-post-featured-image {
    aspect-ratio: 373/264;
  }
}
.business-blocks-template li:first-child .business-title, .business-blocks-template li:first-child .field-business_name {
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; /* Hide the overflowing text */
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .business-blocks-template li:first-child .business-title, .business-blocks-template li:first-child .field-business_name {
    min-height: unset;
  }
}
.business-blocks-template li:first-child .business-title span, .business-blocks-template li:first-child .field-business_name span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; /* Hide the overflowing text */
  text-overflow: ellipsis;
}

.cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-family: "Tiller", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
}
.cta-link a {
  background-color: transparent;
  color: #153A1F;
  padding: 12px 13px 12px 28px;
  font-size: 14px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  letter-spacing: normal;
}
.cta-link a:focus {
  border: none;
  outline: none;
}
.cta-link a::before {
  background-image: url(/wp-content/uploads/2026/01/arrow-no-circle.png);
  left: 0px;
  top: 0;
  height: 24px;
  width: 24px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-position-y: 1px;
}
.cta-link a:after {
  content: "";
  background-color: #153A1F;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  right: calc(100% - 25px);
  -webkit-transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
  transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
  top: 0;
}
.cta-link a:hover {
  color: #F4EBCB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-link a:hover img {
  margin-left: 4px;
  margin-right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-link a:hover:after {
  right: 0%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/*
My custom CSS styles go here

*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html:has(body.archive, body.no-large-header) {
  scroll-padding-top: 0px;
}

.rive-animation-header {
  width: 1000px;
  height: auto;
  aspect-ratio: 921/288;
}
@media (max-width: 1023px) {
  .rive-animation-header {
    display: none;
  }
}

.rive-mobile-alternative-header {
  color: #F4EBCB;
  text-shadow: 0 0 12px #000000;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1023px) {
  .rive-mobile-alternative-header {
    display: block;
  }
}

body.archive, body.no-large-header {
  background-color: #F4EBCB;
}
body.archive main, body.no-large-header main {
  top: 0px;
  margin-bottom: -19px;
}

.wp-child-theme-frenchlick .flex-column-fill {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-child-theme-frenchlick .flex-column-fill h2, .wp-child-theme-frenchlick .flex-column-fill h3, .wp-child-theme-frenchlick .flex-column-fill p, .wp-child-theme-frenchlick .flex-column-fill .wp-block-button {
  margin: 0;
}
.wp-child-theme-frenchlick .itineraries-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  padding-bottom: 1px;
  padding-left: 1px;
}
.wp-child-theme-frenchlick .itineraries-block ul li {
  width: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 28px;
  position: relative;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-child-theme-frenchlick .itineraries-block ul li .wp-block-acf-field-blocks-acf-image {
  max-width: 100px;
}
.wp-child-theme-frenchlick .itineraries-block ul li h2 {
  font-size: 20px;
  text-align: left;
  max-width: 250px;
  text-transform: uppercase;
  color: #1B4728;
  margin-bottom: 0;
  font-weight: 600;
  text-wrap-style: pretty;
  min-height: 2.4em;
  width: 100%;
}
.wp-child-theme-frenchlick .itineraries-block ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-wrap-style: pretty;
}
@media (max-width: 1200px) {
  .wp-child-theme-frenchlick .itineraries-block ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
}
@media (max-width: 782px) {
  .wp-child-theme-frenchlick .itineraries-block ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}
.wp-child-theme-frenchlick .fl-cta-button {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  background-color: #1B4728;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  font-family: "tiller";
  font-size: 16.3px;
  font-weight: 700;
  color: #F4EBCB;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 30px;
}
.wp-child-theme-frenchlick .fl-cta-button:hover {
  color: #F4EBCB;
  font-size: 17.3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-child-theme-frenchlick h2.wp-block-heading {
  font-family: "Tiller", Georgia, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 56px */
  text-transform: uppercase;
}
.wp-child-theme-frenchlick h3.section-header {
  font-family: "Tiller", Georgia, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43px */
  text-transform: uppercase;
}
.wp-child-theme-frenchlick .btn-clipped-rect a {
  padding: 26px 22px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background-color: #153A1F;
  font-family: "Tiller", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  color: #F4EBCB;
}
.wp-child-theme-frenchlick header.wp-block-template-part {
  position: sticky;
  top: 0px;
  z-index: 1000;
  width: 100%;
  background-color: #1B4728;
  padding: 0px 0 0 0;
}
.wp-child-theme-frenchlick .header-logo-animation {
  bottom: 3px;
}
.wp-child-theme-frenchlick .header-logo {
  max-width: 255px;
}
.wp-child-theme-frenchlick main {
  position: relative;
  margin-bottom: -21px;
  padding-bottom: 60px;
}
.wp-child-theme-frenchlick .tec-block__archive-events {
  margin-bottom: -19px;
  margin-top: -80px;
  padding-top: 55px;
}
.wp-child-theme-frenchlick .tribe-filter-bar-c-filter__filter-fields .select2-search {
  display: none;
}
.wp-child-theme-frenchlick header nav a span {
  text-decoration: none;
}
.wp-child-theme-frenchlick header nav a span {
  color: #F4EBCB;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  padding: 10px 15px;
  font-family: "Tiller", Georgia, serif;
}
.wp-child-theme-frenchlick .header-button {
  top: -12vh;
}
@media (max-width: 1023px) {
  .wp-child-theme-frenchlick .header-button {
    top: 0;
  }
}
@media (max-width: 599px) {
  .wp-child-theme-frenchlick .footer-main-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-child-theme-frenchlick .footer-logo {
  left: -12%;
  top: -30%;
}
@media (max-width: 599px) {
  .wp-child-theme-frenchlick .footer-logo {
    left: 0;
    top: 0;
    width: 100% !important;
    margin: auto;
  }
  .wp-child-theme-frenchlick .footer-logo canvas {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .footer-logo.wp-block-rive-animation-block {
    width: 280px !important;
    height: 134px !important;
    max-width: 100%;
    margin: auto;
  }
  .wp-child-theme-frenchlick .footer-logo .rive-canvas {
    width: 100% !important;
    height: 100% !important;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  .wp-child-theme-frenchlick a .rive-canvas {
    pointer-events: none;
  }
}
@media (max-width: 781px) {
  .wp-child-theme-frenchlick .fl-region-animation {
    width: 90% !important;
    height: auto !important;
  }
  .wp-child-theme-frenchlick .fl-region-animation canvas {
    width: 100%;
    height: auto;
  }
}
.wp-child-theme-frenchlick .imb-location .imb-dot {
  background-color: rgba(244, 235, 203, 0.3);
  border: 0.5px solid rgba(244, 235, 203, 0.6);
}
.wp-child-theme-frenchlick .imb-location .imb-label {
  font-family: "Tiller", Georgia, serif;
  font-size: 15px;
  line-height: 120%;
}
.wp-child-theme-frenchlick .imb-location.imb-location--hover .imb-dot, .wp-child-theme-frenchlick .imb-location.imb-location--active .imb-dot {
  background-color: #DB8A06;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border: 0.5px solid rgba(244, 235, 203, 0.6);
}
@media (max-width: 781px) {
  .wp-child-theme-frenchlick .imb-mobile-map-wrapper {
    width: 100vw;
    left: -20px;
  }
}
.wp-child-theme-frenchlick .tribe-events-view {
  background-color: white;
}
.wp-child-theme-frenchlick .tribe-events-view.tribe-events-view--widget-events-list {
  background-color: white;
}
.wp-child-theme-frenchlick .tribe-events-widget-events-list__header h2 {
  font-family: "Tiller", Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #153A1F !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid black !important;
  padding: 20px 0 14px 0 !important;
}
.wp-child-theme-frenchlick .tribe-events-widget-events-list__event-row {
  border-bottom: 1px solid black !important;
  padding: 20px 0 !important;
}
.wp-child-theme-frenchlick .tribe-events-widget-events-list__view-more {
  display: none;
}
.wp-child-theme-frenchlick .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: 100% !important;
}
.wp-child-theme-frenchlick .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  display: none;
}
.wp-child-theme-frenchlick .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar.tribe-events-header__top-bar {
  display: none;
}
.wp-child-theme-frenchlick .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
  margin-right: 10px;
}
.wp-child-theme-frenchlick .tribe-events .tribe-events-calendar-list__event-header {
  display: block;
}
.wp-child-theme-frenchlick .tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, .wp-child-theme-frenchlick .tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-details, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-details, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-details, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 782px) {
  .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-details, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-details, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-details, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper {
    max-width: unset;
    width: 100%;
  }
  .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper h3 a, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper h4 a, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper h3 a, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper h4 a {
  font-size: 20px;
  font-weight: 600;
  font-family: "Tiller", Georgia, serif;
  line-height: normal;
  text-transform: uppercase;
  pointer-events: none;
  text-decoration: none;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image {
    width: 125px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-description p, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description p {
  font-size: 20px;
  font-weight: 300;
  font-family: "Karla", Georgia, serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-common .tribe-common-g-col, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-common .tribe-common-g-col {
  width: unset;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-datetime-featured-icon, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-venue-address, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-datetime-featured-icon, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-venue-address {
  display: none;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-venue, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-datetime-wrapper, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-venue, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-datetime-wrapper {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  font-family: "Karla", Georgia, serif;
  font-style: normal;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link {
  margin-top: 20px;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link a, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link a, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link a, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link a {
  padding: 1px 13px 1px 28px !important;
  border: none !important;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link a:hover, .wp-child-theme-frenchlick .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link a:hover, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-widget-events-list__event-header .cta-link a:hover, .wp-child-theme-frenchlick .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .cta-link a:hover {
  border: none !important;
  color: #F4EBCB !important;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__header {
  display: none;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events {
  background-color: #F4EBCB;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 899px) {
  .wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row {
  border: solid 1px;
  padding: 40px !important;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 0;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  aspect-ratio: 137/89;
  max-width: unset;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-calendar-list__event-featured-image-wrapper img.tribe-events-calendar-list__event-featured-image {
  width: 100%;
  height: 100%;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-header h3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-header .events-date-location-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-header .tribe-events-calendar-list__event-description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.wp-child-theme-frenchlick .archive-featured .tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-header .cta-link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.wp-child-theme-frenchlick .menu-top-left .wp-block-navigation__container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-child-theme-frenchlick .menu-top-left li a span {
  padding-left: 0;
}
.wp-child-theme-frenchlick .menu-top-right .wp-block-navigation__container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-child-theme-frenchlick .menu-top-right li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item {
  min-width: 174px;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-left: 0;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation__submenu-icon svg {
  stroke: #F4EBCB;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul {
  background: #1B4728;
  border: 1px solid #4A7C59;
  border-radius: 15px;
  overflow: hidden !important;
  min-width: 230px !important;
  margin-top: 4px;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul a {
  text-decoration: none !important;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul a:hover {
  text-decoration: none !important;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul li {
  border-bottom: 1px solid #4A7C59;
  margin-bottom: 0;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul li:focus {
  outline-width: 0;
  outline-style: none;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul li:hover {
  background: #153A1F;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul li a span {
  padding: 0;
}
.wp-child-theme-frenchlick .wp-block-navigation .wp-block-navigation-item.has-child ul li a:hover {
  text-decoration: none !important;
}
.wp-child-theme-frenchlick .mobile-menu {
  height: 80px;
}
.wp-child-theme-frenchlick .mobile-menu .wp-block-navigation {
  right: 20px;
  top: 20px;
}
.wp-child-theme-frenchlick .mobile-menu .wp-block-navigation__responsive-container-open {
  color: #F4EBCB;
}
.wp-child-theme-frenchlick .wp-block-navigation__responsive-container-close {
  color: #F4EBCB;
  top: 30px;
  right: 38px;
}
.wp-child-theme-frenchlick .mobile-menu > .wp-block-group {
  height: 100%;
}
.wp-child-theme-frenchlick .mobile-menu > .wp-block-group > .wp-block-group {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.wp-child-theme-frenchlick .mobile-menu .header-logo-animation-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999999;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation {
  position: absolute;
  right: 20px;
  top: 30px;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) {
  right: 0;
  left: 0;
  width: 100%;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #1B4728;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) .wp-block-navigation__container {
  position: absolute;
  right: 20px;
  top: 90px;
  width: 100%;
  right: 0;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) .wp-block-navigation-item {
  width: 100%;
  border-radius: 0;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) .wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding: 19px 0;
  background-color: #153A1F !important;
  width: 100%;
  border-radius: 0;
  padding-left: 20px;
}
.wp-child-theme-frenchlick .mobile-menu .is-responsive.wp-block-navigation:has(.is-menu-open) .wp-block-navigation-item .wp-block-navigation__submenu-container li {
  border-bottom: none;
}
.wp-child-theme-frenchlick .yoast-breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
}
.wp-child-theme-frenchlick .yoast-breadcrumbs a {
  text-decoration: none;
  color: #2f2f2f;
}
.wp-child-theme-frenchlick .yoast-breadcrumbs .breadcrumb_last {
  font-weight: 700;
}
.wp-child-theme-frenchlick .itinerary-header-info {
  background: transparent;
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: white;
  max-width: 700px;
  pointer-events: none;
}
.wp-child-theme-frenchlick .itinerary-header-info .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: white;
}
.wp-child-theme-frenchlick .itinerary-header-info .wp-block-column p {
  font-size: 16px;
  font-family: "Tiller", Georgia, serif;
}
.wp-child-theme-frenchlick .itinerary-header-info .wp-block-column p.itinerary-header-info-value {
  font-size: 24px;
  font-family: "Karla", Georgia, serif;
  font-weight: 300;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-child-theme-frenchlick .itinerary-2col {
  gap: 97px;
}
.wp-child-theme-frenchlick .itinerary-2col h3 {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  line-height: 1;
}
.wp-child-theme-frenchlick .itinerary-2col p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}
.wp-child-theme-frenchlick .itinerary-2col .related-posts-list-grid .related-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #2f2f2f;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-child-theme-frenchlick .itinerary-2col .related-posts-list-grid .related-post-card:first-child {
  border-top: 0.5px solid #2f2f2f;
}
.wp-child-theme-frenchlick .itinerary-2col .related-posts-list-grid .related-post-card a {
  text-decoration: none;
}
.wp-child-theme-frenchlick .itinerary-2col .related-posts-list-grid .related-post-card a h3 {
  font-family: "Tiller", Georgia, serif;
  font-size: 16.3px;
  text-transform: uppercase;
  color: #1B4728;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.wp-child-theme-frenchlick .itinerary-2col .related-posts-list-grid .related-post-card p {
  font-family: "Karla", Georgia, serif;
  font-size: 16px;
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  line-height: normal;
}
.wp-child-theme-frenchlick .related-posts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card {
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  padding: 16px 68px;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-icon img {
  max-width: 200px;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: 144px;
  height: 100%;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-content h3 {
  font-family: "Tiller", Georgia, serif;
  text-transform: uppercase;
  color: #1B4728;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 100%;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-content p {
  font-family: "Karla", Georgia, serif;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-content a {
  padding: 0 16px 0 32px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-posts-grid .related-post-card .related-post-content {
    max-height: unset;
  }
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border, .wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border polygon, .wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border-mobile polygon {
  fill: none;
  stroke: #1B3A2D;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border, .wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border-mobile {
    display: none;
  }
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border-mobile {
  display: none;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-posts-grid .related-post-card .corner-border-mobile {
    display: block;
  }
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-posts-grid .related-post-card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-child-theme-frenchlick .related-posts-grid .related-post-card:nth-child(even) .corner-border, .wp-child-theme-frenchlick .related-posts-grid .related-post-card:nth-child(even) .corner-border-mobile {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-posts-grid .related-post-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 20px;
  }
}
.wp-child-theme-frenchlick .related-itinerary-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-itinerary-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card {
  position: relative;
  width: 392px;
  height: 549px;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card {
    width: 100%;
    height: auto;
  }
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-icon {
  width: 392px;
  height: 549px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-icon {
    width: 100%;
    height: auto;
  }
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: initial;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 32px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 0)), color-stop(53%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(57, 57, 57)), color-stop(28%, rgb(5, 0, 0)));
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0) 53%, rgb(57, 57, 57) 100%, rgb(5, 0, 0) 28%);
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content h3 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.96px;
  line-height: normal;
  text-wrap-style: balance;
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content .related-itinerary-link {
  margin-bottom: 32px;
  padding: 0px 13px 0px 28px;
  text-decoration: none;
  color: #F4EBCB;
  text-transform: uppercase;
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content .related-itinerary-link:hover {
  color: #153A1F;
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content .related-itinerary-link:before {
  background-image: url(/wp-content/uploads/2026/02/arrow-green-no-circle.png);
}
.wp-child-theme-frenchlick .related-itinerary-grid .related-itinerary-card .related-itinerary-content .related-itinerary-link:after {
  background-color: #F4EBCB;
}
.wp-child-theme-frenchlick .business-category-section {
  margin-bottom: 90px;
}
.wp-child-theme-frenchlick .business-category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-child-theme-frenchlick .business-category-header .business-category-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--x-large);
}
.wp-child-theme-frenchlick .business-category-header .fl-cta-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-decoration: none;
}
.wp-child-theme-frenchlick .businesses-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr));
  max-width: 1300px;
  gap: 1.9rem;
  margin: auto;
}
.wp-child-theme-frenchlick .businesses-grid .cta-link a {
  padding: 6px 14px 3px 42px;
  font-size: 16.3px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: normal;
}
.wp-child-theme-frenchlick .businesses-grid .cta-link a:before {
  left: 1px;
  top: 1px;
  height: 34px;
  width: 34px;
}
.wp-child-theme-frenchlick .businesses-grid .cta-link a:after {
  right: calc(100% - 36px);
}
.wp-child-theme-frenchlick .businesses-grid .cta-link a:hover:after {
  right: 0%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.wp-child-theme-frenchlick .businesses-grid .business-card {
  border: 1px solid;
  padding: 16px;
}
.wp-child-theme-frenchlick .businesses-grid .business-card:nth-child(n+10) {
  display: none;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-image {
  width: 100%;
  aspect-ratio: 373/264;
  overflow: hidden;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-title {
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  color: #2f2f2f;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-title a {
  font-size: 26px;
  text-transform: uppercase;
  min-height: 60px;
  text-decoration: none;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .separator {
  border-bottom: 1px solid rgba(47, 47, 47, 0.3);
  margin-bottom: 33px;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-address {
  position: relative;
  padding-left: 28px;
  line-height: 1.2;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-address:before {
  background-image: url(/wp-content/uploads/2026/02/location-pin.png);
  left: 0px;
  top: 5px;
  height: 24px;
  width: 24px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
}
.wp-child-theme-frenchlick .businesses-grid .business-card .business-address a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.wp-child-theme-frenchlick .businesses-grid.show-all .business-card {
  display: block;
}
.wp-child-theme-frenchlick .view-more-button {
  max-width: 100px;
  cursor: pointer;
}
.wp-child-theme-frenchlick .view-more-button.hidden {
  display: none;
}
.wp-child-theme-frenchlick .field-intro_body {
  max-width: 930px;
}
.wp-child-theme-frenchlick .itinerary-main .field-intro_body {
  text-align: center;
}

/* Itinerary carousel  */
/* Carousel Container */
.itineraries-block {
  position: relative;
  overflow: hidden;
}

.itineraries-block .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.itineraries-block .wp-block-post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 4);
          flex: 0 0 calc((100% - 72px) / 4); /* 4 items with 3 gaps */
  min-width: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Navigation - Top (Desktop) */
.itinerary-nav--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}

/* Navigation - Bottom (Mobile) */
.itinerary-nav--bottom {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}

/* Arrow Buttons */
.itinerary-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1B3A2D;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.itinerary-arrow:hover:not(:disabled) {
  opacity: 0.7;
}

.itinerary-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.itinerary-arrow svg {
  width: 36px;
  height: 36px;
}

/* Indicator */
.itinerary-indicator {
  font-size: 14px;
  font-weight: 600;
  color: #1B3A2D;
  min-width: 50px;
  text-align: center;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .itineraries-block .wp-block-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .itinerary-nav--top {
    display: none;
  }
  .itinerary-nav--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Tablet - 2 items */
@media (min-width: 769px) and (max-width: 1024px) {
  .itineraries-block .wp-block-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 2);
            flex: 0 0 calc((100% - 24px) / 2);
  }
}
/* End Itinerary carousel */
/*
End my custom CSS styles go here

*/
.has-green-dark-background-color {
  background-color: #153A1F;
}

.has-green-medium-background-color {
  background-color: #1B4728;
}

.has-green-light-background-color {
  background-color: #4A7C59;
}

.has-gold-background-color {
  background-color: #C9A227;
}

.has-cream-background-color {
  background-color: #F5F1E8;
}

.has-tan-background-color {
  background-color: #F4EBCB;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-green-dark-color {
  color: #153A1F;
}

.has-green-medium-color {
  color: #1B4728;
}

.has-gold-color {
  color: #C9A227;
}

.has-cream-color {
  color: #F5F1E8;
}

.has-white-color {
  color: #FFFFFF;
}

/*.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}*/
.wp-block-button__link,
.fl-button {
  font-family: "Tiller", Georgia, serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 0.64px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 12px;
}
.wp-block-button__link a,
.fl-button a {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-button__link a img,
.fl-button a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1px;
}
.wp-block-button__link a:focus,
.fl-button a:focus {
  border: none;
  outline: none;
}
.wp-block-button__link a:after,
.fl-button a:after {
  content: "";
  background-color: #153A1F;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: -1;
  right: calc(100% - 35px);
  -webkit-transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
  transition: 0.75s cubic-bezier(0.53, 1.37, 0.77, 0.95);
}
.wp-block-button__link a:hover,
.fl-button a:hover {
  color: #F4EBCB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-button__link a:hover img,
.fl-button a:hover img {
  margin-left: 4px;
  margin-right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-button__link a:hover:after,
.fl-button a:hover:after {
  right: 0%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@-webkit-keyframes bounce-unhover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  75% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  } /* Final hover state */
}

@keyframes bounce-unhover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  75% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  } /* Final hover state */
}
/* Animation for when the user stops hovering */
@-webkit-keyframes bounce-hover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  } /* Start from the final hover state */
  50% {
    -webkit-transform: translateX(84%);
            transform: translateX(84%);
  } /* Bounce back slightly too far */
  100% {
    -webkit-transform: translateX(82%);
            transform: translateX(82%);
  } /* Return to original state */
}
@keyframes bounce-hover {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  } /* Start from the final hover state */
  50% {
    -webkit-transform: translateX(84%);
            transform: translateX(84%);
  } /* Bounce back slightly too far */
  100% {
    -webkit-transform: translateX(82%);
            transform: translateX(82%);
  } /* Return to original state */
}
.wp-block-button.is-style-fill .wp-block-button__link,
.fl-button--primary {
  background-color: #C9A227;
  color: #153A1F;
  border-color: #C9A227;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover,
.fl-button--primary:hover {
  background-color: #D4B84A;
  border-color: #D4B84A;
  color: #153A1F;
}

.fl-button--outline-light {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.fl-button--outline-light:hover {
  background-color: #FFFFFF;
  color: #153A1F;
}

.fl-button--text {
  background: none;
  border: none;
  padding: 0;
  color: #153A1F;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.fl-button--text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  margin-right: 0.5rem;
  position: relative;
}
.fl-button--text:hover {
  color: #1B4728;
}

.fl-button--circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #153A1F;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.fl-button--circle:hover {
  background-color: #153A1F;
  color: #FFFFFF;
}

.fl-diagonal-corners,
.wp-block-image.is-style-diagonal-corners img {
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.fl-diagonal-corners--sm,
.wp-block-image.is-style-diagonal-corners-sm img {
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.fl-diagonal-corners--lg,
.wp-block-image.is-style-diagonal-corners-lg img {
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.fl-diagonal-corners--alt,
.wp-block-image.is-style-diagonal-corners-alt img {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.fl-diagonal-corners--all,
.wp-block-image.is-style-diagonal-corners-all img {
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}

.fl-hero {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
}
.fl-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fl-hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fl-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 58, 31, 0.3)), color-stop(50%, rgba(21, 58, 31, 0.1)), to(rgba(21, 58, 31, 0.4)));
  background: linear-gradient(to bottom, rgba(21, 58, 31, 0.3) 0%, rgba(21, 58, 31, 0.1) 50%, rgba(21, 58, 31, 0.4) 100%);
}
.fl-hero__content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 3rem;
}
.fl-hero__title {
  font-family: "Tiller", Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  line-height: 1.1;
  font-style: italic;
}

.fl-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.5rem 2rem;
}
.fl-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.fl-header__logo img {
  height: 60px;
  width: auto;
}
.fl-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fl-header__menu a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.fl-header__menu a:hover {
  color: #C9A227;
}

.fl-section {
  padding: 5rem 0;
}
.fl-section--cream {
  background-color: #F5F1E8;
}
.fl-section--tan {
  background-color: #F4EBCB;
}
.fl-section--green {
  background-color: #153A1F;
  color: #FFFFFF;
}
.fl-section--green h2, .fl-section--green h3, .fl-section--green h4 {
  color: #FFFFFF;
}

.fl-two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .fl-two-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.fl-two-column__image img {
  width: 100%;
  height: auto;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
.fl-two-column__content {
  padding: 2rem;
}

.fl-section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.fl-section-header__icon {
  width: 40px;
  height: auto;
  margin-bottom: 1.5rem;
}
.fl-section-header__title {
  margin-bottom: 1rem;
}
.fl-section-header__subtitle {
  color: #666666;
  font-size: 1.125rem;
}

.fl-region {
  position: relative;
  padding: 5rem 0;
  background-color: #F4EBCB;
}
.fl-region__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 300px;
  grid-template-columns: 1fr 300px;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 992px) {
  .fl-region__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.fl-region__map {
  position: relative;
}
.fl-region__map img {
  width: 100%;
  height: auto;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}
.fl-region__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.fl-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.fl-category-item:hover {
  background-color: #FFFFFF;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.fl-category-item__icon {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.fl-category-item__label {
  font-family: "Tiller", Georgia, serif;
  font-size: 1rem;
  color: #153A1F;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fl-featured-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 992px) {
  .fl-featured-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .fl-featured-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.fl-card {
  background-color: #FFFFFF;
  overflow: hidden;
}
.fl-card__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.fl-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.fl-card:hover .fl-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fl-card__tag {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #FFFFFF;
  padding: 0.5rem 1rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.fl-card__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #C9A227;
  border-radius: 50%;
}
.fl-card__content {
  padding: 1.5rem;
}
.fl-card__title {
  font-family: "Karla", Georgia, serif;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #333333;
}
.fl-card__link {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #153A1F;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.fl-card__link::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.fl-card__link:hover {
  color: #1B4728;
}

.fl-card--large {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (min-width: 992px) {
  .fl-card--large .fl-card__image {
    aspect-ratio: 3/4;
  }
}

.fl-events {
  padding: 5rem 0;
  background-color: #FFFFFF;
}
.fl-events__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.fl-events__header {
  margin-bottom: 3rem;
}
.fl-events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.fl-event-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 2rem 1fr;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E8E0D0;
}
@media (max-width: 768px) {
  .fl-event-item {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.fl-event-item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.fl-event-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fl-event-item__title {
  font-family: "Tiller", Georgia, serif;
  font-size: 1.25rem;
  color: #153A1F;
  margin-bottom: 0.5rem;
}
.fl-event-item__meta {
  font-size: 0.75rem;
  color: #666666;
  margin-bottom: 1rem;
}
.fl-event-item__description {
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.fl-event-item__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

footer {
  background-color: #1B4728;
  color: #F5F1E8;
  padding: 5rem 0 2rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
footer .footer-contact {
  min-width: 310px;
}
footer .footer-body .footer-blocks h4 {
  font-size: 16px;
  color: #F4EBCB;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
footer .footer-body .footer-blocks p, footer .footer-body .footer-blocks p a, footer .footer-body .footer-blocks li a span {
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: normal;
}
footer .footer-body .footer-blocks li a {
  line-height: 0;
  padding-bottom: 9px;
}
footer .footer-body .footer-blocks p, footer .footer-body .footer-blocks li {
  line-height: 16px;
}
@media (max-width: 782px) {
  footer .footer-body .footer-blocks li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 783px) {
  footer .footer-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 541px;
            flex: 0 0 541px;
  }
  footer .footer-body .footer-blocks {
    -webkit-column-gap: 140px;
       -moz-column-gap: 140px;
            column-gap: 140px;
  }
}
footer .footer-privacy a {
  text-decoration: none;
  color: white;
}
footer .copyright-section .footer-privacy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .copyright-section div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  padding-left: 1px;
}
footer .copyright-section p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 782px) {
  footer {
    padding-top: 0;
  }
  footer .footer-body {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-body .footer-contact {
    text-align: center;
  }
  footer .footer-body .footer-blocks h4 {
    text-align: center;
  }
  footer .footer-body .footer-blocks .footer-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .copyright-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .copyright-section .footer-privacy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .copyright-section div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  footer .copyright-section p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.wp-block-cover {
  background-color: #F4EBCB;
}
@media (max-width: 599px) {
  .wp-block-cover {
    height: 600px;
    max-height: 600px;
    min-height: unset !important;
  }
}
.wp-block-cover .cbc-carousel-images {
  max-width: 2400px;
  width: 100%;
  left: auto !important;
}
.wp-block-cover .wp-block-cover__image-background {
  max-width: 2400px;
  width: 100%;
  margin: auto;
}
.wp-block-cover.fl-hero-cover {
  min-height: 80vh;
}
.wp-block-cover.fl-hero-cover .wp-block-cover__inner-container {
  max-width: 1440px;
  text-align: center;
}

.wp-block-group.fl-section {
  padding: 5rem 1.5rem;
}
.wp-block-group.fl-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-block-columns.fl-two-column {
  gap: 3rem;
}
.wp-block-columns.fl-two-column .wp-block-column:first-child img {
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.wp-block-media-text.fl-media-text {
  gap: 3rem;
}
.wp-block-media-text.fl-media-text .wp-block-media-text__media img {
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.wp-block-separator.is-style-gold {
  border-color: #C9A227;
}

.wp-block-quote {
  border-left: 4px solid #C9A227;
  padding-left: 2rem;
  font-style: italic;
}
.wp-block-quote cite {
  font-style: normal;
  font-size: 0.875rem;
  color: #666666;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.letter-spacing {
  letter-spacing: 0.1em;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1.5rem;
}

.mb-2 {
  margin-bottom: 1.5rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.py-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .fl-hero__title {
    font-size: 2.5rem;
  }
  .fl-header__menu {
    display: none;
  }
}