/*	main.scss */
/*	_fonts.scss */
/*
	@imports from vendors ---
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,900;1,400;1,900&display=swap");
/*	_breakpoints.scss */
/*

These are required by either include-media or the base theme:
* mobile_menu  -> mobile menu
* tablet
* medium       -> sidebar dropoff
* desktop

Consider adding breakpoints to match variables introduced in theme.json at Settings > Custom > Layout.
* content
* wide
* page

*/
/*	base/_index.scss */
/*	_body.scss */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types 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 display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/*	_layout.scss */
/*	modules/_index.scss */
/*	_animation.scss */
/*	_button.scss */
/*	_helpers.scss */
/*	_colors.scss */
.has-foreground-background-color,
.has-primary-background-color,
.has-quinary-background-color {
  color: var(--wp--preset--color--background);
}

/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/*	_helpers.scss */
/*
	This file is to mimic the button styles from theme.json.

	Much of the settings below should be copied from that file.

*/
body.page.tml-action button.tml-button, .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background-color: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--large);
  border-color: var(--wp--preset--color--primary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--recoleta);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--medium);
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: inline-block;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
body.page.tml-action button.has-background.tml-button, .gform_wrapper.gravity-theme .gform_footer input.has-background[type=submit] {
  padding: 10px 15px;
}
body.page.tml-action button.tml-button:hover, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, body.page.tml-action button.tml-button:focus, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus {
  transform: translateY(-4px);
  filter: drop-shadow(0px 4px 0px var(--wp--preset--color--foreground));
}
body.page.tml-action button.tml-button:active, .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active {
  transform: translateY(-1px);
  filter: drop-shadow(0px 1px 0px var(--wp--preset--color--foreground));
}

/*	_helpers.scss */
/*
	@font-face for local fonts or creating families from vendors ---
--------------------------------------------- */
/*
	Font Stacks ---
--------------------------------------------- */
/*	_button.scss */
/*	_spacing.scss */
/*	_typography.scss */
/*
	Group Selectors ---
--------------------------------------------- */
/*
	Size Aliases ---
--------------------------------------------- */
/*
	Mixins ---
--------------------------------------------- */
/*
	Box Sizing ---
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*
	Wrap ---
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/*
	Screen Reader Text ---
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*
	Sidebar Layout ---
--------------------------------------------- */
.content-sidebar .content-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
  grid-column-gap: var(--wp--style--block-gap);
  max-width: var(--wp--custom--layout--wide);
  margin-inline: auto;
}
@media (max-width: 1260px) and (min-width: 961px) {
  .content-sidebar .content-area {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}
@media (max-width: 992px) {
  .content-sidebar .content-area {
    display: block;
  }
}
.content-sidebar .site-main {
  float: none;
  width: 100%;
  max-width: var(--wp--custom--layout--content);
}
.content-sidebar .sidebar-primary {
  float: none;
  width: 100%;
}
@media (max-width: 992px) {
  .content-sidebar .sidebar-primary {
    display: none;
  }
}

/*	_layout.scss */
/*	_base_typography.scss */
/*
	Heading ---
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--wp--style--block-gap);
}
h1:has(+ h1, + h2, + h3, + h4, + h5, + h6), h2:has(+ h1, + h2, + h3, + h4, + h5, + h6), h3:has(+ h1, + h2, + h3, + h4, + h5, + h6), h4:has(+ h1, + h2, + h3, + h4, + h5, + h6), h5:has(+ h1, + h2, + h3, + h4, + h5, + h6), h6:has(+ h1, + h2, + h3, + h4, + h5, + h6) {
  margin-bottom: 0;
}

/*
	Paragraph ---
--------------------------------------------- */
p strong {
  font-weight: 700;
}
p:empty {
  display: none;
}
p:first-child {
  margin-top: 0;
}

/*
	Links ---
--------------------------------------------- */
a {
  transition: all 0.2s ease-in-out;
}

/*	_layout.scss */
/*	_blocks-core.scss */
/*
	Mobile ---
--------------------------------------------- */
@media (min-width: 551px) {
  .mobile-only,
  a[href*=tel] {
    display: none;
  }
}
@media (max-width: 550px) {
  .not-mobile,
  .no-link-tel {
    display: none;
  }
}
/*
	Clear floats ---
--------------------------------------------- */
*.clear,
*.clear-float,
*.clearfloat {
  clear: both;
}

/*
	Images ---
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/*
	Separator ---
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/*
	Button ---
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/*
	Search Form ---
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/*
	Group ---
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.alignfull:not(.is-layout-constrained) > * {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

/*
	Cover ---
--------------------------------------------- */
/*
	Columns ---
--------------------------------------------- */
/*
	Table ---
--------------------------------------------- */
.entry-content table,
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border-color: var(--wp--preset--color--foreground);
}
.entry-content table td,
.entry-content table th,
.wp-block-table table td,
.wp-block-table table th {
  border-width: 1px;
  border-style: solid;
  padding: calc(var(--wp--custom--spacing--inner--tiny) / 2);
}

