/*!
Theme Name: Cox Fence
Theme URI: https://www.pinpointdigital.com
Author: Pinpoint Digital, LLC
Author URI: https://www.pinpointdigital.com
Description: A custom theme for Cox Fence
Version: 1.3.6
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: coxfence
Tags: fence, repair, fencing
*/

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

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

[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: #6b7280;
  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: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  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='%236b7280' 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: #6b7280;
  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;
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
  line-height: 1.625em;
}

.wp-site-blocks {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow-x: clip;
}

.wp-site-blocks > * {
  margin-top: 0px;
}

.coxfence-main {
  color: var(--wp--preset--color--foreground);
}

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

.coxfence-main :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;
}

.coxfence-main :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground);
  text-decoration: underline;
  font-weight: 400;
}

.coxfence-main :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  text-decoration: none;
}

.coxfence-main :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  font-weight: 600;
}

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

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

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

.coxfence-main :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;
}

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

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

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

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

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

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

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

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

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

.coxfence-main :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;
  padding-left: 1.625em;
}

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

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

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

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

.coxfence-main :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-color: rgba(0, 0, 0, 0.15);
}

.coxfence-main :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) cite {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}

.coxfence-main :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-left-style: solid;
}

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

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

.coxfence-main :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--x-gigantic);
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  line-height: 1.15625em;
}

.coxfence-main :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

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

.coxfence-main :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--gigantic);
  margin-top: 1.2em;
  margin-bottom: 0.95em;
  line-height: 1.23809em;
}

.coxfence-main :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

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

.coxfence-main :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--xxxx-large);
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  line-height: 1.277778em;
}

.coxfence-main :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

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

.coxfence-main :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
  font-size: var(--wp--preset--font-size--xxx-large);
}

.coxfence-main :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

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

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

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

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

.coxfence-main :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;
}

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

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

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

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

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

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

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

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

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

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

.coxfence-main :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;
}

.coxfence-main :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;
}

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

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

.coxfence-main :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;
}

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

.coxfence-main :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;
}

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

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

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

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

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

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

.coxfence-main :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;
}

.coxfence-main {
  --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: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
}

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

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

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

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

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

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

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

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

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

.coxfence-main :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;
}

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

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

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

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

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

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

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

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

.coxfence-main :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;
}

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

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

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

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

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

.coxfence-main :where(headings):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
}

.coxfence-main :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--foreground-dark);
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-weight: 500;
}

.coxfence-main :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.coxfence-main :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--foreground-dark);
  line-height: 1.5em;
  margin-bottom: 0.88em;
  font-weight: 500;
}

.coxfence-main :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

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

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

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

.coxfence-main {
  flex: 1 1 0%;
}

.coxfence-main :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-underline-offset: 3px;
}

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

.prose {
  color: var(--wp--preset--color--foreground);
}

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

.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(--wp--preset--color--foreground);
  text-decoration: underline;
  font-weight: 400;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  text-decoration: none;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
  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;
  padding-left: 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(--wp--preset--color--grey);
  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-color: rgba(0, 0, 0, 0.15);
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) cite {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--x-gigantic);
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  line-height: 1.15625em;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.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(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--gigantic);
  margin-top: 1.2em;
  margin-bottom: 0.95em;
  line-height: 1.23809em;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.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(--wp--preset--color--foreground-dark);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--xxxx-large);
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  line-height: 1.277778em;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.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(--wp--preset--color--foreground-dark);
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.3125em;
  font-size: var(--wp--preset--font-size--xxx-large);
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.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: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
}

.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;
  padding-left: 0;
}

.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(headings):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--wp--preset--color--foreground-dark);
}

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--foreground-dark);
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  font-weight: 500;
}

.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--foreground-dark);
  line-height: 1.5em;
  margin-bottom: 0.88em;
  font-weight: 500;
}

.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) a {
  text-decoration: none;
}

.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%;
}

/* Pagination */

.wp-block-query-pagination {
  width: 100%;
  flex-wrap: wrap;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.75rem;
}

.wp-block-query-pagination-numbers .page-numbers {
  margin-bottom: 0px;
  display: inline-flex;
  min-height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}

.wp-block-query-pagination-numbers .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  margin-bottom: 0px;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-query-pagination-numbers .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Brands List */

.coxfence-brands-list {
  gap: 2rem;
}

