@charset "UTF-8";
/*
 Theme Name: Stellar Classic
 Theme URI: https://stellardigital.com.au/
 Author: Stellar Digital
 Version: 1.0.0
 Description: Minimal classic theme starter (no block templates).
 License: GPL-2.0+
 Text Domain: stellar-classic
*/
/* 1. Put the six container selectors in a list --------------- */
/* 2. Loop once and spit them out ----------------------------- */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
  .container-sm {
    max-width: 1400px;
  }
  .container-md {
    max-width: 1400px;
  }
  .container-lg {
    max-width: 1400px;
  }
  .container-xl {
    max-width: 1400px;
  }
  .container-xxl {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
  .container-sm {
    max-width: 1640px;
  }
  .container-md {
    max-width: 1640px;
  }
  .container-lg {
    max-width: 1640px;
  }
  .container-xl {
    max-width: 1640px;
  }
  .container-xxl {
    max-width: 1640px;
  }
}
body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Normalize images that come through with sizes="auto" */
html {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
  font-size: 60%;
  font-weight: 500;
  overflow-x: hidden;
}
html .container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: auto;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Merriweather";
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2.2rem;
}
h6 {
  font-size: 2rem;
}
p, span, a, li, td {
  font-size: 2rem;
}
p {
  margin: 0 0 1.5rem;
}
p a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
a {
  cursor: pointer;
  display: block;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
table tr td {
  padding-right: 10px;
}
ul {
  padding-inline-start: 20px;
}
span.accent {
  color: #477a67;
}
.primary span {
  color: #aaaa00;
}
.darkblue {
  color: #082d4a;
}
.lightgrey {
  color: #808080;
}
.grecaptcha-badge {
  z-index: 999;
}
a.btn {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 16px 28px;
  background-color: #477a67;
  color: #fff;
  border-radius: 235px;
}
header#masthead {
  overflow: visible;
  z-index: 99991;
  background-color: transparent;
  position: relative;
  width: 100%;
  max-width: 100vw;
  transition: box-shadow 0.25s ease-out, background-color 0.25s ease-out;
  box-shadow: none;
}
header#masthead.is-stuck {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header#masthead.is-stuck .current-menu-item::after {
  filter: unset !important;
}
header#masthead.is-stuck .secondary-nav {
  display: none;
}
header#masthead.is-stuck .site-nav .menu > li > a {
  color: #000;
}
header#masthead .header-wrap {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  overflow: visible;
}
header#masthead .header-wrap .infos, header#masthead .header-wrap .links {
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
}
header#masthead .header-wrap .infos a, header#masthead .header-wrap .links a {
  display: flex;
  align-items: center;
  gap: 10px;
}
header#masthead .header-wrap .infos a span, header#masthead .header-wrap .links a span {
  font-size: 1.8rem;
  text-decoration: none;
}
header#masthead .header-wrap .links {
  justify-content: end;
}
header#masthead .header-wrap .links a span {
  text-transform: uppercase;
}
header#masthead .sub-header {
  background-color: #000;
  padding: 15px 20px;
  position: relative;
}
header#masthead .sub-header .sub-header--inner {
  max-width: 1820px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#masthead .sub-header .sub-header--inner h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
