/*!
Theme Name: Antica Terra
Theme URI: http://www.lab43.com
Author: Cameron Spencer
Author URI: http://www.lab43.com
Description: Custom theme based on Underscores
Version: 2.0.15
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.font-smoothing, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  src: url("fonts/SabonLTPro-Roman/font.eot");
  font-family: "SabonLTPro";
  src: url("fonts/SabonLTPro-Roman/font.woff2") format("woff2"), url("fonts/SabonLTPro-Roman/font.woff") format("woff"), url("fonts/SabonLTPro-Roman/font.eot?#iefix") format("embedded-opentype"), url("fonts/SabonLTPro-Roman/font.ttf") format("truetype");
}
@font-face {
  src: url("fonts/TTTsarsA-Regular/font.eot");
  font-family: "TTTsarsA";
  src: url("fonts/TTTsarsA-Regular/font.woff2") format("woff2"), url("fonts/TTTsarsA-Regular/font.woff") format("woff"), url("fonts/TTTsarsA-Regular/font.eot?#iefix") format("embedded-opentype"), url("fonts/TTTsarsA-Regular/font.ttf") format("truetype");
}
@font-face {
  src: url("fonts/TTTsarsA-Bold/font.eot");
  font-family: "TTTsarsA";
  font-weight: bold;
  src: url("fonts/TTTsarsA-Bold/font.woff2") format("woff2"), url("fonts/TTTsarsA-Bold/font.woff") format("woff"), url("fonts/TTTsarsA-Bold/font.eot?#iefix") format("embedded-opentype"), url("fonts/TTTsarsA-Bold/font.ttf") format("truetype");
}
:root {
  --c7-alt-button-bg-hover: none;
  --c7-alt-text-color: #b3b3b3;
  --c7-bg: #292D31;
  --c7-bg-alt: none;
  --c7-block-border-radius: 0;
  --c7-block-shadow: none;
  --c7-body-text-color: #fff;
  --c7-border-color: #979797;
  --c7-border-radius: 0;
  --c7-button-border-radius: 0;
  --c7-field-bg: rgba(255, 255, 255, 0.2);
  --c7-field-border-color: unset;
  --c7-field-border-radius: 0;
  --c7-field-option-selected-color: #fff;
  --c7-font-family: SabonLTPro, serif;
  --c7-header-text-color: #fff;
  --c7-heading-font-family: TTTsarsA, serif;
  --c7-heading-font-weight: normal;
  --c7-heading-text-color: #fff;
  --c7-link-color: #fff;
  --c7-modal-border-radius: 0;
  --c7-overlay-bg: rgba(0, 0, 0, 0.5);
  --c7-page-width: none;
  --c7-primary-button-bg: none;
  --c7-primary-button-bg-hover: none;
  --c7-primary-button-text-color: #fff;
  --c7-info-bg: #1b1e20;
  --c7-error-bg: #1b1e20;
  --c7-warning-bg: #1b1e20;
  --c7-success-bg: #1b1e20;
}

body {
  color: #fff;
  font-family: "SabonLTPro", serif;
  line-height: 1.66;
  font-size: 17px;
}
@media (min-width: 875px) {
  body {
    font-size: 18px;
  }
}

a,
.c7-link {
  color: #fff;
  transition: color 0.25s;
  cursor: pointer;
  text-decoration: underline;
}
a:hover,
.c7-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "TTTsarsA", serif;
  font-weight: normal;
  line-height: 1.24;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 30px;
}
@media (min-width: 875px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 17px;
}
@media (min-width: 875px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 17px;
  font-weight: bold;
}
@media (min-width: 875px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 875px) {
  h4 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 1.66em 0;
}

.track-link-hovers.with-hovered-link a {
  color: rgba(255, 255, 255, 0.6);
}
.track-link-hovers.with-hovered-link a:hover {
  color: #fff;
}

#c7-content h1 {
  font-size: 30px;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #292D31;
  min-height: 100vh;
}
body.main-nav-open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
}

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

.site-content {
  position: relative;
  min-height: 100vh;
}

.page-background-image,
.page-background-image-horizontal,
.page-background-image-vertical,
.menu-background-image,
.menu-hover-image {
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  z-index: -1;
}
.page-background-image img,
.page-background-image-horizontal img,
.page-background-image-vertical img,
.menu-background-image img,
.menu-hover-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .page-background-image-vertical {
    display: none;
  }
}
@media (orientation: portrait) {
  .page-background-image-horizontal {
    display: none;
  }
}
@media (min-width: 875px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 874px) {
  .desktop-only {
    display: none !important;
  }
}

input,
select {
  background: var(--c7-field-bg);
  border: none;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #000;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #000;
}
input::placeholder,
select::placeholder {
  color: #000;
}

select option {
  color: #000;
}

.gform-body input,
.gform-body select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control {
  background: var(--c7-field-bg);
}
.c7-checkbox input[type=checkbox]:checked + .c7-checkbox__control:after {
  top: 0;
}

.c7-form input {
  box-shadow: none !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c7-form label:not(.c7-radio, .c7-checkbox, .duet-date__mobile-heading),
.c7-label,
.c7-form legend {
  font-family: inherit;
  font-size: inherit;
}

.c7-date-picker__overlay {
  background: rgba(0, 0, 0, 0.9);
}

.header-logo {
  position: absolute;
  margin: 0;
  top: 13px;
  left: 50%;
  line-height: 1;
  margin-left: -72.5px;
  z-index: 1;
}
.header-logo img {
  width: 145px;
  height: auto;
}
@media (min-width: 875px) {
  .header-logo {
    top: 26px;
    margin-left: -92.5px;
  }
  .header-logo img {
    width: 185px;
  }
}

.cobranded-header-logo {
  display: flex;
  position: absolute;
  top: 33px;
  width: 400px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  gap: 10%;
}
.cobranded-header-logo a {
  display: block;
}
@media (max-width: 1150px) {
  .cobranded-header-logo {
    display: none;
  }
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  text-align: center;
  padding: 85px 35px 25px;
  font-family: "TTTsarsA", serif;
  font-size: 15px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.main-nav a {
  text-decoration: none !important;
}
.main-nav ul, .main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .members-menu {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 875px) {
  .main-nav .members-menu {
    display: none;
  }
}
.main-nav .main-menu {
  font-size: 30px;
  margin: 65px 0;
}
.main-nav .main-menu li {
  margin: 22px 0;
}
@media (min-width: 875px) {
  .main-nav .main-menu {
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    margin: 0;
  }
  .main-nav .main-menu li {
    margin: 0 0 25px;
  }
}
.main-nav .toggle-contact {
  font-weight: bold;
  cursor: pointer;
}
.main-nav .toggle-contact.close {
  display: none;
}
.main-nav .contact {
  display: none;
  position: relative;
  font-size: 17px;
  font-weight: bold;
}
.main-nav .contact h6 {
  font-size: 13px;
  margin: 25px 0 0;
  font-weight: normal;
}
@media (min-width: 875px) {
  .main-nav .contact {
    border: 1px solid #fff;
    margin-top: 60px;
  }
}
.main-nav .desktop-close-contact {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-position: center bottom;
  background: url(img/open-close.png);
  background-position: center bottom;
  background-size: 100% auto;
}
.main-nav .line {
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 18px auto 6px;
}
.main-nav .copyright {
  font-size: 12px;
  margin-top: 40px;
}
.main-nav .desktop-bottom-nav {
  display: flex;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  justify-content: space-between;
  line-height: 1;
  font-size: 12px;
}
.main-nav .desktop-bottom-nav a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 874px) {
  .main-nav .desktop-bottom-nav {
    display: none;
  }
}
@media (min-width: 875px) {
  .main-nav {
    padding: 85px 40px;
  }
  .main-nav .wrapper {
    max-width: 850px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-nav .address-region {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main-nav .left-side {
    text-align: left;
  }
  .main-nav .right-side {
    text-align: right;
  }
  .main-nav .line {
    display: none;
  }
}

.toggle-main-nav {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url(img/open-close.png);
  background-position: center top;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 875px) {
  .toggle-main-nav {
    width: 20px;
    height: 20px;
    top: 35px;
    left: 35px;
  }
}

.main-nav .toggle-main-nav {
  background-position: center bottom;
}

.corner-members-menu {
  position: fixed;
  top: 37px;
  right: 40px;
  z-index: 4;
  font-family: "TTTsarsA", serif;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.corner-members-menu a {
  text-decoration: none !important;
}
.corner-members-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.corner-members-menu > ul > li {
  display: inline;
  margin: 0;
  padding: 0;
}
.corner-members-menu .separator {
  margin: 0 1em;
}
@media (max-width: 874px) {
  .corner-members-menu {
    top: 22px;
  }
}

.return-to-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.return-to-menu a {
  display: block;
}

.admin-bar .main-nav,
.admin-bar .toggle-main-nav,
.admin-bar .corner-members-menu {
  margin-top: 46px;
}
@media (min-width: 875px) {
  .admin-bar .main-nav,
.admin-bar .toggle-main-nav,
.admin-bar .corner-members-menu {
    margin-top: 32px;
  }
}

.panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 78px 35px;
  position: relative;
}
.panel .small-title {
  font-size: 17px;
  margin: 14px 0 54px 0;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.panel .big-title {
  font-size: 30px;
  margin: 0 0 40px 0;
  text-align: center;
  line-height: 1;
}
@media (min-width: 875px) {
  .panel .big-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.panel-full {
  min-height: 100vh;
}

.panel-background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

button:not(.c7-link),
.c7-btn,
.button,
.acquire-button a,
.style-button {
  font-size: 15px;
  min-width: 175px;
  display: inline-block;
  border: 1px solid var(--c7-primary-button-text-color);
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
  line-height: 1;
  padding: 0.5em 1.5em 0.6em;
  text-decoration: none;
  font-family: "TTTsarsA", serif;
  font-weight: bold;
  min-height: unset;
  cursor: pointer;
}
button:not(.c7-link):hover,
.c7-btn:hover,
.button:hover,
.acquire-button a:hover,
.style-button:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  background: none;
}

.c7-table .c7-btn {
  min-width: unset;
}

.c7-modal__header button,
.c7-side-cart__header button {
  min-width: unset;
  border: unset;
  padding: unset;
}
.c7-modal__header button svg,
.c7-side-cart__header button svg {
  stroke: #fff !important;
}

.release-page-access-button {
  margin-top: 2em;
  text-align: center;
}

body:not(.logged-into-commerce7) .if-logged-in {
  display: none;
}

.logged-into-commerce7 .if-logged-out {
  display: none;
}

.c7-wrapper {
  padding: 0;
}

.c7-callout:not(.c7-callout--club) {
  padding-left: 0;
}

.c7-checkout:not(.c7-checkout--club) .c7-callout {
  padding: 0;
}
.c7-checkout:not(.c7-checkout--club) .c7-callout:before {
  display: none;
}

.c7-message--alert-error svg {
  position: relative;
  top: 3px;
}

#ez-toc-container {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 2em 0;
}
#ez-toc-container a {
  color: #fff;
}
#ez-toc-container a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.open-popup-shortcode {
  font-size: 15px;
}
@media (max-width: 874px) {
  .open-popup-shortcode:after {
    content: "";
    display: block;
    background: #fff;
    height: 20px;
    width: 1px;
    margin: 6px auto 0;
  }
}

.close-popup-shortcode {
  font-size: 15px;
}
@media (max-width: 874px) {
  .close-popup-shortcode:before {
    content: "";
    display: block;
    background: #fff;
    height: 20px;
    width: 1px;
    margin: 0 auto 6px;
  }
}
@media (min-width: 875px) {
  .close-popup-shortcode {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 25px;
    left: 50%;
    margin-left: -7px;
    background: url(img/close-icon.svg);
    background-size: 100%;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.popup-shortcode {
  display: none;
}
@media (max-width: 874px) {
  .popup-shortcode {
    margin-top: 1.66em;
  }
}
@media (min-width: 875px) {
  .popup-shortcode {
    position: absolute;
    justify-content: center;
    flex-direction: column;
    left: 35px;
    right: 35px;
    max-width: 715px;
    margin: -25vh auto 0;
  }
  .popup-shortcode .wrapper {
    border: 1px solid #fff;
    padding: 80px 20px 30px;
    margin-bottom: 2rem;
  }
  .popup-shortcode p {
    margin-bottom: 0.5em;
  }
}

@media (max-width: 874px) {
  body.show-popup-shortcode .open-popup-shortcode {
    display: none;
  }
  body.show-popup-shortcode .popup-shortcode {
    display: block;
  }
}
@media (min-width: 875px) {
  body.show-popup-shortcode .popup-shortcode {
    display: flex;
    z-index: 1;
  }
  body.show-popup-shortcode:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}

.siblings-menu a,
.open-popup-shortcode,
.close-popup-shortcode {
  font-family: "TTTsarsA", serif;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

.siblings-menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.siblings-menu li {
  margin: 0;
  padding: 1em;
}
.siblings-menu a {
  color: rgba(255, 255, 255, 0.6);
}
.siblings-menu a:hover, .siblings-menu a[aria-current] {
  color: #fff;
}
@media (min-width: 875px) {
  .siblings-menu {
    display: flex;
    justify-content: space-between;
    max-width: 890px;
    margin: 0 auto 40px;
  }
}

#redchirp-iframe {
  z-index: 3 !important;
}

.homepage-logo {
  margin: 0;
  max-width: 52vw;
}

.homepage-signup-popup {
  display: none;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
}
.homepage-signup-popup .wrapper {
  position: relative;
  padding: 1.5rem;
  max-width: 480px;
  background: rgba(41, 45, 49, 0.75);
}
.homepage-signup-popup .c7-custom-form .c7-form {
  margin: 0;
}
.homepage-signup-popup .c7-custom-form .c7-form__buttons {
  margin-top: 0;
}
.homepage-signup-popup .close-homepage-popup {
  float: right;
  margin: 0 0 1rem 1rem;
}

.logged-into-commerce7 .homepage-signup-popup {
  display: none !important;
}

.panel-menu {
  text-align: center;
}
.panel-menu ul, .panel-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-menu ul {
  font-family: "TTTsarsA", serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 50px;
}
.panel-menu ul a {
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  padding: 0.475em 0;
}
.panel-menu .entry-title {
  font-size: 17px;
  margin-bottom: 50px;
}
@media (min-width: 875px) {
  .panel-menu .small-title {
    max-width: 19em;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-menu .bottom-text {
    max-width: 26em;
    margin: 0 auto;
  }
  .panel-menu ul {
    font-size: 40px;
  }
  .panel-menu ul a {
    padding: 0.25em 0;
  }
}

.menu-hover-image {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

@media (hover: hover) {
  .menu-hover-image {
    display: block;
  }

  a:hover .menu-hover-image {
    opacity: 1;
  }
}
.panel-wine .wine-content {
  max-width: 30em;
  margin: 0 auto;
  text-align: center;
}

.panel-story-header {
  box-shadow: inset 0 0 0 5px #292D31;
}
.panel-story-header:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #fff;
}
@media (min-width: 875px) {
  .panel-story-header {
    box-shadow: inset 0 0 0 10px #292D31;
  }
  .panel-story-header:after {
    width: 2px;
    height: 60px;
  }
}

.panel-story-body {
  text-align: center;
}
@media (min-width: 875px) {
  .panel-story-body .body {
    padding: 0 7px;
    max-width: 40em;
    margin: 0 auto;
  }
}

.panel-story-gallery {
  display: block;
  padding: 5px;
}
.panel-story-gallery img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 875px) {
  .panel-story-gallery {
    padding: 10px;
  }
}

.more-menu-on-story {
  position: relative;
}
@media (min-width: 875px) {
  .more-menu-on-story {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.more-menu-on-story .menu-hover-image {
  position: absolute;
}

.page-template-default:not(.home) .site-content,
.page-template-commerce7 .site-content,
.page-template-access .site-content,
.page-template-join .site-content,
.page-template-login .site-content,
.page-template-profile .site-content,
.page-template-event-calendar .site-content,
.page-template-gifts .site-content,
.page-template-product .site-content,
.page-template-release-letter .site-content,
.page-template-cards .site-content,
.error404 .site-content {
  padding: 100px 36px 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 792px;
  margin: 0 auto;
}
@media (min-width: 875px) {
  .page-template-default:not(.home) .site-content,
.page-template-commerce7 .site-content,
.page-template-access .site-content,
.page-template-join .site-content,
.page-template-login .site-content,
.page-template-profile .site-content,
.page-template-event-calendar .site-content,
.page-template-gifts .site-content,
.page-template-product .site-content,
.page-template-release-letter .site-content,
.page-template-cards .site-content,
.error404 .site-content {
    padding-top: 140px;
  }
}
.page-template-default:not(.home) .entry-title,
.page-template-commerce7 .entry-title,
.page-template-access .entry-title,
.page-template-join .entry-title,
.page-template-login .entry-title,
.page-template-profile .entry-title,
.page-template-event-calendar .entry-title,
.page-template-gifts .entry-title,
.page-template-product .entry-title,
.page-template-release-letter .entry-title,
.page-template-cards .entry-title,
.error404 .entry-title {
  text-align: center;
  margin: 0 0 1em;
}

.page-template-commerce7 .site-content {
  max-width: 960px;
}

.page-template-product .site-content {
  max-width: 1197px;
}

.wine-template-cards .site-content {
  max-width: 972px;
}

.page-template-join .site-content,
.page-template-login .site-content,
.page-template-access .site-content {
  max-width: 648px;
}

.reservations-link {
  margin: 12px 0 45px;
}
@media (min-width: 875px) {
  .reservations-link {
    margin-top: 0;
  }
}

.c7-reservation-widget > div {
  margin-bottom: 20px;
}
.c7-reservation-widget .c7-form__group div.c7-form-label__reservation-guests {
  width: 120px;
}
.c7-reservation-widget .c7-form__group div.c7-form-label__reservation-time {
  width: 150px;
}

.rdtPicker {
  color: #333;
}

.error-404 {
  text-align: center;
}

/*

Commerce7 collection template used for the Events collection

<div class="event-collection">
  <c7-products>
    <div class="event">

      <c7-if product-image>
        <div class="event-photo">
          <c7-product-image>
        </div>
      </c7-if>

      <div class="event-info">
        <div class="event-date">
          <h4>
            <c7-product-link>
              <c7-product-event-date> &mdash; <c7-product-event-time>
            </c7-product-link>
          </h4>
        </div>
        <h3 class="event-title">
          <c7-product-title>
        </h3>
        <c7-if product-subtitle>
          <div class="event-subtitle">
            <c7-product-subtitle>
          </div>
        </c7-if>
        <c7-if product-teaser>
          <div class="event-teaser">
            <p><c7-product-teaser></p>
          </div>
        </c7-if>
      </div>
    </div>

  </c7-products>
</div>

*/
.event-collection .event {
  padding: 36px 0;
}
.event-collection .event-photo {
  max-width: 180px;
  margin: 0 auto 15px;
}
.event-collection .event-photo img {
  display: block;
}
@media (min-width: 875px) {
  .event-collection .event-photo {
    max-width: none;
  }
}
.event-collection .event-date {
  border-bottom: 1px solid #979797;
  padding-bottom: 6px;
}
.event-collection .event-title {
  margin-top: 16px !important;
}
.event-collection h3, .event-collection h4 {
  margin: 0;
}
.event-collection p {
  margin: 0.75em 0 0 !important;
}
@media (min-width: 875px) {
  .event-collection .event {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0;
  }
  .event-collection .event-photo, .event-collection .event-info {
    flex-grow: 1;
    flex-basis: 0;
  }
  .event-collection .event-photo {
    padding-left: 40px;
    margin: 0;
  }
  .event-collection .event-info {
    padding-right: 40px;
  }
  .event-collection .event-date {
    padding-bottom: 12px;
  }
  .event-collection .event-title {
    margin-top: 32px !important;
  }
}

