/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
li,
button {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

body {
  background-color: #000;
}

a {
  box-sizing: border-box;
  color: inherit;
}

button {
  border: 0;
}

button:focus,
a:focus {
  outline-color: rgba(219, 192, 91, 0.5);
}

input:focus,
select:focus {
  outline: 0;
  outline-color: rgba(219, 192, 91, 0.75);
}

body {
  font-family: "Lato", sans-serif;
}

.flex, .social-container, .two-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col, .landing .welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.two-button-container {
  flex-wrap: wrap;
}
.two-button-container > * {
  margin: 1rem;
}

.hide {
  display: none;
}

.text-justify {
  text-align: justify;
}

.justify-self-center {
  justify-self: center;
}

.align-self-center {
  align-self: center;
}

.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-row-2 {
  grid-row: span 2;
}

.child-m-4 > * {
  margin-top: 1.5rem;
}

.child-mx-2 > * {
  margin: 0 0.75rem;
}

.italic {
  font-style: italic;
}

.mt-2 {
  margin-top: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .align-self-center-sm {
    align-self: center;
  }

  .text-center-sm {
    text-align: center;
  }
}
header {
  padding: 0 3rem;
}
header nav {
  min-height: 80px;
  max-width: 1152px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .nav-logo-container img {
  width: 120px;
}
header nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Georgia, Times, "Times New Roman", serif;
}
header nav .nav-list a {
  text-decoration: none;
}
header nav .nav-list li {
  padding: 0 1rem;
  color: #f5f2e5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.075rem;
}
header nav .nav-list li:hover {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
header nav .nav-list .shop-link {
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  background-color: #dbc05b;
  border-radius: 4px;
  transition: 0.2s;
}
header nav .nav-list .shop-link li {
  color: #000 !important;
}
header nav .nav-list .shop-link:hover {
  filter: brightness(110%) saturate(110%);
}
@media screen and (max-width: 767px) {
  header nav .nav-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 1.5rem;
  }
}

.icon-btn {
  background-color: transparent;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.icon-btn:focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-btn:focus svg {
  fill: #fff;
}
.icon-btn svg {
  stroke: #f5f2e5;
  fill: #f5f2e5;
  width: 2rem;
  height: 2rem;
}

.side-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .side-menu-btn {
    display: flex;
  }
}

.side-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  opacity: 0;
  transform: scale(0.75);
  transform-origin: 100% 0;
  pointer-events: none;
  background: #000;
  transition: 0.2s;
}
.side-menu.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.side-menu .side-menu-header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
}
.side-menu .side-menu-body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  padding-bottom: 80px;
}
.side-menu .side-menu-body ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.side-menu .side-menu-body ul a {
  text-decoration: none;
}
.side-menu .side-menu-body ul li {
  padding: 1.5rem;
  color: #f5f2e5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-align: center;
}
.side-menu .side-menu-body ul li:hover {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}
.side-menu .side-menu-body ul .shop-link li {
  margin-top: 1rem;
  padding: 1rem 3rem;
  background-color: #dbc05b;
  border-radius: 4px;
  transition: 0.2s;
  color: #000 !important;
}
.side-menu .side-menu-body ul .shop-link:hover {
  filter: brightness(110%) saturate(110%);
}
@media screen and (min-width: 768px) {
  .side-menu {
    display: none;
  }
}

.cocktail-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.cocktail-list li {
  color: #f5f2e5;
  font-size: 1.25rem;
}
.cocktail-list li:not(:first-child) {
  padding-top: 1.5rem;
}
.cocktail-list span {
  font-weight: 300;
}

footer {
  min-height: 80px;
  background-color: #000;
  color: #f5f2e5;
}
footer .copyright {
  opacity: 0.75;
  font-weight: 300;
}
footer .footer-grid {
  display: grid;
  min-height: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1152px;
  padding: 0 3rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 3rem;
  }
  footer .footer-grid > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.btn, .btn-outline {
  font-family: Georgia, Times, "Times New Roman", serif;
  height: 3rem;
  min-width: 172px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.09rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.btn.primary, .primary.btn-outline {
  background-color: #dbc05b;
  color: #000;
}
.btn:hover, .btn-outline:hover {
  filter: brightness(110%) saturate(110%);
}
@media screen and (max-width: 767px) {
  .btn, .btn-outline {
    font-size: 1rem;
    height: 3rem;
  }
}

.btn-outline {
  background-color: transparent;
  border: 3px solid #dbc05b;
  color: #dbc05b;
  cursor: pointer;
}
.btn-outline:hover {
  background-color: #dbc05b;
  color: rgba(0, 0, 0, 0.87);
}
.btn-outline.secondary {
  border-color: #f5f2e5;
  color: #f5f2e5;
}
.btn-outline.secondary:hover {
  background-color: #f5f2e5;
  color: rgba(0, 0, 0, 0.87);
}

.hours-grid {
  display: grid;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  gap: 1.5rem;
}
.hours-grid span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .hours-grid span {
    font-size: 1.125rem;
  }
}

