/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].use[0]!./src/scripts/gutenberg/block-styles/styles/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/******************************************************************
Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/* This mixin is so we can have more consistency with the front-end & editor styles */
/**
 * Block-specific styles to show to front-end users
 */
/* 
 Add block-specific styles to a separate stylesheet and import them here 
 */
/*
* Core block button styles
*/
body .wp-block-buttons.aligncenter {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  body .wp-block-buttons.center-on-mobile {
    justify-content: center;
  }
}
body .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--dark-blue);
  border-radius: 1.5rem;
  color: var(--wp--preset--color--dark-blue);
  letter-spacing: 5px;
  line-height: 1em;
  padding: 1.5rem 2rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:before {
  background: var(--wp--preset--color--dark-blue);
  border-radius: inherit;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--dark-blue);
  color: #fff;
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:hover:before {
  opacity: 1;
  width: 100%;
}

body .wp-block-buttons .wp-block-button.is-style-meetings .wp-block-button__link {
  background-color: var(--wp--preset--color--light-blue);
  border-color: var(--wp--preset--color--light-blue);
  color: var(--wp--preset--color--dark-blue);
}

body .wp-block-buttons .wp-block-button.is-style-meetings .wp-block-button__link:before {
  content: none;
}

body .wp-block-buttons .wp-block-button.is-style-meetings .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--gold);
  border-color: var(--wp--preset--color--gold);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

body .wp-block-buttons .wp-block-button.is-style-tan-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 3px solid rgba(242, 235, 228, 0.5);
  color: var(--wp--preset--color--tan);
}

body .wp-block-buttons .wp-block-button.is-style-tan-outline .wp-block-button__link:before {
  background-color: var(--wp--preset--color--tan);
}

body .wp-block-buttons .wp-block-button.is-style-tan-outline .wp-block-button__link:hover {
  background-color: transparent;
  border-color: var(--wp--preset--color--tan);
  color: var(--wp--preset--color--dark-blue);
}

@media screen and (min-width: 769px) {
  body .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 768px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  body .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
body .wp-block-columns.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

body .wp-block-columns.equal-height-columns > .wp-block-column {
  display: flex;
  flex-direction: column;
}

body .wp-block-columns.equal-height-columns > .wp-block-column > .wp-block-cover-link,
body .wp-block-columns.equal-height-columns > .wp-block-column > .wp-block-cover {
  flex: 1;
}

body .wp-block-columns.equal-height-columns > .wp-block-column > .wp-block-cover-link > .wp-block-cover,
body .wp-block-columns.equal-height-columns > .wp-block-column > .wp-block-cover > .wp-block-cover {
  height: 100%;
}

body .wp-block-columns.equal-height-columns > .wp-block-column > .wp-block-ckkblocks-content-card {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  body .wp-block-columns.reversed-on-mobile {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  body .wp-block-columns.is-style-split .wp-block-column:first-child .wp-block-cover {
    border-radius: 0 0 2rem 0;
  }
  body .wp-block-columns.is-style-split .wp-block-column:last-child .wp-block-cover {
    border-radius: 0 0 0 2rem;
  }
}
body .wp-block-columns.is-style-overlap .wp-block-column .wp-block-cover {
  margin: 0;
  min-height: 23.75rem;
}

@media screen and (min-width: 769px) {
  body .wp-block-columns.is-style-overlap .wp-block-column:first-child {
    margin-right: -2rem;
  }
  body .wp-block-columns.is-style-overlap .wp-block-column:first-child .wp-block-cover {
    border-radius: 0 0 23.75rem 0;
    position: relative;
    left: 2rem;
  }
  body .wp-block-columns.is-style-overlap .wp-block-column:last-child {
    margin-left: -2rem;
  }
  body .wp-block-columns.is-style-overlap .wp-block-column:last-child .wp-block-cover {
    border-radius: 0 0 0 23.75rem;
    position: relative;
    right: 2rem;
  }
  body .wp-block-columns.is-style-overlap .wp-block-column.is-style-text-column {
    position: relative;
  }
  body .wp-block-columns.is-style-overlap .wp-block-column.is-style-text-column .wp-block-group {
    padding: 0 4rem;
  }
}
body .wp-block-cover {
  background-size: cover;
  margin: 0;
  padding: 0;
}

body .wp-block-cover.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

body .wp-block-cover.is-light .wp-block-heading {
  color: var(--wp--preset--color--black);
}

body .wp-block-cover.is-style-page-title {
  position: relative;
}

body .wp-block-cover.is-style-page-title .wp-block-cover__background {
  background-color: transparent !important;
  background-image: linear-gradient(rgba(44, 44, 44, 0.75) 9rem, rgba(44, 44, 44, 0.4) 40%, transparent);
  opacity: 1 !important;
}

@media only screen and (max-width: 768px) {
  body .wp-block-cover.is-style-page-title .wp-block-cover__background {
    background-image: linear-gradient(rgba(44, 44, 44, 0.75) 5rem, rgba(44, 44, 44, 0.4) 40%, transparent);
  }
}
body .wp-block-cover.is-style-page-title:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDAuODkxIiBoZWlnaHQ9IjI0LjA5MSIgdmlld0JveD0iMCAwIDQwLjg5MSAyNC4wOTEiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHJlY3Qgd2lkdGg9IjQwLjg5MSIgaGVpZ2h0PSIyNC4wOTEiIGZpbGw9Im5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xLjUsMS41YzEuMTc2LjY2NiwxOS42OTQsMjIuMzIxLDE5LjY5NCwyMi4zMjFsMTkuNC0yMS45ODgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjYxNSAtMC42MTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9nPjwvc3ZnPg==);
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

body .wp-block-group {
  /*Intended for use on Plan Your Trip page*/
}

body .wp-block-group.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

body .wp-block-group.is-style-responsive-stack {
  display: flex;
  flex-direction: row;
}

body .wp-block-group.is-style-responsive-stack * {
  margin: auto;
}

@media screen and (max-width: 980px) {
  body .wp-block-group.is-style-responsive-stack {
    flex-direction: column;
  }
}
@media only screen and (min-width: 640px) {
  body .wp-block-group.offset-group {
    height: 25rem;
    padding-top: 3rem;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 981px) {
  body .wp-block-group.offset-group {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 1101px) {
  body .wp-block-group.offset-group {
    margin-bottom: 19rem;
  }
}
@media screen and (min-width: 1401px) {
  body .wp-block-group.offset-group {
    margin-bottom: 24rem;
  }
}
@media only screen and (max-width: 639px) {
  body .wp-block-group.offset-group {
    background-color: transparent !important;
  }
}
body .wp-block-group.offset-group .columns-slider {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 640px) {
  body .wp-block-group.offset-group .columns-slider .swiper-button-prev,
  body .wp-block-group.offset-group .columns-slider .swiper-button-next {
    display: none;
  }
}
body .wp-block-image {
  margin: 0;
  position: relative;
}

body .wp-block-image img {
  vertical-align: unset;
}

body .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

body .wp-block-image.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
  width: auto;
}

body .wp-block-image.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
  width: auto;
}

body .wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1em;
}