/*

Commerce7 default collection template

<div class="product-collection">
  <c7-products>
    <div class="product">

      <c7-if product-image>
        <div class="product-photo">
          <c7-product-image hasLink="false">
        </div>
      </c7-if>

      <div class="product-info">
        <h3 class="product-title">
          <c7-product-title hasLink="false">
        </h3>
        <c7-if product-subtitle>
          <div class="product-subtitle">
            <c7-product-subtitle>
          </div>
        </c7-if>
        <c7-if product-content>
          <div class="product-content">
            <c7-product-content>
          </div>
        </c7-if>
        <c7-product-add-to-cart>
        <c7-product-allocation>
      </div>
    </div>

  </c7-products>
</div>

*/
.product-collection .product {
  padding: 36px 0;
  text-align: center;
}
.product-collection .product-photo {
  margin: 0 auto 15px;
}
.product-collection .product-photo img {
  display: block;
}
@media (min-width: 875px) {
  .product-collection .product-photo {
    max-width: none;
  }
}
.product-collection .product-title {
  border-bottom: 1px solid #979797;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.product-collection .product-content {
  margin-bottom: 1em;
}
.product-collection .c7-allocation {
  margin-top: 1em;
}
.product-collection .c7-allocation__title,
.product-collection .c7-product__allocation__title {
  display: none;
}
.product-collection .c7-allocation__quantity,
.product-collection .c7-product__allocation__quantity {
  display: none;
}
.product-collection .c7-allocation__wish {
  padding-left: 0;
}
.product-collection .c7-allocation__request {
  margin: 0;
  padding: 0;
}
.product-collection .c7-allocation__request {
  font-size: 1em;
  opacity: 1;
}
.product-collection .c7-allocation__request a {
  text-decoration: underline !important;
}
.product-collection .c7-product__add-to-cart__form button {
  padding: 14px 20px 15px;
}
.product-collection h3, .product-collection h4 {
  margin: 0;
}
.product-collection p {
  margin: 0.75em 0 0 !important;
}
.product-collection .c7-product__variant__add-to-cart button {
  text-transform: lowercase;
}
@media (min-width: 875px) {
  .product-collection .product {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0;
    text-align: left;
  }
  .product-collection .product-photo, .product-collection .product-info {
    flex-grow: 1;
    flex-basis: 0;
  }
  .product-collection .product-photo {
    padding-left: 40px;
    margin: 0;
  }
  .product-collection .product-info {
    padding-right: 40px;
  }
  .product-collection .product-title {
    padding-bottom: 12px;
  }
}

