/*!
Theme Name: Ohio Real Title
Theme URI: https://ohiorealtitlecommunities.com
Author: MJ2 Marketing
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
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: ohiorealtitle
Tags:

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

ohiorealtitle is based on _tw https://underscoretw.com/, (C) 2021-2024 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 custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* Open Sans Variable Font */

@font-face {
  font-family: "Open Sans";

  src: url("fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");

  font-weight: 300 900;

  /* Variable font weight range */

  font-style: normal;

  font-optical-sizing: auto;
}

@font-face {
  font-family: "Open Sans";

  src: url("fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");

  font-weight: 300 900;

  /* Variable font weight range */

  font-style: italic;

  font-optical-sizing: auto;
}

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

/*! tailwindcss v3.4.10 | 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: #e5e7eb;
  /* 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: "Open Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 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;
}

*, ::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 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: "Open Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

/**
 * 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.
 */

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.prose-ohiorealtitle {
  --tw-prose-body: #4f5460;
  --tw-prose-headings: #4f5460;
  --tw-prose-lead: #4f5460;
  --tw-prose-links: #7b0000;
  --tw-prose-bold: inherit;
  --tw-prose-counters: #7b0000;
  --tw-prose-bullets: #7b0000;
  --tw-prose-hr: #dfdfdf;
  --tw-prose-quotes: #dfdfdf;
  --tw-prose-quote-borders: #7b0000;
  --tw-prose-captions: #dfdfdf;
  --tw-prose-kbd: #dfdfdf;
  --tw-prose-kbd-shadows: 223 223 223;
  --tw-prose-code: #4f5460;
  --tw-prose-pre-code: #ffffff;
  --tw-prose-pre-bg: #dfdfdf;
  --tw-prose-th-borders: #dfdfdf;
  --tw-prose-td-borders: #dfdfdf;
  --tw-prose-invert-body: #ffffff;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #ffffff;
  --tw-prose-invert-links: #7b0000;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #7b0000;
  --tw-prose-invert-bullets: #7b0000;
  --tw-prose-invert-hr: #ffffff;
  --tw-prose-invert-quotes: #ffffff;
  --tw-prose-invert-quote-borders: #7b0000;
  --tw-prose-invert-captions: #ffffff;
  --tw-prose-invert-kbd: #ffffff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #dfdfdf;
  --tw-prose-invert-pre-code: #ffffff;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #ffffff;
  --tw-prose-invert-td-borders: #ffffff;
}

