/* CSS Document */
body, html {
  width: 100%;
  position: relative;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  overflow-y: hidden;
}
a {
  color: #9A0B0A;
}
a:hover {
  color: #9A0B0A;
}
#host-your-event-with-us a.event-inquire-btn {
  font-size: 19px;
  padding-top: 2px;
}
#age-check, .constant-contact-popup, .product-inquiry-form-popup, .product-inquiry-form-popup-thankyou, .award-box {
  opacity: 1;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(7px);
  z-index: 500;
  top: 0px;
}
.constant-contact-popup, .product-inquiry-form-popup, .product-inquiry-form-popup-thankyou, .award-box {
  opacity: 0;
  pointer-events: all;
}
.award-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.award-box.open-box {
  opacity: 1;
  pointer-events: all;
  z-index: 500;
}
.award-box strong {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
}
.age-check-box {
  max-width: 800px;
  width: 90vw;
  min-height: 350px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff, 0 0 0 20px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 20px;
}
.product-inquiry-form-popup-thankyou .age-check-box {
  min-height: auto;
}
.age-check-box h2 {
  font-style: italic;
  margin-top: 70px;
}
.age-check-box a {
  width: 100px;
  height: 46px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 0 1px #fff;
  display: inline-block;
  border: 8px solid #000;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 15px 25px;
}
.age-check-box a:hover {
  background: #ba202b;
}
body.age-checked {
  overflow-y: scroll;
}
body.age-checked #age-check {
  opacity: 0;
  pointer-events: none;
}
h1, h2, h3, h4, h5 {
  font-family: "miller-text", miller-text, serif;
  font-style: italic;
  transition: font-size 1s;
}
h2 {
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 28px;
}
h3 {
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 28px;
}
.redbutton {
  font-family: "Oswald", "Roboto", sans-serif;
  background: #ba202b;
  padding: 3px 20px;
  color: #fff;
  transition: color 0.3s;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}
