/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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[11].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.

******************************************************************/
/*
SM
Phone sizes
*/
/*
MD
Phone / tablet sizes
*/
/*
LG
Tablet / laptop sizes
*/
/*
XL
Laptop sizes
*/
/*
Custom sizes
*/
/*********************
 * 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
*/
@media (max-width: 782px) {
  body .wp-block-buttons.responsive-display {
    display: var(--display-mobile);
  }
}
@media (min-width: 782px) and (max-width: 992px) {
  body .wp-block-buttons.responsive-display {
    display: var(--display-tablet);
  }
}
@media (min-width: 992px) {
  body .wp-block-buttons.responsive-display {
    display: var(--display-desktop);
  }
}
body .wp-block-buttons.aligncenter {
  justify-content: center;
}

@media only screen and (max-width: 782px) {
  body .wp-block-buttons.center-on-mobile {
    justify-content: center;
    align-self: center;
  }
}
body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input) {
  font-stretch: expanded;
  --button-background-color: var(--wp--preset--color--custom-forest-glass);
  --button-text-color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-black-color] {
  --button-text-color: var(--wp--preset--color--black);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-black-background-color] {
  --button-background-color: var(--wp--preset--color--black);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-gray-color] {
  --button-text-color: var(--wp--preset--color--gray);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-gray-background-color] {
  --button-background-color: var(--wp--preset--color--gray);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-tan-color] {
  --button-text-color: var(--wp--preset--color--tan);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-tan-background-color] {
  --button-background-color: var(--wp--preset--color--tan);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-white-color] {
  --button-text-color: var(--wp--preset--color--white);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-white-background-color] {
  --button-background-color: var(--wp--preset--color--white);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-red-color] {
  --button-text-color: var(--wp--preset--color--red);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-red-background-color] {
  --button-background-color: var(--wp--preset--color--red);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-forest-glass-color] {
  --button-text-color: var(--wp--preset--color--custom-forest-glass);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-forest-glass-background-color] {
  --button-background-color: var(--wp--preset--color--custom-forest-glass);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-midnight-merlot-color] {
  --button-text-color: var(--wp--preset--color--custom-midnight-merlot);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-midnight-merlot-background-color] {
  --button-background-color: var(--wp--preset--color--custom-midnight-merlot);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-golden-pour-color] {
  --button-text-color: var(--wp--preset--color--custom-golden-pour);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-golden-pour-background-color] {
  --button-background-color: var(--wp--preset--color--custom-golden-pour);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-cellar-plum-color] {
  --button-text-color: var(--wp--preset--color--custom-cellar-plum);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-cellar-plum-background-color] {
  --button-background-color: var(--wp--preset--color--custom-cellar-plum);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-harvest-ember-color] {
  --button-text-color: var(--wp--preset--color--custom-harvest-ember);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-harvest-ember-background-color] {
  --button-background-color: var(--wp--preset--color--custom-harvest-ember);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-sonoma-sand-color] {
  --button-text-color: var(--wp--preset--color--custom-sonoma-sand);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-sonoma-sand-background-color] {
  --button-background-color: var(--wp--preset--color--custom-sonoma-sand);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-valley-light-color] {
  --button-text-color: var(--wp--preset--color--custom-valley-light);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-valley-light-background-color] {
  --button-background-color: var(--wp--preset--color--custom-valley-light);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-pure-black-color] {
  --button-text-color: var(--wp--preset--color--custom-pure-black);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-pure-black-background-color] {
  --button-background-color: var(--wp--preset--color--custom-pure-black);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-olive-branch-color] {
  --button-text-color: var(--wp--preset--color--custom-olive-branch);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-olive-branch-background-color] {
  --button-background-color: var(--wp--preset--color--custom-olive-branch);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-spiced-terra-color] {
  --button-text-color: var(--wp--preset--color--custom-spiced-terra);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-spiced-terra-background-color] {
  --button-background-color: var(--wp--preset--color--custom-spiced-terra);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-chardonnay-linen-color] {
  --button-text-color: var(--wp--preset--color--custom-chardonnay-linen);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-chardonnay-linen-background-color] {
  --button-background-color: var(--wp--preset--color--custom-chardonnay-linen);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-morning-veil-color] {
  --button-text-color: var(--wp--preset--color--custom-morning-veil);
}