.prose-ohiorealtitle :where(.wp-block-separator):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-color: var(--wp--preset--color--primary);
  width: 8rem;
  border-width: 2px;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
 .entry-title {
  margin-bottom: 1.5rem;
  max-width: none;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
  * Layout styles for centered content areas
  *
  * If you are controlling the width of your content area with styles applied
  * to its container, you can delete the following styles whose selectors begin
  * with `.page-content >` and `.entry-content >`. For more details, please see
  * the following:
  *
  * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
  */

.page-content > *,
 .entry-content > * {
  /* Content width from the `theme.json` file */
  max-width: none;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.menu-item a {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .scrolled .menu-item a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.scrolled .menu-item a:before {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .scrolled .menu-item a:before {
    pointer-events: none;
  }
}

@media (min-width: 1280px) {
  .scrolled .menu-item a:before {
    opacity: 0;
  }

  .scrolled header .main-navigation {
    --tw-shadow: 0 5px 15px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 5px 15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.site-logo {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .scrolled .site-logo {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.max-w-1\/3-gap-8 {
  max-width: calc(100% / 3 - 2rem);
}

.compact-menu a {
  display: none;
}

.compact-menu .sub-menu {
  position: relative;
  display: flex !important;
  height: 100%;
  flex-direction: column;
}

.compact-menu .sub-menu > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.compact-menu .sub-menu {
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  .compact-menu .sub-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
}

.compact-menu .sub-menu {
  margin:0 !important;
}

.compact-menu .sub-menu li {
  flex-grow: 1;
}

.compact-menu .sub-menu li a {
  display: flex !important;
}

@media (min-width: 1280px) {
  .compact-menu .sub-menu li a {
    align-items: center;
    justify-content: center;
  }
}

header .menu-item.compact-menu:hover > .sub-menu {
  padding: 0px;
}

@media (min-width: 1280px) {
  .scrolled .compact-menu .sub-menu {
    flex-direction: row;
  }

  .scrolled .compact-menu .sub-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[-1970px\] {
  left: -1970px;
}

.left-\[100\%\] {
  left: 100%;
}

.left-\[95\%\] {
  left: 95%;
}

.right-0 {
  right: 0px;
}

.right-\[-1600px\] {
  right: -1600px;
}

.right-\[100\%\] {
  right: 100%;
}

.top-0 {
  top: 0px;
}

.top-\[160px\] {
  top: 160px;
}

.top-\[3rem\] {
  top: 3rem;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[64px\] {
  top: 64px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-full {
  height: 100% !important;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-8 {
  height: 2rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[86px\] {
  min-height: 86px;
}

.\!w-full {
  width: 100% !important;
}

.w-0 {
  width: 0px;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[2000px\] {
  width: 2000px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[42px\] {
  min-width: 42px;
}

.\!max-w-full {
  max-width: 100% !important;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[124px\] {
  max-width: 124px;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

.max-w-\[225px\] {
  max-width: 225px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-\[20px\] {
  border-top-width: 20px;
}

.border-solid {
  border-style: solid;
}

.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(79 84 96 / var(--tw-border-opacity));
}

.border-foreground {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(123 0 0 / var(--tw-border-opacity));
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(123 0 0 / var(--tw-border-opacity));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 96 / var(--tw-bg-opacity));
}

.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(123 0 0 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 96 / var(--tw-bg-opacity));
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-dark {
  fill: #4f5460;
}

.fill-light {
  fill: #ffffff;
}

.fill-primary {
  fill: #7b0000;
}

.fill-transparent {
  fill: transparent;
}

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[0\.65rem\] {
  padding: 0.65rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[3\.675rem\] {
  padding-left: 3.675rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-\[15rem\] {
  padding-top: 15rem;
}

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

.text-right {
  text-align: right;
}

.font-heading {
  font-family: "Open Sans", sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-background {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(79 84 96 / var(--tw-text-opacity));
}

.text-foreground {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(123 0 0 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(79 84 96 / var(--tw-text-opacity));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

.ohiorealtitle-highlight {
  position: relative;
  z-index: 10;
  display: inline-block;
}

/* Ensure positioning context for the :before element */

.ohiorealtitle-highlight::before {
  position: absolute;
  left: -6%;
  bottom: 0.06em;
  display: block;
  height: 0.2em;
  width: 112%;
  --tw-bg-opacity: 1;
  background-color: rgb(123 0 0 / var(--tw-bg-opacity));
  z-index: -1;
  content: "";
  clip-path: polygon(
			var(--l-offset, 0) 0, 100% 0, calc(100% - var(--r-offset, 0)) 100%,	0 100%
		  );
}

.ohiorealtitle-highlight::after {
  content: "";
  position: relative;
  bottom: -0.02em;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: baseline;
  width: 0.25em;
  /* or 0.35em, or a fixed px if you prefer */
  height: 0.25em;
  /* 1) The color you want the shape to appear */
  background-color: currentColor;
  /* 2) Apply the mask using the same or a new data URI
		   TIP: Provide a fully base64-encoded or URL-encoded mask so that
		   special characters (like quotes) won’t break.
		*/
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0Ni42IDM4LjQnPjxwYXRoIGQ9J20yMy4zIDkuMmM5LjYtMjIuNyA0Ny4yIDAgMCAyOS4yLTQ3LjItMjkuMi05LjYtNTEuOCAwLTI5LjJ6JyAvPjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  /* Standard (non-WebKit) mask properties */
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0Ni42IDM4LjQnPjxwYXRoIGQ9J20yMy4zIDkuMmM5LjYtMjIuNyA0Ny4yIDAgMCAyOS4yLTQ3LjItMjkuMi05LjYtNTEuOCAwLTI5LjJ6JyAvPjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

@media screen and (min-width: 1280px) {
  header .sub-menu {
    background-color: #fff;
    box-shadow: 0 3px 11px rgba(0,0,0,0.16);
    display: none !important;
    margin-top: 8px;
    position: absolute;
    width: auto;
    z-index: 1000;
  }
}

@media screen and (max-width: 1279px) {
  header .sub-menu {
    opacity: 1 !important;
    display: block !important;
  }

  header .menu-item:hover > .sub-menu {
    padding: 0 !important;
  }

  .afsmenu__close {
    display: none;
  }

  .nav-button {
    display: none;
  }
}

header .menu-item:hover > .sub-menu {
  display: block;
  padding: 0.5rem 0.25rem;
}

header #primary-menu li > ul li {
  display: grid;
}

header #primary-menu li > ul li a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  transition: all 300ms ease-in-out;
}

.menu-header-navigation-menu-container {
  padding-left: 2rem;
  width: 100%;
}

#primary-menu .menu-item.current-menu-item a {
  background: #7b0000;
  color: #fff;
}

#primary-menu .menu-item:last-of-type a {
  border: none !important;
}

@media screen and (max-width: 639px) {
  .menu-header-navigation-menu-container {
    padding-left: 0.5rem;
  }
}

.menu-header-navigation-menu-container ul li.nav-button a {
  background-color: #7b0000;
  color: #fff;
}

.menu-header-navigation-menu-container ul li.nav-button a:hover {
  opacity: 0.9;
}

.child-nav li {
  display: inline-block;
  position: relative;
}

.child-nav li:after {
  content: '|';
  position: absolute;
  right: -0.3rem;
  top: 0.9rem;
}

.child-nav li:last-of-type:after {
  content: '';
}

.child-nav li a {
  display: block;
  padding: 1rem;
}

.child-nav li a:hover {
  color: #7b0000;
}

.child-nav.locations-block-child-nav li a {
  padding: 0.5rem 0.75rem;
}

.child-nav.locations-block-child-nav li:after {
  content: '';
}

/* Gravity Forms Plugin (Custom) */

.gform_wrapper {
  margin-top: 8px !important;
}

.gform_required_legend {
  display: none !important;
}

.gform_body .gform_fields {
  grid-row-gap: 8px !important;
}

.gform-body input:not(.gform-button),
.gform-body textarea,
.gform-body select {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #818181 !important;
  font-size: 14px !important;
}

.gform-footer input.gform_button {
  background: #7b0000 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 12px 16px !important;
}

.gform-footer input.gform_button:hover {
  background: #4f5460 !important;
}

.gform_footer {
  border-top: 1px solid #8181813d !important;
  justify-content: center;
  margin-block-start: 6px !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
}

.gsection_title {
  margin-top:unset;
}

.gfield--type-section {
  border:none !important;
}

#colophon .gform_wrapper {
  margin-top: 6px !important;
}

#colophon .gform-body input:not(.gform-button) {
  color: #999;
  border: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  font-size: 12px;
  height: 56px;
}

#colophon .gform_wrapper {
  margin-top: 0.375rem !important;
}

#colophon .gform-body input.gform-button {
  background: #7b0000;
  border-radius: 0;
  color: transparent;
  font-weight: 400;
  height: 48px;
  margin-bottom: 4px;
  position: relative;
  width: 48px;
}

#colophon .gform-body #field_submit {
  position: relative;
}

#colophon .gform-body #field_submit::after {
  content: url('/wp-content/themes/ohiorealtitle/theme/images/send.svg');
  left: 14px;
  top: 18px;
  pointer-events: none;
  position: absolute;
}

#colophon .gform-body input.gform-button:hover {
  background: #7b0000;
  opacity: 0.9;
}

#colophon .gform-body .gform_fields {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

#colophon .gform-footer {
  display: none !important;
}

#colophon .gform_confirmation_message {
  color: #fff;
  font-weight: 600;
  padding-top: 12px;
}

#colophon .gfield_validation_message,
#colophon .gform_submission_error {
  color: #fff !important;
}

#colophon .gform_validation_errors {
  border-color: #fff !important;
}

#colophon .gform_validation_errors .gform_icon::before {
  color: #fff !important;
}

#colophon .gform_validation_errors .gform_icon {
  border-color: #fff !important;
  color: #fff !important;
}

#colophon .gform-body .ginput_container_email {
  margin-right: -52px;
}

#colophon .gform-theme--foundation .gfield--width-three-quarter {
  grid-column: span 9;
}

#colophon .gform-theme--foundation .gfield--width-quarter {
  grid-column: span 3 !important;
}

@media screen and (min-width: 640px) {
  #colophon .gform_wrapper {
    margin-top: 0 !important;
  }
}

