/*	main.scss */
/*	_fonts.scss */
/*
	@imports from vendors ---
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=PT+Mono&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&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;
}

/*	_a11y.scss */
.no-display,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/*	_layout.scss */
/*	modules/_index.scss */
/*	_animation.scss */
/*	_button.scss */
/*	_helpers.scss */
/*	_colors.scss */
/*	_typography.scss */
/*
	Group Selectors ---
--------------------------------------------- */
/*
	Size Aliases ---
--------------------------------------------- */
/*
	Mixins ---
--------------------------------------------- */
.has-foreground-background-color,
.has-foreground-tint-1-background-color,
.has-foreground-tint-2-background-color,
.has-primary-background-color,
.has-primary-shade-1-background-color,
.has-primary-shade-2-background-color,
.has-quaternary-shade-2-background-color {
  color: var(--wp--preset--color--background);
}
.has-foreground-background-color h1, .has-foreground-background-color h2, .has-foreground-background-color h3, .has-foreground-background-color h4, .has-foreground-background-color h5, .has-foreground-background-color h6,
.has-foreground-tint-1-background-color h1,
.has-foreground-tint-1-background-color h2,
.has-foreground-tint-1-background-color h3,
.has-foreground-tint-1-background-color h4,
.has-foreground-tint-1-background-color h5,
.has-foreground-tint-1-background-color h6,
.has-foreground-tint-2-background-color h1,
.has-foreground-tint-2-background-color h2,
.has-foreground-tint-2-background-color h3,
.has-foreground-tint-2-background-color h4,
.has-foreground-tint-2-background-color h5,
.has-foreground-tint-2-background-color h6,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-shade-1-background-color h1,
.has-primary-shade-1-background-color h2,
.has-primary-shade-1-background-color h3,
.has-primary-shade-1-background-color h4,
.has-primary-shade-1-background-color h5,
.has-primary-shade-1-background-color h6,
.has-primary-shade-2-background-color h1,
.has-primary-shade-2-background-color h2,
.has-primary-shade-2-background-color h3,
.has-primary-shade-2-background-color h4,
.has-primary-shade-2-background-color h5,
.has-primary-shade-2-background-color h6,
.has-quaternary-shade-2-background-color h1,
.has-quaternary-shade-2-background-color h2,
.has-quaternary-shade-2-background-color h3,
.has-quaternary-shade-2-background-color h4,
.has-quaternary-shade-2-background-color h5,
.has-quaternary-shade-2-background-color h6 {
  color: var(--wp--preset--color--secondary);
}

