/**
 * Critical Styles
 *
 * Critical styles for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Theme Styles
 *
 * @since	1.0.0
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Sass Functions
 *
 * Sass functions used during compilation.
 *
 * @package		Pompano Pickle
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * General Mixins
 *
 * General mixins useful for any theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Breakpoint Mixins
 *
 * Breakpoint variables, mixins and styles for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
#theme-breakpoint {
  height: 0;
  width: 1px;
}
@media (min-width: 1257px) and (max-width: 1440px) {
  #theme-breakpoint {
    height: 1px;
  }
}
@media (min-width: 1125px) and (max-width: 1256px) {
  #theme-breakpoint {
    height: 2px;
  }
}
@media (min-width: 993px) and (max-width: 1124px) {
  #theme-breakpoint {
    height: 3px;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  #theme-breakpoint {
    height: 4px;
  }
}
@media (min-width: 769px) and (max-width: 782px) {
  #theme-breakpoint {
    height: 5px;
  }
}
@media (min-width: 625px) and (max-width: 768px) {
  #theme-breakpoint {
    height: 6px;
  }
}
@media (min-width: 481px) and (max-width: 624px) {
  #theme-breakpoint {
    height: 7px;
  }
}
@media (min-width: 391px) and (max-width: 480px) {
  #theme-breakpoint {
    height: 8px;
  }
}
@media (max-width: 390px) {
  #theme-breakpoint {
    height: 9px;
  }
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Theme Colors
 *
 * Color variables for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
/**
 * Font Styles
 *
 * Font styles for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
@font-face {
  font-display: swap;
  font-family: "Juniper and Sage";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/juniper-and-sage.woff) format("woff"), url(../webfonts/juniper-and-sage.woff2) format("woff2");
}
/**
 * Theme Mixins
 *
 * Mixins specific to the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Theme Mixins
 *
 * @since	1.0.0
 */
/**
 * Animation Styles
 *
 * Animation styles for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	Style Includes
 *
 * @since	1.0.0
 */
