/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.btMenuCenter .btLogoArea .logo img,
.mainHeader .btLogoArea .logo img {
  height: 110px;
}

.bt_bb_section[class*="dark_gradient"]::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(25%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%);
}

.sub-menu {
  position: relative;
  z-index: 9999;
}

.bt_bb_menu_item .bt_bb_menu_item_content .bt_bb_menu_item_title_price .bt_bb_menu_item_title::after {
  display: none;
}

.borderless-table table {
  border: 0 !important;
  text-align: left;
  margin: 0 auto;
}

.borderless-table td {
  padding: 0 !important;
  border: 0 !important;
}

.borderless-table td:first-child {
  padding-right: 10px !important;
}

.btVerticalHeaderTop {
  padding: 10px 20px 0;
}

.btStickyHeaderActive .btVerticalHeaderTop {
  padding-top: 0;
}

.btMenuHorizontal.btMenuCenter .logo {
  z-index: 1 !important;
}

.mainHeader,
.btMenuVertical .mainHeader {
  padding-top: 10px;
}

.btStickyHeaderActive .mainHeader {
  padding-top: 0;
}

.btMenuVertical .mainHeader .logo img {
  width: 80px;
}

.btMenuVerticalLeft .btVerticalMenuTrigger {
  float: right;
}

.btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btVerticalMenuTrigger:hover .bt_bb_icon:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.btMenuVerticalOn.btMenuVerticalLeft .btVerticalMenuTrigger {
  float: left;
}

.footer-logo img {
  max-height: 120px;
}

.overlay-logo img {
  max-height: 220px;
  object-fit: contain;
}

.uppercase .bt_bb_headline_content {
  text-transform: uppercase;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
  padding: 12px 15px !important;
  border: 1px solid #191919 !important;
  border-bottom: 1px solid #eee !important;
  background-color: #eee;
  font-size: 18px;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
  border-bottom: 1px solid #191919 !important;
  background-color: #ccc;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
  margin: 0px;
  padding: 0 15px !important;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
  border-left: 2px dashed #191919 !important;
  border-right: 2px dashed #191919 !important;
  overflow: hidden;
  display: block;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
  max-height: 600px;
  margin: 25px 0;
}

.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
  border-bottom: 1px solid #191919 !important;
}

.bt_bb_accordion .bt_bb_text p {
  line-height: 1.6em;
  font-size: 16px;
}

.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 1.8em;
}

.form .form-column {
  width: 100%;
  padding: 0 5px;
}

.form .form-label {
  line-height: 1.5em;
  padding-bottom: 5px;
}

.form .form-field input,
.form .form-field textarea {
  width: 100%;
  border: 1px solid #181818;
  border-radius: 3px;
}

.form .form-field textarea {
  height: 12em !important;
}

.form .wpcf7-not-valid-tip {
  background-color: transparent;
  color: #bf0a30 !important;
  padding: 5px 0 0;
}

.btLightSkin .wpcf7-form input[type="submit"] {
  width: 100% !important;
  background-color: #bf0a30 !important;
  color: #fff !important;
  line-height: normal !important;
  padding: 8px 12px !important;
  font-size: 18px !important;
  border: 1px solid #bf0a30;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btLightSkin .wpcf7-form input[type="submit"]:hover {
  color: #fff !important;
  opacity: 0.7;
}

.btLightSkin .wpcf7-form input[type="submit"]:disabled,
.btLightSkin .wpcf7-form input[type="submit"]:disabled:hover {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  color: #fff !important;
  opacity: 1;
}

div.wpcf7-validation-errors {
  display: none !important;
}

div.wpcf7-mail-sent-ok {
  background-color: #398f14 !important;
  border: 1px solid #398f14;
  color: #fff !important;
  line-height: 1.4em;
  padding: 12px 20px;
}

.grecaptcha-badge {
  display: none;
}

.google-calendar {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.google-calendar iframe,
.google-calendar object,
.google-calendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-calendar.mobile-only {
  display: none;
}

.inline-checkbox .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}

.inline-checkbox label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
}

.inline-checkbox input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34px;
          flex: 0 1 34px;
}

.inline-checkbox .wpcf7-list-item-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btOverlay {
  background: rgba(0,0,0,.85) !important;
  color: #fff;
}

.btOverlay .bt_bb_headline_content {
  color: #fff;
}

.fancy-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px auto;
}