/*
	@font-face for local fonts or creating families from vendors ---
--------------------------------------------- */
@font-face {
  font-family: "werker-sans";
  font-weight: normal bold;
  src: local("werker-sans"), url("../fonts/ag-werker-sans/zarwkfzo6e4kmmjzfuzfgo4boqaoqxd7t8vmbeqvq99uq3my35lkzso6tlwt1syw-webfont.woff") format("woff"), url("../fonts/ag-werker-sans/zarwkfzo6e4kmmjzfuzfgo4boqaoqxd7t8vmbeqvq99uq3my35lkzso6tlwt1syw-webfont.woff2") format("woff2");
}
/*
	Font Stacks ---
--------------------------------------------- */
/**
 * 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, .block-area-before-footer .ld-block-business-info .button-wrapper a, .block-area-header-bottom .ld-block-business-info .button-wrapper a,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a, .gform_wrapper.gravity-theme input[type=submit], body:not(.wp-admin) .entry-content a.button,
body:not(.wp-admin) .entry-content button,
body:not(.wp-admin) .entry-content input.button {
  background-color: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--button);
  border-color: var(--wp--preset--color--tertiary);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--tertiary);
  font-family: var(--wp--preset--font-family--werker-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: var(--wp--custom--line-height--medium);
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
body.page.tml-action button.has-background.tml-button, .block-area-before-footer .ld-block-business-info .button-wrapper a.has-background, .block-area-header-bottom .ld-block-business-info .button-wrapper a.has-background,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a.has-background,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a.has-background, .gform_wrapper.gravity-theme input.has-background[type=submit], body:not(.wp-admin) .entry-content a.has-background.button,
body:not(.wp-admin) .entry-content button.has-background,
body:not(.wp-admin) .entry-content input.has-background.button {
  padding: 10px 15px;
}
body.page.tml-action button.tml-button:hover, .block-area-before-footer .ld-block-business-info .button-wrapper a:hover, .block-area-header-bottom .ld-block-business-info .button-wrapper a:hover,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a:hover,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a:hover, .gform_wrapper.gravity-theme input[type=submit]:hover, body:not(.wp-admin) .entry-content a.button:hover,
body:not(.wp-admin) .entry-content button:hover,
body:not(.wp-admin) .entry-content input.button:hover {
  transform: scale(1.04);
}
body.page.tml-action button.tml-button:focus, .block-area-before-footer .ld-block-business-info .button-wrapper a:focus, .block-area-header-bottom .ld-block-business-info .button-wrapper a:focus,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a:focus,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a:focus, .gform_wrapper.gravity-theme input[type=submit]:focus, body:not(.wp-admin) .entry-content a.button:focus,
body:not(.wp-admin) .entry-content button:focus,
body:not(.wp-admin) .entry-content input.button:focus {
  outline: 2px solid var(--wp--preset--color--primary);
}
body.page.tml-action button.tml-button:active, .block-area-before-footer .ld-block-business-info .button-wrapper a:active, .block-area-header-bottom .ld-block-business-info .button-wrapper a:active,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a:active,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a:active, .gform_wrapper.gravity-theme input[type=submit]:active, body:not(.wp-admin) .entry-content a.button:active,
body:not(.wp-admin) .entry-content button:active,
body:not(.wp-admin) .entry-content input.button:active {
  transform: scale(0.96);
}
body.page.tml-action button.tml-button:disabled, .block-area-before-footer .ld-block-business-info .button-wrapper a:disabled, .block-area-header-bottom .ld-block-business-info .button-wrapper a:disabled,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a:disabled,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a:disabled, .gform_wrapper.gravity-theme input[type=submit]:disabled, body:not(.wp-admin) .entry-content a.button:disabled,
body:not(.wp-admin) .entry-content button:disabled,
body:not(.wp-admin) .entry-content input.button:disabled,
body.page.tml-action button.tml-button .disabled,
.block-area-before-footer .ld-block-business-info .button-wrapper a .disabled,
.block-area-header-bottom .ld-block-business-info .button-wrapper a .disabled,
.block-area-before-footer .ld-block-business-info-next .button-wrapper a .disabled,
.block-area-header-bottom .ld-block-business-info-next .button-wrapper a .disabled,
.gform_wrapper.gravity-theme input[type=submit] .disabled,
body:not(.wp-admin) .entry-content a.button .disabled,
body:not(.wp-admin) .entry-content button .disabled,
body:not(.wp-admin) .entry-content input.button .disabled {
  filter: grayscale(0.7) contrast(0.5);
}

/*	_helpers.scss */
/*	_button.scss */
/*	_spacing.scss */
/*	_colors.scss */
/*
	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;
}
.site-inner:has(*.alignfull:last-child) {
  padding-bottom: 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;
}
a:not(.wp-element-button) {
  text-decoration-color: var(--wp--preset--color--primary-tint-2);
}
a:not(.wp-element-button):hover {
  text-decoration-color: var(--wp--preset--color--primary);
}

/*	_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);
  }
}
.wp-block-image.is-style-slide-in-from-left {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  position: relative;
  display: block;
  width: 150%;
  height: 100%;
  right: 50%;
}
.wp-block-image.is-style-slide-in-from-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: color-mix(in srgb, white 40%, transparent);
  z-index: 2;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 15% 50%);
  transition: all 600ms cubic-bezier(0, 0, 0.2, 1);
}
.wp-block-image.is-style-slide-in-from-left.complete::after {
  right: -80%;
}

/*
	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: 10px 15px;
}
.wp-element-button:hover,
.wp-block-button > .wp-block-button__link:hover {
  transform: scale(1.04);
}
.wp-element-button:focus,
.wp-block-button > .wp-block-button__link:focus {
  outline: 2px solid var(--wp--preset--color--primary);
}
.wp-element-button:active,
.wp-block-button > .wp-block-button__link:active {
  transform: scale(0.96);
}
.wp-element-button:disabled,
.wp-element-button .disabled,
.wp-block-button > .wp-block-button__link:disabled,
.wp-block-button > .wp-block-button__link .disabled {
  filter: grayscale(0.7) contrast(0.5);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px 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);
  background: transparent;
}
.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);
}

body:not(.wp-admin) .entry-content a.button,
body:not(.wp-admin) .entry-content button,
body:not(.wp-admin) .entry-content input.button {
  cursor: pointer;
}

body:not(.wp-admin) .block-area a.button,
body:not(.wp-admin) .block-area button,
body:not(.wp-admin) .block-area input.button {
  font-size: var(--wp--preset--font-size--small);
}

/*
	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;
}

.wp-block-group.alignfull.is-style-angled-convex {
  position: relative;
  padding-block: var(--wp--custom--spacing--grid--normal);
  z-index: 2;
}
.wp-block-group.alignfull.is-style-angled-convex::after, .wp-block-group.alignfull.is-style-angled-convex::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background-color: inherit;
}
.wp-block-group.alignfull.is-style-angled-convex::before {
  bottom: calc(100% - 1px);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.wp-block-group.alignfull.is-style-angled-convex::after {
  top: calc(100% - 1px);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (max-width: 1000px) {
  .wp-block-group.alignfull.is-style-angled-convex::before {
    bottom: calc(100% - 1px);
    clip-path: polygon(0% 100%, 500px 0%, 100% 100%);
  }
  .wp-block-group.alignfull.is-style-angled-convex::after {
    top: calc(100% - 1px);
    clip-path: polygon(0% 0%, 100% 0%, 500px 100%);
  }
}
*:has(+ .wp-block-group.alignfull.is-style-angled-convex) {
  padding-bottom: calc(var(--wp--custom--spacing--grid--normal) * 2);
}

.is-style-amb-pattern {
  position: relative;
}
.is-style-amb-pattern::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/alma-mader-pattern-black.png");
  background-repeat: repeat;
  background-size: 100px;
  opacity: 0.08;
  z-index: 0;
}
.is-style-amb-pattern > * {
  position: relative;
}

.is-layout-grid.is-style-one-plus-two > *:first-child {
  grid-row: 1/3;
}
@media (max-width: 550px) {
  .is-layout-grid.is-style-one-plus-two {
    max-width: 80vw;
    max-height: 80vh;
    gap: 5vw;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, 1fr);
  }
  .is-layout-grid.is-style-one-plus-two > *:first-child {
    min-height: 80vw;
    max-height: 100%;
  }
}

/*
	Cover ---
--------------------------------------------- */
.wp-block-cover.is-style-blocky:has(a) span.has-secondary-background-color,
.wp-block-cover.is-style-blocky:has(a) img[class*=__image-background],
.wp-block-cover.is-style-blocky:has(a) a {
  transition: all 0.2s ease-in-out;
}
.wp-block-cover.is-style-blocky:has(a) div[class*=__inner-container] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block-cover.is-style-blocky:has(a) p {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.wp-block-cover.is-style-blocky:has(a) a {
  text-decoration: none;
  display: table-cell;
  margin: auto;
  text-shadow: 0px 0px 0px transparent;
  width: 99%;
  height: 99%;
  vertical-align: middle;
}
body:not(.wp-admin) .wp-block-cover.is-style-blocky:has(a):has(a:hover) span.has-secondary-background-color {
  opacity: 0;
}
body:not(.wp-admin) .wp-block-cover.is-style-blocky:has(a):has(a:hover) img[class*=__image-background] {
  filter: none;
}
body:not(.wp-admin) .wp-block-cover.is-style-blocky:has(a):has(a:hover) a {
  color: var(--wp--preset--color--tertiary);
  text-shadow: 0px 2px 10px color-mix(in srgb, black 60%, transparent), 0px 0px 15px color-mix(in srgb, black 50%, transparent);
}

/*
	List ---
--------------------------------------------- */
.wp-block-list.is-style-solid {
  margin-top: 0;
}
.wp-block-list.is-style-solid, .wp-block-list.is-style-solid > li {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-list.is-style-2-columns {
  columns: 2;
  column-gap: 1em;
}
@media (max-width: 550px) {
  .wp-block-list.is-style-2-columns {
    columns: 1;
  }
}

/*
	Columns ---
--------------------------------------------- */
.wp-block-columns.is-style-ruled {
  gap: calc(var(--wp--custom--layout--block-gap) / 2);
}
.wp-block-columns.is-style-ruled > .wp-block-column:not(:last-child) {
  padding-right: calc(var(--wp--custom--layout--block-gap) / 2);
  position: relative;
}
.wp-block-columns.is-style-ruled > .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 80%;
  top: 10%;
  right: 0;
  border-right: 2px solid var(--wp--preset--color--quaternary-tint-1);
}

/*
	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);
}

/*
	Navigation ---
--------------------------------------------- */
.block-area .wp-block-navigation ul {
  gap: 0;
}
.block-area .wp-block-navigation a {
  color: var(--wp--preset--color--primary);
}
.block-area .wp-block-navigation a:hover, .block-area .wp-block-navigation a:focus, .block-area .wp-block-navigation a:focus-visible {
  color: var(--wp--preset--color--primary-shade-1);
}

/*
	Backgrounds ---
--------------------------------------------- */
/*
	Special Font Cases ---
--------------------------------------------- */
*.has-werker-sans-font-family {
  text-transform: uppercase;
}

code,
pre {
  font-family: var(--wp--preset--font-family--pt-mono);
  word-wrap: break-word;
}

/*	_layout.scss */
/*	_forms.scss */
/*	_rye.scss */
/**
Rye

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

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

**/
/*
	Form Elements ---
--------------------------------------------- */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  border-width: 1px;
  border-style: solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  background-color: var(--wp--preset--color--background);
  padding: 12px;
  color: var(--wp--preset--color--foreground-tint-1);
  transition: all 0.2s ease-in-out;
}
[type=color]:focus, [type=color]:active, [type=color]:focus-visible, [type=date]:focus, [type=date]:active, [type=date]:focus-visible, [type=datetime]:focus, [type=datetime]:active, [type=datetime]:focus-visible, [type=datetime-local]:focus, [type=datetime-local]:active, [type=datetime-local]:focus-visible, [type=email]:focus, [type=email]:active, [type=email]:focus-visible, [type=month]:focus, [type=month]:active, [type=month]:focus-visible, [type=number]:focus, [type=number]:active, [type=number]:focus-visible, [type=password]:focus, [type=password]:active, [type=password]:focus-visible, [type=search]:focus, [type=search]:active, [type=search]:focus-visible, [type=tel]:focus, [type=tel]:active, [type=tel]:focus-visible, [type=text]:focus, [type=text]:active, [type=text]:focus-visible, [type=time]:focus, [type=time]:active, [type=time]:focus-visible, [type=url]:focus, [type=url]:active, [type=url]:focus-visible, [type=week]:focus, [type=week]:active, [type=week]:focus-visible, input:not([type]):focus, input:not([type]):active, input:not([type]):focus-visible, textarea:focus, textarea:active, textarea:focus-visible {
  color: var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--small);
  outline: 2px solid var(--wp--preset--color--primary);
  background-color: white;
  color: var(--wp--preset--color--foreground);
}