@keyframes popi-fade-left {
  0% {
    transform: translateX(96px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes popi-fade-up {
  0% {
    transform: translateY(48px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes popi-fade-up-late {
  0% {
    transform: translateY(96px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes popi-spinning {
  0% {
    transform: rotate(0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: rotate(360deg);
    transform-style: preserve-3d;
  }
}
@keyframes popi-wipe-down {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Theme Classes
 *
 * Classes for theme elements.
 *
 * @package		Pompano Pickle
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
.popi-button,
.nav-links a.page-numbers {
  border-radius: 1.5em;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #d4542c;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  line-height: 1.5em;
  outline: 0;
  outline-offset: 3px;
  overflow: hidden;
  padding: 0.75em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.popi-button:focus,
.nav-links a.page-numbers:focus {
  outline: 3px solid #d4542c;
  text-decoration: none;
}
.popi-button:hover,
.nav-links a.page-numbers:hover {
  background-color: #e96d44;
}
.popi-button.popi-button-dink,
.nav-links a.page-numbers.popi-button-dink {
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.2em 0.8em;
}
.popi-button.popi-button-dink svg,
.nav-links a.page-numbers.popi-button-dink svg {
  height: auto;
  margin-left: 0.2em;
  width: 0.75em;
}
.popi-button.popi-button-on-dark,
.nav-links a.page-numbers.popi-button-on-dark {
  box-shadow: inset 0 0 0 1px #fde0d2;
  background-color: rgba(10, 56, 43, 0.4);
  color: #fde0d2;
}
.popi-button.popi-button-on-dark:focus,
.nav-links a.page-numbers.popi-button-on-dark:focus {
  outline-color: #fde0d2;
}
.popi-button.popi-button-on-dark:hover,
.nav-links a.page-numbers.popi-button-on-dark:hover {
  box-shadow: inset 0 0 0 1px #fef3ee;
  background-color: rgba(10, 56, 43, 0.5);
  color: #fef3ee;
}
.popi-button[disabled], .popi-button.popi-disabled,
.nav-links a.page-numbers[disabled],
.nav-links a.page-numbers.popi-disabled {
  color: #f7ae8c !important;
  cursor: not-allowed;
  opacity: 0.5;
}

.popi-align-center {
  align-items: center;
}
.popi-clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
}
.popi-fill {
  flex-grow: 1;
}
.popi-font-secondary {
  font-family: "Juniper and Sage", serif;
}
.popi-hidden {
  display: none;
}
.popi-list-button-group {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.popi-list-button-group li {
  padding: 0;
}
.popi-list-button-group li a {
  display: block;
}
.popi-list-button-group li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popi-list-button-group {
  margin: 0.5em -0.5em;
  padding-left: 0 !important;
}
.popi-list-button-group:first-child {
  margin-top: -0.5em;
}
.popi-list-button-group:last-child {
  margin-bottom: -0.5em;
}
.popi-list-button-group > li {
  flex: 0 0 auto;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.popi-list-button-group-centered {
  justify-content: center;
}
.popi-list-button-group-extra-tight {
  margin: 0.75em -0.25em;
}
.popi-list-button-group-extra-tight:first-child {
  margin-top: -0.25em;
}
.popi-list-button-group-extra-tight:last-child {
  margin-bottom: -0.25em;
}
.popi-list-button-group-extra-tight > li {
  padding: 0.25em;
}
.popi-list-button-group-tight {
  margin: 0.625em -0.5em;
}
.popi-list-button-group-tight:first-child {
  margin-top: -0.375em;
}
.popi-list-button-group-tight:last-child {
  margin-bottom: -0.375em;
}
.popi-list-button-group-tight > li {
  padding: 0.375em 0.5em;
}
.popi-list-leaded > li:not(:first-child), ol .popi-list-leaded > li:first-child, ul .popi-list-leaded > li:first-child {
  padding-top: 0.5em;
}
.popi-list-spaced > li:not(:first-child), ol .popi-list-spaced > li:first-child, ul .popi-list-spaced > li:first-child {
  padding-top: 1em;
}
.popi-no-shrink {
  flex-shrink: 0;
}
.popi-no-wrap {
  flex-wrap: nowrap;
}
.popi-shadow-bottom {
  text-shadow: 0 6px 0 #a83f1f;
}
.popi-text-center {
  text-align: center;
}
.popi-text-green {
  color: #1c5445;
}
.popi-text-large {
  font-size: 1.2em;
  line-height: inherit;
}
.popi-text-left {
  text-align: left;
}
.popi-text-orange {
  color: #d4542c;
}
.popi-text-right {
  text-align: right;
}

.popi-screen-reader-text,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * General Element Styles
 *
 * General element styles for the theme.
 *
 * @package		Pompano Pickle
 * @subpackage	General Styles
 *
 * @since	1.0.0
 */
a:not(.popi-button) {
  color: #a83f1f;
}

a:not(.popi-button):hover,
li:hover > a:not(.popi-button) {
  color: #d4542c;
}

a {
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a:hover {
  text-decoration: none;
}
a.popi-disabled {
  cursor: default;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}
blockquote span[style*="font:"],
blockquote span[style*="font-size:"],
h1 span[style*="font:"],
h1 span[style*="font-size:"],
h2 span[style*="font:"],
h2 span[style*="font-size:"],
h3 span[style*="font:"],
h3 span[style*="font-size:"],
h4 span[style*="font:"],
h4 span[style*="font-size:"],
h5 span[style*="font:"],
h5 span[style*="font-size:"],
h6 span[style*="font:"],
h6 span[style*="font-size:"],
li span[style*="font:"],
li span[style*="font-size:"],
ol span[style*="font:"],
ol span[style*="font-size:"],
p span[style*="font:"],
p span[style*="font-size:"],
ul span[style*="font:"],
ul span[style*="font-size:"] {
  display: inline-block;
  line-height: 1.375em;
}
blockquote span[style*="font:"]:first-child:last-child,
blockquote span[style*="font-size:"]:first-child:last-child,
h1 span[style*="font:"]:first-child:last-child,
h1 span[style*="font-size:"]:first-child:last-child,
h2 span[style*="font:"]:first-child:last-child,
h2 span[style*="font-size:"]:first-child:last-child,
h3 span[style*="font:"]:first-child:last-child,
h3 span[style*="font-size:"]:first-child:last-child,
h4 span[style*="font:"]:first-child:last-child,
h4 span[style*="font-size:"]:first-child:last-child,
h5 span[style*="font:"]:first-child:last-child,
h5 span[style*="font-size:"]:first-child:last-child,
h6 span[style*="font:"]:first-child:last-child,
h6 span[style*="font-size:"]:first-child:last-child,
li span[style*="font:"]:first-child:last-child,
li span[style*="font-size:"]:first-child:last-child,
ol span[style*="font:"]:first-child:last-child,
ol span[style*="font-size:"]:first-child:last-child,
p span[style*="font:"]:first-child:last-child,
p span[style*="font-size:"]:first-child:last-child,
ul span[style*="font:"]:first-child:last-child,
ul span[style*="font-size:"]:first-child:last-child {
  vertical-align: top;
}

blockquote,
ol,
p,
ul {
  margin-bottom: 1em;
}
blockquote.popi-margin-double,
ol.popi-margin-double,
p.popi-margin-double,
ul.popi-margin-double {
  margin-bottom: 2em;
}
blockquote.popi-margin-half,
ol.popi-margin-half,
p.popi-margin-half,
ul.popi-margin-half {
  margin-bottom: 0.5em;
}
blockquote:last-child, blockquote.popi-margin-none,
ol:last-child,
ol.popi-margin-none,
p:last-child,
p.popi-margin-none,
ul:last-child,
ul.popi-margin-none {
  margin-bottom: 0;
}

blockquote {
  border-left: 0.125em solid #d4542c;
  padding-left: 1.5em;
}

canvas,
img,
.wp-caption {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
canvas.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  canvas.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-right: 0 auto 1rem;
  }
}
canvas.aligncenter:last-child,
img.aligncenter:last-child,
.wp-caption.aligncenter:last-child {
  margin-bottom: 0;
}
canvas.alignleft, canvas.alignright,
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
  box-sizing: border-box;
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  display: block;
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
  max-width: 50%;
}
@media (max-width: 768px) {
  canvas.alignleft.popi-always-float, canvas.alignright.popi-always-float,
  img.alignleft.popi-always-float,
  img.alignright.popi-always-float,
  .wp-caption.alignleft.popi-always-float,
  .wp-caption.alignright.popi-always-float {
    margin-bottom: 1rem;
  }
  canvas.alignleft:not(.popi-always-float), canvas.alignright:not(.popi-always-float),
  img.alignleft:not(.popi-always-float),
  img.alignright:not(.popi-always-float),
  .wp-caption.alignleft:not(.popi-always-float),
  .wp-caption.alignright:not(.popi-always-float) {
    float: none;
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
canvas.alignleft,
img.alignleft,
.wp-caption.alignleft {
  clear: left;
  float: left;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  canvas.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    margin-right: 1rem;
  }
}
canvas.alignmiddle,
img.alignmiddle,
.wp-caption.alignmiddle {
  vertical-align: middle;
}
canvas.alignright,
img.alignright,
.wp-caption.alignright {
  clear: right;
  float: right;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  canvas.alignright,
  img.alignright,
  .wp-caption.alignright {
    margin-left: 1rem;
  }
}

img[src$=".svg"]:not([height]), img[src$=".webp"]:not([height]) {
  height: auto;
  width: revert-layer;
}
img[src$=".svg"]:not([width]), img[src$=".webp"]:not([width]) {
  height: revert-layer;
  width: auto;
}

.wp-caption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}
.wp-caption canvas,
.wp-caption img {
  width: 100%;
}
.wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.popi-faux-h1,
.popi-faux-h2,
.popi-faux-h3,
.popi-faux-h4,
.popi-faux-h5,
.popi-faux-h6 {
  font-weight: bold;
}

h1,
.popi-faux-h1 {
  font-size: 6.25em;
  line-height: 1em;
  margin-bottom: 0.16em;
}
h1.popi-margin-double,
.popi-faux-h1.popi-margin-double {
  margin-bottom: 0.32em;
}
h1.popi-margin-half,
.popi-faux-h1.popi-margin-half {
  margin-bottom: 0.08em;
}
h1:last-child, h1.popi-margin-none,
.popi-faux-h1:last-child,
.popi-faux-h1.popi-margin-none {
  margin-bottom: 0;
}

h2,
.popi-faux-h2 {
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 0.2em;
}
h2.popi-margin-double,
.popi-faux-h2.popi-margin-double {
  margin-bottom: 0.4em;
}
h2.popi-margin-half,
.popi-faux-h2.popi-margin-half {
  margin-bottom: 0.1em;
}
h2:last-child, h2.popi-margin-none,
.popi-faux-h2:last-child,
.popi-faux-h2.popi-margin-none {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  h3,
  .popi-faux-h3 {
    font-size: 2em;
    line-height: 1.1875em;
    margin-bottom: 0.5em;
  }
  h3.popi-margin-double,
  .popi-faux-h3.popi-margin-double {
    margin-bottom: 1em;
  }
  h3.popi-margin-half,
  .popi-faux-h3.popi-margin-half {
    margin-bottom: 0.25em;
  }
  h3:last-child, h3.popi-margin-none,
  .popi-faux-h3:last-child,
  .popi-faux-h3.popi-margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  h3,
  .popi-faux-h3 {
    font-size: 1.6em;
    line-height: 1.2625em;
    margin-bottom: 0.625em;
  }
  h3.popi-margin-double,
  .popi-faux-h3.popi-margin-double {
    margin-bottom: 1.25em;
  }
  h3.popi-margin-half,
  .popi-faux-h3.popi-margin-half {
    margin-bottom: 0.3125em;
  }
  h3:last-child, h3.popi-margin-none,
  .popi-faux-h3:last-child,
  .popi-faux-h3.popi-margin-none {
    margin-bottom: 0;
  }
}
@media (max-width: 624px) {
  h3,
  .popi-faux-h3 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0.7142857143em;
  }
  h3.popi-margin-double,
  .popi-faux-h3.popi-margin-double {
    margin-bottom: 1.4285714286em;
  }
  h3.popi-margin-half,
  .popi-faux-h3.popi-margin-half {
    margin-bottom: 0.3571428571em;
  }
  h3:last-child, h3.popi-margin-none,
  .popi-faux-h3:last-child,
  .popi-faux-h3.popi-margin-none {
    margin-bottom: 0;
  }
}

h4,
.popi-faux-h4 {
  font-size: 1.25em;
  line-height: 1.328125em;
  margin-bottom: 0.8em;
}
h4.popi-margin-double,
.popi-faux-h4.popi-margin-double {
  margin-bottom: 1.6em;
}
h4.popi-margin-half,
.popi-faux-h4.popi-margin-half {
  margin-bottom: 0.4em;
}
h4:last-child, h4.popi-margin-none,
.popi-faux-h4:last-child,
.popi-faux-h4.popi-margin-none {
  margin-bottom: 0;
}

h5,
.popi-faux-h5 {
  font-size: 1.125em;
  line-height: 1.3515625em;
  margin-bottom: 0.8888888889em;
}
h5.popi-margin-double,
.popi-faux-h5.popi-margin-double {
  margin-bottom: 1.7777777778em;
}
h5.popi-margin-half,
.popi-faux-h5.popi-margin-half {
  margin-bottom: 0.4444444444em;
}
h5:last-child, h5.popi-margin-none,
.popi-faux-h5:last-child,
.popi-faux-h5.popi-margin-none {
  margin-bottom: 0;
}

h6,
.popi-faux-h6 {
  font-size: 1em;
  line-height: 1.375em;
  margin-bottom: 1em;
}
h6.popi-margin-double,
.popi-faux-h6.popi-margin-double {
  margin-bottom: 2em;
}
h6.popi-margin-half,
.popi-faux-h6.popi-margin-half {
  margin-bottom: 0.5em;
}
h6:last-child, h6.popi-margin-none,
.popi-faux-h6:last-child,
.popi-faux-h6.popi-margin-none {
  margin-bottom: 0;
}

hr {
  background-color: transparent;
  border: 0;
  border-top: 0.0625em solid #1e211e;
  color: transparent;
  height: 0;
  margin: 2em auto;
  overflow: hidden;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}

li,
p {
  line-height: 1.375em;
}

small {
  font-size: 0.875em;
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * General Styles
 *
 * Styles for general theme elements.
 *
 * @package		Pompano Pickle
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
html {
  color: #1e211e;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

body {
  background-color: #fef3ee;
  font-size: 16px;
}

#theme-loader::before {
  animation: popi-spinning 1s linear 0s infinite normal both;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.375em solid rgba(212, 84, 44, 0.25);
  border-top-color: #d4542c;
  content: "";
  display: block;
  height: 3em;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  width: 3em;
}

#theme-wrapper {
  min-width: 300px;
}
#theme-wrapper a:not([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"], #theme-footer a, .popi-no-arrow)::after, #theme-wrapper a:not([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"], #theme-footer a, .popi-no-arrow).popi-prepared .popi-arrow {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  margin: 0 0 -0.125em 0.5em;
  -webkit-mask-image: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"><path d="M0.99998 11.8333L11.8333 0.999919M1.43331 0.99992L11.8333 0.999919L11.8333 11.3999" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /></svg>');
          mask-image: url('data:image/svg+xml,<svg fill="none" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"><path d="M0.99998 11.8333L11.8333 0.999919M1.43331 0.99992L11.8333 0.999919L11.8333 11.3999" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" /></svg>');
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.625em;
}
#theme-wrapper a:not([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"], #theme-footer a, .popi-no-arrow).popi-prepared::after {
  content: none;
}
#theme-wrapper a:not([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"], #theme-footer a, .popi-no-arrow).popi-prepared .popi-no-wrap {
  white-space: nowrap;
}
#theme-wrapper #theme-alert-bar .popi-container-inner a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"])::after, #theme-wrapper #theme-alert-bar .popi-container-inner a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-arrow,
#theme-wrapper #theme-promo-carousel a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"])::after,
#theme-wrapper #theme-promo-carousel a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-arrow,
#theme-wrapper .popi-arrow-right:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"])::after,
#theme-wrapper .popi-arrow-right:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-arrow {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -0.125em;
  margin-left: 0.25em;
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 9"><path d="M14.55.31c.38-.4,1.01-.42,1.41-.04l3.72,3.5c.2.19.31.45.31.73s-.11.54-.31.73l-3.72,3.5c-.4.38-1.04.36-1.41-.04-.38-.4-.36-1.04.04-1.41l1.88-1.77H1c-.55,0-1-.45-1-1s.45-1,1-1h15.48l-1.88-1.77c-.4-.38-.42-1.01-.04-1.41Z"/></svg>');
          mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 9"><path d="M14.55.31c.38-.4,1.01-.42,1.41-.04l3.72,3.5c.2.19.31.45.31.73s-.11.54-.31.73l-3.72,3.5c-.4.38-1.04.36-1.41-.04-.38-.4-.36-1.04.04-1.41l1.88-1.77H1c-.55,0-1-.45-1-1s.45-1,1-1h15.48l-1.88-1.77c-.4-.38-.42-1.01-.04-1.41Z"/></svg>');
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.125em;
}
#theme-wrapper #theme-alert-bar .popi-container-inner a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared::after,
#theme-wrapper #theme-promo-carousel a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared::after,
#theme-wrapper .popi-arrow-right:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared::after {
  content: none;
}
#theme-wrapper #theme-alert-bar .popi-container-inner a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-no-wrap,
#theme-wrapper #theme-promo-carousel a:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-no-wrap,
#theme-wrapper .popi-arrow-right:is([href^="/"], [href^="#"], [href*="//pompanopickle.com"], [href*="//www.pompanopickle.com"], [href*="//popi.website-staging.com"], [href*="//localhost"]).popi-prepared .popi-no-wrap {
  white-space: nowrap;
}

#theme-scripts {
  bottom: 200%;
  height: 1px;
  position: absolute;
  right: 200%;
  width: 1px;
  z-index: 99998;
}

#wpadminbar {
  box-sizing: border-box;
  position: fixed !important;
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Header Styles
 *
 * Styles for the theme header.
 *
 * @package		Pompano Pickle
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-alert-bar a:not(.popi-button) {
  color: #fde0d2;
}
#theme-alert-bar {
  background-color: #1c5445;
  border-bottom: 1px solid #20604f;
  color: white;
  position: relative;
  z-index: 101;
}
#theme-alert-bar .popi-container-inner {
  box-sizing: border-box;
}
#theme-alert-bar .popi-container-inner::before, #theme-alert-bar .popi-container-inner::after {
  content: "";
  display: table;
}
#theme-alert-bar .popi-container-inner::after {
  clear: both;
}
#theme-alert-bar .popi-container-inner {
  margin: 0 auto;
}
#theme-alert-bar .popi-container-inner:not(.e-con) {
  max-width: none;
}
@media (min-width: 993px) {
  #theme-alert-bar .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.25em 3em 0.25em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-alert-bar .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.25em 2.25em 0.25em;
  }
}
@media (max-width: 624px) {
  #theme-alert-bar .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0.175em 1.5em 0.175em;
  }
}
#theme-alert-bar > a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#theme-alert-bar article a {
  text-decoration: none;
}
@media (max-width: 768px) {
  #theme-alert-bar article a span:not(.popi-arrow, .popi-no-wrap) {
    display: none;
  }
}
#theme-alert-bar:hover article a {
  text-decoration: underline;
}