.newsletter-block .gform_wrapper {
  margin-top: 0 !important;
}

.newsletter-block .ginput_container_email input {
  height: 6rem !important;
  text-transform: uppercase;
}

.newsletter-block #field_submit input {
  height: 6rem !important;
  text-transform: uppercase;
}

.newsletter-block .gform-footer {
  display: none !important;
}

.newsletter-block .gform-body .gform_fields {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.newsletter-block .gform-body input.gform-button {
  background: #7b0000 !important;
  border-radius: 0;
  color: transparent;
  font-weight: 300 !important;
  font-size: 18px !important;
  height: 48px;
  margin-bottom: 0;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  position: relative;
  width: auto;
}

.newsletter-block .gform-body input.gform-button:hover {
  background: #7b0000 !important;
  opacity: 0.9;
}

.newsletter-block .gform_confirmation_message {
  color: #fff;
  margin-right: 1.5rem;
}

@media screen and (max-width: 640px) {
  .newsletter-block .gform_wrapper {
    width: 100%;
  }

  .newsletter-block .gform_fields {
    display: flex !important;
  }

  .newsletter-block .gform_wrapper .gfield--type-email {
    width: 80% !important;
  }
}

.wp-block-ort-contact .gform-footer,
.message-block .gform-footer {
  border-top: none !important;
}

.wp-block-ort-contact .gform_button,
.message-block .gform_button {
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

.wp-block-ohiorealtitle-communities-archive .communities-archive-divider:last-of-type,
.wp-block-ohiorealtitle-communities-archive hr:last-of-type {
  display: none;
}

.wp-block-ohiorealtitle-communities-archive p {
  margin-bottom: 0;
  margin-top: 1.25em;
}

.wp-block-ohiorealtitle-process #points div div:last-of-type p {
  border: none;
}

.single-home #main ul {
  list-style-type: circle;
}

