/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://use.typekit.net/aci1ziu.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat|Source+Code+Pro:600&display=swap");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  box-sizing: border-box; }

/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* 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 */
  -webkit-text-decoration: underline dotted;
          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; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; }
  @media (max-width: 800px) {
    body {
      font-size: 16px; } }
h2 {
  font-family: "bodedo", sans-serif;
  font-size: 56px;
  color: #fff;
  padding: 47px 0;
  letter-spacing: -2px; }

img {
  width: 100%; }

.weather-sydney,
.weather-canada {
  display: none; }

.header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }

.mobile {
  display: none; }
  @media (max-width: 800px) {
    .mobile {
      display: flex;
      flex-direction: column; } }
.desktop {
  display: flex;
  flex-direction: column; }
  @media (max-width: 800px) {
    .desktop {
      display: none; } }
a.nav-button.mobile {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10000; }

.header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header .top-row {
    width: 100%;
    z-index: 6;
    position: relative; }

.main-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .main-nav ul {
    margin: 15px 0;
    padding: 0;
    display: flex; }
    .main-nav ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
      .main-nav ul li a {
        text-decoration: none;
        padding: 2px 16px;
        display: inline-block;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 14px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }

.nav-button {
  font-size: 30px; }

.close-svg {
  fill: #fff; }

.hamburger {
  fill: #fff; }

.close-svg {
  fill: #fff; }

.responsive-nav-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0071b9;
  position: fixed;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; }
  .responsive-nav-wrapper .responsive-navigation ul {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0; }
    .responsive-nav-wrapper .responsive-navigation ul li {
      border-bottom: 1px solid #fff;
      list-style-type: none;
      display: flex;
      flex-direction: column; }
      .responsive-nav-wrapper .responsive-navigation ul li.logo {
        display: none; }
      .responsive-nav-wrapper .responsive-navigation ul li a {
        text-align: center;
        color: #fff;
        text-decoration: none;
        padding: 25px 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300; }
  .responsive-nav-wrapper .close-nav {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff; }

.container {
  position: relative; }

.cc-logo {
  width: 300px;
  margin: 10px 0; }
  .cc-logo.mobile {
    width: 160px; }
  @media (max-width: 800px) {
    .cc-logo {
      width: 200px;
      margin: 20px 0 0px; } }
.main-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: -80px;
  position: relative;
  z-index: 100;
  width: 100%; }
  @media (min-width: 1600px) {
    .main-content {
      margin-bottom: -100px; } }
  @media (max-width: 800px) {
    .main-content {
      margin-bottom: 0; } }
  .bottom200 .main-content {
    margin-bottom: -200px; }
    @media (max-width: 1000px) {
      .bottom200 .main-content {
        margin-bottom: -100px; } }
    @media (max-width: 800px) {
      .bottom200 .main-content {
        margin-bottom: 0; } }
  @media (max-width: 800px) {
    .promotions .main-content {
      margin-bottom: -80px; } }
  @media (max-width: 800px) {
    .library .main-content {
      margin-bottom: -300px; } }
  .bottom300 .main-content {
    margin-bottom: -280px; }
    @media (max-width: 800px) {
      .bottom300 .main-content {
        margin-bottom: -170px; } }
  @media (max-width: 800px) {
    .tapmap .main-content {
      margin-bottom: -15px; } }
.input-panel {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media (max-width: 800px) {
    .input-panel {
      margin-top: 0; } }
  .input-panel .image-left {
    width: 75%; }

.center-form {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.cycle-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: visible; }

.max-width {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .promotions .max-width {
    max-width: 500px; }

.homepage-icons {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }
  .homepage-icons.bottles {
    max-width: 800px; }

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%; }
  .promotions .arrow {
    width: 25%; }
  @media (max-width: 800px) {
    .arrow {
      width: 15%; } }
  .arrow img {
    width: 40%;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3)); }
    @media (max-width: 800px) {
      .arrow img {
        width: 70%; } }
.cycle-wrapper {
  width: 80%;
  max-width: 740px; }

