@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: Lora, Georgia, Palatino, serif;
  position: absolute;
  height: 100%;
  flex-direction: column;
  display: flex;
  flex: 1;
  width: 100%;
  overflow: hidden; }

main.content {
  overflow: auto; }

a {
  color: #1086ad;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  max-width: 100%; }

h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-size: 4em;
  margin: 0 0 10px;
  font-family: 'Dancing Script', 'Apple Chancery', cursive;
  color: #1086ad; }

h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0 0 15px 0;
  line-height: 1.2em; }

h3 {
  font-weight: 200;
  font-size: 1.8em;
  margin: 10px 0 10px 0; }

h2 a {
  color: #000; }
  h2 a:hover {
    text-decoration: none; }

p, address, ul {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.6em;
  font-family: Merriweather, Georgia, Palatino, serif; }

div.location {
  display: flex;
  width: 100%; }
  div.location .address {
    padding-left: 40px; }

div.footer {
  text-align: center;
  font-size: small;
  position: relative;
  bottom: 0px;
  width: 100%; }

.hero {
  color: #ffffff;
  text-align: center;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .hero p {
    color: #fff; }
  .hero .inner-hero {
    display: flex;
    flex: 1;
    align-items: center;
    top: 0; }
  .hero:first-child .hero-text-container h1 {
    padding-top: 5px; }
  .hero .hero-text-container {
    max-width: 1140px;
    width: 100%;
    text-align: left; }
    .hero .hero-text-container h1 {
      padding-top: 10px;
      padding-bottom: 0px; }
  .hero .hero-text-right {
    position: absolute;
    right: 0; }

.image {
  text-align: center; }

.bottom-cta {
  text-align: center; }
  .bottom-cta h2 {
    margin-bottom: 12px; }

@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .flex .text, .flex .image {
      -webkit-flex: 1;
      flex: 1;
      padding: 0 20px; }

  .content section:nth-child(even) .flex {
    flex-direction: row-reverse; } }
.container, .text-container {
  margin: 0 auto;
  padding: 0 20px; }

.text-container {
  max-width: 1140px; }

.container {
  max-width: 1140px; }

.pad {
  padding: 60px 0; }

.info img {
  max-height: 650px; }

.info {
  padding: 0 0 100px 0; }
  .info:first-child {
    padding-top: 100px; }

.subtext {
  margin-top: 10px; }

.cta {
  margin: 25px 0 0 0; }

.page h2 {
  text-align: center; }

blockquote {
  padding: 18px 25px;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  font-style: italic; }
  blockquote cite {
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0; }
  blockquote p {
    display: inline; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.square-image {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

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

.map {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.blog-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em; }
  .blog-posts li {
    padding: 50px 0; }
  .blog-posts .blog-post {
    padding: 18px 0; }
    .blog-posts .blog-post:first-child {
      padding-top: 50px; }
    .blog-posts .blog-post .post-details {
      padding-top: 15px; }

.blog-post .author {
  padding: 30px 0 0 0;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: .8em; }
  .blog-post .author .square-image {
    width: 125px;
    height: 125px; }
  .blog-post .author .blurb {
    text-align: center; }
.blog-post h3 {
  margin: 0; }
  .blog-post h3 a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3em; }
.blog-post h2 {
  text-align: left;
  font-size: 2.6em;
  margin: 0; }
.blog-post .post-details {
  border-bottom: 1px solid #eee;
  font-size: .9em;
  margin: 0;
  padding: 40px 0 0 0; }
  .blog-post .post-details .blog-filter {
    display: inline-block;
    text-align: left; }
    .blog-post .post-details .blog-filter a {
      position: relative;
      top: -5px; }
  .blog-post .post-details a {
    text-decoration: none; }
  .blog-post .post-details .post-date {
    float: right; }
  .blog-post .post-details:after {
    content: "";
    display: table;
    clear: both; }
.blog-post .post-content {
  padding: 0 0 40px 0; }
  .blog-post .post-content .button {
    margin: 30px 0 0 0; }

.pagination {
  text-align: center; }

.blog-filter {
  text-align: center; }
  .blog-filter a {
    background: #eee;
    padding: 3px 5px;
    font-size: .8em;
    border-radius: 5px;
    color: #888;
    transition: .2s ease-in-out; }
    .blog-filter a:hover {
      color: #555;
      text-decoration: none; }

.blog-filter.cross a {
  padding-right: 8px; }
  .blog-filter.cross a:after {
    content: "x";
    font-size: .5em;
    position: relative;
    bottom: 4px;
    right: -3px; }

.change-category {
  margin: 0;
  padding: 30px 0; }

.blog-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden; }
  .blog-navigation a {
    display: block;
    width: 50%;
    float: left;
    margin: 1em 0; }
  .blog-navigation .next {
    text-align: right; }

.pagination {
  padding: 30px; }

.nav-open nav {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0; }
  .nav-open nav a {
    display: block;
    padding: 30px 0; }
  @media (min-width: 620px) {
    .nav-open nav {
      border: 0;
      padding: 0 20px; }
      .nav-open nav a {
        display: inline; } }

nav {
  text-transform: uppercase;
  font-size: 1.2em;
  width: 100%;
  position: relative;
  top: -25px;
  text-shadow: none; }
  @media (min-width: 620px) {
    nav {
      padding: 0 20px;
      display: inline; } }
  nav a {
    margin: 0 3px;
    padding: 14px 10px;
    border: 0;
    display: none; }
    @media (min-width: 620px) {
      nav a {
        display: inline;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        color: rgba(255, 255, 255, 0.8); } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 10px;
      top: -7px;
      font-size: 1.9em;
      border: 0;
      text-shadow: 0;
      padding: 0 !important; }
      @media (min-width: 620px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a.active {
    border-bottom: 5px solid #ffa74d; }

div.gabs > img {
  float: right; }

div.gabs .icon {
  white-space: nowrap; }

@page {
  size: A4;
  margin: 0; }
.maker {
  font-weight: bold; }

section.drinks h2 {
  margin: 20px 0 10px 0;
  color: orange; }
section.drinks h3 {
  margin: 20px 0 0 0;
  color: orange; }
section.drinks h3:nth-child(2) {
  margin-top: 0mm; }

div.drinks {
  margin: 0 auto; }

table.drinks {
  border: none;
  border-spacing: 0 5px;
  width: 100%; }

table.drinks th, table.drinks td {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0;
  padding-bottom: 0; }
table.drinks td.pricing, table.drinks th.pricing {
  text-align: center;
  width: 10%; }
table.drinks td.strength, table.drinks th.strength, table.drinks td.size, table.drinks th.size, table.drinks td.location {
  text-align: right; }
table.drinks td.strength {
  width: 5%; }
table.drinks td.size {
  width: 10%; }
table.drinks td.drink {
  width: 70%; }
table.drinks td.description {
  font-style: italic;
  text-align: left;
  vertical-align: top !important; }
table.drinks tr {
  width: 100%; }
table.drinks td.location {
  text-align: right;
  width: 30%; }
table.drinks tr.drink:first-child td {
  padding-top: 3px; }
table.drinks tr.drink td {
  padding-top: 4px; }

section.drinks {
  padding-bottom: 15px; }

@media not print {
  table.drinks {
    max-width: 700px; }
    table.drinks td.pricing, table.drinks th.pricing {
      display: none; }

  .print-only {
    display: none; }

  .page-break {
    display: none; }

  div.onmenu {
    display: none; }

  p.blurb {
    font-size: 1em;
    margin-bottom: 0px; } }
@media print {
  html {
    width: 210mm;
    height: 297mm; }

  body {
    display: block;
    margin-bottom: 0mm;
    margin-top: 0mm;
    margin-left: 0mm;
    margin-right: 10mm;
    font-size: 0.6em;
    color: black; }

  section.drinks h1.drinks {
    margin-bottom: 0mm;
    font-family: 'Hoefler Text';
    color: black;
    font-size: 2.6em; }
  section.drinks h1.title {
    margin-bottom: 0mm;
    color: black;
    font-size: 3.4em;
    font-weight: bold; }
  section.drinks h2.drinks {
    color: black;
    font-weight: bold; }
  section.drinks h3.drinks {
    margin-bottom: -7.5mm;
    margin-top: 4mm;
    font-size: 2.0em;
    color: black;
    font-weight: bold;
    font-family: Merriweather, Georgia, Palatino, serif; }
  section.drinks h3.Snacks, section.drinks h3.Cheese, section.drinks h3.Jerky, section.drinks h3.Nuts, section.drinks h3.Other.Stuff {
    margin-bottom: 2mm;
    color: black;
    font-weight: bold; }
  section.drinks p.blurb {
    font-size: 1.4em;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1.6em;
    font-family: Merriweather, Georgia, Palatino, serif;
    color: black; }

  .page-break {
    display: block;
    page-break-after: always; }

  div.website {
    display: none; }

  table.drinks {
    width: 210mm !important;
    font-size: 1.8em !important; }

  section.drinks .image {
    display: none; }

  .hero .inner-hero, .flex {
    display: block; }

  * {
    overflow: visible !important;
    text-shadow: none !important;
    position: relative !important;
    size: A4;
    color: black !important; }

  table.drinks td.pricing, table.drinks th.pricing {
    display: auto !important; }
  table.drinks td.description {
    font-size: 12pt !important; }
  table.drinks td.location, table.drinks td.strength, table.drinks td.size {
    font-size: 12pt !important; }

  div.gabs, img.gabs {
    display: none; }

  h1.drinks, h2.drinks, h3.drinks {
    page-break-after: avoid !important; }

  table.drinks {
    page-break-inside: avoid; }

  section {
    page-break-inside: avoid;
    page-break-after: always; }

  section#cocktails {
    page-break-after: avoid; }

  #disclaimer {
    display: none; }

  h3.newpage, table.newpage {
    page-break-before: always; }

  h1.newpage {
    page-break-before: always;
    margin-bottom: 0mm;
    font-family: 'Hoefler Text';
    color: black;
    font-size: 2.6em; }

  header {
    display: none; }

  p, address, ul {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.6em;
    font-family: Merriweather, Georgia, Palatino, serif;
    color: black; } }
.events {
  min-height: 100vh;
  margin: 0 auto; }
  .events .event {
    align-items: flex-start; }
  .events h3, .events h4 {
    text-transform: uppercase; }
  .events h4 {
    line-height: 1.2;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .events .datetime {
    margin-top: 10px;
    padding: 10px;
    width: 120px;
    flex-shrink: 0; }
  .events .description {
    padding: 10px;
    position: relative; }
    .events .description img.eventimage {
      float: right; }
    .events .description p {
      margin-right: 450px; }
  @media screen and (max-width: 576px) {
    .events .description p {
      margin-right: 0px; } }

header {
  color: #fff;
  background-color: black;
  padding: 3px 0;
  width: 100%;
  line-height: 0;
  flex: 0 0 auto; }
  header .container {
    line-height: 0; }
  header a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    @media (min-width: 620px) {
      header a {
        height: 100%; } }
    header a span {
      display: block;
      height: 100%; }
    header a:hover {
      text-decoration: none; }
  header .company-name {
    font-size: 1.7em;
    display: inline-block; }
    header .company-name img {
      height: 70px;
      width: auto; }
  header ul {
    padding: 0;
    margin: 0; }
    header ul.header-right-links {
      float: left; }
      @media (min-width: 450px) {
        header ul.header-right-links {
          float: right; } }
    header ul li {
      list-style: none;
      margin: 15px auto;
      display: inline-block;
      padding: 5px; }
      header ul li a:hover {
        text-decoration: none; }
      header ul li a svg {
        fill: #999;
        transition: fill 0.2s ease;
        vertical-align: middle;
        width: 18px;
        height: 18px; }
      header ul li a:hover svg {
        fill: #fff; }
      header ul li a.twitter-icon:hover svg {
        fill: #55acee; }
      header ul li a.google-plus-icon:hover svg {
        fill: #db4437; }
      header ul li a.youtube-icon:hover svg {
        fill: #cd201f; }
      header ul li a.instagram-icon:hover svg {
        fill: #f167f5; }
      header ul li a.linkedin-icon:hover svg {
        fill: #0077b5; }
      header ul li a.pinterest-icon:hover svg {
        fill: #bd081c; }
      header ul li a.rss-icon:hover svg {
        fill: #f26522; }