.redbutton:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.redbutton.leftflag {
  margin-right: 10px;
}
.redbutton.rightflag {
  margin-left: 10px;
}
.redbutton.leftflag, .redbutton.rightflag {
  display: inline-block;
  position: relative;
}
/* .redbutton.leftflag:before, .redbutton.rightflag:after {
  content: "";
  position: absolute;
  top: 0px;
  border: #ba202b 14px solid;
  width: 10px;
  font-size: 0;
  height: 0;
	margin:0 10px;
} */
.redbutton.leftflag:before {
  left: -20px;
  border-left: 10px #ba202b00 solid;
}
.redbutton.rightflag:after {
  right: -20px;
  border-right: 10px #ba202b00 solid;
}
.redbutton.rightflag.darkbutton {
  background: #8f0d3b;
}
.redbutton.rightflag.darkbutton:after {
  border-color: #8f0d3b;
  border-right: 10px transparent solid;
}
.redflag {
  font-family: "Oswald", "Roboto", sans-serif;
  border: #ba202b 16px solid;
  height: 0px;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  line-height: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
  cursor: pointer;
  text-decoration: none;
}
.redflag.leftflag {
  border-left: 10px transparent solid;
  right: 0px;
  padding-right: 50px;
  padding-left: 25px;
}
.redflag.centerflag {
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  padding: 0px 25px;
  left: 50%;
  transform: translateX(-50%);
}
.redflag:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
/* HEADER AND NAVS */
#header {
  background: #000000;
  width: 100%;
  position: fixed;
  top: 40px;
  height: 34px;
  padding: 8px 90px 10px 90px;
  z-index: 300;
  color: #FFFFFF;
  transition: top 1s ease-in-out;
}
.stowed #header {
  top: -46px;
}
.unstowed #header {
  top: 0px;
}
#logo {
  vertical-align: top;
  max-width: 410px;
  margin-top: 2px;
}
#menu {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  cursor: pointer;
}
#header #navs {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  background: #000000aa;
  width: 100%;
  left: 0px;
  top: 34px;
  font-size: 16px;
  transition: max-height 0.3s;
  height: 185px;
  z-index: 300;
}
.navsopen #header #navs {
  max-height: 161px;
}
#header #navs1, #header #navs2 {
  position: absolute;
  top: 20px;
  text-align: left;
  line-height: 100%;
}
#header #navs1 {
  right: 270px;
}
#header #navs2 {
  right: 70px;
}
#header #navs1 a, #header #navs2 a {
  font-family: "Oswald", "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 7px 0px;
  font-weight: 500;
  transition: color 0.3s;
  color: #fff;
  letter-spacing: 1px;
}
#header #navs1 a:hover, #header #navs2 a:hover {
  color: #FFFFFFbb;
}
#header #navs #navsPromo {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 330px;
  max-width: 33%;
}
#header #navs #navsPromo img {
  max-width: 100%;
}
#social-icons {
  position: absolute;
  width: 23px;
  height: 23px;
  opacity: .6;
  transition: opacity 0.3s;
}
#social-icons:hover {
  opacity: 1;
}
header #social-icons {
  left: 90px;
  top: 28px;
}
main {}
main h1 {
  font-size: 0;
  text-align: left;
  padding: 143px 90px 0 90px;
  margin: 0;
  background: #eddcc3 url(/images/bg-wheretofind.jpg) top center !important;
  background-size: cover !important;
  line-height: 28px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
#contact #social-icons {
  bottom: 7px;
  right: 0;
}
#contact #navs #social-icons img {
  filter: brightness(0%);
}
/* HOME/TOP */
.homeSlider {
  position: relative;
  height: 100vh;
  transition: margin-top 1s ease-in-out;
  box-shadow: 0px 0px 20px 0px #000000aa;
}
.homeSlider div.slideMe {
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100% !important;
  height: 100% !important;
}
.homeSlider h2 {
  position: absolute;
  z-index: 200;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff8eb;
  font-style: italic;
  text-shadow: 0px 0px 6px #000, 0px 0px 3px #000;
  line-height: 100%;
  text-align: center;
  width: 90%;
}
#arrow-down {
  width: 20px;
  display: block;
  margin: 0px auto 15px auto;
  opacity: 0.8;
}
#locations {
  padding-bottom: 15%;
  background: #d1be98 url("/images/bg-wheretofind.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#locations h2 {
  margin-top: 60px;
}
#locations h3 {
  margin: 30px 0 15px 0;
}
#locations p {
  font-size: 17px;
  overflow: visible;
}
#locations p a {
  text-decoration: none;
  color: #000;
  position: relative;
  white-space: nowrap;
  overflow: visible;
  transition: color .3s;
  display: block;
  line-height: 1;
  margin-bottom: 7px;
}
#locations br {
  display: none;
}
#locations p a:hover::after {
  content: "";
  background: url("/images/arrow-next.png") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 9px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
#locations p a:hover {
  color: #000000aa;
}
#locations #bg-locations {
  background: url("/images/watermark-locations.png") bottom right no-repeat;
  background-size: contain;
  width: 75%;
  height: 70%;
  position: absolute;
  bottom: 5%;
  right: 2%;
  opacity: .3;
}
@-webkit-keyframes arrow-animation {
  0% {
    transform: translateY(-150%);
  }
  25% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}
@-moz-keyframes arrow-animation {
  0% {
    transform: translateY(-150%);
  }
  25% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}
@-o-keyframes arrow-animation {
  0% {
    transform: translateY(-150%);
  }
  25% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}