.c7-product-collection__product-list {
  display: block;
  margin: 0;
  grid-template-columns: unset;
  -moz-column-gap: unset;
       column-gap: unset;
  row-gap: unset;
}

.c7-pagination__total {
  display: none;
}

/*

Commerce7 default product template. So far, native Commerce7 product pages are only used for events

<div class="product-template">

  <c7-if product-image>
    <c7-if product-type="Event Ticket">
      <div class="product-image">
        <c7-product-image size="x-large">
      </div>
    </c7-if>
  </c7-if>

  <div class="product-content">

    <div class="product-details">
      <h1 class="product-title"><c7-product-title></h1>
      <c7-if product-subtitle>
        <div class="product-subtitle">
          <c7-product-subtitle>
        </div>
      </c7-if>
      <c7-if product-type="Event Ticket">
        <c7-product-event-date> &mdash; <c7-product-event-time>
      </c7-if>
      <c7-product-wine>
      <c7-product-add-to-cart>
      <c7-product-allocation>
    </div>

    <div class="product-description">
      <c7-if product-type="Wine">
        <c7-product-image size="medium">
      </c7-if>
      <c7-product-content>
    </div>

  </div>

</div>
*/
.product-template .product-image {
  margin-bottom: 35px;
}
.product-template .product-image img {
  display: block;
  margin: 0 auto;
}
.product-template .product-details {
  text-align: center;
}
.product-template form {
  margin-top: 25px;
}
.product-template .product-description {
  margin-top: 50px;
}
.product-template .c7-product-detail__photo__thumbs {
  display: flex;
  margin-right: -1em;
}
.product-template .c7-product-detail__photo__thumbs a {
  display: block;
  margin: 1em 1em 0 0;
}
@media (min-width: 875px) {
  .product-template .product-image {
    margin-bottom: 120px;
  }
  .product-template .product-content {
    display: flex;
  }
  .product-template .product-details, .product-template .product-description {
    flex-grow: 1;
    flex-basis: 0;
  }
  .product-template .product-details {
    padding-right: 140px;
    text-align: left;
  }
  .product-template .product-description {
    margin-top: 0;
  }
  .product-template h1.product-title {
    text-align: left !important;
  }
}

