/*
Theme Name: Alta Adams
Theme URI: https://github.com/a8cteam51/alta-adams
Author: WordPress Special Projects
Author URI: https://wpspecialprojects.wordpress.com/
Description: Alta Adams is a custom theme build for altaadams.com using Twenty Twenty-Two as a base.
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alta-adams
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Alta Adams WordPress Theme is distributed under the terms of the GNU GPL.
*/
/** Default styles from Twenty Twenty-Two **/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5ch;
}

a:hover,
a:focus {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

a:active {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  font-weight: 700;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--large);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}

/** END default styles from Twenty Twenty-Two **/
/* Home Page - Contact Section Vertical Text */
.vertical h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.5;
  transform: rotate(-90deg) translateX(0%) translateY(0%);
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 781px) {
  .vertical h3 {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}

/* Captions for Image Blocks */
.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .wp-block-image figcaption {
    font-size: var(--wp--preset--font-size--tiny);
    line-height: var(--wp--custom--typography--line-height--medium);
  }
}

h3 {
  text-transform: uppercase;
}

.arc {
  position: relative;
  display: inline-block;
  font-family: var(--wp--preset--font-family--roboto-mono);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 781px) {
  .arc {
    font-size: 22px;
    font-weight: 500;
  }
}

/* Jetpack Instagram Latest Posts */
.wp-block-jetpack-instagram-gallery__grid {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 2592px) {
  .wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img {
    max-width: unset;
    height: 288px;
    width: 288px;
  }
}
@media only screen and (min-width: 2593px) {
  .wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img {
    aspect-ratio: 1;
  }
}
/* Set Header Background Image & Alignment */
.header-cover-block {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 52.71%);
  background-size: cover;
  background-position: center top;
  align-items: flex-start;
  padding-top: 24px;
  height: 67vw;
}
.header-cover-block .wp-block-cover__background {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 52.71%) !important;
  opacity: 1 !important;
}
.header-cover-block .aa-header-stamp {
  position: absolute;
  bottom: 154px;
  right: 94px;
}
.header-cover-block .aa-header-stamp img {
  max-height: 180px;
}
.header-cover-block .aa-search-bar-container {
  margin-top: 40px;
}
.header-cover-block .aa-header-logo-container {
  margin-top: -22px;
}

/* Header Search Block */
.wp-block-search.wp-block-search__button-inside.aa-header-search .wp-block-search__inside-wrapper {
  max-width: 100%;
}

/* Mobile Menu Search Block */
.wp-block-search.wp-block-search__button-inside.aa-mobile-search .wp-block-search__inside-wrapper .wp-block-search__button {
  color: transparent;
  font-weight: 700;
}
.wp-block-search.wp-block-search__button-inside.aa-mobile-search .wp-block-search__inside-wrapper:focus-within > .wp-block-search__button {
  color: #ffffff;
}

/* Scroll to Top */
@media only screen and (min-width: 1024px) {
  #aa-back-to-top {
    display: block;
    position: fixed;
    height: 104px;
    width: 104px;
    top: 64px;
    left: 0px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--wp--preset--color--tertiary);
    color: white;
    cursor: pointer;
    padding: 33px;
    font-size: 18px;
    margin-left: -104px;
    transition: all 75ms ease-in;
  }
  #aa-back-to-top::before {
    content: url("./assets/images/scroll-to-top.svg");
  }
  #aa-back-to-top:hover {
    transform: scale(1.05);
  }
  #aa-back-to-top:active {
    transform: scale(1);
  }
  #aa-back-to-top.scrolled {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  button#aa-back-to-top {
    display: none;
  }
}
header {
  position: relative;
}

