/*!
Theme Name: Lillian
Theme URI: http://www.lab43.com
Author: Cameron Spencer
Author URI: http://www.lab43.com
Description: Custom theme based on Underscores
Version: 2.0.0
*/
.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 {
  font-family: "maison-neue";
  src: url("fonts/maison-neue/MaisonNeue-Light.woff2") format("woff2"), url("fonts/maison-neue/MaisonNeue-Light.woff") format("woff");
}
@font-face {
  font-family: "maison-neue";
  src: url("fonts/maison-neue/MaisonNeue-Light.woff2") format("woff2"), url("fonts/maison-neue/MaisonNeue-Light.woff") format("woff");
  font-style: italic;
}
@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");
}
:root {
  --c7-alt-button-bg-hover: none;
  --c7-alt-text-color: black;
  --c7-bg: #fff;
  --c7-bg-alt: none;
  --c7-block-border-radius: 0;
  --c7-block-shadow: none;
  --c7-body-text-color: #000;
  --c7-border-color: #666;
  --c7-border-radius: 0;
  --c7-button-border-radius: 0;
  --c7-error-bg: #f0f0f0;
  --c7-field-bg: rgba(255, 255, 255, 0.2);
  --c7-field-border-color: #666;
  --c7-field-border-radius: 0;
  --c7-field-option-selected-color: #fff;
  --c7-font-family: maison-neue, sans-serif;
  --c7-header-text-color: #000;
  --c7-heading-font-family: maison-neue, sans-serif;
  --c7-heading-font-weight: normal;
  --c7-heading-text-color: #000;
  --c7-info-bg: #f0f0f0;
  --c7-link-color: #555;
  --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: #555;
}

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

a,
.c7-link {
  color: #555;
  transition: color 0.25s;
  cursor: pointer;
  text-decoration: underline;
}
a:hover,
.c7-link:hover {
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "maison-neue", sans-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;
  margin-top: 3rem;
}
@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;
}

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

.c7-form label, .c7-form .label {
  font-family: inherit;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  min-height: 100vh;
}

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

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

@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: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #999;
}
input::placeholder,
select::placeholder {
  color: #999;
}

.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);
}

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

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

.c7-wrapper {
  padding: 0;
}

.c7-order-status li.c7-active:before,
.c7-order-status li.c7-completed:before,
.c7-back:before,
.c7-callout:not(.c7-callout--club):before {
  display: none;
}

.c7-order-status li span {
  margin-left: 0;
}

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

.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: #555;
}
#ez-toc-container a:hover {
  color: #222;
}

.header-logo {
  position: absolute;
  margin: 0;
  top: 25px;
  left: 50%;
  line-height: 1;
  margin-left: -53px;
  z-index: 1;
}
.header-logo img {
  width: 106px;
  height: auto;
}
@media (max-width: 874px) {
  .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: "maison-neue", sans-serif;
  font-size: 15px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background: #fff;
}
.main-nav a {
  text-decoration: none;
  color: #000;
}
.main-nav ul, .main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav .menu-header-image {
  max-width: 665px;
  margin: 0 auto 4rem;
}
.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;
  text-transform: uppercase;
  align-items: center;
  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: 765px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main-nav .address-region {
    text-align: center;
    text-transform: uppercase;
    margin-top: 2em;
    font-size: 0.85em;
  }
  .main-nav .left-side {
    text-align: left;
  }
  .main-nav .right-side {
    text-align: right;
  }
  .main-nav .line {
    display: none;
  }
}

.return-to-menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.return-to-menu a {
  display: block;
}
.return-to-menu .anticaterra-logo {
  width: 300px;
}
.return-to-menu .lillian-logo {
  margin-left: 100px;
  width: 180px;
}
.return-to-menu img {
  width: 100%;
  display: block;
}
@media (max-width: 650px) {
  .return-to-menu {
    flex-direction: column;
    align-items: center;
    margin-top: 125px;
  }
  .return-to-menu .lillian-logo {
    margin: 75px 0 0 0;
  }
}