#theme-header {
  box-sizing: border-box;
  transition: box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: linear-gradient(0deg, rgba(10, 54, 42, 0) 0%, rgba(20, 60, 49, 0.48) 100%);
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
#theme-header-inner {
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  box-sizing: border-box;
}
#theme-header-inner::before, #theme-header-inner::after {
  content: "";
  display: table;
}
#theme-header-inner::after {
  clear: both;
}
#theme-header-inner {
  margin: 0 auto;
}
#theme-header-inner:not(.e-con) {
  max-width: none;
}
@media (min-width: 993px) {
  #theme-header-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 3em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-header-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2.25em 0em;
  }
}
@media (max-width: 624px) {
  #theme-header-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}

@media (min-width: 783px) {
  .admin-bar #theme-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar #theme-header {
    top: 46px;
  }
}

.elementor-editor-active #theme-header {
  position: relative;
}
.elementor-editor-active #theme-header-inner {
  background-color: #1c5445;
}

.popi-solid-green-header #theme-header-inner {
  background-color: #1c5445;
}

.popi-scroll-locked #theme-header {
  position: fixed;
}
.popi-scroll-locked #theme-header-inner {
  background-color: #1c5445;
}

.popi-scrolled #theme-header {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
}
.popi-scrolled #theme-header-inner {
  background-color: #1c5445;
}

