/* FONTS */
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-UltraLight.woff2') format('woff2'),
        url('../fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Medium.woff2') format('woff2'),
        url('../fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Light.woff2') format('woff2'),
        url('../fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Black.woff2') format('woff2'),
        url('../fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Bold.woff2') format('woff2'),
        url('../fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('../fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
/* FONTS */

.d-flex { display: flex; }
.w-100 { width: 100%; }
.ml-auto { margin-left: auto; }
.mr-auto { margin-right: auto; }
.flex-0 { flex: 0 0 auto; }
.justify-center { justify-content: center; }
.pos-relative { position: relative !important; }
.font-semibold { font-weight: 600 !important; }

a.skip-link,
a.skip-link:visited { position: absolute; left: -99999px; top: 0; background-color: black; color: white; }
a.skip-link:focus { position: fixed; left: 0; z-index: 99999; }

.acc-hide { position: absolute; top: -99999px; left: -99999px; display: block !important; background-color: black !important; color: white !important; clip: rect(1px, 1px, 1px, 1px); }

.metaslider .flexslider .flex-direction-nav li a { color: white !important; opacity: 1 !important; }

body { background-color: white; font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
h1, h2, h3, h4 { font-family: 'Butler', 'Times New Roman', Times, serif; }

.about-awards { background: rgba(141, 57, 10, 0.80); }

.gift-shop-block { background: rgba(141, 57, 10, 0.80); }

.widget { background: rgba(40, 71, 52, 0.9); }
.widget a { color: #fff; }

.woocommerce ul.products li.product h3 { color: #662500; }
.woocommerce ul.products li.product .price { color: #1e3a12; }

.woocommerce .woocommerce-breadcrumb { color: #662500; }

.woocommerce .woocommerce-breadcrumb a,
.text-muted { color: #3c3c3c; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce table.shop_attributes th { color: black; }

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th { background: rgba(255,255,255,0.75); }

.woocommerce div.product .stock, .woocommerce div.product p.price,
.woocommerce div.product span.price { color: #192d21; }

/* Cookies Notice */
.cookies-notice { background: #2d2d2d; border: 1px solid #1d1d1d; border-radius: 4px; box-shadow: 1px 2px 3px rgba(0,0,0,0.25); color: #fff; padding: 12px; position: fixed; bottom: 70px; right: 24px; width: 354px; z-index: 999; }
.cookies-notice__title { font-size: 2.4rem; }
.cookies-notice__details { font-size: 1.2rem; margin-top: 8px; line-height: 1.75; }
.cookies-notice__footer {  margin-top: 20px; text-align: right; }
.cookies-notice__close { background: #fff; border: 1px solid #fff; border-radius: 4px; color: black; cursor: pointer; display: inline-block; font-weight: 700; letter-spacing: 0.02em; padding: 10px 24px; transition: all 0.15s; }
.cookies-notice__close:hover,
.cookies-notice__close:focus { background: transparent; color: #fff; }

/* Popup Notification 03/24/20 */
.popup { background: #2A4634; border-radius: 6px; box-shadow: 0 0 40px black, 0 0 6px rgba(0,0,0,0.4); color: white; left: 50%; max-width: 750px; padding: 24px; position: fixed; text-align: center; top: 120px; transform: translateX(-50%); width: calc(100% - 48px); z-index: 9999; }
.popup__title { font-size: 2.25rem; margin: 0 0 6px; }
.popup__details { font-size: 1.6rem; line-height: 1.75; margin: 0 0 18px; }
a.popup__link { color: white; text-decoration: underline; font-size: 1.8rem; background: white; border-radius: 4px; padding: 6px 12px; color: black; text-decoration: none; display: inline-block; }
button.popup__close { align-items: center; background: transparent; border: none; cursor: pointer; display: flex; font-size: 24px; height: 30px; justify-content: center; position: absolute; right: 0; top: 0; width: 30px; }

/* Wines Update 03/02/22 */
body {
  padding-top: 5.714em;
}
.wine-nav {
  background: rgba(40, 71, 52, 0.9);
}
#menu-wine-menu,
#menu-spirit-menu {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
#menu-wine-menu li,
#menu-spirit-menu li {
  flex: 1 1 auto;
  min-height: 48px;
}
#menu-wine-menu li a,
#menu-spirit-menu li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.125em;
  height: 100%;
  justify-content: center;
  transition: 0.25s ease;
  width: 100%;
}
#menu-wine-menu li a:hover,
#menu-spirit-menu li a:hover,
#menu-wine-menu li a:focus,
#menu-spirit-menu li a:focus {
  background: rgba(40, 71, 52, 1);
  text-decoration: none;
}
#menu-wine-menu li.current-menu-item a,
#menu-spirit-menu li.current-menu-item a {
  background: rgba(40, 71, 52, 1);
  position: relative;
}
#menu-wine-menu li.current-menu-item a::after,
#menu-spirit-menu li.current-menu-item a::after {
  border-top: 12px solid rgba(40, 71, 52, 1);
  border-right: 20px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  margin-left: -20px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 0;
  height: 0;
}
body:not(.hidden-marsh-distillery) .wine-list-container {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
}
body:not(.hidden-marsh-distillery) .container.wine-list-container::before,
body:not(.hidden-marsh-distillery) .container.wine-list-container::after {
  content: none;
}
body:not(.hidden-marsh-distillery) .wine-list-item {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  width: auto;
  flex: 0 0 100%;
}
@media screen and (min-width: 552px) {
  body:not(.hidden-marsh-distillery) .wine-list-item { flex: 0 0 calc((100% - 12px) / 2); }
}
@media screen and (min-width: 992px) {
  body:not(.hidden-marsh-distillery) .wine-list-item { flex: 0 0 calc((100% - 36px) / 4); }
}
body:not(.hidden-marsh-distillery) .wine-archive-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:not(.hidden-marsh-distillery) .wine-archive-block .wine-image {
  aspect-ratio: 2/3;
  margin-bottom: 8px;
  position: relative;
}
body:not(.hidden-marsh-distillery) .wine-archive-block .wine-description {
  margin-bottom: auto;
}
body:not(.hidden-marsh-distillery) .wine-archive-block .wine-description p {
  margin-bottom: 4px;
}
body:not(.hidden-marsh-distillery) .wine-archive-block .wine-image > img {
  height: 100%;
  object-fit: contain;
  position: absolute;
  width: 100%;
}
body:not(.hidden-marsh-distillery) .wine-archive-block h3, h4 {
  color: #333;
  font-size: 14px;
  font-family: Karla, sans-serif;
  font-weight: 700;
  margin: 8px 0;
}
.wine-archive-block__button {
  margin-top: 6px;
}
.wine-list-pagination {
  margin-top: 36px;
  padding: 0 15px;
}
.wine-list-pagination > .btn:not(:first-child) {
  margin-left: 12px;
}

/* Vinoshipper */
.vs-add-to-cart {
  margin: 0;
  min-height: 36px;
  width: 100%;
}
.vs-add-to-cart .vs-add-to-cart-select {
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 2px 0 rgba(0,0,0,0.15);
  height: auto;
  margin: 0 0 8px 0;
}
.vs-add-to-cart .vs-add-to-cart-select select {
  color: rgba(0,0,0,0.76);
  height: 100%;
  font-size: 12px;
  flex: 0 0 auto;
}
.vs-add-to-cart button {
  background-color: #284734;
  box-shadow: 0 2px 0 #16261c;
  flex: 1 1 auto;
  font-size: 12px;
  height: auto;
  letter-spacing: .5px;
  line-height: 1.5;
  padding: .6em 1.75em;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .vs-add-to-cart-form { display: flex; }
  .vs-add-to-cart .vs-add-to-cart-select { margin: 0 6px 0 0; }
  .vs-add-to-cart button { width: auto; }
}

@media only screen and (min-width: 992px) {
  .navbar-inverse .navbar-nav>li>a::before,
  .navbar-inverse .navbar-nav>li>a::after {
    top: 100%;
    bottom: auto;
  }
}

.wine-list-state-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wine-list-state-inner {
  display: flex;
  justify-content: space-between;
}

#wine-list-state {
  background: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
  display: none;
  flex: 0 0 190px;
  padding: 8px;
  text-align: center;
  width: 190px;
}

.wine-list-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}

#searchform {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#wine-search-text {
  height: 36px;
  line-height: 24px;
  max-width: 250px;
  padding: 1px 6px;
  width: 100%;
}

#wine-search-submit {
  background-color: #284734;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 12px;
  height: 36px;
  letter-spacing: .5px;
  line-height: 1.5;
  margin-left: 6px;
  padding: 0 12px;
}

#wine-list-state #statecheck-change {
  background: transparent;
  border: none;
  color: #3c5747;
  margin-top: 2px;
}
#wine-list-state #statecheck-change:hover {
  text-decoration: underline;
}

.post-type-archive-wine .page-content-block,
.tax-wine_category .page-content-block {
  padding-top: 5em !important;
}

.wine-archive-banner {
  margin: 4px 0 24px;
  padding: 0 15px;
}

.wine-archive-banner-inner {
  background: white;
  border-radius: 4px;
  border: 1px solid rgba(40, 71, 52, 0.9);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1), inset 0 0 0 0 rgba(40, 71, 52, 0.9);
  color: unset;
  display: block;
  padding: 16px;
  text-align: center;
  transition: box-shadow 0.25s ease;
}