.single-home #main ul li::marker {
  color: #7b0000;
}

.gallery img {
  display: inline;
}

/* Google Maps (Custom) */

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding-left: 0;
}

.gm-style .gm-style-iw-d {
  overflow: unset !important;
}

/* Animated Fullscreen Menu (Custom) */

body.afsmenu__lockscroll {
  overflow: hidden;
}

.animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
  background: #fff !important;
}

.animatedfsmenu .social-media {
  padding-top: 1rem;
  padding-left: 1.25rem;
}

.animatedfsmenu {
  transition: all ease-out 0.3s !important;
}

.animatedfs_menu_list {
  padding: 80px 0 0 36px !important;
}

.animatedfsmenu.navbar-expand-md .navbar-collapse {
  margin-top: 0 !important;
  transition-delay: 0.1s !important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li a {
  font-size: 24px !important;
  transition: 0.5s all !important;
}

.animatedfsmenu-navbar-toggler.right_top {
  right: 0px !important;
  top: 0px !important;
}

.animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
  background: #fff !important;
}

.animatedfsmenu .social-media {
  padding-top: 1rem;
  padding-left: 1.25rem;
}

.animatedfs_menu_list li > a:before,
.animatedfsmenu-navbar-toggler .bar {
  background: #7b0000 !important;
  height: 2px !important;
  margin: 6px 0 6px auto !important;
}

.animatedfsmenu-navbar-toggler .bar {
  width: 30px !important;
}

.animatedfsmenu-navbar-toggler .bar.top-animate,
.animatedfsmenu-navbar-toggler .bar.bottom-animate {
  background: #fff !important;
}

.animatedfsmenu-navbar-toggler .bar.bottom-animate {
  top: 0 !important;
}

.animatedfsmenu ul li {
  margin-bottom: 0.5rem !important;
}

.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a,
.animatedfsmenu.animation_line .afsmenu>li:hover>a {
  padding-left: 0 !important;
  color: #bbb !important;
  transition: 0.5s all !important;
}

.animatedfsmenu.animation_line .afsmenu>li.has-children__on>a:before,
.animatedfsmenu.animation_line .afsmenu>li:hover>a:before {
  width: 0 !important;
}

