/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.97.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.1_webpack@5.97.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.49.0_webpack@5.97.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../Local Sites/lavishscranton/app/public/wp-content/themes/posturepress3/assets/scss/app.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/onp4tdp.css);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.97.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.1_webpack@5.97.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.49.0_webpack@5.97.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../Local Sites/lavishscranton/app/public/wp-content/themes/posturepress3/assets/scss/app.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Locally Load the typekit/google fonts instead of having to load them from the CDN.
 * Make sure to adjust the preload in header.php if needed
 **/
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */
:where(iframe, img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: currentColor;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
 * Form section
 */
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%274%27%3E%3Cpath d=%27M4 0h6L7 4%27/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

/**
 * Reduce Motion section
 */
/*
 * 1. Remove animations when motion is reduced (opinionated).
 * 2. Remove fixed background attachments when motion is reduced (opinionated).
 * 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
 * 4. Remove transitions when motion is reduced (opinionated).
 */
/**
 * Simplified Breakpoint mixin
 * Is mobile-first but includes the modifier key to go up/down
 *
 **/
/** Fluid typography mixin
 * ONLY ACCEPTS PIXEL UNITS
 *
 * @param {number} $min-px: The minimum size in pixels of this fluid variable
 * @param {number} $max-px: The maximum size in pixels of this fluid variable
 * @param {number} $min-bp: The minimum viewport size in pixels of this fluid variable
 * @param {number} $max-bp: The maximum viewport size in pixels of this fluid variable
 * @return {property} The fluid typography clamp property
 **/
:root {
  --fluid-jumbo: calc(var(--fluid-h1) * 1.15);
  --fluid-h1: clamp(2.38rem, 1.75vw + 1.94rem, 3.25rem);
  --fluid-h2: clamp(2.13rem, 1.25vw + 1.81rem, 2.75rem);
  --fluid-h3: clamp(1.75rem, 1.25vw + 1.44rem, 2.38rem);
  --fluid-h4: clamp(1.38rem, 1.25vw + 1.06rem, 2rem);
  --fluid-h5: clamp(1.25rem, 1vw + 1rem, 1.75rem);
  --fluid-h6: clamp(1.13rem, 0.5vw + 1rem, 1.38rem);
  --fluid-body: clamp(1rem, 0.25vw + 0.94rem, 1.13rem);
  --fluid-body-sm: clamp(0.88rem, 0.25vw + 0.81rem, 1rem);
  --fluid-body-xs: clamp(0.5rem, 0.25vw + 0.44rem, 0.63rem);
}

/**
 * For any sass variables that may be used in multiple places,
 * in the settings folder.
 * List them here.
 *
 * With sass @use rules there is no longer a "global" scope.
 * For example trying to @use "sizing" in fluid-typography will result in an error.
 * Because it is already @forwarded in the settings.scss file. This will cause a looping error in the compiler.
 * When a global value is needed in multiple places list it here or prefer to use a css custom attribute
 **/
/**
 * Basic Sizing variables!
 * @important: rem has been modified to 10px
 *
 **/
:root {
  --global-width: 1200px;
  --global-width-wide: 1400px;
  --global-content-width: 800px;
  --global-gutter: 1.3rem;
  --global-block-gap: 1rem;
  --global-section-padding: 4rem;
  --global-fluid-section-padding: clamp(2.5rem, 1.25vw + 2.19rem, 3.13rem);
  --sizing-base: 1rem;
  --size-xs: calc(var(--sizing-base) * 0.5);
  --size-sm: calc(var(--sizing-base) * 1);
  --size-md: calc(var(--sizing-base) * 1.5);
  --size-lg: calc(var(--sizing-base) * 2);
  --size-xl: calc(var(--sizing-base) * 3);
  --fluid-sizing-min-view: var(--breakpoint-sm, 40rem);
  --fluid-sizing-max-view: var(--global-width, 120rem);
  --fluid-sizer: clamp(0rem, 1.25vw + -0.31rem, 0.63rem);
  --size-fluid-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-sm: calc(var(--size-sm) + var(--fluid-sizer));
  --fluid-size-md: calc(var(--size-md) + var(--fluid-sizer));
  --fluid-size-lg: calc(var(--size-lg) + var(--fluid-sizer));
  --fluid-size-xl: calc(var(--size-xl) + var(--fluid-sizer));
}

:root {
  --color-primary: #dbba76;
  --color-secondary: #5c5c5c;
  --color-tertiary: #242424;
  --color-quaternary: red;
  --color-quinary: maroon;
  --color-primary-light: #e6ce9e;
  --color-secondary-light: #767676;
  --color-tertiary-light: #3e3e3e;
  --color-quaternary-light: #ff3333;
  --color-quinary-light: #b30000;
  --color-primary-dark: #d0a64e;
  --color-secondary-dark: #434343;
  --color-tertiary-dark: #0b0b0b;
  --color-quaternary-dark: #cc0000;
  --color-quinary-dark: #4d0000;
  --color-black: black;
  --color-gray: #e4e4e4;
  --color-dark-gray: #242424;
  --color-light-gray: #ebf5fc;
  --color-white: white;
  --color-warning: maroon;
  --color-success: green;
}

:root {
  --body-font-family: proxima-nova-condensed, sans-serif;
  --header-font-family: proxima-nova, sans-serif;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --color-body-font: var(--color-black);
  --header-font-weight: 700;
  --header-line-height: 1.3;
  --color-header: var(--color-primary);
  --color-sub-header: var(--color-secondary);
  --default-typography-gap: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: var(--default-typography-gap, 1rem) 0;
}

body {
  color: var(--color-body-font);
  font-size: var(--fluid-body);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6,
.is-header {
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  line-height: var(--header-line-height);
  color: var(--color-header);
  margin-bottom: calc(var(--default-typography-gap));
}

h4,
h5,
h6,
.is-sub-header {
  font-weight: calc(var(--header-font-weight) - 100);
  color: var(--color-sub-header);
}

.body-controller {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  height: 100%;
}
.body-controller footer {
  margin-top: auto;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  /*&:not([data-s-loaded]) {
  	* {
  		transition: none !important;
  	}
  }*/
}

.fancy-btn, .default_form_styles :is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(input[type=submit], button), .callout-btn, .wp-block-button__link {
  --button-border-width: 2px;
  --button-color: var(--color-black, black);
  --button-background-color: transparent;
  --button-border-color: var(--color-black, black);
  --button-border-radius: 0;
  --button-font-size: var(--fluid-h6, 1em);
  --button-font-weight: 700;
  --button-padding-vertical: 0.3em;
  --button-padding-horizontal: 0;
  /**:not(div, section, mark, strong, b, i),*/
}
.fancy-btn:where(:after, :before), .default_form_styles :where(:after, :before):is(input[type=submit], button), .gform_wrapper.gravity-theme form :where(:after, :before):is(input[type=submit], button), .callout-btn:where(:after, :before), .wp-block-button__link:where(:after, :before) {
  --button-border-width: 2px;
}
.fancy-btn:is(a, .wp-block-button__link, button), .default_form_styles :is(a, .wp-block-button__link, button):is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):is(input[type=submit], button), .callout-btn:is(a, .wp-block-button__link, button), .wp-block-button__link:is(a, .wp-block-button__link, button) {
  position: relative;
  border: unset;
  border-radius: var(--button-border-radius);
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  background-color: var(--button-background-color);
  color: var(--button-color);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.fancy-btn:is(a, .wp-block-button__link, button):hover, .default_form_styles :is(a, .wp-block-button__link, button):hover:is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):hover:is(input[type=submit], button), .callout-btn:is(a, .wp-block-button__link, button):hover, .wp-block-button__link:is(a, .wp-block-button__link, button):hover, .fancy-btn:is(a, .wp-block-button__link, button):focus, .default_form_styles :is(a, .wp-block-button__link, button):focus:is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):focus:is(input[type=submit], button), .callout-btn:is(a, .wp-block-button__link, button):focus, .wp-block-button__link:is(a, .wp-block-button__link, button):focus, .fancy-btn:is(a, .wp-block-button__link, button):active, .default_form_styles :is(a, .wp-block-button__link, button):active:is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):active:is(input[type=submit], button), .callout-btn:is(a, .wp-block-button__link, button):active, .wp-block-button__link:is(a, .wp-block-button__link, button):active {
  --button-color: var(--color-tertiary-light);
  color: var(--button-color);
}
.fancy-btn:is(a, .wp-block-button__link, button):hover:after, .default_form_styles :is(a, .wp-block-button__link, button):hover:is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):hover:is(input[type=submit], button):after, .callout-btn:is(a, .wp-block-button__link, button):hover:after, .wp-block-button__link:is(a, .wp-block-button__link, button):hover:after, .fancy-btn:is(a, .wp-block-button__link, button):focus:after, .default_form_styles :is(a, .wp-block-button__link, button):focus:is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):focus:is(input[type=submit], button):after, .callout-btn:is(a, .wp-block-button__link, button):focus:after, .wp-block-button__link:is(a, .wp-block-button__link, button):focus:after, .fancy-btn:is(a, .wp-block-button__link, button):active:after, .default_form_styles :is(a, .wp-block-button__link, button):active:is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):active:is(input[type=submit], button):after, .callout-btn:is(a, .wp-block-button__link, button):active:after, .wp-block-button__link:is(a, .wp-block-button__link, button):active:after {
  background-color: var(--color-tertiary-light);
  width: 30%;
}
.fancy-btn:is(a, .wp-block-button__link, button):active, .default_form_styles :is(a, .wp-block-button__link, button):active:is(input[type=submit], button), .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):active:is(input[type=submit], button), .callout-btn:is(a, .wp-block-button__link, button):active, .wp-block-button__link:is(a, .wp-block-button__link, button):active {
  --button-color: var(--color-secondary-light);
}
.fancy-btn:is(a, .wp-block-button__link, button):active:after, .default_form_styles :is(a, .wp-block-button__link, button):active:is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):active:is(input[type=submit], button):after, .callout-btn:is(a, .wp-block-button__link, button):active:after, .wp-block-button__link:is(a, .wp-block-button__link, button):active:after {
  width: 40%;
  background-color: var(--color-primary-dark);
}
.fancy-btn:is(a, .wp-block-button__link, button):after, .default_form_styles :is(a, .wp-block-button__link, button):is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(a, .wp-block-button__link, button):is(input[type=submit], button):after, .callout-btn:is(a, .wp-block-button__link, button):after, .wp-block-button__link:is(a, .wp-block-button__link, button):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.fancy-btn:after, .default_form_styles :is(input[type=submit], button):after, .gform_wrapper.gravity-theme form :is(input[type=submit], button):after, .callout-btn:after, .wp-block-button__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: var(--button-border-width);
  color: currentColor;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.fancy-btn :is(.is-style-outline), .default_form_styles :is(input[type=submit], button) :is(.is-style-outline), .gform_wrapper.gravity-theme form :is(input[type=submit], button) :is(.is-style-outline), .callout-btn :is(.is-style-outline), .wp-block-button__link :is(.is-style-outline) {
  --button-background-color: transparent;
  --button-border-color: currentColor;
  --button-color: var(--color-quinary, lightred);
}
.fancy-btn :is(.is-style-outline):hover, .default_form_styles :is(input[type=submit], button) :is(.is-style-outline):hover, .gform_wrapper.gravity-theme form :is(input[type=submit], button) :is(.is-style-outline):hover, .callout-btn :is(.is-style-outline):hover, .wp-block-button__link :is(.is-style-outline):hover, .fancy-btn :is(.is-style-outline):focus, .default_form_styles :is(input[type=submit], button) :is(.is-style-outline):focus, .gform_wrapper.gravity-theme form :is(input[type=submit], button) :is(.is-style-outline):focus, .callout-btn :is(.is-style-outline):focus, .wp-block-button__link :is(.is-style-outline):focus, .fancy-btn :is(.is-style-outline):active, .default_form_styles :is(input[type=submit], button) :is(.is-style-outline):active, .gform_wrapper.gravity-theme form :is(input[type=submit], button) :is(.is-style-outline):active, .callout-btn :is(.is-style-outline):active, .wp-block-button__link :is(.is-style-outline):active {
  --button-color: var(--color-quaternary-dark);
}