header#masthead .sub-header .sub-header--inner .empty {
  width: 100%;
}
.sub-header .navs.navsright {
  width: 100%;
  /* ------------------------------
       Burger Button
    ------------------------------ */
}
.sub-header .navs.navsright .burger-toggle {
  float: right;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sub-header .navs.navsright .burger-toggle .burger-lines {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 35px;
}
.sub-header .navs.navsright .burger-toggle .burger-lines span {
  display: block;
  height: 5px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.sub-header .navs.navsright .burger-toggle.is-open .burger-lines span:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}
.sub-header .navs.navsright .burger-toggle.is-open .burger-lines span:nth-child(2) {
  opacity: 0;
}
.sub-header .navs.navsright .burger-toggle.is-open .burger-lines span:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}
.sub-header .navs.navsright .site-nav--right {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: #fff;
  display: none;
  padding: 8px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.sub-header .navs.navsright .site-nav--right.is-open {
  display: block;
}
.sub-header .navs.navsright .site-nav--right .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-header .navs.navsright .site-nav--right .menu > li {
  margin: 0;
  padding: 8px 0;
}
.sub-header .navs.navsright .site-nav--right .menu > li > a {
  display: block;
  font-size: 2.2rem;
  text-decoration: none;
  text-align: right;
  text-transform: uppercase;
}
.site-nav .menu, .site-nav .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav .menu li.current-menu-item > a, .site-nav .menu li.current-menu-ancestor > a, .site-nav .menu ul li.current-menu-item > a, .site-nav .menu ul li.current-menu-ancestor > a {
  color: #fff;
}
.site-nav .menu > li {
  position: relative;
}
.site-nav .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.site-nav .menu .sub-menu li {
  position: relative;
}
.site-nav .menu .sub-menu a {
  padding: 1rem 2rem;
  white-space: nowrap;
  text-align: left;
}
.site-nav .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.site-nav .menu li:hover > .sub-menu, .site-nav .menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.site-nav .menu-item-has-children > a::after {
  content: "▾";
  font-size: 0.75em;
  margin-left: 0.4rem;
}
.site-nav .sub-menu .menu-item-has-children > a::after {
  content: "▸";
  float: right;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  pointer-events: auto;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  font-size: 14rem;
  color: #477a67;
  display: block;
}
.owl-nav .owl-prev {
  margin-left: -5%;
}
.owl-nav .owl-next {
  margin-right: -5%;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-dots button.owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #f2f2f2;
  transition: transform 0.18s ease, background-color 0.18s ease, opacity 0.18s ease, width 0.18s ease;
  opacity: 1;
}
/* Global override */
.gform-theme, .gravity-theme, .gform_wrapper {
  --gf-color-primary: #000;
  --gf-color-in-ctrl-primary: var(--gf-color-primary);
  --gf-ctrl-border-color: #000;
  --gf-color-in-ctrl-contrast: #000;
  --gf-color-in-ctrl-dark: #000;
  --gf-radius: 0;
  /* kill GF’s embedded SVG icons if you don’t want their colors */
  --gf-icon-ctrl-select: none;
  --gf-icon-ctrl-number: none;
  --gf-icon-ctrl-search: none;
}
.gform-theme .gform-theme--api, .gform-theme .gform-theme--framework, .gravity-theme .gform-theme--api, .gravity-theme .gform-theme--framework, .gform_wrapper .gform-theme--api, .gform_wrapper .gform-theme--framework {
  --gf-field-pg-prog-font-size: 24px !important;
}
/* 1) Set the tick/fill color (Chrome/Edge/Firefox/Safari) */
.gform-theme input[type="checkbox"], .gform-theme input[type="radio"], .gravity-theme input[type="checkbox"], .gravity-theme input[type="radio"] {
  accent-color: #000;
}
/* 2) Recolor the focus ring (instead of the default blue) */
.gform-theme input[type="checkbox"]:focus, .gform-theme input[type="checkbox"]:focus-visible, .gform-theme input[type="radio"]:focus, .gform-theme input[type="radio"]:focus-visible, .gravity-theme input[type="checkbox"]:focus, .gravity-theme input[type="checkbox"]:focus-visible, .gravity-theme input[type="radio"]:focus, .gravity-theme input[type="radio"]:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
  box-shadow: none;
}
/* 3) If GF adds its own box-shadow on focus, nuke it with specificity */
.gform-theme .gfield-choice-input:focus, .gform-theme .gfield-choice-input:focus-visible, .gravity-theme .gfield-choice-input:focus, .gravity-theme .gfield-choice-input:focus-visible {
  box-shadow: none !important;
}
/* ---- brand tokens ---- */
:root {
  --gf-box:   #000;
  /* box fill/border when checked */
  --gf-mark:  #000;
  /* tick/dot color */
  --gf-ring:  #000;
  /* focus outline */
}
/* hide the real control but keep it focusable/clickable via the label */
.gform-theme .gfield-choice-input[type="checkbox"], .gform-theme .gfield-choice-input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* label gets the visual control */
.gform-theme .gchoice label {
  position: relative;
  padding-left: 1.75em;
  cursor: pointer;
  line-height: 1.3;
}
/* control shape */
.gform-theme .gchoice label::before, .gform-theme .gchoice label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.12s ease, opacity 0.12s ease, background-color 0.12s, border-color 0.12s;
}
/* box/circle */
.gform-theme .gchoice label::before {
  background: #fff;
  border: 2px solid #000;
  border-radius: 3px;
  /* checkbox */
}
.gform-theme .gfield-choice-input[type="radio"] + label::before {
  border-radius: 50%;
  /* radio */
}
/* marker: ✓ for checkbox */
.gform-theme .gchoice label::after {
  left: 0.2em;
  top: 0.25em;
  width: 0.75em;
  height: 0.55em;
  border: 0.2em solid transparent;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg) scale(0.8);
  opacity: 0;
}
/* marker: dot for radio */
.gform-theme .gfield-choice-input[type="radio"] + label::after {
  left: 0.32em;
  top: 0.42em;
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-radius: 50%;
  background: var(--gf-mark);
  transform: scale(0.6);
}
/* checked states */
.gform-theme .gfield-choice-input:checked + label::before {
  background: var(--gf-box);
  border-color: var(--gf-box);
}
.gform-theme .gfield-choice-input[type="checkbox"]:checked + label::after {
  border-color: var(--gf-mark);
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.gform-theme .gfield-choice-input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
/* focus ring */
.gform-theme .gfield-choice-input:focus-visible + label::before {
  outline: 2px solid var(--gf-ring);
  outline-offset: 2px;
}
body .gform_wrapper {
  text-align: left;
  width: 100%;
}
body .gform_wrapper form .gform_fields {
  row-gap: 20px;
}
body .gform_wrapper form input.gform_button, body .gform_wrapper form .gform_button_select_files {
  margin: auto !important;
  background-color: #d9bc54 !important;
  border-radius: 200px !important;
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  border: none !important;
  width: 100% !important;
  max-width: 150px !important;
}
body .gform_wrapper form .gform_drop_area::before {
  color: #000 !important;
}
section#footer-top .flex a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 2.8rem;
}
section#footer-bottom {
  padding: 0;
  background-color: #000;
}
section#footer-bottom h2, section#footer-bottom p, section#footer-bottom a {
  color: #fff;
}
section#footer-bottom h2 {
  font-size: 2rem;
}
section#footer-bottom .bottle-shop img {
  margin: 4rem 0;
}
@media (max-width: 1800px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 783px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 632px) {
  html {
    font-size: 40%;
  }
}
