/*!
Theme Name: Community Bank and Trust
Theme URI: https://www.redapplebank.com/
Author: The Kestrel Co.
Author URI: https://thekestrel.co/
Description: Custom WordPress theme for Community Bank and Trust
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Community Bank and Trust is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
* The line above injects the WordPress file header. It needs to be first,
* before this comment.
*/

/**
* This injects Tailwind's base styles and any base styles registered by
* plugins, then adds custom base styles.
*/

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: var(--wp--preset--gray--200);
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--wp--preset--font-family--sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: var(--wp--preset--gray--400);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: var(--wp--preset--gray--400);
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: var(--wp--preset--gray--500);
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--wp--preset--gray--500);
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: var(--wp--preset--gray--500);
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='var(--wp--preset--gray--500)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: var(--wp--preset--gray--500);
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 300;
  color: var(--wp--preset--color--gray-950);
}

h1 {
  font-size: var(--wp--preset--font-size--7-xl);
  line-height: var(--line-height--7-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

h3 {
  font-size: var(--wp--preset--font-size--5-xl);
  line-height: var(--line-height--5-xl);
}

h4 {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

h5 {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

h6 {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

p,
	.block-editor-block-list__block.wp-block-paragraph {
  margin-bottom: 1em;
}

p:last-child,
	.block-editor-block-list__block.wp-block-paragraph:last-child {
  margin-bottom: 0px;
}

p:last-of-type,
	.block-editor-block-list__block.wp-block-paragraph:last-of-type {
  margin-bottom: 0px;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --global-content-edge-padding: 1.5625rem;
}

@media (max-width: 768px) {
  body {
    --global-content-edge-padding: 2.5rem
  }
}

body {
    --line-height--x-small: 1.574
;
    --line-height--small: 1.574
;
    --line-height--medium: 1.574
;
    --line-height--large: 1.574
;
    --line-height--x-large: 1.4
;
    --line-height--2-xl: 1.33
;
    --line-height--3-xl: 1.104
;
    --line-height--4-xl: 1.104
;
    --line-height--5-xl: 1.07
;
    --line-height--6-xl: 1.104
;
    --line-height--7-xl: 1.104
;
    --line-height--8-xl: 1.104
;
    --line-height--9-xl: 1.104
;
}

/**
	* We don't need to define these variables explicitly
	* at desktop size because they're generated for us via 
	* the sizes we defined in the `theme.json`, so we can just
	* update them at the medium breakpoint.
	*/

@media (max-width: 768px) {
  body {
      --wp--preset--font-size--3-xl: 1.625rem
;
      --wp--preset--font-size--4-xl: 1.875rem
;
      --wp--preset--font-size--5-xl: 2.1875rem
;
      --wp--preset--font-size--6-xl: 2.5rem
;
      --wp--preset--font-size--7-xl: 2.75rem
;
      --wp--preset--font-size--8-xl: 3.25rem
;
      --wp--preset--font-size--9-xl: 3.75rem

  }
}

.has-x-small-font-size {
    line-height: var(--line-height--x-small);
  }

.has-small-font-size {
    line-height: var(--line-height--small);
  }

.has-medium-font-size {
    line-height: var(--line-height--medium);
  }

.has-large-font-size {
    line-height: var(--line-height--large);
  }

.has-x-large-font-size {
    line-height: var(--line-height--x-large);
  }

.has-2-xl-font-size {
    line-height: var(--line-height--2-xl);
  }

.has-3-xl-font-size {
    line-height: var(--line-height--3-xl);
  }

.has-4-xl-font-size {
    line-height: var(--line-height--4-xl);
  }

.has-5-xl-font-size {
    line-height: var(--line-height--5-xl);
  }

.has-6-xl-font-size {
    line-height: var(--line-height--6-xl);
  }

.has-7-xl-font-size {
    line-height: var(--line-height--7-xl);
  }

.has-8-xl-font-size {
    line-height: var(--line-height--8-xl);
  }

.has-9-xl-font-size {
    line-height: var(--line-height--9-xl);
  }

::-moz-selection {
  background: #750F2333;
  color: inherit;
  text-shadow: none;
}

::selection {
  background: #750F2333;
  color: inherit;
  text-shadow: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  /* font-feature-settings: "ss03" 1; */
}

html {
  font-size: 1em;
  scroll-behavior: smooth;
}

body {
  background-color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  color: var(--wp--preset--color--gray-950);
}

.entry-content {
  position: relative;
  z-index: 0;
  contain: paint;
}

/**
* This injects Tailwind's component classes and any component classes
* registered by plugins, then adds custom component classes.
*
* The `@import-glob` line imports all CSS files from the `components`
* directory (except for `components.css`, which is imported on the following
* line). This is meant to simplify the process of integrating styles from
* JavaScript components or WordPress plugins.
*/

.button {
  margin-right: 0.625rem;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: .9375rem;
  padding-bottom: .8125rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(28 26 26 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 26 26 / var(--tw-ring-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:last-child {
  margin-right: 0px;
}

.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 26 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.button:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 26 / var(--tw-border-opacity));
  outline-color: #1C1A1A;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  .button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.1875rem;
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

.wp-block-buttons.is-layout-flex {
  row-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.wp-block-button {
  display: inline-flex !important;
}

.wp-block-button .wp-block-button__link {
  margin-right: 0.625rem;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: .9375rem;
  padding-bottom: .8125rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(28 26 26 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 26 26 / var(--tw-ring-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-button .wp-block-button__link:last-child {
  margin-right: 0px;
}

.wp-block-button .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 26 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.wp-block-button .wp-block-button__link:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 26 / var(--tw-border-opacity));
  outline-color: #1C1A1A;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 768px) {
  .wp-block-button .wp-block-button__link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.1875rem;
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large);
  }
}

html .acf-block-fields .wp-block-button .wp-block-button__link, body .acf-block-fields .wp-block-button .wp-block-button__link {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

.text-reveal__wrapper {
  display: inline;
  position: relative;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  --highlight-offset: 0%;
  background-image: linear-gradient(
			90deg,
			#1c1a1a var(--highlight-offset),
			#d9d9d9 var(--highlight-offset)
		);
}

/**
* This injects Tailwind's utility classes and any utility classes registered
* by plugins, then adds custom utility classes.
*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[999999\] {
  z-index: 999999;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.max-w-\[58\.75rem\] {
  max-width: 58.75rem;
}

.max-w-\[74\.375rem\] {
  max-width: 74.375rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.gap-x-\[0\.3125rem\] {
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/**
* This adds custom layout classes.
*
* The `@import-glob` line imports all CSS files from the `layout` directory.
*/

.header:before {
  display: block;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #C7828F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 130 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #750F23 var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

.wrapper {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper--wide {
  max-width: var(--wp--style--global--wide-size);
}

/**
* This adds custom gutenberg classes.
*
* The `@import-glob` line imports all CSS files from the `gutenberg` directory.
*/

.wp-block-image.size-full, .wp-block-kadence-image.size-full {
  width: 100%;
}

.wp-block-kadence-rowlayout > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-kadence-rowlayout.alignfull > .kt-row-column-wrap:not(.kb-theme-content-width) {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-kadence-rowlayout.aligncenter > .kt-row-column-wrap {
  align-items: center;
}

.wp-block-kadence-rowlayout.no-center > .kt-row-column-wrap {
  margin-left: initial !important;
  margin-right: initial !important;
}

.wp-block-kadence-rowlayout .wp-block-kadence-column.full-height .kt-inside-inner-col {
  height: 100%;
}

.wp-block[data-type="kadence/rowlayout"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block[data-align="wide"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--wide-size);
}

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

/**
* This adds custom editor classes.
*
* The `@import-glob` line imports all CSS files from the `editor` directory.
*/

/* ACF Color Picker style overrides. */

.iris-picker {
  padding: 0.625rem !important;
  height: auto !important;
}

.iris-picker .iris-palette-container {
  left: auto !important;
  bottom: auto !important;
  position: relative;
  width: 100%;
}

.iris-picker .iris-picker-inner {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  overflow: auto !important;
  padding-bottom: 0.625rem !important;
}

.iris-picker .iris-palette {
  width: 1rem !important;
  height: 1rem !important;
  float: none !important;
  display: inline-block;
}

/* ******************************** */

/* ****  START RESET SETTINGS  **** */

/* ******************************** */

html,
body {
  font-weight: normal;
}

html .wp-block-paragraph, body .wp-block-paragraph {
  font-size: 1rem;
}

html .acf-block-fields .button, body .acf-block-fields .button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

html .acf-block-fields .wp-color-result, body .acf-block-fields .wp-color-result {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html .acf-block-fields input[type="text"],
        html .acf-block-fields input[type="number"],
        html .acf-block-fields input[type="email"],
        html .acf-block-fields input[type="tel"],
        html .acf-block-fields input[type="radio"],
        html .acf-block-fields input[type="password"],
        html .acf-block-fields input[type="url"],
        html .acf-block-fields select,
        html .acf-block-fields textarea,
        body .acf-block-fields input[type="text"],
        body .acf-block-fields input[type="number"],
        body .acf-block-fields input[type="email"],
        body .acf-block-fields input[type="tel"],
        body .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="password"],
        body .acf-block-fields input[type="url"],
        body .acf-block-fields select,
        body .acf-block-fields textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
  padding: 0 8px;
  min-height: 30px;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

html .acf-block-fields textarea, body .acf-block-fields textarea {
  padding: 8px;
  min-height: 5rem;
}

html .acf-block-fields input[type="checkbox"],
        html .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="checkbox"],
        body .acf-block-fields input[type="radio"] {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  border: 1px solid #7e8993;
  border-radius: 4px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -.25rem .25rem 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px #0000001A;
  transition: .05s border-color ease-in-out;
}

html #dashboard-widgets #dashboard_quick_press,
        html #dashboard-widgets .empty-container,
        html #dashboard-widgets #dashboard_activity,
        html #dashboard-widgets #dashboard_right_now,
        html #dashboard-widgets #wpseo-dashboard-overview,
        html #dashboard-widgets #rg_forms_dashboard,
        body #dashboard-widgets #dashboard_quick_press,
        body #dashboard-widgets .empty-container,
        body #dashboard-widgets #dashboard_activity,
        body #dashboard-widgets #dashboard_right_now,
        body #dashboard-widgets #wpseo-dashboard-overview,
        body #dashboard-widgets #rg_forms_dashboard {
  display: none;
}

html .theme-browser .theme .theme-name, html .theme-browser .theme.active .theme-name, body .theme-browser .theme .theme-name, body .theme-browser .theme.active .theme-name {
  height: auto;
}

html .theme-browser .theme .theme-actions, html .theme-browser .theme.active .theme-actions, body .theme-browser .theme .theme-actions, body .theme-browser .theme.active .theme-actions {
  padding: 12px 10px;
  height: auto;
}

html .block-editor-block-list__block, body .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}

/* Main column width */

html .wp-block, body .wp-block {
  max-width: 100vw;
}

@media (min-width: 782px) {
  html .wp-block[data-type="kadence/rowlayout"],
        html .wp-block[data-type="acf/hero"],
        body .wp-block[data-type="kadence/rowlayout"],
        body .wp-block[data-type="acf/hero"] {
    max-width: calc(100vw - 281px) !important
  }
}

html .wp-block.wp-block-post-title, body .wp-block.wp-block-post-title {
  max-width: var(--wp--style--global--content-size) !important;
  padding-left: var(--global-content-edge-padding) !important;
  padding-right: var(--global-content-edge-padding) !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

html .edit-post-sidebar .acf-button-group, body .edit-post-sidebar .acf-button-group {
  flex-wrap: wrap;
}

html button.components-button.is-primary, html [type='button'].components-button.is-primary, html [type='reset'].components-button.is-primary, html [type='submit'].components-button.is-primary, body button.components-button.is-primary, body [type='button'].components-button.is-primary, body [type='reset'].components-button.is-primary, body [type='submit'].components-button.is-primary {
  background-color: var(--wp-admin-theme-color);
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-x-\[3\.515625vw\] {
    -moz-column-gap: 3.515625vw;
         column-gap: 3.515625vw;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }
}

.\[\&\>img\]\:mb-\[0\.3125rem\]>img {
  margin-bottom: 0.3125rem;
}