.callout-btn a {
  --button-padding-vertical: 0.5em;
  --button-padding-horizontal: 1em;
  --button-background-color: transparent;
  --button-border-color: currentColor;
}

.course-button {
  cursor: help;
}

button:not([disabled]):not([aria-disabled=true]) {
  cursor: pointer;
}

.default_form_styles :is(label, .gform_label, legend), .gform_wrapper.gravity-theme form :is(label, .gform_label, legend) {
  font-weight: 300;
  font-size: calc(var(--fluid-body) + 2px);
  margin-bottom: 0.2em;
}
.default_form_styles :is(input[type], input, textarea, fieldset), .gform_wrapper.gravity-theme form :is(input[type], input, textarea, fieldset) {
  font-size: var(--fluid-body);
  font-family: var(--body-font-family);
  color: var(--color-black);
  border-radius: 0;
  border: unset;
  background: var(--color-gray);
}
.default_form_styles :is(input[type], input, textarea, fieldset)::-moz-placeholder, .gform_wrapper.gravity-theme form :is(input[type], input, textarea, fieldset)::-moz-placeholder {
  color: var(--color-dark-gray);
  font-weight: 400;
  text-transform: uppercase;
}
.default_form_styles :is(input[type], input, textarea, fieldset)::placeholder, .gform_wrapper.gravity-theme form :is(input[type], input, textarea, fieldset)::placeholder {
  color: var(--color-dark-gray);
  font-weight: 400;
  text-transform: uppercase;
}
.default_form_styles :is(fieldset), .gform_wrapper.gravity-theme form :is(fieldset) {
  background: unset !important;
  accent-color: var(--color-primary);
}
/*form {
	@extend .default_form_styles;
}*/
.gform_wrapper {
  width: 100%;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
  position: relative;
  background: unset;
  width: 100%;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar:after {
  content: "";
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  z-index: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  position: relative;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  border-radius: unset;
  z-index: 1;
  margin-left: 5px;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
}
.gform_page_footer .gform_next_button {
  margin-left: auto;
}

/**
 * CSS grid
 *
 * Ideal for layouts that do not require centering
 * A bonus compared to the `f-grid` is items will never mangle themselves sizing wise
 * CSS grid is very strong about making sure elements do not cause unseen side effects
 * When possible CSS grid > flexbox
 **/
.c-grid {
  --grid-col-sm: 1fr;
  --grid-col-md: 1fr 1fr;
  --grid-col-lg: 1fr 1fr 1fr;
  --grid-gap: var(--global-gutter, 10px);
  display: grid;
  grid-template-columns: var(--grid-col-sm);
  grid-gap: var(--grid-gap);
}
.c-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
}