/*	_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 h3.business-address-location,
.ld-block-business-info-next h3.business-address-location {
  font-family: var(--wp--preset--font-family--new-spirit);
  font-weight: bold;
  font-size: var(--wp--preset--font-size--large);
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
.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);
}
.ld-block-business-info ul.business-hours,
.ld-block-business-info-next ul.business-hours {
  margin-block: 0;
}
.ld-block-business-info ul.business-hours, .ld-block-business-info ul.business-hours > li,
.ld-block-business-info-next ul.business-hours,
.ld-block-business-info-next ul.business-hours > li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.ld-block-business-info ul.business-hours li,
.ld-block-business-info-next ul.business-hours li {
  display: table-row;
  border: 3px solid transparent;
  border-radius: var(--wp--custom--border-radius--tiny);
  display: flex;
  padding: 1px 3px;
  line-height: var(--wp--custom--line-height--tiny);
}
.ld-block-business-info ul.business-hours li > span,
.ld-block-business-info-next ul.business-hours li > span {
  display: table-cell;
  display: block;
  margin-right: 1em;
}
.ld-block-business-info ul.business-hours li > span:first-child,
.ld-block-business-info-next ul.business-hours li > span:first-child {
  width: 50%;
}
.ld-block-business-info ul.business-hours li.today,
.ld-block-business-info-next ul.business-hours li.today {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--quaternary);
}
.ld-block-business-info ul.business-phones, .ld-block-business-info ul.business-phones > li,
.ld-block-business-info-next ul.business-phones,
.ld-block-business-info-next ul.business-phones > li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.block-area-before-footer .ld-block-business-info:not(:first-child), .block-area-header-bottom .ld-block-business-info:not(:first-child),
.block-area-before-footer .ld-block-business-info-next:not(:first-child),
.block-area-header-bottom .ld-block-business-info-next:not(:first-child) {
  margin-top: var(--wp--custom--spacing--inner--normal);
  margin-block-start: var(--wp--custom--spacing--inner--normal);
}
.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:not(.button), .block-area-header-bottom .ld-block-business-info a:not(.button),
.block-area-before-footer .ld-block-business-info-next a:not(.button),
.block-area-header-bottom .ld-block-business-info-next a:not(.button) {
  color: var(--wp--preset--color--primary);
}
.block-area-before-footer .ld-block-business-info a:not(.button):hover, .block-area-header-bottom .ld-block-business-info a:not(.button):hover,
.block-area-before-footer .ld-block-business-info-next a:not(.button):hover,
.block-area-header-bottom .ld-block-business-info-next a:not(.button):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;
  color: var(--wp--preset--color--foreground-tint-1);
}
.gform_wrapper.gravity-theme .gform_body input[type=text]:focus-visible, .gform_wrapper.gravity-theme .gform_body input[type=text]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=email]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=email]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=number]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=number]:focus,
.gform_wrapper.gravity-theme .gform_body input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme .gform_body input[type=tel]:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus-visible,
.gform_wrapper.gravity-theme .gform_body textarea:focus,
.gform_wrapper.gravity-theme .gform_body select:focus-visible,
.gform_wrapper.gravity-theme .gform_body select:focus {
  color: var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--small);
  outline: 2px solid var(--wp--preset--color--primary);
  background-color: white;
  color: var(--wp--preset--color--foreground);
}
.gform_wrapper.gravity-theme .gform_body .ginput_container_date input {
  width: 100%;
}
.gform_wrapper.gravity-theme h3.gsection_title {
  font-size: var(--wp--preset--font-size--large);
  margin: 0.25em 0 0;
}
@media (max-width: 880px) {
  .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label {
    vertical-align: text-top;
  }
}
.gform_wrapper.gravity-theme input[type=submit] {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
}
.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] {
  font-size: var(--wp--preset--font-size--medium);
}

.block-area-before-footer .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--inner--normal);
}

.gfield--type-text.a11y-datepicker .ginput_container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.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 {
  position: relative;
  min-height: 200px;
  z-index: 25;
}
.site-header::after, .site-header::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  width: calc(200px + 100vw);
  left: -100px;
  background-color: var(--wp--preset--color--primary);
  min-height: 200px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 50%, 0% 100%);
  z-index: 1;
}
@media (max-width: 1000px) {
  .site-header::after, .site-header::before {
    left: auto;
    right: 0;
    min-height: 150px;
  }
}
.site-header::before {
  z-index: 0;
  background-color: var(--wp--preset--color--secondary);
  top: 20px;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  display: block;
  position: relative;
  z-index: 2;
  max-width: 100vw;
}
@media (max-width: 1000px) {
  .site-header .wrap {
    display: flex;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1001px) {
  .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: 999px) {
  .site-header:has(.size-mobile) .size-main {
    display: none;
  }
}
.site-header .size-mobile {
  display: none;
}
@media (max-width: 999px) {
  .site-header .size-mobile {
    display: block;
  }
}
@media (max-width: 1000px) {
  .site-header {
    max-height: 100vh;
  }
}

.search-toggle,
.menu-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 {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

/*
	Site ID ---
--------------------------------------------- */
.site-id-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--wp--preset--color--secondary);
  clip-path: circle();
  top: var(--wp--custom--spacing--grid--small);
  left: calc(50% - 100px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .site-id-wrap {
    width: 150px;
    height: 150px;
    left: calc(20% - 75px);
    left: auto;
    right: calc(100px + 50vw - 75px);
    width: 120px;
    height: 120px;
    left: auto;
    right: calc(100px + 50vw - 60px);
  }
}

/*
	Site Logo ---
--------------------------------------------- */
a.site-header__logo {
  display: block;
  max-width: 180px;
  max-height: 180px;
  margin: auto;
  transform-origin: 50%;
  transform: scale(1);
}
a.site-header__logo:hover, a.site-header__logo:focus, a.site-header__logo:focus-visible {
  transform: scale(1.1);
}
@media (max-width: 1000px) {
  a.site-header__logo {
    max-width: 135px;
    max-height: 135px;
    max-width: 110px;
    max-height: 110px;
  }
}