#theme-logo {
  display: block;
  float: left;
  margin: 0 -1em;
}
#theme-logo > a {
  color: #fde0d2;
  display: block;
}
#theme-logo > a > svg {
  display: block;
  vertical-align: top;
  width: auto;
}
@media (min-width: 481px) {
  #theme-logo > a {
    padding: 1.125em 1em;
  }
  #theme-logo > a > svg {
    height: 4em;
  }
}
@media (max-width: 480px) {
  #theme-logo > a {
    padding: 1.5625em 1em;
  }
  #theme-logo > a > svg {
    height: 3.125em;
  }
}
#theme-logo:hover > a {
  color: #fef3ee;
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Navigation Styles
 *
 * Styles for the theme navigation.
 *
 * @package		Pompano Pickle
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-navigation a:not(.popi-button) {
  color: #fde0d2;
}
#theme-navigation a:not(.popi-button):hover,
#theme-navigation li:hover > a:not(.popi-button) {
  color: #fef3ee;
}
#theme-navigation {
  float: right;
}

#theme-main-menu-toggle {
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: transparent;
  border: 0;
  color: #fde0d2;
  cursor: pointer;
  float: right;
  font-weight: bold;
  gap: 0.375em;
  line-height: 1.25em;
  margin: 0 -1em 0 0;
  outline: 0;
  padding: 2.5em 1em;
  text-transform: uppercase;
}
#theme-main-menu-toggle > * {
  flex: 0 0 auto;
}
#theme-main-menu-toggle > span {
  display: block;
  position: relative;
}
#theme-main-menu-toggle > span > span {
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
}
#theme-main-menu-toggle > span > span:nth-child(2) {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#theme-main-menu-toggle > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-main-menu-toggle > ul li {
  padding: 0;
}
#theme-main-menu-toggle > ul li a {
  display: block;
}
#theme-main-menu-toggle > ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-main-menu-toggle > ul {
  height: 0.5em;
  position: relative;
  width: 0.9375em;
}
#theme-main-menu-toggle > ul > li {
  border-radius: 0.125em;
  transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #fde0d2;
  height: 25%;
  left: 0;
  position: absolute;
  width: 100%;
}
#theme-main-menu-toggle > ul > li:first-child {
  top: 0;
}
#theme-main-menu-toggle > ul > li:last-child {
  bottom: 0;
}
#theme-main-menu-toggle:hover {
  color: #fef3ee;
}
#theme-main-menu-toggle:hover > ul > li {
  background-color: #fef3ee;
}
#theme-main-menu-toggle.popi-open > span > span:first-child {
  opacity: 0;
}
#theme-main-menu-toggle.popi-open > span > span:last-child {
  opacity: 1;
}
#theme-main-menu-toggle.popi-open > ul > li:first-child {
  transform: rotate(45deg);
  transform-style: preserve-3d;
  top: 40%;
}
#theme-main-menu-toggle.popi-open > ul > li:last-child {
  transform: rotate(-45deg);
  transform-style: preserve-3d;
  bottom: 40%;
}