.page-template-login, .page-template-access {
  text-align: center;
}
.page-template-login .c7-form label, .page-template-access .c7-form label {
  font-size: inherit;
}
.page-template-login .c7-form__buttons, .page-template-access .c7-form__buttons {
  margin-top: 2rem;
}
.page-template-login .c7-account-login__password-options, .page-template-access .c7-account-login__password-options {
  text-align: center;
  margin-top: 2rem;
}
.page-template-login .c7-account-login__password-options p, .page-template-access .c7-account-login__password-options p {
  font-size: inherit;
}

.page-image-header {
  position: relative;
  min-height: 60vh;
  padding: 100px 36px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 875px) {
  .page-image-header {
    padding-top: 140px;
  }
}
.page-image-header .content {
  max-width: 665px;
}
.page-image-header .header-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-template-join .site-content {
  padding-top: 80px;
}

.page-template-profile .site-content {
  max-width: 1200px;
}

.c7-account__header {
  padding: 40px 0 20px;
}
.c7-account__header .c7-wrapper p:last-of-type {
  display: none;
}
.c7-account__header .c7-marker {
  margin-top: 1rem;
}
.c7-account__header .c7-wrapper .c7-marker--small {
  display: none;
}

.c7-account__menu {
  box-shadow: none;
  margin-bottom: 40px;
}
.c7-account__menu a {
  padding: 0;
  border-bottom: none !important;
}
.c7-account__menu a:hover {
  text-decoration: underline;
}
.c7-account__menu a[href="/profile/allocation"],
.c7-account__menu a[href="/profile/club-membership"] {
  display: none;
}