/**
 * Basic Flex Grid
 *
 * Ideal for layouts that need to center anything
 * Purposely basic as most layouts are never the same.
 * This just gives a sane default to get started
 * With some responsiveness builtin.
 **/
.f-grid {
  display: flex;
  flex-flow: row wrap;
  --cell-size-sm: 100%;
  --cell-size-md: 50%;
  --cell-size-lg: 33.33%;
  --grid-gap: var(--global-gutter, 10px);
  gap: var(--grid-gap);
}
.f-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  flex-basis: calc(var(--cell-size-sm) - var(--grid-gap));
}

.has-text-color {
  color: var(--custom-color, var(--color-primary));
}

.has-border-color {
  border-color: var(--custom-color, var(--color-primary));
}

.has-background-color {
  background-color: var(--custom-color, var(--color-primary));
}

.has-inline-color {
  color: var(--custom-color, var(--color-primary));
}

.has-color-primary-color {
  --custom-color: var(--color-primary);
}
.has-color-secondary-color {
  --custom-color: var(--color-secondary);
}
.has-color-tertiary-color {
  --custom-color: var(--color-tertiary);
}
.has-color-quaternary-color {
  --custom-color: var(--color-quaternary);
}
.has-color-quinary-color {
  --custom-color: var(--color-quinary);
}
.has-color-white-color {
  --custom-color: var(--color-white);
}
.has-color-black-color {
  --custom-color: var(--color-black);
}
.has-color-gray-color {
  --custom-color: var(--color-gray);
}
.has-color-light-gray-color {
  --custom-color: var(--color-light-gray);
}

a {
  --link-color: var(--color-primary);
  --link-hover-color: var(--color-primary-dark);
  --link-active-color: var(--color-primary-light);
  --link-font-weight: 700;
  color: var(--link-color);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: var(--link-font-weight);
}
a:hover, a:active, a:focus {
  color: var(--link-hover-color);
}
a:active {
  color: var(--link-active-color);
}
a.ghost-link {
  color: var(--color-white);
}
a.ghost-link:hover, a.ghost-link:active, a.ghost-link:focus {
  color: var(--color-light-gray);
}
a.ghost-link:active {
  color: var(--color-gray);
}

#page-info-header p {
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 0.5em;
}

#footer {
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
  --footer-padding-top: var(--size-xl);
  --footer-padding-bottom: var(--size-xl);
  --footer-background-color: var(--color-black, black);
  --footer-grid-width-sm: 340px;
  --footer-grid-width-md: 500px;
  --footer-logo-height: 60px;
  --footer-row-gap: var(--size-lg);
  --footer-column-gap: var(--global-block-gap, 1.2rem);
  --footer-row-padding: 30px;
  background: var(--footer-background-color);
}
#footer .cell-header {
  color: var(--color-primary);
  font-size: var(--fluid-h5);
  text-transform: uppercase;
  font-weight: 500;
}
#footer .footer-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: var(--footer-grid-width-sm);
  max-width: 100%;
  font-size: var(--fluid-body-sm);
  color: white;
  align-self: center;
  row-gap: var(--footer-row-gap);
  -moz-column-gap: var(--footer-col-gap);
       column-gap: var(--footer-col-gap);
  padding-left: var(--global-gutter);
  padding-right: var(--global-gutter);
  padding-top: var(--footer-padding-top);
  padding-bottom: var(--footer-padding-bottom);
}
#footer .footer-grid a {
  --link-color: var(--color-white);
}
#footer .footer-grid .cell {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}
#footer .footer-grid .logo-cell {
  max-width: 100%;
  justify-items: center;
  align-content: center;
  align-items: center;
}
#footer .footer-grid .logo-cell figure {
  margin: 0;
}
#footer .footer-grid .logo-cell figcaption {
  display: none;
}
#footer .footer-grid .logo-cell .logo {
  margin: 0;
}
#footer .footer-grid .logo-cell .logo img,
#footer .footer-grid .logo-cell .logo svg {
  height: var(--footer-logo-height);
  width: auto;
  max-width: 100%;
}
#footer .footer-menu ul {
  margin: 0;
}
#footer .footer-menu ul:first-child {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  list-style: none;
  padding-left: 0;
}
#footer .footer-menu ul:first-child > li {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
#footer ul,
#footer li {
  padding-left: unset;
  list-style: none;
  margin-top: unset;
}
#footer li {
  list-style: none;
  margin-bottom: 0.5em;
}
#footer .callout-btn {
  display: none !important;
}
#footer .hours-cell {
  width: calc(50% - var(--footer-column-gap) * 0.5);
}
#footer .menu-cell {
  width: calc(50% - var(--footer-column-gap) * 0.5);
}
#footer .info-cell {
  width: 100%;
}
#footer .logo-cell {
  width: 100%;
}
#footer .soc-media {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: var(--fluid-h6);
  margin-top: 1rem;
}
#footer .soc-media .soc-header {
  color: var(--color-primary);
  font-size: var(--fluid-body);
  font-weight: 300;
  line-height: 1;
}
#footer .soc-media .soc-wrap {
  display: flex;
  gap: 10px;
}
#footer .soc-media .soc-wrap a {
  --link-color: var(--color-primary);
  font-size: var(--fluid-h5);
}
#footer .soc-media .soc-wrap a svg {
  height: var(--fluid-h5);
}
#footer .sub-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: clamp(0.63rem, 5vw + -0.63rem, 3.13rem);
  padding: 1rem;
  max-width: var(--global-width-wide);
  margin: 0 auto;
  border-top: 1px solid var(--color-secondary);
}
#footer .sub-footer a {
  font-size: var(--fluid-body-sm);
  color: var(--color-secondary);
}

address {
  font-style: normal;
}
address p {
  margin-top: unset;
  margin-bottom: unset;
}

.header-nav {
  --header-padding-top: 1.2em;
  --header-padding-bottom: 1.2em;
  --header-background-color: var(--color-black, black);
  --header-row-gap: var(--global-block-gap, 1.2rem);
  --header-row-padding: 6px;
  --logo-height: 50px;
  display: flex;
  flex-flow: column nowrap;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease;
  background-color: black;
  padding-top: 40px;
}
.header-nav .header-row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: minmax(var(--global-gutter), 1fr) minmax(0, var(--global-width)) minmax(var(--global-gutter), 1fr);
  padding-top: var(--header-padding-top);
  padding-bottom: var(--header-padding-bottom);
  background-color: var(--header-background-color);
  grid-template-areas: "start content end";
  width: 100%;
}
.header-nav .header-row > * {
  grid-column: content/span 1;
}
.header-nav .header-cell {
  display: flex;
  flex-flow: column nowrap;
}
.header-nav .logo-cell {
  max-width: 100%;
  position: sticky;
  left: 25%;
  transform: translateX(-50%);
}
.header-nav .logo-cell .logo img,
.header-nav .logo-cell .logo svg {
  height: var(--logo-height);
  width: auto;
  max-width: 100%;
}

