@charset "UTF-8";
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
@import url("https://use.typekit.net/ird3pmz.css");
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6,
abbr,
address,
blockquote,
body,
figure,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

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

button, [type=button], [type=reset], [type=submit],
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
[type=radio],
[type=checkbox],
select,
label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only,
.search .entry-image figcaption,
.theme.woocommerce-page ul.products li.product.product-category .count,
.comment-author .says,
.single .cat-links .cat-label,
.archive:not(.woocommerce-page) .entry-image figcaption,
.blog .entry-image figcaption,
.footer-contact .contact-email abbr,
.footer-contact .contact-hours abbr,
.footer-contact .contact-phone abbr {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus,
.search .entry-image figcaption:focus,
.theme.woocommerce-page ul.products li.product.product-category .count:focus,
.comment-author .says:focus,
.single .cat-links .cat-label:focus,
.archive:not(.woocommerce-page) .entry-image figcaption:focus,
.blog .entry-image figcaption:focus,
.footer-contact .contact-email abbr:focus,
.footer-contact .contact-hours abbr:focus,
.footer-contact .contact-phone abbr:focus {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: black;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
 * BASIC LABEL STYLES
 *
 */
label {
  display: block;
  font-weight: bold;
  margin-bottom: 2.5px;
  font-size: 0.875rem !important;
}

/*
 * BASIC FORM FIELDS
 *
 */
input,
select,
textarea {
  display: block;
  font-size: 0.875rem !important;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea,
select {
  background-color: #fff;
  border: 1px solid rgba(62, 65, 64, 0.25);
  padding: 5px 4px !important;
  border-radius: 0;
  line-height: 1.4 !important;
}
[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, input:not([type]):hover, textarea:hover,
select:hover {
  border-color: rgba(62, 65, 64, 0.5);
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:not([type]):focus, textarea:focus,
select:focus {
  border-color: #EB6B30 !important;
  outline: none;
  color: inherit !important;
}
[type=color]:disabled, [type=date]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled, [type=email]:disabled, [type=month]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=time]:disabled, [type=url]:disabled, [type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin: 0 5px 0 2.5px !important;
}
[type=checkbox]:before,
[type=radio]:before {
  content: "";
  font-size: 1.125rem;
  position: relative;
  top: 2px;
  color: rgba(62, 65, 64, 0.25);
}
[type=checkbox]:hover:before,
[type=radio]:hover:before {
  color: rgba(62, 65, 64, 0.5);
}
[type=checkbox]:checked:before,
[type=radio]:checked:before {
  color: #EB6B30;
}
[type=checkbox] + label,
[type=radio] + label {
  font-weight: normal;
}

[type=checkbox]:checked:before {
  content: "";
}

[type=radio]:checked:before {
  content: "";
}

textarea {
  resize: vertical;
}

select {
  background-image: url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==");
  background-repeat: no-repeat;
  background-position: 99% 53%;
  border-radius: 3px;
}

@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
.theme form .gfield_required,
.theme form abbr.required,
.theme form span.required {
  color: red !important;
}

.gform_wrapper h3.gform_title {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
}
.gform_wrapper .validation_error {
  border: 1px solid red !important;
  color: red !important;
  border-radius: 3px;
  font-size: 1rem !important;
  text-align: left !important;
  padding: 10px !important;
}
.gform_wrapper .gfield_error {
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gfield_error .validation_message,
.gform_wrapper .gfield_error [type=checkbox]:before,
.gform_wrapper .gfield_error [type=radio]:before,
.gform_wrapper .gfield_error label {
  color: red !important;
}
.gform_wrapper .gfield_error [type=color], .gform_wrapper .gfield_error [type=date], .gform_wrapper .gfield_error [type=datetime], .gform_wrapper .gfield_error [type=datetime-local], .gform_wrapper .gfield_error [type=email], .gform_wrapper .gfield_error [type=month], .gform_wrapper .gfield_error [type=number], .gform_wrapper .gfield_error [type=password], .gform_wrapper .gfield_error [type=search], .gform_wrapper .gfield_error [type=tel], .gform_wrapper .gfield_error [type=text], .gform_wrapper .gfield_error [type=time], .gform_wrapper .gfield_error [type=url], .gform_wrapper .gfield_error [type=week], .gform_wrapper .gfield_error input:not([type]), .gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: red !important;
}

.gfield {
  margin-top: 25px !important;
}

.ginput_container {
  margin-top: 0 !important;
}

.fal,
.far,
[type=checkbox]:before,
[type=radio]:before,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}

.fal {
  font-weight: 300;
}

.far, [type=checkbox]:before,
[type=radio]:before {
  font-weight: 400;
}

.fas {
  font-weight: 900;
}

.fab, .footer-social a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #EB6B30;
}
a:hover {
  color: #bc4812;
}

.menu, .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.menu li, .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  display: block;
}
.menu li > a, .woocommerce-MyAccount-navigation ul li > a {
  display: block;
  padding: 10px 0;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.menu li > a:hover, .woocommerce-MyAccount-navigation ul li > a:hover {
  color: #EB6B30;
}
.menu li.current-menu-item > a, .woocommerce-MyAccount-navigation ul li.current-menu-item > a, .menu li.current-page-ancestor > a, .woocommerce-MyAccount-navigation ul li.current-page-ancestor > a {
  color: #EB6B30;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form > label {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-weight: normal;
}

.search-field {
  width: 100%;
  margin: 0;
}

.search-submit {
  padding: 0.5em;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
}
.search-submit:active, .search-submit:focus, .search-submit:hover {
  color: #EB6B30;
}

.btn, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input, .theme.woocommerce-page .button,
.theme.woocommerce-page .button.alt, .wp-block-button__link, .theme form button:not(.search-submit), .theme form [type=button]:not(.search-submit), .theme form [type=reset]:not(.search-submit), .theme form [type=submit]:not(.search-submit) {
  display: inline-block;
  padding: 15px 10px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  border-radius: 3px;
}
@media (min-width: 800px) {
  .btn, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input, .theme.woocommerce-page .button,
.theme.woocommerce-page .button.alt, .wp-block-button__link, .theme form button:not(.search-submit), .theme form [type=button]:not(.search-submit), .theme form [type=reset]:not(.search-submit), .theme form [type=submit]:not(.search-submit) {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.btn:not(.has-text-color), .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-text-color), .theme.woocommerce-page .button:not(.has-text-color), .wp-block-button__link:not(.has-text-color), .theme form button:not(.has-text-color):not(.search-submit), .theme form [type=button]:not(.has-text-color):not(.search-submit), .theme form [type=reset]:not(.has-text-color):not(.search-submit), .theme form [type=submit]:not(.has-text-color):not(.search-submit) {
  color: white;
}
.btn:not(.has-text-color):focus, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-text-color):focus, .theme.woocommerce-page .button:not(.has-text-color):focus, .wp-block-button__link:not(.has-text-color):focus, .theme form button:not(.has-text-color):focus:not(.search-submit), .theme form [type=button]:not(.has-text-color):focus:not(.search-submit), .theme form [type=reset]:not(.has-text-color):focus:not(.search-submit), .theme form [type=submit]:not(.has-text-color):focus:not(.search-submit), .btn:not(.has-text-color):hover, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-text-color):hover, .theme.woocommerce-page .button:not(.has-text-color):hover, .wp-block-button__link:not(.has-text-color):hover, .theme form button:not(.has-text-color):hover:not(.search-submit), .theme form [type=button]:not(.has-text-color):hover:not(.search-submit), .theme form [type=reset]:not(.has-text-color):hover:not(.search-submit), .theme form [type=submit]:not(.has-text-color):hover:not(.search-submit) {
  color: white;
}
.btn:not(.has-background), .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-background), .theme.woocommerce-page .button:not(.has-background), .wp-block-button__link:not(.has-background), .theme form button:not(.has-background):not(.search-submit), .theme form [type=button]:not(.has-background):not(.search-submit), .theme form [type=reset]:not(.has-background):not(.search-submit), .theme form [type=submit]:not(.has-background):not(.search-submit) {
  background-color: #EB6B30;
}
.btn:not(.has-background):focus, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-background):focus, .theme.woocommerce-page .button:not(.has-background):focus, .wp-block-button__link:not(.has-background):focus, .theme form button:not(.has-background):focus:not(.search-submit), .theme form [type=button]:not(.has-background):focus:not(.search-submit), .theme form [type=reset]:not(.has-background):focus:not(.search-submit), .theme form [type=submit]:not(.has-background):focus:not(.search-submit), .btn:not(.has-background):hover, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:not(.has-background):hover, .theme.woocommerce-page .button:not(.has-background):hover, .wp-block-button__link:not(.has-background):hover, .theme form button:not(.has-background):hover:not(.search-submit), .theme form [type=button]:not(.has-background):hover:not(.search-submit), .theme form [type=reset]:not(.has-background):hover:not(.search-submit), .theme form [type=submit]:not(.has-background):hover:not(.search-submit) {
  background-color: #bc4812;
}
.btn:disabled, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input:disabled, .theme.woocommerce-page .button:disabled, .wp-block-button__link:disabled, .theme form button:disabled:not(.search-submit), .theme form [type=button]:disabled:not(.search-submit), .theme form [type=reset]:disabled:not(.search-submit), .theme form [type=submit]:disabled:not(.search-submit) {
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.pagination a,
.pagination span {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
  color: inherit;
}
.pagination a:hover {
  color: #EB6B30;
}
.pagination .current {
  font-weight: 700;
}

/*
 * BASE TYPE
 */
html {
  font-size: 16px;
}

.editor-styles-wrapper .block-editor-block-list__layout, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: eurostile, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
.wp-block-quote,
blockquote,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 20px;
}