.label {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 0 20px;
  text-decoration: none;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  width: 100%; }
  @media (max-width: 800px) {
    .label {
      font-size: 14px;
      padding: 5px 0 15px; } }
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .grid.grid_six {
    align-items: flex-end; }
  .insta-page .grid {
    justify-content: space-around; }
  .grid.jib-jab {
    width: 400px; }
  .grid.grid_three--homepage {
    justify-content: center;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse; }

.left-col {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 60%;
  text-decoration: none; }
  @media (max-width: 800px) {
    .left-col {
      width: 100%;
      margin-top: 50px; }
      .left-col img {
        width: 83%; } }
.right-col {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 40%;
  text-decoration: none; }
  @media (max-width: 800px) {
    .right-col {
      justify-content: flex-end;
      width: 20%;
      min-height: 500px;
      position: absolute;
      right: 1px;
      margin-top: 10px; } }
.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100%;
  text-decoration: none; }
  .grid-item.rtd {
    width: 12%; }
  .grid_three .grid-item {
    width: 30%; }
    @media (max-width: 950px) {
      .grid_three .grid-item {
        width: 48%; } }
    @media (max-width: 600px) {
      .insta .grid_three .grid-item {
        width: 100%; } }
  .grid_six .grid-item {
    width: 14%; }
    @media (max-width: 600px) {
      .grid_six .grid-item {
        width: 100%; } }
    .bottles .grid_six .grid-item.rtd {
      width: 11.5%; }
    @media (max-width: 800px) {
      .bottles .grid_six .grid-item {
        width: 40%;
        padding: 20px 0; }
        .bottles .grid_six .grid-item img {
          width: 45%; } }
  .grid_four .grid-item {
    width: 22%; }
    @media (max-width: 600px) {
      .grid_four .grid-item {
        width: 100%; } }
    @media (max-width: 800px) {
      .bottles .grid_four .grid-item {
        width: 40%;
        padding: 20px 0; }
        .bottles .grid_four .grid-item img {
          width: 45%; } }
  .grid_five .grid-item {
    width: 19%; }
    @media (max-width: 600px) {
      .grid_five .grid-item {
        width: 100%; } }
  .homepage-icons .grid-item {
    transition: all 0.5s;
    opacity: 1;
    align-items: center;
    width: 32.5%; }
    .homepage-icons .grid-item:hover {
      transform: rotate(4deg); }
      .homepage-icons .grid-item:hover:nth-child(2n) {
        transform: rotate(-4deg); }
    .homepage-icons .grid-item img {
      width: 70%;
      -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
              filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3)); }
      @media (max-width: 800px) {
        .homepage-icons .grid-item img {
          width: 56%; } }
.cocktail-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  padding-bottom: 50px; }
  @media (max-width: 800px) {
    .cocktail-container {
      justify-content: center;
      margin-top: 40px; } }
  .cocktail-container .bottle-image {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    order: 3; }
    @media (max-width: 800px) {
      .cocktail-container .bottle-image {
        width: 24%;
        order: 3; }
        .cocktail-container .bottle-image.bottle-image__rtd {
          padding: 0 0; } }
  .cocktail-container .cocktail-recipe {
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    width: 53%;
    padding: 30px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
    @media (max-width: 800px) {
      .cocktail-container .cocktail-recipe {
        color: #fff;
        padding: 0 20px;
        background: none;
        width: 100%;
        min-height: 345px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); } }
    .cocktail-container .cocktail-recipe .cocktail-subhead {
      font-weight: 700;
      margin-top: 18px;
      margin-bottom: 4px;
      font-style: italic; }
      @media (max-width: 800px) {
        .cocktail-container .cocktail-recipe .cocktail-subhead {
          margin-top: 12px;
          margin-bottom: 2px; } }
    .cocktail-container .cocktail-recipe .cocktail-heading {
      font-size: 35px;
      line-height: 35px;
      font-weight: normal; }
      @media (max-width: 800px) {
        .cocktail-container .cocktail-recipe .cocktail-heading {
          font-size: 28px;
          line-height: 28px; } }
    .cocktail-container .cocktail-recipe .cocktail-copy {
      line-height: 18px;
      font-size: 14px; }
      @media (max-width: 800px) {
        .cocktail-container .cocktail-recipe .cocktail-copy {
          font-size: 13px;
          line-height: 15px; } }
    .cocktail-container .cocktail-recipe ol.cocktail-copy {
      margin-left: 20px;
      padding-left: 0;
      margin-top: 0;
      padding-top: 0; }
  .cocktail-container .cocltail-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 22%;
    position: relative;
    align-items: flex-end; }
    @media (max-width: 800px) {
      .cocktail-container .cocltail-image {
        width: 20%;
        order: 2; } }
    .cocktail-container .cocltail-image.capone img {
      width: 140%; }

