/* Generic Css */
@font-face {
  font-family: "Anton-Regular";
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
html {
  font-size: 100%;
}
body {
  background: #f0eadc;
  color: #17222a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Montserrat";
}
a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
img,
svg {
  height: auto;
  max-width: 100%;
}
header,
section,
footer,
article,
#main {
  width: 100%;
  float: left;
}
.container-fluid,
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.accessibility {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}
.ff-montserrat {
  font-family: "Montserrat";
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn,
.main-menu li.btn-menu a {
  color: #fff;
  background: #ee3325;
  padding: 0.5em 1.5em;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid #ee3325;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
}
.main-menu li.btn-menu a {
  font-size: 15px;
}
.btn--small {
  font-size: 15px;
}
.main-menu li.btn-menu a:hover,
.btn:hover {
  background: transparent;
  color: #ee3325;
}
.btn--solid-white {
  background-color: #fff;
  border-color: #fff;
  color: #ee3325;
}
.btn--solid-white:hover {
  border-color: #fff;
  background-color: #ee3325;
  color: #fff;
}
.sc-pd-small {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sc-pd-regular {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.sc-pd-regular-2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.sc-pd-regular-3 {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.sc-pd-regular-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sc-pd-regular-5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.sc-pd-regular-6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.pd-right-30 {
  padding-right: 32.5% !important;
}
.text-big {
  font-size: 1.25rem;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.form-control,
.form-control:focus {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: none;
  outline: 0;
}
.form-control::placeholder {
  color: #fff;
}
h1 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: calc(2rem + 9vw);
  line-height: 1;
}
h2 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: calc(1.75rem + 7vw);
  line-height: 1;
}
h3 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: calc(1.5rem + 5.5vw);
  line-height: 1;
}
h4 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: calc(1rem + 3vw);
  line-height: 1;
}
h5 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: calc(1rem + 1.5vw);
  line-height: 1;
}
h6 {
  font-family: "Anton-Regular";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.333333;
}
.ratio-9x16::before {
  padding-top: 135%;
}
.title--outline {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
span.title--outline-dkblue {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #17222a;
}
.text-dark {
  color: #17222a !important;
}
.fw-600 {
  font-weight: 600;
}
.bg-red {
  background-color: #ee3325;
  color: #fff;
}
.bg-green {
  background-color: #9ec079;
}
.bg-dark-green {
  background-color: #2d4b34;
}
.sc-pd-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.title--outline-black {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #17222a;
}

/* Header */
.siteheader {
  position: fixed; /* absolute */
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 999; /* 1 */
}
.siteheader.siteheader-dark {
  background-color: #17222a;
}
.siteheader.is-hide {
  transform: translateY(-100%);
}
.siteheader.has-shadow {
  position: fixed;
  top: 0 !important;
  bottom: unset !important;
  background-color: transparent; /* #17222a */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
  z-index: 999;
  transform: translateY(0%);
}
.siteheader--logo img {
  display: inline-block;
  width: 180px;
}
.main-menu li {
  list-style: none;
  position: relative;
  display: inline-block;
}
.main-menu li:not(:last-child) {
  margin-right: 1.5rem;
}
.main-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 8px 0;
  font-weight: 700;
}
.scrollHero {
  display: inline-block;
  position: absolute;
  right: 3rem;
  color: #fff;
  bottom: 40px;
  z-index: 99;
  text-transform: uppercase;
  font-weight: bold;
}
.scrollHero:hover {
  color: #fff;
}
.scrollHero::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  height: 40px;
  width: 2px;
  background-color: #fff;
}