.animatedfs_menu_list .afsmenu li>.sub-menu li a:focus,
.animatedfs_menu_list .afsmenu li>.sub-menu li a:hover {
  color: #bbb !important;
  text-decoration: none !important;
}

.animatedfsmenu sub-menu {
  display: none important;
}

@media screen and (max-width: 420px) {
  .animatedfsmenu-navbar-toggler.right_top {
    right: 14px !important;
  }
}

@media screen and (min-width: 1280px) {
  .animatedfsmenu-navbar-toggler {
    display: none;
  }
}

figure.my-0 {
  line-height: 0;
}

figure.my-0 img {
  margin-bottom: 0;
  margin-top: 0;
}

.category-widget a {
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  position: relative;
}

.category-widget a:hover {
  color: #7b0000;
}

.category-widget a:before {
  background: #dfdfdf;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/chevron-right.svg');
  height: 100%;
  left: 0;
  padding: 0.9rem 0.5rem;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out;
  width: 2rem;
}

.category-widget a:hover:before {
  opacity: 0.7;
}

.read-more::after {
  content: url('/wp-content/themes/ohiorealtitle/theme/images/right-arrow.svg');
  height: 100%;
  padding: 0.85rem 0;
  position: absolute;
  right: 0.75rem;
  top: 0;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 1rem;
}

.read-more:hover::after {
  filter: grayscale(100%) brightness(10);
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom Footer Columns */

.footer-col-1 {
  width: 100%;
}

.footer-col-2 {
  width: 100%;
}

.footer-col-3 {
  width: 100%;
}

@media screen and (min-width: 768px ) {
  .footer-col-1 {
    width: calc( ( 100vw - 240px ) / 2 )
  }

  .footer-col-2 {
    width: calc( ( 100vw + 240px ) / 2 )
  }

  .footer-col-3 {
    width: calc( ( 100vw - 240px ) / 2 )
  }
}

@media screen and (min-width: 1024px ) {
  .footer-col-1 {
    width: calc( ( 100vw - 325px ) / 2 )
  }

  .footer-col-2 {
    width: calc( ( 100vw + 325px ) / 2 )
  }

  .footer-col-3 {
    width: calc( ( 100vw - 325px ) / 2 )
  }
}

@media screen and (min-width: 1280px ) {
  .footer-col-1 {
    width: calc( ( 100vw - 411px ) / 2 )
  }

  .footer-col-2 {
    width: calc( ( 100vw + 411px ) / 2 )
  }

  .footer-col-3 {
    width: calc( ( 100vw - 411px ) / 2 )
  }

  .location-testimonial-col-1 {
    width: calc( ( 100vw - 623px ) )
  }

  .location-testimonial-col-2 {
    width: calc( ( 100vw - 822px ) )
  }
}

@media screen and (min-width: 1536px ) {
  .footer-col-1 {
    width: calc( ( 100vw - 496px ) / 2 )
  }

  .footer-col-2 {
    width: calc( ( 100vw + 496px ) / 2 )
  }

  .footer-col-3 {
    width: calc( ( 100vw - 496px ) / 2 )
  }
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
}

.navigation.pagination .nav-links .page-numbers {
  background-color: #dfdfdf;
  color: #4f5460;
  font-size: 14px;
  padding: 8px 12px;
}

.navigation.pagination .nav-links .page-numbers:hover {
  opacity: 0.7;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #7b0000;
  color: #fff;
}

.navigation.pagination .nav-links .page-numbers.current:hover {
  opacity: 1;
}

.navigation.pagination .nav-links .page-numbers.next,
.navigation.pagination .nav-links .page-numbers.prev {
  background-color: #4f5460;
  color: #fff;
}

/* Navigation Icons */

.menu-item-144 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Location2.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-144:hover a::before {
  border: 1px solid #fff;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Location2-white.svg');
}

.menu-item-144.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Location2-white.svg');
}

.menu-item-103 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-about.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-103:hover a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-about-white.svg');
}

.menu-item-103.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-about-white.svg');
}

.menu-item-106 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Services2.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-106:hover a::before {
  border: 1px solid #fff;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Services2-white.svg');
}