.aa-footer {
  padding-left: 8vw !important;
  padding-right: 8vw !important;
  padding-bottom: 20px !important;
}
.aa-footer .aa-footer-site-icon {
  padding-top: 71px !important;
  padding-bottom: 34px !important;
}
@media only screen and (max-width: 781px) {
  .aa-footer .aa-footer-site-icon {
    padding-top: 38px !important;
    padding-bottom: 2px !important;
  }
}
.aa-footer .aa-footer-nav-container {
  justify-content: space-around;
}
.aa-footer .aa-footer-nav-container .aa-footer-nav.wp-block-navigation {
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: var(--wp--custom--typography--font-size--large);
  font-weight: 500;
  line-height: 1.3;
  padding: 1rem 0 1rem 0;
}
.aa-footer .aa-footer-nav-container .aa-footer-nav .wp-block-navigation__container {
  flex-grow: 1;
  max-width: 1215px;
  justify-content: space-around;
}
@media only screen and (max-width: 1023px) {
  .aa-footer .aa-footer-nav-container .aa-footer-nav .wp-block-navigation__container {
    flex-direction: column;
    height: 316px;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.aa-footer .aa-footer-address {
  margin-top: 58px !important;
}
@media only screen and (max-width: 781px) {
  .aa-footer .aa-footer-address {
    margin-top: 18px !important;
  }
}
.aa-footer .aa-footer-social {
  margin-top: 80px !important;
  margin-bottom: 94px !important;
}
@media only screen and (max-width: 781px) {
  .aa-footer .aa-footer-social {
    margin-top: 36px !important;
    margin-bottom: 60px !important;
  }
}
.aa-footer .aa-footer-social .wp-block-social-links {
  font-size: 30px;
}
.aa-footer .aa-colophon a:not(:hover) {
  text-decoration: none;
}
@media only screen and (max-width: 781px) {
  .aa-footer .aa-colophon {
    font-size: var(--wp--preset--font-size--tiny);
    flex-wrap: wrap;
    gap: 6px 24px;
  }
}

/* Reservations */
@media only screen and (min-width: 782px) {
  #reservations {
    padding-top: 148px;
    padding-right: 0;
    padding-bottom: 96px;
    padding-left: 112px;
  }
  #reservations .reservation-title-row {
    justify-content: center;
  }
  #reservations h2 {
    margin-bottom: 188px;
  }
  #reservations .wp-block-buttons {
    margin-top: 92px;
  }
  #reservations .reservations-hero-column {
    min-width: 53%;
  }
  #reservations .reservations-hero-column figure {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 781px) {
  #reservations .reservations-title {
    margin-bottom: 55px;
    right: -50px;
  }
  #reservations .wp-block-buttons {
    margin-top: 49px;
  }
  #reservations .wp-block-button {
    width: 100%;
  }
  #reservations .wp-block-button__link {
    display: block;
  }
  #reservations .reservations-hero-column {
    margin-top: 23px;
  }
  #reservations .reservations-hero-column figure {
    margin-left: 0px;
  }
}

/* Our Team */
.our-team-hero {
  width: 100%;
  max-width: 1216px;
  margin-bottom: 70px !important;
}
.our-team-hero img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 781px) {
  .our-team.wp-block-group {
    padding-top: 22px;
  }
}
.our-team p {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 781px) {
  .our-team p {
    max-width: 100%;
    margin-bottom: 11px;
  }
}
.our-team > .wp-block-group {
  padding-bottom: 22px;
  padding-top: 0px;
}
@media only screen and (max-width: 781px) {
  .our-team > .wp-block-group {
    padding-bottom: 40px;
  }
}
.our-team .our-team-title {
  margin-left: -2px;
  padding-bottom: 100px;
  padding-top: 90px;
}
@media only screen and (max-width: 781px) {
  .our-team .our-team-title {
    margin-left: -20px;
    padding-bottom: 24px;
    padding-top: 34px;
  }
}