/* Home page */
.sc-home-hero {
  background-color: #9fc079;
  transition: all 1000ms ease;
}
.home-hero__cont {
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home-hero--title {
  position: absolute;
  top: 13%;
  left: 3rem;
  z-index: 1;
}
.home-hero__box {
  display: block;
  width: 250vw;
  height: 250vw;
  background-color: #2e4c35;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50vh;
  transform: translateX(-50%);
  z-index: 2;
}
.home-hero__product {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 20vw;
  transition: transform 1s ease;
}
.home-hero__product img {
  max-height: 60vh;
}
.home-hero__product--in {
  position: relative;
}
.home-hero__product--meta {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.home-hero__product p {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.home-hero__product p,
.home-hero__product h5,
.home-hero__product h6 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 1000ms;
}
.home-hero__product.active p,
.home-hero__product.active h5,
.home-hero__product.active h6 {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.sc-taprooms {
  position: relative;
}
.taprooms--art {
  padding-bottom: 0 !important;
}
.sc-taprooms p {
  max-width: 900px;
  margin: 0 auto 1.5rem;
}
.taprooms__artimg {
  background-color: #fff;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center top;
}
.taprooms__medias.ratio::before {
  display: block;
  padding-top: 60%;
}
.taprooms__medias.ratio.taprooms--two::before {
  padding-top: 46%;
}
.taprooms__img {
  max-width: 32%;
  height: auto;
}
.taprooms__img--1 {
  max-width: 70%;
  left: 15%;
}
.taprooms--one .taprooms__img--2 {
  max-width: 50%;
  bottom: 0;
  top: unset;
  left: 30%;
}
.taprooms--one .taprooms__img--3 {
  top: 40%;
}
.taprooms--one .taprooms__img--4 {
  right: 0;
  top: 15%;
  left: unset;
}
.taprooms--two .taprooms__img--1 {
  max-width: 54%;
  z-index: 1;
  left: 26%;
}
.taprooms--two .taprooms__img--2 {
  max-width: 40%;
  bottom: 0;
  top: unset;
  left: unset;
  right: 0;
  z-index: 4;
}
.taprooms--two .taprooms__img--3 {
  top: unset;
  left: 18%;
  bottom: 0;
  z-index: 2;
  max-width: 22%;
}
.taprooms--two .taprooms__img--4 {
  right: 0;
  top: 7%;
  left: unset;
  z-index: 2;
  max-width: 22%;
}
.taprooms--two .taprooms__img--5 {
  max-width: 22%;
  bottom: 20%;
  top: unset;
  z-index: 1;
}
.taprooms--two .taprooms__img--6 {
  max-width: 22%;
  left: 5%;
  top: 5%;
}
.taprooms__img.ratio-16x9::before {
  padding-top: 60%;
}
.sc-newsletter {
  background-color: #ee3325;
  color: #fff;
}
.gm--title {
  font-size: 10.3vw;
  line-height: 1;
  font-family: "Anton-Regular";
}
.sc-cta-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.45;
  background: rgb(18, 30, 82);
  background: linear-gradient(
    90deg,
    rgba(18, 30, 82, 1) 0%,
    rgba(18, 30, 82, 0) 50%,
    rgba(255, 255, 255, 0) 50%
  );
}
.sc-cta-box h3 {
  position: relative;
  z-index: 1;
}
.sc-weekevents {
  background-color: #17222a;
}
.weekevents__box .btn {
  transform: translateY(-50%);
}
.weekevents__meta {
  background-color: #f2eada;
  padding: 2rem 1rem 4rem;
}
.weekevents__meta h5 {
  margin-bottom: 0;
}
.weekevents__meta p {
  margin-bottom: 0;
  font-weight: 700;
}
.sc-taproom-expect {
  padding-top: 10rem;
  position: relative;
}
.sc-independent {
  min-height: 100vh;
}
.independent__artimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.independent__cont {
  max-width: 1650px;
  display: block;
  margin: 0 auto;
}
.independent__img {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.independent__info > * {
  margin-bottom: 1.5rem;
}
.independent__info h6 {
  font-family: "Montserrat";
  font-weight: bold;
}
.independent-bg-text {
  position: absolute;
  bottom: 7px;
  left: 0;
  line-height: 1;
  font-size: 23vh;
  font-family: "Anton-Regular";
}
.independent-bg-text-2 {
  position: absolute;
  top: 9rem;
  left: 0;
  line-height: 1;
  font-size: 23vh;
  font-family: "Anton-Regular";
}
.independent-tag {
  position: absolute;
  left: 3rem;
  top: 50%;
  z-index: 99;
  font-weight: bold;
  padding-left: 100px;
  transform: translatey(150px) rotate(-90deg);
  transform-origin: center left;
}
.independent-tag::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #fff;
  margin-top: -1px;
  width: 80px;
}
.independent-tag--right {
  padding-left: 0;
  padding-right: 80px;
}
.independent-tag--right::before {
  width: 60px;
  background-color: #17222a;
  right: 0;
  left: unset;
}
.sc-independent-1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -25px;
  height: 50px;
  background-image: linear-gradient(#162029, #f2eada);
  z-index: 1;
}
.product--box {
  display: block;
  margin: 0 auto;
  max-width: 284px;
}

/* Flexible */
.sc-on-image h5 {
  font-family: "Montserrat";
  font-weight: 600;
}
.sc-on-image h4,
.sc-on-image h5 {
  margin-bottom: 1.5rem;
}
.sc-on-image ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.sc-on-image ul li {
  position: relative;
  padding-left: 0.65rem;
  margin-bottom: 1rem;
}
.sc-on-image ul li:before {
  content: "";
  position: absolute;
  background-color: #17222a;
  width: 3px;
  height: 3px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 50%;
}
.sc-on-image .on-image-title {
  position: absolute;
  top: 4rem;
  left: 2rem;
  max-width: 38%;
}

/* About Flexible */
.sc-img-topBottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -2;
}
.sc-img-topBottom:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-image: url(../images/about-bgimg.png);
  z-index: -1;
  background-repeat: no-repeat;
}
.sc-img-topBottom .title-year {
  display: inline-block;
  color: #e6decf;
}
.sc-img-topBottom h5 {
  font-family: "Montserrat";
  font-weight: 700;
}
.video-box {
  cursor: pointer;
}
.video-box .video-icon {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

/* Beer Category */
.sc-inner-hero .beer-category-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(calc(50% + 0.25rem));
  z-index: 100;
}
.sc-beer-category ul li a {
  color: #17222a;
}
.sc-beer-box p {
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Beer Detail */
.sc-video--image .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sc-video--image .video--image-img img {
  margin-top: -35px;
}
.buy-now__cont {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
}
.buy-now__meta {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 2.5rem;
}
.sc-buy-now h4 {
  font-size: calc(1rem + 2.25vw);
  margin-bottom: 1.5rem;
}
.buy-now__attr {
  width: 300px;
  max-width: calc(100% - 250px);
  padding-left: 1.5rem;
}
.buy-now__info > p {
  margin-bottom: 2.5rem;
}
.buy-now__meta h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
}
.buy-now__meta p {
  font-size: 15px;
}
.buy-now__img {
  position: relative;
  width: fit-content;
}
.buy-now__img > img {
  position: relative;
  z-index: 1;
}
.buy-now__img:before {
  content: "";
  background-image: url(../images/img-shadow.png);
  position: absolute;
  width: 200%;
  height: 66px;
  bottom: -14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  left: -50%;
}
.buy-now-img-box img {
  position: relative;
  z-index: 2;
}
.sc-pro-hero {
  border-bottom: 1px solid #fff;
  position: relative;
  min-height: 80vh;
}
.sc-pro-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62vh;
}
.pro-hero__meta h4 {
  font-size: calc(1.5rem + 4vw);
}
.pro-hero__info p {
  max-width: 550px;
}
.sc-pro-hero .pro-hero__img img {
  z-index: 2;
  max-height: 80vh;
}
.img-scroll-text {
  font-size: 8px;
  letter-spacing: 1px;
  padding-top: 15px;
}
.img-scroll-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 1;
}
.video-images-box {
  margin-top: -1rem;
}
.video-images-box .video-images-img-box {
  max-width: 36%;
  max-height: 64%;
}
.video-images-box .video-images-img-box:nth-child(1) {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  transform: translateX(-17%);
}
.video-images-box .video-images-img-box:nth-child(2) {
  left: 58%;
  top: 12%;
  z-index: 3;
}
.video-images-box .video-images-img-box:nth-child(3) {
  bottom: -1rem;
  top: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.video-images-box .video-images-img-box:nth-child(4) {
  top: auto;
  bottom: 12%;
  z-index: 4;
}
.buy-now__gradients .buy-now__gradients--img {
  width: 200px;
  max-width: 35%;
}
.sc-pro-ver-hero {
  border-bottom: 1px solid #fff;
  min-height: 80vh;
}
.sc-pro-ver-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20vh;
  width: 100%;
}
.sc-pro-ver-hero .pro-hero__img {
  top: calc(12% + 2px);
  position: relative;
  z-index: 1;
}