body .wp-block-buttons .wp-block-button .wp-block-button__link:not(input)[class*=has-custom-morning-veil-background-color] {
  --button-background-color: var(--wp--preset--color--custom-morning-veil);
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input), body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input) {
  text-decoration: none;
  background-color: var(--button-background-color, "red");
  color: var(--button-text-color, var(--wp--preset--color--white));
  border: 2px solid var(--button-background-color, "red");
  display: flex;
  align-items: center;
  justify-content: center;
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input):hover, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input):hover {
  color: var(--button-background-color, var(--wp--preset--color--red)) !important;
  background-color: var(--button-text-color, var(--wp--preset--color--white)) !important;
  text-decoration: none;
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input).has-white-color:hover, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input).has-white-color:hover {
  background-color: transparent !important;
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input).has-white-color.has-custom-golden-pour-background-color:hover, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input).has-white-color.has-custom-golden-pour-background-color:hover {
  --button-background-color: var(--wp--preset--color--custom-forest-glass);
  --button-text-color: #fff;
  color: var(--button-text-color) !important;
  background-color: var(--wp--preset--color--custom-forest-glass) !important;
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input).has-white-color.has-custom-golden-pour-background-color:hover:before, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input).has-white-color.has-custom-golden-pour-background-color:hover:before {
  background-color: var(--button-text-color);
}

body .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not(input)[href*="/choose-your-label"]:hover, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline) .wp-block-button__link:not(input)[href*="/choose-your-label"]:hover {
  background-color: var(--wp--preset--color--custom-cellar-plum) !important;
  color: #fff !important;
  border-color: var(--wp--preset--color--custom-cellar-plum) !important;
}

body .wp-block-buttons .wp-block-button.is-style-fill.purple-hover .wp-block-button__link:hover, body .wp-block-buttons .wp-block-button.is-style-fill.purple-hover .wp-block-button__link:focus, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline).purple-hover .wp-block-button__link:hover, body .wp-block-buttons .wp-block-button[class*=wp-block-button]:not(.is-style-outline).purple-hover .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--custom-cellar-plum) !important;
  border-color: var(--wp--preset--color--custom-cellar-plum) !important;
  color: #fff !important;
}

body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(input) {
  text-decoration: none;
  background-color: transparent !important;
  color: var(--button-text-color, var(--wp--preset--color--black));
  border: 2px solid var(--button-text-color, var(--wp--preset--color--black));
}

body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(input):hover {
  color: var(--button-background-color, #003E43) !important;
  background-color: var(--wp--preset--color--white) !important;
  text-decoration: none;
}

body .wp-block-buttons .wp-block-button.is-style-outline.purple-hover .wp-block-button__link:hover, body .wp-block-buttons .wp-block-button.is-style-outline.purple-hover .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--custom-cellar-plum) !important;
  border-color: var(--wp--preset--color--custom-cellar-plum) !important;
  color: #fff !important;
}

body .wp-block-columns {
  position: relative;
  /*
  Temporary fix because WordPress is removing the padding for seemingly no reason. This should apply padding to a group block placed directly in a column when the columns are set to full width
  */
}