/*
 * HEADINGS
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 0.9;
  font-weight: 800;
  text-transform: uppercase;
}
h1.is-style-display, .wp-block-beer-list h1.beer-list-title, h2.is-style-display, .wp-block-beer-list h2.beer-list-title, h3.is-style-display, .wp-block-beer-list h3.beer-list-title, h4.is-style-display, .wp-block-beer-list h4.beer-list-title, h5.is-style-display, .wp-block-beer-list h5.beer-list-title, h6.is-style-display, .wp-block-beer-list h6.beer-list-title {
  letter-spacing: 0.025em !important;
}

.h1,
h1 {
  font-size: 2.25rem;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .h1.is-style-display, .wp-block-beer-list .h1.beer-list-title,
h1.is-style-display,
.wp-block-beer-list h1.beer-list-title {
    font-size: 5.25rem;
  }
}
@media (min-width: 1140px) and (min-height: 900px) {
  .h1.is-style-display, .wp-block-beer-list .h1.beer-list-title,
h1.is-style-display,
.wp-block-beer-list h1.beer-list-title {
    font-size: 6.5rem;
  }
}
.h1.is-style-flag, .woocommerce ul.order_details li.h1, form.edit-account legend.h1, .woocommerce-form-login .lost_password a.h1, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a.h1, .theme.woocommerce.single-product .h1.product_meta,
.theme.woocommerce.single-product .product_meta a.h1, .theme.woocommerce.single-product .h1.reset_variations, .theme.woocommerce.single-product .h1.woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination a.h1,
.theme.archive.woocommerce .woocommerce-pagination span.h1, .theme.archive.woocommerce .h1.woocommerce-result-count, .theme.woocommerce-page .h1.edit:not(.checkout-button),
.theme.woocommerce-page .h1.wc-backward:not(.checkout-button),
.theme.woocommerce-page .h1.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table .h1.button:not(.checkout-button), .theme.woocommerce-page .h1.woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb a.h1, .h1.cat-links,
.h1.entry-meta,
.h1.tags-links, .reply a.h1, .comment-metadata a.h1, .h1#cancel-comment-reply-link, .comments-header a.h1, .single .h1.post-nav-links, .footer-legal .h1.legal-copyright,
.footer-legal .h1.legal-terms, .footer-contact .contact-email span.h1,
.footer-contact .contact-hours span.h1,
.footer-contact .contact-phone span.h1, .page-title .h1.prefix, .pattern-team-grid h4 + p.h1, .gform_wrapper h3.h1.gform_title, .h1.pagination,
h1.is-style-flag,
.theme.woocommerce.single-product h1.product_meta,
.theme.woocommerce.single-product h1.reset_variations,
.theme.woocommerce.single-product h1.woocommerce-review-link,
.theme.archive.woocommerce h1.woocommerce-result-count,
.theme.woocommerce-page h1.edit:not(.checkout-button),
.theme.woocommerce-page h1.wc-backward:not(.checkout-button),
.theme.woocommerce-page h1.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button),
.theme.woocommerce-page h1.woocommerce-breadcrumb,
h1.cat-links,
h1.entry-meta,
h1.tags-links,
h1#cancel-comment-reply-link,
.single h1.post-nav-links,
.footer-legal h1.legal-copyright,
.footer-legal h1.legal-terms,
.page-title h1.prefix,
h1.pagination {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3E4140;
  text-indent: 1px;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .h1.is-style-flag, .woocommerce ul.order_details li.h1, form.edit-account legend.h1, .woocommerce-form-login .lost_password a.h1, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a.h1, .theme.woocommerce.single-product .h1.product_meta,
.theme.woocommerce.single-product .product_meta a.h1, .theme.woocommerce.single-product .h1.reset_variations, .theme.woocommerce.single-product .h1.woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination a.h1,
.theme.archive.woocommerce .woocommerce-pagination span.h1, .theme.archive.woocommerce .h1.woocommerce-result-count, .theme.woocommerce-page .h1.edit:not(.checkout-button),
.theme.woocommerce-page .h1.wc-backward:not(.checkout-button),
.theme.woocommerce-page .h1.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table .h1.button:not(.checkout-button), .theme.woocommerce-page .h1.woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb a.h1, .h1.cat-links,
.h1.entry-meta,
.h1.tags-links, .reply a.h1, .comment-metadata a.h1, .h1#cancel-comment-reply-link, .comments-header a.h1, .single .h1.post-nav-links, .footer-legal .h1.legal-copyright,
.footer-legal .h1.legal-terms, .footer-contact .contact-email span.h1,
.footer-contact .contact-hours span.h1,
.footer-contact .contact-phone span.h1, .page-title .h1.prefix, .pattern-team-grid h4 + p.h1, .gform_wrapper h3.h1.gform_title, .h1.pagination,
h1.is-style-flag,
.theme.woocommerce.single-product h1.product_meta,
.theme.woocommerce.single-product h1.reset_variations,
.theme.woocommerce.single-product h1.woocommerce-review-link,
.theme.archive.woocommerce h1.woocommerce-result-count,
.theme.woocommerce-page h1.edit:not(.checkout-button),
.theme.woocommerce-page h1.wc-backward:not(.checkout-button),
.theme.woocommerce-page h1.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button),
.theme.woocommerce-page h1.woocommerce-breadcrumb,
h1.cat-links,
h1.entry-meta,
h1.tags-links,
h1#cancel-comment-reply-link,
.single h1.post-nav-links,
.footer-legal h1.legal-copyright,
.footer-legal h1.legal-terms,
.page-title h1.prefix,
h1.pagination {
    font-size: 0.875rem;
  }
}
.h1.is-style-flag:after, .woocommerce ul.order_details li.h1:after, form.edit-account legend.h1:after, .woocommerce-form-login .lost_password a.h1:after, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a.h1:after, .theme.woocommerce.single-product .h1.product_meta:after,
.theme.woocommerce.single-product .product_meta a.h1:after, .theme.woocommerce.single-product .h1.reset_variations:after, .theme.woocommerce.single-product .h1.woocommerce-review-link:after, .theme.archive.woocommerce .woocommerce-pagination a.h1:after,
.theme.archive.woocommerce .woocommerce-pagination span.h1:after, .theme.archive.woocommerce .h1.woocommerce-result-count:after, .theme.woocommerce-page .h1.edit:not(.checkout-button):after,
.theme.woocommerce-page .h1.wc-backward:not(.checkout-button):after,
.theme.woocommerce-page .h1.wc-forward:not(.checkout-button):after,
.theme.woocommerce-page table.shop_table .h1.button:not(.checkout-button):after, .theme.woocommerce-page .h1.woocommerce-breadcrumb:after,
.theme.woocommerce-page .woocommerce-breadcrumb a.h1:after, .h1.cat-links:after,
.h1.entry-meta:after,
.h1.tags-links:after, .reply a.h1:after, .comment-metadata a.h1:after, .h1#cancel-comment-reply-link:after, .comments-header a.h1:after, .single .h1.post-nav-links:after, .footer-legal .h1.legal-copyright:after,
.footer-legal .h1.legal-terms:after, .footer-contact .contact-email span.h1:after,
.footer-contact .contact-hours span.h1:after,
.footer-contact .contact-phone span.h1:after, .page-title .h1.prefix:after, .pattern-team-grid h4 + p.h1:after, .gform_wrapper h3.h1.gform_title:after, .h1.pagination:after,
h1.is-style-flag:after,
.theme.woocommerce.single-product h1.product_meta:after,
.theme.woocommerce.single-product h1.reset_variations:after,
.theme.woocommerce.single-product h1.woocommerce-review-link:after,
.theme.archive.woocommerce h1.woocommerce-result-count:after,
.theme.woocommerce-page h1.edit:not(.checkout-button):after,
.theme.woocommerce-page h1.wc-backward:not(.checkout-button):after,
.theme.woocommerce-page h1.wc-forward:not(.checkout-button):after,
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button):after,
.theme.woocommerce-page h1.woocommerce-breadcrumb:after,
h1.cat-links:after,
h1.entry-meta:after,
h1.tags-links:after,
h1#cancel-comment-reply-link:after,
.single h1.post-nav-links:after,
.footer-legal h1.legal-copyright:after,
.footer-legal h1.legal-terms:after,
.page-title h1.prefix:after,
h1.pagination:after {
  display: inline-block;
  content: "——";
  margin-left: 4px;
  letter-spacing: -0.05em;
  color: #EB6B30;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.h2, .comment-reply-title,
h2 {
  font-size: 1.75rem;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .h2.is-style-display, .is-style-display.comment-reply-title, .wp-block-beer-list .h2.beer-list-title, .wp-block-beer-list .beer-list-title.comment-reply-title,
h2.is-style-display,
.wp-block-beer-list h2.beer-list-title {
    font-size: 4rem;
  }
}

.h3, .theme.woocommerce-page ul.products li.product.type-product h2,
h3 {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
@media (min-width: 800px) {
  .h3.is-style-display, .theme.woocommerce-page ul.products li.product.type-product h2.is-style-display, .wp-block-beer-list .h3.beer-list-title, .wp-block-beer-list .theme.woocommerce-page ul.products li.product.type-product h2.beer-list-title, .theme.woocommerce-page ul.products li.product.type-product .wp-block-beer-list h2.beer-list-title,
h3.is-style-display,
.wp-block-beer-list h3.beer-list-title {
    font-size: 3.5rem;
  }
}

.h4, .search .entry-title, .site-branding .site-title a,
h4 {
  font-size: 1.25rem;
  letter-spacing: 0.0125em;
}
@media (min-width: 800px) {
  .h4.is-style-display, .search .is-style-display.entry-title, .site-branding .site-title a.is-style-display, .wp-block-beer-list .h4.beer-list-title, .wp-block-beer-list .search .beer-list-title.entry-title, .search .wp-block-beer-list .beer-list-title.entry-title, .wp-block-beer-list .site-branding .site-title a.beer-list-title, .site-branding .site-title .wp-block-beer-list a.beer-list-title,
h4.is-style-display,
.wp-block-beer-list h4.beer-list-title {
    font-size: 3rem;
  }
}

.h5,
h5 {
  font-size: 1rem;
  letter-spacing: 0.0125em;
}
@media (min-width: 800px) {
  .h5.is-style-display, .wp-block-beer-list .h5.beer-list-title,
h5.is-style-display,
.wp-block-beer-list h5.beer-list-title {
    font-size: 2.75rem;
  }
}

.h6,
h6 {
  font-size: 0.75rem;
  letter-spacing: 0.0125em;
}
@media (min-width: 800px) {
  .h6.is-style-display, .wp-block-beer-list .h6.beer-list-title,
h6.is-style-display,
.wp-block-beer-list h6.beer-list-title {
    font-size: 2.5rem;
  }
}

.is-style-flag, .woocommerce ul.order_details li, form.edit-account legend, .woocommerce-form-login .lost_password a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a, .theme.woocommerce.single-product .product_meta,
.theme.woocommerce.single-product .product_meta a, .theme.woocommerce.single-product .reset_variations, .theme.woocommerce.single-product .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination a,
.theme.archive.woocommerce .woocommerce-pagination span, .theme.archive.woocommerce .woocommerce-result-count, .theme.woocommerce-page .edit:not(.checkout-button),
.theme.woocommerce-page .wc-backward:not(.checkout-button),
.theme.woocommerce-page .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table .button:not(.checkout-button), .theme.woocommerce-page .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb a, .cat-links,
.entry-meta,
.tags-links, .reply a, .comment-metadata a, #cancel-comment-reply-link, .comments-header a, .single .post-nav-links, .footer-legal .legal-copyright,
.footer-legal .legal-terms, .footer-contact .contact-email span,
.footer-contact .contact-hours span,
.footer-contact .contact-phone span, .page-title .prefix, .pattern-team-grid h4 + p, .gform_wrapper h3.gform_title, .pagination {
  font-family: eurostile, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(62, 65, 64, 0.625);
}
.is-style-flag[href]:focus, .woocommerce ul.order_details li[href]:focus, form.edit-account legend[href]:focus, .woocommerce-form-login .lost_password a[href]:focus, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a[href]:focus, .theme.woocommerce.single-product [href].product_meta:focus,
.theme.woocommerce.single-product .product_meta a[href]:focus, .theme.woocommerce.single-product [href].reset_variations:focus, .theme.woocommerce.single-product [href].woocommerce-review-link:focus, .theme.archive.woocommerce .woocommerce-pagination a[href]:focus,
.theme.archive.woocommerce .woocommerce-pagination span[href]:focus, .theme.archive.woocommerce [href].woocommerce-result-count:focus, .theme.woocommerce-page [href].edit:focus:not(.checkout-button),
.theme.woocommerce-page [href].wc-backward:focus:not(.checkout-button),
.theme.woocommerce-page [href].wc-forward:focus:not(.checkout-button),
.theme.woocommerce-page table.shop_table [href].button:focus:not(.checkout-button), .theme.woocommerce-page [href].woocommerce-breadcrumb:focus,
.theme.woocommerce-page .woocommerce-breadcrumb a[href]:focus, [href].cat-links:focus,
[href].entry-meta:focus,
[href].tags-links:focus, .reply a[href]:focus, .comment-metadata a[href]:focus, [href]#cancel-comment-reply-link:focus, .comments-header a[href]:focus, .single [href].post-nav-links:focus, .footer-legal [href].legal-copyright:focus,
.footer-legal [href].legal-terms:focus, .footer-contact .contact-email span[href]:focus,
.footer-contact .contact-hours span[href]:focus,
.footer-contact .contact-phone span[href]:focus, .page-title [href].prefix:focus, .pattern-team-grid h4 + p[href]:focus, .gform_wrapper h3[href].gform_title:focus, [href].pagination:focus, .is-style-flag[href]:hover, .woocommerce ul.order_details li[href]:hover, form.edit-account legend[href]:hover, .woocommerce-form-login .lost_password a[href]:hover, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a[href]:hover, .theme.woocommerce.single-product [href].product_meta:hover,
.theme.woocommerce.single-product .product_meta a[href]:hover, .theme.woocommerce.single-product [href].reset_variations:hover, .theme.woocommerce.single-product [href].woocommerce-review-link:hover, .theme.archive.woocommerce .woocommerce-pagination a[href]:hover,
.theme.archive.woocommerce .woocommerce-pagination span[href]:hover, .theme.archive.woocommerce [href].woocommerce-result-count:hover, .theme.woocommerce-page [href].edit:hover:not(.checkout-button),
.theme.woocommerce-page [href].wc-backward:hover:not(.checkout-button),
.theme.woocommerce-page [href].wc-forward:hover:not(.checkout-button),
.theme.woocommerce-page table.shop_table [href].button:hover:not(.checkout-button), .theme.woocommerce-page [href].woocommerce-breadcrumb:hover,
.theme.woocommerce-page .woocommerce-breadcrumb a[href]:hover, [href].cat-links:hover,
[href].entry-meta:hover,
[href].tags-links:hover, .reply a[href]:hover, .comment-metadata a[href]:hover, [href]#cancel-comment-reply-link:hover, .comments-header a[href]:hover, .single [href].post-nav-links:hover, .footer-legal [href].legal-copyright:hover,
.footer-legal [href].legal-terms:hover, .footer-contact .contact-email span[href]:hover,
.footer-contact .contact-hours span[href]:hover,
.footer-contact .contact-phone span[href]:hover, .page-title [href].prefix:hover, .pattern-team-grid h4 + p[href]:hover, .gform_wrapper h3[href].gform_title:hover, [href].pagination:hover {
  color: #EB6B30;
}

h1.is-style-flag, .theme.woocommerce.single-product h1.product_meta, .theme.woocommerce.single-product h1.reset_variations, .theme.woocommerce.single-product h1.woocommerce-review-link, .theme.archive.woocommerce h1.woocommerce-result-count, .theme.woocommerce-page h1.edit:not(.checkout-button),
.theme.woocommerce-page h1.wc-backward:not(.checkout-button),
.theme.woocommerce-page h1.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button), .theme.woocommerce-page h1.woocommerce-breadcrumb, h1.cat-links,
h1.entry-meta,
h1.tags-links, h1#cancel-comment-reply-link, .single h1.post-nav-links, .footer-legal h1.legal-copyright,
.footer-legal h1.legal-terms, .page-title h1.prefix, h1.pagination, h2.is-style-flag, .theme.woocommerce.single-product h2.product_meta, .theme.woocommerce.single-product h2.reset_variations, .theme.woocommerce.single-product h2.woocommerce-review-link, .theme.archive.woocommerce h2.woocommerce-result-count, .theme.woocommerce-page h2.edit:not(.checkout-button),
.theme.woocommerce-page h2.wc-backward:not(.checkout-button),
.theme.woocommerce-page h2.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h2.button:not(.checkout-button), .theme.woocommerce-page h2.woocommerce-breadcrumb, h2.cat-links,
h2.entry-meta,
h2.tags-links, h2#cancel-comment-reply-link, .single h2.post-nav-links, .footer-legal h2.legal-copyright,
.footer-legal h2.legal-terms, .page-title h2.prefix, h2.pagination, h3.is-style-flag, .theme.woocommerce.single-product h3.product_meta, .theme.woocommerce.single-product h3.reset_variations, .theme.woocommerce.single-product h3.woocommerce-review-link, .theme.archive.woocommerce h3.woocommerce-result-count, .theme.woocommerce-page h3.edit:not(.checkout-button),
.theme.woocommerce-page h3.wc-backward:not(.checkout-button),
.theme.woocommerce-page h3.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h3.button:not(.checkout-button), .theme.woocommerce-page h3.woocommerce-breadcrumb, h3.cat-links,
h3.entry-meta,
h3.tags-links, h3#cancel-comment-reply-link, .single h3.post-nav-links, .footer-legal h3.legal-copyright,
.footer-legal h3.legal-terms, .page-title h3.prefix, .gform_wrapper h3.gform_title, h3.pagination, h4.is-style-flag, .theme.woocommerce.single-product h4.product_meta, .theme.woocommerce.single-product h4.reset_variations, .theme.woocommerce.single-product h4.woocommerce-review-link, .theme.archive.woocommerce h4.woocommerce-result-count, .theme.woocommerce-page h4.edit:not(.checkout-button),
.theme.woocommerce-page h4.wc-backward:not(.checkout-button),
.theme.woocommerce-page h4.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h4.button:not(.checkout-button), .theme.woocommerce-page h4.woocommerce-breadcrumb, h4.cat-links,
h4.entry-meta,
h4.tags-links, h4#cancel-comment-reply-link, .single h4.post-nav-links, .footer-legal h4.legal-copyright,
.footer-legal h4.legal-terms, .page-title h4.prefix, h4.pagination, h5.is-style-flag, .theme.woocommerce.single-product h5.product_meta, .theme.woocommerce.single-product h5.reset_variations, .theme.woocommerce.single-product h5.woocommerce-review-link, .theme.archive.woocommerce h5.woocommerce-result-count, .theme.woocommerce-page h5.edit:not(.checkout-button),
.theme.woocommerce-page h5.wc-backward:not(.checkout-button),
.theme.woocommerce-page h5.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h5.button:not(.checkout-button), .theme.woocommerce-page h5.woocommerce-breadcrumb, h5.cat-links,
h5.entry-meta,
h5.tags-links, h5#cancel-comment-reply-link, .single h5.post-nav-links, .footer-legal h5.legal-copyright,
.footer-legal h5.legal-terms, .page-title h5.prefix, h5.pagination, h6.is-style-flag, .theme.woocommerce.single-product h6.product_meta, .theme.woocommerce.single-product h6.reset_variations, .theme.woocommerce.single-product h6.woocommerce-review-link, .theme.archive.woocommerce h6.woocommerce-result-count, .theme.woocommerce-page h6.edit:not(.checkout-button),
.theme.woocommerce-page h6.wc-backward:not(.checkout-button),
.theme.woocommerce-page h6.wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h6.button:not(.checkout-button), .theme.woocommerce-page h6.woocommerce-breadcrumb, h6.cat-links,
h6.entry-meta,
h6.tags-links, h6#cancel-comment-reply-link, .single h6.post-nav-links, .footer-legal h6.legal-copyright,
.footer-legal h6.legal-terms, .page-title h6.prefix, h6.pagination {
  margin-top: 40px;
  margin-bottom: 0;
}
h1.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h1.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h1.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h1.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h1.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h1.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h1.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h1.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h1.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h1.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h1.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h1.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h1.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h1.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h1.is-style-flag + [class*=block],
.theme.woocommerce.single-product h1.product_meta + [class*=block],
.theme.woocommerce.single-product h1.reset_variations + [class*=block],
.theme.woocommerce.single-product h1.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h1.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h1.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h1.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h1.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h1.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h1.woocommerce-breadcrumb + [class*=block],
h1.cat-links + [class*=block],
h1.entry-meta + [class*=block],
h1.tags-links + [class*=block],
h1#cancel-comment-reply-link + [class*=block],
.single h1.post-nav-links + [class*=block],
.footer-legal h1.legal-copyright + [class*=block],
.footer-legal h1.legal-terms + [class*=block],
.page-title h1.prefix + [class*=block],
h1.pagination + [class*=block], h2.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h2.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h2.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h2.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h2.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h2.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h2.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h2.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h2.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h2.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h2.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h2.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h2.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h2.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h2.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h2.is-style-flag + [class*=block],
.theme.woocommerce.single-product h2.product_meta + [class*=block],
.theme.woocommerce.single-product h2.reset_variations + [class*=block],
.theme.woocommerce.single-product h2.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h2.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h2.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h2.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h2.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h2.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h2.woocommerce-breadcrumb + [class*=block],
h2.cat-links + [class*=block],
h2.entry-meta + [class*=block],
h2.tags-links + [class*=block],
h2#cancel-comment-reply-link + [class*=block],
.single h2.post-nav-links + [class*=block],
.footer-legal h2.legal-copyright + [class*=block],
.footer-legal h2.legal-terms + [class*=block],
.page-title h2.prefix + [class*=block],
h2.pagination + [class*=block], h3.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h3.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h3.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h3.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h3.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h3.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h3.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h3.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h3.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h3.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h3.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h3.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h3.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h3.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .gform_wrapper h3.gform_title + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h3.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h3.is-style-flag + [class*=block],
.theme.woocommerce.single-product h3.product_meta + [class*=block],
.theme.woocommerce.single-product h3.reset_variations + [class*=block],
.theme.woocommerce.single-product h3.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h3.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h3.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h3.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h3.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h3.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h3.woocommerce-breadcrumb + [class*=block],
h3.cat-links + [class*=block],
h3.entry-meta + [class*=block],
h3.tags-links + [class*=block],
h3#cancel-comment-reply-link + [class*=block],
.single h3.post-nav-links + [class*=block],
.footer-legal h3.legal-copyright + [class*=block],
.footer-legal h3.legal-terms + [class*=block],
.page-title h3.prefix + [class*=block],
.gform_wrapper h3.gform_title + [class*=block],
h3.pagination + [class*=block], h4.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h4.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h4.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h4.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h4.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h4.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h4.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h4.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h4.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h4.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h4.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h4.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h4.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h4.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h4.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h4.is-style-flag + [class*=block],
.theme.woocommerce.single-product h4.product_meta + [class*=block],
.theme.woocommerce.single-product h4.reset_variations + [class*=block],
.theme.woocommerce.single-product h4.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h4.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h4.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h4.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h4.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h4.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h4.woocommerce-breadcrumb + [class*=block],
h4.cat-links + [class*=block],
h4.entry-meta + [class*=block],
h4.tags-links + [class*=block],
h4#cancel-comment-reply-link + [class*=block],
.single h4.post-nav-links + [class*=block],
.footer-legal h4.legal-copyright + [class*=block],
.footer-legal h4.legal-terms + [class*=block],
.page-title h4.prefix + [class*=block],
h4.pagination + [class*=block], h5.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h5.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h5.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h5.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h5.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h5.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h5.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h5.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h5.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h5.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h5.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h5.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h5.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h5.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h5.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h5.is-style-flag + [class*=block],
.theme.woocommerce.single-product h5.product_meta + [class*=block],
.theme.woocommerce.single-product h5.reset_variations + [class*=block],
.theme.woocommerce.single-product h5.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h5.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h5.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h5.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h5.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h5.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h5.woocommerce-breadcrumb + [class*=block],
h5.cat-links + [class*=block],
h5.entry-meta + [class*=block],
h5.tags-links + [class*=block],
h5#cancel-comment-reply-link + [class*=block],
.single h5.post-nav-links + [class*=block],
.footer-legal h5.legal-copyright + [class*=block],
.footer-legal h5.legal-terms + [class*=block],
.page-title h5.prefix + [class*=block],
h5.pagination + [class*=block], h6.is-style-flag + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h6.product_meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h6.reset_variations + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce.single-product h6.woocommerce-review-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.archive.woocommerce h6.woocommerce-result-count + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h6.edit:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h6.wc-backward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page h6.wc-forward:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.theme.woocommerce-page table.shop_table h6.button:not(.checkout-button) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .theme.woocommerce-page h6.woocommerce-breadcrumb + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6.cat-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.entry-meta + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.tags-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6#cancel-comment-reply-link + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .single h6.post-nav-links + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .footer-legal h6.legal-copyright + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.footer-legal h6.legal-terms + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .page-title h6.prefix + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), h6.pagination + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
h6.is-style-flag + [class*=block],
.theme.woocommerce.single-product h6.product_meta + [class*=block],
.theme.woocommerce.single-product h6.reset_variations + [class*=block],
.theme.woocommerce.single-product h6.woocommerce-review-link + [class*=block],
.theme.archive.woocommerce h6.woocommerce-result-count + [class*=block],
.theme.woocommerce-page h6.edit:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h6.wc-backward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h6.wc-forward:not(.checkout-button) + [class*=block],
.theme.woocommerce-page table.shop_table h6.button:not(.checkout-button) + [class*=block],
.theme.woocommerce-page h6.woocommerce-breadcrumb + [class*=block],
h6.cat-links + [class*=block],
h6.entry-meta + [class*=block],
h6.tags-links + [class*=block],
h6#cancel-comment-reply-link + [class*=block],
.single h6.post-nav-links + [class*=block],
.footer-legal h6.legal-copyright + [class*=block],
.footer-legal h6.legal-terms + [class*=block],
.page-title h6.prefix + [class*=block],
h6.pagination + [class*=block] {
  margin-top: 20px;
}
h1 + .is-style-flag, .woocommerce ul.order_details h1 + li, form.edit-account h1 + legend, .woocommerce-form-login .lost_password h1 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h1 + a, .theme.woocommerce.single-product h1 + .product_meta,
.theme.woocommerce.single-product .product_meta h1 + a, .theme.woocommerce.single-product h1 + .reset_variations, .theme.woocommerce.single-product h1 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h1 + a,
.theme.archive.woocommerce .woocommerce-pagination h1 + span, .theme.archive.woocommerce h1 + .woocommerce-result-count, .theme.woocommerce-page h1 + .edit:not(.checkout-button),
.theme.woocommerce-page h1 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h1 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h1 + .button:not(.checkout-button), .theme.woocommerce-page h1 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h1 + a, h1 + .cat-links,
h1 + .entry-meta,
h1 + .tags-links, .reply h1 + a, .comment-metadata h1 + a, h1 + #cancel-comment-reply-link, .comments-header h1 + a, .single h1 + .post-nav-links, .footer-legal h1 + .legal-copyright,
.footer-legal h1 + .legal-terms, .footer-contact .contact-email h1 + span,
.footer-contact .contact-hours h1 + span,
.footer-contact .contact-phone h1 + span, .page-title h1 + .prefix, .gform_wrapper h1 + h3.gform_title, h1 + .pagination, h2 + .is-style-flag, .woocommerce ul.order_details h2 + li, form.edit-account h2 + legend, .woocommerce-form-login .lost_password h2 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h2 + a, .theme.woocommerce.single-product h2 + .product_meta,
.theme.woocommerce.single-product .product_meta h2 + a, .theme.woocommerce.single-product h2 + .reset_variations, .theme.woocommerce.single-product h2 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h2 + a,
.theme.archive.woocommerce .woocommerce-pagination h2 + span, .theme.archive.woocommerce h2 + .woocommerce-result-count, .theme.woocommerce-page h2 + .edit:not(.checkout-button),
.theme.woocommerce-page h2 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h2 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h2 + .button:not(.checkout-button), .theme.woocommerce-page h2 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h2 + a, h2 + .cat-links,
h2 + .entry-meta,
h2 + .tags-links, .reply h2 + a, .comment-metadata h2 + a, h2 + #cancel-comment-reply-link, .comments-header h2 + a, .single h2 + .post-nav-links, .footer-legal h2 + .legal-copyright,
.footer-legal h2 + .legal-terms, .footer-contact .contact-email h2 + span,
.footer-contact .contact-hours h2 + span,
.footer-contact .contact-phone h2 + span, .page-title h2 + .prefix, .gform_wrapper h2 + h3.gform_title, h2 + .pagination, h3 + .is-style-flag, .woocommerce ul.order_details h3 + li, form.edit-account h3 + legend, .woocommerce-form-login .lost_password h3 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h3 + a, .theme.woocommerce.single-product h3 + .product_meta,
.theme.woocommerce.single-product .product_meta h3 + a, .theme.woocommerce.single-product h3 + .reset_variations, .theme.woocommerce.single-product h3 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h3 + a,
.theme.archive.woocommerce .woocommerce-pagination h3 + span, .theme.archive.woocommerce h3 + .woocommerce-result-count, .theme.woocommerce-page h3 + .edit:not(.checkout-button),
.theme.woocommerce-page h3 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h3 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h3 + .button:not(.checkout-button), .theme.woocommerce-page h3 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h3 + a, h3 + .cat-links,
h3 + .entry-meta,
h3 + .tags-links, .reply h3 + a, .comment-metadata h3 + a, h3 + #cancel-comment-reply-link, .comments-header h3 + a, .single h3 + .post-nav-links, .footer-legal h3 + .legal-copyright,
.footer-legal h3 + .legal-terms, .footer-contact .contact-email h3 + span,
.footer-contact .contact-hours h3 + span,
.footer-contact .contact-phone h3 + span, .page-title h3 + .prefix, .gform_wrapper h3 + h3.gform_title, h3 + .pagination, h4 + .is-style-flag, .woocommerce ul.order_details h4 + li, form.edit-account h4 + legend, .woocommerce-form-login .lost_password h4 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h4 + a, .theme.woocommerce.single-product h4 + .product_meta,
.theme.woocommerce.single-product .product_meta h4 + a, .theme.woocommerce.single-product h4 + .reset_variations, .theme.woocommerce.single-product h4 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h4 + a,
.theme.archive.woocommerce .woocommerce-pagination h4 + span, .theme.archive.woocommerce h4 + .woocommerce-result-count, .theme.woocommerce-page h4 + .edit:not(.checkout-button),
.theme.woocommerce-page h4 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h4 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h4 + .button:not(.checkout-button), .theme.woocommerce-page h4 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h4 + a, h4 + .cat-links,
h4 + .entry-meta,
h4 + .tags-links, .reply h4 + a, .comment-metadata h4 + a, h4 + #cancel-comment-reply-link, .comments-header h4 + a, .single h4 + .post-nav-links, .footer-legal h4 + .legal-copyright,
.footer-legal h4 + .legal-terms, .footer-contact .contact-email h4 + span,
.footer-contact .contact-hours h4 + span,
.footer-contact .contact-phone h4 + span, .page-title h4 + .prefix, .pattern-team-grid h4 + p, .gform_wrapper h4 + h3.gform_title, h4 + .pagination, h5 + .is-style-flag, .woocommerce ul.order_details h5 + li, form.edit-account h5 + legend, .woocommerce-form-login .lost_password h5 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h5 + a, .theme.woocommerce.single-product h5 + .product_meta,
.theme.woocommerce.single-product .product_meta h5 + a, .theme.woocommerce.single-product h5 + .reset_variations, .theme.woocommerce.single-product h5 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h5 + a,
.theme.archive.woocommerce .woocommerce-pagination h5 + span, .theme.archive.woocommerce h5 + .woocommerce-result-count, .theme.woocommerce-page h5 + .edit:not(.checkout-button),
.theme.woocommerce-page h5 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h5 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h5 + .button:not(.checkout-button), .theme.woocommerce-page h5 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h5 + a, h5 + .cat-links,
h5 + .entry-meta,
h5 + .tags-links, .reply h5 + a, .comment-metadata h5 + a, h5 + #cancel-comment-reply-link, .comments-header h5 + a, .single h5 + .post-nav-links, .footer-legal h5 + .legal-copyright,
.footer-legal h5 + .legal-terms, .footer-contact .contact-email h5 + span,
.footer-contact .contact-hours h5 + span,
.footer-contact .contact-phone h5 + span, .page-title h5 + .prefix, .gform_wrapper h5 + h3.gform_title, h5 + .pagination, h6 + .is-style-flag, .woocommerce ul.order_details h6 + li, form.edit-account h6 + legend, .woocommerce-form-login .lost_password h6 + a, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li h6 + a, .theme.woocommerce.single-product h6 + .product_meta,
.theme.woocommerce.single-product .product_meta h6 + a, .theme.woocommerce.single-product h6 + .reset_variations, .theme.woocommerce.single-product h6 + .woocommerce-review-link, .theme.archive.woocommerce .woocommerce-pagination h6 + a,
.theme.archive.woocommerce .woocommerce-pagination h6 + span, .theme.archive.woocommerce h6 + .woocommerce-result-count, .theme.woocommerce-page h6 + .edit:not(.checkout-button),
.theme.woocommerce-page h6 + .wc-backward:not(.checkout-button),
.theme.woocommerce-page h6 + .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table h6 + .button:not(.checkout-button), .theme.woocommerce-page h6 + .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb h6 + a, h6 + .cat-links,
h6 + .entry-meta,
h6 + .tags-links, .reply h6 + a, .comment-metadata h6 + a, h6 + #cancel-comment-reply-link, .comments-header h6 + a, .single h6 + .post-nav-links, .footer-legal h6 + .legal-copyright,
.footer-legal h6 + .legal-terms, .footer-contact .contact-email h6 + span,
.footer-contact .contact-hours h6 + span,
.footer-contact .contact-phone h6 + span, .page-title h6 + .prefix, .gform_wrapper h6 + h3.gform_title, h6 + .pagination {
  margin-top: 0;
}

/*
 * HR / SEPARATOR
 *
 */
