/* ==========================================================================
   COLORS Variables
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Oswald:200,300,400,700");
/* ==========================================================================
   Imports
   ========================================================================== */
/* ====================================================================
  Home Page - Hero
   ==================================================================== */
#home_hero {
  height: 100vh;
  position: relative;
  background-position: 50% 100%;
  background-size: cover; }
  #home_hero #logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 760px;
    margin: auto;
    height: 55%; }
    #home_hero #logo img {
      max-height: 100%;
      margin: auto; }

#bottom_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px; }
  #bottom_content .left_content .hour_block {
    float: left;
    margin-right: 40px; }
    #bottom_content .left_content .hour_block .heading {
      color: #fff;
      font-weight: bold;
      margin-bottom: 0; }
    #bottom_content .left_content .hour_block .hours {
      color: #fff;
      margin-top: 4px; }
  #bottom_content .right_content {
    float: right;
    text-align: right;
    color: #fff; }
    #bottom_content .right_content .phone_number {
      margin-bottom: 0;
      color: #fff; }
      #bottom_content .right_content .phone_number a {
        color: #fff; }
    #bottom_content .right_content .address {
      margin-top: 4px;
      color: #fff; }

.home footer {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

/* ====================================================================
  Media Queries
  Home Page - Hero
   ==================================================================== */
@media (max-width: 1024px) {
  #home_hero #logo {
    top: 120px;
    width: 400px;
    transform: none; }

  #bottom_content .left_content .hour_block {
    float: none; }

  #bottom_content .right_content {
    float: none;
    text-align: left; } }
@media (max-width: 768px) {
  #home_hero #logo {
    width: 400px; }

  #bottom_content {
    padding: 0 0 20px 20px; }
    #bottom_content .left_content .hour_block .heading {
      margin-top: 0; }
    #bottom_content .left_content .hour_block .hours {
      margin-bottom: 6px; } }
@media (max-width: 440px) {
  #home_hero #logo {
    top: 96px;
    width: 200px; } }
footer {
  background-color: #5b0101;
  padding: 40px 0 20px 0;
  color: #fff;
  position: relative; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer .kb_link:hover {
    text-decoration: underline; }
  footer p {
    margin-bottom: 0; }
  footer .disclaimer {
    font-size: .8em;
    margin-top: 50px; }
  footer #social_wrap {
    text-align: center;
    margin-top: 15px; }
    footer #social_wrap a .fa:hover {
      transform: scale(1.1); }
    footer #social_wrap .fa {
      font-size: 2.5em;
      margin: 0 5px; }
  footer .phone, footer .address {
    text-align: right;
    margin-bottom: 0;
    color: #fff; }
  footer .address {
    margin-top: 0; }

/* ====================================================================
  Footer Mobile Styles
   ==================================================================== */
@media (max-width: 768px) {
  footer #pipe {
    display: none; }
  footer .disclaimer {
    text-align: center;
    margin-top: 0; }
  footer .phone {
    text-align: center; }
  footer .address {
    text-align: center;
    font-size: 1em;
    margin-bottom: 40px; }
  footer #social_wrap {
    margin-top: 0; }
  footer .disclaimer_wrap {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    bottom: 0;
    margin-bottom: 10px; } }
#small_logo {
  position: absolute;
  top: 0;
  z-index: 8;
  max-width: 50px;
  margin-top: 55px;
  margin-left: 40px; }

#hero {
  height: 600px;
  background-size: cover;
  position: relative;
  background-position: 50% 80%; }
  #hero .title {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 200;
    margin: 40px; }
    #hero .title.title_text_shadow {
      text-shadow: 1px 1px 5px #000; }

#body_copy {
  padding: 40px 0; }

/* ======================================================
  Mobile Styles Hero
   ====================================================== */
@media (max-width: 768px) {
  #small_logo {
    margin-top: 20px;
    margin-left: 15px; }

  #hero {
    height: 350px; }
    #hero .title {
      font-size: 3em; } }