.header-nav-is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--color-black);
  z-index: 100;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
  align-self: stretch;
}

.main-row {
  --header-padding-top: 0.8em;
  --header-padding-bottom: 0.8em;
}

.row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#primary-navigation {
  display: none;
  justify-self: flex-end;
}
#primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
#primary-navigation ul a {
  font-weight: 600;
}

#mobile-nav {
  flex: 1;
  align-self: center;
  margin: 0 auto;
  /*.callout-link {
  	margin-top: auto;
  	margin-bottom: 40px;

  	a {
  		@extend .fancy-btn;
  		background-color: $secondary-color;
  		font-size: var(--fluid-body);
  		color: white !important;
  	}
  }*/
}
#mobile-nav ul {
  height: 100%;
}
#mobile-nav li {
  margin-bottom: 0.8em;
}
#mobile-nav li a {
  align-self: center;
  font-size: var(--fluid-h6);
}
#mobile-nav li > ul {
  padding-top: 0;
}
#mobile-nav li > ul a {
  font-size: calc(var(--fluid-body-sm) * 1.2);
  font-weight: 900;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
}

#navigation-modal {
  padding-top: 40px;
  /*.logo-container {
  	display: flex;

  	img {
  		width: 100%;
  		height: 70px;
  	}
  }*/
  /*.logo-container {
  	margin-top: 0.5rem;

  	img {
  		height: 55px;
  		margin: 0 auto;
  		filter: drop-shadow(1px 1px 4px rgba($black, 0.2));
  		align-self: stretch;
  	}
  }*/
}
#navigation-modal [data-bm-card] {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
}
#navigation-modal [data-bm-close] {
  color: var(--color-white);
  margin-left: auto;
  padding: 5px;
  height: 30px;
}
#navigation-modal [data-bm-close] svg {
  position: relative;
  right: -2px;
  bottom: -2px;
}
#navigation-modal [data-bm-close] svg g {
  stroke-width: 3px !important;
}
#navigation-modal .card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: var(--global-width);
  margin: 0 auto;
  padding: 20px;
  padding-right: 0;
}
#navigation-modal [data-bm-card] {
  display: flex;
  flex-flow: column nowrap;
}
#navigation-modal .bm-card-inner {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 50px;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
#navigation-modal a {
  font-size: var(--fluid-body);
  --bm-dropdown-arrow-color: var(--color-primary);
}
#navigation-modal .soc-grid {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  --icon-color: white;
  display: flex;
  align-self: flex-end;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.bm-card-inner {
  margin: 0 auto;
  width: 100%;
  max-width: var(--global-width);
}

.menu-cell {
  justify-content: center;
  align-items: center;
}

#mobile-nav-button {
  position: relative;
  margin: auto;
  font-size: var(--fluid-h4);
  padding: 0.5em;
  border: 2px solid var(--toggle-color);
  border-radius: 10px;
  --toggle-color: var(--color-primary);
}

#mobile-nav-button::before{
  float: left;
  padding-top: 100%;
  content: '';
}

#mobile-nav-button::after{
  display: block;
  content: '';
  clear: both;
}
#mobile-nav-button:hover, #mobile-nav-button:focus, #mobile-nav-button:active {
  --toggle-color: var(--color-primary-dark);
}
#mobile-nav-button:hover .button-toggle, #mobile-nav-button:focus .button-toggle, #mobile-nav-button:active .button-toggle {
  font-size: calc(var(--fluid-h3) * 1.2);
}
#mobile-nav-button .button-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--toggle-color);
  font-size: var(--fluid-h4);
  font-weight: 500;
  font-style: normal;
  line-height: 0;
  transition: all 0.3s ease;
}
#mobile-nav-button .button-toggle:after {
  content: "+";
}
#navigation-modal .modal-grid {
  display: flex;
  flex-flow: row wrap;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
}
#navigation-modal .modal-grid .menu-cell {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  width: 325px;
  align-items: flex-start;
  justify-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
#navigation-modal .modal-grid .menu-cell .fancy-break-wrapper {
  width: 100%;
  height: auto;
  align-self: flex-start;
  justify-self: flex-start;
}
#navigation-modal .modal-grid .menu-cell .fancy-break-wrapper fancy-line-break {
  width: 100%;
}
#navigation-modal .modal-grid .menu-cell nav li::before {
  content: none;
}
#navigation-modal .modal-grid .menu-cell nav li a {
  font-size: var(--fluid-h6);
}
#navigation-modal .modal-grid .menu-cell .logo-container {
  display: flex;
  align-items: stretch;
  margin-bottom: var(--size-xs);
  width: 100%;
}
#navigation-modal .modal-grid .menu-cell .logo-container img {
  width: 100%;
  padding: 0 1.5rem;
}
#navigation-modal .modal-grid .info-cell {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  padding: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 400px;
}
#navigation-modal .modal-grid .hours-info {
  color: white;
}
#navigation-modal .modal-grid .hours-info .hours-header {
  color: var(--color-primary);
  font-size: var(--fluid-h5);
  text-transform: uppercase;
  font-weight: 500;
}
#navigation-modal .modal-grid .hours-info .hours-text-wrap {
  font-weight: 300;
}

.soc-media {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: var(--size-md);
  font-size: var(--fluid-h6);
}
.soc-media .soc-header {
  color: var(--color-primary);
  font-weight: 300;
}
.soc-media .soc-wrap {
  display: flex;
  gap: 10px;
}
.soc-media .soc-wrap a {
  font-size: var(--fluid-h5);
}
.soc-media .soc-wrap a svg {
  height: var(--fluid-h5);
}

.contact-info {
  display: flex;
  flex-flow: column nowrap;
  color: var(--color-white);
  font-size: var(--fluid-body-h6);
  gap: 5px;
}
.contact-info .contact-header {
  color: var(--color-primary);
  font-size: var(--fluid-h5);
  text-transform: uppercase;
  font-weight: 500;
}
.contact-info address {
  font-weight: 300;
}
.contact-info a {
  color: white;
  align-self: flex-start;
}
.contact-info a:hover, .contact-info a:active, .contact-info a:focus {
  color: var(--color-gray);
}
.contact-info a:active {
  color: var(--color-primary-light);
}

*:not(.editor-styles-wrapper):is(.fixed-cover-background) .wp-block-cover__background,
*:not(.editor-styles-wrapper):is(.fixed-cover-background) .wp-block-cover__image-background {
  position: fixed;
}

.is-root-container .fixed-cover-background .wp-block-cover__background,
.is-root-container .fixed-cover-background .wp-block-cover__image-background {
  position: absolute !important;
}