.wp-block-separator,
hr {
  height: 1px !important;
  width: 100%;
  border: none;
  max-width: none !important;
  margin: 40px auto;
}
.wp-block-separator:not(.has-background),
hr:not(.has-background) {
  background-color: rgba(0, 0, 0, 0.125);
}
.wp-block-separator.has-background,
hr.has-background {
  height: 2px !important;
}
.wp-block-separator.is-style-short,
hr.is-style-short {
  width: 25%;
  max-width: 200px !important;
  margin: 20px 0;
}

/*
 * PARAGRAPHS
 */
p.has-small-font-size {
  font-size: 0.75rem;
}
p.has-medium-font-size {
  font-size: 1.125rem;
}
@media (min-width: 800px) {
  p.has-medium-font-size {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
p.has-large-font-size {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 800px) {
  p.has-large-font-size {
    font-size: 1.5rem;
  }
}
p.has-huge-font-size {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 800px) {
  p.has-huge-font-size {
    font-size: 1.75rem;
  }
}

/*
 * LISTS
 */
ol,
ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
}
ol li,
ul li {
  margin-bottom: 10px;
}

ol ol,
ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}

ol ol li {
  list-style: lower-alpha;
}

.wp-block-quote,
blockquote {
  border: none;
  padding: 0;
}
.wp-block-quote p,
blockquote p {
  font-size: 1.5rem;
}
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-quote__citation,
blockquote cite {
  font-size: 0.875rem;
  color: inherit;
}

figcaption {
  font-size: 0.75rem !important;
  letter-spacing: 0.025em;
  color: rgba(62, 65, 64, 0.625) !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  white-space: normal !important;
}
figcaption a {
  font-size: inherit;
}

img {
  border-radius: 3px;
}

.wp-block-image.alignfull img {
  border-radius: 0;
}

button {
  cursor: pointer;
}

body:not(.woocommerce-page) .blocks > *:not(.alignwide):not(.alignfull) {
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
}
body:not(.woocommerce-page) .blocks > *:not(.alignwide):not(.alignfull):last-child {
  margin-bottom: 80px;
}
body:not(.woocommerce-page) .blocks *:not([class*=button])[class*=has-background] {
  padding: 40px 20px;
}

.theme .has-blue-color {
  color: #007bff;
}
.theme .has-blue-background-color {
  background-color: #007bff;
}
.theme .has-white-color {
  color: #ffffff;
}
.theme .has-white-background-color {
  background-color: #ffffff;
}
.theme .has-gray-color {
  color: #E5E4E4;
}
.theme .has-gray-background-color {
  background-color: #E5E4E4;
}
.theme .has-charcoal-color {
  color: #3E4140;
}
.theme .has-charcoal-background-color {
  background-color: #3E4140;
}
.theme .has-black-color {
  color: #000000;
}
.theme .has-black-background-color {
  background-color: #000000;
}

.wp-block-image {
  margin-top: 0;
  margin-bottom: 20px;
}