/* ======================================================
  The Bar
   ====================================================== */
#bar .row {
  margin-bottom: 30px; }
#bar .overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3); }
#bar .title {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  margin: 0 20px 20px 20px; }
  #bar .title.right {
    right: 0; }
  #bar .title.left {
    left: 0; }
#bar .cocktails {
  height: 380px;
  /* TODO Set from JS Or whatever */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
  margin-top: 20px; }
#bar .cocktails.draft_beer {
  height: 500px; }
#bar .cocktail.draft_beer {
  margin-bottom: 10px; }
#bar .draft_beer_image_wrapper {
  margin-top: 40px; }
#bar .cocktails.bottled_beer {
  height: 374px; }
#bar .cocktail.bottled_beer {
  margin-bottom: 10px; }
#bar .cocktails.wine {
  height: 430px;
  margin-top: 44px; }
#bar .cocktail.wine .heading {
  margin-bottom: 20px; }

.drink_item {
  margin-bottom: 20px; }

p.heading {
  margin-bottom: 14px;
  margin-top: 10px;
  color: #555;
  font-weight: bold;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em; }
  p.heading:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #555; }

.cocktail .heading {
  color: #555;
  font-family: "Droid Serif", Arial, serif;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: bold;
  text-transform: capitalize; }
  .cocktail .heading.special {
    margin-bottom: 18px; }
  .cocktail .heading .name {
    margin-right: 20px; }

.bar_image {
  background-size: cover;
  height: 380px;
  position: relative; }
  .bar_image .overlay {
    z-index: 0; }
  .bar_image .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 200;
    font-size: 4em;
    margin: 0 20px 20px 20px; }
    .bar_image .title.right {
      right: 0; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.vertical-align {
  display: flex;
  align-items: center; }
  .vertical-align .col-sm-4 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; }

@media (max-width: 1000px) {
  #bar .cocktails {
    display: block;
    height: auto !important; }
  #bar .cocktail {
    width: 100%; }
  #bar .cocktails {
    margin-top: 20px; }
  #bar .cocktail_image_wrapper, #bar .draft_beer_image_wrapper, #bar .bottled_beer_image_wrapper, #bar .wine_image_wrapper {
    margin-top: 0;
    display: block;
    width: 100%; }
  #bar .title.right {
    left: 0;
    right: initial; }
  #bar .cocktail.draft_beer, #bar .cocktail.bottled_beer {
    margin-bottom: 20px; }
  #bar img {
    width: 100%; } }
/* ======================================================
  Mobile Styles Bar
   ====================================================== */
@media (max-width: 768px) {
  #bar .cocktails {
    display: block;
    height: auto;
    margin-top: 20px; }
  #bar .cocktail {
    width: 100%; }
  #bar .cocktails.draft_beer {
    height: auto; }
  #bar .draft_beer_image_wrapper {
    margin-top: 0; }
  #bar .cocktails.bottled_beer {
    height: auto; }
  #bar .cocktails.wine {
    height: auto;
    margin-top: 0; } }
/* Extra small devices (767px and down) */
@media (max-width: 767px) {
  .row.vertical-align {
    display: block;
    /* Turn off the flexible box layout */ }
    .row.vertical-align .col-sm-4 {
      padding-top: 0;
      padding-bottom: 0; }

  .bar_image {
    margin-bottom: 20px; }

  .bar_image .title {
    right: 0; } }
@media (min-width: 1200px) {
  .container.container-small {
    width: 970px; } }
#sidebar {
  border-left: 2px solid #5b0101;
  padding-left: 20px; }
  #sidebar .title {
    font-weight: 900;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 20px; }
  #sidebar .menu {
    list-style-type: none;
    padding-left: 0; }
    #sidebar .menu li {
      padding-bottom: 20px; }
    #sidebar .menu li a {
      color: #5b0101;
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 1.5em;
      text-transform: uppercase; }