#theme-main-menu-overlay {
  box-sizing: border-box;
  box-shadow: 0 0.5em 0.5em 0 rgba(0, 0, 0, 0.25);
  background-color: #1c5445;
  display: none;
  height: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  text-align: center;
  width: 100%;
}
#theme-main-menu-overlay > div {
  box-sizing: border-box;
}
#theme-main-menu-overlay > div::before, #theme-main-menu-overlay > div::after {
  content: "";
  display: table;
}
#theme-main-menu-overlay > div::after {
  clear: both;
}
#theme-main-menu-overlay > div {
  margin: 0 auto;
}
#theme-main-menu-overlay > div:not(.e-con) {
  max-width: none;
}
@media (min-width: 993px) {
  #theme-main-menu-overlay > div {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 3em 4em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-main-menu-overlay > div {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 4em 2.25em 4em;
  }
}
@media (max-width: 624px) {
  #theme-main-menu-overlay > div {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.8em 1.5em 2.8em;
  }
}

#theme-main-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-main-menu li {
  padding: 0;
}
#theme-main-menu li a {
  display: block;
}
#theme-main-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-main-menu {
  font-weight: bold;
  text-transform: uppercase;
}
#theme-main-menu a {
  text-decoration: none;
}
#theme-main-menu li.popi-disabled > a {
  cursor: default;
}
#theme-main-menu > li.popi-the-seed svg {
  height: auto;
  max-width: 198px;
  vertical-align: top;
}
#theme-main-menu > li > a {
  color: #ceeae0 !important;
  line-height: 1em;
}
@media (min-width: 993px) {
  #theme-main-menu > li > a {
    font-size: 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-main-menu > li > a {
    font-size: 2em;
  }
}
@media (max-width: 624px) {
  #theme-main-menu > li > a {
    font-size: 1.75em;
  }
}
#theme-main-menu > li ul {
  padding: 1.5em 0 5em;
}
#theme-main-menu > li ul li {
  vertical-align: top;
}
@media (min-width: 625px) {
  #theme-main-menu > li ul li {
    display: inline-block;
  }
}
@media (max-width: 624px) {
  #theme-main-menu > li ul li {
    display: block;
  }
}
#theme-main-menu > li ul a {
  font-size: 1.5em;
  padding: 0.625em 1em;
}
#theme-main-menu > li:last-child ul {
  padding-bottom: 0;
}