.cycle-slide {
  width: 100%; }

.insta-button {
  background-color: red;
  display: inline-block; }

.instagram-images {
  overflow: hidden;
  margin-bottom: 30px; }
  .instagram-images a img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: contain;"; }

.coming-soon {
  position: absolute;
  width: 147px;
  height: 200px;
  right: 0;
  top: 0; }

footer .footer-space {
  width: 100%;
  height: 600px;
  background-color: #f1f8f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .library footer .footer-space {
    justify-content: center; }
  footer .footer-space .drink-smart {
    width: 70px;
    margin-top: 15px;
    margin-left: 5px; }

.insta-page {
  background-color: white;
  padding: 30px; }

.searchagain {
  position: absolute;
  z-index: 50000;
  bottom: 10px;
  left: 10px;
  border-radius: 6px;
  padding: 10px 18px;
  background-color: #0071b9;
  color: #FFF;
  border: 0;
  text-transform: uppercase;
  font-weight: 700; }

#map-container img {
  max-width: none; }

.loc-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700; }

.address-list {
  font-size: 12px;
  max-width: 200px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.loc-name {
  max-width: 200px; }

#map-container {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

#bh-sl-map {
  width: 100%;
  height: 100%; }

.bh-sl-container {
  float: none;
  margin: 0;
  width: 100%;
  color: #000;
  padding: 0; }
  .bh-sl-container form {
    display: flex;
    flex-direction: column;
    align-items: center; }

#map-container {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

#form-input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: none !important;
  margin-top: 0;
  width: 100%; }

.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  width: 100%;
  line-height: 16px;
  border: 1px solid #cccccc;
  border-radius: 0;
  text-align: center; }

.map-submit {
  background-color: #0071b9;
  color: #fff;
  border: 0;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 10px;
  transition: all 0.5s;
  margin-top: 15px;
  padding: 20px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #0071b9;
  font-size: 24px;
  line-height: 26px;
  border-radius: 2px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer; }
  .map-submit:hover {
    background-color: #192b56;
    cursor: pointer; }

#social {
  /*  margin: 20px 10px;
  text-align: center;*/ }

.smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
  /* box-shadow: 0 2px 2px #999; */
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 50%;
  margin: 0 5px;
  margin-top: 40px; }

/* facebook button class*/
.facebookBtn {
  border: 1px solid #ccc;
  /*     background: #4060A5; */ }

.facebookBtn:before {
  /* use :before to add the relevant icons */
  font-family: "FontAwesome";
  content: "\f09a";
  /* add facebook icon */ }