@keyframes arrow-animation {
  0% {
    transform: translateY(-150%);
  }
  25% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150%);
  }
}
#arrow-down {
  animation-timing-function: ease-in-out;
  -webkit-animation: arrow-animation 2.5s infinite; /* Safari 4+ */
  -moz-animation: arrow-animation 2.5s infinite; /* Fx 5+ */
  -o-animation: arrow-animation 2.5s infinite; /* Opera 12+ */
  animation: arrow-animation 2.5s infinite; /* IE 10+, Fx 29+ */
}
#promoBanner {
  display: block;
  background: #eddcc3 url("/images/paperscan.jpg") center center !important;
  padding: 80px 0px 30px 0px;
}
#promoBanner img {
  display: block;
  box-shadow: 0px 0px 20px 0px #000000aa;
}
/* TASTING ROOM */
.tasting-room-event {
  margin: 10px auto;
  font-size: 16px;
  border-top: 1px solid #D3C3A9;
  max-width: 530px;
  padding: 10px;
}
#tasting-room-slider {
  height: 22vw;
  background: #fff url("/images/tasting-room-slider.jpg") repeat-x;
  background-position: right center;
  background-size: cover;
  transition: height 1s;
}
#tasting-room-bottom-slider {
  height: 22vw;
  background: #fff url("/images/tasting-room-bottom-slider.jpg") repeat-x;
  background-position: right center;
  background-size: cover;
  transition: height 1s;
}
#tasting-room-top {
       background: #e9e6e1 url(/images/paperscan.jpg) center center repeat;
  background-size: cover !important;
  position: relative;
  padding: 60px 2%;
}
#tasting-room-title {
  max-width: 290px;
  width: 90%;
  display: block;
  margin: 0 auto 30px auto;
}
#tasting-room-top .trt-col {
  height: 100%;
}
#tasting-room-top p {
  font-size: 16px;
  padding: 0px 15px;
  margin-bottom: 0.6rem;
}
.eventsGalleries {
  gap: 1%;
  justify-content: center;
}
.eventsGalleriesItem {
  width: 32.333%;
  cursor: pointer;
  position: relative;
   aspect-ratio:16/9;
   margin-bottom: 10px;
}
.eventsGalleriesItem img {
  width: 100%;
  border: 4px solid #ffffff;
  height: 98%;
  object-fit: cover;
  object-position: center center;
}
.eventsGalleries .galleryOverlay {
  position: absolute;
  width: 100%;
  height: 98%;
  background: #000000aa;
  z-index: 1;
  opacity: 1;
  border: 4px solid #fff;
  transition: opacity .3s;
  top: 0;
  left: 0;
}
.eventsGalleries .galleryOverlay:hover {
  line-height: 200%;
  opacity: 0;
}
.what, .where {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 300%;
}
.what {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 22px;
  bottom: 50%;
   line-height:1.1;
   padding-bottom:17px;
   margin-bottom:0;
}
.what::after {
  height: 1px;
  content: "";
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  background: #ffffff99;
}
.where {
  font-size: 17px;
  line-height: 270%;
  text-transform: uppercase;
  top: 50%;
}
.follow {
  max-width: 430px;
}
.trt-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
}
#tasting-room-bottom {
  position: relative;
  height: 100vh;
}
.trb-col h2, .trb-col p {
  position: absolute;
  background: #eddcc3 url("/images/paperscan.jpg") center center !important;
  transition: all 1s;
}
.trb-col h2 {
  left: 78px;
  bottom: 266px;
  padding: 12px 40px 15px 20px;
  line-height: 100%;
}
.trb-col p {
  right: 67px;
  bottom: 56px;
  padding: 20px 22px;
  max-width: 548px;
  width: 80%;
  font-size: 15px;
  text-align: left;
}
/* TASTING ROOM GALLERY */
#tasting-room-gallery, #tasting-room-gallery .row, #tasting-room-gallery .col-12 {
  height: 460px;
  background: #fff8eb;
}
/* ABOUT MATT */
#about-matt-top {
  height: 47vw;
  background: #482f1b url("/images/TheStill@3k.jpg") top center !important;
  background-size: contain !important;
  position: relative;
}
#about-matt-top .row {
  height: 100%;
}
#about-matt-top .col-12 {
  height: 100%;
}
#about-matt-top .redflag {
  top: 25%;
  transition: all 1s;
}
#about-matt-bottom {
  max-height: 0px;
  height: auto;
  color: #fff;
  background: #393630;
  text-align: center;
  font-size: 16px;
  transition: max-height 1.5s;
  overflow: hidden;
}
#about-matt-bottom.mattopen {
  max-height: 600px !important;
}
#closematt {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* PRODUCTS */
img.awards {
  max-width: 170px;
}
#products {
  background: #fff8eb;
  position: relative;
  overflow-x: hidden;
  font-size: 18px;
}
#products h2 {
  margin-top: 50px;
  font-size: 55px;
}
#products .redbutton {
  padding: 2px 14px;
  font-size: 18px;
}
.product-img {
  max-width: 420px;
  width: 100%;
}
#straight-bourbon, #potato-vodka, #wheat-vodka, #single-spud, #rhubarb-liquour {
  z-index: 10;
}
.products-watermark {
  z-index: 0;
  position: absolute;
  opacity: .4;
}
.products-watermark-1 {
  width: 45vw;
  top: 17px;
  right: -30px;
}
.products-watermark-2 {
  width: 45vw;
  bottom: 45px;
  left: 87px;
}
/* PRESS */
#press {
  background: #fff8eb;
  box-shadow: 0px 0px 20px 0px #000000aa;
}
#press .center .lazyslider-img {
  cursor: pointer;
}
/* SPUD BAG */
#spud-bag {
  background: url("/images/spud-bag/background.jpg");
  font-size: 18px;
}
#spud-bag-top {
  height: 180px;
  background: url("/images/spud-bag/bag-top.png") repeat-x;
}
/* ABOUT DEAN / HISTORICAL */
#historical-dean {
  /* background: #8F5234 url("/images/historical/VintagePotatoPhoto@3k.jpg") center center !important;
  background-size: cover !important;
    background-attachment: fixed !important; */
  position: relative;
  height: 78.85vw;
}
#historical-dean .row.deanphoto {
  height: 78.85vw;
}
#historical-dean .row.deanphoto .col-12 {
  height: 78.85vw;
}
.hg {
  top: 80px;
}
.aboutd {
  top: 125px;
}
#dean {
  max-height: 0px;
  height: auto;
  color: #fff;
  background: #393630;
  text-align: center;
  font-size: 16px;
  transition: max-height 1.5s;
  overflow: hidden;
}
#dean.deanopen {
  max-height: 600px !important;
}
#closedean {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* HISTORICAL GALLERY */
#historical-gallery .hist-gal-col {
  height: 500px;
}
#historical-gallery {
  max-height: 0px;
  height: 550px;
  background: #fff8eb;
  text-align: center;
  font-size: 16px;
  transition: max-height 1.5s;
  overflow: hidden;
}
#historical-gallery.historicalopen {
  max-height: 550px !important;
}
#closehistorical {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* FARM GALLERY */
#farm-gallery, #farm-gallery .farm-gal-col {
  height: 460px;
  background: #fff8eb;
}
/* DIRT */
#dirt {
  position: relative;
  height: 100vh;
  /*background: url("/images/sagaponack-dirt/SagaponackLoam@3k.jpg") center center !important;
  background-attachment: fixed !important;
  background-size: cover !important; */
}
.lc {
  bottom: 18% !important;
}
#dirt .dirt-col {
  height: 100%;
}
.dirt-col h2, .dirt-col p {
  position: absolute;
  background: #eddcc3 url("/images/paperscan.jpg") center center !important;
  transition: all 1s;
}
.dirt-col h2 {
  left: 78px;
  bottom: 261px;
  padding: 12px 40px 15px 20px;
  line-height: 100%;
}
.dirt-col p {
  left: 88px;
  bottom: 61px;
  padding: 20px 22px;
  width: 55%;
  max-width: 548px;
  font-size: 15px;
  text-align: left;
}
/* CONTACT */
#contact {
  background: #fef8ea url("/images/contact-2021.jpg") center 76% no-repeat !important;
  background-size: contain !important;
  height: 54vw;
}
#contact .row {
  height: 100%;
}
#contact .col-12 {
  height: 100%;
}
#contact h2 {
  margin-top: 60px;
  margin-left: 84px;
}
#contact p {
  margin-left: 68px;
  margin-bottom: 0.25rem;
  font-size: 16px;
  padding: 0px 15px;
}
#contact #navs {
  position: absolute;
  left: 100px;
  bottom: 7%;
  font-size: 14px;
  text-align: left;
  letter-spacing: .05em;
  font-family: "Oswald", "Roboto", sans-serif;
}
#contact #navs1, #contact #navs2 {
  display: inline-block;
  width: 140px;
  line-height: 100%;
  vertical-align: top;
}
#contact #navs1 a, #contact #navs2 a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 5px 0px;
  font-weight: 500;
  transition: opacity 0.3s;
  color: #2e2c28;
}
#contact #navs1 a:hover, #contact #navs2 a:hover {
  opacity: 75%;
}
#contact #navs img {
  filter: brightness(50%);
}
#contact #navs #navsPromo {
  padding: 0px 0px 25px 0px;
}
#copyright {
  position: absolute;
  left: 100px;
  bottom: 0px;
  font-size: 12px;
  color: #2e2c28;
  transition: opacity 0.3s;
}
#copyright a {
  text-decoration: none;
  color: #2e2c28;
}
#copyright a:hover {
  opacity: 0.75;
}
/* LARGE */
@media (max-width: 1199.98px) {
  h2 {
    font-size: 48px;
  }
  /* FOOTER */
  #contact {
    height: 66vw;
  }
}
/* MEDIUM */
@media (max-width: 991.98px) {
  /* TASTING ROOM */
  .trb-col h2 {
    bottom: 286px;
  }
  h2 {
    font-size: 42px;
  }
  .what {
    transform: translateY(50%);
    padding: 10px;
    line-height: 120%;
  }
  .what::after {
    background-color: transparent;
  }
  .where {
    display: none;
  }
  /* MATT */
  #about-matt-top .redflag {
    top: 25%;
  }
  /* DIRT */
  #dirt {
    height: 80vh;
  }
  .dirt-col h2 {
    bottom: 281px;
  }
  /* FOOTER */
  #contact {
    min-height: 720px;
    height: 69vw;
    background-position: center 65% !important;
  }
  #locations p {
    font-size: 14px;
  }
  #locations #bg-locations {
    display: none;
  }
}
/* SMALL */
@media (max-width: 767.98px) {
  /* TASTING ROOM */
  #tasting-room-slider, #tasting-room-bottom-slider {
    height: 33vw;
  }
  .eventsGalleries {
    gap: 2%;
  }
  .eventsGalleriesItem {
    width: 49%;
    margin-bottom: 1.2%;
  }
  body {
    font-size: 18px;
  }
  main h1 {
    padding: 40px 14px 0 14px;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 14px;
  }
  h3 {
    font-size: 30px;
  }
  /* HEADER AND NAVS */
  #header {
    top: 0px;
    height: 74px;
    padding: 3px 14px;
    z-index: 300;
  }
  .stowed #header {
    top: -100px;
  }
  #menu {
    top: 14px;
    right: 14px;
    transform: none;
  }
  #header #navs {
    top: 67px;
    font-size: 16px;
    transition: max-height 0.3s;
    height: 312px;
  }
  .navsopen #header #navs {
    max-height: 292px;
  }
  #header #navs1, #header #navs2, #header #navs #navsPromo {
    position: relative;
    top: auto;
    text-align: left;
    display: block;
  }
  #header #navs1 {
    right: auto;
    margin: 14px 14px 0 14px;
  }
  #header #navs2 {
    right: auto;
    margin: 0 14px 14px 14px;
  }
  #header #navs #navsPromo {
    left: auto;
    margin: 14px;
    max-width: calc(100% - 30px);
  }
  header #social-icons {
    left: auto;
    right: 14px;
    top: 20px;
  }
  #logo-mobile {
    max-width: calc(100% - 50px) !important;
    width: 250px;
  }
  .homeSlider {
    height: 67vw;
    margin-top: 0px;
  }
  .padded .homeSlider {
    margin-top: 100px;
  }
  .homeSlider div.slideMe {
    background-attachment: local !important;
  }
  /* TASTING ROOM */
  .trt-content {
    position: relative;
    width: 94%;
    margin: 3%;
    transform: none;
    top: auto;
    left: auto;
  }
  .trt-content .redflag {
    position: relative;
    left: auto;
    transform: none;
  }
  .trb-col h2 {
    left: 30px;
  }
  .trb-col p {
    right: 20px;
    bottom: 20px;
    padding: 20px 22px;
    max-width: 548px;
    width: 90%;
    font-size: 15px;
    text-align: left;
  }
  #tasting-room-bottom {
    background-image: url("/images/tasting-room-2021/TastingRoom@1k.jpg");
    background-attachment: scroll !important;
  }
  /* MATT */
  #about-matt-top {
    background-image: url("/images/TheStill@1k.jpg");
    background-attachment: scroll !important;
  }
  /* PRODUCTS */
  #products h2 {
    margin-top: 18px;
  }
  .product-img {
    max-width: 300px;
    width: 50%;
  }
  /* HISTORICAL DEAN */
  #historical-dean {
    background-image: url("/images/historical/VintagePotatoPhoto@1k.jpg");
    background-attachment: scroll !important;
  }
  .hg {
    top: calc(82% - 40px);
  }
  .aboutd {
    top: 82%;
  }
  /* DIRT */
  #dirt {
    position: relative;
    height: 70vh;
    background-image: url("/images/sagaponack-dirt/SagaponackLoam@1k.jpg");
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 500px;
  }
  .dirt-col h2 {
    bottom: auto;
    top: 20px;
    left: 20px;
  }
  .dirt-col p {
    bottom: auto;
    top: 110px;
    left: 40px;
    width: 85%;
  }
  /* FOOTER */
  #contact {
    height: 80vw;
  }
  #contact h2 {
    margin-top: 50px;
  }
  #contact #navs {
    bottom: 71px;
    left: auto;
  }
  #copyright {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  /* CSS changes made specifically from last set of tweaks*/
  #menu {
    top: 12px; /* Please double the margin to the left on the left-alighned products page and the logo in the header. */
  }
  #logo-mobile {
    margin-top: 12px; /*Please then make the black header bar slightly larger in the mobile layouts. The padding on the top and bottom should match the margin on the left */
    margin-bottom: 14px; /*Please then make the black header bar slightly larger in the mobile layouts. The padding on the top and bottom should match the margin on the left */
  }
  .product-img {
    margin-left: 8px; /* doubled the margin which was ZERO, instead used the padding of the parent container */
  }
  #header {
    height: 67px; /* Please then make the black header bar slightly larger in the mobile layouts. The padding on the top and bottom should match the margin on the left */
  }
  img.awards {
    max-width: 120px; /*Please make the medals resize down at the same rate as the product shots, if possible.*/
  }
  #tasting-room-top, #tasting-room-bottom {
    height: auto; /*  DONT USE AUTO It looks like the Tasting Room hours panel disappears when the window gets to mobile size?  */
  }
  .redflag {
    font-size: 100%;
  }
  #contact h2 {
    margin-left: 3px;
    margin-top: 25px;
  }
  #contact p {
    margin-left: -11px;
    font-size: 14px;
  }
}
@media (max-width:575.98px) {
  #contact {
    background-position: right 73% !important;
    background-size: 140% !important;
  }
  #tasting-room-bottom {
    position: relative;
    height: auto;
    background: #eddcc3 url("/images/tasting-room-2021/TastingRoom@1k.jpg") center top !important;
    background-attachment: scroll !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding-top: 67vw;
  }
  .trb-col h2, .trb-col p {
    position: relative !important;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    text-align: left;
    width: 100vw !important;
    margin: 0px -15px -15px -15px;
    padding-bottom: 20px;
  }
  .trb-col p {
    margin-bottom: 0px;
  }
  #dirt {
    position: relative;
    height: auto;
    background: #eddcc3 url("/images/sagaponack-dirt/SagaponackLoam@1k.jpg") center top no-repeat !important;
    background-attachment: scroll !important;
    background-size: contain !important;
    padding-top: 47vw;
    min-height: inherit;
  }
  .lc {
    bottom: auto;
    top: -60px !important;
  }
  #dirt .dirt-col {
    height: auto;
  }
  .dirt-col h2, .dirt-col p {
    position: relative !important;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    text-align: left;
    width: 100vw !important;
    margin: 0px -15px -15px -15px;
    padding-bottom: 20px;
  }
  .dirt-col p {
    margin-bottom: 0px;
  }
  #locations p a {
    white-space: normal;
  }
}
@media (max-width: 550px) {
  .eventsGalleriesItem {
    width: 80%;
  }
}

/* NECESSARY FOR BUTTONS */
.text-left .redbutton.rightflag{margin-left:0;}
@media (max-width: 370px) {
   .gin-row:last-of-type{margin-top:30px;}
  #products-2 .redbutton {
     display:inline-block !important;margin:5px 0 !important;width:fit-content !important;clear:both;}
  #products-2 .text-right .redbutton{float:right;}
  #products-2 .text-left .redbutton{float:left;}
   #products-2 .redbutton:last-of-type{margin-bottom:30px;}
}
/* EXTRA SMALL */
@media (max-width: 320px) {
  #tasting-room-top {
    min-height: 130vh; /*  DONT USE AUTO It looks like the Tasting Room hours panel disappears when the window gets to mobile size?  */
  }
}