#theme-utility-menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-utility-menu li {
  padding: 0;
}
#theme-utility-menu li a {
  display: block;
}
#theme-utility-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-utility-menu {
  float: right;
}
@media (max-width: 624px) {
  #theme-utility-menu {
    display: none;
  }
}
#theme-utility-menu a {
  font-weight: bold;
  line-height: 1.25em;
  padding: 2.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
#theme-utility-menu li {
  display: inline-block;
  vertical-align: top;
}

/*.popi-scroll-locked #theme-utility-menu
{
	opacity: 0;
}*/
/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Middle Nav Styles
 *
 * Styles for the theme middle navs.
 *
 * @package		Pompano Pickle
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
#theme-wrapper .popi-middle-nav {
  padding: 0 1.5em;
  position: relative;
  text-align: center;
}
#theme-wrapper .popi-middle-nav::before {
  transform: translateY(50%);
  border-bottom: 0.375em solid #fde0d2;
  border-top: 0.375em solid #fde0d2;
  bottom: 50%;
  content: "";
  display: block;
  height: 0.375em;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#theme-wrapper .popi-middle-nav > div {
  background-color: #fef3ee;
  display: inline-block;
  padding: 0 1.25em;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
#theme-wrapper .popi-middle-nav > div > ul {
  align-items: stretch;
  flex-wrap: nowrap;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#theme-wrapper .popi-middle-nav > div > ul li {
  padding: 0;
}
#theme-wrapper .popi-middle-nav > div > ul li a {
  display: block;
}
#theme-wrapper .popi-middle-nav > div > ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#theme-wrapper .popi-middle-nav > div > ul > li {
  flex: 0 0 auto;
}
#theme-wrapper .popi-middle-nav > div > ul > li a,
#theme-wrapper .popi-middle-nav > div > ul > li button {
  transition: border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: transparent;
  border: 2px dotted transparent;
  color: #a83f1f;
  cursor: pointer;
  display: block;
  font-weight: 500;
  letter-spacing: -1%;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 625px) {
  #theme-wrapper .popi-middle-nav > div > ul > li a,
  #theme-wrapper .popi-middle-nav > div > ul > li button {
    font-size: 1.5em;
    line-height: 1.3333333333em;
    padding: 0.25em 0.75em;
  }
}
@media (max-width: 624px) {
  #theme-wrapper .popi-middle-nav > div > ul > li a,
  #theme-wrapper .popi-middle-nav > div > ul > li button {
    font-size: 1.25em;
    line-height: 1.4em;
    padding: 0.3em 0.9em;
  }
}
#theme-wrapper .popi-middle-nav > div > ul > li a:hover,
#theme-wrapper .popi-middle-nav > div > ul > li button:hover {
  color: #1c5445;
}
#theme-wrapper .popi-middle-nav > div > ul > li.popi-active a,
#theme-wrapper .popi-middle-nav > div > ul > li.popi-active button {
  border-color: #1c5445;
  color: #1c5445;
}
#theme-wrapper .popi-middle-nav > div > div {
  display: none;
  position: relative;
}
#theme-wrapper .popi-middle-nav > div > div > span {
  transition: border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 2px dotted #a83f1f;
  color: #a83f1f;
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: -1%;
  line-height: 1.4em;
  padding: 0.3em 2.2em 0.3em 0.7em;
}
#theme-wrapper .popi-middle-nav > div > div > span svg {
  transform: translateY(50%);
  bottom: 50%;
  height: auto;
  position: absolute;
  right: 1em;
  width: 0.6em;
}
#theme-wrapper .popi-middle-nav > div > div:hover > span {
  border-color: #1c5445;
  color: #1c5445;
}
#theme-wrapper .popi-middle-nav > div > div > select {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#theme-middle-nav {
  margin-top: 1.5em;
}

/**
 * Content Styles
 *
 * Styles for content elements.
 *
 * @package		Pompano Pickle
 * @subpackage	Layout Styles
 *
 * @since	1.0.0
 */