/* EVENTS RELEASES */
.sc-innovation h1 {
  position: relative;
  z-index: 1;
}
.sc-innovation .innovation-title {
  width: 86%;
}
.sc-innovation .innovation-img-box h1 {
  display: inline-block;
  color: #d9d2c3;
}
.sc-innovation:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  background-image: url(../images/innovation-bgimg.png);
  width: 100%;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sc-release-calendar:before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  background-image: url(../images/about-bgimg.png);
  width: 100%;
  height: 115px;
  background-size: cover;
}

/* Beach milk products */
.beach-scroll-text {
  padding-top: 35px;
}
.beach-scroll-text.img-scroll-text:before {
  top: 0;
}

/* Footer */
.page--content {
  min-height: 300px;
  background-color: #2e4c35;
}
.sitefooter {
  color: #fff;
  background-color: #17222a;
  padding: 6rem 0 3rem;
}

.sc-inner-hero {
  max-height: 60vh; /* 8.29.23: was affecting the global mobile, min-height: 75vh, max-height: 65vh; on 9.16: updated to max-height: 55vh, 60vh per CO:6 */
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center !important;
  background-repeat: no-repeat;
  /* background-attachment: fixed !important; */
}

.sc-inner-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sc-inner-hero h2 {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.inner-hero__home {
  position: absolute;
  left: 3rem;
  bottom: 0;
  width: 180px;
}
.sitefooter {
  font-size: 15px;
}
.sitefooter .sitefooter--logo img {
  max-width: 240px;
}

/* Media Query */
@media only screen and (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 90%;
    max-width: 1500px;
  }
  .home .siteheader {
    top: unset;
    top: 0; /* 8.29.23: changed from value: bottom */
  }
  .home .sc-inner-hero {
    height: calc(100vh - 54px);
  }
  .buy-now-info-box .border-right-white {
    border-right: 1px solid #fff;
  }
  .video-images-box .video-images-img-box:nth-child(3) {
    bottom: -2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sitefooter .sitefooter--logo img {
    max-width: 525px;
  }
  .sc-img-topBottom .heading-title {
    width: 170%;
    z-index: 3;
    position: relative;
    margin-top: -80px;
  }
  .sc-img-topBottom .bottom-img {
    margin-top: -50%;
  }
  .sc-img-topBottom .title-year {
    font-size: calc(10rem + 10vw);
  }
  .sc-video--image .video-box .video-icon {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .sc-pro-hero .pro-hero__img {
    position: relative;
    top: calc(12% + 2px);
    z-index: 1;
  }
  .sc-pro-hero .pro-hero__img img {
    max-width: 25vw;
  }
  .pro-hero__meta {
    min-height: 32vh;
  }
  .pro-hero__title {
    position: absolute;
    left: 3rem;
    font-size: 12cqi;
    line-height: 1;
    bottom: calc(32vh + 20px);
    max-width: calc(37.5vw - 4rem);
  }
  .sc-pro-hero::before {
    height: 32vh;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu li.menu-item-has-children {
    padding-right: 12px;
  }
  .main-menu li .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    margin-top: 0;
    background-color: #fff;
    margin-left: 0;
    opacity: 0;
    z-index: 555;
    padding: 0;
    list-style: none;
    visibility: hidden;
    text-align: left;
    transform: translateY(10px);
    -o-transition: transform 320ms;
    transition: transform 320ms;
    -webkit-transition: transform 320ms;
    border-radius: 0;
    border-top: 4px solid #ee3325;
  }
  .main-menu li:hover > .sub-menu {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-menu li .sub-menu li {
    display: block;
    margin: 0;
  }
  .main-menu .sub-menu li a {
    display: block;
    padding: 12px 15px;
    margin: 0;
    color: #17222a;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
  }
  .main-menu li.menu-item-has-children > a::after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transform: rotate(45deg) translateY(-50%);
  }
  .independent__title {
    position: relative;
    z-index: 1;
    transform: translatex(25%);
  }
  .independent__info {
    padding: 3rem 3rem 0;
  }
  .independent__title.independent__title--start {
    transform: translatex(-15%);
  }
  .sc-img-topBottom .heading-title {
    width: 126%;
  }
  .sc-contact-image h2 {
    width: 126%;
    position: relative;
  }
  .innovation-img-box img {
    margin-top: -75%;
  }
  .innovation-cont-box {
    transform: translateX(-15%);
  }
  .sc-innovation .innovation-img-box h1 {
    font-size: calc(7rem + 7vw);
    margin-right: -18%;
    margin-top: -30px;
    z-index: -1;
  }
  .sc-venue-worthy h2 {
    width: 209%;
    position: relative;
    z-index: 1;
    margin-left: -15%;
  }
  .sc-venue-worthy img {
    position: absolute;
    right: 0;
    height: 80%;
    width: 50%;
    top: 10%;
    object-fit: cover;
    object-position: center;
  }
  .video-images-box {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid,
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home .sc-inner-hero {
    height: calc(100vh - 65px);
  }
  .sc-img-topBottom h4 {
    font-size: 60px;
  }
  .sc-img-topBottom h5,
  .sc-on-image h5,
  .sc-beach-milk h6 {
    font-size: 30px;
  }
  .sc-on-image h4 {
    font-size: 60px;
  }
  .innovation-cont-box {
    transform: translateX(-30%);
  }
  .sc-beer-box h5 {
    font-size: 50px;
  }
  .sc-product-details h1 {
    font-size: calc(10rem + 5vw);
  }
}
@media only screen and (min-width: 1400px) {
  .btn,
  .main-menu li.btn-menu a {
    min-width: 200px;
  }
  .sc-img-topBottom h4 {
    max-width: 80%;
  }
  .sc-img-topBottom:after {
    height: 45%;
  }
  .sc-img-topBottom:before {
    height: 40%;
  }
  .sc-innovation .innovation-img-box h1 {
    margin-right: -28%;
  }
  .sc-innovation:before {
    top: -110px;
  }
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (max-width: 1399px) {
  body {
    font-size: 1rem;
  }
  .sc-inner-hero {
    /* Added 8.29.23: fixes the iOS device read issues */
    background-attachment: initial !important;
    background-position-y: center !important; /* 0px */
  }
  .pd-right-30 {
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu li:not(:last-child) {
    margin-right: 1rem;
  }
  .main-menu li a,
  .main-menu li.btn-menu a {
    font-size: 13px;
  }
  .siteheader--logo img {
    width: 150px;
  }
  .main-menu li.btn-menu a {
    padding: 0.5em 1em;
  }
  .inner-hero__home {
    width: 150px;
    left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sc-pd-regular {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sc-pd-regular-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .sc-pd-regular-3 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .sc-pd-regular-6 {
    padding-bottom: 2rem;
  }
  .sc-pd-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  a.menu--open {
    display: inline-block;
    color: #fff;
    border-radius: 1px;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 7px;
  }
  a.menu-close {
    font-size: 1.8rem;
    float: right;
    margin-left: auto;
  }
  .mobileMenu {
    text-align: left;
    padding: 2rem;
  }
  .header--momenu li {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .header--momenu li > a {
    display: block;
    padding: 10px 0;
    color: #363848;
    font-weight: 700;
    font-size: 14px;
  }
  .header--momenu li a span {
    font-size: 1rem;
  }
  .header--momenu .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    background-color: #efefef;
  }
  .open-children {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 10;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .header--momenu li.menu-item-has-children.active .open-children {
    transform: rotate(180deg);
  }
  .header--momenu li .sub-menu li > a {
    font-size: 13px;
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }
  .header--momenu li .sub-menu li:last-child > a {
    border-bottom: 0;
  }
  .open-children svg {
    width: 15px;
    margin: 0 auto;
  }
  .home-hero__product p {
    font-size: 15px;
  }
  .home-hero__product h6 {
    font-size: 18px;
  }
  .sc-pd-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sc-release-calendar:before {
    top: -85px;
    height: 85px;
  }
  .beach-milk-details__cont::after {
    content: "";
    position: absolute;
    background-color: #dee2e6;
    height: 1px;
    width: calc(100% + 60px);
    left: -30px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero__cont {
    height: calc(100vh + 4rem);
  }
  .sc-on-image .on-image-title {
    max-width: 100%;
    left: 1rem;
  }
  .video-box .video-icon {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .home-hero--title {
    top: 2rem;
    left: 30px;
  }
  .border-right-white .border-bottom-white {
    border-bottom: 1px solid #fff;
  }
  .buy-now-img-box:before {
    width: 120%;
    height: 31px;
    bottom: -9px;
    left: -10%;
  }
  .sc-product-details .border-right-white {
    border: 0px;
  }
  .sc-inner-hero .beer-category-box {
    transform: translateY(calc(100% + 0.25rem));
  }
  section.sc-inner-hero {
    /* added per CO-6 */
    min-height: 35vh !important;
  }
  .mobile-top-fix {
    /* added per CO-6 */
    margin-top: -4rem !important;
  }
  .px-0 p {
    /* added per CO-6 */
    margin-left: 4% !important;
    margin-right: 4% !important;
  }
  h1.pro-hero__title,
  h3.title--outline {
    /* added per CO-6 */
    text-align: center !important;
  }
  .col-8 {
    /* added per CO-6 */
    width: 100%;
  }
  .sc-pro-hero .pro-hero__img img {
    /* added per CO-6 */
    max-height: 52.5vh;
  }
  a.btn.mb-2.me-3 {
    /* added per CO-6 */
    font-size: 0.965rem !important;
    margin-right: 1.5% !important;
  }
  a.btn.mb-2.me-3:last-child {
    /* added per CO-6 */
    margin-right: 0% !important;
  }
  .buy-now__gradients .buy-now__gradients--img {
    /* added per CO-6 */
    width: 150px;
  }
  .sc-pd-regular-6 .container .container.independent__info {
    /* added per CO-6 */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