.menu-item-106.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('https://ohiorealtitle.com/wp-content/uploads/2026/02/ORT_Nav_Services2-white.svg');
}

.menu-item-335 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-resources.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-335:hover a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-resources-white.svg');
}

.menu-item-335.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-resources-white.svg');
}

.menu-item-112 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-careers.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-112:hover a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-careers-white.svg');
}

.menu-item-112.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-careers-white.svg');
}

.menu-item-113 a::before {
  border: 1px solid #4f5460;
  border-radius: 9999px;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-contact.svg');
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding: 0.65rem;
  position: absolute;
  right: 0;
  top: 20%;
  width: 3rem;
}

.menu-item-113:hover a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-contact-white.svg');
}

.menu-item-113.current-menu-item a::before {
  border: 1px solid #fff;
  content: url('/wp-content/themes/ohiorealtitle/theme/images/nav-contact-white.svg');
}

@media screen and (max-width: 1279px) {
  .menu-item a::before {
    display: none !important;
  }
}

.wp-block-ort-features {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wp-block-ort-features #features .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-group .wp-block-image {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media (min-width: 640px) {
  .wp-block-group .wp-block-image {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .wp-block-group .wp-block-image {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wp-block-group .wp-block-image {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .wp-block-group .wp-block-image {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .wp-block-group .wp-block-image {
    max-width: 1536px;
  }
}

.child-nav [aria-current]:not([aria-current="false"]) {
  color: #7b0000;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[95\%\]::before {
  content: var(--tw-content);
  left: -95%;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[100vw\]::before {
  content: var(--tw-content);
  width: 100vw;
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(123 0 0 / var(--tw-bg-opacity));
}

.before\:opacity-60::before {
  content: var(--tw-content);
  opacity: 0.6;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 96 / var(--tw-bg-opacity));
}

.hover\:bg-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.hover\:bg-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 96 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:fill-secondary:hover {
  fill: #4f5460;
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-background:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(79 84 96 / var(--tw-text-opacity));
}

.hover\:text-foreground:hover {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(123 0 0 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(79 84 96 / var(--tw-text-opacity));
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:scale-\[1\.35\] {
  --tw-scale-x: 1.35;
  --tw-scale-y: 1.35;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 96 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:p-4 {
  padding: 1rem;
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(79 84 96 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-15 {
  opacity: 0.15;
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:basis-1\/2-gap-6 {
    flex-basis: calc(50% - (1/2 * 1.5rem));
  }

  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[2000px\] {
    width: 2000px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[18rem\] {
    max-width: 18rem;
  }

  .md\:max-w-\[20rem\] {
    max-width: 20rem;
  }

  .md\:max-w-\[240px\] {
    max-width: 240px;
  }

  .md\:max-w-\[514px\] {
    max-width: 514px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:basis-1\/3-gap-8 {
    flex-basis: calc(33.33333% - (2/3 * 2rem));
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-2\/3-gap-8 {
    flex-basis: calc(66.66666% - (1/3 * 2rem));
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[325px\] {
    max-width: 325px;
  }

  .lg\:max-w-\[488px\] {
    max-width: 488px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-1\/4-gap-6 {
    flex-basis: calc(25% - (3/4 * 1.5rem));
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:\!hidden {
    display: none !important;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:max-w-\[411px\] {
    max-width: 411px;
  }

  .xl\:max-w-\[616px\] {
    max-width: 616px;
  }

  .xl\:max-w-\[740px\] {
    max-width: 740px;
  }

  .xl\:max-w-\[822px\] {
    max-width: 822px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-\[496px\] {
    max-width: 496px;
  }

  .\32xl\:max-w-\[992px\] {
    max-width: 992px;
  }
}

.\[\&\>figure\]\:m-0>figure {
  margin: 0px;
}

.\[\&\>figure\]\:min-w-36>figure {
  min-width: 9rem;
}

.\[\&\>figure\]\:max-w-44>figure {
  max-width: 11rem;
}

.\[\&\>figure\]\:basis-\[calc\(33\%-2rem\)\]>figure {
  flex-basis: calc(33% - 2rem);
}

@media (min-width: 1024px) {
  .lg\:\[\&\>figure\]\:basis-\[calc\(20\%-2rem\)\]>figure {
    flex-basis: calc(20% - 2rem);
  }
}