.ghostkit-accordion {
  width: 100%;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-heading {
  font-size: var(--fluid-h5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: var(--color-black) !important;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  cursor: pointer;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse {
  border: 2px solid var(--color-primary);
  top: unset;
  left: unset;
  right: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0.7em;
  transform: unset;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse::before{
  float: left;
  padding-top: 100%;
  content: '';
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse::after{
  display: block;
  content: '';
  clear: both;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse svg {
  display: none;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse:before {
  content: "+";
  position: absolute;
  line-height: 0;
  margin: auto;
  padding-top: unset;
  font-size: 1.4em;
  color: var(--color-primary);
}
.ghostkit-accordion .ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-collapse:before {
  content: "-";
}

.gs-accordion {
  width: 100%;
}
.gs-accordion .gs-accordion-item {
  margin-bottom: 1.2rem;
}
.gs-accordion .gs-accordion-item .gs-accordion-item__title {
  background-color: unset !important;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gs-accordion .gs-accordion-item .gs-accordion-item__title .gs-accordion-item__heading {
  font-size: var(--fluid-h5);
  font-weight: 600;
  color: var(--color-black) !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0 !important;
  flex: 1;
}
.gs-accordion .gs-accordion-item .iconfortoggle {
  border: 2px solid var(--color-primary);
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  width: auto;
  height: auto;
  padding: 0.8em;
  color: var(--color-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}
.gs-accordion .gs-accordion-item .iconfortoggle::before{
  float: left;
  padding-top: 100%;
  content: '';
}
.gs-accordion .gs-accordion-item .iconfortoggle::after{
  display: block;
  content: '';
  clear: both;
}
.gs-accordion .gs-accordion-item .iconfortoggle:hover, .gs-accordion .gs-accordion-item .iconfortoggle:active, .gs-accordion .gs-accordion-item .iconfortoggle:focus {
  background-color: var(--color-light-gray);
}
.gs-accordion .gs-accordion-item .iconfortoggle :is(span) {
  top: unset !important;
  left: unset !important;
  background-color: var(--color-primary) !important;
}
.gs-accordion .gs-accordion-item .gs-accordion-item__content {
  padding: 0;
  border: unset;
  font-size: unset;
}

#popmake-483,
.pum-container.theme-513 {
  border-top-left-radius: 129px;
  border-bottom-right-radius: 129px;
  background: black;
  max-width: 500px !important;
  padding: 3em 4em;
}
#popmake-483 *,
.pum-container.theme-513 * {
  color: white;
}
#popmake-483 .popmake-title,
.pum-container.theme-513 .popmake-title {
  position: relative;
  font-size: 4em;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.75em;
}
#popmake-483 .popmake-title:before, #popmake-483 .popmake-title:after,
.pum-container.theme-513 .popmake-title:before,
.pum-container.theme-513 .popmake-title:after {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
}
#popmake-483 .popmake-title:before,
.pum-container.theme-513 .popmake-title:before {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -17%;
}
#popmake-483 .popmake-title:after,
.pum-container.theme-513 .popmake-title:after {
  width: 65px;
  height: 7px;
  bottom: -19%;
  left: 65%;
}
#popmake-483 .popmake-close,
.pum-container.theme-513 .popmake-close {
  background: transparent;
  border: none;
  color: var(--color-primary);
  font-size: 1.85em;
}
#popmake-483 .popmake-close:hover,
.pum-container.theme-513 .popmake-close:hover {
  transform: scale(1.1);
}
#popmake-483 h4,
#popmake-483 h4 strong,
.pum-container.theme-513 h4,
.pum-container.theme-513 h4 strong {
  margin-top: 2em;
  font-size: 1em;
  color: var(--color-primary);
}
#popmake-483 .cta-container,
.pum-container.theme-513 .cta-container {
  text-align: center;
  margin-top: 2em;
}
#popmake-483 .cta-container a,
.pum-container.theme-513 .cta-container a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: var(--color-primary);
}
#popmake-483 .cta-container a:before,
.pum-container.theme-513 .cta-container a:before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  width: 45%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -10%;
  margin: 0 auto;
  transition: 0.25s;
}
#popmake-483 .cta-container a:hover:before,
.pum-container.theme-513 .cta-container a:hover:before {
  width: 65%;
}

/**
 * Functional better menu styles
 * Better off not touching this stuff
 **/
[data-better-menu] {
  --bm-a-pad-top: 0.4rem;
  --bm-a-pad-left: 0.5rem;
  --bm-a-pad-right: 0.5rem;
  --bm-a-pad-bottom: 0.4rem;
  --bm-a-color: var(--color-white);
  --bm-a-color-hover: var(--color-primary);
  --bm-a-color-active: var(--color-primary-light);
  --bm-a-transition: all 0.3s ease;
  --bm-submenu-width: 225px;
  --bm-submenu-text-alignment: left;
  --bm-submenu-item-alignment: flex-start;
  --bm-vert-submenu-pad: 0.4rem;
  --bm-dropdown-arrow-height: 10px;
  --bm-dropdown-arrow-width: 15px;
  --bm-dropdown-arrow-padding: 6px;
  --bm-dropdown-arrow-color: var(--color-black);
}

[data-better-modal] {
  --bm-transition-duration: 0.4s;
  --bm-transition-function: ease;
  --bm-overlay-color: rgba(0, 0, 0, 0.4);
}

[data-bm-button] {
  --bm-button-padding-tb: 10px;
  --bm-button-padding-lr: 10px;
  --bm-button-background-color: transparent;
  --bm-button-border: unset;
  --bm-button-border-radius: 0;
  --bm-toggle-line-width: 35px;
  --bm-toggle-line-height: 5px;
  --bm-toggle-line-gap: 5px;
  --bm-toggle-line-border-radius: 10px;
  --bm-toggle-line-color: var(--color-primary);
}

[data-better-menu] {
  display: flex;
}
[data-better-menu] ul,
[data-better-menu] li,
[data-better-menu] a,
[data-better-menu] div {
  margin: unset;
  padding: unset;
}
[data-better-menu] ul {
  display: flex;
  list-style: none;
}
[data-better-menu] ul li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
[data-better-menu] ul a {
  width: auto;
  align-self: var(--bm-submenu-item-alignment);
}
[data-better-menu] ul ul {
  visibility: hidden;
  flex-flow: column nowrap;
  height: 0;
}
[data-better-menu] ul [data-bm-dropdown-anchor] {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] {
  pointer-events: all;
  padding: var(--bm-dropdown-arrow-padding);
  transition: var(--bm-a-transition);
  transform: scaleY(1);
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] svg {
  height: var(--bm-dropdown-arrow-height);
  width: var(--bm-dropdown-arrow-width);
  color: var(--bm-dropdown-arrow-color);
  pointer-events: none;
}
[data-better-menu] ul [data-bm-dropdown-anchor][data-bm-active] [data-bm-dropdown-arrow] {
  transform: scaleY(-1);
}

[data-better-menu=vertical] ul {
  flex-flow: column nowrap;
}
[data-better-menu=vertical] ul li ul {
  height: 0;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  visibility: visible;
}

[data-better-menu=horizontal] ul {
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  align-items: var(--bm-submenu-item-alignment);
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 300px;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  transition: transform 0.3s ease, visibility 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 2px 2px 10px rgba(var(--color-black), 0.3);
  z-index: 100;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 300px;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  transition: transform 0.3s ease, visibility 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 2px 2px 10px rgba(var(--color-black), 0.3);
  z-index: 100;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  visibility: visible;
}

[data-bm-button] {
  position: relative;
  cursor: pointer;
  background: unset;
  border: unset;
}

[data-better-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  z-index: 1000;
}
[data-better-modal][data-bm-is-open] {
  visibility: visible;
}
[data-better-modal] [data-bm-overlay] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-better-modal] [data-bm-card] {
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
}
[data-better-modal][data-bm-position=top] {
  justify-content: center;
  align-items: flex-start;
}
[data-better-modal][data-bm-position=left] {
  justify-content: flex-start;
  align-items: center;
}
[data-better-modal][data-bm-position=right] {
  justify-content: flex-end;
  align-items: center;
}
[data-better-modal][data-bm-position=bottom] {
  justify-content: center;
  align-items: flex-end;
}
[data-better-modal][data-bm-position=center] {
  justify-content: center;
  align-items: center;
}

body[data-bm-offcanvas] {
  position: relative;
}

[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-bm-overlay][data-bm-active] {
  background: var(--bm-overlay-color);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-bm-overlay][data-bm-active] {
  background: var(--bm-overlay-color);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.lavish-moments {
  --section-width: 100%;
}
.lavish-moments .lavish-moments-image {
  position: relative;
  height: 85vh;
  margin-bottom: 0;
}
.lavish-moments .lavish-moments-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lavish-moments .soc-section {
  justify-self: center;
}
.lavish-moments .instagram-feed {
  width: 100%;
  max-width: unset;
}

.fancy-header-link {
  position: relative;
  width: 100%;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
.fancy-header-link:before {
  content: "";
  height: 2px;
  width: auto;
  background: var(--color-primary);
  flex-grow: 1;
  margin-right: 10px;
  min-width: 50%;
}
.fancy-header-link:after {
  content: "";
  position: absolute;
  left: 25%;
  height: 10px;
  width: 25%;
  background: var(--color-primary);
}

.fancy-line-break {
  position: relative;
  margin: 0 auto;
  width: 35%;
}
.fancy-line-break::after {
  content: "" !important;
  display: flex !important;
  position: absolute !important;
  background: white !important;
  height: 10px !important;
  width: 75% !important;
  max-width: 80% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.inline-fancy-break {
  display: flex;
  width: 100%;
  --line-position: 30%;
  --line-rectangle-height: 10px;
  --line-rectangle-width: 40%;
  --border-height: 2px;
  --line-color: var(--color-primary);
}
.inline-fancy-break:after {
  content: "";
  position: relative;
  background: var(--line-color);
  height: var(--border-height);
  margin-left: 0.5rem;
  width: 100%;
  align-self: center;
  justify-self: center;
}
.inline-fancy-break:before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--line-position);
  background: var(--line-color);
  height: var(--line-rectangle-height);
  width: var(--line-rectangle-width);
  align-self: center;
  justify-self: center;
}

.sbi_load_btn:hover .sbi_btn_text, .sbi_load_btn:active .sbi_btn_text, .sbi_load_btn:focus .sbi_btn_text {
  color: white;
}

.sbi_btn_text {
  font-size: 2.5rem;
  line-height: 1;
}

.page-archive {
  margin: 0 auto;
  padding: 20px;
}

.archive-header {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10em;
}

.archive-header h1 {
  font-style: normal;
  font-weight: 100;
  color: #000;
}

.post-card-title {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.post-list article {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  width: 350px;
}

.post-thumbnail img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}

.pagination {
  text-align: center;
  margin: 40px 0;
}

.post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}

/* Post Header with Background Image */
.post-header {
  position: relative;
  width: 100%;
  height: 500px;
  /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark Overlay for Readability */
.post-header-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay, adjust opacity if needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

/* Post Body */
.post-body-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Post Title */
.post-header-overlay .post-title {
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  margin: 0;
}

/* Post Meta */
.post-header-overlay .post-meta {
  font-size: 1rem;
  color: #ddd;
  margin-top: 10px;
}

_________ .single-post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Post Title */
.post-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
}

/* Post Content */
.post-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.post-body h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}

.post-body h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold;
}

.post-body h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
}

.post-body h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}

.post-body h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.post-body h6 {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

/* Post Footer */
.post-footer {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.post-categories, .post-tags {
  margin-bottom: 10px;
}

/* Post Navigation */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.post-navigation a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  transition: color 0.3s;
}

.post-navigation a:hover {
  color: #a98a63;
  /* Gold Accent */
}

.lavish-about-grid {
  z-index: 1;
}

.edit-post-visual-editor__post-title-wrapper {
  position: relative;
  z-index: 100;
  padding-left: var(--global-block-gap);
}

body :is(.wp-block-group) {
  --section-gap: 0;
}

/**
 * Layout code that should effect all Gutenberg
 **/
.custom-layout, .wp-block-cover .wp-block-cover__inner-container, .wp-block-group,
.wp-block-cover, .is-root-container,
.s-section,
.gutenberg-content {
  --section-width: var(--global-width, 1200px);
  --section-padding-horizontal: var(--global-gutter, 20px);
  --section-padding-vertical: var(--global-section-padding, 40px);
  --section-gap: var(--global-block-gap, 20px);
  display: grid;
  grid-template-columns: minmax(var(--section-padding-horizontal), 1fr) minmax(0, var(--section-width)) minmax(var(--section-padding-horizontal), 1fr);
  grid-template-areas: "start content end";
  row-gap: var(--section-gap);
  padding-top: var(--section-padding-vertical);
  padding-bottom: var(--section-padding-vertical);
  width: 100%;
  /**
  * Forces all first level children
  * to align to the center column and expand to take up the full width
  **/
}
.custom-layout > *, .wp-block-cover .wp-block-cover__inner-container > *, .wp-block-group > *,
.wp-block-cover > *, .is-root-container > *,
.s-section > *,
.gutenberg-content > * {
  grid-column: content/span 1;
  justify-self: stretch;
  max-width: 100%;
}

.is-root-container > * + * {
  margin-block-start: unset !important;
}
.is-root-container .alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}
.is-root-container .alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}
.is-root-container .alignleft {
  float: left;
  margin-right: auto;
}
.is-root-container .alignright {
  float: right;
  margin-left: auto;
}
.is-root-container .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}

.alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}

.alignleft {
  float: left;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: auto;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group,
.wp-block-cover {
  --section-width: var(--global-width, 1200px);
  --section-padding-horizontal: 0;
}

.gutenberg-content,
.is-root-container {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  --section-gap: 0;
}
.wp-block-cover.alignfull {
  grid-column: start/end;
  width: 100%;
}
.wp-block-cover.alignfull > *:not(.wp-block-cover__inner-container) {
  grid-column: start/end;
}
.wp-block-cover .wp-block-cover__inner > * {
  align-content: center;
  justify-items: center;
}

.has-custom-content-position {
  display: grid;
}
.has-custom-content-position.is-position-center-right {
  justify-items: flex-end;
  align-content: center;
}
.has-custom-content-position.is-position-center-left {
  justify-items: flex-start;
  align-content: center;
}
.has-custom-content-position.is-position-center-center {
  justify-items: center;
  align-content: center;
}
.has-custom-content-position.is-position-bottom-center {
  justify-items: center;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-right {
  justify-items: flex-end;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-left {
  justify-items: flex-start;
  align-content: flex-end;
}
.has-custom-content-position.is-position-top-center {
  justify-items: center;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-left {
  justify-items: flex-start;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-right {
  justify-items: flex-end;
  align-content: flex-start;
}

.remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1);
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.is-root-container .remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1) !important;
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container.remove-block-gap-top:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap-bottom:last-child {
  margin-bottom: 0;
}
.is-root-container.remove-block-gap:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap:last-child {
  margin-bottom: 0;
}

.block-list-appender {
  width: 100%;
}

.block-editor-rich-text__editable {
  width: 100%;
}

.no-padding {
  --section-padding-vertical: 0;
  --section-padding-horizontal: 0;
}
.no-padding .wp-block-cover__inner-container {
  --section-padding-vertical: 0;
  --section-padding-horizontal: 0;
}

.no-horizontal-padding {
  --section-padding-horizontal: 0;
}
.no-horizontal-padding .wp-block-cover__inner-container {
  --section-padding-horizontal: 0;
}

.no-vertical-padding {
  --section-padding-vertical: 0;
}
.no-vertical-padding .wp-block-cover__inner-container {
  --section-padding-vertical: 0;
}

.layout-type-default > *:not(.alignleft):not(.alignright),
.layout-type-default .layout-type-inherit > *:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.layout-type-default > .alignleft,
.layout-type-default .layout-type-inherit > .alignleft {
  float: left;
  margin-left: 0px;
  margin-right: var(--wp--custom--gap--large);
}

.layout-type-default > .alignright,
.layout-type-default .layout-type-inherit > .alignright {
  float: right;
  margin-left: var(--wp--custom--gap--large);
  margin-right: 0px;
}

.layout-type-flex {
  display: flex;
}

.layout-type-flex.is-wrap {
  flex-wrap: wrap;
}

.layout-type-flex.justify-left {
  justify-content: flex-start;
}

.layout-type-flex.justify-right {
  justify-content: flex-end;
}

.layout-type-flex.justify-center {
  justify-content: center;
}

.layout-type-flex.orientation-horizontal {
  align-items: center;
}

.layout-type-flex.orientation-horizontal.justify-space-between {
  justify-content: space-between;
}

.layout-type-flex.orientation-vertical {
  flex-direction: column;
}

.layout-type-flex > * {
  margin: 0px;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: 100% !important;
  width: var(--global-width) !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.wp-block-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/**
 * Styles that modify the default behavior of Gutenberg
 * It is highly recommended not to modify the core files
 * Any needed changes should be made from other files
 **/
/**
 * Forces the React styles injected by Gutenberg to follow the PP3 Layout system.
 * TODO: Catch additional edge case issues.
 **/
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :is(.alignwide) {
  width: 100% !important;
  max-width: var(--global-width-wide) !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.aligncenter)) {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

/* Overwrites for Woo + Clover Online Orders 
*
* Last Edited: 11/22/2022
* Edited By: doug@getposture.com
*
*/
.site-main {
  width: 98%;
  max-width: 1366px;
  margin: 6em auto 0;
}

#sidebar {
  display: none;
}

.woocommerce .woocommerce-order {
  width: 98%;
  max-width: 1366px;
  margin: 6em auto 0;
}
.woocommerce ul.products li.product .price {
  color: #000000;
}
.woocommerce a.button.alt {
  background-color: #000000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  transition: all 0.2s ease-in-out;
}
.woocommerce a.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.woocommerce button.button.alt {
  background-color: #000000;
}
.woocommerce button.button.alt:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.woocommerce button.button.alt.disabled {
  background-color: rgba(0, 0, 0, 0.8);
}
.woocommerce button.button.alt.disabled:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.woocommerce div.product .product_title {
  font-size: 2.5rem;
}
.woocommerce div.product p.price {
  color: #000000;
}
.woocommerce div.product span.price {
  color: #000000;
}

.product_meta, .woocommerce-tabs {
  display: none;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: var(--color-header);
}
.woocommerce-message:before, .woocommerce-info:before {
  color: var(--color-header);
}

.wc-pao-col2, .product-addon-totals .wc-pao-subtotal-line {
  display: none;
}

/*********************************************/
#moo_OnlineStoreContainer, .moo-shopping-cart-container {
  margin-top: 7rem;
}

#moo-onlineStore-categories {
  display: none;
}

#moo-onlineStore-items {
  width: 100%;
}