.c7-table__number a {
  margin: 0;
}

@media (max-width: 1000px) {
  .c7-table tbody tr {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }

  .c7-account-block {
    border: 0;
    margin: 40px 0 0;
  }

  .c7-account-dashboard .c7-account-block__header,
.c7-account-dashboard .c7-account-block__details {
    padding-left: 0;
    padding-right: 0;
  }
  .c7-account-dashboard .c7-account-block__details:nth-child(3) {
    margin: 0;
  }
}
.card-page-cards {
  text-align: center;
}
.card-page-cards .inner {
  max-width: 18em;
  margin: 3rem auto 2rem;
  padding: 0 1.5em;
}
.card-page-cards p {
  margin: 1em 0 0;
}
.card-page-cards .c7-club-join-button {
  margin: 1.5em 0 0;
}
@media (min-width: 875px) {
  .card-page-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .card-page-cards .card {
    flex: 0 0 50%;
  }
}

#c7-cart {
  display: inline-block;
}

.c7-user-nav__cart > button {
  padding: 0;
  text-decoration: none;
}
.c7-user-nav__cart > button span {
  color: #fff;
}
.c7-user-nav__cart > button:hover span {
  color: rgba(255, 255, 255, 0.6);
}

.c7-user-nav__cart__title svg {
  display: none;
}
.c7-user-nav__cart__title span {
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  overflow: unset;
  position: unset;
  white-space: unset;
  height: unset;
  width: unset;
}