a.wine-archive-banner-inner:hover {
  box-shadow: 1px 1px 10px rgba(0,0,0,0.1), inset 0 0 0 3px rgba(40, 71, 52, 0.9);
  text-decoration: none;
}

.wine-archive-banner-inner p:last-child {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .wine-list-state-inner {
    display: block;
  }
  #wine-list-state {
    margin: 0 auto;
  }
  .wine-list-search {
    margin-top: 6px;
  }
  #wine-search-text {
    max-width: none;
    flex: 1 1 auto;
  }
  .post-type-archive-wine .page-content-block,
  .tax-wine_category .page-content-block {
    padding-top: 8em !important;
  }
}

.statecheck,
.nycheck {
  align-items: center;
  background-color: rgba(0,0,0,0.65);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.statecheck__modal,
.nycheck__modal {
  background-color: white;
  border-radius: 4px;
  flex: 0 1 280px;
  padding: 24px;
  text-align: center;
}
.statecheck__or {
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0;
  text-align: center;
}
.statecheck__zip,
.statecheck__state {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statecheck__zip input,
.statecheck__state select {
  height: 30px;
  line-height: 24px;
  width: 100%;
}
.statecheck__zip input {
  max-width: 120px;
  text-align: center;
}
.statecheck__state select {
  max-width: 180px;
}
.statecheck p {
  text-align: center;
}
.statecheck__submit {
  text-align: center;
  margin-top: 12px;
}
#statecheck-error {
  margin: 12px 0;
  text-align: center;
  color: red;
  display: none;
}
#nycheck-change {
  background: transparent;
  border: none;
  color: #3c5747;
  margin-top: 12px;
}

.masthead-content p {
  color: initial;
  font-size: 20px;
  margin: 8px 0 0;
}