.moo-custom-dialog-class button {
  background-color: #ffffff;
  color: black;
  border: none;
}

.moo-checkout-cart a {
  color: #000000 !important;
}

#moo-checkout #moo-login-form .login-social-section .moo-btn {
  background-color: #ffffff;
  color: #000000;
}

#mooButonLogin, #mooButonAddAddress, #mooButonResetPasswrod, #mooButonLoginAsGuest, #mooButonConfirmAddress, .moo-btn {
  background-color: #ffffff;
  border: unset;
  border-radius: var(--button-border-radius);
  color: #000000;
  font-size: var(--button-font-size);
  font-weight: 700;
  letter-spacing: 1px;
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#mooButonLogin:hover, #mooButonLogin:active, #mooButonLogin:focus, #mooButonAddAddress:hover, #mooButonAddAddress:active, #mooButonAddAddress:focus, #mooButonResetPasswrod:hover, #mooButonResetPasswrod:active, #mooButonResetPasswrod:focus, #mooButonLoginAsGuest:hover, #mooButonLoginAsGuest:active, #mooButonLoginAsGuest:focus, #mooButonConfirmAddress:hover, #mooButonConfirmAddress:active, #mooButonConfirmAddress:focus, .moo-btn:hover, .moo-btn:active, .moo-btn:focus {
  color: #000000;
  background-color: #ffffff;
}
#mooButonLogin:hover:after, #mooButonLogin:active:after, #mooButonLogin:focus:after, #mooButonAddAddress:hover:after, #mooButonAddAddress:active:after, #mooButonAddAddress:focus:after, #mooButonResetPasswrod:hover:after, #mooButonResetPasswrod:active:after, #mooButonResetPasswrod:focus:after, #mooButonLoginAsGuest:hover:after, #mooButonLoginAsGuest:active:after, #mooButonLoginAsGuest:focus:after, #mooButonConfirmAddress:hover:after, #mooButonConfirmAddress:active:after, #mooButonConfirmAddress:focus:after, .moo-btn:hover:after, .moo-btn:active:after, .moo-btn:focus:after {
  width: 30%;
}
#mooButonLogin:after, #mooButonAddAddress:after, #mooButonResetPasswrod:after, #mooButonLoginAsGuest:after, #mooButonConfirmAddress:after, .moo-btn:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 20%;
}

