/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 19px; }

/* ==========================================================================
   @TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.type-menu-section {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #000000; }

.type-menu-subsection {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #333333; }

.type-nav-option {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 72px;
  font-weight: bold; }

.type-bar-info {
  font-size: 15px;
  line-height: 24px;
  color: #231F20; }

/* ==========================================================================
   @CONTAINERS
   ========================================================================== */
.thebyeandbye .bar-info {
  background-color: #c9FFFF; }

.hereafterpdx .bar-info {
  background-color: #9E5351; }

.victoriapdx .bar-info {
  background-color: #98C6A8; }

.thebyeandbye .logo {
  background-image: url("../img/logo-byeandbye.svg"); }

.hereafterpdx .logo {
  background-image: url("../img/logo-hereafter.svg"); }

.victoriapdx .logo {
  background-image: url("../img/logo-victoria.svg"); }

.thebyeandbye .site-nav {
  background-color: #c9FFFF; }

.hereafterpdx .site-nav {
  background-color: #9E5351; }

.victoriapdx .site-nav {
  background-color: #98C6A8; }

.thebyeandbye .menu-holder {
  background-color: #FFF; }

.hereafterpdx .menu-holder {
  background-color: #FFF; }

.victoriapdx .menu-holder {
  background-color: #FFF; }

.wrap {
  width: 100%;
  min-height: 100%;
  position: relative; }

.hero-image-holder {
  width: 100%;
  height: 136vw;
  overflow: hidden; }
  .hero-image-holder .hero-image, .hero-image-holder .hero-image-mobile {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat; }
  .hero-image-holder .hero-image {
    display: none; }

.bar-info {
  padding: 55px 0 65px 0;
  text-align: center; }

.logo {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  height: 134px;
  text-indent: -9999px;
  margin-bottom: 32px; }

.victoriapdx .logo {
  width: 150px;
  position: relative;
  left: 50%;
  margin-left: -75px;
  height: 60px; }

.bar-info h5 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px; }

.bar-info a:link,
.bar-info a:hover,
.bar-info a:visited,
.bar-info a:active {
  color: #231F20;
  text-decoration: underline; }

.bar-info a.maps-link {
  text-decoration: none; }

.info-block.address {
  margin-bottom: 20px; }

.info-block.hours {
  margin-bottom: 37px; }

.info-block.social {
  font-size: 0;
  line-height: 0; }

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-indent: -9999px;
  margin: 0 4px; }

.thebyeandbye .social-icon.facebook {
  background-image: url("../img/facebook-blue.svg"); }

.hereafterpdx .social-icon.facebook {
  background-image: url("../img/facebook-red.svg"); }

.victoriapdx .social-icon.facebook {
  background-image: url("../img/facebook-green.svg"); }

.thebyeandbye .social-icon.instagram {
  background-image: url("../img/instagram-blue.svg"); }

.hereafterpdx .social-icon.instagram {
  background-image: url("../img/instagram-red.svg"); }

.victoriapdx .social-icon.instagram {
  background-image: url("../img/instagram-green.svg"); }

.menu-holder {
  color: #333;
  text-align: center;
  padding-bottom: 100px; }

.menu-holder .section {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: calc((100% - 300px) / 2);
  padding-right: calc((100% - 300px) / 2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.menu-holder .section.happyhour {
  border-bottom: 0 none; }

.menu-holder .section.cocktails,
.menu-holder .section.specials {
  padding-bottom: 40px; }

.menu-holder .subsection {
  margin-bottom: 46px; }

.menu-holder h2 {
  margin-bottom: 15px; }

.menu-holder .section.cocktails h2 {
  margin-bottom: 30px; }

.menu-holder h3 {
  margin-bottom: 20px; }

.menu-holder .beer h3,
.menu-holder .wine h3 {
  margin-bottom: 8px; }

.menu-holder .section:first-child {
  padding-top: 50px; }

.details, .desc {
  color: #8D8D8D; }

.details {
  font-style: italic; }

.intro.details {
  margin-bottom: 30px; }

.footer.details {
  margin-bottom: 50px; }

.menuitem .name {
  font-weight: bold;
  margin-bottom: 8px; }

.menuitem {
  margin-bottom: 32px; }

.starters .menuitem,
.sides .menuitem,
.late-night .menuitem,
.happyhour .menuitem {
  margin-bottom: 11px; }

.menuitem:last-child {
  margin-bottom: 0; }

.late-night .menuitem:last-of-type,
.happyhour .menuitem:last-of-type {
  margin-bottom: 30px; }

.happyhour .menuitem .desc {
  margin-bottom: 30px; }

.beer .menuitem,
.wine .menuitem {
  margin-bottom: 0; }

.beer .menuitem .desc {
  margin-top: -9px;
  margin-bottom: 11px; }

/* ==========================================================================
   @NAV
   ========================================================================== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  text-align: center;
  z-index: 100;
  transition: top 150ms; }
  .site-nav.collapsed {
    top: -72px; }
  .site-nav ul {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 100%; }
  .site-nav .site-section-option {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6px;
    color: #000;
    opacity: 0.40;
    height: 100%;
    font-size: 10px; }
  .site-nav .site-section-option.active {
    opacity: 0.9; }

@media only screen and (min-width: 375px) {
  .site-nav .site-section-option {
    font-size: 13px; } }
/* ==========================================================================
   @SLIDESHOW
   ========================================================================== */
.thebyeandbye .slideshow .arrow.next {
  background-image: url("../img/arrow-right-blue.svg"); }

.thebyeandbye .slideshow .arrow.prev {
  background-image: url("../img/arrow-left-blue.svg"); }

.hereafterpdx .slideshow .arrow.next {
  background-image: url("../img/arrow-right-red.svg"); }

.hereafterpdx .slideshow .arrow.prev {
  background-image: url("../img/arrow-left-red.svg"); }

.victoriapdx .slideshow .arrow.next {
  background-image: url("../img/arrow-right-green.svg"); }

.victoriapdx .slideshow .arrow.prev {
  background-image: url("../img/arrow-left-green.svg"); }

.slideshow {
  width: 100%;
  height: 80vw;
  overflow: hidden;
  position: relative;
  font-size: 0;
  line-height: 0; }
  .slideshow .arrows {
    position: absolute;
    z-index: 50;
    height: 60px;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -30px; }
  .slideshow .arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer; }
  .slideshow .arrow.next {
    right: 28px; }
  .slideshow .arrow.prev {
    left: 28px; }
  .slideshow .dots {
    position: absolute;
    bottom: 21px;
    width: 100%;
    z-index: 50;
    height: 11px;
    text-align: center; }
    .slideshow .dots .dot {
      display: inline-block;
      border-radius: 50%;
      width: 11px;
      height: 11px;
      margin: 0 5px;
      background-color: #BBB;
      cursor: pointer; }
    .slideshow .dots .dot.active {
      background-color: #FFF;
      cursor: auto; }
  .slideshow .images-holder {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
  .slideshow .image {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

@media only screen and (min-width: 480px) {
  .slideshow {
    height: 56.25vw; } }
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  .site-nav {
    display: none;
    visibility: hidden; }

  .hero-image-holder {
    height: 66.5364583vw; }

  .hero-image-holder .hero-image-mobile {
    display: none; }

  .hero-image-holder .hero-image {
    display: block; } }
@media only screen and (min-width: 1024px) {
  .type-menu-section {
    font-size: 28px; }

  .type-menu-subsection {
    font-size: 14px; }

  .hero-image-holder {
    height: 49.0277778vw; }

  .victoriapdx .bar-info .logo {
    vertical-align: top;
    position: relative;
    top: 0;
    display: inline-block;
    background-position: 50% 30%;
    background-size: contain;
    width: 134px;
    height: 134px;
    margin-bottom: 0px;
    line-height: 0;
    margin-right: 86px;
    left: auto;
    margin-left: auto; }

  .bar-info {
    padding-left: 75px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left; }
    .bar-info .logo {
      vertical-align: top;
      position: relative;
      top: 0;
      display: inline-block;
      background-position: 50% 50%;
      background-size: contain;
      width: 134px;
      height: 134px;
      margin-bottom: 0px;
      line-height: 0;
      margin-right: 86px; }
    .bar-info .info-block {
      padding-top: 15px;
      position: relative;
      top: 0;
      display: inline-block;
      text-align: left;
      margin-right: 86px;
      margin-bottom: 0;
      vertical-align: top; }
    .bar-info .info-block h5 {
      margin-bottom: 6px; }
    .bar-info .info-block.social {
      vertical-align: top;
      line-height: 0;
      margin-right: 0px; }
    .bar-info .info-block.social .social-icon {
      margin: 0 8px 0 0; }

  .menu-holder {
    padding-top: 77px;
    padding-bottom: 0;
    padding-left: calc((100% - 820px) / 2);
    padding-right: calc((100% - 820px) / 2); }
    .menu-holder .column {
      width: 360px;
      margin-right: 100px;
      float: left;
      margin-bottom: 30px; }
    .menu-holder .col2 {
      margin-right: 0; }
    .menu-holder .column:last-of-type {
      margin-right: 0; }
    .menu-holder .section {
      vertical-align: top;
      text-align: left;
      padding-left: 0;
      padding-right: 30px; }
    .menu-holder .section h2 {
      margin-bottom: 30px; }
    .menu-holder .section:first-child {
      padding-top: 0; }

  .thebyeandbye .menu-holder .col2 {
    float: right; } }
@media only screen and (min-width: 1280px) {
  .thebyeandbye .menu-holder .col2 {
    float: left; } }
@media only screen and (min-width: 1440px) {
  .menu-holder {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2); }
    .menu-holder .section:last-of-type {
      border-bottom: 0 none; }
    .menu-holder .col2 {
      margin-right: 100px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