.facebookBtn:hover {
  color: #fff;
  background: #4060a5;
  border: 1px solid #4060a5; }

/* instagram button class*/
.instaBtn {
  border: 1px solid #ccc; }

.instaBtn:before {
  font-family: "FontAwesome";
  content: "\f16d";
  /* add instagram icon */ }

.instaBtn:hover {
  color: #fff;
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  border: 1 solid #d92e7f; }

.ageGateBg {
  background-color: #0071b9;
  padding: 30px; }
  .ageGateBg img {
    max-width: 100%; }

input:focus {
  outline: none; }

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  min-height: 530px; }
  .ageGate2 p {
    margin: 1em 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff; }
  .ageGate2 #age-form {
    margin: 0; }
  .ageGate2 .ccLogo {
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 0;
    margin-top: -2px;
    margin-bottom: 30px; }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 120px;
    margin: 50px auto 0; }
  .ageGate2 div.inputs {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0; }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 0; }
  .ageGate2 .ageCountry {
    float: left; }
  .ageGate2 select {
    width: 186px;
    padding: 2px; }
  .ageGate2 .ageDay {
    float: left;
    width: 24%;
    display: inline-block;
    margin-right: 1%; }
  .ageGate2 .ageDay input {
    width: 100%; }
    .ageGate2 .ageDay input:focus {
      box-shadow: inset 0 0 0 1px #000; }
  .ageGate2 .ageMonth {
    float: left;
    width: 24%;
    display: inline-block;
    margin-right: 1%; }
  .ageGate2 .ageMonth input {
    width: 100%; }
    .ageGate2 .ageMonth input:focus {
      box-shadow: inset 0 0 0 1px #000; }
  .ageGate2 .ageYear {
    float: left;
    width: 50%;
    display: inline-block; }
  .ageGate2 .ageYear input {
    width: 100%; }
    .ageGate2 .ageYear input:focus {
      box-shadow: inset 0 0 0 1px #000; }
  .ageGate2 input[type="numeric"] {
    font-size: 40px;
    font-weight: 300;
    background-position: center;
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 8px;
    border: 0;
    box-shadow: inset 0 0 0 0 #ccc;
    font-family: "Anonymous Pro", monospace; }
  .ageGate2 input[type="submit"] {
    border: 1px solid #efefef;
    display: block;
    float: left;
    margin-top: 15px;
    padding: 10px 40px;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #0071b9;
    font-size: 20px;
    border-radius: 0;
    font-weight: 600;
    width: 100%; }
    .ageGate2 input[type="submit"]:hover {
      background-color: #efefef; }
  .ageGate2 input[type="number"]::-webkit-inner-spin-button,
  .ageGate2 input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .ageGate2 .marBott {
    padding-bottom: 10px; }
  .ageGate2 label {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .ageGate2 select {
    outline: none;
    background: none repeat scroll 0 0 #fdf9e3;
    border: medium none;
    color: #4b4b45;
    height: 24px;
    padding: 2px;
    font-size: 13px; }
  .ageGate2 #hiddenDiv {
    background-color: #000;
    color: #fff;
    padding: 10px 50px;
    margin: 3px 0; }
  .ageGate2 .fancybox-bg {
    background: #888; }
  .ageGate2 .fancybox-is-open .fancybox-bg {
    opacity: 1; }

@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
    min-height: 370px;
    margin: 20px 5%;
    box-sizing: border-box;
    width: 90%; }
    .ageGate2 #hiddenDiv {
      padding: 8px 20px;
      margin: 3px 0;
      font-size: 12px; }
    .ageGate2 .ccLogo {
      width: 50%;
      max-width: 300px;
      margin: 0 auto;
      padding-top: 0;
      margin-bottom: 20px; }
    .ageGate2 .drawTheLine {
      width: 40%;
      max-width: 120px;
      margin: 20px auto 0; }
    .ageGate2 div.inputs {
      display: block;
      width: 300px;
      margin: 0 auto;
      overflow: auto;
      padding: 10px 0;
      font-size: 18px; }
    .ageGate2 div.ageGate2 h1 {
      margin: 5px 0; }
    .ageGate2 div.inputs {
      display: block;
      width: 236px;
      margin: 0 auto;
      overflow: auto;
      padding: 10px 0; }
    .ageGate2 .ageDay {
      float: left; }
    .ageGate2 .ageDay input {
      width: 100%; }
    .ageGate2 .ageMonth {
      float: left; }
    .ageGate2 .ageMonth input {
      width: 100%; }
    .ageGate2 .ageYear {
      float: left; }
    .ageGate2 .ageYear input {
      width: 100%; } }

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */
.Site {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */
  background-color: #192b56;
  background-image: -webkit-linear-gradient(top, #182853, #6aa1d0 40%);
  width: 100%;
  height: 100%; }

.Site-header,
.Site-footer {
  flex: none;
  /* 2 */ }

.Site-content {
  flex: 1 0 auto;
  /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%; }

.Site-content::after {
  content: "\00a0";
  /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden; }

@media (--break-lg) {
  .Site-content {
    padding-top: var(--space-lg); }
  .Site-content::after {
    margin-top: var(--space-lg); } }

.Site-content--full {
  padding: 0; }

.Site-content--full::after {
  content: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
