/*
Theme Name: Served With Honor
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom theme for Served With Honor, based on the Hello Elementor Child theme
Author: Bowst
Author URI: https://bowst.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: served-with-honor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  /* Fonts */
  @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Bebas+Neue&family=Montserrat&display=swap');

  --font-family-primary: 'Bebas Neue', sans-serif;
  --font-family-secondary: 'Montserrat', sans-serif;
  --font-family-body: 'Inter', sans-serif;

  /* Brand Colors */
  --color-brand-blue: #0a3161;
  --color-brand-red: #b6151d;
  --color-light-blue: #007fd4;
  --color-lightest-blue: rgba(0, 127, 212, 0.2);
  --color-transparent-blue: rgba(0, 127, 212, 0.08);
  --color-white: #ffffff;
  --color-primary: var(--color-brand-blue);
  --color-secondary: var(--color-brand-red);
  --color-text: #000000;

  /* Content Width */
  --content-width: 1200px;
  --content-width-large: 1440px;
  --content-gutter: 24px;
}

@media (min-width: 768px) {
  :root {
    --content-gutter: 60px;
  }
}

@media (min-width: 992px) {
  :root {
    --content-gutter: 120px;
  }
}
/* Typography */
html {
  font-size: 16px;
}

body {
  font-family: var(--font-family-body);
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  font-style: normal;
}

input,
textarea,
select,
button {
  font-family: var(--font-family-body);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--color-primary);
}

h1,
.h1,
h1.elementor-heading-title,
h2,
.h2,
h2.elementor-heading-title {
  font-family: var(--font-family-primary);
  font-weight: 400;
  line-height: 1;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 2.875rem;
}

h1 em,
h1 strong,
h2 em,
h2 strong {
  font-style: normal;
  color: var(--color-secondary);
}

h3,
.h3,
h3.elementor-heading-title,
h4,
h4.elementor-heading-title,
.h4,
h5,
h5.elementor-heading-title,
.h5,
h6,
h6.elementor-heading-title,
.h6 {
  font-family: var(--font-family-secondary);
  font-weight: 700;
  line-height: 1.333;
}

h3,
.h3 {
  font-size: 1.375rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
  text-transform: uppercase;
}

a {
  text-decoration: underline;
  color: var(--color-primary);
}

a:hover {
  color: var(--color-primary);
}

p:last-child {
  margin-bottom: 0;
}

/* Tablet & Desktop Styles */
@media (min-width: 992px) {
  /* Typography */
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3.875rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }
}

/* Buttons */

.button,
.button a,
.primary-button,
.elementor-button,
.elementor-button-link {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-size: 1.25rem;
  line-height: 1 !important;
  padding: 0.625rem 1.5rem;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
}
div.elementor-element.button {
  padding: 0 !important;
}

.elementor-element.button a {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 1.5rem;
}

.button.secondary-button,
.button.secondary-button a,
.secondary-button .elementor-button,
.secondary-button .elementor-button-link {
  background-color: #fff;
  color: var(--color-primary);
}