.menu_section .section_heading {
  font-size: 4em;
  font-weight: 900; }
.menu_section .section_sub_head {
  margin-bottom: 40px; }
.menu_section .has_thumb {
  position: relative;
  margin-bottom: 10px; }
  .menu_section .has_thumb .food_title {
    position: absolute;
    margin-left: 15px;
    color: #fff;
    bottom: 0;
    font-weight: bold;
    margin-bottom: 8px; }
    .menu_section .has_thumb .food_title .name {
      margin-right: 20px; }
.menu_section .food_title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px; }
  .menu_section .food_title .name {
    margin-right: 15px; }
.menu_section .subtext {
  margin: 0;
  /* line-height: .7em; */
  position: relative;
  top: -8px;
  font-style: italic;
  font-weight: bold;
  opacity: .6; }

/* ======================================================
    Menu Page Mobile Styles
   ====================================================== */
@media (max-width: 768px) {
  .menu_section .food_item {
    margin-bottom: 40px; } }
/* =========================================================================
   General Styles
   ========================================================================== */
body {
  overflow-x: hidden;
  font-family: "Droid Serif", Arial, serif;
  color: #5e6a71; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5b0101; }

p {
  font-size: 1.2em;
  margin-bottom: 20px; }

a {
  color: #5b0101;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

.droid {
  font-family: "Droid Serif", Arial, serif; }

.oswald {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.hero {
  background-size: cover; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .overlay.black {
    background-color: rgba(0, 0, 0, 0.5); }

.col-centered {
  float: none;
  margin: 0 auto; }

.nopad {
  padding: 0; }

.nomarg {
  margin: 0; }

/* ==========================================================================
   Header Styles
   ========================================================================== */
#menu_toggle {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 8px;
  background-image: none;
  text-align: center;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  /* Close Styles */ }
  #menu_toggle.close {
    opacity: 1; }
  #menu_toggle .icon-bar {
    width: 24px;
    height: 3px;
    border-radius: 4px;
    background-color: #555;
    display: block;
    margin: 0 auto 3px auto;
    transition: 0.3s all ease; }
    #menu_toggle .icon-bar:last-of-type {
      margin-bottom: 0; }
  #menu_toggle.close {
    background-color: transparent; }
    #menu_toggle.close .icon-bar {
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff; }
    #menu_toggle.close .icon-bar.third {
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg);
      transform-origin: 50%; }
    #menu_toggle.close .icon-bar.first {
      -ms-transform: rotate(-45deg);
      /* IE 9 */
      -webkit-transform: rotate(-45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg);
      transform-origin: 50%; }
    #menu_toggle.close .icon-bar.second {
      opacity: 0; }

/* ==========================================================================
   Header Styles Mobile
   ========================================================================== */
@media (max-width: 768px) {
  #menu_toggle {
    margin-top: 15px;
    margin-right: 15px; } }
/* ==========================================================================
   Navigation Styles
   ========================================================================== */
#main_nav {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: 50% 50%;
  visibility: hidden;
  position: fixed;
  left: 100%;
  overflow: hidden;
  color: #fff; }
  #main_nav.active {
    padding-top: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    visibility: visible;
    z-index: 9;
    min-height: 100vh;
    -webkit-animation: scaleDown .4s ease-out both;
    animation: scaleDown .4s ease-out both; }
  #main_nav.inactive {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    visibility: visible;
    z-index: 9;
    min-height: 100vh;
    -webkit-animation: scaleUp .4s ease-out both;
    animation: scaleUp .4s ease-out both; }
  #main_nav h2, #main_nav h3, #main_nav h4 {
    color: #fff; }
  #main_nav #menu_logo {
    max-width: 350px;
    margin: auto; }
  #main_nav .bord_left {
    border-left: 2px solid #fff; }
  #main_nav .bord_right .phone a {
    color: #fff; }
  #main_nav .bord_right a {
    color: #fff; }
  #main_nav .block {
    margin-top: 30px; }
  #main_nav .block.social .fa {
    font-size: 2.5em;
    margin-left: 10px; }
  #main_nav .links {
    font-weight: 200;
    text-transform: uppercase; }
    #main_nav .links a {
      color: #fff;
      font-weight: 100; }
  #main_nav .block.catering img {
    float: left; }
  #main_nav .block.catering h4 {
    float: left;
    margin-top: 44px;
    margin-left: 10px;
    color: #fff; }
  #main_nav #payment_cards {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    #main_nav #payment_cards .fa {
      font-size: 2.5em;
      margin: 0 5px 60px 0; }

