/* footer social icons */
.footer-social a:first-of-type {
  text-align: center;
}
.footer .footer-social a i.icon_facebook {
  font-size: 2rem;
  float: none;
}
.footer .footer-social a .icon_instagram {
  width: 2rem;
  height: auto;
}

/* 404.php */
.error404 .menu-toggle.light {
  color: #464641;
}
.error-404 {
  text-align: center;
}
.error-404 .error-links {
  margin: 3em auto;
}
.error-404 .btn {
  margin: 0 1em;
}

/* virtual experiences & wine and cheese tasting pages */
.page-virtual-experiences .section-hero,
.page-wine-and-cheese-tasting .section-hero {
  padding: 0;
}
.page-virtual-experiences .section-hero .hero-container, 
.page-wine-and-cheese-tasting .section-hero .hero-container {
  display: block;
  margin-top: 96px;
}
.page-virtual-experiences .section-hero .hero-container h1, 
.page-virtual-experiences .section-hero .hero-intro,
.page-wine-and-cheese-tasting .section-hero .hero-container h1, 
.page-wine-and-cheese-tasting .section-hero .hero-intro {
  color: #2F2D2B;
  text-align: center;
  width: 100%;
}
.page-virtual-experiences .section-hero .hero-container h1,
.page-wine-and-cheese-tasting .section-hero .hero-container h1 {
  text-shadow: none;
}