/*
	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-wrap {
  padding-top: 15px;
}
@media (min-width: 1200px) {
  .nav-wrap {
    padding-top: 30px;
  }
}

.nav-menu {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  background-color: var(--wp--preset--color--primary);
}
.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;
}
body:not(.logged-in-madera, .logged-in-admin) .nav-menu .menu-item.logged-in-madera {
  display: none;
}
body:not(.logged-in-admin) .nav-menu .menu-item.logged-in-admin {
  display: none;
}
body:is(.logged-in-madera, .logged-in-admin) .nav-menu .menu-item.logged-out {
  display: none;
}
.nav-menu .menu-item a {
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--wp--preset--font-family--werker-sans);
  color: var(--wp--preset--color--background);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.nav-menu .menu-item.admin-menu > a span {
  visibility: hidden;
}
.nav-menu .menu-item.admin-menu > a::after {
  font-family: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f013";
  visibility: visible;
  font-family: "Font Awesome 5 Solid";
  font-family: "Font Awesome 7 Solid";
  font-weight: 900;
}
.nav-menu .menu-item:has(.submenu-expand) > a {
  padding-right: 30px;
}
.nav-menu .menu-item:hover .submenu-expand svg {
  transform: rotate(180deg);
}
.nav-menu .menu-item.logged-in-admin {
  background-color: var(--wp--preset--color--foreground);
  position: relative;
}
.nav-menu .menu-item:hover > a, .nav-menu .menu-item:focus > a, .nav-menu .menu-item:focus-visible > a, .nav-menu .menu-item:has(> button.submenu-expand:hover) > a {
  background-color: var(--wp--preset--color--primary-shade-2);
  color: var(--wp--preset--color--quaternary-tint-1);
}
.nav-menu .menu-item > a:focus-visible {
  outline: 2px solid var(--wp--preset--color--background) !important;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a, .nav-menu .menu-item.current-menu-item > .submenu-expand {
  background-color: var(--wp--preset--color--primary-shade-1);
  color: var(--wp--preset--color--quaternary-tint-1);
}
.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: 10px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
.nav-menu .submenu-expand:focus-visible {
  background-color: var(--wp--preset--color--primary-shade-2);
  outline: 2px solid var(--wp--preset--color--background);
}
.nav-menu .submenu-expand svg {
  transform: rotate(0deg);
  transform-origin: 50%;
  transition: transform 250ms ease-in-out;
  fill: var(--wp--preset--color--secondary);
}
.nav-menu .submenu-expand.expanded svg {
  transform: rotate(180deg);
}
@media (min-width: 1001px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item.first-right, .nav-menu .menu-item.split {
    margin-left: auto;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:has(.submenu-expand.expanded) > .sub-menu {
    display: block;
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > .sub-menu.align-right, .nav-menu .menu-item:has(.submenu-expand.expanded) > .sub-menu.align-right {
    right: 0;
  }
  .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--secondary);
  }
  .nav-menu .sub-menu {
    display: none;
    transition: opacity 0.4s ease-in-out;
    background: var(--wp--preset--color--primary-shade-1);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu.align-right {
    left: auto;
    right: -9999px;
  }
  .nav-menu .sub-menu a {
    border-bottom-width: 0;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    color: var(--wp--preset--color--quaternary-tint-1);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1200px) {
  .nav-menu .menu-item.split {
    margin-left: 200px;
  }
}
@media (max-width: 1000px) {
  .nav-menu:has(.nav-primary) {
    --original-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--wp--preset--color--primary);
    padding: var(--wp--custom--spacing--grid--normal) calc(var(--wp--custom--spacing--grid--normal) * 2) var(--wp--custom--spacing--grid--normal) calc(150px + var(--wp--custom--spacing--grid--normal));
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: var(--wp--custom--spacing--grid--normal);
    padding-top: calc(170px + var(--wp--custom--spacing--grid--normal));
    width: calc(100px + 50vw + 8px);
    border-left: 16px solid var(--wp--preset--color--secondary);
    padding: calc(100px + var(--wp--custom--spacing--grid--normal)) var(--wp--custom--spacing--grid--tiny) var(--wp--custom--spacing--grid--small) var(--wp--custom--spacing--grid--tiny);
  }
  .nav-menu:has(.nav-primary)::before {
    content: "";
    background: linear-gradient(to bottom, var(--wp--preset--color--primary) 60px, transparent 99%);
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100px + 50vw - 8px);
    height: calc(100px + var(--wp--custom--spacing--grid--normal));
    z-index: 10;
  }
  .nav-menu:has(.nav-primary) .menu-item.split {
    margin-left: 0;
  }
  .nav-menu:has(.nav-primary).active {
    display: block;
    display: flex;
  }
  .nav-menu:has(.nav-primary) .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu:has(.nav-primary) .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu:has(.nav-primary) .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu:has(.nav-primary) .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu:has(.nav-primary) .sub-menu {
    display: none;
    padding-right: 20px;
  }
  .nav-menu:has(.nav-primary) a {
    text-align: right;
    padding: var(--wp--custom--spacing--inner--tiny) var(--wp--custom--spacing--inner--normal) var(--wp--custom--spacing--inner--tiny) var(--wp--custom--spacing--inner--tiny);
  }
  .nav-menu:has(.nav-primary) .menu-item:has(.submenu-expand) > .submenu-expand {
    right: calc(var(--wp--custom--spacing--inner--normal) * -1);
    width: 36px;
    height: 36px;
  }
  .nav-menu:has(.nav-primary) .menu-item:has(.submenu-expand) > a {
    padding-right: var(--wp--custom--spacing--inner--normal);
  }
  .nav-menu:has(.nav-primary) .menu-item:has(.submenu-expand).active > a,
  .nav-menu:has(.nav-primary) .menu-item:has(.submenu-expand).active > .submenu-expand,
  .nav-menu:has(.nav-primary) .menu-item:has(.submenu-expand).active > .sub-menu {
    background-color: var(--wp--preset--color--primary-shade-2);
  }
}

/*
	Menu Toggle ---
--------------------------------------------- */
@media (max-width: 1000px) {
  .menu-toggle {
    background: transparent;
    cursor: pointer;
    min-height: 30px;
    width: 50px;
    position: relative;
    top: var(--wp--custom--spacing--grid--normal);
    top: 60px;
    right: var(--wp--custom--spacing--grid--normal);
    right: 20px;
    z-index: 200;
  }
  .menu-toggle span {
    margin-left: 0;
    top: 12px;
  }
  .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
    border-radius: 3px;
    content: "";
    background: var(--wp--preset--color--background);
    cursor: pointer;
    display: block;
    height: 6px;
    position: absolute;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
  }
  .menu-toggle span::before {
    top: -12px;
  }
  .menu-toggle span::after {
    top: auto;
    bottom: -12px;
  }
  .menu-toggle.active {
    position: absolute;
  }
  .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);
  }
}

/*
	Header Bottom / Mobile Nav Block Area ---
--------------------------------------------- */
.block-area-mobile-menu,
.block-area-header-bottom {
  display: none;
}
@media (max-width: 1000px) {
  .block-area-mobile-menu,
  .block-area-header-bottom {
    display: block;
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    background-color: var(--wp--preset--color--primary);
    padding: var(--wp--custom--spacing--grid--normal) calc(var(--wp--custom--spacing--grid--normal) * 2) var(--wp--custom--spacing--grid--normal) calc(150px + var(--wp--custom--spacing--grid--normal));
    z-index: 2;
    padding-left: var(--wp--custom--spacing--grid--normal);
    padding-top: calc(170px + var(--wp--custom--spacing--grid--normal));
    width: 100%;
    align-self: end;
    padding: var(--wp--custom--spacing--grid--tiny) var(--wp--custom--spacing--grid--normal) var(--wp--custom--spacing--grid--tiny) var(--wp--custom--spacing--grid--tiny);
    color: var(--wp--preset--color--background);
    text-align: right;
    line-height: var(--wp--custom--line-height--normal);
  }
  .block-area-mobile-menu .social-media-links,
  .block-area-header-bottom .social-media-links {
    justify-content: end;
  }
  .block-area-mobile-menu a,
  .block-area-mobile-menu .social-media-links a,
  .block-area-header-bottom a,
  .block-area-header-bottom .social-media-links a {
    color: var(--wp--preset--color--background);
    padding: 0;
  }
}

