#fullpage-wines .bottle-bkgrd.grigio {
  background-image: url("/wp-content/uploads/2020/09/TT-V2019-PG-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.chard {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-CH-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.rose {
  background-image: url("/wp-content/uploads/2020/09/TT-V2020-RO-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.noir {
  background-image: url("/wp-content/uploads/2020/09/TT-V2019-PN-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.cab {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-CS-Front-Bottle-Web-300.png")
}
#fullpage-wines .bottle-bkgrd.blend {
  background-image: url("/wp-content/uploads/2020/09/TT-V2018-RED-Front-Bottle-Web-300.png")
}

#wines .wines-row .wine-home-container .wines-home-bottle-list li a[data-wine="rose"] p {
  top:-42px;left:116px
}
#fullpage-wines .wine-bkgrd.supporting-image-rose {
  background-image: url("/wp-content/uploads/2020/08/Rose-Varietal-Page-Vineyard-767.jpg")
}
#fullpage-wines .gold-bkgrd.rose {
  background-image: url(/wp-content/uploads/2018/04/mini-blend-gold_v2.png)
}

@media screen and (max-width: 1400px){
  #wines .wines-row .wine-home-container .home-mobile-wines {
    display: block;
    width: 34em;
    position: relative;
    bottom: 80px;
    margin: 0 auto;
    left: initial;
    transform: translate(0);
  }
}
@media screen and (max-width: 1400px){
  #wines .wines-row .wine-home-container .wines-home-bottle-list {
    display: none;
  }
  #wines .wines-row .wine-home-container .home-mobile-wines {
    max-width: 100%;
  }
}

@media screen and (min-width: 1700px){
  #wines .wines-row .wine-home-container .wines-home-bottle-list {
    left: 33%;
  }
  #scores .score-list-container {
    font-size: 1em;
  }
}

#shop .shop-col {
  height: 100vh;
  width: 100%;
}
#shop .shop-title-container {
  bottom: 6.25em;
  transform: translate(-50%, -70%) scale(0.9);
}
#wine-find-btn {
  margin-top: 1.5em;
  border: 0;
}
.locator-a11y {
  font-size: .75em;
  margin: 6em auto 0;
  max-width: 360px;
}
.locator-a11y h4 {
  color: #fff;
  text-wrap: balance;
}
#shopFormContainer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 1em;
  z-index: 10001;
  width: 100%;
  height: 100%;
}
#close-shop {
  position: absolute;
  top: .5em;
  right: 1.5em;
  z-index: 10002;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50% !important;
  transition: all .3s ease-in-out;
}
#close-shop:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
@media screen and (min-width: 480px) {
  #shop .shop-title-container {
    transform: translate(-50%, -60%) scale(1);
  }
} 
@media screen and (min-width: 898px) { 
  #close-shop {
    top: 1.5em;
    right: 2.5em;
  }
}
@media screen and (min-width: 992px) { 
    #shop .shop-title-container {
    transform: translate(-50%, -50%) scale(1);
  }
  .locator-a11y {
    font-size: .75em;
    margin: 6em auto 0;
    max-width: 460px;
  }
}
@media screen and (min-width: 1700px) { 
  #wine-find-btn {
    margin-top: 2.5em;
  }
}