/* ==========================================================================
   Food Menu
   ========================================================================== */
#food_menu {
  height: 0;
  width: 0;
  overflow: hidden;
  left: 100%;
  position: absolute;
  top: 0;
  z-index: 9; }
  #food_menu.active {
    left: 0;
    height: 100vh;
    width: 100vw; }
  #food_menu .row {
    height: 50%;
    margin: 0; }
  #food_menu .tile {
    position: relative;
    height: 100%;
    border: 1px solid #fff;
    background-size: cover;
    background-position: 50% 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 70px;
    overflow: hidden; }
    #food_menu .tile .bg_image {
      z-index: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      overflow: hidden; }
    #food_menu .tile .overlay.black {
      z-index: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    #food_menu .tile .food_menu_link {
      color: #fff;
      font-size: 3.5em;
      text-transform: uppercase;
      font-weight: 300;
      position: relative;
      z-index: 9;
      text-align: center;
      max-width: 300px;
      margin: auto; }
  #food_menu .tile:hover .overlay.black {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease; }
  #food_menu .tile:hover .bg_image {
    transform: scale(1.1);
    transition: 2s linear; }

/* ==========================================================================
   Laptop Styles - Main Nav
   ========================================================================== */
@media (max-width: 1390px) {
  #main_nav #nav_logo {
    max-width: 200px;
    margin: auto; }

  #main_nav .block.catering img {
    display: none; }

  #main_nav .block.catering h4 {
    float: none;
    margin-top: 0;
    margin-left: 0;
    color: #fff; }

  #main_nav #payment_cards .fa {
    margin: 0 5px 5px 0; } }
/* ==========================================================================
   Mobile Styles - Main Nav
   ========================================================================== */
@media (max-width: 768px) {
  #main_nav #nav_logo {
    display: none; }
  #main_nav .block.social {
    position: absolute;
    top: -71px; }
  #main_nav .block.catering {
    display: none; }
  #main_nav .block {
    margin-top: 5px; }
  #main_nav .bord_right.text-right {
    text-align: left;
    position: absolute;
    bottom: 80px; }
    #main_nav .bord_right.text-right h3 {
      margin-bottom: 3px;
      margin-top: 0;
      font-size: 1.3em; }
    #main_nav .bord_right.text-right h4 {
      margin-top: 0;
      font-size: 1.1em; }
  #main_nav .bord_left {
    border: none;
    position: absolute;
    left: 15px; }
  #main_nav #payment_cards .fa {
    margin: 0 5px 0 0;
    font-size: 1.5em; }
  #main_nav .block.hours {
    display: none; }
  #main_nav #payment_cards {
    bottom: 60px; } }
/* ==========================================================================
   Mobile Styles - Food Menu
   ========================================================================== */
@media (max-width: 768px) {
  #food_menu .row {
    height: 33.33333%; }
  #food_menu .tile {
    width: 50%;
    float: left; }
    #food_menu .tile .food_menu_link {
      font-size: 2em; } }
/* ====================================================================
  Animation Helpers
   ==================================================================== */
/* SCALE DOWN */
@-webkit-keyframes scaleDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3); }
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes scaleDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* SCALE UP */
@-webkit-keyframes scaleUp {
  from {
    opacity: 1;
    -webkit-transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3); } }
@keyframes scaleUp {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

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