@media only screen and (max-width: 768px) {
  body .wp-block-image.center-on-mobile {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
body .wp-block-image.is-style-full-width-img {
  width: 100%;
  margin: 0;
}

body .wp-block-image.is-style-full-width-img img {
  aspect-ratio: unset !important;
  width: 100%;
  min-width: 100%;
}

/*
* Core block button styles
*/
body .wp-block-separator.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

body .wp-block-separator.is-style-color-block {
  border-radius: 0 0 5rem 0;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

body .wp-block-separator.is-style-thin {
  border: unset !important;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  body .wp-block-separator.hide-on-mobile {
    display: none;
  }
}
body .wp-block-heading.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  body .wp-block-heading.center-on-mobile {
    justify-content: center;
    text-align: center !important;
  }
}
body p.main-column-auto {
  width: 90%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  body p.center-on-mobile {
    text-align: center !important;
  }
}
figure.wp-block-kadence-image.is-style-teal:after,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-teal:after,
div.wp-block-kadence-image.is-style-teal:after,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-teal:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b6e0da;
  width: 80%;
  height: 80%;
  z-index: 1;
  border-radius: 25px;
}

figure.wp-block-kadence-image.is-style-teal,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-teal,
div.wp-block-kadence-image.is-style-teal,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-teal {
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-teal img:not(.kb-is-ratio-image img),
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-teal img:not(.kb-is-ratio-image img),
div.wp-block-kadence-image.is-style-teal img:not(.kb-is-ratio-image img),
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-teal img:not(.kb-is-ratio-image img) {
  border-radius: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
}

figure.wp-block-kadence-image.is-style-teal img,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-teal img,
div.wp-block-kadence-image.is-style-teal img,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-teal img {
  border-radius: 25px;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-dark-green-design:before,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-dark-green-design:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  height: 75%;
  width: 130%;
  background-color: #3eb871;
  z-index: 0;
  border-radius: 12px;
  opacity: 1;
}

div.wp-block-kadence-image.is-style-dark-green-design:before,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-dark-green-design:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 75%;
  width: 130%;
  max-width: 900px;
  background-color: #3eb871;
  z-index: 0;
  border-radius: 12px;
  opacity: 1;
}

figure.wp-block-kadence-image.is-style-dark-green-design:after,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-dark-green-design:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  height: 75%;
  width: 130%;
  z-index: 1;
  border-radius: 12px;
  background-image: url(http://localhost:10034/wp-content/uploads/2025/07/white-pattern.svg);
  background-repeat: repeat;
  opacity: 0.4;
}

div.wp-block-kadence-image.is-style-dark-green-design:after,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-dark-green-design:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 75%;
  width: 130%;
  max-width: 900px;
  z-index: 1;
  border-radius: 12px;
  background-image: url(http://localhost:10034/wp-content/uploads/2025/07/white-pattern.svg);
  background-repeat: repeat;
  opacity: 0.4;
}

figure.wp-block-kadence-image.is-style-dark-green-design,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-dark-green-design,
div.wp-block-kadence-image.is-style-dark-green-design,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-dark-green-design {
  position: relative;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-dark-green-design img,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-dark-green-design img,
div.wp-block-kadence-image.is-style-dark-green-design img,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-dark-green-design img {
  border-radius: 25px;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-dark-green-design img:not(.kb-is-ratio-image img),
div.wp-block-kadence-image.is-style-dark-green-design img:not(.kb-is-ratio-image img) {
  border-radius: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
}

figure.wp-block-kadence-image.is-style-yellow-design:before,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-yellow-design:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  height: 75%;
  width: 130%;
  background-color: #dade72;
  z-index: 1;
  border-radius: 12px;
  opacity: 1;
}

div.wp-block-kadence-image.is-style-yellow-design:before,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-yellow-design:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 75%;
  width: 130%;
  max-width: 900px;
  background-color: #dade72;
  z-index: 1;
  border-radius: 12px;
  opacity: 1;
}

figure.wp-block-kadence-image.is-style-yellow-design:after,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-yellow-design:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  height: 75%;
  width: 130%;
  z-index: 1;
  border-radius: 12px;
  background-image: url(http://localhost:10034/wp-content/uploads/2025/07/white-pattern.svg);
  background-repeat: repeat;
  opacity: 0.4;
}

div.wp-block-kadence-image.is-style-yellow-design:after,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-yellow-design:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 75%;
  width: 130%;
  max-width: 900px;
  z-index: 1;
  border-radius: 12px;
  background-image: url(http://localhost:10034/wp-content/uploads/2025/07/white-pattern.svg);
  background-repeat: repeat;
  opacity: 0.4;
}

figure.wp-block-kadence-image.is-style-yellow-design,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-yellow-design,
div.wp-block-kadence-image.is-style-yellow-design,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-yellow-design {
  position: relative;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-yellow-design img,
.kb-is-ratio-image > figure.wp-block-kadence-image.is-style-yellow-design img,
div.wp-block-kadence-image.is-style-yellow-design img,
.kb-is-ratio-image > div.wp-block-kadence-image.is-style-yellow-design img {
  border-radius: 25px;
  z-index: 2;
}

figure.wp-block-kadence-image.is-style-yellow-design img:not(.kb-is-ratio-image img),
div.wp-block-kadence-image.is-style-yellow-design img:not(.kb-is-ratio-image img) {
  border-radius: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.wp-block-kadence-column.is-style-hover-icon figure img {
  transition: transform 0.3s ease-in-out;
}

.wp-block-kadence-column.is-style-hover-icon:hover img {
  transform: scale(1.1);
}

.wp-block-kadence-column.is-style-hover-icon:hover p, .wp-block-kadence-column.is-style-hover-icon:hover a {
  text-decoration: underline !important;
  color: #0b7553 !important;
}

.wp-block-kadence-advancedheading.is-style-yellow-underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffd700;
}

/*********************
 TEMPLATES
 *********************/
.wp-block-post-featured-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-preformatted {
  margin: 0;
  padding: 4rem;
  border: 2px solid red;
}

/* Apply styles to the figure element */
.is-style-kens-burns figure {
  position: relative;
  overflow: hidden;
}

.is-style-kens-burns figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and cover the figure */
  transition: transform 0.5s ease; /* Add a smooth transition for the transform property */
}

.is-style-kens-burns:hover img {
  transform: scale(1.1); /* Adjust the scale factor for the zoom effect */
  border-radius: 8px !important;
}

.swiper-button-prev {
  background: transparent !important;
  background-image: url(https://discoverfarmersbranch.com/wp-content/uploads/Component-17-%E2%80%93-1-1.svg) !important;
  height: 75px !important;
  width: 58px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 9 !important;
  display: flex !important;
  margin-left: auto;
  transform: scaleX(-1);
  position: absolute;
  margin-top: -40px;
  border-radius: 0px !important;
  left: 0 !important;
}

.swiper-button-prev::after {
  content: unset !important;
}

.swiper-button-next {
  background: transparent !important;
  background-image: url(https://discoverfarmersbranch.com/wp-content/uploads/Component-17-%E2%80%93-1-1.svg) !important;
  height: 75px !important;
  width: 58px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 9 !important;
  display: flex !important;
  margin-left: auto;
  position: absolute;
  margin-top: -40px;
  border-radius: 0px !important;
  left: auto !important;
  right: 0 !important;
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 1200px) {
  .swiper-button-next {
    right: 4px !important;
  }
  .swiper-button-prev {
    left: -11px !important;
  }
}
.swiper-button-next::after {
  content: unset !important;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].use[0]!./src/scripts/gutenberg/formats/styles/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/******************************************************************
Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/* This mixin is so we can have more consistency with the front-end & editor styles */
.all-caps {
  text-transform: uppercase;
}

/*# sourceMappingURL=style-gutenberg.css.map*/