.moo-shopping-cart .moo-continue-shopping, .moo-checkout {
  background-color: #ffffff !important;
  border: unset;
  border-radius: var(--button-border-radius);
  color: #000000 !important;
  font-size: var(--button-font-size);
  font-weight: 700;
  letter-spacing: 1px;
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.moo-shopping-cart .moo-continue-shopping:hover, .moo-checkout:hover {
  color: #000000;
  background-color: #ffffff;
}
.moo-shopping-cart .moo-continue-shopping:hover:after, .moo-checkout:hover:after {
  width: 30%;
}
.moo-shopping-cart .moo-continue-shopping:after, .moo-checkout:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 20%;
}

.swal2-popup .swal2-content {
  padding: 75px 0;
}
.swal2-popup .swal2-styled.swal2-confirm {
  color: #ffffff;
  background: #000000;
}

.iradio_square-blue.checked {
  background: #000000;
  border-radius: 30px;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #000000;
}

.swal2-icon.swal2-success {
  border-color: #000000;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #000000;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #000000;
}

lavish-moments-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
lavish-moments-section .c-grid {
  position: relative;
  min-height: 85vh;
  --grid-col-lg: 1fr 1fr;
  --grid-col-md: 1fr 1fr;
  --grid-gap: 0;
  width: 100%;
}
lavish-moments-section .cell {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
lavish-moments-section .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
lavish-moments-section .image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  pointer-events: none;
}
lavish-moments-section .image-wrap .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}
lavish-moments-section .image-wrap .background-image:first-child {
  left: 0;
}
lavish-moments-section .image-wrap .background-image:nth-child(2) {
  left: 50%;
}
lavish-moments-section .reveal-card {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: calc(var(--global-width) * 0.5);
  --translate-direction: 0;
  transform: translateX(var(--translate-direction));
  transition: all 0.8s ease;
  opacity: 0.6;
  z-index: 1;
  padding: var(--fluid-size-xl) 2em;
  text-align: center;
}
lavish-moments-section .reveal-card .card-text {
  font-size: var(--fluid-h3);
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: var(--size-md);
  color: var(--color-black);
}
lavish-moments-section .reveal-card .card-link {
  display: inline-block;
  padding-bottom: 0.2rem;
  position: relative;
  font-size: var(--fluid-h6);
  color: var(--color-black);
}
lavish-moments-section .reveal-card .card-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
lavish-moments-section .left-cell {
  overflow: visible;
}
lavish-moments-section .left-cell .reveal-card {
  --translate-direction: 0;
  border-top-left-radius: 3em;
  align-self: flex-end;
}
lavish-moments-section .right-cell .reveal-card {
  --translate-direction: 0;
  border-top-right-radius: 3em;
}
lavish-moments-section[activecell=left-cell] .left-cell .reveal-card {
  opacity: 1;
  --translate-direction: 0;
}
lavish-moments-section[activecell=right-cell] .right-cell .reveal-card {
  opacity: 1;
  --translate-direction: 0;
}
lavish-moments-section .reveal-icon-line-sm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
lavish-moments-section .reveal-icon-line-sm fancy-line-break {
  height: 0;
  width: 250px;
}
lavish-moments-section .reveal-icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 5;
  display: none;
}
lavish-moments-section .reveal-icon-line fancy-line-break {
  width: 300px;
  animation: pulse infinite 2s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

fancy-home-animator {
  /*//background: var(--color-black);*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.3);
  animation: removeOverlay 1.5s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 4.5s;
  pointer-events: none;
}
@keyframes removeOverlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
fancy-home-animator .cell-wrap {
  position: absolute;
  top: -75%;
  left: -75%;
  width: 250%;
  height: 250%;
  z-index: 100;
  transform-origin: center center;
  animation: cell-wrap-animation 3.2s ease-in-out;
  animation-fill-mode: both;
}
fancy-home-animator .cell-wrap .top-cell {
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 3px);
  animation: top-cell-animation 3s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 2.6s;
}
fancy-home-animator .cell-wrap .bottom-cell {
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(50% + 3px);
  animation: bottom-cell-animation 3s ease-in-out;
  animation-delay: 2.6s;
  animation-fill-mode: both;
}
fancy-home-animator .cell-wrap .cell-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 6px;
  background-color: var(--color-primary);
  animation: cell-line-animation 2.9s ease-in-out;
  animation-fill-mode: both;
  z-index: 2;
}
fancy-home-animator .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
fancy-home-animator .logo {
  width: auto;
  max-width: 100%;
  height: 100px;
  z-index: -1;
}
@keyframes cell-wrap-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes top-cell-animation {
  0% {
    top: 0;
    opacity: 1;
  }
  25% {
    opacity: 0.9;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}
@keyframes bottom-cell-animation {
  0% {
    top: 50%;
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes cell-line-animation {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    width: 100%;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px){
  .c-grid {
    grid-template-columns: var(--grid-col-md);
  }
  .f-grid .cell {
    flex-basis: calc(var(--cell-size-md) - var(--grid-gap));
  }
  #footer .footer-grid {
    width: var(--footer-grid-width-md);
  }
  .header-nav .logo-cell {
    position: static;
    transform: unset;
    left: 50%;
  }
  #navigation-modal .modal-grid {
    width: 100%;
  }
  lavish-moments-section .reveal-icon-line-sm {
    display: none;
  }
  lavish-moments-section .reveal-icon-line {
    display: flex;
  }
  lavish-moments-section .reveal-icon-line fancy-line-break {
    transform: rotate(90deg);
  }
}
@media (min-width: 1024px){
  .c-grid {
    grid-template-columns: var(--grid-col-lg);
  }
  .f-grid .cell {
    flex-basis: calc(var(--cell-size-lg) - var(--grid-gap));
  }
  #footer .footer-grid {
    width: 100%;
    max-width: var(--global-width);
  }
  #footer .hours-cell {
    width: auto;
  }
  #footer .menu-cell {
    width: auto;
  }
  #footer .info-cell {
    width: auto;
  }
  #footer .logo-cell {
    width: auto;
  }
}
@media (max-width: 768px){
  lavish-moments-section .left-cell :is(.reveal-card),
lavish-moments-section .right-cell :is(.reveal-card) {
    opacity: 1;
    --translate-direction: 0;
    border-radius: 0;
  }
  lavish-moments-section .left-cell .reveal-card {
    margin-top: auto;
  }
  lavish-moments-section .right-cell .reveal-card {
    margin-bottom: auto;
  }
  lavish-moments-section .reveal-card {
    opacity: 1;
    --translate-direction: 0;
    border-radius: 0;
  }
  lavish-moments-section .reveal-card {
    opacity: 1;
    --translate-direction: 0;
  }
}
@media all and (max-width: 500px){
  #popmake-483 .popmake-title,
.pum-container.theme-513 .popmake-title {
    font-size: 3em;
  }
}
@media (prefers-reduced-motion: reduce){
  *,
::before,
::after {
    animation-delay: -1ms !important;
    /* 1 */
    animation-duration: 1ms !important;
    /* 1 */
    animation-iteration-count: 1 !important;
    /* 1 */
    background-attachment: initial !important;
    /* 2 */
    scroll-behavior: auto !important;
    /* 3 */
    transition-delay: 0s !important;
    /* 4 */
    transition-duration: 0s !important;
    /* 4 */
  }
}

/*# sourceMappingURL=app.css.map*/