.corner-members-menu {
  position: fixed;
  top: 37px;
  right: 40px;
  z-index: 4;
  font-family: "maison-neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
}
.corner-members-menu a {
  color: #000;
  text-decoration: none;
}
.corner-members-menu a:hover {
  text-decoration: underline;
}
.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 > ul > li + li:before {
  content: "|";
  margin: 0 1em;
}
@media (max-width: 874px) {
  .corner-members-menu {
    top: 24px;
    right: 20px;
  }
}

.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;
}

.admin-bar .header-logo,
.admin-bar .main-nav,
.admin-bar .toggle-main-nav,
.admin-bar .corner-members-menu,
.admin-bar .left-corner {
  margin-top: 46px;
}
@media (min-width: 875px) {
  .admin-bar .header-logo,
.admin-bar .main-nav,
.admin-bar .toggle-main-nav,
.admin-bar .corner-members-menu,
.admin-bar .left-corner {
    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 #555;
  background: none;
  color: #555;
  line-height: 1;
  padding: 0.5em 1.5em 0.6em;
  text-decoration: none;
  font-family: "maison-neue", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
button:not(.c7-link):hover,
.c7-btn:hover,
.button:hover,
.acquire-button a:hover,
.style-button:hover {
  border-color: #222;
  color: #222;
  background: none;
}

.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: #000 !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-order-status li.c7-active:before,
.c7-order-status li.c7-completed:before,
.c7-back:before,
.c7-callout:not(.c7-callout--club):before {
  display: none;
}

.c7-order-status li span {
  margin-left: 0;
}

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

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

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

.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-product .site-content,
.page-template-release-letter .site-content,
.page-template-experience-page .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-product .site-content,
.page-template-release-letter .site-content,
.page-template-experience-page .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-product .entry-title,
.page-template-release-letter .entry-title,
.page-template-experience-page .entry-title,
.error404 .entry-title {
  text-align: center;
  margin: 0 0 1em;
}
.page-template-default:not(.home) .featured-image,
.page-template-commerce7 .featured-image,
.page-template-access .featured-image,
.page-template-join .featured-image,
.page-template-login .featured-image,
.page-template-profile .featured-image,
.page-template-event-calendar .featured-image,
.page-template-product .featured-image,
.page-template-release-letter .featured-image,
.page-template-experience-page .featured-image,
.error404 .featured-image {
  margin-bottom: 3rem;
}

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

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

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

/*

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 #666;
  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 {
  display: none;
}
.product-collection .c7-allocation__quantity,
.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 h3, .product-collection h4 {
  margin: 0;
}
.product-collection p {
  margin: 0.75em 0 0 !important;
}
@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;
}
@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-login-form button, .page-template-access #c7-login-form button {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.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 #c7-content h1, .page-template-profile #c7-content h2 {
  margin-top: 70px;
}

.page-template-experience-page .site-content {
  max-width: 1010px;
}
.page-template-experience-page .featured-image {
  margin: 95px 0 0;
}
@media (max-width: 874px) {
  .page-template-experience-page .featured-image {
    display: none;
  }
}
@media (min-width: 875px) {
  .page-template-experience-page .entry-title {
    text-align: left;
  }
  .page-template-experience-page article {
    display: flex;
  }
  .page-template-experience-page article .left-side {
    flex: 0 0 205px;
    margin-right: 130px;
  }
}

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

.c7-user-nav__cart > button {
  padding: 0;
  text-decoration: none;
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c7-user-nav__cart > button span {
  color: #000;
}
.c7-user-nav__cart > button:hover span {
  color: #222;
  text-decoration: underline;
}

.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: #fff;
}

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

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

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

.c7-order-summary__buttons a {
  min-height: auto;
  padding: 1em;
}
.c7-order-summary__buttons a:first-child {
  flex: 0.6;
}

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