/*
	Admin Header ---
--------------------------------------------- */
.admin-header {
  background-color: var(--wp--preset--color--primary-shade-2);
}
.admin-header body:not(.logged-in-admin) {
  display: none;
}
.admin-header .nav-wrap {
  padding-top: 0;
}
.admin-header .nav-menu {
  background-color: var(--wp--preset--color--primary-shade-2);
}
@media (max-width: 1000px) {
  .admin-header .nav-menu {
    display: block;
    position: relative;
    height: auto;
  }
}
.admin-header .nav-menu .menu {
  justify-content: center;
}
.admin-header .nav-menu .menu-item a {
  font-family: var(--wp--preset--font-family--lato);
  color: var(--wp--preset--color--quaternary-tint-1);
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}
.admin-header .nav-menu .menu-item a:hover, .admin-header .nav-menu .menu-item a:focus, .admin-header .nav-menu .menu-item a:focus-visible {
  background-color: var(--wp--preset--color--primary-shade-1);
  color: var(--wp--preset--color--background);
}

/*	_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,
.archive-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),
.archive-header:has(.entry-header-image) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 60vh;
  margin-left: 0;
  margin-bottom: var(--wp--custom--spacing--grid--normal);
  overflow: clip;
  padding: var(--wp--custom--spacing--inner--normal);
  padding: 0;
}
@media (orientation: portrait) {
  .entry-header:has(.entry-header-image),
  .archive-header:has(.entry-header-image) {
    min-height: 35vh;
  }
}
.entry-header:has(.entry-header-image) .entry-title,
.archive-header:has(.entry-header-image) .entry-title {
  position: relative;
  max-width: var(--wp--custom--layout--page);
  font-size: var(--wp--preset--font-size--jumbo);
  z-index: 2;
  text-align: left;
  margin: 0 auto;
  width: var(--wp--custom--layout--content);
  background-color: color-mix(in srgb, var(--wp--preset--color--foreground) 82%, transparent);
  max-width: none;
  width: 100vw;
  padding-block: var(--wp--custom--spacing--inner--normal);
  padding-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  padding-right: 15%;
  clip-path: polygon(0% 0%, 85% 0%, 90% 60%, 88% 100%, 0% 100%);
  color: var(--wp--preset--color--secondary);
  opacity: 0.3;
  transform: translate(-80%, 0%);
}
.entry-header:has(.entry-header-image) .entry-title.ani-done,
.archive-header:has(.entry-header-image) .entry-title.ani-done {
  opacity: 1;
  transform: none;
}
.entry-header:has(.entry-header-image) .entry-title span,
.archive-header:has(.entry-header-image) .entry-title span {
  display: inline-block;
}
@media (max-width: 992px) {
  .entry-header:has(.entry-header-image) .entry-title,
  .archive-header:has(.entry-header-image) .entry-title {
    padding-left: var(--wp--custom--spacing--grid--normal);
  }
}
@media (max-width: 550px) {
  .entry-header:has(.entry-header-image) .entry-title,
  .archive-header:has(.entry-header-image) .entry-title {
    clip-path: none;
    font-size: var(--wp--preset--font-size--massive);
    padding-left: var(--wp--custom--spacing--grid--normal);
  }
}
.entry-header:not(:has(.entry-header-image)),
.archive-header:not(:has(.entry-header-image)) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 100vw;
  min-height: 30vh;
  margin-left: 0;
  margin-bottom: var(--wp--custom--spacing--grid--normal);
  overflow: clip;
  padding: var(--wp--custom--spacing--inner--normal);
  padding: 0;
  padding-top: 130px;
  background-color: var(--wp--preset--color--primary-shade-2);
}
body.bbpress .entry-header:not(:has(.entry-header-image)), body.woocommerce .entry-header:not(:has(.entry-header-image)), body.woocommerce-page .entry-header:not(:has(.entry-header-image)), body.is-madera .entry-header:not(:has(.entry-header-image)),
body.bbpress .archive-header:not(:has(.entry-header-image)),
body.woocommerce .archive-header:not(:has(.entry-header-image)),
body.woocommerce-page .archive-header:not(:has(.entry-header-image)),
body.is-madera .archive-header:not(:has(.entry-header-image)) {
  background-color: var(--wp--preset--color--foreground);
  background-image: url("../images/alma-mader-pattern-black.png");
  background-size: 60px auto;
  background-repeat: repeat;
}
.entry-header:not(:has(.entry-header-image)) .entry-title,
.entry-header:not(:has(.entry-header-image)) .archive-title,
.archive-header:not(:has(.entry-header-image)) .entry-title,
.archive-header:not(:has(.entry-header-image)) .archive-title {
  position: relative;
  max-width: var(--wp--custom--layout--page);
  font-size: var(--wp--preset--font-size--huge);
  z-index: 2;
  text-align: left;
  margin: 0 auto;
  padding-block: var(--wp--custom--spacing--inner--normal);
  padding-block: 0 var(--wp--custom--spacing--inner--normal);
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1200px) {
  .entry-header:not(:has(.entry-header-image)) .entry-title,
  .entry-header:not(:has(.entry-header-image)) .archive-title,
  .archive-header:not(:has(.entry-header-image)) .entry-title,
  .archive-header:not(:has(.entry-header-image)) .archive-title {
    max-width: 100%;
    padding-inline: var(--wp--custom--spacing--grid--normal);
  }
}
.entry-header:not(:has(.entry-header-image)) .pre-title,
.archive-header:not(:has(.entry-header-image)) .pre-title {
  font-size: var(--wp--preset--font-size--extra-large);
  color: var(--wp--preset--color--quaternary-tint-1);
  display: block;
  z-index: 3;
  max-width: var(--wp--custom--layout--page);
  text-align: left;
  margin: 0 auto;
  width: var(--wp--custom--layout--content);
}
@media (max-width: 1200px) {
  .entry-header:not(:has(.entry-header-image)) .pre-title,
  .archive-header:not(:has(.entry-header-image)) .pre-title {
    max-width: 100%;
    padding-inline: var(--wp--custom--spacing--grid--normal);
  }
}

body:not(.archive) .site-inner,
body.archive .archive-header {
  margin-top: -100px;
  padding-top: 0;
}

.entry-header-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.entry-header-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.entry-header-image img.focal-point-image {
  object-position: calc(var(--focal-point-left, 0.5) * 100%) calc(var(--focal-point-top, 0.5) * 100%);
}

/*
	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: 1000px) {
  .block-area > *.alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
  }
}
@media (max-width: 550px) {
  .block-area > *.alignleft, .block-area > *.alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.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;
  }
}
@media (max-width: 550px) {
  .entry-content > *.alignleft, .entry-content > *.alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.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 {
  position: relative;
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) calc(var(--wp--custom--layout--block-gap-large) + 40px);
  background-color: var(--wp--preset--color--secondary);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}
.block-area-before-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  filter: url(#squiggle);
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: -20px;
  left: 0px;
}
@media (max-width: 782px) {
  .block-area-before-footer > * {
    max-width: 300px;
    margin-inline: auto;
  }
  .block-area-before-footer .footer-logo {
    max-width: 150px;
    margin-inline: auto;
  }
}

/*
	Site Footer ---
--------------------------------------------- */
.site-footer {
  background: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  padding: 20px;
  position: relative;
  text-align: center;
  margin-top: -20px;
}
.site-footer::before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: inherit;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  clip-path: polygon(0% 0%, 50% 90%, 100% 0%, 100% 100%, 0% 100%);
}
.site-footer p {
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--werker-sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--wp--preset--font-size--small);
}