.social-container {
  border-radius: 50%;
  border: 2px solid #dbc05b;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.2s;
}
.social-container .social-icon {
  fill: #dbc05b;
  width: 66%;
  height: 66%;
}
.social-container:hover {
  background-color: #dbc05b;
}
.social-container:hover .social-icon {
  fill: #fff;
}

.email {
  margin-top: 1.5rem;
  display: block;
  color: #be9f2d;
  text-decoration: none;
  font-size: 1.125rem;
  transition: 0.2s;
}
.email:hover {
  color: #dbc05b;
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.map-container .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shopify-container {
  background-color: #f2f0ea;
  padding: 3rem;
  min-height: calc(100vh - 160px);
}

.shopify-inner-container {
  max-width: 900px;
  margin: 0 auto 0 auto;
}

#age-verify-modal {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog {
  background-color: #111112;
  border: 2px solid #f5f2e5;
  overflow-y: scroll;
}
.dialog .dialog-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.dialog .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dialog h3 {
  color: #f5f2e5;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.dialog .btn-container {
  display: flex;
  gap: 3rem;
}
.dialog p {
  font-size: 1rem;
  color: #f5f2e5;
  opacity: 80%;
  font-family: "Playfair Display", serif;
  max-width: 392px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dialog {
    width: 100vw;
    height: 100vh;
    border: 0;
  }
  .dialog .dialog-content {
    padding: 1.5rem;
  }
  .dialog h3 {
    font-size: 1.25rem;
  }
  .dialog .logo-container {
    width: auto;
  }
  .dialog .btn-container {
    flex-direction: column;
  }
}
.dark-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url("../images/charedbg3.jpg");
  min-height: 100vh;
}

.light-bg {
  background-color: #f2f0ea;
  min-height: 100vh;
}

.landing {
  min-height: calc(75vh - 80px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.landing .welcome,
.landing .bottles {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.landing .welcome {
  background-image: url("../images/welcome.png");
  justify-content: flex-end;
  padding: 3rem 0;
}
.landing .bottles {
  background-image: url("../images/welcome_bottles.png");
}
@media screen and (max-width: 1023px) {
  .landing {
    grid-template-columns: 100%;
  }
  .landing .bottles {
    display: none;
  }
}

.content-section, .content-section-light {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-auto-rows: minmax(min-content, max-content);
  gap: 3rem;
  align-items: flex-start;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
}
.content-section .title-container, .content-section-light .title-container {
  grid-column: 1/span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.content-section .title-container .title, .content-section-light .title-container .title {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .content-section .title-container .title, .content-section-light .title-container .title {
    font-size: 2rem;
  }
}
.content-section .title-container .divider, .content-section-light .title-container .divider {
  width: 22.5%;
  height: 2px;
  background-color: #dbc05b;
}
@media screen and (max-width: 767px) {
  .content-section .title-container .divider, .content-section-light .title-container .divider {
    margin-left: 8px;
    width: 100%;
  }
}
.content-section .subtitle, .content-section-light .subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  color: #dbc05b;
  margin-bottom: 2rem;
  line-height: 3rem;
}
.content-section .description, .content-section-light .description {
  color: #f5f2e5;
  font-size: 1.125rem;
  letter-spacing: 0.125px;
  line-height: 2.25rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .content-section .description, .content-section-light .description {
    font-size: 1rem;
  }
}
.content-section .link, .content-section-light .link {
  font-size: 1.125rem;
  color: #f5f2e5;
  font-weight: 600;
}
.content-section .list-header, .content-section-light .list-header {
  color: #f5f2e5;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075rem;
  opacity: 0.87;
  text-decoration: underline;
}
.content-section .list, .content-section-light .list {
  color: #f5f2e5;
  font-size: 1rem;
  padding: 1.5rem;
  margin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.content-section .list li:not(:first-child), .content-section-light .list li:not(:first-child) {
  margin-top: 1rem;
}
.content-section .img, .content-section-light .img {
  width: 100%;
  border-radius: 2px;
}
.content-section .bottle-img, .content-section-light .bottle-img {
  height: 274px;
}
@media screen and (max-width: 1279px) {
  .content-section, .content-section-light {
    grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
    max-width: 989px;
  }
}
@media screen and (max-width: 1023px) {
  .content-section, .content-section-light {
    padding: 3rem 1rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    max-width: 703px;
  }
}
@media screen and (max-width: 767px) {
  .content-section, .content-section-light {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
  }
  .content-section > *:not(:first-child), .content-section-light > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .content-section, .content-section-light {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 2rem;
  }
}

.content-section-light .title-container .title {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.content-section-light .title-container .divider {
  background-color: #be9f2d;
}
.content-section-light .subtitle,
.content-section-light .description {
  color: rgba(0, 0, 0, 0.87);
}

/*# sourceMappingURL=styles.css.map */