body .wp-block-columns.alignfull .wp-block-column > .wp-block-group.is-layout-constrained {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

@media only screen and (max-width: 782px) {
  body .wp-block-columns.reversed-on-mobile {
    flex-direction: column-reverse;
  }
  body .wp-block-columns.hide-on-mobile {
    display: none !important;
  }
  body .wp-block-columns.has-mobile-padding.has-mobile-padding-top,
  body .wp-block-columns .has-mobile-padding.has-mobile-padding-top {
    padding-top: var(--mobile-padding-top) !important;
  }
  body .wp-block-columns.has-mobile-padding.has-mobile-padding-right,
  body .wp-block-columns .has-mobile-padding.has-mobile-padding-right {
    padding-right: var(--mobile-padding-right) !important;
  }
  body .wp-block-columns.has-mobile-padding.has-mobile-padding-bottom,
  body .wp-block-columns .has-mobile-padding.has-mobile-padding-bottom {
    padding-bottom: var(--mobile-padding-bottom) !important;
  }
  body .wp-block-columns.has-mobile-padding.has-mobile-padding-left,
  body .wp-block-columns .has-mobile-padding.has-mobile-padding-left {
    padding-left: var(--mobile-padding-left) !important;
  }
}
@media (max-width: 767px) {
  body .wp-block-columns:has(.wp-block-column .wp-block-madden-theme-slider) {
    width: 100vw;
    margin-inline: calc((100vw - 100%) / -2) !important;
  }
  body .wp-block-columns:has(.wp-block-column .wp-block-madden-theme-slider) > .wp-block-column {
    max-width: var(--wp--style--global--content-size);
    width: 100%;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
  body .wp-block-columns:has(.wp-block-column .wp-block-madden-theme-slider) > .wp-block-column:has(.wp-block-madden-theme-slider) {
    max-width: 100vw;
    padding-inline: 0;
  }
}
@media (max-width: 782px) {
  body .wp-block-column.responsive-display {
    display: var(--display-mobile);
  }
}
@media (min-width: 782px) and (max-width: 992px) {
  body .wp-block-column.responsive-display {
    display: var(--display-tablet);
  }
}
@media (min-width: 992px) {
  body .wp-block-column.responsive-display {
    display: var(--display-desktop);
  }
}
body .wp-block-cover {
  background-size: cover;
  margin: 0;
  padding: 0;
  /*
  Temporary fix because WordPress is removing the padding for seemingly no reason. This should apply padding to the inner container when the cover is set to full width & to use content width on the inner content
  */
}

@media (min-width: 993px) {
  body .wp-block-cover.is-style-page-hero {
    min-height: 70vh;
  }
  body .wp-block-cover.is-style-page-hero:has(video) {
    min-height: 100vh;
  }
  body .wp-block-cover.is-style-page-hero:has(> .wp-block-cover__background + .wp-block-cover__inner-container:nth-child(2)) {
    min-height: 40vh;
  }
}
@media (max-width: 992px) {
  body .wp-block-cover.is-style-page-hero {
    height: min(700px, 50vh);
  }
  body .wp-block-cover.is-style-page-hero:has(> .wp-block-cover__background + .wp-block-cover__inner-container:nth-child(2)) {
    height: 350px;
  }
  body .wp-block-cover.is-style-page-hero:has(video) {
    height: 100vh;
  }
}
body .wp-block-cover.is-style-page-hero:has(video) a.scroll-link {
  position: absolute;
  bottom: 3vh;
  z-index: 3;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  filter: brightness(0) invert(1);
  background-image: var(--mmk-healdsburg-arrow-down-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12px;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--scale-variable) !important;
  text-decoration: none;
  margin-top: 4px;
}

@media (max-width: 992px) {
  body .wp-block-cover.is-style-page-hero:has(video) a.scroll-link {
    width: 3rem;
    height: 3rem;
    white-space: nowrap;
    line-height: 1.5rem;
    color: transparent;
    bottom: 2vh;
  }
}
body .wp-block-cover.is-style-page-hero:has(video) a.scroll-link:hover, body .wp-block-cover.is-style-page-hero:has(video) a.scroll-link:focus {
  transform: scale(1.125);
}

body .wp-block-cover.is-style-page-hero:has(video) a.scroll-link:focus {
  outline: 2px solid var(--wp--preset--color--custom-golden-pour);
}

body .wp-block-cover.is-style-page-hero:has(> .wp-block-cover__background + .wp-block-cover__inner-container:nth-child(2)) .wp-block-cover__background {
  opacity: 1;
  background-color: var(--wp--preset--color--custom-forest-glass) !important;
}

body .wp-block-cover.is-style-page-hero .wp-block-cover__image-background.mobile-focal-point-left {
  object-position: left center;
}

body .wp-block-cover.is-style-page-hero .wp-block-cover__image-background.mobile-focal-point-center {
  object-position: center center;
}

body .wp-block-cover.is-style-page-hero .wp-block-cover__image-background.mobile-focal-point-right {
  object-position: right center;
}

body .wp-block-cover.is-style-pull-right img {
  width: 70%;
  left: unset;
}

@media only screen and (max-width: 782px) {
  body .wp-block-cover.is-style-full-width-banner {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1950px) {
  body .wp-block-cover.alignfull:not(.is-style-page-hero):has(> .wp-block-cover__image-background) {
    max-width: 1920px;
    margin-inline: auto;
  }
}
body .wp-block-cover.alignfull .wp-block-cover__inner-container.is-layout-constrained {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

body .wp-block-cover.alignfull:has(+ .wp-block-group.alignfull) + .wp-block-group {
  margin-top: 0 !important;
}

@media only screen and (max-width: 782px) {
  body .wp-block-cover.alignwide {
    width: 100vw;
    margin-inline: calc((100vw - 100%) / -2) !important;
    padding-inline: 3.5dvw;
  }
}
body .wp-block-cover.align-end {
  align-items: flex-end;
}

body .wp-block-cover:has(#book-now-bar-container) {
  overflow: visible;
}

body .wp-block-cover:has(#sbi_images) {
  min-height: 0 !important;
}

body .wp-block-cover:has(#sbi_images) #sbi_instagram {
  padding-bottom: 0 !important;
}

body .wp-block-cover.its-fabulous .wp-block-cover__image-background {
  position: absolute;
}

body .wp-block-cover.its-fabulous .wp-block-cover__image-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, transparent 25%, var(--wp--preset--color--custom-morning-veil) 50%, transparent 75%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: slide-fade-wipe 3s ease-in-out infinite alternate;
}

@keyframes slide-fade-wipe {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 50% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-group.hide-on-mobile {
    display: none;
  }
}
body .wp-block-group.is-layout-grid.alignfull {
  max-width: 1500px;
}

@media (min-width: 1500px) {
  body .wp-block-group.is-layout-grid.alignfull {
    margin-inline: auto;
  }
}
@media screen and (max-width: 992px) {
  body .wp-block-group.is-layout-grid:not(:has(.wp-block-post-template)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 275px;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-group.is-layout-grid:not(:has(.wp-block-post-template)) {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 175px;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-group.is-style-full-width-mobile {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2) !important;
    margin-right: calc((100vw - 100%) / -2) !important;
  }
}
body .wp-block-image {
  margin: 0;
  position: relative;
}

body .wp-block-image img {
  display: block;
}

@media only screen and (max-width: 782px) {
  body .wp-block-image.center-on-mobile {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  body .wp-block-image.responsive-sizes {
    width: var(--tablet-width);
  }
  body .wp-block-image.responsive-sizes img {
    height: auto !important;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-image.responsive-sizes {
    width: var(--mobile-width);
  }
}
body .wp-block-image.is-style-semi-transparent img {
  opacity: 0.35;
}

body .wp-block-separator.main-column-auto {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  width: 100%;
}

@media only screen and (max-width: 782px) {
  body .wp-block-separator.hide-on-mobile {
    display: none;
  }
}
@media (max-width: 782px) {
  body .wp-block-heading.responsive-display {
    display: var(--display-mobile);
  }
}
@media (min-width: 782px) and (max-width: 992px) {
  body .wp-block-heading.responsive-display {
    display: var(--display-tablet);
  }
}
@media (min-width: 992px) {
  body .wp-block-heading.responsive-display {
    display: var(--display-desktop);
  }
}
body .wp-block-heading.main-column-auto {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  width: 100%;
}

@media only screen and (max-width: 782px) {
  body .wp-block-heading.center-on-mobile {
    justify-content: center;
    text-align: center !important;
    align-self: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body .wp-block-heading:is(:empty) + .wp-block-madden-theme-responsive-spacer {
  display: none;
}

body .wp-block-heading.is-style-fun-quote {
  margin-top: -1.125ex !important;
}

@media (max-width: 782px) {
  body p.responsive-display {
    display: var(--display-mobile);
  }
}
@media (min-width: 782px) and (max-width: 992px) {
  body p.responsive-display {
    display: var(--display-tablet);
  }
}
@media (min-width: 992px) {
  body p.responsive-display {
    display: var(--display-desktop);
  }
}
body p.main-column-auto {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  width: 100%;
}

body p:is(:empty) + .wp-block-madden-theme-responsive-spacer {
  display: none;
}

@media only screen and (max-width: 782px) {
  body p.center-on-mobile {
    text-align: center !important;
  }
}
body p.is-style-fun-quote {
  margin-top: -1.125ex !important;
}

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

@media (max-width: 767px) {
  body .wp-block-media-text:not(.no-wrap-mobile) {
    margin-inline: calc((100vw - 100%) / -2) !important;
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  body .wp-block-media-text.no-wrap-mobile .wp-block-heading {
    font-size: clamp(24px, 12.643533123px + 2.523659306vw, 32px);
  }
}
@media (max-width: 425px) {
  body .wp-block-media-text.no-wrap-mobile {
    margin-inline: calc((100vw - 100%) / -2) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body .wp-block-media-text.no-wrap-mobile > * {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  body .wp-block-media-text.no-wrap-mobile.is-image-fill-element figure {
    order: -1;
  }
  body .wp-block-media-text.no-wrap-mobile.is-image-fill-element figure img {
    position: relative;
    height: 300px;
    width: 100%;
  }
}
body .wp-block-media-text.is-image-fill-element figure.wp-block-media-text__media {
  position: relative;
}

body .wp-block-media-text.is-image-fill-element figure.wp-block-media-text__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
* Core block button styles
*/
@media (max-width: 782px) {
  body .wp-block-button.responsive-display {
    display: var(--display-mobile);
  }
}
@media (min-width: 782px) and (max-width: 992px) {
  body .wp-block-button.responsive-display {
    display: var(--display-tablet);
  }
}
@media (min-width: 992px) {
  body .wp-block-button.responsive-display {
    display: var(--display-desktop);
  }
}
body .wp-block-button.mindtrip-touchpoint:not(:has(input)) .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5ch;
}

body .wp-block-button.mindtrip-touchpoint:not(:has(input)) .wp-block-button__link:before {
  content: "";
  display: block;
  position: relative;
  -webkit-mask-image: var(--mmk-healdsburg-ai-sparkle-url);
          mask-image: var(--mmk-healdsburg-ai-sparkle-url);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--button-text-color);
  width: 1.25em;
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
}

body .wp-block-button.mindtrip-touchpoint:has(input) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5ch;
  max-width: 100%;
}

body .wp-block-button.mindtrip-touchpoint:has(input):before {
  content: "";
  display: block;
  position: absolute;
  -webkit-mask-image: var(--mmk-healdsburg-ai-sparkle-url);
          mask-image: var(--mmk-healdsburg-ai-sparkle-url);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: auto;
  height: 40%;
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--custom-forest-glass);
  left: 1rem;
  transition: background-color linear 0.25s;
}

body .wp-block-button.mindtrip-touchpoint:has(input) input {
  padding-inline: 2em !important;
  font-stretch: expanded;
}

@media screen and (max-width: 992px) {
  body .wp-block-button.mindtrip-touchpoint:has(input) input {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-button.mindtrip-touchpoint:has(input) input {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 575px) {
  body .wp-block-button.mindtrip-touchpoint:has(input) input {
    font-size: 1rem !important;
  }
}
body .wp-block-button.mindtrip-touchpoint:has(input) button {
  position: absolute;
  right: -1rem;
  -webkit-mask-image: var(--mmk-healdsburg-arrow-down-url);
          mask-image: var(--mmk-healdsburg-arrow-down-url);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: rotate(-90deg);
  width: auto;
  height: 40%;
  padding: 0;
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--custom-forest-glass) !important;
  color: transparent !important;
}

body .wp-block-button.mindtrip-touchpoint:hover .wp-block-button__link:before, body .wp-block-button.mindtrip-touchpoint:focus .wp-block-button__link:before {
  transform: rotateX(180deg);
  background-color: var(--button-background-color);
}

body .wp-block-button.mindtrip-touchpoint.is-style-outline .wp-block-button__link:before {
  -webkit-mask-image: var(--mmk-healdsburg-ai-sparkle-url);
          mask-image: var(--mmk-healdsburg-ai-sparkle-url);
  -webkit-mask-size: 1.25em 1.25em;
          mask-size: 1.25em 1.25em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-image: none;
  background-color: var(--button-text-color, var(--wp--preset--color--black));
}

body .wp-block-button.mindtrip-touchpoint.is-style-outline:hover .wp-block-button__link:before, body .wp-block-button.mindtrip-touchpoint.is-style-outline:focus .wp-block-button__link:before {
  transform: rotateX(180deg);
  background-color: var(--wp--preset--color--white);
}

@media screen and (max-width: 992px) {
  body .wp-block-post-title {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body .wp-block-post-template:has(.wp-block-kraken-core-content-card.card-style-overlay) {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  body .wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-post-template.is-layout-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  body .wp-block-post-template.is-layout-grid .wp-block-post-excerpt {
    text-align: center;
  }
}
@media (min-width: 1500px) {
  body .wp-block-post-template.is-layout-grid .wp-block-kraken-core-content-card.card-style-overlay {
    aspect-ratio: unset;
    height: 450px;
    max-height: 450px !important;
  }
}
@media screen and (max-width: 992px) {
  body .wp-block-post-template.is-layout-grid .wp-block-kraken-core-content-card.card-style-overlay {
    height: 100%;
  }
  body .wp-block-post-template.is-layout-grid .wp-block-kraken-core-content-card.card-style-overlay .excerpt {
    display: none;
  }
}
@media only screen and (max-width: 782px) {
  body .wp-block-post-template.is-layout-grid .wp-block-kraken-core-content-card.card-style-overlay {
    aspect-ratio: unset;
    height: 100%;
  }
}
body .wp-block-post-template .wp-block-post-excerpt__more-link {
  text-decoration: none;
  font-family: var(--wp--preset--font-family--scale-variable);
  font-size: 18px;
  max-width: 100%;
  width: max-content;
  background-color: var(--wp--preset--color--custom-forest-glass);
  color: #fff;
  border: 2px solid var(--wp--preset--color--custom-forest-glass);
  font-family: var(--wp--preset--font-family--scale-variable);
  font-stretch: expanded;
  font-size: var(--wp--preset--font-size--custom-7);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
}

body .wp-block-post-template .wp-block-post-excerpt__more-link:hover, body .wp-block-post-template .wp-block-post-excerpt__more-link:focus {
  background-color: #fff;
  color: var(--wp--preset--color--custom-forest-glass);
}

body .wp-block-query .wp-block-buttons {
  padding-bottom: 3rem;
}

body .wp-block-query .wp-block-buttons .wp-block-button__link {
  background-color: var(--wp--preset--color--custom-golden-pour);
  padding-block: 0.25em;
  display: block;
}

.has-scale-variable-font-family {
  font-stretch: expanded;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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[11].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.

******************************************************************/
/*
SM
Phone sizes
*/
/*
MD
Phone / tablet sizes
*/
/*
LG
Tablet / laptop sizes
*/
/*
XL
Laptop sizes
*/
/*
Custom sizes
*/
.all-caps {
  text-transform: uppercase;
}

.has-text-align-justify {
  text-align: justify;
}

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