/*	_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 */
/*	_forms.scss */
/*	_tml.scss */
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;
}

/*	_layout.scss */
/*	_woocommerce.scss */
body.woocommerce-page .entry-content .woocommerce-form-login button.show-password-input {
  top: 0;
  right: 0;
  background-color: transparent;
  border-color: transparent;
}
body.woocommerce-page .entry-content #respond input#submit.alt,
body.woocommerce-page .entry-content a.button.alt,
body.woocommerce-page .entry-content button.button.alt,
body.woocommerce-page .entry-content input.button.alt {
  background-color: var(--wp--preset--color--quaternary-shade-1);
}
@media (max-width: 992px) {
  body.woocommerce-page .entry-content .woocommerce-tabs {
    font-size: var(--wp--preset--font-size--small);
  }
}
body.woocommerce-page .entry-content .woocommerce table.shop_attributes th,
body.woocommerce-page .entry-content .woocommerce table.shop_attributes td {
  padding: 0.25em 0.5em;
  border-width: 1px 0;
}
body.woocommerce-page .entry-content .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 10;
}

/*	_layout.scss */
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */
/* =bbPress Style
-------------------------------------------------------------- */
body.reply-edit .reply {
  float: none;
}

.bbpress.archive .site-main {
  display: block;
}

span.bbp-author-ip {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-family: var(--wp--preset--font-family--lato);
  font-size: 11px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: bold;
  color: #aaa;
  color: var(--wp--preset--color--quaternary-tint-2);
}

#bbpress-forums {
  background: transparent;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--lato);
}
#bbpress-forums a {
  text-decoration-color: transparent;
}
#bbpress-forums a:hover, #bbpress-forums a:focus {
  text-decoration-color: var(--wp--preset--color--primary);
}
#bbpress-forums hr {
  margin: 0 0 24px 0;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: var(--wp--preset--color--tertiary);
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: var(--wp--preset--color--secondary);
}
#bbpress-forums div.reply {
  height: auto;
  width: 100%;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  border-top: 1px solid var(--wp--preset--color--quaternary-tint-1);
  background-color: var(--wp--preset--color--quaternary-tint-2);
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}
#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle {
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
  background-color: #fee;
  background-color: color-mix(in srgb, white 90%, var(--wp--preset--color--foreground) 10%);
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
  background-color: #fdd;
  background-color: color-mix(in srgb, white 95%, var(--wp--preset--color--foreground) 10%);
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc;
  color: var(--wp--preset--color--quaternary-tint-2);
}
#bbpress-forums ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 12px;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--normal);
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 20px;
  clear: both;
}
#bbpress-forums li {
  background: none;
  margin: 0;
  list-style: none;
  padding-inline: 0.5rem;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer {
  clear: both;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
  background: #f3f3f3;
  background-color: color-mix(in srgb, var(--wp--preset--color--foreground), var(--wp--preset--color--background) 82%);
  border-top: 1px solid #eee;
  border-top-color: var(--wp--preset--color--foreground-tint-3);
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
#bbpress-forums li.bbp-header {
  background: #eaeaea;
  background-color: color-mix(in srgb, var(--wp--preset--color--foreground), var(--wp--preset--color--background) 82%);
}
#bbpress-forums li.bbp-header ul {
  overflow: hidden;
}
#bbpress-forums li.bbp-header ul.forum, #bbpress-forums li.bbp-header ul.topic {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 8px;
}
#bbpress-forums li.bbp-header div.bbp-topic-content span#subscription-toggle, #bbpress-forums li.bbp-header div.bbp-topic-content span#favorite-toggle, #bbpress-forums li.bbp-header div.bbp-topic-content span#subscription-toggle, #bbpress-forums li.bbp-header div.bbp-topic-content span#favorite-toggle {
  float: right;
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums li.bbp-forum-info, #bbpress-forums li.bbp-topic-title {
  float: left;
  text-align: left;
  width: 55%;
}
#bbpress-forums li.bbp-forum-topic-count, #bbpress-forums li.bbp-topic-voice-count, #bbpress-forums li.bbp-forum-reply-count, #bbpress-forums li.bbp-topic-reply-count {
  float: left;
  text-align: center;
  width: 10%;
}
#bbpress-forums li.bbp-forum-freshness, #bbpress-forums li.bbp-topic-freshness {
  text-align: center;
  float: left;
  width: 22%;
}
#bbpress-forums li.bbp-body .bbp-forum-freshness, #bbpress-forums li.bbp-body .bbp-topic-freshness {
  font-size: var(--wp--preset--font-size--tiny);
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}
#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
  margin-left: 140px;
  padding: 0;
  text-align: left;
}
#bbpress-forums li.bbp-body div.hentry {
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
}
#bbpress-forums .bbp-forums-list {
  margin: 0 0 0 5px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
#bbpress-forums .bbp-forums-list li {
  display: inline;
  font-size: 11px;
}
#bbpress-forums .bbp-forums-list li.bbp-footer p {
  margin: 0;
  line-height: 1em;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
  font-family: var(--wp--preset--font-family--lato);
  background: none;
  border: none;
  font-size: 16px;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1em;
  margin: 8px 0;
  padding: 0;
  text-transform: none;
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  float: left;
  text-align: center;
  width: 115px;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 12px auto 0 auto;
  float: none;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  clear: left;
  display: block;
  margin: 0 12px;
  word-break: break-word;
  display: inline-block;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-size: 11px;
  font-style: italic;
}
/* =Topic and reply content
-------------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left;
}
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: left;
  /* Clearing hack */
}
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  background: none;
  border: none;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-reply-content h6 {
  clear: none;
  line-height: 1em;
  margin: 24px 0;
  padding: 0;
}
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
  max-width: 100%;
}
#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-reply-content ol {
  margin: 0 15px 15px;
  padding: 0;
}
#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
  list-style-type: disc;
}
#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
  list-style-type: decimal;
}
#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
  list-style-type: lower-alpha;
}
#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
  list-style-type: upper-roman;
}
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px;
}
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto;
}
#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  max-width: 100%;
}

/* =Reply to
-------------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right;
}
#bbpress-forums div#bbp-cancel-reply-to {
  text-align: right;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
  float: left;
}

div.bbp-topic-tags {
  float: right;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
  font-size: 12px;
  font-size: var(--wp--preset--font-size--small);
}
div.bbp-breadcrumb p,
div.bbp-topic-tags p {
  margin-bottom: 10px;
}

#bbp-topic-hot-tags {
  clear: both;
}

/* =Search
-------------------------------------------------------------- */
#bbpress-forums #bbp-search-form {
  clear: left;
}
#bbpress-forums #bbp-search-form .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  background: none;
  left: -999em;
}
#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  background-color: var(--wp--preset--color--background);
  padding: 1rem 0.5rem;
  color: var(--wp--preset--color--foreground-tint-1);
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums div.bbp-search-form {
  float: right;
}

/* =Admin Links
-------------------------------------------------------------- */
span .bbp-admin-links {
  float: right;
  color: #ddd;
}
span .bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

fieldset span.bbp-admin-links {
  float: left;
}

tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}

.bbp-forum-header a.bbp-reply-permalink,
.bbp-topic-header a.bbp-reply-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */
.bbp-row-actions #favorite-toggle {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  font-size: var(--wp--preset--font-size--small);
}
.bbp-row-actions #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-row-actions #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}
.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
.bbp-row-actions #subscription-toggle {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
  font-size: var(--wp--preset--font-size--small);
}
.bbp-row-actions #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 11px;
  margin: 5px 0 5px;
  padding: 0;
  word-wrap: break-word;
}
#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
  float: left;
  border: 1px solid transparent;
  font-family: var(--wp--preset--font-family--new-spirit);
}

.bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
  display: block;
  float: left;
  padding: 0px 5px;
  margin-left: 5px;
  border: 1px solid #efefef;
  text-decoration: none;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links .bbp-pagination-links span.current {
  background: #eee;
  opacity: 0.8;
  border: 1px solid #ddd;
}
.bbp-pagination-links span.dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}

.bbp-pagination {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
.bbp-topic-pagination a {
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px;
  border: 1px solid #ddd;
  text-decoration: none;
}

/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  clear: left;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 5px;
}
#bbpress-forums fieldset.bbp-form label {
  margin: 0;
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums fieldset.bbp-form label + br + input {
  margin-top: 0.5em;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
}
#bbpress-forums fieldset.bbp-form input[type=password],
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
  border-width: 1px;
  border-style: solid;
  border-radius: var(--wp--custom--border-radius--tiny);
  background-color: var(--wp--preset--color--background);
  padding: 1em 0.5em;
  color: var(--wp--preset--color--foreground-tint-1);
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums fieldset.bbp-form select {
  padding: 0;
}
#bbpress-forums fieldset.bbp-form textarea #bbp_reply_content,
#bbpress-forums fieldset.bbp-form textarea #bbp_topic_content,
#bbpress-forums fieldset.bbp-form textarea #bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
  font-size: var(--wp--preset--font-size--medium);
}
#bbpress-forums fieldset.bbp-form textarea #bbp_forum_content {
  height: 210px;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
  width: 100px;
}

#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}

/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left;
}

body.page .bbp-topic-form div.avatar img,
body.page .bbp-reply-form div.avatar img,
body.topic-edit .bbp-topic-form div.avatar img,
body.topic-edit .bbp-reply-form div.avatar img,
body.reply-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-forum .bbp-reply-form div.avatar img,
body.single-reply .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}
body.page .bbp-topic-form code,
body.page .bbp-reply-form code,
body.topic-edit .bbp-topic-form code,
body.topic-edit .bbp-reply-form code,
body.reply-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.single-forum .bbp-reply-form code,
body.single-reply .bbp-topic-form code,
body.single-reply .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}

#merge_tag,
#delete_tag {
  display: inline;
}

div.bbp-submit-wrapper {
  margin-top: 15px;
  float: right;
  clear: both;
}

p.form-allowed-tags {
  max-width: 100%;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px;
  font-family: var(--wp--preset--font-family--pt-mono);
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar input[type=button] {
  font-family: var(--wp--preset--font-family--pt-mono);
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}
#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* =Edit User
-------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1);
}
#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}

/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice,
div.indicator-hint {
  border-width: 1px;
  border-style: solid;
  padding: 0 0.6em;
  margin: 5px 0 15px;
  border-radius: 3px;
  background-color: #ffffe0;
  background-color: var(--wp--preset--color--quaternary-tint-2);
  border-color: #e6db55;
  border-color: var(--wp--preset--color--quaternary-tint-1);
  color: #000;
  clear: both;
}

div.bbp-template-notice p {
  margin: 0.5em 0 6px 0 !important;
  padding: 2px;
  font-size: 12px;
  font-size: var(--wp--preset--font-size--small);
  line-height: 140%;
}
div.bbp-template-notice li {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--normal);
}
div.bbp-template-notice a {
  color: #555;
  text-decoration: none;
}
div.bbp-template-notice a:hover {
  color: #000;
}
div.bbp-template-notice.info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
  border: 1px solid var(--wp--preset--color--primary-tint-2);
  background-color: color-mix(in srgb, var(--wp--preset--color--background) 90%, var(--wp--preset--color--primary));
}
div.bbp-template-notice.important {
  border: #e6db55 1px solid;
  background-color: #fffbcc;
}
div.bbp-template-notice.error, div.bbp-template-notice.warning {
  background-color: #ffebe8;
  border-color: #c00;
}
div.bbp-template-notice.error a, div.bbp-template-notice.warning a {
  color: #c00;
}

/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
  list-style-type: none;
}

/* =Widgets
-------------------------------------------------------------- */
.bbp-login-form fieldset legend {
  display: none;
}
.bbp-login-form label {
  width: 140px;
  display: inline-block;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
  padding: 5px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 10px;
}
.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}
.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}

.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}
.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}

#sidebar .bbp-login-form label {
  width: 70px;
}

/* =Avatars
-------------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  border: 3px double #ddd;
}

fieldset div.avatar {
  float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
  clear: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-bottom: 10px;
}
#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-family: var(--wp--preset--font-family--new-spirit);
  font-size: 1.4em;
  font-size: var(--wp--preset--font-size--small);
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 0;
  clear: none;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies {
  clear: none;
}
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}
#bbpress-forums .bbp-user-section {
  overflow: auto;
}
#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  width: 250px;
  float: left;
  overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}
#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}

body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

/* =User Capabilities
-------------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}
#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}
#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  #bbpress-forums ul.bbp-lead-topic,
  #bbpress-forums ul.bbp-topics,
  #bbpress-forums ul.bbp-forums,
  #bbpress-forums ul.bbp-replies,
  #bbpress-forums ul.bbp-search-results {
    font-size: var(--wp--preset--font-size--tiny);
  }
  #bbpress-forums div.bbp-topic-tags {
    clear: left;
    float: left;
  }
  #bbpress-forums div.bbp-search-form input,
  #bbpress-forums div.bbp-search-form button {
    font-size: 11px;
    padding: 2px;
  }
  #bbpress-forums fieldset.bbp-form input[type=password],
  #bbpress-forums fieldset.bbp-form input[type=text],
  #bbpress-forums fieldset.bbp-form select {
    font-size: var(--wp--preset--font-size--tiny);
  }
  #bbpress-forums li.bbp-forum-info,
  #bbpress-forums li.bbp-topic-title {
    width: 45%;
  }
  #bbpress-forums li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-topic-reply-count {
    width: 15%;
  }
  #bbpress-forums span.bbp-reply-post-date {
    float: left;
  }
  #bbpress-forums span.bbp-admin-links {
    clear: left;
    float: left;
  }
  #bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 11px;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: -15px 10px 10px;
    min-height: 100px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: none;
    display: inline-block;
    margin-left: 0;
    word-wrap: break-word;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: auto;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 12px;
    font-style: normal;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 10px;
    padding: 0;
  }
  #bbpress-forums div.bbp-reply-content p {
    margin-bottom: 1em;
  }
  div.bbp-submit-wrapper {
    float: left;
  }
  #bbpress-forums fieldset.bbp-form {
    padding: 0 10px 10px;
  }
  #bbpress-forums #bbp-user-body {
    clear: both;
    margin-left: 0;
    word-wrap: break-word;
  }
}
/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  div.bbp-search-form {
    margin-bottom: 10px;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-body li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title,
  #bbpress-forums li.bbp-body li.bbp-topic-title {
    width: 100%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-info,
  #bbpress-forums li.bbp-header li.bbp-topic-title {
    text-align: center;
    text-transform: uppercase;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: 20%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    width: 58%;
  }
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness {
    margin-top: 7px;
  }
  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    font-size: 10px;
    font-size: var(--wp--preset--font-size--small);
  }
  #bbpress-forums li.bbp-header div.bbp-reply-author {
    text-align: left;
    width: 25%;
  }
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 25%;
  }
  #bbpress-forums div.bbp-template-notice img.avatar,
  #bbpress-forums p.bbp-topic-meta img.avatar {
    width: 14px;
    height: auto;
  }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
    padding: 1px;
  }
  #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
    width: 20px;
    height: 20px;
  }
  #bbpress-forums div.wp-editor-container {
    width: 100%;
    overflow: auto;
  }
  #bbpress-forums input#bbp_topic_title,
  #bbpress-forums input#bbp_topic_tags {
    width: 95%;
  }
  #bbpress-forums fieldset.bbp-form input[type=password],
  #bbpress-forums fieldset.bbp-form input[type=text],
  #bbpress-forums fieldset.bbp-form select {
    font-size: var(--wp--preset--font-size--minimum);
  }
}
/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
  #bbpress-forums li.bbp-header li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-header li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-header li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-header li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-body li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-body li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-footer div.bbp-reply-author,
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    width: 45%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-body li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness,
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-author,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    clear: both;
    width: 100%;
  }
  #bbpress-forums li.bbp-header li.bbp-forum-freshness,
  #bbpress-forums li.bbp-header li.bbp-topic-freshness {
    text-align: center;
  }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness,
  #bbpress-forums li.bbp-header div.bbp-reply-content {
    margin-left: 0;
    text-align: left;
  }
  #bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
    display: inline-block;
  }
  #bbpress-forums li.bbp-header {
    overflow: hidden;
  }
  #bbpress-forums li.bbp-footer div.bbp-reply-content {
    display: inline-block;
    margin-left: 0;
  }
  #bbpress-forums li.bbp-body div.bbp-reply-author {
    min-height: 60px;
    padding-left: 60px;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    width: 40px;
    height: auto;
  }
}
/*	_home.scss */
.home.singular .site-inner {
  padding-top: 0;
  margin-top: -100px;
}