@media (min-width: 1024px) {
  .coxfence-brands-list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-brands-list {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

@media (max-width: 781px) {
  .coxfence-brands-list {
    overflow-x: auto;
  }

  .coxfence-brands-list .wp-block-image img {
    max-height: 3rem;
    width: auto;
  }

  .coxfence-brands-list .wp-block-image {
    width: auto !important;
    flex-shrink: 0;
  }
}

.coxfence-brands-list .wp-block-image {
  width: auto;
}

.coxfence-brands-list .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .coxfence-brands-list .wp-block-image img {
    max-height: 7.5rem;
  }
}

/* Card Feature */

.coxfence-feature-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 782px) {
  .coxfence-feature-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-feature-card {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-feature-card {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.coxfence-feature-card__icon {
  height: 4rem;
  width: 4rem;
}

/* Heading Card */

.coxfence-heading-card {
  position: relative;
  padding: 1.875rem;
  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;
}

.coxfence-heading-card::after {
  pointer-events: none;
  position: absolute;
  inset-inline-end: 1.5rem;
  bottom: 1.5rem;
  display: block;
  height: 3rem;
  width: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='49' viewBox='0 0 36 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.75 39.2183C31.9969 39.2183 33 38.2152 33 36.9683V14.4683C33 13.2214 31.9969 12.2183 30.75 12.2183C29.5031 12.2183 28.5 13.2214 28.5 14.4683V31.5402L6.84376 9.87456C5.96251 8.99331 4.53751 8.99331 3.66564 9.87456C2.79376 10.7558 2.78439 12.1808 3.66564 13.0527L25.3219 34.7089H8.25001C7.00314 34.7089 6.00001 35.7121 6.00001 36.9589C6.00001 38.2058 7.00314 39.2089 8.25001 39.2089H30.75V39.2183Z' fill='white'/%3E%3C/svg%3E%0A");;
  background-position: center;
  background-repeat: no-repeat;
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.coxfence-heading-card:hover::after {
  --tw-translate-x: 0.25rem;
  content: var(--tw-content);
  --tw-translate-y: 0.25rem;
  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));
}

@media (min-width: 782px) {
  .coxfence-heading-card::after {
    inset-inline-end: 1.875rem;
    content: var(--tw-content);
    bottom: 1.875rem;
  }
}

.coxfence-heading-card a {
  text-decoration-line: none;
}

.coxfence-service-card__title a {
  text-decoration-line: none;
}

.coxfence-service-card__title a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* In case we'll change the Heading Card background color make sure we apply hover only on the primary color */

.coxfence-heading-card.has-primary-background-color:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 173 83 / var(--tw-bg-opacity)) !important;
}

.coxfence-heading-card .wp-block-heading {
}

.coxfence-heading-card .wp-block-heading a::after {
  position: absolute;
  inset: 0px;
  content: var(--tw-content);
  display: block;
}

/* Quote */