.wp-block-gallery {
  display: block;
}
.wp-block-gallery .blocks-gallery-grid {
  display: block;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-gallery .blocks-gallery-grid + figcaption {
  margin-top: -10px !important;
  margin-bottom: 20px !important;
}
.wp-block-gallery .blocks-gallery-item {
  width: 100% !important;
  display: inline-block;
  color: white;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0 !important;
  padding: 20px 10px 10px;
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-1 .blocks-gallery-grid {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-grid {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-grid {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-grid {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-grid {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-grid {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-grid {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
}
.wp-block-gallery.is-cropped .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-gallery.is-cropped .blocks-gallery-item {
  display: block;
  width: calc(50% - 20px) !important;
}
.wp-block-gallery.is-cropped .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 599px) {
  .wp-block-gallery.is-cropped .blocks-gallery-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure {
  display: block;
  width: 100%;
  padding-top: 100%;
  height: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > img,
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > figcaption {
  position: absolute;
}
.wp-block-gallery.is-cropped .blocks-gallery-item > figure > img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .wp-block-gallery.is-cropped.columns-1 .blocks-gallery-item {
    width: calc(100% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-1 .blocks-gallery-item:nth-child(1n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-2 .blocks-gallery-item {
    width: calc(50% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-2 .blocks-gallery-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-3 .blocks-gallery-item {
    width: calc(33.3333333333% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-3 .blocks-gallery-item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-4 .blocks-gallery-item {
    width: calc(25% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-4 .blocks-gallery-item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-5 .blocks-gallery-item {
    width: calc(20% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-5 .blocks-gallery-item:nth-child(5n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-6 .blocks-gallery-item {
    width: calc(16.6666666667% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-6 .blocks-gallery-item:nth-child(6n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-7 .blocks-gallery-item {
    width: calc(14.2857142857% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-7 .blocks-gallery-item:nth-child(7n) {
    margin-right: 0 !important;
  }
  .wp-block-gallery.is-cropped.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 20px) !important;
  }
  .wp-block-gallery.is-cropped.columns-8 .blocks-gallery-item:nth-child(8n) {
    margin-right: 0 !important;
  }
}
.wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid {
  -webkit-columns: unset !important;
     -moz-columns: unset !important;
          columns: unset !important;
  -webkit-column-gap: unset !important;
     -moz-column-gap: unset !important;
          column-gap: unset !important;
}
.wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid.is-fullscreen {
  z-index: 999;
}
.wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid.is-fullscreen img {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid .flickity-viewport {
  width: 100%;
}
.wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid img {
  display: block;
  height: 240px;
  width: auto;
  margin-right: 20px;
}
@media (min-width: 1140px) {
  .wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid img {
    height: 320px;
  }
}
@media (min-width: 1140px) {
  .wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid img {
    height: 480px;
  }
}
@media (min-width: 1420px) {
  .wp-block-gallery.is-style-carousel > ul.blocks-gallery-grid img {
    height: 640px;
  }
}

.wp-block-video {
  margin-top: 0;
  margin-bottom: 20px;
}

.wp-block-embed {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-embed > figcaption {
  margin-top: 10px !important;
}

.wp-block-buttons, [data-type="core/buttons"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  .wp-block-buttons, [data-type="core/buttons"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wp-block-buttons > .wp-block-button, [data-type="core/buttons"] > .wp-block-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin-right: 0;
  margin-bottom: 10px;
}
.wp-block-buttons > .wp-block-button.wp-block-button, [data-type="core/buttons"] > .wp-block-button.wp-block-button {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-buttons > .wp-block-button.is-style-link, [data-type="core/buttons"] > .wp-block-button.is-style-link {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.wp-block-buttons > .wp-block-button:nth-child(even), [data-type="core/buttons"] > .wp-block-button:nth-child(even) {
  margin-left: 10px;
}
@media (min-width: 800px) {
  .wp-block-buttons > .wp-block-button, [data-type="core/buttons"] > .wp-block-button {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-buttons > .wp-block-button:not(:first-child), [data-type="core/buttons"] > .wp-block-button:not(:first-child) {
    margin-left: 10px;
  }
}
.wp-block-buttons.alignleft, .wp-block-buttons.alignright, [data-align=right] .wp-block-buttons, [data-align=left] .wp-block-buttons, [data-type="core/buttons"].alignleft, [data-type="core/buttons"].alignright, [data-align=right] [data-type="core/buttons"], [data-align=left] [data-type="core/buttons"] {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-buttons.alignright, [data-align=right] .wp-block-buttons, [data-type="core/buttons"].alignright, [data-align=right] [data-type="core/buttons"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-block-buttons.alignright > .wp-block-button:first-child, [data-align=right] .wp-block-buttons > .wp-block-button:first-child, [data-type="core/buttons"].alignright > .wp-block-button:first-child, [data-align=right] [data-type="core/buttons"] > .wp-block-button:first-child {
  margin-left: 0;
}
.wp-block-buttons.aligncenter, [data-align=center] .wp-block-buttons, [data-type="core/buttons"].aligncenter, [data-align=center] [data-type="core/buttons"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .wp-block-button__link {
    display: block;
  }
}
.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid currentColor !important;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #EB6B30 !important;
}
.is-style-outline .wp-block-button__link:not(.has-text-color):focus, .is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  border-color: #d45114 !important;
  color: #d45114 !important;
}
.is-style-outline .wp-block-button__link.has-text-color:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.is-style-link .wp-block-button__link {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
}
.is-style-link .wp-block-button__link:not(.has-text-color) {
  color: #EB6B30 !important;
}
.is-style-link .wp-block-button__link:not(.has-text-color):focus, .is-style-link .wp-block-button__link:not(.has-text-color):hover {
  color: #d45114 !important;
}
.is-style-link .wp-block-button__link.has-text-color:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.is-style-link:not(:first-child) .wp-block-button__link {
  margin-left: 10px;
}
@media (min-width: 800px) {
  .is-style-link:not(:first-child) .wp-block-button__link {
    margin-left: 25px;
  }
}

.wp-block-cover {
  min-height: 270px;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 800px) {
  .wp-block-cover {
    min-height: 360px;
  }
}
.wp-block-cover:before {
  z-index: 2 !important;
}
.wp-block-cover:not(.alignfull) {
  border-radius: 3px;
}
.wp-block-cover > .wp-block-cover__inner-container {
  position: relative;
  z-index: 3 !important;
}
@media (min-width: 800px) {
  .wp-block-cover > .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.wp-block-cover > .wp-block-cover__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-cover > .wp-block-cover__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-cover.is-style-hero {
  min-height: 420px;
}
@media (min-width: 800px) {
  .wp-block-cover.is-style-hero {
    min-height: 640px;
  }
}
@media (min-width: 1140px) and (min-height: 900px) {
  .wp-block-cover.is-style-hero {
    min-height: calc(100vh - 196px);
  }
}
.wp-block-cover.is-style-hero h1,
.wp-block-cover.is-style-hero h2 {
  margin-bottom: 5px;
}
@media (max-width: 1140px) {
  .wp-block-cover.is-style-hero br {
    display: none;
  }
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container {
  width: 100% !important;
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container > *:first-child {
  margin-top: 20px;
}
.wp-block-cover.has-custom-content-position > .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 20px;
}
.wp-block-cover.has-parallax {
  background-attachment: scroll;
}
.wp-block-cover .rellax {
  display: block;
  position: absolute;
  top: -250px;
  bottom: -250px;
  right: 0;
  left: 0;
  background: inherit;
  z-index: 1;
  will-change: transform;
}

.wp-block-group {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-group > .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-group > .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}
.wp-block-group.alignwide:not(.has-background) > .wp-block-group__inner-container {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .wp-block-group.alignwide:not(.has-background) > .wp-block-group__inner-container {
    padding: 0;
  }
}
.wp-block-group.alignfull:not(.has-background) > .wp-block-group__inner-container {
  padding: 0 20px;
}
@media (min-width: 800px) {
  .wp-block-group.has-background > .wp-block-group__inner-container {
    padding: 0 20px;
  }
}

.wp-block-columns,
[data-type="core/columns"] {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .wp-block-columns > .wp-block-column,
[data-type="core/columns"] > .wp-block-column {
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
[data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 20px;
  }
}
@media (min-width: 1140px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
[data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }
}
@media (min-width: 1420px) {
  .wp-block-columns > .wp-block-column:not(:first-child),
[data-type="core/columns"] > .wp-block-column:not(:first-child) {
    margin-left: 60px;
  }
}
.wp-block-columns > .wp-block-column > *:first-child,
[data-type="core/columns"] > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child,
[data-type="core/columns"] > .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-spacer {
  margin: 0 !important;
}
@media (max-width: 800px) {
  .wp-block-spacer {
    max-height: 40px;
  }
}

.wp-block-table, table {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-block-table td, table td,
.wp-block-table tfoot,
table tfoot,
.wp-block-table th,
table th,
.wp-block-table thead,
table thead {
  text-align: left;
  border: none;
}
.wp-block-table td, table td,
.wp-block-table th,
table th {
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px 0;
}
.wp-block-table thead, table thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.wp-block-table tfoot, table tfoot {
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.wp-block-table tfoot td, table tfoot td {
  border: none;
}
.wp-block-table figcaption, table figcaption {
  margin-top: -10px !important;
}
.wp-block-table.is-style-stripes, table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes td, table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
table.is-style-stripes th {
  padding: 5px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd), table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.0625);
}
.wp-block-table.is-style-stripes thead, table.is-style-stripes thead {
  border: none;
}

/*
 * MEDIA TEXT BLOCK
 *
 */
.wp-block-media-text {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .wp-block-media-text {
    display: -ms-grid;
    display: grid;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 20px 0;
}
@media (min-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
.wp-block-media-text .wp-block-media-text__content *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content *:last-child {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content, .wp-block-media-text.alignwide .wp-block-media-text__content {
    padding: 20px;
  }
}
.wp-block-media-text.has-background {
  padding: 20px !important;
}
@media (min-width: 800px) {
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding-right: 20px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right.has-background .wp-block-media-text__content {
    padding-right: 40px;
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  .wp-block-media-text.alignfull.has-background .wp-block-media-text__content, .wp-block-media-text.alignwide.has-background .wp-block-media-text__content {
    padding: 20px 0;
  }
}
.wp-block-media-text.is-image-fill {
  min-height: 270px;
}
@media (min-width: 800px) {
  .wp-block-media-text.is-image-fill {
    min-height: 360px;
  }
}
.wp-block-media-text.has-background.is-image-fill {
  padding: 0 !important;
}
@media (max-width: 800px) {
  .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content {
    padding: 20px 20px 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-background.is-image-fill .wp-block-media-text__content {
    padding-right: 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.has-media-on-the-right.has-background.is-image-fill .wp-block-media-text__content {
    padding-left: 40px;
  }
}
@media (max-width: 800px) {
  .wp-block-media-text.alignfull.has-background.is-image-fill .wp-block-media-text__content, .wp-block-media-text.alignwide.has-background.is-image-fill .wp-block-media-text__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.alignfull {
    -ms-grid-columns: auto 50% !important;
    grid-template-columns: auto 50% !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right {
    -ms-grid-columns: 50% auto !important;
    grid-template-columns: 50% auto !important;
  }
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    width: 100%;
    max-width: 360px;
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    margin-left: auto;
    padding-right: 40px !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1140px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    max-width: 530px;
    padding-left: 60px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 60px !important;
  }
}
@media (min-width: 1420px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    max-width: 670px;
    padding-left: 80px !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 80px !important;
  }
}
@media (min-width: 800px) {
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
    padding-top: 0;
  }
  .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
    padding-bottom: 0;
  }
  .wp-block-media-text.has-background.is-image-fill.is-vertically-aligned-top .wp-block-media-text__content {
    padding-top: 20px;
  }
  .wp-block-media-text.has-background.is-image-fill.is-vertically-aligned-bottom .wp-block-media-text__content {
    padding-bottom: 20px;
  }
}

.wp-block-beer-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 800px) {
  .wp-block-beer-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 800px) {
  .wp-block-beer-list__inner-container {
    grid-gap: 40px;
  }
}
.wp-block-beer-list .beer-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.wp-block-beer-list .beer-list-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 8px;
  background-color: #EB6B30;
  margin-left: 20px;
}
.wp-block-beer-list .beer-image {
  margin-left: -1vw;
}
@media (max-width: 800px) {
  .wp-block-beer-list .beer-image {
    width: 120px;
    margin-left: -3vw;
  }
}
@media (min-width: 800px) {
  .wp-block-beer-list h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 800px) {
  .wp-block-beer-list .btn, .wp-block-beer-list .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit input, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form .form-submit .wp-block-beer-list input, .wp-block-beer-list .theme.woocommerce-page .button, .theme.woocommerce-page .wp-block-beer-list .button, .wp-block-beer-list .theme form button:not(.search-submit), .theme form .wp-block-beer-list button:not(.search-submit), .wp-block-beer-list .theme form [type=button]:not(.search-submit), .theme form .wp-block-beer-list [type=button]:not(.search-submit), .wp-block-beer-list .theme form [type=reset]:not(.search-submit), .theme form .wp-block-beer-list [type=reset]:not(.search-submit), .wp-block-beer-list .theme form [type=submit]:not(.search-submit), .theme form .wp-block-beer-list [type=submit]:not(.search-submit), .wp-block-beer-list .wp-block-button__link {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.wp-block-tabs {
  max-width: 1060px !important;
}
@media (min-width: 800px) {
  .wp-block-tabs__inner-container {
    grid-gap: 40px;
  }
}
@media (min-width: 1140px) {
  .wp-block-tabs__inner-container {
    grid-gap: 80px;
  }
}
@media (min-width: 1420px) {
  .wp-block-tabs__inner-container {
    grid-gap: 120px;
  }
}
.wp-block-tabs .tabs {
  position: relative;
}
@media (max-width: 800px) {
  .wp-block-tabs .tabs {
    border-top: 2px solid #3E4140;
    padding: 20px 0;
  }
}
@media (max-width: 800px) {
  .wp-block-tabs .menu, .wp-block-tabs .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .wp-block-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100vw - 40px);
    overflow: scroll;
  }
  .wp-block-tabs .menu:after, .wp-block-tabs .woocommerce-MyAccount-navigation ul:after, .woocommerce-MyAccount-navigation .wp-block-tabs ul:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: red;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0;
  }
  .wp-block-tabs .menu *, .wp-block-tabs .woocommerce-MyAccount-navigation ul *, .woocommerce-MyAccount-navigation .wp-block-tabs ul * {
    white-space: nowrap;
  }
  .wp-block-tabs .menu li, .wp-block-tabs .woocommerce-MyAccount-navigation ul li, .woocommerce-MyAccount-navigation .wp-block-tabs ul li {
    border: none;
    margin-right: 30px;
  }
  .wp-block-tabs .menu li:last-child, .wp-block-tabs .woocommerce-MyAccount-navigation ul li:last-child, .woocommerce-MyAccount-navigation .wp-block-tabs ul li:last-child {
    padding-right: 40px;
  }
}
.wp-block-tabs .tab {
  border-bottom: 1px solid #3E4140;
}
.wp-block-tabs .tab.is-active > a {
  color: #EB6B30;
}
@media (max-width: 800px) {
  .wp-block-tabs .tab.is-active > a {
    position: relative;
    color: #3E4140;
  }
  .wp-block-tabs .tab.is-active > a:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EB6B30;
    top: 90%;
  }
}
@media (min-width: 800px) {
  .wp-block-tabs .tab.is-btn:last-child {
    border: none;
  }
  .wp-block-tabs .tab.is-btn:last-child > a {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wp-block-tabs .panel {
  display: block !important;
  position: fixed;
  opacity: 0;
  will-change: opacity transform;
  pointer-events: none;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}
.wp-block-tabs .panel.is-active {
  pointer-events: all;
  position: static;
  opacity: 1;
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 800px) {
  .has-gray-background-color .wp-block-tabs .menu:after, .has-gray-background-color .wp-block-tabs .woocommerce-MyAccount-navigation ul:after, .woocommerce-MyAccount-navigation .has-gray-background-color .wp-block-tabs ul:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(229, 228, 228, 0)), to(#e5e4e4));
    background: -o-linear-gradient(left, rgba(229, 228, 228, 0), #e5e4e4);
    background: linear-gradient(to right, rgba(229, 228, 228, 0), #e5e4e4);
  }
}

.flame {
  background-image: url("../img/flame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .flame {
    max-width: 100px;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.flame .rotate {
  will-change: transform;
  -webkit-animation: rotate 75s linear infinite;
          animation: rotate 75s linear infinite;
  -webkit-animation-delay: calc(var(--scroll) * -20s);
          animation-delay: calc(var(--scroll) * -20s);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
div[class*=pattern-] {
  position: relative;
  z-index: 1;
}
div[class*=pattern-] > [class*=container] {
  padding: 0 !important;
}

@media (min-width: 800px) and (max-width: 1140px) {
  .pattern-features, .pattern-features .alignwide {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
.pattern-features .wp-block-column:not(:first-child) {
  margin-left: 20px !important;
}
@media (max-width: 800px) {
  .pattern-features .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pattern-features .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
.pattern-features .wp-block-cover {
  position: relative;
}
@media (max-width: 800px) {
  .pattern-features .wp-block-cover {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pattern-features .wp-block-cover .wp-block-button__link {
    width: auto;
    min-width: 200px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pattern-features .wp-block-cover h2 {
    font-size: 2.6rem;
  }
}
.pattern-features .wp-block-cover:after {
  display: block;
  content: "";
  background: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  will-change: transform;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pattern-features .wp-block-buttons,
.pattern-features h2 {
  will-change: transform;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 800px) {
  .pattern-features .wp-block-column:hover h2 {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .pattern-features .wp-block-column:hover .wp-block-buttons {
    -webkit-transform: translateX(54px);
        -ms-transform: translateX(54px);
            transform: translateX(54px);
  }
  .pattern-features .wp-block-column:hover .wp-block-cover:after {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.pattern-masthead > [class*=container] {
  max-width: none !important;
}
.pattern-masthead .wp-block-image {
  margin: 0 !important;
  width: 100%;
}
.pattern-masthead .wp-block-image img {
  min-height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 86% bottom;
     object-position: 86% bottom;
  height: 30vh;
}
@media (min-width: 1140px) {
  .pattern-masthead .wp-block-image img {
    height: 60vh;
  }
}

.pattern-beer-details .wp-block-column {
  margin-left: 0 !important;
}
.pattern-beer-details .wp-block-column:first-child img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
@media (max-width: 800px) {
  .pattern-beer-details .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 800px) {
  .pattern-beer-details .wp-block-column:first-child {
    max-width: 300px !important;
    margin-left: -3.5vw !important;
  }
  .pattern-beer-details .wp-block-column:first-child img {
    width: 300px;
  }
}

.pattern-cta-form .gform_wrapper {
  max-width: 320px;
  margin: 40px auto;
}
.pattern-cta-form .gform_footer {
  text-align: center;
}

@media (min-width: 800px) {
  .pattern-intro-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-intro-columns > [class*=container] {
  padding: 0 !important;
}
@media (max-width: 1140px) {
  .pattern-intro-columns .intro .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-bottom: 0;
  }
  .pattern-intro-columns .intro .wp-block-column:not(:first-child) {
    display: none;
  }
}
@media (min-width: 800px) {
  .pattern-intro-columns h2 {
    margin-bottom: 5px;
  }
}

.pattern-icon-heading,
.pattern-icon-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pattern-icon-heading a {
  color: inherit;
}
.pattern-icon-heading a:hover {
  color: #EB6B30;
}
.pattern-icon-heading img {
  margin-right: 10px;
}

@media (min-width: 800px) {
  .pattern-features-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-features-grid > [class*=container] {
  padding: 0 !important;
}
.pattern-features-grid .pattern-icon-heading {
  margin-bottom: 10px;
}
.pattern-features-grid .pattern-icon-heading img {
  width: 20px !important;
}
.pattern-features-grid .pattern-icon-heading + p {
  margin-top: 0;
}
@media (min-width: 600px) {
  .pattern-features-grid .pattern-icon-heading + p {
    padding-left: 30px;
  }
}
.pattern-features-grid .wp-block-columns:first-of-type {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .pattern-features-grid .wp-block-columns:first-of-type {
    margin-top: 60px;
  }
}
@media (min-width: 800px) {
  .pattern-features-grid .wp-block-columns:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .pattern-features-grid > [class*=container] {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .pattern-features-grid > [class*=container]:after {
    display: table;
    content: "";
    clear: both;
  }
  .pattern-features-grid .wp-block-columns {
    display: inline;
  }
  .pattern-features-grid .wp-block-columns:before {
    display: block;
    content: "";
    margin-top: 40px;
  }
  .pattern-features-grid .wp-block-columns > .wp-block-column {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 800px) {
  .pattern-media-feature {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1140px !important;
  }
}
.pattern-media-feature > [class*=container] {
  padding: 0 !important;
}
@media (max-width: 800px) {
  .pattern-media-feature .media,
.pattern-media-feature .text {
    margin-left: 0;
  }
}
@media (max-width: 1140px) {
  .pattern-media-feature .media,
.pattern-media-feature .text {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (max-width: 800px) {
  .pattern-media-feature .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.pattern-media-feature .text .h1,
.pattern-media-feature .text .h2,
.pattern-media-feature .text .comment-reply-title {
  letter-spacing: -0.025em;
}
@media (max-width: 1140px) {
  .pattern-media-feature .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 800px) {
  .pattern-content-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-content-sidebar > [class*=container] {
  padding: 0 !important;
}
.pattern-content-sidebar .main-sidebar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .main-sidebar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 1140px) {
  .pattern-content-sidebar .main-sidebar > .wp-block-column {
    margin-left: 0 !important;
  }
  .pattern-content-sidebar .main-sidebar > .wp-block-column:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.pattern-content-sidebar .main {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .main {
    -ms-flex-preferred-size: 800px !important;
        flex-basis: 800px !important;
  }
}
.pattern-content-sidebar .sidebar {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
@media (min-width: 1140px) {
  .pattern-content-sidebar .sidebar {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
  }
}

@media (min-width: 800px) {
  .pattern-team-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pattern-team-grid > [class*=container] {
  padding: 0 !important;
}
.pattern-team-grid .wp-block-columns:first-of-type {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .pattern-team-grid .wp-block-columns:first-of-type {
    margin-top: 60px;
  }
}
.pattern-team-grid .wp-block-columns > .wp-block-column {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-width: 2px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1140px) {
  .pattern-team-grid .wp-block-columns > .wp-block-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pattern-team-grid h3 {
  margin-bottom: 0;
}
.pattern-team-grid h4 + p a {
  color: inherit;
}
.pattern-team-grid h4 + p a:hover {
  color: #EB6B30;
}
.pattern-team-grid img {
  max-width: 150px;
  display: block;
}

.gf_step_label,
.gf_step_number {
  text-transform: uppercase;
  font-size: 0.8325rem !important;
  font-weight: 800;
  font-family: eurostile, sans-serif !important;
  letter-spacing: 0.025em;
}

.gf_step_active .gf_step_number {
  color: #EB6B30;
}

.gf_list_inline .gfield_description {
  padding-top: 0 !important;
}

.gform_previous_button {
  font-size: 0 !important;
}
.gform_previous_button:before {
  display: inline-block;
  content: "Prev";
  font-size: 0.875rem !important;
}

.gform_save_link {
  float: right;
}

.form_saved_message {
  background-color: #E5E4E4 !important;
  color: inherit !important;
}

.resume_form_link_wrapper {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}
.resume_form_link_wrapper a {
  color: #EB6B30 !important;
}

.form_saved_message_emailform input[type=text] {
  width: 100%;
  padding: 0.52em 1em !important;
}
@media (min-width: 800px) {
  .form_saved_message_emailform input[type=text] {
    max-width: 320px;
    margin-right: 20px;
  }
}
.form_saved_message_emailform input[type=submit] {
  border: none !important;
}

.theme .wp-block-media-text.pattern-has-badge {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: auto 32% !important;
  grid-template-columns: auto 32% !important;
}
.theme .wp-block-media-text.pattern-has-badge figure {
  position: relative;
  -ms-grid-column: 2;
  grid-column: 2;
}
.theme .wp-block-media-text.pattern-has-badge .wp-block-media-text__content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 800px) {
  .theme .wp-block-media-text.pattern-has-badge .wp-block-media-text__content {
    padding: 0 !important;
  }
}
.theme .wp-block-media-text.pattern-has-badge img {
  max-width: 120px !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 800px) {
  .theme .wp-block-media-text.pattern-has-badge img {
    max-width: 200px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 600px) {
  .theme .wp-block-media-text.pattern-has-badge img {
    margin-top: 30px !important;
  }
}

.pattern-email-signup {
  background-color: rgba(207, 65, 0, 0.75);
  mix-blend-mode: multiply;
  border-radius: 2px;
}
@media (min-width: 800px) {
  .pattern-email-signup {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 800px) {
  .pattern-email-signup .simple_signup,
.pattern-email-signup .simple_signup .gform_fields {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pattern-email-signup .simple_signup .gform_body,
.pattern-email-signup .simple_signup .gform_fields > li {
    margin: 0 !important;
    width: 100% !important;
  }
  .pattern-email-signup .simple_signup .gform_footer {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.pattern-email-signup .simple_signup .gform_button {
  white-space: nowrap;
}
.pattern-email-signup .validation_error {
  display: none !important;
}
.pattern-email-signup input {
  border: none !important;
  padding: 12px !important;
}
.pattern-email-signup button {
  border: 2px solid white !important;
  background-color: transparent !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pattern-email-signup button:hover {
  border-color: #3E4140 !important;
  color: #3E4140 !important;
}
@media (max-width: 800px) {
  .pattern-email-signup button {
    width: 100%;
  }
}

.theme .pattern-history {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .theme .pattern-history {
    max-height: 540px;
    overflow-y: scroll;
  }
}
.theme .pattern-history::-webkit-scrollbar {
  width: 5px;
}
.theme .pattern-history::-webkit-scrollbar-track {
  width: 1px;
  background-color: #E5E4E4;
}
.theme .pattern-history::-webkit-scrollbar-thumb {
  background-color: #EB6B30;
  outline: none;
  border-radius: 50px;
  max-height: 20px;
}

.theme .history-item {
  position: relative;
  margin: 0;
  padding-left: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.theme .history-item:last-child {
  padding-bottom: 0;
}
@media (max-width: 1140px) {
  .theme .history-item {
    padding-left: 40px;
    padding-right: 0;
  }
}
.theme .history-item .has-orange-color {
  color: #EB6B30;
}
.theme .history-item:after, .theme .history-item:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #3E4140;
  left: 0;
}
.theme .history-item:before {
  height: 3px;
  top: 13px;
  width: 40px;
}
@media (max-width: 1140px) {
  .theme .history-item:before {
    width: 20px;
  }
}
.theme .history-item:after {
  width: 3px;
  top: 0;
  bottom: 0;
}
.theme .history-item:first-child:after {
  top: 14px;
}
.theme .history-item:last-child:after {
  bottom: calc(100% - 14px);
}

#popup {
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popup img {
  max-width: 90%;
  width: 640px;
}

#popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  color: white;
}
#popup-close:hover {
  color: #EB6B30;
}

.page-header,
.woocommerce-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-header > *:last-child,
.woocommerce-products-header > *:last-child {
  margin-bottom: 20px !important;
}

.page-title {
  font-size: 2.25rem;
  margin-bottom: 5px;
}
@media (min-width: 800px) {
  .page-title {
    font-size: 5.25rem;
  }
}
.page-title .prefix {
  display: block;
  margin: 0;
}

.page-description {
  font-size: 1.25rem;
}

.entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.entry-header > * {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.entry-title {
  margin-bottom: 5px;
}

h1.entry-title {
  font-size: 2.25rem;
}
@media (min-width: 800px) {
  h1.entry-title {
    font-size: 5.25rem;
  }
}

.entry-footer > *:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 20px;
}
.entry-footer .post-edit-link {
  border: none !important;
}

.site-footer {
  padding: 80px 0 20px;
  background-color: #3E4140;
  color: white;
}
@media (max-width: 800px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer a {
  text-decoration: none;
  color: inherit;
}
.site-footer a:hover {
  color: #EB6B30;
}
.site-footer .menu, .site-footer .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer .menu li, .site-footer .woocommerce-MyAccount-navigation ul li, .woocommerce-MyAccount-navigation .site-footer ul li {
  list-style: none;
  display: block;
}
.site-footer .menu li > a, .site-footer .woocommerce-MyAccount-navigation ul li > a, .woocommerce-MyAccount-navigation .site-footer ul li > a {
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.site-footer .menu li.current-menu-item > a, .site-footer .woocommerce-MyAccount-navigation ul li.current-menu-item > a, .woocommerce-MyAccount-navigation .site-footer ul li.current-menu-item > a {
  color: #EB6B30;
}

.footer_inner {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
      grid-template-areas: "brand" "contact" "nav" "social" "legal";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .footer_inner {
    -ms-grid-columns: 1fr 20px 2fr 20px 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: auto 20px auto 20px auto;
        grid-template-areas: "brand nav nav" "contact contact social" "legal legal legal";
  }
}
@media (min-width: 1140px) {
  .footer_inner {
    grid-gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-grid-columns: 10.6667% 0 22.6667% 0 16.6667% 0 16.6667% 0 16.6667% 0 16.6667%;
    grid-template-columns: 10.6667% 22.6667% 16.6667% 16.6667% 16.6667% 16.6667%;
    -ms-grid-rows: auto 0 auto;
        grid-template-areas: "brand contact nav nav social social" "legal legal legal legal legal legal";
  }
}
.footer-branding {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: brand;
  line-height: 0;
}
.footer-branding .site-title {
  font-family: eurostile, sans-serif;
  font-size: 1.75rem;
  margin: 0;
}
.footer-branding img {
  width: 120px;
  max-width: 90%;
}

.footer-contact {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: contact;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-contact .contact-address {
  margin-bottom: 0;
}
.footer-contact .contact-address::first-line {
  font-weight: 800;
}
.footer-contact .contact-email,
.footer-contact .contact-hours,
.footer-contact .contact-phone {
  margin-bottom: 5px;
}
.footer-legal {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: legal;
  padding-top: 60px;
}
.footer-legal .legal-copyright,
.footer-legal .legal-terms {
  color: #E5E4E4;
  margin: 0 !important;
}
.footer-legal .legal-terms {
  display: block;
}
@media (min-width: 800px) {
  .footer-legal .legal-terms {
    float: right;
  }
}

.morefoot {
  background-color: #eee;
  position: relative;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.morefoot:after, .morefoot:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 100%) / 2);
  background-color: inherit;
}
.morefoot:before {
  left: 100%;
}
.morefoot:after {
  right: 100%;
}
.morefoot .widget {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.morefoot .widget:not(:last-child) {
  margin-right: 40px;
}

.footer-navigation {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: nav;
}
@media (min-width: 800px) {
  .footer-navigation {
    text-align: right;
  }
}
@media (min-width: 1140px) {
  .footer-navigation {
    text-align: center;
  }
}
@media (min-width: 1140px) {
  .footer-navigation .menu, .footer-navigation .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .footer-navigation ul {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.footer-navigation .menu > li, .footer-navigation .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .footer-navigation ul > li {
  display: block;
}
@media (min-width: 800px) {
  .footer-navigation .menu > li, .footer-navigation .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .footer-navigation ul > li {
    display: inline-block;
    margin-left: 20px;
  }
}
@media (min-width: 1140px) {
  .footer-navigation .menu > li, .footer-navigation .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .footer-navigation ul > li {
    display: block;
    margin: 0 0 10px 0;
  }
  .footer-navigation .menu > li > a, .footer-navigation .woocommerce-MyAccount-navigation ul > li > a, .woocommerce-MyAccount-navigation .footer-navigation ul > li > a {
    padding: 0;
    text-transform: none;
    text-align: left;
    font-size: 1rem;
  }
}

.footer-social {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: social;
}

@media (min-width: 800px){
  .footer-branding {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-contact {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .footer-legal {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .footer-navigation {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .footer-social {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

@media (min-width: 1140px){
  .footer-branding {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-contact {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .footer-legal {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
  }
  .footer-navigation {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .footer-social {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 800px) {
  .footer-social {
    text-align: right;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1140px) {
  .footer-social {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: relative;
    left: 6px;
  }
}
.footer-social .social-label {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1140px) {
  .footer-social .social-label {
    padding-right: 17.5px;
  }
}
@media (max-width: 1140px) {
  .footer-social .menu, .footer-social .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .footer-social ul {
    position: relative;
    left: 7px;
  }
}
@media (max-width: 800px) {
  .footer-social .menu, .footer-social .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .footer-social ul {
    left: -3px;
  }
}
.footer-social .menu > li, .footer-social .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .footer-social ul > li {
  display: inline-block;
}
.footer-social .menu > li:not(:first-child), .footer-social .woocommerce-MyAccount-navigation ul > li:not(:first-child), .woocommerce-MyAccount-navigation .footer-social ul > li:not(:first-child) {
  margin-left: 10px;
}
.footer-social a {
  min-width: 32px;
  color: #EB6B30 !important;
  text-align: center;
}
.footer-social a:focus, .footer-social a:hover {
  color: white !important;
}
.footer-social a:before {
  font-size: 1.25rem;
  content: "";
}
.footer-social a[href*="dribbble.com"]:before {
  content: "";
}
.footer-social a[href*="facebook.com"]:before {
  content: "";
}
.footer-social a[href*="google.com"]:before {
  content: "";
}
.footer-social a[href*="github.com"]:before {
  content: "";
}
.footer-social a[href*="instagram.com"]:before {
  content: "";
}
.footer-social a[href*="linkedin.com"]:before {
  content: "";
}
.footer-social a[href*="mailchimp.com"]:before {
  content: "";
}
.footer-social a[href*="pinterest.com"]:before {
  content: "";
}
.footer-social a[href*="reddit.com"]:before {
  content: "";
}
.footer-social a[href*="tumblr.com"]:before {
  content: "";
}
.footer-social a[href*="twitter.com"]:before {
  content: "";
}
.footer-social a[href*="vimeo.com"]:before {
  content: "";
}
.footer-social a[href*="wordpress.com"]:before,
.footer-social a[href*="wordpress.org"]:before {
  content: "";
}
.footer-social a[href*="youtube.com"]:before {
  content: "";
}
.footer-social a[href^="mailto:"]:before {
  content: "";
}
.footer-social a[href$="/feed/"]:before {
  content: "";
}

.site-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #E5E4E4;
}
@media (min-width: 1140px) {
  .site-header {
    padding: 40px 0;
  }
}

.header_inner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1140px) {
  .header_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-branding {
  margin-left: 0;
  margin-right: auto;
  /* line-height 0 fixes logo image alignment */
  line-height: 0;
}
.site-branding,
.site-branding img {
  width: 120px;
  -webkit-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  transition: all 125ms ease;
}
@media (min-width: 1140px) {
  .site-branding,
.site-branding img {
    width: 180px;
  }
}
.site-branding img {
  display: block;
  margin: 0 auto;
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title a {
  text-transform: uppercase;
}
.site-branding a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.site-branding a:hover {
  color: #EB6B30;
}

#prehead {
  width: 100%;
  z-index: 1000;
  background-color: #EB6B30;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  font-size: 0.875rem;
  font-weight: 800;
}
.minimize #prehead {
  display: none;
}
#prehead .morehead {
  padding-top: 10px;
  padding-bottom: 10px;
}
#prehead a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  padding: 1px 0;
  margin-left: 4px;
  -webkit-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  transition: all 125ms ease;
}
#prehead a:hover {
  color: #3E4140;
}
@media (max-width: 1140px) {
  #prehead {
    width: 100%;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    font-size: 0;
  }
  #prehead .morehead {
    padding: 0;
  }
  #prehead a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: auto;
    margin: 0;
    border: none;
    font-size: 0.875rem;
  }
  #prehead a:after {
    display: block;
    content: "";
    position: absolute;
    top: 80%;
    height: 1px;
    width: 100%;
    background-color: white;
  }
  #prehead a:before {
    display: inline-block;
    content: "Covid-19 ";
  }
  #prehead .close {
    display: none !important;
  }
}
#prehead .close {
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  color: #3E4140;
  font-weight: 800;
  font-size: 0.675rem !important;
}

/*
.morehead {
  display: none;

  @media (min-width: $tablet) {
    background-color: #eee;
    position: relative;
    top: -$space;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-size: 0.75rem;

    &:after,
    &:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: calc((100vw - 100%) / 2);
      background-color: inherit;
    }

    &:before {
      left: 100%;
    }

    &:after {
      right: 100%;
    }

    .widget {
      margin-left: $space * 2;
    }

    //menu widgets
    .menu {
      display: flex !important;
      align-items: center;
      justify-content: flex-end;
      padding: 0;

      > li {
        display: inline-block;
        margin-left: $space * 2;
      }
    }
  }
}
*/
.site-navigation {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-navigation .menu, .site-navigation .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .site-navigation ul {
  padding: 20px 0;
}
@media (min-width: 1140px) {
  .site-navigation {
    display: block !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-navigation .menu, .site-navigation .woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation .site-navigation ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  .site-navigation .menu > li, .site-navigation .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .site-navigation ul > li {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .site-navigation .menu > li a, .site-navigation .woocommerce-MyAccount-navigation ul > li a, .woocommerce-MyAccount-navigation .site-navigation ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .site-navigation .menu > li, .site-navigation .woocommerce-MyAccount-navigation ul > li, .woocommerce-MyAccount-navigation .site-navigation ul > li {
    margin-left: 25px;
  }
  .site-navigation .menu > li a, .site-navigation .woocommerce-MyAccount-navigation ul > li a, .woocommerce-MyAccount-navigation .site-navigation ul > li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-utilities {
  margin-left: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1140px) {
  .site-utilities {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
  }
}
.site-utilities a {
  color: inherit;
  margin-left: 10px;
  font-size: 1.25rem;
}
.site-utilities a:focus, .site-utilities a:hover {
  color: #EB6B30;
}
@media (min-width: 1140px) {
  .site-utilities a {
    font-size: 1rem;
  }
}

.menu .nav-btn > a, .woocommerce-MyAccount-navigation ul .nav-btn > a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  border-radius: 2px;
  color: white !important;
  background-color: #EB6B30;
}
.menu .nav-btn > a:focus, .woocommerce-MyAccount-navigation ul .nav-btn > a:focus, .menu .nav-btn > a:hover, .woocommerce-MyAccount-navigation ul .nav-btn > a:hover {
  background-color: #bc4812;
}

li.menu-item-has-children > a:before {
  /*
  @extend .fal;
  content: "\f107";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(2px, -40%);
  */
}
li.menu-item-has-children .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 0;
  background: #fff;
  left: -20px;
  min-width: 200px;
  border-bottom: 1px solid #E5E4E4;
}
@media (min-width: 1140px) {
  li.menu-item-has-children .sub-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    z-index: 9;
    margin-top: 40px;
    padding-top: 80px;
    padding-right: calc((100vw - 720px) / 2);
    padding-bottom: 80px;
    padding-left: calc((100vw - 720px) / 2);
    background-color: white;
    background-image: url("../img/steam-skidder.jpg");
    background-size: 75%;
    background-position: right center;
    background-repeat: no-repeat;
    border-top: 1px solid #E5E4E4;
  }
}
@media (min-width: 1140px) {
  li.menu-item-has-children .sub-menu {
    padding-right: calc((100vw - 1060px) / 2);
    padding-left: calc((100vw - 1060px) / 2);
  }
}
@media (min-width: 1420px) {
  li.menu-item-has-children .sub-menu {
    padding-right: calc((100vw - 1340px) / 2);
    padding-left: calc((100vw - 1340px) / 2);
  }
}
@media (min-width: 1600px) {
  li.menu-item-has-children .sub-menu {
    padding-right: calc((100vw - 1520px) / 2);
    padding-left: calc((100vw - 1520px) / 2);
  }
}
li.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
@media (min-width: 1140px) {
  li.menu-item-has-children .sub-menu li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    margin-right: 20px;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    will-change: transform;
    opacity: 0;
  }
}
@media (min-width: 1140px) {
  li.menu-item-has-children .sub-menu li a {
    padding: 0;
  }
}
@media (max-width: 1140px) {
  li.menu-item-has-children .sub-menu li a .nav-img {
    display: none;
  }
}
@media (min-width: 1140px) {
  li.menu-item-has-children .sub-menu li a .nav-img {
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 0;
    border: 2px solid transparent;
  }
  li.menu-item-has-children .sub-menu li a .nav-img + span {
    display: block;
    font-size: 1.25rem;
    will-change: transform;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  li.menu-item-has-children .sub-menu li a img {
    width: 100%;
    will-change: transform;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-filter: grayscale(0.25);
            filter: grayscale(0.25);
  }
  li.menu-item-has-children .sub-menu li a:hover .nav-img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  li.menu-item-has-children .sub-menu li a:hover .nav-img {
    border: 2px solid #E5E4E4;
  }
  li.menu-item-has-children .sub-menu li a:hover .nav-img + span {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}
li.menu-item-has-children .sub-menu li.current-menu-item a,
li.menu-item-has-children .sub-menu li a:hover {
  color: #EB6B30;
}
li.menu-item-has-children.is-active {
  margin-bottom: 0;
}
li.menu-item-has-children.is-active > a {
  color: #EB6B30;
}
li.menu-item-has-children.is-active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: all;
  z-index: 1000;
}
li.menu-item-has-children.is-active .sub-menu li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}
li.menu-item-has-children.is-active .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

@media (max-width: 1140px) {
  .site-navigation .menu > li:not(.nav-btn), .site-navigation .woocommerce-MyAccount-navigation ul > li:not(.nav-btn), .woocommerce-MyAccount-navigation .site-navigation ul > li:not(.nav-btn) {
    border-bottom: 1px solid #E5E4E4;
  }
  .site-navigation .menu li, .site-navigation .woocommerce-MyAccount-navigation ul li, .woocommerce-MyAccount-navigation .site-navigation ul li {
    margin: 0;
  }
  .site-navigation .menu li:not(.nav-btn) a, .site-navigation .woocommerce-MyAccount-navigation ul li:not(.nav-btn) a, .woocommerce-MyAccount-navigation .site-navigation ul li:not(.nav-btn) a {
    padding: 15px 0;
  }
  .site-navigation .menu li.menu-item-has-children > a, .site-navigation .woocommerce-MyAccount-navigation ul li.menu-item-has-children > a, .woocommerce-MyAccount-navigation .site-navigation ul li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0.5;
  }
  .site-navigation .menu li.menu-item-has-children > a:after, .site-navigation .woocommerce-MyAccount-navigation ul li.menu-item-has-children > a:after, .woocommerce-MyAccount-navigation .site-navigation ul li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 1.5rem;
    content: "";
    color: #3E4140;
    margin-right: 5px;
  }
  .site-navigation .menu li.menu-item-has-children.is-active > a:after, .site-navigation .woocommerce-MyAccount-navigation ul li.menu-item-has-children.is-active > a:after, .woocommerce-MyAccount-navigation .site-navigation ul li.menu-item-has-children.is-active > a:after {
    content: "";
  }
  .site-navigation .menu li.nav-btn, .site-navigation .woocommerce-MyAccount-navigation ul li.nav-btn, .woocommerce-MyAccount-navigation .site-navigation ul li.nav-btn {
    margin-top: 20px;
  }
  .site-navigation .menu li.nav-btn > a, .site-navigation .woocommerce-MyAccount-navigation ul li.nav-btn > a, .woocommerce-MyAccount-navigation .site-navigation ul li.nav-btn > a {
    width: 100%;
    text-align: center;
  }
  .site-navigation li.menu-item-has-children.is-active > a {
    border-bottom: 1px solid #E5E4E4;
    color: inherit;
  }
  .site-navigation .sub-menu {
    border-bottom: none !important;
    padding-left: 40px !important;
  }
  .site-navigation .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #E5E4E4;
  }
}

.menu-toggle {
  z-index: 100;
  border: none;
  background: none;
  color: black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
}
@media (min-width: 1140px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.is-active + .site-navigation {
  display: block;
}

.menu-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.menu-icon:after, .menu-icon:before,
.menu-icon span {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3E4140;
  position: absolute;
}
.menu-icon:before {
  top: 3px;
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
.menu-icon span {
  top: 10px;
}
.menu-icon:after {
  top: 17px;
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
.is-active .menu-icon:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.is-active .menu-icon span {
  display: none;
}
.is-active .menu-icon:after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.morehead .widget_search,
.site-search {
  margin-top: 20px;
}
@media (min-width: 800px) {
  .morehead .widget_search,
.site-search {
    position: relative;
    margin-top: -1px;
  }
  .morehead .widget_search input,
.site-search input {
    display: none !important;
    position: absolute;
    width: auto !important;
    right: 100%;
    top: 0;
  }
  .morehead .widget_search:hover input,
.morehead .widget_search input:focus,
.site-search:hover input,
.site-search input:focus {
    display: block !important;
  }
  .morehead .widget_search:hover .search-submit,
.site-search:hover .search-submit {
    color: #EB6B30;
  }
}

.fixed-header .site-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
@media (min-width: 1140px) {
  .fixed-header .site-header {
    position: fixed;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
}
@media (min-width: 1140px) {
  .fixed-header .site-header.minimize {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fixed-header .site-header.minimize .site-branding img {
    width: 120px;
  }
  .fixed-header .site-header.minimize .sub-menu {
    margin-top: 20px;
  }
}

.admin-bar.fixed-header .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar.fixed-header .site-header {
    position: absolute !important;
    top: 46px;
  }
}

.archive:not(.woocommerce-page) .content-area,
.blog .content-area {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  .archive:not(.woocommerce-page) .content-area,
.blog .content-area {
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .archive:not(.woocommerce-page) .content-area,
.blog .content-area {
    grid-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1420px) {
  .archive:not(.woocommerce-page) .content-area,
.blog .content-area {
    grid-gap: 60px;
  }
}
.archive:not(.woocommerce-page) .page-header,
.archive:not(.woocommerce-page) .pagination,
.blog .page-header,
.blog .pagination {
  grid-column: 1/-1;
}
.archive:not(.woocommerce-page) .hentry,
.blog .hentry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive:not(.woocommerce-page) .entry-header,
.blog .entry-header {
  padding: 0;
  margin: 0;
  border: none;
}
.archive:not(.woocommerce-page) .entry-title a,
.blog .entry-title a {
  color: inherit;
}
.archive:not(.woocommerce-page) .entry-title a:hover,
.blog .entry-title a:hover {
  color: #EB6B30;
}
.archive:not(.woocommerce-page) .entry-image,
.blog .entry-image {
  margin: 20px 0;
}
.archive:not(.woocommerce-page) .entry-footer,
.blog .entry-footer {
  margin-top: auto;
}
.archive:not(.woocommerce-page) .entry-footer,
.blog .entry-footer {
  margin-top: auto;
}
.archive:not(.woocommerce-page) .entry-footer > div,
.blog .entry-footer > div {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.single h1.entry-title {
  font-size: 2.25rem;
}
@media (min-width: 800px) {
  .single h1.entry-title {
    font-size: 5.25rem;
  }
}
.single .entry-image {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.single .entry-image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .entry-image figcaption {
  margin-bottom: 0 !important;
}
.single .entry-footer > *:first-child {
  margin-top: 40px !important;
  padding-top: 40px;
}
.single .entry-footer > * {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.single .post-nav-links {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #3E4140;
}
.single .post-nav-links a,
.single .post-nav-links span {
  display: inline-block;
  font-weight: 400;
  margin: 0 !important;
  color: rgba(62, 65, 64, 0.625);
}
.single .post-nav-links a:hover {
  color: #EB6B30;
}
.single .post-nav-links .current {
  font-weight: 700;
}

.comments {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.comments-header {
  padding: 20px 0;
}
.comments-header a {
  color: #3E4140;
  font-weight: 700;
  margin: 0;
}
.comments-header a:hover {
  color: #EB6B30;
}
.comments-header .separator {
  display: inline-block;
  font-size: 0.75rem;
  color: rgba(62, 65, 64, 0.625);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.comment-reply-title {
  display: none;
}
.comment-reply-title a {
  color: #3E4140;
}
.comment-reply-title a:hover {
  color: #EB6B30;
}

#cancel-comment-reply-link {
  display: block;
  margin-top: 5px;
}

.comment-respond {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.comment-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
@media (min-width: 800px) {
  .comment-form {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.comment-form [type=color], .comment-form [type=date], .comment-form [type=datetime], .comment-form [type=datetime-local], .comment-form [type=email], .comment-form [type=month], .comment-form [type=number], .comment-form [type=password], .comment-form [type=search], .comment-form [type=tel], .comment-form [type=text], .comment-form [type=time], .comment-form [type=url], .comment-form [type=week], .comment-form input:not([type]), .comment-form textarea {
  width: 100%;
}

.comment-form-comment,
.comment-form-cookies-consent,
.comment-notes,
.form-submit {
  grid-column: 1/-1;
}

.comment-notes {
  font-size: 0.875rem;
  color: rgba(62, 65, 64, 0.625);
}

.comment-form-cookies-consent label {
  font-weight: normal;
}

.form-submit input[type=submit] {
  width: 100%;
}
@media (min-width: 800px) {
  .form-submit input[type=submit] {
    width: auto;
  }
}

.comments-list {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.comments-list .comment {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comments-list > .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.comments-list > .comment > .comment {
  padding-top: 20px;
  margin-left: 40px;
}
.comments-list > .comment > .comment:last-child {
  padding-bottom: 0;
}

.comment-awaiting-moderation {
  color: rgba(62, 65, 64, 0.625);
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comment-author a {
  color: inherit;
}
.comment-metadata a {
  position: relative;
  top: -20px;
  left: 50px;
}

.reply a {
  margin: 0;
  color: rgba(62, 65, 64, 0.625);
}
.reply a:hover {
  color: #EB6B30;
}

.cat-links,
.entry-meta,
.tags-links {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-links a,
.entry-meta a,
.tags-links a {
  position: relative;
  z-index: 1;
  color: inherit;
}
.cat-links a:hover,
.entry-meta a:hover,
.tags-links a:hover {
  color: #EB6B30;
}
.cat-links .posted_by a,
.entry-meta .posted_by a,
.tags-links .posted_by a {
  color: #3E4140;
}
.cat-links .posted_by a:hover,
.entry-meta .posted_by a:hover,
.tags-links .posted_by a:hover {
  color: #EB6B30;
}
.cat-links .cat-label,
.cat-links .tags-label,
.entry-meta .cat-label,
.entry-meta .tags-label,
.tags-links .cat-label,
.tags-links .tags-label {
  color: #3E4140;
  font-weight: 700;
}

.theme.woocommerce-page .woocommerce-products-header {
  margin-bottom: 60px;
}
.theme.woocommerce-page h1.entry-title {
  text-transform: capitalize;
  max-width: none;
}
.theme.woocommerce-page .woocommerce-breadcrumb {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme.woocommerce-page .woocommerce-breadcrumb,
.theme.woocommerce-page .woocommerce-breadcrumb a {
  font-size: 0.75rem;
}
.theme.woocommerce-page ul.products {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme.woocommerce-page ul.products .product-category {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.theme.woocommerce-page ul.products:before {
  display: block;
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.theme.woocommerce-page ul.products .type-product {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.theme.woocommerce-page ul.products li.product {
  text-align: center;
  padding: 0 20px;
  margin: 0 0 20px;
  width: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 800px) {
  .theme.woocommerce-page ul.products li.product {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
@media (min-width: 1140px) {
  .theme.woocommerce-page ul.products li.product {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.theme.woocommerce-page ul.products li.product a {
  color: inherit;
}
.theme.woocommerce-page ul.products li.product a:hover {
  color: #EB6B30;
}
.theme.woocommerce-page ul.products li.product img {
  border: none;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .theme.woocommerce-page ul.products li.product.type-product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.theme.woocommerce-page ul.products li.product.type-product h2 {
  font-size: 1rem !important;
}
@media (max-width: 600px) {
  .theme.woocommerce-page ul.products li.product.type-product h2 {
    font-size: 0.875rem !important;
  }
}
.theme.woocommerce-page ul.products li.product.type-product .price {
  color: #3E4140;
}
@media (max-width: 600px) {
  .theme.woocommerce-page ul.products li.product.type-product .price {
    font-size: 0.75rem;
  }
}
.theme.woocommerce-page ul.products li.product.type-product .button,
.theme.woocommerce-page ul.products li.product.type-product .star-rating {
  display: none;
}
@media (max-width: 600px) {
  .theme.woocommerce-page ul.products li.product.product-category {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.theme.woocommerce-page ul.products li.product.product-category h2 {
  font-size: 1.5rem !important;
}
.theme.woocommerce-page .button,
.theme.woocommerce-page .button.alt {
  padding: 10px 15px;
  font-size: 0.875rem;
  border-radius: 0;
}
.theme.woocommerce-page .edit:not(.checkout-button),
.theme.woocommerce-page .wc-backward:not(.checkout-button),
.theme.woocommerce-page .wc-forward:not(.checkout-button),
.theme.woocommerce-page table.shop_table .button:not(.checkout-button) {
  font-size: 0.75rem;
  background: none !important;
  color: rgba(62, 65, 64, 0.625);
  outline: none;
  margin: 0;
  padding: 5px 0;
}
.theme.woocommerce-page .woocommerce-error,
.theme.woocommerce-page .woocommerce-info,
.theme.woocommerce-page .woocommerce-message {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  padding: 10px;
  position: relative;
}
@media (max-width: 800px) {
  .theme.woocommerce-page .woocommerce-error,
.theme.woocommerce-page .woocommerce-info,
.theme.woocommerce-page .woocommerce-message {
    font-size: 0.875rem;
  }
}
.theme.woocommerce-page .woocommerce-error:after, .theme.woocommerce-page .woocommerce-error:before,
.theme.woocommerce-page .woocommerce-info:after,
.theme.woocommerce-page .woocommerce-info:before,
.theme.woocommerce-page .woocommerce-message:after,
.theme.woocommerce-page .woocommerce-message:before {
  display: none;
}
@media (max-width: 800px) {
  .theme.woocommerce-page .woocommerce-error > .button,
.theme.woocommerce-page .woocommerce-info > .button,
.theme.woocommerce-page .woocommerce-message > .button {
    position: absolute;
    padding: 10px 0;
    margin: 0;
    top: 100%;
  }
}
.theme.woocommerce-page .woocommerce-error {
  border-color: red;
  color: red;
}
.theme.woocommerce-page .woocommerce-error li:last-child {
  margin-bottom: 0;
}
.theme.woocommerce-page table.shop_table {
  border-collapse: collapse;
  font-size: 0.875rem;
  border-left: none;
  border-right: none;
}
.theme.woocommerce-page table.shop_table tbody,
.theme.woocommerce-page table.shop_table tfoot,
.theme.woocommerce-page table.shop_table thead {
  border: none;
}
.theme.woocommerce-page table.shop_table td,
.theme.woocommerce-page table.shop_table th {
  border: none;
}
.theme.woocommerce-page table.shop_table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.theme.woocommerce-page table.shop_table thead th {
  background-color: black;
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
}
.theme.woocommerce-page table.shop_table tbody td.actions,
.theme.woocommerce-page table.shop_table tbody tr.order-total,
.theme.woocommerce-page table.shop_table tfoot td.actions,
.theme.woocommerce-page table.shop_table tfoot tr.order-total {
  border: none;
  background-color: rgba(0, 0, 0, 0.06125);
}
.theme.woocommerce-page table.shop_table tbody td.actions td,
.theme.woocommerce-page table.shop_table tbody td.actions th,
.theme.woocommerce-page table.shop_table tbody tr.order-total td,
.theme.woocommerce-page table.shop_table tbody tr.order-total th,
.theme.woocommerce-page table.shop_table tfoot td.actions td,
.theme.woocommerce-page table.shop_table tfoot td.actions th,
.theme.woocommerce-page table.shop_table tfoot tr.order-total td,
.theme.woocommerce-page table.shop_table tfoot tr.order-total th {
  vertical-align: middle;
}
.theme.woocommerce-page table.shop_table tbody th,
.theme.woocommerce-page table.shop_table tfoot th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .theme.woocommerce-page table.shop_table tbody tr:first-child {
    border: none;
  }
  .theme.woocommerce-page table.shop_table tr:not(.order-total) td:not(.actions) {
    background: none;
  }
  .theme.woocommerce-page table.shop_table tr td {
    text-align: left !important;
    position: relative;
    padding-left: 120px;
  }
  .theme.woocommerce-page table.shop_table tr td:before {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: absolute;
    left: 10px;
  }
  .theme.woocommerce-page table.shop_table tr td.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
    text-align: right !important;
  }
}
.theme.woocommerce-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme.woocommerce-page form textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
}
.theme.woocommerce-page form .form-row {
  margin: 0 0 20px;
  padding: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.theme.woocommerce-page form .form-row.form-row-first, .theme.woocommerce-page form .form-row.form-row-last {
  width: 100%;
}
@media (min-width: 800px) {
  .theme.woocommerce-page form .form-row.form-row-first, .theme.woocommerce-page form .form-row.form-row-last {
    width: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
.theme.woocommerce-page form br {
  display: none;
}
.theme.woocommerce-page form .form-row.woocommerce-invalid label {
  color: red;
}
.theme.woocommerce-page form .form-row.woocommerce-invalid .input-text {
  border-color: red;
}
.theme.woocommerce-page #add_payment_method #payment,
.theme.woocommerce-page #payment {
  border-radius: 0;
  background: none;
  padding: 0;
}
.theme.woocommerce-page #add_payment_method #payment .payment_box,
.theme.woocommerce-page #payment .payment_box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: none;
  padding: 0;
}
.theme.woocommerce-page #add_payment_method #payment .payment_box:before,
.theme.woocommerce-page #payment .payment_box:before {
  display: none;
}
.theme.woocommerce-page #add_payment_method #payment p,
.theme.woocommerce-page #payment p {
  font-size: 0.75rem;
  color: #3E4140;
  margin-bottom: 0;
}
.theme.woocommerce-page #add_payment_method #payment .form-row,
.theme.woocommerce-page #payment .form-row {
  padding: 0;
}
.theme.woocommerce-page #add_payment_method #payment .payment_methods,
.theme.woocommerce-page #add_payment_method #payment .wc_payment_methods,
.theme.woocommerce-page #payment .payment_methods,
.theme.woocommerce-page #payment .wc_payment_methods {
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.theme.woocommerce-page #add_payment_method #payment .payment_methods li,
.theme.woocommerce-page #add_payment_method #payment .wc_payment_method,
.theme.woocommerce-page #payment .payment_methods li,
.theme.woocommerce-page #payment .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme.woocommerce-page #add_payment_method #payment .payment_methods li label,
.theme.woocommerce-page #add_payment_method #payment .wc_payment_method label,
.theme.woocommerce-page #payment .payment_methods li label,
.theme.woocommerce-page #payment .wc_payment_method label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.theme.woocommerce-page #add_payment_method #payment .payment_methods li:only-child > input[type=radio],
.theme.woocommerce-page #add_payment_method #payment .wc_payment_method:only-child > input[type=radio],
.theme.woocommerce-page #payment .payment_methods li:only-child > input[type=radio],
.theme.woocommerce-page #payment .wc_payment_method:only-child > input[type=radio] {
  display: none;
}
.theme.woocommerce-page #add_payment_method #payment .payment_methods li:only-child > input[type=radio] + label,
.theme.woocommerce-page #add_payment_method #payment .wc_payment_method:only-child > input[type=radio] + label,
.theme.woocommerce-page #payment .payment_methods li:only-child > input[type=radio] + label,
.theme.woocommerce-page #payment .wc_payment_method:only-child > input[type=radio] + label {
  font-size: 1.75rem;
  font-family: eurostile, sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.theme.woocommerce-page #payment_method_stripe + label {
  font-size: 0 !important;
}
.theme.woocommerce-page #payment_method_stripe + label:before {
  font-size: 1.75rem !important;
  display: block;
  content: "Credit Card";
  letter-spacing: -0.025em;
}
.theme.woocommerce-page #payment_method_stripe + label img {
  max-width: 32px !important;
}
.theme.woocommerce-page li:not(:only-child) #payment_method_stripe + label:before {
  font-size: 0.875rem !important;
  letter-spacing: normal;
}
.theme.woocommerce-page #wc-stripe-cc-form label {
  white-space: nowrap;
}
.theme.woocommerce-page #wc-stripe-cc-form div.form-row {
  width: 100%;
  float: left;
  padding: 0;
}
.theme.woocommerce-page #wc-stripe-cc-form div.form-row.form-row-first, .theme.woocommerce-page #wc-stripe-cc-form div.form-row.form-row-last {
  width: calc(50% - 10px);
  margin: 20px 0 0;
}
.theme.woocommerce-page #wc-stripe-cc-form div.form-row.form-row-first {
  margin-right: 20px !important;
}
.theme.woocommerce-page #wc-stripe-cc-form .wc-stripe-elements-field {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.theme.woocommerce-page #wc-stripe-cc-form .wc-stripe-elements-field:hover {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.theme.woocommerce-page #wc-stripe-cc-form .wc-stripe-elements-field.focused {
  border-color: #EB6B30 !important;
}
.theme.woocommerce-page #wc-stripe-cc-form .stripe-card-brand {
  width: 20px !important;
  margin-top: -6px !important;
}
.theme.woocommerce-page #wc-stripe-cc-form + .form-row {
  margin-top: 20px !important;
}
.theme.woocommerce-page #wc-stripe-cc-form + .form-row label[for=wc-stripe-new-payment-method] {
  font-size: 0.75rem !important;
}
.theme.woocommerce-page #place_order {
  float: none !important;
}

/*
//
//
// ============================ NEEDS CLEANUP ==============================
//
*/
.theme.archive.woocommerce .woocommerce-ordering {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .theme.archive.woocommerce .woocommerce-ordering {
    margin-top: 20px;
  }
  .theme.archive.woocommerce .woocommerce-ordering,
.theme.archive.woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}
.theme.archive.woocommerce .woocommerce-pagination {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.theme.archive.woocommerce .woocommerce-pagination .page-numbers {
  border: none;
  width: 100%;
  margin: 0;
}
.theme.archive.woocommerce .woocommerce-pagination a,
.theme.archive.woocommerce .woocommerce-pagination li {
  border: none;
}
.theme.archive.woocommerce .woocommerce-pagination a,
.theme.archive.woocommerce .woocommerce-pagination span {
  display: inline-block;
  background: none;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.theme.archive.woocommerce .woocommerce-pagination .current {
  font-weight: 700;
}

.theme.woocommerce.single-product h1.product_title {
  font-size: 2.25rem;
}
.theme.woocommerce.single-product .price {
  color: #3E4140;
}
.theme.woocommerce.single-product form.cart {
  display: block;
}
.theme.woocommerce.single-product .quantity input {
  line-height: 1.6 !important;
}
.theme.woocommerce.single-product .woocommerce-product-rating {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.theme.woocommerce.single-product .woocommerce-review-link {
  font-size: 0.625rem;
  position: relative;
  top: -1px;
  left: 5px;
}
.theme.woocommerce.single-product .variations * {
  display: block;
  margin: 0;
  padding: 0;
}
.theme.woocommerce.single-product .reset_variations {
  display: inline-block !important;
  font-size: 0.625rem !important;
}
.theme.woocommerce.single-product .woocommerce-variation-price {
  margin-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}
.theme.woocommerce.single-product .product_meta span {
  margin-right: 10px;
}
.theme.woocommerce.single-product .woocommerce-product-gallery [class*=product-gallery__image],
.theme.woocommerce.single-product .woocommerce-product-gallery img {
  border: none;
}
.theme.woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 5px;
}
.theme.woocommerce.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 60px;
  margin-right: 5px;
}
.theme.woocommerce.single-product .pswp__caption__center {
  text-align: center;
}
.theme.woocommerce.single-product .woocommerce-tabs {
  max-width: 100%;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tabs {
  padding-top: 40px;
  padding-left: 0;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li {
  border: none;
  background: none !important;
  padding: 0 0 10px;
  margin: 0 20px 0 0;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li:after, .theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li:before {
  display: none !important;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li a {
  font-weight: 400;
  color: black;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tabs li.active a {
  font-weight: 700;
  color: black !important;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tab {
  width: 100%;
  max-width: 800px;
}
.theme.woocommerce.single-product .woocommerce-tabs .wc-tab.entry-content > * {
  margin-bottom: 20px;
}
.theme.woocommerce.single-product .woocommerce-tabs #tab-description > * {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .commentlist {
  padding: 0;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .commentlist > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .comment-text {
  border: none;
  padding-top: 10px;
  padding-right: 0;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .comment-text .meta {
  color: black;
  font-size: 1rem;
  max-width: 100%;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .comment-text .meta span,
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .comment-text .meta time {
  font-size: 0.75rem;
  color: rgba(62, 65, 64, 0.625);
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments .star-rating {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #comments img.avatar {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 50%;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 800px) {
  .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form p.comment-form-author, .theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form p.comment-form-email {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form #wp-comment-cookies-consent + label {
  display: inline;
  font-size: 0 !important;
}
.theme.woocommerce.single-product .woocommerce-tabs #reviews #review_form #respond form #wp-comment-cookies-consent + label:after {
  content: "Remember me";
  font-size: 0.875rem !important;
}
.theme.woocommerce.single-product .related {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 40px;
}

.theme.woocommerce-cart .entry-header {
  margin-bottom: 0;
  border: none;
}
.theme.woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child {
  border: none;
}
.theme.woocommerce-cart table.woocommerce-cart-form__contents .remove {
  background: none;
  color: #3E4140 !important;
  font-weight: 400;
}
.theme.woocommerce-cart table.woocommerce-cart-form__contents .remove:hover {
  color: #EB6B30 !important;
}
.theme.woocommerce-cart table.woocommerce-cart-form__contents td.actions .button {
  margin-top: 5px;
}
.theme.woocommerce-cart table.woocommerce-cart-form__contents .coupon > input[type=text] {
  min-width: 120px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .theme.woocommerce-cart table.woocommerce-cart-form__contents {
    margin-bottom: 80px !important;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .product-remove {
    padding: 0 !important;
    position: relative;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .product-remove .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail {
    display: block !important;
    padding: 0 !important;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail img {
    width: auto;
    max-width: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .product-thumbnail:before {
    display: none;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 !important;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .coupon > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .coupon .button {
    margin-top: 0 !important;
    width: auto !important;
  }
  .theme.woocommerce-cart table.woocommerce-cart-form__contents .coupon + .button {
    position: absolute;
    top: 100%;
    width: auto !important;
    margin-top: 10px !important;
  }
}
.theme.woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-calculator {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme.woocommerce-cart .cart_totals .shop_table .woocommerce-shipping-destination {
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.theme.woocommerce-cart .cart_totals .shop_table .shipping-calculator-button:after {
  display: none;
}

.theme.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.theme.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  padding: 0;
  border: none;
}
.theme.woocommerce-checkout .woocommerce-form-coupon[style*=overflow],
.theme.woocommerce-checkout .woocommerce-form-login[style*=overflow] {
  height: auto !important;
  padding: 20px !important;
  margin: 0 0 20px !important;
}
@media (min-width: 1140px) {
  .theme.woocommerce-checkout .woocommerce-form-coupon,
.theme.woocommerce-checkout .woocommerce-form-login {
    max-width: 555px;
  }
}
@media (min-width: 1420px) {
  .theme.woocommerce-checkout .woocommerce-form-coupon,
.theme.woocommerce-checkout .woocommerce-form-login {
    max-width: 700px;
  }
}
.theme.woocommerce-checkout .woocommerce-form-coupon p:first-child,
.theme.woocommerce-checkout .woocommerce-form-login p:first-child {
  display: none;
}
.theme.woocommerce-checkout .woocommerce-form-coupon #rememberme + span,
.theme.woocommerce-checkout .woocommerce-form-login #rememberme + span {
  font-weight: 400;
}
.theme.woocommerce-checkout .woocommerce-form-coupon p:last-of-type,
.theme.woocommerce-checkout .woocommerce-form-login p:last-of-type {
  margin-bottom: 0;
}
.theme.woocommerce-checkout .woocommerce-form-coupon .button,
.theme.woocommerce-checkout .woocommerce-form-login .button {
  padding: 10px 15px !important;
}
.theme.woocommerce-checkout .woocommerce-form-coupon p {
  margin-bottom: 0;
}
.theme.woocommerce-checkout .woocommerce-form-coupon .input-text {
  line-height: 1.6 !important;
}
@media (max-width: 800px) {
  .theme.woocommerce-checkout .woocommerce-form-coupon .input-text {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .theme.woocommerce-checkout form.woocommerce-checkout {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.25fr 60px 1fr;
    grid-template-columns: 1.25fr 1fr;
    -ms-grid-rows: auto 20px auto;
        grid-template-areas: "errors x" "customer order";
  }
}
.theme.woocommerce-checkout .woocommerce-NoticeGroup {
  grid-area: errors;
}
.theme.woocommerce-checkout #customer_details {
  grid-area: customer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.theme.woocommerce-checkout #customer_details > [class*=col] {
  width: 100%;
}
.theme.woocommerce-checkout #order_review_heading {
  grid-area: order;
}
.theme.woocommerce-checkout #order_review {
  grid-area: order;
}
@media (min-width: 768px){
  .theme.woocommerce-checkout .woocommerce-NoticeGroup {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .theme.woocommerce-checkout #customer_details {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .theme.woocommerce-checkout #order_review_heading {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .theme.woocommerce-checkout #order_review {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 800px) {
  .theme.woocommerce-checkout #order_review {
    margin-top: 80px;
  }
}
.theme.woocommerce-checkout h3,
.theme.woocommerce-checkout h3 span {
  font-family: eurostile, sans-serif;
  font-weight: 400;
}
.theme.woocommerce-checkout .woocommerce-shipping-fields {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 20px;
}
.theme.woocommerce-checkout #ship-to-different-address span {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.theme.woocommerce-checkout .shipping_address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 20px;
}
.theme.woocommerce-checkout .woocommerce-additional-fields {
  padding-top: 20px;
}
.theme.woocommerce-checkout .create-account span {
  display: inline-block;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
@media (max-width: 768px) {
  .theme.woocommerce-checkout table.shop_table tr td {
    padding: 10px !important;
  }
  .theme.woocommerce-checkout table.shop_table tr td:first-child {
    width: 40%;
  }
}
.theme.woocommerce-checkout #payment {
  background-color: rgba(0, 0, 0, 0.06125) !important;
  padding: 15px !important;
}
.theme.woocommerce-checkout #payment .wc-saved-payment-methods {
  padding: 0 !important;
  margin-top: 20px !important;
}
.theme.woocommerce-checkout #payment .woocommerce-terms-and-conditions + .form-row label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.theme.woocommerce-checkout #payment .woocommerce-terms-and-conditions + .form-row span {
  line-height: 1.2;
  font-size: 0.75rem !important;
  display: inline-block;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.theme.woocommerce-checkout #payment div.form-row {
  margin-bottom: 0 !important;
}
.theme.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,
.theme.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
.theme.woocommerce-checkout form .form-row.woocommerce-validated select {
  border-color: rgba(62, 65, 64, 0.25) !important;
}
.theme.woocommerce-checkout .woocommerce-invalid #terms {
  outline: none !important;
}
.theme.woocommerce-checkout .woocommerce-invalid #terms:before {
  color: red !important;
}

.woocommerce-account .woocommerce-form {
  border: none !important;
  padding: 0 !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px;
}
.woocommerce-form-login .clear + .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-form-login .lost_password {
  margin-bottom: 0;
}
.woocommerce-form-login .lost_password a:hover {
  color: #EB6B30;
}

.show-password-input {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.woocommerce-form-register p {
  font-size: 0.75rem;
}

.woocommerce-MyAccount-navigation ul {
  margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #EB6B30;
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  padding: 0 !important;
}
.woocommerce-customer-details--email:before,
.woocommerce-customer-details--phone:before {
  display: none;
}

.theme.woocommerce-account h3 {
  font-family: eurostile, sans-serif;
  font-weight: 400;
}
.theme.woocommerce-account form {
  display: block;
}

form.edit-account #account_display_name + span {
  font-size: 0.75rem;
}
form.edit-account .button {
  float: none !important;
}
form.edit-account p:not([class]) {
  width: 100%;
}
form.edit-account fieldset {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
}
form.edit-account fieldset .form-row:last-child {
  margin-bottom: 10px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-column {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-customer-details address {
  padding: 0 !important;
  border: none !important;
}

.woocommerce ul.order_details {
  padding: 0;
}
.woocommerce ul.order_details li {
  display: block !important;
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
  border: none !important;
}
.woocommerce ul.order_details li strong {
  letter-spacing: normal;
  font-size: 1rem;
  color: #3E4140;
}

@media (max-width: 768px) {
  .woocommerce table.woocommerce-table--order-downloads td[class*=download] {
    width: 100% !important;
    text-align: right !important;
  }
}

.error404 .page-header {
  margin-bottom: 40px;
}
.error404 .page-header .search-form {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.error404 .site-content {
  min-height: 50vh;
}

.alignleft,
.alignright {
  float: none;
  margin: 0;
}

@media (min-width: 800px) {
  .alignleft {
    float: left;
    margin-right: 40px !important;
    margin-bottom: 20px;
  }

  .alignright {
    float: right;
    margin-left: 40px !important;
    margin-bottom: 20px;
  }
}
.aligncenter {
  margin: 20px auto;
  display: block;
  clear: both;
}

.alignfull {
  margin-left: -20px;
  margin-right: -20px;
  max-width: 100vw;
  width: 100vw;
}

@media (min-width: 800px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 800px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
  width: 100%;
  margin: 0 auto;
  /*
    @media (min-width: $phablet) {
      max-width: $phablet - $space * 2;
    }
  */
}
@media (min-width: 800px) {
  .morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 760px;
  }
}
@media (min-width: 1140px) {
  .morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 1100px;
  }
}
@media (min-width: 1420px) {
  .morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .morefoot,
.morehead, .wp-block-cover > .wp-block-cover__inner-container, .wp-block-group > .wp-block-group__inner-container {
    max-width: 1600px;
  }
}

.search .page-header {
  margin-bottom: 40px;
}
.search .page-header .search-form {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .site-content {
  padding-bottom: 40px;
}
.search .search-result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  max-width: 800px;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .search .search-result {
    -ms-grid-columns: 120px 20px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.search .search-result:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.search .entry-text {
  grid-column: 1/-1;
}
.search .entry-image {
  line-height: 0;
}
.search .entry-image + .entry-text {
  grid-column: auto;
}
.search .entry-title {
  margin-top: 0;
}
.search .hentry p {
  margin: 0;
}

:root {
  --scroll: 0.25;
}

[class*=shift] {
  will-change: transform;
}

@media (min-width: 800px) {
  .shift-up {
    -webkit-transform: translate3d(0px, calc(var(--scroll) * -200px), 0px);
            transform: translate3d(0px, calc(var(--scroll) * -200px), 0px);
  }
  .shift-up-up {
    -webkit-transform: translate3d(calc(0px, var(--scroll) * -50px), 0px);
            transform: translate3d(calc(0px, var(--scroll) * -50px), 0px);
  }
}

@media (min-width: 800px) {
  .shift-right {
    -webkit-transform: translate3d(calc(var(--scroll) * 200px), 0px, 0px);
            transform: translate3d(calc(var(--scroll) * 200px), 0px, 0px);
  }
  .shift-right-slow {
    -webkit-transform: translate3d(calc(var(--scroll) * 50px), 0px, 0px);
            transform: translate3d(calc(var(--scroll) * 50px), 0px, 0px);
  }
}

@media (min-width: 800px) {
  .shift-down {
    -webkit-transform: translate3d(0px, calc(var(--scroll) * 200px), 0px);
            transform: translate3d(0px, calc(var(--scroll) * 200px), 0px);
  }
  .shift-down-slow {
    -webkit-transform: translate3d(calc(0px, var(--scroll) * 50px), 0px);
            transform: translate3d(calc(0px, var(--scroll) * 50px), 0px);
  }
}

@media (min-width: 800px) {
  .shift-left {
    -webkit-transform: translate3d(calc(var(--scroll) * -200px), 0px, 0px);
            transform: translate3d(calc(var(--scroll) * -200px), 0px, 0px);
  }
  .shift-left-slow {
    -webkit-transform: translate3d(calc(var(--scroll) * -50px), 0px, 0px);
            transform: translate3d(calc(var(--scroll) * -50px), 0px, 0px);
  }
}

.textFX .char,
.textFX .word {
  display: inline-block;
}
.textFX .word {
  overflow: hidden;
}
.textFX .char {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform;
}
.textFX.animate-in .char {
  -webkit-animation-name: lineReveal;
          animation-name: lineReveal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-delay: calc(var(--line-index) * 0.2s);
          animation-delay: calc(var(--line-index) * 0.2s);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineReveal {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes lineReveal {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  40% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  background-color: #3E4140;
  color: #3E4140;
}

.site {
  overflow: hidden;
}
.site > .rellax-alt {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: -50%;
  left: 0;
  background-color: #fefefe;
  background-image: url("../img/crane-bkgd.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: -1;
  will-change: transform;
}
@media (max-width: 1140px) {
  .site > .rellax-alt {
    background-size: 1000px;
  }
}

.site-header {
  background-color: white;
}

.site-content {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 800px) {
  .site-content {
    background-color: #fefefe;
  }
}

.morefoot,
.morehead {
  padding: 0 20px;
}

.content-area {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  /*
    @media (min-width: $phablet) {
      max-width: $phablet - $space * 2;
    }
  */
}
@media (min-width: 800px) {
  .content-area {
    max-width: 760px;
  }
}
@media (min-width: 1140px) {
  .content-area {
    max-width: 1100px;
  }
}
@media (min-width: 1420px) {
  .home .content-area {
    max-width: 1380px;
  }
}

.footer_inner,
.header_inner {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  .footer_inner,
.header_inner {
    max-width: 1100px;
  }
}
@media (min-width: 1420px) {
  .footer_inner,
.header_inner {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .footer_inner,
.header_inner {
    max-width: 1600px;
  }
}

@media (max-width: 800px) {
  .wp-block-column.rellax {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media (max-width: 800px) {
  .home .is-style-hero {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    padding-bottom: 60px !important;
  }
  .home .is-style-hero h1 {
    font-size: 2.6rem;
  }
  .home .is-style-hero .wp-block-button__link {
    display: inline-block !important;
    width: auto !important;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .pattern-media-feature h3 {
    padding-top: 10px;
    font-size: 2.4rem;
  }
  .home .pattern-media-feature .wp-block-button__link {
    display: inline-block !important;
    width: auto !important;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=theme.min.css.map */