/*	_layout.scss */
/*	_events.scss */
body.singular.event .entry-header {
  padding-left: calc(var(--wp--custom--layout--sidebar) + var(--wp--style--block-gap));
  text-align: left;
}
@media (max-width: 1200px) {
  body.singular.event .entry-header {
    padding-inline: var(--wp--custom--spacing--grid--normal);
  }
}
body.singular.event .entry-content {
  max-width: var(--wp--custom--layout--wide);
  display: grid;
  grid-template-columns: var(--wp--custom--layout--sidebar) minmax(0, 1fr);
  grid-column-gap: var(--wp--style--block-gap);
  grid-template-areas: "details content";
  max-width: var(--wp--custom--layout--wide);
  margin-inline: auto;
}
@media (max-width: 1260px) {
  body.singular.event .entry-content {
    margin-inline: var(--wp--custom--spacing--grid--normal);
  }
}
@media (max-width: 992px) {
  body.singular.event .entry-content {
    gap: var(--wp--custom--spacing--grid--normal);
    grid-template-columns: 1fr;
    grid-template-areas: "details" "content";
  }
}
body.singular.event .event-content {
  float: none;
  width: 100%;
  max-width: var(--wp--custom--layout--content);
  grid-area: content;
}
body.singular.event .event-details {
  float: none;
  width: 100%;
  grid-area: details;
  margin-top: 0;
}
@media (max-width: 550px) {
  body.singular.event .event-details {
    display: flex;
    gap: var(--wp--custom--spacing--grid--small);
  }
}
body.singular.event .event-details .event-venue-name {
  font-family: var(--wp--preset--font-family--new-spirit);
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.25em;
}
body.singular.event .event-details .event-venue {
  margin-top: 0;
  margin-left: 0.5em;
}
@media (max-width: 550px) {
  body.singular.event .event-details .event-venue {
    order: 2;
  }
}
body.singular.event .event-details .event-venue-address {
  margin-top: 0;
}
body.singular.event .event-details .event-date-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0;
  aspect-ratio: 1/1;
  border: 8px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  max-width: 200px;
  margin: 0 auto var(--wp--custom--spacing--grid--normal) 0;
}
body.singular.event .event-details .event-date-time .event-month,
body.singular.event .event-details .event-date-time .event-date,
body.singular.event .event-details .event-date-time .event-day,
body.singular.event .event-details .event-date-time .event-time {
  color: var(--wp--preset--color--primary);
  line-height: var(--wp--custom--line-height--solid);
}
body.singular.event .event-details .event-date-time .event-date {
  font-family: var(--wp--preset--font-family--werker-sans);
  font-size: var(--wp--preset--font-size--huge);
}
body.singular.event .event-details .event-date-time .event-month {
  font-family: var(--wp--preset--font-family--werker-sans);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--wp--preset--font-size--extra-large);
}
@media (max-width: 550px) {
  body.singular.event .event-details .event-date-time {
    order: 1;
    margin: 0;
    width: 40%;
    position: relative;
    left: -1%;
    top: -1%;
    transform: scale(1.02);
    border-width: 5px;
  }
}

/*	_layout.scss */
/*	_add-distro.scss */
.new-distro,
.edit-distro {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.new-distro input[type=text],
.new-distro .acf-google-map input.search,
.new-distro textarea,
.new-distro select,
.edit-distro input[type=text],
.edit-distro .acf-google-map input.search,
.edit-distro textarea,
.edit-distro select {
  font-family: var(--wp--preset--font-family--lato);
}
.new-distro select,
.edit-distro select {
  font-size: var(--wp--preset--font-size--large);
}
.new-distro input[type=text]#acf-_post_title,
.edit-distro input[type=text]#acf-_post_title {
  padding: 10px 15px;
  font-size: var(--wp--preset--font-size--large);
}
.new-distro input.pac-target-input,
.edit-distro input.pac-target-input {
  padding: 10px 15px;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: normal;
}
.new-distro #message,
.edit-distro #message {
  background-color: var(--wp--preset--color--primary-tint-2);
  padding: 1rem;
  border-radius: var(--wp--custom--border-radius--tiny);
  border: 1px solid var(--wp--preset--color--primary-tint-1);
}
.new-distro #message p,
.edit-distro #message p {
  margin: 0;
}
.new-distro .warning,
.edit-distro .warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: yellow;
  padding: var(--wp--custom--spacing--grid--normal);
  text-align: center;
}

.distro-list {
  columns: 2;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--small);
}
.distro-list, .distro-list > li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.distro-list .distro-name {
  font-size: var(--wp--preset--font-size--medium);
}
.distro-list li {
  padding: var(--wp--custom--spacing--inner--small);
  break-inside: avoid;
}
.distro-list li:nth-last-of-type(even) {
  background-color: var(--wp--preset--color--quaternary-tint-2);
}
.distro-list li.draft {
  background-color: color-mix(in srgb, var(--wp--preset--color--background), var(--wp--preset--color--foreground) 10%);
}

body.semi-private {
  min-height: 100vh;
  margin-bottom: 0;
}
body.semi-private .site-header {
  filter: drop-shadow(0px 5px 9px color-mix(in srgb, transparent 70%, var(--wp--preset--color--foreground)));
}
body.semi-private .site-header::after,
body.semi-private .site-header .nav-menu {
  background-color: var(--wp--preset--color--foreground);
}
body.semi-private .entry-header {
  background-color: transparent;
}
body.semi-private .entry-header h1.entry-title {
  font-size: var(--wp--preset--font-size--massive);
  color: var(--wp--preset--color--foreground);
}
body.semi-private .block-area-before-footer {
  display: none;
}