.page-wine-and-cheese-tasting .section-hero .hero-intro {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
@media (min-width: 570px) {
  .page-virtual-experiences .section-hero .hero-container .col-sm-6,
  .page-wine-and-cheese-tasting .section-hero .hero-container .col-sm-6 {
    width: 100%;
    margin: 0 auto;
  }
  .page-virtual-experiences .section-hero,
  .page-wine-and-cheese-tasting .section-hero {
    height: auto;
    margin-top: 160px;
    padding-bottom: 25px;
  }
  .page-virtual-experiences .section-hero .hero-container h1,
  .page-wine-and-cheese-tasting .section-hero .hero-container h1 {
    margin-bottom: .5em;
  }
}
@media (min-width: 770px) {
  .page-virtual-experiences .section-hero,
  .page-wine-and-cheese-tasting .section-hero {
    margin-top: 160px;
    padding-bottom: 0;
  }
  .page-virtual-experiences .col-md-8, .section-layers .two-col-image,
  .page-wine-and-cheese-tasting .col-md-8, .section-layers .two-col-image {
    width: 40%;
  }
  .page-virtual-experiences .col-md-4, .section-layers .two-col-content,
  .page-wine-and-cheese-tasting .col-md-4, .section-layers .two-col-content {
    width: 55.8%;
  }
}
.virtual-backgrounds {
  margin: 40px auto; 
}
.virtual-background {
  text-align: center;
}
.virtual-background + .virtual-background {
  margin-top: 20px;
}
.download-link {
  display: inline-block;
  margin-top: .5em;
}
.download-link:after {
  font-family: 'Material Icons Outlined';
  content: 'file_download';
  font-size: 1em;
  vertical-align: bottom;
  margin-left: 4px;
  /* for IE11 support */
  font-feature-settings: 'liga';
}
@media (min-width: 570px) {
  .page-virtual-experiences .section-layers .section-intro .intro-container > div {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .virtual-backgrounds {
    text-align: center;
    margin: 80px auto;
  }
  .virtual-backgrounds::after {
    content: '';
    display: table;
    clear: both;
  }
  .virtual-background {
    float: left;
    width: 48.75%;
  }
  .virtual-background + .virtual-background {
    margin-top: 0;
  }
  .virtual-background:nth-of-type(odd) {
    margin-right: 2.5%;
  }
}
.virtual-videos {
  margin-bottom: 26px;
}
.virtual-video + .virtual-video{
  margin-top: 32px;
}
.virtual-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.virtual-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 770px) {
  .virtual-videos {
    margin-bottom: 0;
  }
  .virtual-videos::after {
    content: '';
    display: table;
    clear: both;
  }
  .virtual-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .virtual-video:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .virtual-video-text,
  .virtual-video-flex-wrap {
    width: 48.75%;
  }
  .virtual-video-text {
    float: left;
  }
  .virtual-video-flex-wrap {
    float: right;
  }
  .virtual-video + .virtual-video {
    clear: both;
  }
  .virtual-background:nth-of-type(odd) {
    margin-right: 2.5%;
  }
}
.page-virtual-experiences .section-layers section:nth-last-of-type(2) {
  margin-bottom: 0;
}
.section-intro .intro-container .varietal-videos-wrap h4 {
  margin-bottom: 0;
}
.varietal-videos-wrap {
  padding: 40px 0;
}
.varietal-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.varietal-video {
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 770px) {
  .varietal-videos-wrap {
    padding: 80px 0;
  }
  .varietal-video {
    width: 48.75%;
    float: left;
  }
  .varietal-video:nth-of-type(even) {
    width: 48.75%;
    float: right;
  }
}

/* sweepstakes rules page */
.page-sweepstakes-rules .entry-header {
  display: none;
}

/* wine and cheese tasting page */
.page-wine-and-cheese-tasting p:empty:before {
  content: none;
}
.page-wine-and-cheese-tasting p:empty,
.page-wine-and-cheese-tasting p + p:empty {
  margin-bottom: 0;
}
.page-wine-and-cheese-tasting h3 {
  margin: .5em 0;
}
.page-wine-and-cheese-tasting .section-layers .section-intro .intro-container h4 {
  line-height: 36px;
  margin-bottom: .5em;
}
.page-wine-and-cheese-tasting .section-hero .hero-container h1 {
  max-width: 10em;
  margin: 0 auto .5em;
}
.page-wine-and-cheese-tasting section:nth-of-type(2) {
  background: #fff;
  padding: 30px 0;
}
.page-wine-and-cheese-tasting section:nth-of-type(2) img {
  margin: 1em 0;
}
.page-wine-and-cheese-tasting .wine-split h3 {
  margin-bottom: 1em;
}
.page-wine-and-cheese-tasting .wine-split-left, 
.page-wine-and-cheese-tasting .wine-split-right {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.page-wine-and-cheese-tasting .wine-split-right {
  flex-direction: row-reverse;
  margin-top: 2em;
}
.page-wine-and-cheese-tasting .wine-split-bottle {
  width: 22%;
  float: left;
  margin-top: .5em;
}
.page-wine-and-cheese-tasting .wine-split-details {
  width: 70%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-wine-and-cheese-tasting .wine-split-links {
  margin-top: 1em;
}
.page-wine-and-cheese-tasting .wine-split-links p:last-of-type {
  margin-bottom: 0;
}
.page-wine-and-cheese-tasting .wine-split-links .btn {
  display: inline-block;
  padding: 12px 30px;
}
.page-wine-and-cheese-tasting .participate {
  margin: 30px 0;
  text-align: center;
}
.page-wine-and-cheese-tasting .participate:after {
  content: '';
  display: table;
  clear: both;
}
.page-wine-and-cheese-tasting .participate h4 {
  margin-bottom: 3.5em;
}
.page-wine-and-cheese-tasting .part-num {
  background-color: #862633;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: .85em;
  padding-left: .2em;
}
.page-wine-and-cheese-tasting .participate-text {
  max-width: 24em;
  margin: 1.5em auto 0;
}
@media (min-width: 570px) {
  .page-wine-and-cheese-tasting .section-layers .section-intro .intro-container > div {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 770px) {
  .page-wine-and-cheese-tasting section:nth-of-type(2) {
    padding: 40px 0;
    margin: 40px 0;
  }
  .page-wine-and-cheese-tasting .wine-split h3, 
  .page-wine-and-cheese-tasting .participate h3 {
    text-align: center;
  }
  .page-wine-and-cheese-tasting .wine-split-left, 
  .page-wine-and-cheese-tasting .wine-split-right {
    clear: none;
    width: 47.5%;
    margin-top: 1em;
  }
  .page-wine-and-cheese-tasting .wine-split-left {
    float: left;
  }
  .page-wine-and-cheese-tasting .wine-split-right {
    float: right;
    flex-direction: row;
  }
  .page-wine-and-cheese-tasting .wine-split-bottle {
    height: 26em;
    width: auto;
    flex: 1 1 7em;
  }
  .page-wine-and-cheese-tasting .wine-split-bottle img {
    height: 26em;
    width: auto;
  }
  .page-wine-and-cheese-tasting .wine-split-details {
    width: calc(100% - 9em);
  }
  .page-wine-and-cheese-tasting .section-intro,
  .page-wine-and-cheese-tasting .participate {
    margin: 40px 0;
  }
  .page-wine-and-cheese-tasting .participate-text {
    float: left;
    width: 30%;
  }
  .page-wine-and-cheese-tasting .participate-text + .participate-text {
    margin-left: 5%;
  }
}

/* sauvignon blanc collection pages */

.page-napa-cellars-sauvignon-blanc-collection .section-intro,
.page-napa-cellars-sauvignon-blanc-collection-club .section-intro {
  margin: 12rem 0 2rem;
}
.page-napa-cellars-sauvignon-blanc-collection .two-column-content,
.page-napa-cellars-sauvignon-blanc-collection-club .two-column-content {
  text-align: center;
}
.page-napa-cellars-sauvignon-blanc-collection .two-column-content .row > div + div,
.page-napa-cellars-sauvignon-blanc-collection-club .two-column-content .row > div + div {
  margin-top: 4rem;
}
.page-napa-cellars-sauvignon-blanc-collection .c7-product__variant__price__compare,
.page-napa-cellars-sauvignon-blanc-collection-club .c7-product__variant__price__compare,
.page-napa-cellars-sauvignon-blanc-collection .c7-product__variant__price__sale,
.page-napa-cellars-sauvignon-blanc-collection-club .c7-product__variant__price__sale {
  display: inline-block;
  font-size: 2rem;
  padding: 0 .5rem;
}
@media screen and (min-width: 570px) {
  .page-napa-cellars-sauvignon-blanc-collection .section-intro,
  .page-napa-cellars-sauvignon-blanc-collection-club .section-intro {
    margin: 18rem 0 2rem;
  }
  .page-napa-cellars-sauvignon-blanc-collection .two-column-content .row > div + div,
  .page-napa-cellars-sauvignon-blanc-collection-club .two-column-content .row > div + div {
    margin-top: 0;
  }
  
}
@media screen and (min-width: 48rem){
  .page-napa-cellars-sauvignon-blanc-collection .c7-product__variant__add-to-cart,
  .page-napa-cellars-sauvignon-blanc-collection-club .c7-product__variant__add-to-cart {
    justify-content: center;
  }
}

.c7-product-collection {
    min-height: 450px;
}

.current-menu-item a, .current-page-ancestor a, .current-post-ancestor a {
  border-bottom: 1px solid #671E28;
  padding: 0 0 .5em;
  color: #671E28 !important;
}

/* join Our Mailing List page & Find page title line spacing fix */
.simple-page {
  margin-top: 150px
}

/* Join Our Mailing List page bullets spacing fix */
.bullet-indent {
  padding-left:20px;
}

/* cart page set coupon box visible */
.c7-cart__summary__message form.c7-form {
  opacity: 100%;
  visibility: visible;
  padding-bottom: 20%;
}