.popi-container {
  background: transparent none no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.popi-container > .popi-container-inner {
  box-sizing: border-box;
}
.popi-container > .popi-container-inner::before, .popi-container > .popi-container-inner::after {
  content: "";
  display: table;
}
.popi-container > .popi-container-inner::after {
  clear: both;
}
.popi-container > .popi-container-inner {
  margin: 0 auto;
}
.popi-container > .popi-container-inner:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .popi-container > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 3em 5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .popi-container > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 2.25em 5em;
  }
}
@media (max-width: 624px) {
  .popi-container > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3.5em 1.5em 3.5em;
  }
}
.popi-container > .popi-container-inner {
  position: relative;
  z-index: 1;
}
.popi-container > .popi-container-inner article {
  margin: 0 auto;
}
@media (min-width: 625px) {
  .popi-container.popi-padding-bottom-half > .popi-container-inner {
    margin-bottom: 0em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-bottom-half > .popi-container-inner {
    margin-bottom: 0em;
    padding-bottom: 1.75em;
  }
}
@media (min-width: 625px) {
  .popi-container.popi-padding-bottom-none > .popi-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-bottom-none > .popi-container-inner {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) {
  .popi-container.popi-padding-top-half > .popi-container-inner {
    margin-top: 0em;
    padding-top: 2.5em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-top-half > .popi-container-inner {
    margin-top: 0em;
    padding-top: 1.75em;
  }
}
@media (min-width: 625px) {
  .popi-container.popi-padding-top-none > .popi-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-top-none > .popi-container-inner {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.popi-container.popi-padding-vertical-half > .popi-container-inner {
  box-sizing: border-box;
}
.popi-container.popi-padding-vertical-half > .popi-container-inner::before, .popi-container.popi-padding-vertical-half > .popi-container-inner::after {
  content: "";
  display: table;
}
.popi-container.popi-padding-vertical-half > .popi-container-inner::after {
  clear: both;
}
.popi-container.popi-padding-vertical-half > .popi-container-inner {
  margin: 0 auto;
}
.popi-container.popi-padding-vertical-half > .popi-container-inner:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .popi-container.popi-padding-vertical-half > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 3em 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .popi-container.popi-padding-vertical-half > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 2.25em 2.5em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-vertical-half > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.75em 1.5em 1.75em;
  }
}
.popi-container.popi-padding-vertical-none > .popi-container-inner {
  box-sizing: border-box;
}
.popi-container.popi-padding-vertical-none > .popi-container-inner::before, .popi-container.popi-padding-vertical-none > .popi-container-inner::after {
  content: "";
  display: table;
}
.popi-container.popi-padding-vertical-none > .popi-container-inner::after {
  clear: both;
}
.popi-container.popi-padding-vertical-none > .popi-container-inner {
  margin: 0 auto;
}
.popi-container.popi-padding-vertical-none > .popi-container-inner:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .popi-container.popi-padding-vertical-none > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 3em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .popi-container.popi-padding-vertical-none > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2.25em 0em;
  }
}
@media (max-width: 624px) {
  .popi-container.popi-padding-vertical-none > .popi-container-inner {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}

.popi-scroll-locked main > .popi-container,
.popi-scroll-locked main > article:first-child > .elementor > .e-con {
  margin-top: 0 !important;
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Elementor Styles
 *
 * Styles for the Elementor plugin.
 *
 * @package		Pompano Pickle
 * @subpackage	Plugin Styles
 *
 * @since	1.0.0
 */
.elementor a:not(.popi-button) {
  text-decoration: underline;
}
.elementor a:not(.popi-button):hover {
  text-decoration: none;
}
.elementor-element {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
.elementor > .e-con:not(.e-con-full),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full) {
  box-sizing: border-box;
}
.elementor > .e-con:not(.e-con-full)::before, .elementor > .e-con:not(.e-con-full)::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full)::before,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full)::after {
  content: "";
  display: table;
}
.elementor > .e-con:not(.e-con-full)::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full)::after {
  clear: both;
}
.elementor > .e-con:not(.e-con-full),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full) {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con-full):not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full):not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .elementor > .e-con:not(.e-con-full),
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full) {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 3em 5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con:not(.e-con-full),
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full) {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 5em 2.25em 5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full),
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full) {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 3.5em 1.5em 3.5em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 10em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-double {
    margin-bottom: 0em;
    padding-bottom: 7em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-half {
    margin-bottom: 0em;
    padding-bottom: 1.75em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-bottom-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-bottom-none {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-double {
    margin-top: 0em;
    padding-top: 10em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-double {
    margin-top: 0em;
    padding-top: 7em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-half {
    margin-top: 0em;
    padding-top: 2.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-half {
    margin-top: 0em;
    padding-top: 1.75em;
  }
}
@media (min-width: 625px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-top-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-top-none {
    margin-top: 0em;
    padding-top: 0em;
  }
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-double,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double {
  box-sizing: border-box;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-double::before, .elementor > .e-con:not(.e-con-full).popi-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double::before,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double::after {
  content: "";
  display: table;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-double::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double::after {
  clear: both;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-double,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-double:not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 10em 3em 10em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 10em 2.25em 10em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-double,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-double {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 7em 1.5em 7em;
  }
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-half,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half {
  box-sizing: border-box;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-half::before, .elementor > .e-con:not(.e-con-full).popi-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half::before,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half::after {
  content: "";
  display: table;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-half::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half::after {
  clear: both;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-half,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-half:not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 3em 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 2.25em 2.5em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-half,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-half {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.75em 1.5em 1.75em;
  }
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-none,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none {
  box-sizing: border-box;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-none::before, .elementor > .e-con:not(.e-con-full).popi-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none::before,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none::after {
  content: "";
  display: table;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-none::after,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none::after {
  clear: both;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-none,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none {
  margin: 0 auto;
}
.elementor > .e-con:not(.e-con-full).popi-padding-vertical-none:not(.e-con),
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 3em 0em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 2.25em 0em;
  }
}
@media (max-width: 624px) {
  .elementor > .e-con:not(.e-con-full).popi-padding-vertical-none,
  .elementor > .elementor-section-wrap > .e-con:not(.e-con-full).popi-padding-vertical-none {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 0em 1.5em 0em;
  }
}
.elementor > .e-con:not(.e-con-full) > .e-con-inner,
.elementor > .elementor-section-wrap > .e-con:not(.e-con-full) > .e-con-inner {
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --padding-top: 0;
}
@media (min-width: 993px) {
  .elementor > .e-con-full > .e-con-boxed > .e-con-inner {
    padding-bottom: 24.16918429%;
    padding-top: 24.16918429%;
  }
}
.elementor .elementor-widget-google_maps .elementor-custom-embed {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.elementor .elementor-widget-google_maps .elementor-custom-embed > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .elementor .elementor-widget-heading.popi-remove-br br, .elementor .elementor-widget-text-editor.popi-remove-br br {
    display: none;
  }
}
@media (min-width: 625px) {
  .elementor .elementor-widget-image.popi-fill {
    min-height: 100%;
    position: relative;
  }
  .elementor .elementor-widget-image.popi-fill > img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child {
  display: block;
  margin-top: -6.25em;
}
body:not(.elementor-editor-active) #theme-content > main > article:first-child > .elementor > .e-con:first-child > .e-con-inner {
  display: block;
  padding-top: 6.25em;
}

/*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
/**
 * Hero Styles
 *
 * Styles for the hero section.
 *
 * @package		Pompano Pickle
 * @subpackage	Section Styles
 *
 * @since	1.0.0
 */
#theme-hero {
  background-color: #1c5445;
  color: white;
  margin-top: -6.25em;
  padding-top: 6.25em;
}
#theme-hero > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
#theme-hero > .popi-container-inner,
#theme-hero > .elementor-container {
  box-sizing: border-box;
}
#theme-hero > .popi-container-inner::before, #theme-hero > .popi-container-inner::after,
#theme-hero > .elementor-container::before,
#theme-hero > .elementor-container::after {
  content: "";
  display: table;
}
#theme-hero > .popi-container-inner::after,
#theme-hero > .elementor-container::after {
  clear: both;
}
#theme-hero > .popi-container-inner,
#theme-hero > .elementor-container {
  margin: 0 auto;
}
#theme-hero > .popi-container-inner:not(.e-con),
#theme-hero > .elementor-container:not(.e-con) {
  max-width: 90em;
}
@media (min-width: 993px) {
  #theme-hero > .popi-container-inner,
  #theme-hero > .elementor-container {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 3em 2.5em;
  }
}
@media (min-width: 625px) and (max-width: 992px) {
  #theme-hero > .popi-container-inner,
  #theme-hero > .elementor-container {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 2.5em 2.25em 2.5em;
  }
}
@media (max-width: 624px) {
  #theme-hero > .popi-container-inner,
  #theme-hero > .elementor-container {
    margin-bottom: 0em;
    margin-top: 0em;
    padding: 1.75em 1.5em 1.75em;
  }
}
#theme-hero > .popi-container-inner,
#theme-hero > .elementor-container {
  z-index: 1;
}
#theme-hero h1 {
  text-shadow: -6px 6px 0 #a83f1f;
  color: #f7ae8c;
  font-weight: bold;
  letter-spacing: -1%;
  line-height: 0.875em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 625px) {
  #theme-hero > img:first-child {
    display: block;
  }
  #theme-hero > img:nth-child(2) {
    display: none;
  }
  #theme-hero h1 {
    font-size: 6.25em;
  }
}
@media (max-width: 624px) {
  #theme-hero > img:first-child {
    display: none;
  }
  #theme-hero > img:nth-child(2) {
    display: block;
  }
  #theme-hero h1 {
    font-size: 5em;
  }
}