.coxfence-quote-card {
  position: relative;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.coxfence-quote-card .wp-block-quote {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-style: none;
  padding: 0px;
  font-weight: 400;
  font-style: normal;
}

.coxfence-quote-card__stars {
}

.coxfence-quote-card .wp-block-quote cite {
  margin: 0px;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 0.375rem;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.5555em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.coxfence-quote-card .wp-block-quote cite::before {
  content: var(--tw-content);
  display: none;
}

.coxfence-quote-card .wp-block-quote p {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.coxfence-quote-card .wp-block-quote p::after {
  content: var(--tw-content);
  display: none;
}

.coxfence-quote-card .wp-block-quote p:first-of-type::before {
  position: absolute;
  top: 0px;
  inset-inline-start: 2rem;
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 3rem;
  --tw-translate-y: -50%;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.67153 15C3.63341 15 2.77372 14.7557 2.09246 14.2671C1.41119 13.7459 0.892133 13.0782 0.53528 12.2638C0.178427 11.4169 0 10.4886 0 9.47883C0 8.14332 0.259529 6.85668 0.778589 5.61889C1.33009 4.38111 2.07624 3.27362 3.01703 2.29642C3.95783 1.31922 5.02839 0.553746 6.22871 0L9.09976 2.29642C8.22384 2.65473 7.41281 3.09446 6.66667 3.61564C5.95296 4.13681 5.33658 4.72313 4.81752 5.37459C4.29846 6.02606 3.92538 6.69381 3.6983 7.37785L3.94161 7.52443C4.10381 7.42671 4.29846 7.34528 4.52555 7.28013C4.75264 7.18241 5.07705 7.13355 5.49878 7.13355C6.01784 7.13355 6.5369 7.28013 7.05596 7.57329C7.57502 7.83388 8.01298 8.24104 8.36983 8.79479C8.72668 9.31596 8.90511 9.98372 8.90511 10.798C8.90511 11.6775 8.71046 12.4267 8.32117 13.0456C7.93187 13.6645 7.41281 14.1531 6.76399 14.5114C6.11517 14.8371 5.41768 15 4.67153 15ZM15.5718 15C14.5337 15 13.674 14.7557 12.9927 14.2671C12.3114 13.7459 11.7924 13.0782 11.4355 12.2638C11.0787 11.4169 10.9002 10.4886 10.9002 9.47883C10.9002 8.14332 11.1598 6.85668 11.6788 5.61889C12.2303 4.38111 12.9765 3.27362 13.9173 2.29642C14.8581 1.31922 15.9286 0.553746 17.129 0L20 2.29642C19.1241 2.65473 18.3131 3.09446 17.5669 3.61564C16.8532 4.13681 16.2368 4.72313 15.7178 5.37459C15.1987 6.02606 14.8256 6.69381 14.5985 7.37785L14.8418 7.52443C15.0041 7.42671 15.1987 7.34528 15.4258 7.28013C15.6529 7.18241 15.9773 7.13355 16.399 7.13355C16.9181 7.13355 17.4371 7.28013 17.9562 7.57329C18.4753 7.83388 18.9132 8.24104 19.2701 8.79479C19.6269 9.31596 19.8054 9.98372 19.8054 10.798C19.8054 11.6775 19.6107 12.4267 19.2214 13.0456C18.8321 13.6645 18.3131 14.1531 17.6642 14.5114C17.0154 14.8371 16.3179 15 15.5718 15Z' fill='white'/%3E%3C/svg%3E%0A");;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.coxfence-quote-card .wp-block-quote p:last-of-type {
  flex: 1 1 0%;
}

/* Service */

.coxfence-service-card {
}

.coxfence-service-card__img {
  aspect-ratio: 394/299;
  height: auto !important;
  width: 100%;
  overflow: hidden;
}

.coxfence-service-card__img a {
  display: block;
}

.coxfence-service-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.coxfence-service-card__img:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.coxfence-service-card__content {
  flex: 1 1 0%;
  padding: 1.875rem;
}

.coxfence-service-card__title a {
  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;
}

.coxfence-service-card__title a:hover {
  text-decoration-line: underline;
}

/* Reviews Carousel */

.coxfence-carousel-reviews {
}

.coxfence-carousel-reviews .slick-list {
  padding-top: 1.5rem;
}

.coxfence-carousel-reviews .slick-track {
  display: flex;
}

.wp-block-cb-carousel .slick-slide {
  display: flex;
  height: auto;
  overflow: visible;
}

/* Contact Form 7 */

.wpcf7-form p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wpcf7-form label {
  margin-bottom: 1rem;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.715em;
  font-weight: 600;
}

.wpcf7-form legend {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.wpcf7-form legend span:first-child {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 500;
}

.wpcf7-form legend span:last-child {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.715em;
  opacity: 0.7;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="search"],
.wpcf7-form select,
.wpcf7-form textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: 12px 12px;
  background-position: right 19px center;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.715em;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form input[type="tel"]::-moz-placeholder, .wpcf7-form input[type="password"]::-moz-placeholder, .wpcf7-form input[type="number"]::-moz-placeholder, .wpcf7-form input[type="url"]::-moz-placeholder, .wpcf7-form input[type="date"]::-moz-placeholder, .wpcf7-form input[type="datetime-local"]::-moz-placeholder, .wpcf7-form input[type="month"]::-moz-placeholder, .wpcf7-form input[type="week"]::-moz-placeholder, .wpcf7-form input[type="time"]::-moz-placeholder, .wpcf7-form input[type="search"]::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="password"]::placeholder,
.wpcf7-form input[type="number"]::placeholder,
.wpcf7-form input[type="url"]::placeholder,
.wpcf7-form input[type="date"]::placeholder,
.wpcf7-form input[type="datetime-local"]::placeholder,
.wpcf7-form input[type="month"]::placeholder,
.wpcf7-form input[type="week"]::placeholder,
.wpcf7-form input[type="time"]::placeholder,
.wpcf7-form input[type="search"]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="datetime-local"]:focus,
.wpcf7-form input[type="month"]:focus,
.wpcf7-form input[type="week"]:focus,
.wpcf7-form input[type="time"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(128 189 255 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + 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);
  --tw-ring-color: rgb(128 189 255 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
}

.wpcf7-form input[type="text"]:disabled,
.wpcf7-form input[type="email"]:disabled,
.wpcf7-form input[type="tel"]:disabled,
.wpcf7-form input[type="password"]:disabled,
.wpcf7-form input[type="number"]:disabled,
.wpcf7-form input[type="url"]:disabled,
.wpcf7-form input[type="date"]:disabled,
.wpcf7-form input[type="datetime-local"]:disabled,
.wpcf7-form input[type="month"]:disabled,
.wpcf7-form input[type="week"]:disabled,
.wpcf7-form input[type="time"]:disabled,
.wpcf7-form input[type="search"]:disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

/* Select */

.wpcf7-form select,
.woocommerce select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%231A1A1A'%3E%3Cpath fill-rule='evenodd' d='M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
  background-size: 14px 15px;
  background-position: right 19px center !important;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.wpcf7-form select:hover,
.woocommerce select:hover {
  cursor: pointer;
}

.wpcf7-form textarea {
  height: 200px;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99913 0C4.61101 0.000203558 3.2659 0.481691 2.19299 1.36246C1.12009 2.24322 0.385762 3.46873 0.115138 4.83022C-0.155486 6.1917 0.0543384 7.60496 0.708853 8.82908C1.36337 10.0532 2.4221 11.0125 3.70462 11.5436C4.98714 12.0746 6.41411 12.1445 7.74241 11.7414C9.07071 11.3383 10.2181 10.4871 10.9892 9.33286C11.7603 8.17859 12.1073 6.79268 11.9711 5.41126C11.8348 4.02984 11.2239 2.73839 10.2422 1.75694C9.11651 0.632228 7.59041 0.000295006 5.99913 0ZM5.99913 10.8399C4.87933 10.8402 3.79408 10.4522 2.92832 9.74196C2.06255 9.03175 1.46983 8.04332 1.25117 6.94507C1.03251 5.84683 1.20145 4.70675 1.72917 3.7191C2.25689 2.73145 3.11076 1.95732 4.14527 1.52867C5.17978 1.10002 6.33092 1.04336 7.40253 1.36833C8.47414 1.6933 9.39991 2.37976 10.0221 3.3108C10.6443 4.24185 10.9244 5.35986 10.8146 6.47427C10.7049 7.58868 10.2121 8.63058 9.42029 9.42239C8.97108 9.87179 8.43776 10.2283 7.85075 10.4715C7.26373 10.7148 6.63454 10.8399 5.99913 10.8399ZM5.99913 2.89773C6.15296 2.89773 6.30049 2.95884 6.40926 3.06762C6.51804 3.17639 6.57915 3.32392 6.57915 3.47775V5.99517C6.57915 6.149 6.51804 6.29653 6.40926 6.40531C6.30049 6.51408 6.15296 6.57519 5.99913 6.57519C5.92286 6.57535 5.84731 6.56049 5.7768 6.53142C5.70629 6.50234 5.64221 6.45962 5.58823 6.40575C5.53424 6.35187 5.49138 6.28788 5.46215 6.21743C5.43293 6.14698 5.4179 6.07144 5.4179 5.99517V3.4898C5.4171 3.41302 5.43156 3.33685 5.46043 3.26571C5.48929 3.19456 5.53199 3.12985 5.58606 3.07533C5.64013 3.02082 5.7045 2.97757 5.77541 2.94812C5.84631 2.91867 5.92235 2.90359 5.99913 2.90376V2.89773ZM6.57915 8.31289C6.58272 8.39136 6.57036 8.46974 6.54279 8.5433C6.51522 8.61685 6.47304 8.68408 6.41877 8.74087C6.36451 8.79767 6.29927 8.84285 6.22704 8.87374C6.15481 8.90462 6.0771 8.92052 5.99854 8.92052C5.91999 8.92052 5.84224 8.90462 5.77001 8.87374C5.69778 8.84285 5.63258 8.79767 5.57831 8.74087C5.52404 8.68408 5.48182 8.61685 5.45426 8.5433C5.42669 8.46974 5.41433 8.39136 5.4179 8.31289C5.42471 8.16347 5.48886 8.02239 5.597 7.91906C5.70515 7.81573 5.84897 7.75807 5.99854 7.75807C6.14812 7.75807 6.2919 7.81573 6.40004 7.91906C6.50819 8.02239 6.57234 8.16347 6.57915 8.31289Z' fill='%23BF1332'/%3E%3C/svg%3E%0A");;
}

.wpcf7-form input.wpcf7-not-valid:focus,
.wpcf7-form textarea.wpcf7-not-valid:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(3px + 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);
  --tw-ring-color: rgb(191 19 50 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.4;
}

/* Submit */

.wpcf7-form button[type="submit"],
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.625em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}

.wpcf7-form button[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(31 173 83 / var(--tw-bg-opacity));
}

/* Checkboxes */

.coxfence-checkboxes-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.coxfence-checkboxes-list .wpcf7-list-item {
  margin-inline-start: 0px;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.715em;
}

.wpcf7-form .coxfence-checkboxes-list .wpcf7-list-item label {
  margin-bottom: 0px;
  font-weight: 400;
}

.coxfence-checkboxes-list .wpcf7-list-item input[type="checkbox"] {
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
}

.coxfence-checkboxes-list .wpcf7-list-item input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(26 146 70 / var(--tw-border-opacity));
}

.coxfence-checkboxes-list .wpcf7-list-item label {
  display: inline-flex;
  gap: 0.625rem;
}

.coxfence-checkboxes-list .wpcf7-list-item label:hover {
  cursor: pointer;
}

.coxfence-checkboxes-list .wpcf7-list-item .wpcf7-list-item-label::before {
  content: var(--tw-content);
  display: none;
}

.coxfence-checkboxes-list .wpcf7-list-item .wpcf7-list-item-label::after {
  content: var(--tw-content);
  display: none;
}

/* Radio */

.coxfence-radio-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.coxfence-radio-list .wpcf7-list-item {
  margin-inline-start: 0px;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.715em;
}

.coxfence-radio-list .wpcf7-list-item input[type="radio"] {
  margin-top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
}

.coxfence-radio-list .wpcf7-list-item label {
  display: inline-flex;
  gap: 0.625rem;
}

.coxfence-radio-list .wpcf7-list-item label:hover {
  cursor: pointer;
}

/* Tip (Not Valid) */

.wpcf7-not-valid-tip {
  margin-bottom: 0px !important;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(191 19 50 / var(--tw-text-opacity));
}

/* Response output */

.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  border-width: 0px;
  padding: 1.5rem;
  padding-inline-start: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7 .wpcf7-form .wpcf7-response-output::before {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  display: block;
  height: 1.25rem;
  content: var(--tw-content);
  width: 1.25rem;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: rgb(40 167 69 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(21,128,61)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(185,28,28)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.payment-required .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(161,98,7)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M8.485 3.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 3.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}

/* Footer */

.coxfence-footer-wrapper {
}

.coxfence-footer-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  text-underline-offset: 3px;
}

.coxfence-footer-wrapper a:hover {
  text-decoration-line: underline;
}

/* Primary */

.coxfence-footer__primary {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .coxfence-footer__primary {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-footer__primary {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 782px) and (max-width: 900px) {
  .coxfence-footer__primary .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 23%;
  }

  .coxfence-footer__primary .wp-block-columns .wp-block-column:nth-child(3) {
    flex-basis: 18%;
  }

  .coxfence-footer__primary .wp-block-columns .wp-block-column:nth-child(4) {
    flex-basis: 15%;
  }
}

/* Footer Logo */

.coxfence-footer-logo {
  width: auto;
  align-self: flex-start;
}

/* Footer Navigation */

.coxfence-footer-nav .wp-block-navigation__container {
  display: grid;
  width: 100%;
  max-width: 20rem;
  row-gap: 0.25rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

@media (min-width: 1282px) {
  .coxfence-footer-nav .wp-block-navigation__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.coxfence-footer-nav .wp-block-navigation-item {
  margin: 0px;
}

/* Footer Widget */

.coxfence-footer-widget {
}

.coxfence-footer-widget__heading {
}

.coxfence-footer-widget__heading a {
  font-weight: 700;
}

/* Secondary */

.coxfence-footer__secondary {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 782px) {
  .coxfence-footer__secondary {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-footer__secondary {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Dynamic Year */

.wp-block-epico-dynamic-year-block p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Header */

.coxfence-header-wrapper {
}

@media (min-width: 1282px) {
  .coxfence-header-wrapper__container {
    gap: 4rem;
  }
}

@media (min-width: 1440px) {
  .coxfence-header-wrapper__container {
    gap: 6rem;
  }
}

/* Logo */

.coxfence-header-wrapper .wp-block-site-logo {
  width: 6rem;
  flex-shrink: 0;
  align-self: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .coxfence-header-wrapper .wp-block-site-logo {
    width: 7rem;
  }
}

@media (min-width: 782px) {
  .coxfence-header-wrapper .wp-block-site-logo {
    width: 8rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-header-wrapper .wp-block-site-logo {
    width: 9rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-header-wrapper .wp-block-site-logo {
    width: 11.4375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

/* Content Holder (Secondary, Navigation) */

.coxfence-header-content {
  flex: 1 1 0%;
}

@media (max-width: 1023px) {
  .coxfence-header-content {
    flex-direction: row !important;
  }

  .coxfence-header-content .coxfence-header__secondary-reviews {
    display: none;
  }

  .coxfence-header__secondary .wp-block-social-links {
    display: none;
  }

  .coxfence-header__secondary {
    margin-inline-start: auto !important;
    border-style: none;
  }

  .coxfence-header__secondary .wp-block-separator {
    display: none;
  }
}

/* Secondary */

.coxfence-header__secondary {
}

@media (min-width: 1023px) and (max-width: 1281px) {
  .coxfence-header__secondary {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media (max-width: 639px) {
  .coxfence-header__secondary {
    gap: 1rem !important;
  }
}

.coxfence-header__secondary-reviews {
  font-weight: 500;
}

.coxfence-header__secondary-reviews a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.coxfence-header__secondary .wp-block-separator {
  height: 100%;
  width: 1px;
  flex-shrink: 0;
}

/* CTA Button */

.coxfence-header__secondary .wp-block-button .wp-block-button__link {
  display: inline-flex;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.coxfence-header__secondary .wp-block-button .wp-block-button__label-primary {
  display: none;
}

@media (min-width: 782px) {
  .coxfence-header__secondary .wp-block-button .wp-block-button__label-primary {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .coxfence-header__secondary .wp-block-button .wp-block-button__label-primary {
    display: none;
  }
}

@media (min-width: 1282px) {
  .coxfence-header__secondary .wp-block-button .wp-block-button__label-primary {
    display: inline;
  }
}

.coxfence-header__secondary .wp-block-button .wp-block-button__label-secondary {
}

@media (max-width: 639px) {
  .coxfence-header__secondary .wp-block-button .wp-block-button__link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.715em;
  }
}

/* Phone */

.coxfence-header__secondary-phone {
}

.coxfence-header__secondary-phone a {
  font-weight: 700;
  text-decoration-line: none;
  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;
}

.coxfence-header__secondary-phone a:hover {
  --tw-text-opacity: 1;
  color: rgb(45 45 130 / var(--tw-text-opacity));
}

.coxfence-header__secondary-phone .icon-container {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1023px) and (max-width: 1281px) {
  .coxfence-header__secondary-phone p {
    font-size: var(--wp--preset--font-size--medium) !important;
    line-height: 1.625em !important;
  }
}

@media (max-width: 639px) {
  .coxfence-header__secondary-phone p {
    display: none;
  }
}

/* Mobile Navigation */

.coxfence-main-nav:not(.has-background)
	.wp-block-navigation__responsive-container.is-menu-open {
}

@media (max-width: 1023px) {
  .coxfence-main-nav {
  }

  .coxfence-main-nav
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-container-content
		.wp-block-navigation__container {
    width: 100%;
    align-items: stretch;
  }
}

.coxfence-main-nav .wp-block-navigation__container .wp-block-navigation-item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .coxfence-main-nav .wp-block-navigation__container .wp-block-navigation-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.coxfence-main-nav
	.wp-block-navigation-item__content.wp-block-navigation-item__content {
}

@media (min-width: 600px) {
  .coxfence-main-nav .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .coxfence-main-nav
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-container-content {
    gap: 0.75rem;
    font-weight: 500;
  }

  .coxfence-main-nav
		.wp-block-navigation__container
		> .wp-block-navigation-item
		> .wp-block-navigation-item__content {
    font-weight: 500;
  }

  /* Sub Menu */

  .coxfence-main-nav
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-container-content
		.wp-block-navigation__submenu-container {
    width: 100%;
    gap: 0.75rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
}

/* Toggle Button */

.coxfence-main-nav .wp-block-navigation__responsive-container-open {
  margin-inline-start: 0.5rem !important;
  margin-inline-end: -0.5rem;
  margin-left: auto;
  display: flex !important;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  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;
}

.coxfence-main-nav .wp-block-navigation__responsive-container-open:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.coxfence-main-nav .wp-block-navigation__responsive-container-open:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .coxfence-main-nav .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
}

.coxfence-main-nav .wp-block-navigation__responsive-container-close {
  top: 0px;
  margin-inline-end: -0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

.coxfence-main-nav .wp-block-navigation__responsive-container-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.coxfence-main-nav .wp-block-navigation__responsive-container-close svg {
  height: 1.75rem;
  width: 1.75rem;
  fill: #4B4B4B;
}

.coxfence-main-nav .wp-block-navigation__responsive-container-open svg {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .coxfence-main-nav
		.wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }
}

/* Desktop Navigation */

.coxfence-main-nav
	.wp-block-navigation-item
	.wp-block-navigation-item__content {
  text-decoration-line: none !important;
}

@media (min-width: 1024px) {
  .coxfence-main-nav {
    flex: 1 1 0%;
    align-items: stretch !important;
    justify-content: flex-end;
  }

  .coxfence-main-nav .wp-block-navigation__container {
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .coxfence-main-nav .wp-block-navigation__container {
    gap: 1.75rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-main-nav .wp-block-navigation__container {
    gap: 2rem;
  }
}

@media (min-width: 1360px) {
  .coxfence-main-nav .wp-block-navigation__container {
    gap: 2.25rem;
  }
}

@media (min-width: 1440px) {
  .coxfence-main-nav .wp-block-navigation__container {
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-main-nav .wp-block-navigation__responsive-container {
    display: flex !important;
  }

  .coxfence-main-nav .wp-block-navigation__responsive-close {
    display: flex;
    height: 100%;
    justify-content: flex-end;
  }
}

.coxfence-main-nav .wp-block-navigation__responsive-container-content {
  gap: 0px;
}

@media (min-width: 1024px) {
  .coxfence-main-nav .wp-block-navigation__responsive-container-content {
    height: 100%;
    align-items: stretch;
  }

  .coxfence-main-nav .wp-block-navigation__container > .wp-block-navigation-item {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
  }

  .coxfence-main-nav .wp-block-navigation__container > .wp-block-navigation-item:last-child {
    display: none;
  }

  .coxfence-main-nav .wp-block-social-links {
    display: none !important;
  }
}

/* Parent Level */

@media (min-width: 1024px) {
  .coxfence-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.715em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
  }

  .coxfence-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content::before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 0.25rem;
    background-color: transparent;
    content: var(--tw-content);
    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;
  }

  .coxfence-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content:hover::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1282px) {
  .coxfence-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content {
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.625em;
  }
}

/* Current Menu Item */

.coxfence-main-nav
	> .wp-block-navigation-item.current-menu-item
	> .wp-block-navigation-item__content::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
}

/* Sub Menu */

.coxfence-main-nav .wp-block-navigation-submenu {
}

@media (min-width: 1024px) {
  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container {
    border-style: none;
    padding: 0px;
    --tw-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .coxfence-main-nav
	.wp-block-navigation
	.has-child:hover
	> .wp-block-navigation__submenu-container {
    inset-inline-start: 0px;
    min-width: 12rem !important;
  }

  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
    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;
  }

  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1282px) {
  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container
	> .wp-block-navigation-item
	> .wp-block-navigation-item__content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-main-nav
	.wp-block-navigation
	.has-child
	.wp-block-navigation__submenu-container
	> .wp-block-navigation-item.current-menu-item
	> .wp-block-navigation-item__content {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
  }
}

/* Extra Sub Menu - Only Mobile */

.coxfence-main-nav ul.coxfence-main-nav__submenu-only-mobile {
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: rgb(75 75 75 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-top-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding: 0px !important;
}

@media (min-width: 1024px) {
  .coxfence-main-nav ul.coxfence-main-nav__submenu-only-mobile {
    display: none !important;
  }
}

.coxfence-main-nav li.coxfence-main-nav__submenu-only-mobile {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

@media (min-width: 1024px) {
  .coxfence-main-nav li.coxfence-main-nav__submenu-only-mobile {
    display: none !important;
  }
}

.coxfence-main-nav
	li.coxfence-main-nav__submenu-only-mobile
	> .wp-block-navigation-item__content {
  display: none;
}

.coxfence-main-nav__item-cta-primary .wp-block-navigation-item__content {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.coxfence-main-nav__item-cta-link .wp-block-navigation-item__content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .coxfence-main-nav .wp-block-social-links {
    width: 100%;
  }
}

/* Hero */

.coxfence-hero {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

@media (min-width: 640px) {
  .coxfence-hero {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 782px) {
  .coxfence-hero {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-hero {
    padding-top: 9rem;
    padding-bottom: 13rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-hero {
    padding-top: 10rem;
    padding-bottom: 15rem;
  }
}

.coxfence-hero .wp-block-columns .wp-block-column {
}

@media (min-width: 782px) and (max-width: 1023px) {
  .coxfence-hero .wp-block-columns .wp-block-column {
    flex-basis: 75% !important;
  }
}

@media (max-width: 1023px) {
  .coxfence-hero .wp-block-cover__background {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0) 100%) !important;
  }
}

/* Info List */

.coxfence-info-list {
}

.coxfence-info-list__item {
}

.coxfence-info-list__item-icon {
  aspect-ratio: 1 / 1;
  width: 2.5rem;
  flex-shrink: 0;
}

.coxfence-info-list__item a {
  text-decoration-line: none;
}

.coxfence-info-list__item a:hover {
  text-decoration-line: underline;
}

@media (min-width: 781px) and (max-width: 1242px) {
  .coxfence-info-list__item {
    gap: 0.75rem !important;
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 1.715em !important;
  }

  .coxfence-info-list__item-icon {
    width: 2.5rem;
  }

  .coxfence-info-list__item-icon .icon-container {
    width: 1.5rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .coxfence-info-list__item-icon {
    display: none !important;
  }
}

/* Lightbox */

@media (max-width: 991px) {
  .lightbox-trigger {
    opacity: 1 !important;
  }
}

@media (min-width: 1024px) {
  #baguetteBox-overlay .full-image img {
    max-height: 80% !important;
  }
}

/* Page Heading */

.coxfence-page-heading {
  flex-shrink: 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 640px) {
  .coxfence-page-heading {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-page-heading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-page-heading {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* Breadcrumb */

.coxfence-page-heading .breadcrumb .breadcrumb-item a {
  text-underline-offset: 2px;
}

/* Post Template: Default Post Template */

.wp-block-post-template {
  list-style-type: none;
  padding: 0px;
}

/* Post Template: CoxFence Post Template */

.coxfence-post-template {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.coxfence-post-template .wp-block-post {
  padding: 0px;
}

.coxfence-post-template .wp-block-post .wp-block-columns {
  margin-bottom: 0px;
}

.coxfence-post-template
	.wp-block-post
	.wp-block-columns
	.wp-block-column:empty {
  display: none;
}

.coxfence-post-template
	.wp-block-post
	.wp-block-columns
	.wp-block-column:empty
	+ .wp-block-column {
  width: 100% !important;
  flex-grow: 1 !important;
}

.coxfence-post-template .wp-block-post-title {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.coxfence-post-template .wp-block-post-title a {
  font-weight: 700;
}

.coxfence-post-template .wp-block-post-excerpt__more-text {
  margin-bottom: 0px;
}

.coxfence-post-template .wp-block-post-featured-image {
}

.coxfence-post-template .wp-block-post-featured-image img {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  vertical-align: top;
}

/* Section */

.coxfence-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .coxfence-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 782px) {
  .coxfence-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 782px) {
  .coxfence-section__sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-section__sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section__sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

/* Section with Right Image */

.coxfence-section-right-img-cover {
  aspect-ratio: 960/600;
  min-height: 0px;
  width: 100%;
}

@media (min-width: 640px) {
  .coxfence-section-right-img-cover {
    min-height: 440px;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-right-img-cover {
    min-height: 520px;
  }
}

@media (min-width: 1920px) {
  .coxfence-section-right-img-cover {
    min-height: 600px;
    aspect-ratio: 960/600;
    width: 945px;
  }
}

@media (min-width: 1024px) {
  .coxfence-section-left-desc {
    padding-inline-end: 2.5rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-left-desc {
    padding-inline-end: 8rem;
  }
}

/* Section Towns Services */

.coxfence-section-towns-services {
}

.coxfence-section-towns-services__inner {
  padding: 1.75rem;
}

@media (min-width: 1024px) {
  .coxfence-section-towns-services__inner {
    padding: 2rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-towns-services__inner {
    padding: 3rem;
  }
}

.coxfence-section-towns-services__list-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  .coxfence-section-towns-services__list-column {
    padding-inline-start: 3rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-towns-services__list-column {
    padding-inline-start: 3.75rem;
    padding-inline-end: 0px;
  }
}

.coxfence-section-towns-services__list-column ul.coxfence-towns-list {
  margin-bottom: -1.875rem !important;
  display: grid;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .coxfence-section-towns-services__list-column ul.coxfence-towns-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .coxfence-section-towns-services__list-column ul.coxfence-towns-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.coxfence-towns-list a {
  text-decoration-line: none;
}

.coxfence-towns-list a:hover {
  text-decoration-line: underline;
}

/* Section Hero Sibling */

.coxfence-section-hero-sibling {
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
}

@media (min-width: 640px) {
  .coxfence-section-hero-sibling {
    margin-top: -2rem;
  }
}

@media (min-width: 782px) {
  .coxfence-section-hero-sibling {
    margin-top: -2.5rem;
  }
}

@media (min-width: 1024px) {
  .coxfence-section-hero-sibling {
    margin-top: -3rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-hero-sibling {
    margin-top: -3.75rem;
  }
}

/* Section with Right Image */

.coxfence-section-right-img-cover {
  aspect-ratio: 945/540;
  min-height: 0px;
  width: 100%;
}

@media (min-width: 640px) {
  .coxfence-section-right-img-cover {
    min-height: 420px;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-right-img-cover {
    min-height: 480px;
  }
}

@media (min-width: 1920px) {
  .coxfence-section-right-img-cover {
    min-height: 540px;
    aspect-ratio: 945/540;
    width: 945px;
  }
}

@media (min-width: 1024px) {
  .coxfence-section-left-desc {
    padding-inline-end: 2.5rem;
  }
}

@media (min-width: 1282px) {
  .coxfence-section-left-desc {
    padding-inline-end: 8rem;
  }
}

/* Service Areas */

.coxfence-service-areas {
}

.coxfence-service-area {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4/3;
  min-height: 0px;
  width: 100%;
  overflow: hidden;
  padding: 1.5rem;
}

.coxfence-service-area .wp-block-cover__image-background {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.coxfence-service-area:hover .wp-block-cover__image-background {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.coxfence-service-area__section-heading {
}

.coxfence-service-area__section-heading a {
  text-decoration-line: none;
}

.coxfence-service-area__section-heading a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
}

.coxfence-service-area__heading {
}

.coxfence-service-area__heading p a {
  text-decoration-line: none;
}

.coxfence-service-area__heading p a::after {
  position: absolute;
  inset: 0px;
  content: var(--tw-content);
  display: block;
}

.coxfence-service-area__heading p a:hover {
  text-decoration-line: none;
}

.coxfence-service-area__icon {
  aspect-ratio: 1 / 1;
  width: 2.25rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity));
}

.coxfence-service-areas > .wp-block-group {
  gap: 1rem !important;
}

.coxfence-service-areas > .wp-block-group p {
  padding-inline-start: 0.625rem;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.25;
  font-weight: 500;
}

.coxfence-service-areas > .wp-block-group .wp-block-image {
}

.coxfence-service-areas > .wp-block-group .wp-block-image a {
  display: flex;
}

.coxfence-service-areas > .wp-block-group p a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}

.coxfence-service-areas > .wp-block-group p a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 146 70 / var(--tw-text-opacity));
}

/* Slick Carousel */

.slick-slider .slick-list {
  margin-inline-start: -0.9375rem !important;
  width: calc(100% + 1.875rem);
}

.slick-slider .slick-slide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.slick-slider .wp-block-image img {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Pagination enabled */

.slick-dotted {
  padding-bottom: 2.625rem;
}

/* Pagination */

.slick-dots {
  bottom: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0px;
}

.slick-dots li {
  margin: 0px;
  height: 0.75rem;
  width: 0.75rem;
  padding: 0px;
}

.slick-dots li button {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity)) !important;
  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;
}

.slick-dots li button::before {
  content: var(--tw-content);
  display: none;
}

.slick-dots li:hover button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.slick-dots li.slick-active button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 146 70 / var(--tw-bg-opacity)) !important;
}

/* Buttons */

.wp-block-buttons {
}

.wp-block-button .wp-block-button__link {
  font-weight: 500;
  text-decoration-line: none;
  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;
}

/* Primary Color */

.wp-block-button .wp-block-button__link.has-primary-background-color {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button .wp-block-button__link.has-primary-background-color:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 173 83 / var(--tw-bg-opacity)) !important;
}

/* Background Color (white by default) */

.wp-block-button .wp-block-button__link.has-background-background-color:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

/* Outline: Background Color */

.wp-block-button.is-style-outline .wp-block-button__link.has-background-color:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}

/* Details */

.wp-block-details {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  padding-top: 1.875rem;
}

.wp-block-details summary {
  position: relative;
  padding-inline-end: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.wp-block-details summary::after {
  position: absolute;
  inset-inline-end: 0px;
  top: 0.25rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23111111'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15' /%3E%3C/svg%3E%0A");;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.wp-block-details > summary::-webkit-details-marker {
  display: none;
}

.wp-block-details[open] > summary::after {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23111111'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 12h14' /%3E%3C/svg%3E%0A");;
}

/* WP Block Gallery */

.wp-block-gallery {
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

@media (min-width: 782px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.375;
  }
}

/* WP Block Image */

.wp-block-image {
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  max-height: 80%;
}

/* Social Links */

.wp-block-social-links {
  margin: 0px;
  padding: 0px;
}

/* Normal size */

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 1.75rem;
  width: 1.75rem;
}

/* Columns */

/* Equal Columns - 2 Columns on MD and LG */

.coxfence-columns-md-lg-2cols {
}

@media (min-width: 781px) and (max-width: 1281px) {
  .coxfence-columns-md-lg-2cols {
    flex-wrap: wrap !important;
  }

  .coxfence-columns-md-lg-2cols > .wp-block-column {
    flex-basis: calc(50% - 1.875rem) !important;
  }
}

/* Mobile on 1024px */

@media (min-width: 781px) and (max-width: 1023px) {
  .coxfence-columns-stack-on-lg {
    flex-wrap: wrap !important;
  }

  .coxfence-columns-stack-on-lg > .wp-block-column {
    flex-basis: 100% !important;
  }
}

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

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

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

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

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

.wp-block-image {
  margin-top: 0.5rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 781px) {
  .entry-content > .alignleft,
	.entry-content > .alignright,
	.entry-content > .alignnone {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    max-width: 75%;
  }

  .entry-content > .alignleft img,
	.entry-content > .alignright img,
	.entry-content > .alignnone img {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.col-span-full {
  grid-column: 1 / -1;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[394\/299\] {
  aspect-ratio: 394/299;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-full {
  height: 100%;
}

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline {
  outline-style: solid;
}

.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);
}

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

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