.fancy-buttons .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
  margin: 15px;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background:-webkit-gradient( linear, left top, left bottom, from(#c0c0c0), color-stop(#eee), to(#c0c0c0));
  background:linear-gradient( to bottom, #c0c0c0, #eee, #c0c0c0);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 10%/50%;
}

.fancy-buttons .button::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

.fancy-buttons .button::after {
  content: '';
  top: 0;
  -webkit-transform: translateX(100%) rotate(30deg);
          transform: translateX(100%) rotate(30deg);
  width: 300%;
  height: 300%;
  position: absolute;
  z-index: 1;
  background:
  -webkit-gradient( linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(99%, rgba(128,186,232,0)), to(rgba(128,186,232,0)));
  background:
  linear-gradient( to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(128,186,232,0) 100%);
  pointer-events: none;
}

.fancy-buttons .button a {
  padding: 50px 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #191919 !important;
  padding-bottom: 35%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancy-buttons .button a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 2% 0 6%;
}

.fancy-buttons .button:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.fancy-buttons .button:hover::before {
  -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.19), inset 0 4px 8px rgba(0, 0, 0, 0.23);
          box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.19), inset 0 4px 8px rgba(0, 0, 0, 0.23);
}

.fancy-buttons .button:hover::after {
  -webkit-animation: shine 3s infinite ease-in;
          animation: shine 3s infinite ease-in;
}

@-webkit-keyframes shine { 
  0% {-webkit-transform:translateX(-100%) translateY(-100%) rotate(30deg);transform:translateX(-100%) translateY(-100%) rotate(30deg);}
  20% {-webkit-transform:translateX(100%) translateY(100%) rotate(30deg);transform:translateX(100%) translateY(100%) rotate(30deg);}
  100% {-webkit-transform:translateX(100%) translateY(100%) rotate(30deg);transform:translateX(100%) translateY(100%) rotate(30deg);}
}

@keyframes shine { 
  0% {-webkit-transform:translateX(-100%) translateY(-100%) rotate(30deg);transform:translateX(-100%) translateY(-100%) rotate(30deg);}
  20% {-webkit-transform:translateX(100%) translateY(100%) rotate(30deg);transform:translateX(100%) translateY(100%) rotate(30deg);}
  100% {-webkit-transform:translateX(100%) translateY(100%) rotate(30deg);transform:translateX(100%) translateY(100%) rotate(30deg);}
}

.full-beer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.full-beer-list .bt_bb_menu_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 30px;
  margin-bottom: 4rem;
}

.full-beer-list .bt_bb_menu_item_content {
  padding: 0 !important;
}

.full-beer-list .category-heading {
  width: 100%;
  padding: 0 22px;
  font-size: 44px;
  margin-bottom: 30px;
}
  
.full-beer-list .category-heading.margin-top {
  margin-top: 30px;
}

.full-beer-list .beer-name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6em;
}

.full-beer-list .beer-stats {
  font-size: 16px;
  margin: 10px 0 14px;
  line-height: 1.6em;
}

.full-beer-list .delimiter {
  margin: 0 5px;
  color: #bf0a30;
}

.full-beer-list .beer-description {
  font-size: 16px;
  line-height: 1.6em;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
  color: #181818 !important;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a:hover {
  color: #bf0a30 !important;
}

.btMenuVertical .mainHeader nav li.current-menu-item > a {
  font-weight: 400 !important;
}

.marquee {
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.marquee-content {
  width: 300%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6em;
  font-size: 18px;
  -webkit-animation: marquee 40s linear infinite forwards;
          animation: marquee 40s linear infinite forwards;
  padding: 20px 0;
}

.marquee-content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-66.6%); transform: translateX(-66.6%); }
}

@keyframes marquee {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-66.6%); transform: translateX(-66.6%); }
}

.marquee ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0 40px;
}

.announcement-bar {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .home .btMainLogo,
  .home .btAltLogo {
    height: 60px !important;
  }

  .port .logo img {
    height: auto !important;
  }

  .btStickyHeaderActive .logo {
    display: none;
  }
}

@media (max-width: 1100px) {
  .marquee-content {
    -webkit-animation: marquee 30s linear infinite forwards;
            animation: marquee 30s linear infinite forwards;
  }
}

@media (max-width: 780px) {
  .btContactRowInput.btContactRowInputFlex .btContactInputName input,
  .btContactRowInput.btContactRowInputFlex .btContactInputEmail input,
  .btContactRowInput.btContactRowInputFlex .btContactRowButton input {
    border-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .marquee-content {
    -webkit-animation: marquee 15s linear infinite forwards;
            animation: marquee 15s linear infinite forwards;
  }

  .google-calendar.desktop-only {
    display: none;
  }

  .google-calendar.mobile-only {
    display: block;
    padding-bottom: 126.25%;
  }

  .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 4rem;
  }

  .bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 4rem;
  }

  .fancy-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
  }

  .fancy-buttons .button a span {
    padding: 0;
  }

  .bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content,
  .bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content,
  .bt_bb_row .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-beer-list {
    margin: 0 -15px;
  }

  .full-beer-list .category-heading,
  .full-beer-list .bt_bb_menu_item,
  .bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding: 0 15px;
  }

  .bt_bb_menu_item {
    margin-left: 0;
    margin-right: 0;
  }

  .announcement-bar {
    padding: 0;
  }

  .home .main-heading {
    font-size: 14px;
  }

  .home .main-heading br {
    display: none;
  }
}

@media (max-width: 650px) {
  .full-beer-list .bt_bb_menu_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}