#theme-content {
  /*! Pompano Pickle Critical Styles * Copyright (c) 2026 Robert Noakes * License: GNU General Public License v2 or later */
  /**
   * Sass Functions
   *
   * Sass functions used during compilation.
   *
   * @package		Pompano Pickle
   * @subpackage	Theme Mixins
   *
   * @since	1.0.0
   */
  /**
   * General Mixins
   *
   * General mixins useful for any theme.
   *
   * @package		Pompano Pickle
   * @subpackage	Theme Mixins
   *
   * @since	1.0.0
   */
  /**
   * Font Styles
   *
   * Font styles for the theme.
   *
   * @package		Pompano Pickle
   * @subpackage	Style Includes
   *
   * @since	1.0.0
   */
}
@font-face {
  font-display: swap;
  font-family: "Juniper and Sage";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/juniper-and-sage.woff) format("woff"), url(../webfonts/juniper-and-sage.woff2) format("woff2");
}
#theme-content {
  /**
   * Content Element Styles
   *
   * Content element styles for the theme.
   *
   * @package		Pompano Pickle
   * @subpackage	General Styles
   *
   * @since	1.0.0
   */
}
#theme-content ol,
#theme-content ul {
  padding-left: 1.5em;
}
#theme-content ol ol {
  list-style-type: lower-alpha;
}
#theme-content ol ol ol {
  list-style-type: lower-roman;
}