/* Contact */
.contact {
  padding-left: 16vw !important;
  padding-top: 136px !important;
  padding-bottom: 70px !important;
}
.contact > .wp-block-group {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 781px) {
  .contact {
    padding-top: 72px !important;
    padding-left: 10vw !important;
    padding-bottom: 0px !important;
  }
}
.contact .contact-title {
  padding-right: 16vw;
  margin-top: 36px;
}
@media only screen and (max-width: 781px) {
  .contact .contact-title {
    padding-right: 0vw;
  }
}
.contact .wp-block-columns {
  max-width: 592px;
  margin-top: 54px;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 781px) {
  .contact .wp-block-columns {
    margin-top: 24px;
  }
}
.contact .vertical {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact .vertical.wp-block-column {
  word-break: keep-all;
}
@media only screen and (max-width: 781px) {
  .contact .vertical {
    flex-basis: 0 !important;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 781px) {
  .contact .contact-hours-title {
    font-size: 1rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (max-width: 781px) {
  .contact .no-top-margin {
    margin-top: -8px !important;
  }
}

/* Pantry */
.pantry {
  padding-top: 28px !important;
  width: 100vw;
  align-items: flex-end;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
  .pantry {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
}
.pantry .pantry-title {
  padding-left: 80px;
  margin-top: 78px;
}
@media only screen and (max-width: 781px) {
  .pantry .pantry-title {
    margin-top: 10px;
    margin-bottom: 56px;
    padding-left: 14px;
  }
}

.our-kitchen-outer-container {
  width: 90vw;
  justify-content: flex-start;
  padding: 0 0 0 30px !important;
  margin-bottom: -100px !important;
  margin-top: 38px !important;
}
@media only screen and (max-width: 600px) {
  .our-kitchen-outer-container {
    justify-content: flex-start;
    margin-bottom: 110px !important;
    margin-top: -10px !important;
    padding: 0px !important;
  }
}
.our-kitchen-outer-container .our-kitchen-container {
  width: 50%;
  padding: 0px !important;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .our-kitchen-outer-container .our-kitchen-container {
    width: 100%;
    justify-content: center;
  }
}
.our-kitchen-outer-container .our-kitchen-container .our-kitchen {
  max-width: 380px;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--medium);
  padding: 0px !important;
}
@media only screen and (max-width: 600px) {
  .our-kitchen-outer-container .our-kitchen-container .our-kitchen {
    gap: 16px !important;
  }
  .our-kitchen-outer-container .our-kitchen-container .our-kitchen p {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.6;
  }
}
.our-kitchen-outer-container .our-kitchen-container .our-kitchen > .wp-block-buttons {
  z-index: 100;
}

/* Gallery */
.hp-gallery-parent-container .hp-gallery-container.wp-block-group {
  padding-top: 50px;
}
@media only screen and (max-width: 899px) {
  .hp-gallery-parent-container .hp-gallery-container.wp-block-group {
    padding-top: 0;
  }
}
@media only screen and (max-width: 899px) {
  .hp-gallery-parent-container .hp-gallery-container .hp-gallery-title {
    padding-top: 0px;
    padding-bottom: 34px;
    margin-left: -20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 900px) {
  .hp-gallery-parent-container .hp-gallery-container .hp-gallery-title {
    padding-bottom: 6px;
    margin-bottom: -100px;
  }
}
@media only screen and (max-width: 899px) {
  .hp-gallery-parent-container .hp-gallery-container .wp-block-columns {
    flex-direction: column-reverse;
  }
  .hp-gallery-parent-container .hp-gallery-container .wp-block-columns img {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .hp-gallery-parent-container .hp-gallery-container {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-1 {
    padding-left: 40px;
    height: 394px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-2 {
    padding-bottom: 42px;
    height: 576px;
    margin-left: 104px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-3 {
    padding-top: 78px;
    height: 576px;
    float: right;
    margin-right: 104px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-4 {
    height: 394px;
    margin-left: 0px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-5 {
    position: relative;
    margin-top: -94px !important;
    height: 394px;
    float: right;
    margin-right: -208px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-6 {
    float: right;
    margin-right: 42px;
    margin-top: -216px !important;
    height: 325px;
    z-index: -1;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-7 {
    padding-left: 40px;
    margin-top: 117px !important;
    height: 394px;
  }
  .hp-gallery-parent-container .hp-gallery-container .hp-image-8 {
    margin-top: 26px !important;
    height: 394px;
    margin-left: 0px;
  }
}

.aa-pantry-product-container .site-main {
  padding-bottom: 0px !important;
}
.aa-pantry-product-container .pantry-page-title {
  float: left;
  padding-left: 4px;
  padding-top: 148px;
  padding-bottom: 108px;
}
@media only screen and (max-width: 781px) {
  .aa-pantry-product-container .pantry-page-title {
    padding-top: 56px;
    padding-bottom: 54px;
    padding-left: 0px;
    margin-left: -10px !important;
    margin-bottom: 10px;
  }
}

.aa-single-product-container .site-main {
  padding-bottom: 0px !important;
  padding-top: 28px;
}
.aa-single-product-container .product-page-title {
  max-width: unset;
  padding-left: 4px;
  padding-top: 176px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 781px) {
  .aa-single-product-container .product-page-title {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: -18px !important;
    margin-bottom: 6px;
  }
}

.woocommerce div.product .product_title {
  text-transform: uppercase;
}
@media only screen and (max-width: 781px) {
  .woocommerce div.product .product_title {
    margin-bottom: 7px;
  }
}
.woocommerce div.product p.price {
  color: #ffffff;
  text-transform: uppercase;
}
.woocommerce div.product div.summary {
  float: left;
  width: 50%;
}
.woocommerce div.product div.summary.entry-summary p:first-of-type:not(.price) {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 782px) {
  .woocommerce div.product div.summary.entry-summary p:first-of-type:not(.price) {
    display: none;
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce div.product div.summary {
    width: 100%;
  }
}
.woocommerce .product {
  display: flex;
  flex-direction: column;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .product h1 {
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce .product p {
  margin-top: 0px;
  margin-bottom: 8px;
}
.woocommerce .product table.variations {
  margin-bottom: 1px !important;
}
.woocommerce .product .button {
  background-color: #95040C;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--roboto-mono);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--medium);
  font-weight: 400;
  border-radius: 0;
  opacity: 1;
  margin-top: 6px;
  padding: 8px 25px !important;
}
@media only screen and (max-width: 781px) {
  .woocommerce .product .button {
    margin-top: 3px;
  }
}
.woocommerce .product .single_variation_wrap .price {
  margin-top: -5px;
  margin-bottom: 4px;
}
.woocommerce .product .single_variation_wrap bdi {
  font-size: var(--wp--preset--font-size--tiny);
}
.woocommerce section.related.products .aa-related-products-title {
  margin-top: 20px;
  margin-bottom: 14px;
  left: 45%;
}
@media only screen and (max-width: 781px) {
  .woocommerce section.related.products .aa-related-products-title {
    margin-top: 28px;
    margin-left: -10px;
    left: 0;
  }
}
.woocommerce section.related.products ul.products.columns-2 {
  margin-top: 98px;
}
@media only screen and (max-width: 781px) {
  .woocommerce section.related.products ul.products.columns-2 {
    margin-top: 54px;
  }
}
.woocommerce section.related.products ul.products li.product {
  margin-bottom: 116px;
}
@media only screen and (max-width: 781px) {
  .woocommerce section.related.products ul.products li.product {
    margin-bottom: 52px;
  }
}

.woocommerce-tabs {
  display: none;
}

.woocommerce-product-details__short-description {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.product_meta {
  display: none;
}

.woocommerce-page div.product div.images {
  float: none;
  width: auto;
}

.woocommerce-product-gallery {
  margin-bottom: 2.5rem !important;
}
@media only screen and (max-width: 781px) {
  .woocommerce-product-gallery {
    margin-bottom: 1.6rem !important;
  }
}

.cfvsw-swatches-option.cfvsw-label-option {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  margin-right: 8px;
}
@media only screen and (max-width: 781px) {
  .cfvsw-swatches-option.cfvsw-label-option {
    width: 32px;
    height: 32px;
  }
}
.cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
  color: #95040C;
  text-align: center;
  font-size: var(--wvs-single-product-item-font-size, 16px);
}
@media only screen and (max-width: 781px) {
  .cfvsw-swatches-option.cfvsw-label-option .cfvsw-swatch-inner {
    font-size: var(--wp--preset--font-size--tiny);
  }
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch, .cfvsw-swatches-option.cfvsw-label-option:hover {
  background-color: #95040C;
  filter: drop-shadow(3px 3px #231F20);
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner, .cfvsw-swatches-option.cfvsw-label-option:hover .cfvsw-swatch-inner {
  color: #fff;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled {
  opacity: 0.33;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled:hover {
  background-color: #fff;
  filter: drop-shadow(0 0 #fff);
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-disabled:hover .cfvsw-swatch-inner {
  color: #95040C;
}
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-swatches-blur-disable:before {
  background-color: transparent;
}

/* Home Page - Pantry */
.hp-pantry {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-pantry .hp-pantry-inner {
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0px;
}
.hp-pantry .hp-pantry-inner .wc-block-grid a {
  text-decoration: none;
}
.hp-pantry .hp-pantry-inner .wc-block-grid__product-image img {
  border-radius: 50%;
  max-width: 280px;
  max-height: 280px;
}
@media only screen and (max-width: 600px) {
  .hp-pantry .hp-pantry-inner .wc-block-grid__product-image img {
    max-width: 267x;
    max-height: 267px;
  }
}
.hp-pantry .hp-pantry-inner .wc-block-grid__product-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--medium);
  margin-bottom: 0px;
}
.hp-pantry .hp-pantry-inner .wc-block-grid__product-add-to-cart {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 400;
}
.hp-pantry .hp-pantry-inner .wc-block-grid__products li:nth-child(odd) {
  margin-top: 23%;
  margin-bottom: -10%;
}
@media only screen and (max-width: 600px) {
  .hp-pantry {
    padding-left: 24px !important;
    padding-bottom: 0px !important;
  }
  .hp-pantry .hp-pantry-inner {
    padding-bottom: 0px !important;
  }
  .hp-pantry .hp-pantry-inner .wc-block-grid__product-image {
    margin-bottom: 8px !important;
  }
  .hp-pantry .hp-pantry-inner .wc-block-grid__product-price {
    font-size: var(--wp--preset--font-size--tiny);
    line-height: var(--wp--custom--typography--line-height--medium);
    margin-bottom: 16px !important;
  }
  .hp-pantry .hp-pantry-inner .wc-block-grid__product-title {
    font-size: var(--wp--preset--font-size--tiny) !important;
  }
  .hp-pantry .hp-pantry-inner .wc-block-grid__products li {
    margin-top: 0px;
    margin-bottom: 82px;
  }
  .hp-pantry .hp-pantry-inner .wc-block-grid__products li:nth-child(odd) {
    margin-top: 0px !important;
    margin-bottom: 82px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    max-width: 100% !important;
  }
}
/* Single Product Page */
/* Shop (Pantry) Page */
.woocommerce-products-header {
  display: none;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce ul.products {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.woocommerce ul.products.columns-2 {
  margin-bottom: 0px;
}
.woocommerce ul.products.columns-2 li.product {
  max-width: 384px;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products.columns-2 li.product {
    max-width: 268px;
    width: 100%;
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product {
    width: 100%;
  }
}
.woocommerce ul.products li.product:nth-child(even) {
  float: right;
  margin-top: 0;
  margin-bottom: 154px;
  margin-right: 0;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product:nth-child(even) {
    margin-bottom: 76px;
  }
}
.woocommerce ul.products li.product:nth-child(odd) {
  margin-left: 0%;
  margin-top: 0;
  margin-bottom: 154px;
  margin-right: 0;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product:nth-child(odd) {
    margin-bottom: 76px;
  }
}
.woocommerce ul.products li.product a {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce ul.products li.product p {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  margin-top: 1px !important;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product p {
    font-size: var(--wp--preset--font-size--tiny);
    margin-bottom: 5px !important;
  }
}
.woocommerce ul.products li.product h2 {
  font-weight: 400;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product h2 {
    padding-top: 6px !important;
    padding-bottom: 4px !important;
  }
}
.woocommerce ul.products li.product img {
  margin-bottom: 6px !important;
}
.woocommerce ul.products li.product .price {
  color: #ffffff;
  font-size: var(--wp--preset--font-size--small);
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product .price {
    font-size: var(--wp--preset--font-size--tiny);
  }
}
.woocommerce ul.products li.product .button {
  font-family: var(--wp--preset--font-family--roboto-mono);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--typography--line-height--medium);
  font-weight: 400;
  border-radius: 0;
  opacity: 1;
  margin-top: 6px;
  padding: 8px 25px;
}
@media only screen and (max-width: 781px) {
  .woocommerce ul.products li.product .button {
    margin-top: 3px;
  }
}
.woocommerce li.product .price {
  color: #ffffff;
}
.woocommerce button.button {
  background-color: #95040C;
  color: #ffffff;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  border-radius: 0;
  opacity: 1;
  padding: 8px 25px;
}
.woocommerce button.button.alt {
  background-color: #95040C;
}
.woocommerce button.button.alt.disabled {
  background-color: #95040C;
  opacity: 1;
}

/* Variation Swatches for WooCommerce Plugin */
.woo-variation-swatches {
  /* Variation Selection */
}
.woo-variation-swatches a.reset_variations {
  display: none;
}
.woo-variation-swatches.wvs-show-label .variations th {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  color: #95040C;
  width: 3.125em;
  height: 3.125em;
  box-shadow: none;
  margin-left: 0;
  margin-right: 1rem;
}
@media only screen and (max-width: 781px) {
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 2.25em;
    height: 2.25em;
  }
}
@media only screen and (max-width: 781px) {
  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: 2.125em;
    height: 2.125em;
    font-size: var(--wp--preset--font-size--tiny);
  }
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
  box-shadow: none;
  color: #ffffff;
  background-color: #95040C;
  filter: drop-shadow(3px 3px #231F20);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  color: #ffffff;
  background-color: #95040C;
  box-shadow: none;
}
.woo-variation-swatches ul.variable-items-wrapper.button-variable-items-wrapper {
  margin-bottom: 6px;
}
@media only screen and (max-width: 781px) {
  .woo-variation-swatches ul.variable-items-wrapper.button-variable-items-wrapper {
    margin-bottom: 0px;
  }
}

form.variations_form.cart.wvs-loaded .quantity {
  margin-top: 6px !important;
}
@media only screen and (max-width: 781px) {
  form.variations_form.cart.wvs-loaded .quantity {
    margin-top: 3px !important;
  }
}
form.variations_form.cart.wvs-loaded input {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--primary);
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
  visibility: hidden;
}

/* Checkout & checkout flow */
.archive.woocommerce .quantity .qty,
.single-product.woocommerce div.product form.cart div.quantity {
  display: none;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #95040C;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--roboto-mono);
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.32;
  font-weight: 400;
  border-radius: 0;
  opacity: 1;
  padding: 8px 25px;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ffffff;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce .cart .button:disabled {
  padding: 8px 25px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  font-family: var(--wp--preset--font-family--roboto-mono);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  border-radius: 0;
  padding: 10px 6px 10px;
}

a.showcoupon {
  color: #515151;
}

a.restore-item {
  color: var(--wp--preset--color--primary);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 3px;
}

.payment_box a {
  color: #231F20;
}

.select2-container--default .select2-results__option {
  color: #231F20;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: darkgrey;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-radius: 0px;
  height: 40px;
  line-height: 38px;
}

.aa-woocommerce-img-wrapper {
  position: relative;
}

.aa-woocommerce-img-wrapper:hover {
  filter: drop-shadow(13px 13px #95040C);
}

.wc-block-mini-cart.wp-block-woocommerce-mini-cart {
  visibility: visible !important;
}

#stripe-payment-data fieldset {
  border: none;
}

@media only screen and (min-width: 1088px) {
  .woocommerce-message {
    line-height: 45px;
  }
}
.aa-events-intro-container {
  max-width: 1008px !important;
}
@media only screen and (max-width: 781px) {
  .aa-events-intro-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 781px) {
  .aa-events-intro-container .aa-events-intro-row {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
.aa-events-intro-container .wp-block-button {
  width: 100%;
  flex-basis: 100%;
}
.aa-events-intro-container .wp-block-button .wp-block-button__link {
  width: 100%;
  padding: 8px 0;
}
@media only screen and (min-width: 782px) {
  .aa-events-intro-container .wp-block-button .wp-block-button__link {
    width: 280px;
  }
}
.aa-events-intro-container .aa-events-contact p {
  font-size: 1rem;
  line-spacing: 1.6875;
}

@media only screen and (max-width: 781px) {
  .events-gallery-parent-container {
    padding-bottom: 0px !important;
  }
  .events-gallery-parent-container .aa-events-buttons-desktop .wp-block-button {
    flex-basis: 100%;
  }
  .events-gallery-parent-container .aa-events-buttons-desktop .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.events-gallery-parent-container > .wp-block-gallery {
  margin-left: 0px;
  margin-right: 0px;
  --wp--style--unstable-gallery-gap: 120px;
  gap: 200px 112px;
}
@media only screen and (max-width: 781px) {
  .events-gallery-parent-container > .wp-block-gallery {
    --wp--style--unstable-gallery-gap: 0;
    gap: 20px;
  }
}
.events-gallery-parent-container > .wp-block-gallery :nth-child(odd) {
  top: 230px;
}
@media only screen and (max-width: 781px) {
  .events-gallery-parent-container > .wp-block-gallery :nth-child(odd) {
    top: unset;
  }
}
.events-gallery-parent-container > .wp-block-columns {
  gap: 112px;
}
@media only screen and (max-width: 781px) {
  .events-gallery-parent-container > .wp-block-columns {
    gap: unset;
  }
  .events-gallery-parent-container > .wp-block-columns:first-child {
    display: none;
  }
}
@media only screen and (min-width: 782px) {
  .events-gallery-parent-container {
    display: flex;
    flex-direction: column;
    max-width: 1216px !important;
    padding-top: 24px !important;
  }
  .events-gallery-parent-container .aa-events-buttons-desktop {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
  }
}
.events-gallery-parent-container img:hover {
  filter: drop-shadow(13px 13px #95040C);
}

.gallery-page-gallery-container {
  padding-top: 0 !important;
  margin-bottom: 100px !important;
}
.gallery-page-gallery-container .gallery-page-title {
  padding-bottom: 50px;
}
@media only screen and (max-width: 781px) {
  .gallery-page-gallery-container .gallery-page-title {
    margin-left: -20px;
    padding-bottom: 24px;
  }
}
.gallery-page-gallery-container .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  --wp--style--unstable-gallery-gap: 50px;
  gap: 50px;
}
.gallery-page-gallery-container .wp-block-gallery :nth-child(even) {
  top: 176px;
}
@media only screen and (max-width: 781px) {
  .gallery-page-gallery-container .wp-block-gallery :nth-child(even) {
    top: unset;
  }
}
@media only screen and (max-width: 781px) {
  .gallery-page-gallery-container .wp-block-gallery {
    --wp--style--unstable-gallery-gap: 0;
    gap: 20px;
  }
}
.gallery-page-gallery-container .wp-block-gallery img:hover {
  filter: drop-shadow(13px 13px #95040C);
}

.aa-404-inner-container {
  padding: 0 !important;
}

/* Button Block */
.wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt {
  background-color: #95040C;
  color: #ffffff;
  font-family: var(--wp--preset--font-family--roboto-mono);
  text-transform: uppercase;
  padding: 8px 35px;
}
.wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover,
button.single_add_to_cart_button.button.alt:hover {
  background-color: #ffffff;
  color: #95040C;
  opacity: 1;
}

/* Mini Cart Widget */
.wc-block-woocommerce-mini-cart-contents {
  background-color: #231F20;
}

.wc-block-mini-cart {
  background-image: url("./assets/images/cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left;
}
.wc-block-mini-cart__badge {
  background-color: #95040C;
  border: none;
  transform: none;
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 50%;
  padding: 0.3rem;
  box-sizing: content-box;
}
.wc-block-mini-cart__button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 5.5rem;
  font-family: var(--wp--preset--font-family--roboto-mono);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground);
}
.wc-block-mini-cart__button:hover:not([disabled]) {
  cursor: pointer;
  opacity: unset;
}
.wc-block-mini-cart__button:hover::before {
  text-decoration: underline;
  text-underline-offset: 0.25ch;
  font-weight: 700;
}
.wc-block-mini-cart__button:before {
  content: "CART";
}
@media only screen and (max-width: 1023px) {
  .wc-block-mini-cart__button {
    padding-right: 26px;
  }
}
.wc-block-mini-cart__amount {
  display: none;
}
.wc-block-mini-cart__icon {
  display: none;
}
.wc-block-mini-cart__items {
  color: #231F20;
}
.wc-block-mini-cart__title {
  color: #231F20;
  font-size: var(--wp--preset--font-size--small) !important;
}
.wc-block-mini-cart__footer {
  color: #231F20;
}

/* Home - Our Team Gallery */
@media only screen and (max-width: 599px) {
  .our-team {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.our-team .team-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
  background-color: transparent;
}

/* Home - Our Team Gallery Captions */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: #ffffff;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  background: none transparent;
  text-align: left;
  padding: 0rem 0rem 3rem 0rem;
}
@media only screen and (max-width: 599px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: var(--wp--preset--font-size--tiny);
    line-height: var(--wp--custom--typography--line-height--medium);
  }
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  height: auto;
}

/* Main Site Logo Sizing */
.custom-logo {
  width: 154px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .custom-logo {
    width: 115px !important;
  }
}

/* Navigation Block */
@media only screen and (max-width: 1023px) {
  .aa-header-nav.aa-header-nav--desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .aa-header-nav.aa-header-nav--mobile {
    display: none;
  }
}
.aa-header-nav.wp-block-navigation {
  flex-grow: 1;
  justify-content: space-around;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: var(--wp--custom--typography--font-size--large);
  font-weight: 500;
  line-height: 1.3;
  padding: 1rem 0 1rem 0;
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation {
    padding-right: calc(3px + 1 * var(--wp--custom--spacing--outer)) !important;
    justify-content: flex-end;
  }
}
.aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
  max-width: 1215px;
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
    top: 24px;
    bottom: auto;
    gap: 14px inherit !important;
    margin-right: -24px;
  }
}
.aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--foreground);
  padding-left: 0px;
  padding-right: 24px;
  padding-top: 11px;
  gap: 14px;
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open ul li {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content {
  display: flex;
  padding-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content form.wp-block-search.wp-block-search__button-inside {
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content ul:last-child {
    justify-content: center;
    background-color: #433C3E;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content ul:last-child a {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1024px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content ul:last-child {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container-content ul:first-child {
    flex-basis: 100%;
  }
}
.aa-header-nav.wp-block-navigation:not(.has-background) .mobile-menu-cart {
  padding-top: 1rem;
  align-items: flex-end;
}
.aa-header-nav.wp-block-navigation:not(.has-background) .mobile-menu-cart .wp-block-navigation-item__content {
  background-image: url("./assets/images/cart.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
@media only screen and (min-width: 1024px) {
  .aa-header-nav.wp-block-navigation:not(.has-background) .mobile-menu-cart {
    display: none;
  }
}
.aa-header-nav.wp-block-navigation:not(.has-background) form.wp-block-search.wp-block-search__button-inside {
  padding-left: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #433C3E;
  margin-right: -15px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  transition: all 100ms ease-in;
}
.aa-header-nav .wp-block-navigation__container {
  flex-grow: 1;
  max-width: 1215px;
}
.aa-header-nav .wp-block-navigation__responsive-container-open {
  height: 32px;
  width: 32px;
  background-image: url("./assets/images/mobile-nav-open.svg");
}
.aa-header-nav .wp-block-navigation__responsive-container-open svg {
  visibility: hidden;
}
.aa-header-nav .wp-block-navigation__responsive-container-close {
  height: 32px;
  width: 32px;
  top: 12px;
  right: 24px;
  background-image: url("./assets/images/mobile-nav-close.svg");
}
.aa-header-nav .wp-block-navigation__responsive-container-close svg {
  visibility: hidden;
}

.aa-header-nav-row {
  margin-top: 6px !important;
  padding-left: calc(108px + 1 * var(--wp--custom--spacing--outer)) !important;
  padding-right: calc(108px + 1 * var(--wp--custom--spacing--outer)) !important;
}
@media only screen and (max-width: 1023px) {
  .aa-header-nav-row {
    justify-content: space-between !important;
    padding-left: calc(7px + 1 * var(--wp--custom--spacing--outer)) !important;
    padding-right: calc(7px + 1 * var(--wp--custom--spacing--outer)) !important;
    margin-top: 0px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .aa-mobile-visible {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .aa-mobile-invisible {
    display: none !important;
  }
}

/* Search Block */
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  max-width: 50%;
  width: 126px;
  border-color: transparent;
}
@media only screen and (max-width: 781px) {
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  display: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  cursor: pointer;
  opacity: unset;
  font-weight: 700;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  width: inherit;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within > .wp-block-search__button {
  display: block;
  color: #ffffff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  background-image: url("./assets/images/search.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 2em;
  border: none;
  outline: none;
  min-width: unset;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  color: #ffffff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: #ffffff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus-within::-moz-placeholder {
  opacity: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus-within::placeholder {
  opacity: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-search-cancel-button {
  display: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus-within {
  text-transform: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* Clean up block spacing */
@media only screen and (max-width: 599px) {
  body p {
    font-size: var(--wp--preset--font-size--tiny);
    line-height: var(--wp--custom--typography--line-height--medium);
  }
}

main {
  padding: 100px 0;
}
@media only screen and (max-width: 781px) {
  main {
    padding: 42px 0;
  }
}
main .wp-block-group {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-top: 3em;
  padding-bottom: 3em;
}

.home main {
  padding: 0;
}

.wp-site-blocks {
  overflow: hidden;
}
.wp-site-blocks > * + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.wp-block-group {
  clear: both;
}

.no-top-margin {
  margin-top: 0px !important;
}

a:hover:not(.custom-logo-link, .wc-block-grid__product-link,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.jetpack-instant-search__search-result-product-img-link) img {
  filter: drop-shadow(13px 13px #95040C);
}

a.wp-block-jetpack-instagram-gallery__grid-post:hover img {
  filter: unset !important;
}

.current-menu-item,
.woocommerce-shop .shop-menu-item { /* Needed for https://github.com/woocommerce/woocommerce/issues/34827 */
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  font-weight: 700;
  text-underline-offset: 0.5ch;
}

/*# sourceMappingURL=style.css.map */