.elementor-button:hover,
.button:hover,
.button a:hover,
.elementor-button-link:hover,
.button.secondary-button:hover,
.secondary-button .elementor-button:hover,
.secondary-button .elementor-button-link:hover {
  background-color: var(--color-light-blue);
  color: var(--color-white, #ffffff) !important;
}
.button.outline-button,
.outline-button .elementor-button,
.outline-button .elementor-button-link {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.pagination-button-list button {
  background: none !important;
  border: 1px solid #c5c4c4 !important;
  border-radius: 50% !important;
  padding: 8px !important;
  width: 40px !important;
  height: 40px !important;
}

.pagination-button-list button:hover {
  background: #c5c4c4 !important;
}

.pagination-button-list button:hover svg polyline {
  stroke: #000;
}


.elementor-widget-text-editor li {
  margin-bottom: 0.5rem;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-bottom: 2rem;
}

/* Tags */
.tag {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  border-radius: 40px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  margin: 0 0.25rem 0.25rem 0;
}

.tag.primary {
  background-color: var(--color-light-blue);
  color: var(--color-white);
  border-color: var(--color-light-blue);
}
/* For accessibility scanners */
.tag.primary span.elementor-post-info__terms-list-item {
  background-color: var(--color-light-blue);
}

.tag.secondary {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* For accessibility scanners */
.tag.secondary span.elementor-post-info__terms-list-item {
  background-color: var(--color-white);
}

.tag-arrow {
  position: relative;
  background-color: var(--color-primary, #0a3161);
  display: flex;
  padding: 0.5rem 2rem 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-size: 1.25rem;
  font-weight: 700;
  clip-path: polygon(
    0% 0%,
    calc(100% - 1rem) 0%,
    100% 50%,
    calc(100% - 1rem) 100%,
    0% 100%
  );
  color: var(--color-white);
}

.tag-arrow.secondary {
  background-color: var(--color-transparent-blue, rgba(10, 49, 97, 0.08));
  color: var(--color-brand-blue, #0a3161);
}

.tag-arrow ul,
.tag-arrow li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Content Containers */
.content-container {
  max-width: var(--content-width-large);
  margin: 0 auto;
  padding: 0 var(--content-gutter);
}

/* WPFacet */
.facet-wrap .facetwp-facet {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.facet-wrap .facetwp-search,
.facet-wrap .facetwp-input-wrap,
.facet-wrap .fs-wrap {
  width: 100%;
}

.facet-wrap .facetwp-search,
.facet-wrap .fs-wrap .fs-label-wrap {
  border-radius: 4px;
  border: 1px solid #000000;
  background: #ffffff;
  padding: 0.375rem 1rem;
}

.facet-wrap .facetwp-search {
  padding-top: 0.45rem;
  padding-bottom: 0.425rem;
}
.facet-wrap
  .elementor-widget-facetwp-facet
  .fs-wrap.single
  .fs-label-wrap
  .fs-label {
  padding-right: 1.5rem;
}

.facet-wrap h3,
.elementor-widget-facetwp-facet h3 {
  font-size: 1rem;
}

.facet-wrap .fs-arrow {
  border-left: inherit;
  border-right: inherit;
  border-top: inherit;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 7px;
  transform: rotate(-225deg);
  vertical-align: top;
  width: 7px;
  margin: 0;
  top: calc(50% - 3px);
  right: 8px;
}

.facet-wrap .fs-open .fs-arrow {
  transform: rotate(-45deg);
}

.facetwp-selections ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.facetwp-selections li {
  list-style: none;
  padding: 0.25rem 0.75rem;
  align-items: center;
  border-radius: 40px;
  border: 1px solid var(--color-brand-blue, #0a3161);
  background-color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--color-brand-blue, #0a3161);
  font-weight: 600;
}
.facetwp-reset {
  color: var(--q, #0a3161);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
  text-transform: capitalize;
  position: relative;
  padding-left: 1.75rem;
}
.facetwp-reset::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1.5rem;
  height: 1.4rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7.38052 19.1495C7.13586 19.1495 6.93277 19.0687 6.77127 18.907C6.60961 18.7455 6.52877 18.5424 6.52877 18.2978C6.52877 18.0533 6.60961 17.8502 6.77127 17.6885C6.93277 17.527 7.13586 17.4463 7.38052 17.4463H14.3208C15.4524 17.4463 16.4229 17.0649 17.2323 16.302C18.0416 15.5394 18.4463 14.5967 18.4463 13.474C18.4463 12.3559 18.0416 11.4143 17.2323 10.6493C16.4229 9.88427 15.4524 9.50177 14.3208 9.50177H7.09502L9.25277 11.6593C9.42261 11.8313 9.50752 12.0307 9.50752 12.2575C9.50752 12.4844 9.42261 12.6838 9.25277 12.8558C9.08277 13.0276 8.88386 13.1135 8.65602 13.1135C8.42819 13.1135 8.22927 13.0266 8.05927 12.8528L4.44727 9.25277C4.35627 9.16077 4.29011 9.06511 4.24877 8.96577C4.20727 8.86627 4.18652 8.76077 4.18652 8.64927C4.18652 8.53777 4.20727 8.43252 4.24877 8.33352C4.29011 8.23436 4.35627 8.13894 4.44727 8.04727L8.05927 4.44127C8.22927 4.27144 8.42819 4.18652 8.65602 4.18652C8.88386 4.18652 9.08277 4.27227 9.25277 4.44377C9.42261 4.61544 9.50752 4.81436 9.50752 5.04052C9.50752 5.26686 9.42261 5.46494 9.25277 5.63477L7.09502 7.79827H14.2958C15.8981 7.79827 17.2753 8.34561 18.4273 9.44027C19.5794 10.5348 20.1555 11.8784 20.1555 13.471C20.1555 15.0635 19.5794 16.408 18.4273 17.5045C17.2753 18.6012 15.8981 19.1495 14.2958 19.1495H7.38052Z" fill="%230A3161"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* utility classes */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

/** Odometer styles **/
.lae-odometers .odometer-formatting-mark {
  display: none;
}

.lae-odometers .odometer-digit {
  margin: 0 10px;
  padding: 20px 12px;
  background-color: rgba(10, 49, 97, 0.08);
}

.lae-odometers .odometer-digit .odometer-digit-inner {
  padding: 28px 12px;
}

/** Product card style **/
.product-card {
  /* max-width: 80rem; */
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.product-card:hover {
  box-shadow: none;
}
.product-card__container {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box;
}
.product-card__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.product-card__image-container,
.product-card__image-container img {
  border-radius: 0;
}
.product-card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 !important;
}
.product-card__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card__title {
  font-size: 1.125rem;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  margin: 0;
}
.product-card__price {
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-primary);
}

/** Modal styles **/
.product-modal {
  padding: 0;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 0;
}
.product-modal::backdrop {
  background-color: rgba(156, 163, 175, 0.5);
}
.product-modal__container {
  padding: 2rem;
}
.product-modal__close-container {
  display: grid;
  justify-items: end;
  justify-content: end;
  margin-left: 2rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.product-modal__close {
  border-radius: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  cursor: pointer;
}
.product-modal__content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  max-width: 54rem;
  min-width: 320px;
}
.product-modal__layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .product-modal__layout {
    flex-direction: row;
  }
}
.product-modal__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: transparent;
}
.product-modal__media img {
  border-radius: 0.25rem;
  width: 100%;
}
.product-modal__details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 0;
}
.product-modal__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.product-modal__vendor {
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.product-modal__title {
  font-size: 2.25rem !important;
}
.product-modal__price-container {
  display: flex;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.product-modal__compare-price {
  text-decoration: line-through;
  opacity: 0.5;
}
.product-modal__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card__hover-button {
  border: 0;
}
.product-modal__add-button:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.product-modal__add-button:disabled {
  opacity: 0.3;
}
.product-modal__buy-button:disabled {
  opacity: 0.3;
}
.product-modal__buy-button:hover {
  opacity: 0.3;
}
.product-modal__description-text {
  font-weight: 400;
  color: #717171;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.product-modal__description-text p {
  margin: 0;
}

/** Product PDP styles **/
.shopify-product-content {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  background: var(--color-transparent-blue);
}

.single-product__container {
  padding: 32px 0;
}

.single-product__info {
  gap: 1rem;
}

.single-product__details {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

.single-product__title {
  font-size: 2.875rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.single-product__price {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 24px;
}

shopify-variant-selector::part(form) {
  padding: 0;
  border: 0;
}

shopify-variant-selector::part(radio) {
  border: 1px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary);
  border-radius: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

shopify-variant-selector::part(radio):hover {
  background: var(--color-lightest-blue);
  color: var(--color-primary);
}

shopify-variant-selector::part(radio-selected) {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.single-product__incrementor {
  border-radius: 12px;
  border-color: var(--color-primary);
  background: #fff;
  overflow: hidden;
}

.single-product__incrementor button {
  padding: 4px 12px;
  background-color: #fff;
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-weight: 400;
}

@media (min-width: 1024px) {
  .single-product__container {
    padding: 64px 0;
  }

  .single-product__title {
    font-size: 3.75rem !important;
  }
}

/** Event styles **/
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  color: var(--color-primary);
}

.events-single #tribe-events-pg-template {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.events-single .container {
  max-width: var(--content-width, 1200px);
  margin: 0 auto;
  padding: 0 var(--content-gutter, 24px);
}

.tribe-events-single-event-header {
  position: relative;
}

.tribe-events-single-event-header::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-lightest-blue);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="320" height="260" viewBox="0 0 320 260" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M-5 1.41935e-05L157.494 36.3898L320 0L320 68.5807L157.5 190.346L-5 68.5807V1.41935e-05Z" fill="white" fill-opacity="0.2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M157.5 190.346L320 68.5807V260H-5V68.5807L157.5 190.346Z" fill="white" fill-opacity="0.5"/></svg>');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.tribe-events-single-event-header-row {
  display: flex;
  flex-wrap: wrap;
}

.events-single .tribe-events-single-event-title {
  padding-left: 38px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="36" viewBox="0 0 26 36" fill="none"><path d="M12.1797 0L25.6895 18L12.1797 36H0L13.5098 18L0 0H12.1797Z" fill="%23B6151D"/></svg>');
  background-repeat: no-repeat;
  background-position: left 0.25rem;
  background-size: 26px 36px;
  font-size: 46px;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1;
}

.tribe-events-single-event-image {
  flex: 0 0 auto;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.tribe-events-single-event-meta {
  flex: 0 0 auto;
  width: 100%;
}

.tribe-events-single-event-image img {
  width: 100%;
  height: 686px;
  flex: 1 0 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.tribe-events-event-meta {
  display: block;
}

.tribe-events-event-meta.primary {
  margin-bottom: 80px;
}

.tribe-events-event-meta::before {
  display: none;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-family: var(--font-family-secondary);
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--color-primary);
}

.tribe-events-single-section-title-icon {
  width: 32px;
  text-align: center;
}

.tribe-events-event-meta .tribe-events-meta-list {
  font-size: 1.25rem;
}

.tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
  border: 0;
}

.elementor-8019 .elementor-element.elementor-element-4116b7a4 {
  margin: 0 !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  width: 100%;
  padding: 0.625rem 0.5rem 0.625rem 0.5rem;
  border-radius: 0;
  border-color: var(--color-primary);
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1;
}

.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: var(--e-global-color-50bdd6c);
  border-color: var(--e-global-color-50bdd6c);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-top: 1rem;
}

.tribe-events-event-categories-label {
  display: none;
}

.tribe-events-event-categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.tribe-events-event-categories a {
  text-decoration: none;
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.44;
  padding: 0.25rem 0.75rem;
  border-radius: 40px;
  border: 1px solid var(--color-primary);
}

.tribe-events-single-event-organizer {
  padding: 40px 0;
  background-color: var(--color-lightest-blue);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

.tribe-events-meta-group.tribe-events-meta-group-organizer {
  width: 100%;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .tribe-events-single-event-header::before {
    height: 350px;
    top: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='234' height='292' viewBox='0 0 234 292' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.27464e-05 292L32.6798 146.005L0 1.9205e-05L61.5888 0L170.94 146L61.5888 292H1.27464e-05Z' fill='white' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.94 146L61.5888 0H233.493V292H61.5888L170.94 146Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-position: center right;
  }

  .tribe-events-single-event-image {
    width: 65%;
    padding-right: 64px;
    left: unset;
  }

  .tribe-events-single-event-meta {
    width: 35%;
  }

  .events-single .tribe-events-single-event-title {
    padding-left: 42px;
    background-position: left 0.5rem;
    font-size: 60px;
  }

  .tribe-events-meta-group {
    padding: var(--tec-spacer-1) 0;
  }

  .tribe-events-meta-group-details {
    padding-top: 78px;
    width: auto;
  }

  .tribe-events-single-event-description {
    max-width: 75%;
  }
}