.c7-user-nav__cart__count {
  display: unset;
  background: unset;
  border-radius: unset;
  box-shadow: unset;
  font-size: unset;
  font-weight: unset;
  margin: unset;
  padding: unset;
  text-align: unset;
  min-width: unset;
  height: unset;
  vertical-align: unset;
  transition: unset;
}
.c7-user-nav__cart__count:before {
  content: " (";
}
.c7-user-nav__cart__count:after {
  content: ")";
}

.c7-price--original,
.c7-price--discounted {
  display: block;
}

.c7-side-cart,
.c7-side-cart__summary-container {
  background: #000;
  font-family: "SabonLTPro", serif;
}

.c7-side-cart__summary-container {
  border-top: none;
}

.c7-side-cart__header h1 {
  font-size: 24px;
}

.c7-order-summary__item--total + .c7-order-summary__item--total {
  display: none;
}

body.admin-bar .c7-side-cart {
  padding-top: 32px;
}

.c7-checkout-logo {
  max-width: 320px;
}

.c7-checkout__header--mobile {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.c7-checkout__content .c7-notice--charge-date {
  display: none;
}

.c7-checkout__summary-container .c7-form--coupon-code-container,
.c7-cart__summary-container .c7-form--coupon-code-container {
  display: none;
}

.c7-order-item__image {
  display: none;
}
.c7-order-item__image + .c7-order-item__details {
  margin-left: 0;
}

.c7-checkout--club .c7-order-items {
  display: none;
}

.c7-checkout--club .c7-order-summary {
  display: none;
}

.c7-receipt__header .c7-btn {
  display: none;
}

.c7-receipt__content .c7-order-status-summary,
.c7-account-order-detail__content .c7-order-status-summary {
  display: none;
}
.c7-receipt__content .c7-order-status,
.c7-account-order-detail__content .c7-order-status {
  display: none;
}
.c7-receipt__content .c7-order-map,
.c7-account-order-detail__content .c7-order-map {
  display: none;
}