/*
	Backgrounds ---
--------------------------------------------- */
/*	_layout.scss */
/*	_blocks-plugin.scss */
/*
	Yoast SEO ---
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/*
	Business Info by Lagom Design ---
--------------------------------------------- */
.ld-block-business-info.center .company-logo,
.ld-block-business-info-next.center .company-logo {
  display: flex;
}
.ld-block-business-info.center .company-logo img,
.ld-block-business-info-next.center .company-logo img {
  margin: auto;
}
.ld-block-business-info.center .company-logo img.size-small,
.ld-block-business-info-next.center .company-logo img.size-small {
  width: 200px;
}
.ld-block-business-info ul.social-media-links,
.ld-block-business-info-next ul.social-media-links {
  display: flex;
  gap: var(--wp--custom--spacing--inner--tiny);
}
.ld-block-business-info ul.social-media-links,
.ld-block-business-info ul.social-media-links li,
.ld-block-business-info-next ul.social-media-links,
.ld-block-business-info-next ul.social-media-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ld-block-business-info ul.social-media-links li,
.ld-block-business-info-next ul.social-media-links li {
  font-size: var(--wp--preset--font-size--extra-large);
}
.block-area-before-footer .ld-block-business-info, .block-area-header-bottom .ld-block-business-info,
.block-area-before-footer .ld-block-business-info-next,
.block-area-header-bottom .ld-block-business-info-next {
  margin-top: var(--wp--custom--spacing--inner--tiny);
  margin-block-start: var(--wp--custom--spacing--inner--tiny);
}
.block-area-before-footer .ld-block-business-info h3, .block-area-header-bottom .ld-block-business-info h3,
.block-area-before-footer .ld-block-business-info-next h3,
.block-area-header-bottom .ld-block-business-info-next h3 {
  font-weight: 300;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--custom--spacing--inner--tiny);
  color: var(--wp--preset--color--primary);
}
.block-area-before-footer .ld-block-business-info a, .block-area-header-bottom .ld-block-business-info a,
.block-area-before-footer .ld-block-business-info-next a,
.block-area-header-bottom .ld-block-business-info-next a {
  color: var(--wp--preset--color--primary);
}
.block-area-before-footer .ld-block-business-info a:hover, .block-area-header-bottom .ld-block-business-info a:hover,
.block-area-before-footer .ld-block-business-info-next a:hover,
.block-area-header-bottom .ld-block-business-info-next a:hover {
  color: var(--wp--preset--color--secondary);
}
.block-area-before-footer .ld-block-business-info ul.business-phone,
.block-area-before-footer .ld-block-business-info ul.business-phone li, .block-area-header-bottom .ld-block-business-info ul.business-phone,
.block-area-header-bottom .ld-block-business-info ul.business-phone li,
.block-area-before-footer .ld-block-business-info-next ul.business-phone,
.block-area-before-footer .ld-block-business-info-next ul.business-phone li,
.block-area-header-bottom .ld-block-business-info-next ul.business-phone,
.block-area-header-bottom .ld-block-business-info-next ul.business-phone li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block-area-before-footer .ld-block-business-info ul.business-phone li, .block-area-header-bottom .ld-block-business-info ul.business-phone li,
.block-area-before-footer .ld-block-business-info-next ul.business-phone li,
.block-area-header-bottom .ld-block-business-info-next ul.business-phone li {
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--custom--spacing--inner--tiny);
}

/*
	Gravity Forms ---
--------------------------------------------- */
.gform_wrapper.gravity-theme .gform_body input[type=text],
.gform_wrapper.gravity-theme .gform_body input[type=email],
.gform_wrapper.gravity-theme .gform_body input[type=number],
.gform_wrapper.gravity-theme .gform_body input[type=tel],
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
  transition: all 0.2s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  background-color: var(--wp--preset--color--background);
  padding: 12px;
}
.gform_wrapper.gravity-theme .gform_body input[type=text]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=email]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=number]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme .gform_body textarea:focus-visible,
.gform_wrapper.gravity-theme .gform_body select:focus-visible {
  color: var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--small);
  outline: none;
}
.gform_wrapper.gravity-theme .gform_body .ginput_container_date input {
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  line-height: 0;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  cursor: pointer;
  border-color: var(--wp--preset--color--foreground);
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td,
.gravity-theme.ui-datepicker .ui-datepicker-calendar th,
.gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
.gravity-theme.ui-datepicker .ui-datepicker-header select {
  font-size: var(--wp--preset--font-size--small) !important;
  font-variant-numeric: lining-nums;
}

/*	_layout.scss */
/*	_site-header.scss */
/*
	Animated Menu Toggle Settings ---
--------------------------------------------- */
/*
	Site Header ---
--------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  position: relative;
  z-index: 2;
}
@media (min-width: 771px) {
  .site-header__toggles {
    display: none;
  }
}
.site-header:has(.size-mobile) {
  border-bottom: 2px solid green;
}
.site-header:has(.size-mobile) .size-main {
  display: block;
}
@media (max-width: 769px) {
  .site-header:has(.size-mobile) .size-main {
    display: none;
  }
}
.site-header .size-mobile {
  display: none;
}
@media (max-width: 769px) {
  .site-header .size-mobile {
    display: block;
  }
}
@media (max-width: 770px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/*
	Site Logo ---
--------------------------------------------- */
a.site-header__logo {
  display: block;
}

/*
	Site Title ---
--------------------------------------------- */
h1.site-title {
  font-size: var(--wp--preset--font-size--extra-large);
  margin-bottom: 0px;
}
h1.site-title a {
  text-decoration: none;
}
a.site-header__logo + h1.site-title {
  margin-top: var(--wp--custom--spacing--inner--small);
}

/*
	Site Tagline ---
--------------------------------------------- */
.site-title + .site-header__tagline {
  margin-top: 0.5em;
  font-size: var(--wp--preset--font-size--small);
}

/*
	Admin Bar ---
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/*
	Navigation ---
--------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
}
.nav-menu .menu-item:has(.submenu-expand) a {
  margin-right: 10px;
}
@media (min-width: 771px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item.menu-item-hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a,
  .nav-menu .menu > .menu-item-has-children.menu-item-hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    transition: opacity 0.4s ease-in-out;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}

.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
.nav-menu .submenu-expand svg {
  transform: rotate(0deg);
  transform-origin: 50%;
  transition: transform 250ms ease-in-out;
}
.nav-menu .submenu-expand.expanded svg {
  transform: rotate(180deg);
}
@media (min-width: 771px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 770px) {
  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    padding: var(--wp--custom--spacing--grid--normal) calc(var(--wp--custom--spacing--grid--normal) * 2) var(--wp--custom--spacing--grid--normal) var(--wp--custom--spacing--grid--normal);
    z-index: 1;
    overflow-x: scroll;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/*
	Menu Toggle ---
--------------------------------------------- */
@media (max-width: 770px) {
  .menu-toggle {
    background: transparent;
    cursor: pointer;
    min-height: 20px;
    width: 30px;
    position: relative;
    top: var(--wp--custom--spacing--grid--normal);
    right: var(--wp--custom--spacing--grid--normal);
    z-index: 200;
  }
  .menu-toggle span {
    margin-left: 0;
    top: 8.5px;
  }
  .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
    border-radius: 0;
    content: "";
    background: var(--wp--preset--color--primary);
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .menu-toggle span::before {
    top: -8.5px;
  }
  .menu-toggle span::after {
    top: auto;
    bottom: -8.5px;
  }
  .menu-toggle.active {
    position: absolute;
    top: var(--wp--custom--spacing--grid--normal);
    right: var(--wp--custom--spacing--grid--normal);
  }
  .menu-toggle.active span {
    background: transparent;
  }
  .menu-toggle.active span::before, .menu-toggle.active span::after {
    top: 0;
  }
  .menu-toggle.active span::before {
    transform: rotate(45deg);
  }
  .menu-toggle.active span::after {
    transform: rotate(-45deg);
  }
}

/*	_layout.scss */
/*	_archive-header.scss */
.archive-header {
  background: var(--wp--preset--color--background);
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .archive-header {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
  padding: 0;
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/*	_layout.scss */
/*	_archive.scss */
/*
	Home Block Area ---
--------------------------------------------- */
.block-area-home {
  max-width: var(--wp--custom--layout--content);
  margin-inline: auto;
}
@media (max-width: 960px) {
  .block-area-home {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}

/*
	Post Listing ---
--------------------------------------------- */
.archive .site-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
  max-width: var(--wp--custom--layout--content);
  margin-inline: auto;
}
@media (max-width: 960px) {
  .archive .site-main {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}
@media (max-width: 880px) {
  .archive .site-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 550px) {
  .archive .site-main {
    grid-template-columns: 1fr;
  }
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/*
	Entry Navigation ---
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/*	_layout.scss */
/*	_entry.scss */
/*
	Entry Header ---
--------------------------------------------- */
h1.entry-title, h1.entry-title a,
h2.post-summary__title,
h2.post-summary__title a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--wp--custom--spacing--grid--normal);
}
.entry-header:has(.entry-header-image) {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  padding-inline: 0;
}
.entry-header:has(.entry-header-image) .entry-title {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

/*
	Entry Content ---
--------------------------------------------- */
h1.front {
  display: none;
}

.block-area:after {
  content: "";
  display: table;
  clear: both;
}
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.block-area > *.alignleft {
  float: left;
  margin-right: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.block-area > *.alignright {
  float: right;
  margin-left: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 879px) {
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
@media (max-width: 770px) {
  .block-area > *.alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
  }
}
.block-area[class*=-preheader] > * {
  max-width: none;
}
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.block-area > .alignfull:not(:first-child), .block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.block-area > .alignfull:not(:last-child), .block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.block-area > .alignfull + .alignfull {
  margin-top: 0px;
}
.block-area > .alignfull:not(:last-child):has(+ .alignfull) {
  margin-bottom: 0px;
}

.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.singular .entry-content {
  max-width: var(--wp--custom--layout--content);
  margin-inline: auto;
}
@media (max-width: 960px) {
  .singular .entry-content {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}
.entry-content > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
  width: min(var(--wp--custom--layout--wide), 100vw);
  width: var(--wp--custom--layout--wide);
  margin-left: calc((100% - var(--wp--custom--layout--wide)) / 2);
}
body.content-sidebar .entry-content > *.alignwide {
  width: var(--wp--custom--layout--wide);
  margin-left: max(var(--wp--custom--layout--wide) / 2 - 50vw + var(--wp--custom--spacing--grid--normal), 50% - var(--wp--custom--layout--wide) / 2 + var(--wp--custom--spacing--grid--normal));
}
@media (max-width: 1260px) {
  body.content-sidebar .entry-content > *.alignwide {
    margin-left: 0;
    max-width: calc(100vw - var(--wp--custom--spacing--grid--small) * 2);
  }
}
@media (max-width: 1200px) {
  .entry-content > *.alignwide {
    margin-left: calc((100% - 100vw) / 2 + var(--wp--custom--spacing--grid--small));
    width: calc(100vw - var(--wp--custom--spacing--grid--small) * 2);
  }
}
.entry-content > *.alignleft {
  float: left;
  margin-right: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.entry-content > *.alignright {
  float: right;
  margin-left: var(--wp--custom--spacing--grid--normal);
  margin-bottom: var(--wp--custom--spacing--inline);
}
.entry-content > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(-1 * var(--wp--custom--layout--block-gap-large));
  margin-right: auto;
  width: 100vw;
  max-width: 100vw;
}
body.content-sidebar .entry-content > *.alignfull {
  width: 100vw;
  margin-left: calc(var(--wp--custom--layout--wide) / 2 - 50vw);
}
@media (max-width: 1260px) {
  body.content-sidebar .entry-content > *.alignfull {
    margin-left: calc(-1 * var(--wp--custom--spacing--grid--normal));
  }
}
@media (max-width: 879px) {
  .entry-content > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull + .alignfull {
  margin-top: 0px;
}
.entry-content > .alignfull:not(:last-child):has(+ .alignfull) {
  margin-bottom: 0px;
}

.full-width-content .entry-content {
  padding-inline: var(--wp--custom--spacing--grid--normal);
}
.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/*
	Single Post ---
--------------------------------------------- */
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.block-area[class*=-preheader] .wp-block-group.is-layout-flex {
  padding: var(--wp--custom--spacing--inner--normal);
  align-items: baseline;
}
.block-area[class*=-preheader] h2 {
  font-size: var(--wp--preset--font-size--extra-large);
}
.block-area[class*=-preheader] a {
  text-decoration: none;
}

.entry-footer {
  margin-top: var(--wp--custom--spacing--grid--normal);
}

.block-area-after-post {
  margin: var(--wp--custom--spacing--grid--small) 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

.page-links {
  clear: both;
}

.wp-block-image figcaption,
.wp-caption-text {
  font-size: var(--wp--preset--font-size--small);
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

/*	_layout.scss */
/*	_site-footer.scss */
/*
	Block Footer Area ---
--------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

/*
	Site Footer ---
--------------------------------------------- */
.site-footer {
  background: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}

/*	_layout.scss */
/*	_animation.scss */
*.ani {
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
*.ani.active {
  animation-play-state: running;
}

@keyframes sharpen-up {
  0% {
    transform: scale(110%);
    opacity: 0.2;
    filter: blur(10px);
  }
  100% {
    transform: scale(100%);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes risein {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
*.animation-risein {
  animation-name: risein;
  animation-duration: 333ms;
  animation-delay: 150ms;
  transform: translateY(100px);
  opacity: 0;
}
.ani.active *.animation-risein {
  animation-play-state: running;
  animation-fill-mode: forwards;
}

*.animation-risein-each > * {
  animation-name: risein;
  animation-duration: 333ms;
  animation-delay: 150ms;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;
}
*.animation-risein-each > *:nth-child(1) {
  animation-delay: 150ms;
}
*.animation-risein-each > *:nth-child(2) {
  animation-delay: 300ms;
}
*.animation-risein-each > *:nth-child(3) {
  animation-delay: 450ms;
}
*.animation-risein-each > *:nth-child(4) {
  animation-delay: 600ms;
}
*.animation-risein-each > *:nth-child(5) {
  animation-delay: 750ms;
}
*.animation-risein-each > *:nth-child(6) {
  animation-delay: 900ms;
}
*.animation-risein-each > *:nth-child(7) {
  animation-delay: 1050ms;
}
*.animation-risein-each > *:nth-child(8) {
  animation-delay: 1200ms;
}
*.animation-risein-each > *:nth-child(9) {
  animation-delay: 1350ms;
}
*.animation-risein-each > *:nth-child(10) {
  animation-delay: 1500ms;
}
.ani.active *.animation-risein-each > * {
  animation-play-state: running;
}

/*	_galleries.scss */
/*
	Galleries ---
--------------------------------------------- */
.wp-block-gallery.alignfull {
  margin-bottom: var(--wp--custom--spacing--inline);
}
.wp-block-gallery.alignleft, .wp-block-gallery:not(.has-nested-images).aligntleft {
  margin-right: var(--wp--custom--spacing--inner--normal);
}
.wp-block-gallery.alignlright, .wp-block-gallery:not(.has-nested-images).aligntright {
  margin-left: var(--wp--custom--spacing--inner--normal);
}
.wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--spacing--inner--tiny);
}

/*	_layout.scss */
/*	_tml.scss */
/*	_rye.scss */
/**
Rye

Replacement for Bourbon. Conforms to Dart Sass.
Thank you, thoughtbot.

@see https://github.com/thoughtbot/bourbon

**/
body.page.tml-action .entry-content,
body.page.tml-action .entry-header {
  max-width: var(--wp--custom--layout--login);
  padding-inline: var(--wp--custom--spacing--grid--normal);
}
body.page.tml-action input[type=text],
body.page.tml-action input[type=password] {
  padding: var(--wp--custom--spacing--inline);
}
body.page.tml-action button.tml-button {
  cursor: pointer;
  border-color: var(--wp--preset--color--foreground);
}
body.page.tml-action ul.tml-links,
body.page.tml-action ul.tml-links li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/*	_home.scss */
