/*
Theme Name: Spinnakers
Theme URI: http://www.eclipsecreative.ca
Description: Child Theme for Honeybadger WordPress Theme
Author: Eclipse Creative
Author URI: http://www.eclipsecreative.ca
Template: honeybadger-theme
Version: 1.1
*/

/* FONTS */

@font-face {
  font-family: "abugetregular";
  src: url("assets/fonts/abuget-webfont.woff2") format("woff2"),
    url("assets/fonts/abuget-webfont.woff") format("woff");
}

@font-face {
  font-family: "brewmaster_gothicregular";
  src: url("assets/fonts/brewmaster-gothic-webfont.woff2") format("woff2"),
    url("assets/fonts/brewmaster-gothic-webfont.woff") format("woff");
}

.playfair {
  font-family: "Playfair Display", serif;
}
/* END FONTS */

/* TOOLS */

.clear {
  clear: both;
}

#content .no-padding-top {
  padding-top: 0;
}

#content .no-padding-bottom {
  padding-bottom: 0;
}

#content .no-padding {
  padding: 0;
}

.abuget {
  font-family: "abugetregular";
  color: #ffcd00;
  text-transform: capitalize;
  position: relative;
}

.content-large .content {
  max-width: 1400px;
  margin: 0 auto;
}

.content-small .content {
  max-width: 800px;
  margin: 0 auto;
}

.opacity {
  opacity: 1 !important;
}

@keyframes bouncy {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-15px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

/* END TOOLS */

/* HEADER */

.header {
  background: black url(assets/images/texture-y.png);
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 500ms;
}

.page-template-template-menu.is-scrolling .header {
  transform: translateY(-100%);
}

.logged-in .header {
  top: 32px;
}

.top-bar > .row {
  max-width: 100%;
  width: calc(100% - 120px);
  float: left;
}

.menu-toggle {
  width: 98px;
  height: 98px;
  float: right;
  background: #ffcd00;
  margin: -15px -15px -15px 0;
  cursor: pointer;
  transition: all 500ms;
  position: relative;
}

.menu-toggle > div {
  position: absolute;
  width: 40px;
  height: 2px;
  background: black;
  transition: all 500ms;
  left: 50%;
  transform: translateX(-50%);
}

.top {
  top: 35%;
}

.middle {
  top: 50%;
}

.bottom {
  top: 65%;
}

.top-bar {
  padding: 15px;
  background: none;
}

.menu-toggle.open > div {
  top: 50%;
}

.menu-toggle.open .top {
  transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.open .middle {
  left: 150%;
}

.menu-toggle.open .bottom {
  transform: translateX(-50%) rotate(-45deg);
}

.top-bar-right {
  padding-top: 10px;
}

.top-bar-right > .menu,
.reserve {
  float: left;
}

.reserve {
  position: relative;
}

.reserve .menu-title {
  cursor: pointer;
  transition: all 250ms;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.reserve .menu {
  position: absolute;
  background: transparent;
  transition: all 500ms;
  top: 43px;
  right: -214px;
  transform: translateX(100%);
  padding: 30px 78px 5px 10px;
  z-index: 1000;
}

.reserve .menu li {
  background: #ffcd00;
}

.reserve:hover .menu,
.reserve:focus .menu {
  transform: translate(0);
}

.header .reserve .menu a {
  color: black;
  font-weight: bold;
  font-family: adelle-sans, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  padding: 10px 36px;
}

.header .reserve .menu a:hover,
.header .reserve .menu a:focus {
  color: white;
}

.top-bar ul {
  background: none;
}

.logo {
  width: 242px;
  padding: 0 !important;
}

.logo img {
  height: auto;
  width: 100%;
}

.top-bar-right > .menu > .active > a {
  border-bottom: 2px solid #ffcd00;
}

.header .menu a,
.reserve .menu-title {
  color: white;
  font-family: "Playfair Display", serif;
  text-transform: lowercase;
  font-size: 27px;
}

.header .menu a:hover,
.header .menu a:focus,
.reserve .menu-title:hover,
.reserve .menu-title:focus {
  color: #ffcd00;
}

.header .submenus .menu a {
  color: black;
  font-family: adelle-sans, sans-serif;
}

.header .submenus .menu a:hover,
.header .submenus .menu a:focus {
  color: white;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  border-color: #ffcd00 transparent transparent;
  margin-top: 2px;
}

.submenus {
  position: absolute;
  top: 98px;
  left: -100%;
  width: 100%;
  z-index: 999;
  background: #ffcd00 url(assets/images/hops-right.png) no-repeat
    calc(100% + 400px) calc(100% + 100px);
  background-color: #ffcd00;
  background-image: url(assets/images/hops-right.png);
  background-repeat: no-repeat;
  background-position: calc(100% + 400px) calc(100% + 100px);
  color: black;
  height: calc(100vh - 98px);
  min-height: 400px;
  transition: left 500ms, background-position 1s ease-in-out 500ms;
}

.submenus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(assets/images/texture-y.png);
}

.submenus.open {
  left: 0;
  background-position-x: calc(100% + 200px);
}

.submenus .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}

.submenus .col,
.submenus .col > div {
  width: 50%;
  float: left;
  transition: all 500ms;
}

.submenus h2 {
  font-size: 43px;
}

.submenus .toggle {
  display: none;
  font-size: 54px;
  transition: all 500ms;
  margin-left: 15px;
  transform-origin: top;
}

.submenus .toggle.rotate {
  transform: rotate(-495deg);
}

.submenus .menu {
  border-left: 1px solid white;
  margin-bottom: 60px;
  overflow: hidden;
}

.submenus .menu li {
  display: block;
  position: relative;
  left: -100%;
  transition: all 500ms;
}

.submenus .menu li.open {
  left: 0;
}

.submenus .menu li a {
  font-size: 23px;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 10px 15px;
}

.submenus .menu li a:hover,
.submenus .menu li a:focus {
  color: white;
}

.menu .active > a {
  background: none;
  color: white !important;
  padding-left: 15px;
}

.submenus .menu .active > a:before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  background: url(assets/images/arrow.svg) no-repeat center center / 100%;
  margin: 5px 5px 0 0;
}

.search-form {
  max-width: 640px;
  font-style: italic;
  position: relative;
  top: 200px;
  clear: both;
  margin: 60px 0 0;
  transition: all 1s ease-in-out 500ms;
}

.submenus.open .search-form {
  top: 0;
}

.search-field {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  box-shadow: none !important;
  margin: 0;
  font-size: 30px;
  height: auto !important;
  -webkit-appearance: none !important;
  border-radius: none !important;
}

.search-submit {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  background: transparent url(assets/images/magnifying-glass.png) no-repeat
    center center / 100% !important;
  background-color: none !important;
  width: 27px;
  height: 27px;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  transition: all 500ms;
  border: none !important;
}

.search-submit:hover,
.search-submit:focus {
  background-color: transparent !important;
  filter: invert(100%);
}

.search-field::placeholder {
  color: black !important;
  opacity: 1 !important;
}

/* END HEADER */

/* FOOTER */

.footer {
  margin-top: 0;
  background: #ffcd00 url(assets/images/texture-y.png);
  padding: 30px 15px;
}

.footer-top {
  margin-bottom: 30px;
}

.footer-top .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
}

.footer a {
  color: black;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
  color: white;
}

.footer .links a {
  float: left;
  width: 50%;
  padding-bottom: 15px;
  font-size: 27px;
  transition: all 500ms;
  font-family: "Playfair Display", serif;
}

.footer a img {
  margin-right: 10px;
  transition: all 250ms;
}

.footer a:hover img,
.footer a:focus img {
  filter: brightness(0) !important;
}

.newsletter .gform_wrapper,
.newsletter .gform_title,
.newsletter .gfield,
.gform_wrapper .top_label div.ginput_container,
.newsletter .gform_button {
  margin: 0 !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 15px !important;
}

.newsletter .gform_title {
  font-size: 27px !important;
  font-weight: normal !important;
}

.newsletter .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.newsletter input[type="email"] {
  margin: 0 !important;
  height: auto !important;
  background: none !important;
  border: 1px solid transparent !important;
  border-right-color: white !important;
  box-shadow: none !important;
}

.newsletter input[type="email"]::placeholder {
  color: black !important;
  font-size: 14px !important;
}

.newsletter .gfield_description {
  color: white !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 5px 0 0 5px !important;
  border-top: 1px solid white;
  width: calc(100% + 42px) !important;
}

.newsletter .gform_body {
  float: left;
  width: calc(100% - 60px) !important;
}

.newsletter .gform_footer {
  float: left;
  width: 44px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}

.newsletter .gform_button {
  font-size: 14px !important;
  padding: 6px 0 0 10px !important;
}

.newsletter .gform_button:hover,
.newsletter .gform_button:focus {
  color: white !important;
}

.gform_wrapper li.gfield_error * {
  border: none !important;
}

.footer-bottom {
  font-size: 14px;
}

.footer .socials,
.footer .credit {
  text-align: right;
}

.footer .gform_wrapper .button {
  background: transparent !important;
}

/* END FOOTER */

/* GLOBAL */

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  line-height: 1.4;
  color: black;
  font-family: adelle-sans, sans-serif;
}

p:empty {
  display: none;
}

p:last-of-type {
  margin-bottom: 0;
}

p:last-of-type + * {
  margin-top: 15px;
}

::selection,
::-moz-selection {
  background: #ffcd00;
  color: white;
}

.footer ::selection,
.footer ::-moz-selection {
  background: black;
  color: #ffcd00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "brewmaster_gothicregular";
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: none !important;
}

a {
  transition: all 250ms;
  color: #999;
}

a:hover,
a:focus {
  color: black;
}

.entry-content a {
  border-bottom: 2px solid #ffcd00;
}

.entry-content a:hover,
.entry-content a:focus,
.locations .phone a:hover,
.locations .phone a:focus {
  border-color: black;
}

.button,
.single .tribe-events-back a,
.added_to_cart {
  min-width: 0;
  padding: 10px 20px;
  background: linear-gradient(to top, #ffcd00 50%, white 50%);
  background-size: 215% 215%;
  background-position-y: 0px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #ffcd00;
  margin-bottom: 0;
  font-family: adelle-sans, sans-serif;
  transition: all 500ms;
}

.button:hover,
.button:focus,
.single .tribe-events-back a:hover,
.single .tribe-events-back a:focus,
.added_to_cart:hover {
  color: black;
  background-position-y: 98%;
}

.button.reverse {
  background: linear-gradient(to top, white 50%, #ffcd00 50%);
  background-size: 215% 215%;
  background-position-y: 0px;
}

.button.reverse:hover,
.button.reverse:focus {
  background-position-y: 98%;
}

.row,
.home-slider .button-wrap {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.row .row {
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  margin: 0 auto;
}

.consent-popup,
.screen-reader-text {
  display: none;
}

.off-canvas-content {
  background: transparent url(assets/images/texture-w.png);
}

.excerpt-read-more {
  display: none;
}

.more {
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}

.more:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ffcd00;
  transition: all 1s;
  margin-top: 5px;
}

.more:hover,
.more:focus {
  color: #ffcd00;
}

.more:hover:after,
.more:focus:after {
  color: #ffcd00;
  width: 100%;
}

.page-navigation {
  clear: both;
}

.masonry {
  position: relative;
}

.masonry .page-navigation {
  position: absolute;
  margin: 0;
  bottom: -16px;
  left: 15px;
}

.pagination {
  margin: 0;
  line-height: 1;
}

.pagination .current,
.pagination a {
  display: inline-block;
  padding: 10px 15px;
}

.pagination .current {
  background: #ffcd00;
}

.pagination a:hover,
.pagination a:focus {
  background: black;
  color: white;
}

.error404 main .column {
  height: calc(100vh - 98px);
  min-height: 800px;
}

.error404 main .left {
  width: 40%;
}

.error404 main .right {
  width: 60%;
}

.error404 .refill {
  height: calc(80vh - 98px);
}

.error404 .article-header h1 {
  margin: 0;
  font-size: 85px;
  line-height: 1.1;
}

.error404 .article-header .abuget {
  font-size: 150px;
  line-height: 0;
  margin-right: -15px;
}

.error404 .button {
  margin-top: 30px;
}

.search #main {
  padding: 0;
}

.search-results .archive-title {
  margin: 0;
  font-size: 65px;
}

.search-results .archive-title .abuget {
  display: block;
  font-size: 80px;
  line-height: 1;
}

blockquote {
  border-left: none;
  border-top: 2px solid #ffcd00;
  border-bottom: 2px solid #ffcd00;
  padding: 30px;
  margin: 30px 0 !important;
}

blockquote p {
  color: black;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.mobile {
  display: none;
}

.table-wrap {
  overflow: auto;
}

table {
  min-width: 500px;
}

table tfoot td {
  font-weight: normal;
  padding: 30px;
}

.rates-content .button {
  margin-bottom: 60px;
}

.rates-content table {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffcd00 url(assets/images/loader.gif) no-repeat center center;
  z-index: 99999;
}

.loader:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(assets/images/texture-y.png);
}

.three-column-text h6,
.two-column-text h6 {
  font-size: 32px;
}

.two-column h6 {
  font-size: 38px;
}

.two-column .row .columns {
  padding: 120px;
}

.hoppy-hour .row .columns.background-image {
  background-size: 50% !important;
  background-color: #9e4c3c !important;
}

.hoppy-hour h4 > a:hover {
  color: #9e4c3c;
  letter-spacing: 1px;
}

.content + .button {
  margin-top: 30px;
}

.post-type-archive-retailer #main {
  position: relative;
}

.retailers > .right,
.retailer-nav span:last-child::after,
.retailer-location,
.accordions {
  display: none;
}

.retailers > .right.show,
.retailers > .right:first-child,
.retailer-location.show,
.accordions.show {
  display: block;
}

.retailers,
.retailer-header {
  display: flex;
}

.retailers > div {
  flex-basis: 50%;
}

.retailer-header > .header-left {
  padding-right: 5% !important;
}

.retailers .left > .wpgmza_map {
  height: 100% !important;
  min-height: 400px;
  width: 100%;
}

.retailer-nav {
  padding-bottom: 30px;
  font-weight: 100;
}

.retailer-nav .playfair {
  font-style: italic;
  padding-right: 10px;
  pointer-events: none;
}

.retailer-nav span:not(.playfair) {
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  transition: all 250ms;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.retailer-nav span:not(.playfair):hover,
.retailer-nav span.selected {
  color: #000;
}

.retailer-nav span.selected {
  text-decoration: underline;
}

.retailer-nav span:not(.playfair)::after {
  content: "|";
  margin: 0 10px;
  color: #999 !important;
}

.retailers > .right {
  padding: 4%;
  background: #fff;
}

.retailer-header > div {
  padding: 15px 0;
}

.retailer-header .header-right strong {
  width: 75px;
  display: inline-block;
}

.retailer-header {
  font-weight: 300;
}

.retailer-location .directions {
  margin-top: 0;
  border-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.accoridon-item + .accoridon-item,
.accoridon-item + .accoridon-item h3 {
  margin-top: 15px;
}

.accordion-item h3 {
  margin-bottom: 15px;
  font-size: 34px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  cursor: pointer;
  transition: all 250ms;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  padding-top: 0px;
  margin-bottom: 15px;
}

.accordion-item h3::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/images/icon-plus.svg) no-repeat center center / 20px
    20px;
  transition: all 250ms;
}

.accordion-item h3:hover {
  color: #ffcd00;
}

.accordion-item h3.open::after {
  height: 4px;
}

.post-type-archive-retailer #inner-content {
  padding-bottom: 0 !important;
}
/* END GLOBAL */

/* SLIDERS */
.slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.slick-dots li {
  list-style: none;
  display: block;
  line-height: 1;
}

.slick-dots button {
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 1s;
  border: 1px solid #ffcd00;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #ffcd00;
}

.home-slider {
  position: relative;
}

.home-slider .slick-slide {
  height: calc(100vh - 98px);
  min-height: 800px;
  position: relative;
}

.home-slider h1 {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 85px;
  line-height: 1.2;
}

.home-slider .v-center .columns {
  max-width: 1640px;
  margin: 0 auto;
  float: none;
}

.home-slider .abuget {
  font-size: 160px;
  line-height: 1;
}

.home-slider .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-slider .slide-content {
  padding: 0 30px 0 60px;
  text-align: left !important;
}

.slide-image {
  transition: all 10s !important;
}

.slick-active .slide-image {
  transform: scale(1.05);
}

.home-slider:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -30px;
  right: 0;
  width: 290px;
  height: 288px;
  background: url(assets/images/84.png) no-repeat center center / 100%;
}

.home-slider .button-wrap {
  text-align: left;
}

.home-slider .button {
  margin-top: 30px;
  border-color: white;
}

.home-slider .button:hover,
.home-slider .button:focus {
  margin-top: 30px;
  border-color: #ffcd00;
}

.side-by-side .slide-image,
.side-by-side .slide-content {
  width: 50% !important;
  float: left;
}

.side-by-side .slide-image {
  transform-origin: right;
}

.side-by-side .slide-content .columns {
  padding: 90px;
}

.side-by-side .slide-content h1 {
  line-height: 1;
}

.side-by-side .slide-content h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ffcd00;
  margin: 15px 0;
}

.side-by-side .slide-content {
  position: relative !important;
  text-align: left !important;
  color: black !important;
  background: white;
  height: 100%;
}

.side-by-side .slide-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: black;
}

.side-by-side .slick-active .slide-content:after {
  transition: all 6s;
  width: 100%;
}

.side-by-side .button {
  margin-top: 30px;
}

.wprs_unslider {
  padding: 0 30px !important;
}

.wprs_unslider,
.rates-content,
.rates-gallery {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.wprs_unslider-arrow {
  background-color: transparent !important;
  background-size: 15px 30px !important;
  opacity: 1 !important;
}

.wprs_unslider-arrow.prev {
  background-image: url(assets/images/arrow-left.svg);
  transform: none !important;
  left: 0 !important;
}

.wprs_unslider-arrow.next {
  background-image: url(assets/images/arrow-right.svg);
  right: 0 !important;
}

#wprev-slider-1 .wprev_preview_bg1_T2 {
  background: transparent !important;
  border-bottom: none !important;
}

.wprevpro_star_imgs_T2 {
  display: block;
  margin-bottom: 15px;
}

span.wprevpro_t2_DIV_title {
  font-family: "brewmaster_gothicregular" !important;
  font-size: 24px;
  margin-bottom: 5px;
}

.stay-image {
  height: 300px;
}

.rates-gallery {
  padding: 0 60px 30px;
}

.rates-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.rates-gallery .slick-prev {
  left: -60px;
}

.rates-gallery .slick-next {
  right: -60px;
}

/* END SLIDERS */

/* BANNERS */

.info-boxes {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffcd00 url(assets/images/texture-y.png);
  padding: 30px 15px;
  transform: translateY(25%);
}

.info-popup {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #ffcd00;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.info-popup #wpgmza_map {
  width: 535px !important;
  height: 400px !important;
}

.info-popup ul {
  list-style: none;
  margin: 0;
}

.info-popup li {
  padding: 10px;
}

.info-popup li:nth-of-type(even) {
  background: white;
  margin: 0;
}

.info-box {
  float: left;
  width: auto;
  border-right: 1px solid white;
  margin-right: 15px;
}

.info-box:last-of-type {
  border-right: none;
  margin: 0;
}

.info-header {
  position: relative;
  margin-bottom: 10px;
}

.small-heading {
  font-family: adelle-sans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

.small-heading svg {
  margin-left: 10px;
  cursor: pointer;
}

.info-box .content {
  font-size: 44px;
  font-family: "Playfair Display", serif;
}

.info-box .content span {
  font-size: 22px;
  font-style: italic;
}

.info-box .content sup {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: -20px;
}

.banner {
  position: relative;
  height: 664px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-blend-mode: darken;
}

.banner > .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.banner .page-title {
  font-size: 30px;
  font-style: italic;
  text-transform: lowercase;
  font-weight: normal;
  font-family: "Playfair Display", serif;
  margin: 0;
  position: relative;
  left: -70px;
  transition: all 2s;
  opacity: 0.1;
}

.banner .page-title:after {
  content: "";
  width: 48px;
  border-bottom: 1px solid white;
  display: inline-block;
  position: relative;
  left: 15px;
  bottom: 7px;
}

.banner h2 {
  font-size: 65px;
  margin: 0;
  position: relative;
  bottom: -70px;
  transition: all 2s;
  opacity: 0.1;
  line-height: 1.2;
  max-width: 60%;
}

.banner.reset .page-title {
  left: 0;
  opacity: 1;
}

.banner.reset h2 {
  bottom: 0;
  opacity: 1;
}

.banner.retailer .page-title {
  font-family: "brewmaster_gothicregular";
  font-size: 65px;
  font-style: normal;
}

.banner.retailer .page-title::after {
  display: none;
}
/* END BANNERS */

/* INTROS */

.intro {
  text-align: center;
  color: black;
  font-size: 24px;
  background-attachment: fixed;
  background-size: unset !important;
  background-position: right bottom !important;
  padding: 90px 15px;
  font-family: "Playfair Display", serif;
}

.home .intro {
  padding: 120px 15px;
}

.archive .intro,
.blog .intro {
  padding-bottom: 30px;
}

.intro h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.intro .button {
  margin-top: 30px;
}

/* END INTROS */

/* GRID */

.grid {
  padding: 0 !important;
}

.grid .row {
  max-width: 100%;
}

.grid .column {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.grid-bg {
  width: 100%;
  height: 100%;
  transition: all 5s;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent !important;
  background-blend-mode: darken;
}

.grid .column:hover .grid-bg {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.grid-link {
  display: block;
  height: 100%;
  text-align: center;
}

.grid .info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.grid .title {
  margin: 0;
  font-size: 72px;
  border-top: 2px solid #ffcd00;
  border-bottom: 2px solid #ffcd00;
  color: white;
  display: inline-block;
  padding: 15px;
  transition: all 1s;
}

.grid .column:hover .title {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

/* END GRIDS */

/* INSTAGRAM */

.instagram {
  background-size: cover !important;
  background-position: center center !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-blend-mode: darken;
  text-align: center;
  padding: 0 60px 60px;
}

.instagram .sb_instagram_header {
  margin-bottom: 0 !important;
  position: relative;
  height: 120px;
}

.instagram .sbi_header_link {
  position: absolute;
  left: calc(50% + 50px);
  top: 50%;
  transform: translate(-50%, -50%);
}

.instagram #sbi_images {
  padding-top: 0 !important;
}

.instagram #sb_instagram .sb_instagram_header h3 {
  font-family: "Playfair Display", serif;
  color: white;
  text-transform: none;
  font-size: 38px;
  padding-top: 0 !important;
  line-height: 1;
  margin: 0 !important;
  width: 100%;
  word-break: keep-all;
}

.instagram #sb_instagram .sb_instagram_header .sbi_header_link:hover h3,
.instagram #sb_instagram .sb_instagram_header .sbi_header_link:focus h3 {
  color: #ffcd00;
}

.instagram .sbi_header_img {
  margin: 0 0 0 -120% !important;
}

/* END INSTAGRAM */

/* LOGO SECTIONS */

.logos {
  padding: 0;
}

.logos a {
  display: block;
  height: 100%;
  width: 100%;
}

.logos .columns {
  height: 512px;
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 0;
}

.logos .columns:hover .tile-bg,
.logos .columns:focus .tile-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1);
}

.logos img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logos .tile {
  height: 100%;
}

/* END LOGO SECTIONS */

/* LAUNCHPAD */

.launchpad {
  height: 782px;
}

.launchpad .row {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.launchpad > .row > .column {
  padding: 0;
  width: 25%;
  float: left;
  height: 100%;
}

.launchpad > .row > .column:not(.middle-left) .tile {
  height: 50%;
}

.launchpad > .row > .column.middle-left .tile {
  height: 100%;
}

.tile {
  position: relative;
  padding: 30px;
  overflow: hidden;
}

.tile:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.tile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 5s;
  top: 0;
  left: 0;
  background-blend-mode: darken;
  background-color: transparent !important;
}

.tile.featured .post-tile .tile-bg {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.tile.featured:hover .post-tile .tile-bg,
.tile.featured:focus .post-tile .tile-bg {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.tile h3 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: white;
  font-size: 44px;
  line-height: 1.2;
  margin: 0;
  transition: all 5s;
  z-index: 1;
  padding-right: 30px;
}

.sponsor h3 {
  padding-right: 90px;
}

.launchpad .tile.featured {
  background-color: #ffcd00;
  position: relative;
}

.launchpad .tile.featured:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 2.5s;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: black;
}

.launchpad .tile.featured:hover:after,
.launchpad .tile.featured:focus:after {
  width: 100%;
}

.launchpad .tile.featured h3 {
  position: static;
  color: black;
}

.launchpad .tile.featured .wrapper {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.launchpad .tile .post-tile h3 {
  position: static;
  margin-bottom: 0;
}

.launchpad .tile .post-tile h3 a {
  color: white;
}

.launchpad .post-tile .content {
  position: absolute;
  color: white;
  bottom: 30px;
  left: 30px;
  padding-right: 30px;
  z-index: 1;
}

.launchpad .featured .post-tile .content {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

.launchpad .featured .post-tile h3 {
  margin-bottom: 15px;
}

.launchpad .tile .date,
.launchpad .tile.featured h4 {
  position: relative;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: adelle-sans, sans-serif;
  border-bottom: 2px solid #ffcd00;
  padding-bottom: 5px;
}

.launchpad .tile.featured h4 {
  color: black;
  border-color: white;
}

.tile:hover .tile-bg,
.tile:focus .tile-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1);
}

.tile:hover h3,
.tile:focus h3,
.tile:hover h3 a,
.tile:focus h3 a {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.launchpad .tile .post-tile h3 a:hover,
.launchpad .tile .post-tile h3 a:focus {
  color: #ffcd00;
}

/* END LAUNCHPAD */

/* TWO COLUMN SECTIONS */

.videos {
  padding: 0;
}

.videos .columns {
  position: relative;
  background-color: rgba(0, 0, 0, 0) !important;
  background-blend-mode: darken;
  transition: all 5s;
}

.videos .columns:hover,
.videos .columns:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.videos .columns,
.videos .fancybox-vimeo {
  min-height: 470px;
}

.videos .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5));
}

.videos .fancybox-vimeo {
  display: block;
  opacity: 0;
}

.videos h6 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 44px;
  margin: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 5s;
  width: calc(100% - 30px);
}

.videos .columns:hover h6,
.videos .columns:focus h6 {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.videos svg {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: all 500ms;
  pointer-events: none;
}

.videos .columns:hover svg {
  width: 75px;
  height: 75px;
}

/* END TWO COLUMN SECTIONS */

/* SPONSORSHIPS */

.sponsorships {
  padding-left: 30px;
}

.sponsorships h2 {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 45px;
}

.sponsorships.partners h2 {
  margin-bottom: 60px;
}

.sponsor {
  width: calc(33.33% - 30px);
  height: 300px;
  margin: 0 30px 30px 0;
  float: left;
}

.sponsor .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sponsor .info,
.sponsor .close {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  transition: all 500ms;
  cursor: pointer;
}

.sponsor .info:hover,
.sponsor .close:hover,
.sponsor .info:focus,
.sponsor .close:focus {
  width: 50px;
  height: 50px;
}

.sponsor .hidden {
  transform: translateY(100%);
  transition: all 500ms;
  font-size: 16px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 1;
  overflow: auto;
}

.sponsor .hidden.showing {
  transform: translateY(0);
}

.sponsor .hidden .fancybox-vimeo {
  display: block;
  margin-top: 15px;
}

.sponsor .hidden .play {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.sponsor .hidden .fancybox-vimeo span {
  vertical-align: top;
  display: inline-block;
  padding-top: 4px;
  font-family: "brewmaster_gothicregular";
  font-size: 18px;
  color: white;
}

.sponsors {
  background: url(assets/images/hops.png) no-repeat -200px bottom;
  background-attachment: fixed;
  padding-bottom: 30px;
}

.sponsors + .sponsors {
  padding-top: 0;
}

.sponsorships .intro {
  padding: 0 15px 60px;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 22px;
}

/* END SPONSORSHIPS */

/* BEERS */

.archive:not(.category):not(.tag) #inner-content {
  padding-top: 0 !important;
}

.archive:not(.category):not(.tag) article {
  width: calc(50% - 15px);
  float: left;
  background: white;
  margin: 0 30px 30px 0;
  transition: all 500ms;
}

.archive:not(.category):not(.tag) .beers-bg {
  background: url(assets/images/hops.png) no-repeat -100px 100px;
  background-attachment: fixed;
}

.archive:not(.category):not(.tag) article:hover,
.archive:not(.category):not(.tag) article:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.archive:not(.category):not(.tag) article:nth-of-type(2n + 2) {
  margin-right: 0;
}

.archive:not(.category):not(.tag) article > a {
  display: block;
  padding: 30px 30px 30px 15px;
  overflow: auto;
}

.archive:not(.category):not(.tag) article .column,
.archive:not(.category):not(.tag) article .featured-bg,
.archive:not(.category):not(.tag) article > a {
  height: 100%;
}

.archive:not(.category):not(.tag) article .content {
  color: black;
  padding: 30px;
  font-size: 18px;
  position: relative;
  border-left: 1px solid #cecece;
}

.archive:not(.category):not(.tag) .featured.column {
  position: relative;
}

.archive:not(.category):not(.tag) .featured.column .term-banner {
  position: absolute;
  top: 40px;
  left: -80px;
  width: 300px;
  white-space: nowrap;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 1000;
  background: #ffcd00;
  color: black;
}

.archive:not(.category):not(.tag) .featured.column .term-banner h2 {
  font-size: 24px;
  margin: 0;
  padding: 5px 0;
}

.archive:not(.category):not(.tag) .featured-bg {
  position: relative;
  bottom: 0;
  transition: all 500ms;
}

.archive:not(.category):not(.tag) article:hover .featured-bg,
.archive:not(.category):not(.tag) article:focus .featured-bg {
  bottom: 15px;
}

.archive:not(.category):not(.tag) article:hover .button,
.archive:not(.category):not(.tag) article:focus .button {
  background-position-y: 100%;
}

.archive:not(.category):not(.tag) article h2 {
  font-size: 34px;
}

.archive:not(.category):not(.tag) article .article-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
}

.archive:not(.category):not(.tag) article .article-footer > div {
  float: left;
}

.archive:not(.category):not(.tag) article .entry-content {
  padding-bottom: 75px;
}

.number {
  font-family: "brewmaster_gothicregular";
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
}

.number > div {
  display: inline;
}

.number span,
.gravity .column span {
  color: #acacac;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 5px;
}

.archive:not(.category):not(.tag) article div.button {
  float: right;
}

.filters {
  text-align: center;
}

.archive:not(.category):not(.tag) .filters {
  padding-bottom: 60px;
}

.single:not(.single-post):not(.single-product) main {
  height: calc(100vh - 177px);
  min-height: 800px;
}

.single:not(.single-post):not(.single-product) main > div {
  height: 100%;
  float: left;
  position: relative;
}

.single:not(.single-post):not(.single-product) main > .left {
  background: white;
  width: 40%;
}

.single:not(.single-post) .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s;
  max-width: 80%;
  max-height: 70%;
  width: auto;
}

.single:not(.single-post):not(.single-product) main > .right {
  background: url(assets/images/hops.png) no-repeat calc(100% + 200px)
    calc(100% + 200px);
  background-attachment: fixed;
  width: 60%;
}

.single:not(.single-post) .content-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  padding-right: 120px;
}

.single:not(.single-post) .content {
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.gravity .column {
  width: 33.33%;
  float: left;
}

.gravity .column:nth-of-type(2) {
  text-align: center;
}

.gravity .column:last-of-type {
  text-align: right;
}

.gravity {
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
}

.gravity .column span {
  margin-left: 0;
}

.gravity .number {
  margin-right: 0;
  font-size: 52px;
}

.darkness {
  position: relative;
  padding: 45px 0 15px;
  border-bottom: 1px solid #cecece;
}

.darkness .gradient {
  height: 15px;
  background: linear-gradient(to right, white, #ffcd00);
  position: relative;
}

.indicator {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.indicator.left {
  left: 0 !important;
}

.darkness-footer {
  padding-top: 15px;
}

.darkness-footer span,
.malt-hops span,
.growler-tap span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.darkness-footer span:nth-of-type(2) {
  float: right;
}

.malt-hops {
  overflow: auto;
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
}

.malt-hops > div {
  width: 50%;
  float: left;
}

.malt-hops span {
  float: left;
  width: 75px;
}

.malt-hops .dots {
  float: left;
  width: calc(100% - 75px);
  padding-top: 3px;
}

.malt-hops .dot {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 50%;
  border: 2px solid #ffcd00;
  margin-right: 15px;
}

.malt-hops .dot.filled {
  background: #ffcd00;
}

.growler-tap {
  padding: 15px 0;
  overflow: auto;
}

.growler-tap svg {
  width: 50px;
  height: 50px;
}

.growler-tap span {
  vertical-align: bottom;
  padding-bottom: 15px;
  display: inline-block;
}

.pour {
  float: left;
}

.growler {
  margin-right: 15px;
}

.single-footer {
  background: black url(assets/images/texture-y.png);
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}

.single-footer .row {
  max-width: 100%;
}

.single-footer .column {
  width: 40%;
  font-size: 40px;
  line-height: 0;
  text-align: center;
  height: 79px;
}

.single-footer .column.all {
  width: 20%;
}

.single-footer .prev-beer {
  text-align: left;
}

.single-footer .next-beer {
  text-align: right;
}

.single-footer a {
  color: white;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  padding: 30px 0;
  position: relative;
  white-space: nowrap;
}

.single-footer a:hover,
.single-footer a:focus {
  color: #ffcd00;
}

.single-footer .all svg {
  margin-right: 15px;
  transition: all 250ms;
  vertical-align: bottom;
}

.single-footer .all a:hover svg,
.single-footer .all a:focus svg {
  margin-right: 30px;
  transform: rotate3d(1, 1, 1, -360deg);
}

.single-footer svg rect {
  transition: all 250ms;
}

.single-footer a:hover svg rect:first-of-type,
.single-footer a:hover svg rect:last-of-type,
.single-footer a:focus svg rect:first-of-type,
.single-footer a:focus svg rect:last-of-type {
  fill: white;
}

.single-footer .prev-beer svg,
.single-footer .next-beer svg {
  position: absolute;
  top: 0;
  height: 101%;
  width: 80px;
  background: #ffcd00;
  padding: 20px;
}

.single-footer .prev-beer {
  padding-left: 0;
}

.single-footer .prev-beer a {
  padding-left: 95px;
}

.single-footer .next-beer {
  padding-right: 0;
}

.single-footer .next-beer a {
  padding-right: 95px;
}

.single-footer .prev-beer svg {
  left: 0;
}

.single-footer .next-beer svg {
  float: right;
  right: 0;
}

#drink-filters {
  padding-top: 30px;
}

#drink-filters li {
  display: inline-block;
}

#drink-filters a,
#cat {
  font-family: adelle-sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#drink-filters .current-menu-item a,
#drink-filters .current-menu-ancestor a {
  color: black !important;
  border-bottom: 2px solid #ffcd00;
}

#cat {
  margin: 30px 0 0 0;
  max-width: 80%;
  width: 320px;
  border: 2px solid #ffcd00;
  border-radius: 5px;
  height: auto;
  background: transparent url(assets/images/arrow-down.svg) no-repeat
    calc(100% - 15px) center / 15px;
}

.category #cat,
.tag #cat {
  margin: 60px 0 0 0;
}

/* END BEERS */

/* BLOG */

.post-block {
  padding: 0 15px;
  width: 33.33%;
  margin-bottom: 30px;
  transition: all 500ms;
}

.post-block .article-header {
  overflow: hidden;
  height: 300px;
}

.post-block .article-header a {
  display: block;
  height: 100%;
  transition: all 5s;
}

.post-block:hover .article-header a,
.post-block:focus .article-header a {
  transform: scale(1.1);
}

.post-block .entry-content {
  background: white;
  padding: 30px;
}

.post-block h2 {
  font-size: 35px;
}

.post-block h2 a {
  color: black;
}

.post-block .byline {
  color: #acacac;
}

.post-block .date-cat {
  margin-bottom: 15px;
}

.post-block .article-footer {
  background: white;
  text-align: center;
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 4px solid #ffcd00;
  position: relative;
}

.post-block .article-footer div {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.post-block .article-footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 500ms;
  background: #ffcd00;
  bottom: 0;
  left: 0;
}

.post-block .article-footer:hover:after,
.post-block .article-footer:focus:after {
  height: 100%;
}

.single-post .banner .page-title {
  font-size: 65px;
  font-family: "brewmaster_gothicregular";
  font-style: unset;
  text-transform: uppercase;
}

.single-post .banner .page-title:after {
  display: none;
}

.single-post .banner .byline,
.single-post .banner a {
  color: white;
  font-weight: bold;
}

.single-post .banner a {
  text-transform: uppercase;
}

.single-post .banner a:hover,
.single-post .banner a:focus {
  border-bottom: 1px solid black;
}

.single-post article,
.single-post .intro {
  max-width: 1100px;
  margin: 0 auto;
}

.single-post .intro {
  padding: 60px 15px;
  text-align: left;
}

.single-post article {
  padding: 0 15px;
}

.single-post .intro + #inner-content {
  padding-top: 0 !important;
}

.single-post .banner .byline {
  position: relative;
  bottom: -70px;
  transition: all 2s;
  opacity: 0.1;
  line-height: 1.2;
}

.single-post .banner.reset .byline {
  bottom: 0;
  opacity: 1;
}

#content {
  margin-top: 98px;
}

#content #inner-content {
  padding: 60px 0;
}

.related-posts {
  margin-top: 60px;
}

.related-posts > h2 {
  padding: 30px 15px;
  margin: 0;
  border-top: 1px solid #cecece;
}

.related-post {
  float: left;
}

.tags {
  padding-top: 30px;
}

.tags-title {
  font-family: "brewmaster_gothicregular";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-right: 10px;
}

.tags a {
  border-bottom: 2px solid #ffcd00;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.tags a {
  border-bottom: 2px solid #ffcd00;
}

.tags a:hover,
.tags a:focus {
  border-bottom: 2px solid black;
}

/* END BLOG */

/* CONTACT */

.locations h2 {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 45px;
}

.locations h3 {
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}

.locations .column {
  padding: 0 30px;
}

.locations .address {
  padding: 30px 0;
}

.locations .phone {
  padding-bottom: 5px;
  text-align: right;
}

.locations .phone strong {
  float: left;
}

.directions {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.locations .social {
  float: left;
  margin-right: 15px;
}

.directions span {
  margin-left: 15px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
}

.directions a svg {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

.directions a:hover svg {
  animation-name: bouncy;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

.locations .social svg path {
  transition: all 500ms;
}

.locations .social:hover svg path {
  fill: black;
}

.locations h2 a {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  text-transform: capitalize;
  vertical-align: top;
  display: inline-block;
  padding-top: 15px;
}

.locations h2 a:hover,
.locations h2 a:focus {
  letter-spacing: 1px;
}

.page-template-page-contact #content .gform_wrapper {
  margin: 0 !important;
  padding: 60px 15px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.page-template-page-contact #content .gform_title {
  margin: 0 !important;
  font-size: 45px !important;
}

.page-template-page-contact #content input:not([type="submit"]),
.page-template-page-contact #content select {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #cecece !important;
  box-shadow: none !important;
}

.page-template-page-contact #content select {
  margin: 12px 0 0 0 !important;
  background: url(assets/images/arrow-down.svg) no-repeat right center !important;
}

.page-template-page-contact #content input:not([type="submit"])::placeholder,
.page-template-page-contact #content textarea::placeholder {
  color: black !important;
  opacity: 1 !important;
}

.page-template-page-contact #content textarea {
  background: none !important;
  box-shadow: none !important;
}

.page-template-page-contact #content .gfield_description {
  padding: 0 0 15px 5px !important;
  font-style: italic;
}

.page-template-page-contact #content input:not([type="submit"]) {
  margin-bottom: 0 !important;
}

.people,
.single-post #content,
.search #content,
.page-template-page-stay main {
  background: url(assets/images/hops-right.png) no-repeat calc(100% + 200px)
    calc(100% + 200px);
  background-attachment: fixed;
}

.people .row {
  padding-left: 15px;
  padding-right: 15px;
}

.people .column {
  padding: 15px;
}

.people h4 {
  font-family: adelle-sans, sans-serif;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
}

.people a,
.locations .phone a {
  opacity: 0.7;
  display: block;
}

.people a:hover,
.people a:focus,
.locations .phone a:hover,
.locations .phone a:focus {
  opacity: 1;
}

/* END CONTACT */

/* FOOD AND DRINK MENU */

.page-template-page-menu aside {
  width: 320px;
  float: left;
  padding-right: 30px;
  max-width: 320px;
}

.page-template-page-menu ul {
  list-style: none;
  margin: 0;
}

.page-template-page-menu aside li a {
  font-family: "brewmaster_gothicregular";
  font-size: 28px;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #cecece;
  color: black;
}

.page-template-page-menu aside li a:hover,
.page-template-page-menu aside li a:focus {
  color: #ffcd00;
}

.page-template-page-menu aside li:last-of-type a {
  border-bottom: none;
}

.page-template-page-menu #menu-content {
  width: calc(100% - 320px);
  float: right;
  padding-left: 30px;
}

.fixed-menu {
  position: fixed;
}

.page-template-page-menu aside .button {
  margin-top: 15px;
  width: 100%;
}

.section-header-wrapper {
  clear: both;
  text-align: center;
}

#menu-content > section > .section-header-wrapper {
  margin-top: 0;
}

.section-header-wrapper h2 {
  font-size: 72px;
  margin: 30px 0 0;
}

.sub-section-header-wrapper {
  text-align: center;
  margin: 30px 0;
}

.sub-section-header-wrapper,
.menu-legend {
  padding: 15px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  clear: both;
}

.sub-section-header-wrapper h2 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

.sub-section-header-wrapper h2 div {
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  font-family: adelle-sans, sans-serif;
  padding-top: 15px;
}

.span4 {
  width: 50%;
  float: left;
  padding: 30px;
  border-right: 1px solid #cecece;
}

.span4:nth-of-type(2) {
  border-right: none;
}

.section-items-row {
  overflow: auto;
  display: flex;
  border-bottom: 1px solid #cecece;
}

#hoppy-hour > .sub-section > div:nth-last-of-type(2),
#breakfast .sub-section > div:last-of-type,
section[id^="Breakfast"] > div:nth-last-of-type(2),
section[id^="Brewpub"] > div:nth-last-of-type(2),
section[id^="Available"] > div:nth-last-of-type(2),
#kids > div:nth-last-of-type(2),
#desserts > div:nth-last-of-type(2),
section[id^="Specialty"] > div:nth-last-of-type(2),
#CLASSICS > div:nth-last-of-type(2),
section[id^="Reds"] > div:nth-last-of-type(2) {
  border-bottom: none;
}
.item-specs {
  list-style: none;
  margin: 0 !important;
  float: left;
}

.item-desc {
  clear: both;
  margin-top: 15px;
  padding-top: 15px;
}

.list-inline li {
  display: inline;
  margin-right: 15px;
}

.item-price {
  float: left;
}

.price-det {
  color: #acacac;
  display: inline;
  vertical-align: bottom;
  line-height: 1;
}

.item-header {
  overflow: auto;
  position: relative;
}

.item-header h3,
.price {
  font-size: 22px;
  font-weight: bold;
}

.item-header h3 {
  margin-bottom: 0;
  float: left;
  padding-right: 15px;
}

.price + .price-det {
  margin-top: 15px;
}

.menu-legend {
  padding: 30px;
  margin-top: 30px;
  border-bottom: 2px solid #000 !important;
  text-align: center;
}

.menu-legend li {
  color: #acacac;
  font-size: 14px;
  padding: 0 15px 15px 0;
  display: inline-block;
}

.menu-legend img {
  margin-right: 10px;
}

.legend,
.inform,
.menu-legend,
.video-tiles {
  overflow: auto;
}

.inform {
  padding-top: 15px;
}

.section-desc {
  margin: 15px 0 30px;
}

.video-tile {
  height: 22vw;
  min-height: 220px;
  width: 50%;
  float: left;
}

.video-tile a {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  width: 50px;
  height: 50px;
}

.video-tile a svg {
  width: 100%;
  height: 100%;
}

.video-tile a:hover {
  width: 75px;
  height: 75px;
}

.video-tile h3 {
  padding-right: 60px;
}

.page-template-page-behind-the-scenes #content #inner-content {
  padding: 0;
}

/* END FOOD AND DRINK MENU */

/* FANCYBOX */
#fancybox-content,
#fancybox-outer {
  background: transparent !important;
  box-shadow: none !important;
}
/* END FANCYBOX */

/* EVENTS */
.tribe-events .tribe-events-c-ical__link {
  display: none;
}

.tribe-events
  .tribe-events-calendar-month__multiday-event--start
  .tribe-events-calendar-month__multiday-event-bar {
  border-radius: 0 !important;
}

.archive .tribe-events .tribe-events-l-container {
  padding-top: 98px;
}

.tribe-events-single {
  padding-top: 158px !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-events-bar--border {
  border: none;
}

.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-common .tribe-common-c-btn,
.tribe-events-c-top-bar__today-button,
.tribe-events .datepicker .day.active {
  background-color: #ffcd00 !important;
  color: black !important;
  border: none !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-events-c-top-bar__today-button {
  text-transform: uppercase;
  font-family: adelle-sans, sans-serif !important;
  border-radius: 5px !important;
}

.tribe-common-c-btn:hover,
.tribe-common-c-btn:focus,
.tribe-events-c-top-bar__today-button:hover,
.tribe-events-c-top-bar__today-button:focus {
  background-color: #000 !important;
  color: #fff !important;
}

.single-tribe_events .tribe-events-event-meta {
  background-color: #f7f7f7;
  border: none;
}

.tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date-link {
  background-color: #ffcd00;
  color: black;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}

.tribe-events-c-ical__link,
.tribe-events .tribe-events-c-ical__link:before {
  color: #ffcd00;
  fill: #ffcd00 !important;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #000;
}

.tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-events-calendar-month__calendar-event-title-link,
.tribe-events-calendar-month__multiday-event-hidden-title,
.tribe-common-h8,
.tribe-events-calendar-month__day-date-daynum,
.tribe-events-c-search *,
.tribe-events-c-view-selector__button-text {
  font-family: "Playfair display", sans-serif !important;
}

.tribe-events-calendar-month__calendar-event-title-link,
.tribe-common-h8 {
  font-weight: bold !important;
}

.tribe-events-c-top-bar__nav {
  margin-bottom: 10px !important;
}

.tribe-events-calendar-month__calendar-event-tooltip-title:after,
.tribe-events-c-top-bar__datepicker-desktop:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ffcd00;
  margin: 8px 0 0 0;
}

.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin,
.tribe-events-calendar-month__calendar-event-tooltip-title {
  letter-spacing: 1px !important;
}

.tribe-events-calendar-month__calendar-event {
  padding-bottom: 5px !important;
}

.tribe-common-form-control-text__input {
  box-shadow: none !important;
}

.tribe-common table thead {
  background: #fff;
}

.archive .tribe-events-calendar-month article.tribe_events,
.archive .tribe-events-calendar-month-mobile-events__mobile-event,
.archive article.tribe-events-calendar-list__event {
  width: 100% !important;
  float: none;
  margin: 0;
  box-shadow: none !important;
  background: none !important;
}

.tribe-events .tribe-events-header--has-event-search {
  padding: 15px 30px !important;
  margin-bottom: 30px;
}

.tribe-events.tribe-events-view--month:not(.tribe-common--breakpoint-medium)
  .tribe-events-c-search__input-control--keyword
  .tribe-events-c-search__input {
  padding-left: 15px;
  background-position-x: calc(100% - 15px);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #ffcd00;
}

.archive .tribe-events-calendar-month-mobile-events__mobile-event {
  padding: 15px;
}

.archive .tribe-events-calendar-list__month-separator-text {
  text-transform: uppercase;
  font-family: "brewmaster_gothicregular";
  font-size: 26px !important;
}

.single .tribe-events-back a {
  display: inline-block;
  margin-bottom: 15px;
}

.single .tribe-events-schedule h2,
.single .event-is-recurring,
.tribe-events-single-section-title {
  font-family: "Playfair display", sans-serif !important;
}

.single .tribe-events-divider {
  margin: 0 5px !important;
}

.single .tribe-events-pg-template {
  padding: 0 30px;
}
/* END EVENTS */

/* WOOCOMMERCE */
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

.page-template-template-menu #content > .row {
  padding: 60px 30px;
}

.page-template-template-menu aside {
  width: 300px;
  float: left;
}

.page-template-template-menu .menu-listing {
  float: right;
  padding-left: 60px;
  width: calc(100% - 300px);
}

.page-template-template-menu aside > ul {
  list-style: none;
  margin: 0 0 30px;
}

.page-template-template-menu aside li a {
  font-family: "brewmaster_gothicregular";
  font-size: 28px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #999;
  color: black;
}

.page-template-template-menu aside li a:hover {
  color: #999;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: adelle-sans, sans-serif;
  transition: all 250ms;
}

.page-template-template-menu .added_to_cart,
.single-product .added_to_cart {
  padding: 5px 8px !important;
  margin: 15px 0 0 15px;
  line-height: 1.5;
}

.single-product .added_to_cart {
  margin-top: 0 !important;
}

.single-product .cart {
  margin-top: 30px !important;
}

.menu-anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.menu-anchor h1 {
  padding-right: 15px;
}

.anchor-desc {
  flex-basis: 100%;
}

.menu-anchor .filler {
  height: 4px;
  background: #000;
  flex: 1;
}

.menu-sub-heading h3 {
   margin: 15px 0;
   padding: 10px 0;
   border-top: 1px solid #ebebeb;
   border-bottom: 1px solid #ebebeb;
}

.woocommerce-loop-product__link h2::after,
.single-product .entry-title::after,
.woocommerce-loop-product__title::after {
  content: '|';
  margin: 0 10px;
}

.products .price {
  margin: 0 !important;
  color: #000 !important;
}

.products div[itemprop="description"] {
  flex-basis: 100%;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.products .product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.product .description {
  flex-basis: 100%;
}

.menu-listing .legend {
  display: flex;
  align-items: center;
  padding: 60px 60px 15px;
}

.menu-listing .legend > div {
  flex: 1;
  text-align: center;
}

.menu-listing .legend > div img {
  margin-right: 15px;
}

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

.product_tag-gluten-free .price + div::after,
.product_tag-ocean-wise .price + div::after,
.product_tag-vegetarian .price + div::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 15px;
}

.product_tag-gluten-free .price + div::after {
  background: url(assets/images/gluten.svg) no-repeat center center / contain;
}

.product_tag-ocean-wise .price + div::after {
  background: url(assets/images/ocean-wise.svg) no-repeat center center / contain;
}

.product_tag-vegetarian .price + div::after {
  background: url(assets/images/vegan.svg) no-repeat center center / contain;
}

.woocommerce ul.products[class*="columns-"] li.product {
  width: 100% !important;
  margin-bottom: 30px !important;
}

.woocommerce-cart .sidebar,
.woocommerce-checkout .sidebar,
.product-thumbnail {
  display: none;
}

.woocommerce-cart #main,
.woocommerce-checkout #main {
  width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order,
.button.button.alt,
.woocommerce div.product form.cart .button {
  margin-bottom: 0;
  font-size: 18px;
  background: #ffcd00;
  color: #000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover,
.button.button.alt:hover,
.woocommerce div.product form.cart .button:hover {
  color: #fff;
  background-color: #000;
}

/* Product Page */
.woocommerce-breadcrumb,
.single-product .sidebar,
.single-product .woocommerce-tabs {
  display: none;
}

.single-product .off-canvas-content {
  background: #fff;
}

.single-product #primary {
  padding-top: 98px;
}

.single-product .product {
  display: flex;
  flex-wrap: wrap;
  max-width: 1640px;
  margin: 0 auto;
  align-items: center;
  padding: 0 30px;
}

.single-products .related {
  flex-basis: 100%;
}

.single-product .woocommerce-product-gallery {
  flex: 1;
  padding-top: 20px;
  min-width: 300px;
}

.single-product .summary {
  flex: 2;
  padding-left: 30px;
}

.single-product .summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .entry-title {
  font-family: adelle-sans, sans-serif;
  font-size: 30px;
  text-transform: none;
}

.single-product .price {
  color: #000 !important;
  font-weight: 400;
  font-size: 18px;
}

.single-product .entry-title + .price .amount {
  position: relative;
  top: -5px;
}

.single-product .woocommerce-product-details__short-description {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.single-product .woocommerce-product-gallery__image a {
  display: block;
  padding: 25%;
}

#primary .variations tbody {
  border: none;
  background-color: transparent;
}

#primary .variations .label {
  padding: 6px 10px;
  background: #ffcd00;
  width: 100%;
  text-align: center;
  display: none;
}

#primary .variations .value {
  padding-top: 0;
  color: #fff;
}

#primary .variations select {
  min-width: unset;
  max-width: 220px;
}

.woocommerce-loop-product__link {
  padding-right: 30px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.woocommerce-loop-product__link:hover h2 {
  letter-spacing: 1px;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce-product-gallery__image--placeholder {
  margin: 30px 0 !important;
  border: none !important
}

.products .description {
  flex-basis: 100%;
}

.single_variation {
  margin-bottom: 30px;
}

@media (max-height: 1100px) {
  .single:not(.single-post) .left img {
    height: 60%;
  }
}

@media (max-height: 700px) {
  .page-template-page-menu aside li a {
    font-size: 22px;
  }
  .page-template-page-menu aside .button {
    display: none;
  }
}

@media (max-height: 700px), (max-width: 1200px) {
  .search-form {
    margin-top: 30px;
  }
  .submenus h2 {
    font-size: 32px;
  }
  .submenus .menu li a {
    padding: 5px 15px;
    font-size: 16px;
  }
  .search-field {
    font-size: 20px;
  }
  .search-submit {
    width: 20px;
    height: 20px;
  }
}

/* (max-height: 700px), (max-width: 1200px) */

@media (max-width: 1500px) {
  .archive:not(.category):not(.tag) article {
    width: 100%;
  }
  .locations {
    padding-bottom: 30px;
  }
  .locations .column {
    width: 50%;
    padding: 30px;
  }
  .locations .column:nth-of-type(3) {
    clear: both;
  }
  .locations h2 {
    margin-bottom: 0;
  }
  .tile h3 {
    font-size: 32px;
  }
  .sponsor {
    width: calc(50% - 30px);
  }
  .malt-hops > div {
    width: 100%;
  }
  .malt-hops .left {
    margin-bottom: 5px;
  }
}

/* (max-width: 1500px) */

@media (max-width: 1270px) {
  .retailers {
    flex-wrap: wrap;
  }
  .retailers > div {
    flex-basis: 100%;
  }
}

@media (max-width: 1100px) {
  .page-template-template-menu .menu-listing {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .menu-listing .legend {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .menu-listing .legend > div {
    flex-basis: 100%;
    text-align: left;
    padding-bottom: 15px;
  }
  .footer-note {
    text-align: left;
  }
  .home-slider h1,
  .banner h2 {
    font-size: 60px;
  }
  .home-slider .abuget {
    font-size: 120px;
  }
  .home-slider:after {
    width: 160px;
    height: 160px;
  }
  .info-boxes {
    padding: 15px;
  }
  .info-box .content {
    font-size: 34px;
  }
  .home .intro,
  .intro {
    padding: 60px 15px;
  }
  .intro {
    font-size: 20px;
  }
  .grid .title {
    font-size: 50px;
  }
  .footer-top .column {
    width: 100%;
    padding-bottom: 15px;
  }
  .footer-top .column:last-of-type {
    padding-bottom: 0;
  }
  .footer .links a {
    width: auto;
    padding-right: 30px;
  }
  .footer .socials {
    text-align: left;
  }
  .banner {
    height: 500px;
  }
  .banner h2 {
    max-width: 80%;
  }
  .launchpad > .row > .column {
    width: 50%;
  }
  .side-by-side .slide-image,
  .side-by-side .slide-content {
    width: 100% !important;
  }
  .side-by-side .slide-image {
    height: 300px !important;
  }
  .side-by-side .slide-content .v-center {
    position: static;
    transform: translate(0);
  }
  .post-block {
    width: 50%;
  }
  .related-post {
    width: 100%;
  }
  .single:not(.single-post) .content-wrap {
    padding-right: 60px;
  }
  .single-footer.desktop,
  .page-template-page-menu aside {
    display: none;
  }
  .page-template-page-menu #menu-content {
    width: 100%;
    padding-left: 0;
  }
  .single-footer.mobile {
    display: block;
  }
  .single-footer .all svg {
    height: 80px;
  }
  .single-footer .all svg {
    margin-right: 0;
    width: 40px;
    height: 40px;
  }
  .single-footer a {
    padding: 40px 0;
  }
  .single-footer .all a {
    padding: 20px 0;
  }
  .single-footer .all svg {
    margin-right: 0 !important;
  }
  .single-footer .prev-beer a svg,
  .single-footer .next-beer a svg {
    transition: all 250ms;
  }
  .single-footer .prev-beer a:hover svg,
  .single-footer .next-beer a:hover svg,
  .single-footer .prev-beer a:focus svg,
  .single-footer .next-beer a:focus svg {
    background: white;
  }
  .error404 .article-header h1 {
    font-size: 50px;
  }
  .error404 .article-header .abuget {
    font-size: 100px;
  }
  .wprs_unslider,
  .rates-content,
  .rates-gallery {
    width: 100% !important;
  }
  table tfoot td {
    padding: 15px 0;
  }
  .instagram {
    padding: 0;
  }
  .sponsorships .intro {
    padding: 0 15px 30px;
    font-size: 20px;
  }
  .side-by-side .slide-content .columns {
    padding: 60px;
  }
  .two-column .columns {
    width: 100%;
    padding: 60px !important;
  }
  .hoppy-hour .background-image {
    display: none;
  }
  .three-column-text .columns {
    width: 100%;
  }
  .video-tile {
    width: 100%;
    float: none;
  }
  .page-template-page-menu aside,
  .page-template-template-menu aside {
    position: fixed;
    top: 98px !important;
    left: 0;
    background: #ffcd00;
    padding: 30px;
    border-radius: 0 0 10px 0;
    z-index: 1;
    width: auto;
    max-width: 100%;
    transition: all 500ms;
    transform: translateX(-100%);
  }
  .page-template-template-menu aside li a {
    border-color: #fff;
  }
  .page-template-template-menu aside li a:hover {
    color: #fff;
  }
  .sidemenu-toggle {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    transform: translateX(100%);
    background: #ffcd00;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .page-template-page-menu aside.open,
  .page-template-template-menu aside.open {
    transform: translateX(0);
  }
  .header .menu a {
    font-size: 20px;
  }
}

/* (max-width: 1100px) */

@media (max-width: 800px) {
  .woocommerce-loop-product__link {
    flex: unset;
  }
  .woocommerce ul.products li.product .button {
    margin-top: 30px;
  }
  .single-product .woocommerce-product-gallery {
    flex-basis: 100%;
  }
  .single-product .entry-summary {
    float: none;
    padding-left: 0;
  }
  .menu-anchor h1 {
    font-size: 40px;
  }
  .menu-sub-heading h3 {
    font-size: 30px;
  }
  .submenus .col,
  .submenus .col > div,
  .logos .columns {
    float: none;
    width: 100%;
  }
  .submenus .col > div {
    position: relative;
    top: -100px;
  }
  .submenus.open .col > div {
    top: 0px;
  }
  .eat {
    transition-delay: 1100ms !important;
  }
  .drink {
    transition-delay: 900ms !important;
  }
  .stay {
    transition-delay: 700ms !important;
  }
  .crew {
    transition-delay: 500ms !important;
  }
  .submenus .menu {
    margin-bottom: 30px;
    display: none;
  }
  .submenus .toggle {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    padding-bottom: 15px;
    cursor: pointer;
  }
  .header {
    height: 98px;
  }
  .top-bar {
    height: 100%;
  }
  .top-bar > .row {
    position: relative;
    height: 100%;
    width: calc(100% - 100px);
  }
  .top-bar > .row > div {
    position: absolute;
  }
  .top-bar-left {
    bottom: 0;
    left: 0;
    width: auto !important;
  }
  .top-bar-right {
    bottom: 0;
    right: 0;
    padding: 0;
  }
  .header .menu a,
  .reserve .menu-title {
    font-size: 18px;
    padding: 5px;
  }
  .reserve .menu {
    top: 30px;
    padding-top: 15px;
    right: -194px;
  }
  .logo {
    width: auto;
  }
  .logo img {
    width: auto;
    height: 36px;
  }
  .submenus h2 {
    font-size: 44px;
  }
  .submenus .menu li a {
    font-size: 20px;
  }
  .home-slider:after {
    display: none;
  }
  .info-boxes {
    position: static;
    transform: translate(0);
    text-align: center;
    float: left;
    width: 100%;
  }
  .info-box {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid white;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .info-box:nth-of-type(2) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .info-popup {
    top: 30px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    z-index: 999;
  }
  .info-box:nth-of-type(3) {
    display: none;
  }
  .intro {
    clear: both;
    padding: 60px 15px;
  }
  .page-template-page-landing .banner {
    height: 700px;
  }
  .page-template-page-landing .banner .info-boxes {
    position: absolute;
  }
  .page-template-page-landing .banner .row {
    top: 35%;
  }
  .page-template-page-landing .banner h2,
  .single-post .banner .page-title {
    max-width: 100%;
    padding-right: 30px;
    font-size: 40px;
  }
  .filters {
    padding-bottom: 30px !important;
  }
  #drink-filters a,
  #cat {
    padding: 10px;
    font-size: 16px;
  }
  .locations .column {
    width: 100%;
  }
  .locations .height {
    height: auto !important;
  }
  #map > div {
    height: 400px !important;
  }
  .locations .address {
    padding-top: 15px;
  }
  .sponsors {
    padding-bottom: 0;
  }
  .sponsor {
    width: calc(100% - 30px);
  }
  .post-block {
    width: 100%;
  }
  .related-posts {
    margin-top: 30px;
  }
  .single:not(.single-post):not(.single-product) main {
    height: auto;
    min-height: unset;
  }
  .single:not(.single-post):not(.single-product) main > div {
    width: 100% !important;
    float: none;
    height: auto;
  }
  .single:not(.single-post):not(.single-product) main > .left {
    height: 400px;
  }
  .single:not(.single-post) .content-wrap {
    position: static;
    padding: 60px;
    transform: translate(0);
  }
  .error404 main .column {
    width: 100%;
    height: auto;
    text-align: center;
    min-height: 0;
  }
  .error404 main .left,
  .error404 .button {
    display: none;
  }
  .error404 .v-center {
    position: static;
    transform: translate(0);
  }
  .sponsorships.partners h2 {
    margin-bottom: 30px;
  }
  .span4 {
    width: 50%;
  }
  .menu-anchor h1 {
    font-size: 50px;
  }
}

/* (max-width: 800px) */

@media (max-width: 640px) {
  .top-bar-right .menu > li {
    display: table-cell;
  }
  .padded-section,
  .page-template-page-contact #content .gform_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-bar-left {
    top: 0;
    bottom: unset;
    width: auto !important;
  }
  .top-bar-right {
    right: unset;
    width: auto !important;
  }
  .reserve .menu {
    position: fixed;
    top: 83px;
    right: unset;
    left: -10px;
    transform: translateX(-100%);
  }
  .footer .links a {
    font-size: 22px;
  }
  .footer-bottom,
  .footer .credit {
    text-align: left;
  }
  .footer .credit {
    padding-top: 5px;
  }
  .footer .gform_wrapper .gform_heading {
    margin-bottom: 5px !important;
  }
  .footer-top .newsletter {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .home-slider h1,
  .home-slider .abuget,
  .banner h2 {
    font-size: 40px;
  }
  .locations h2,
  .page-template-page-contact #content .gform_title,
  .people h2,
  .sponsorships h2,
  .related-posts > h2 {
    font-size: 36px !important;
  }
  .locations h2 a {
    padding-top: 10px;
  }
  .home-slider .abuget {
    font-family: "brewmaster_gothicregular";
    font-weight: bold;
    text-transform: uppercase;
  }
  .home-slider h1 br,
  .banner h2 br {
    display: none;
  }
  .launchpad > .row > .column {
    width: 100%;
  }
  .home-slider .slick-slide {
    min-height: 0;
  }
  .archive:not(.category):not(.tag) article {
    height: auto !important;
    text-align: center;
  }
  .archive:not(.category):not(.tag) article > a {
    overflow: auto;
    padding: 15px;
  }
  .archive:not(.category):not(.tag) article .column {
    padding: 15px;
  }
  .archive:not(.category):not(.tag) article .featured-bg {
    height: 100%;
  }
  .archive:not(.category):not(.tag) article .entry-content {
    padding-bottom: 15px;
  }
  .archive:not(.category):not(.tag) article .content {
    border-left: 0;
    border-top: 1px solid #cecece;
  }
  .archive:not(.category):not(.tag) article .article-footer {
    position: static;
    padding: 0;
    float: left;
  }
  .number {
    margin: 0;
    font-size: 40px;
  }
  .article-footer .number {
    width: 50%;
  }
  .archive:not(.category):not(.tag) article div.button {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .sponsors {
    padding-bottom: 0;
  }
  .videos {
    padding: 0;
  }
  .videos .columns,
  .videos .fancybox-vimeo {
    min-height: 300px;
  }
  .masonry .page-navigation {
    bottom: -60px;
  }
  .post-block h2 {
    font-size: 28px;
  }
  .single:not(.single-post) .content-wrap {
    padding: 30px;
  }
  .number span,
  .gravity .column span {
    font-size: 14px;
  }
  .rates-content {
    overflow: auto;
  }
  .wpproslider_t2_DIV_2 {
    padding: 0 !important;
  }
  .instagram .sb_instagram_header {
    height: 90px;
  }
  .instagram #sb_instagram .sb_instagram_header h3 {
    font-size: 24px;
  }
  .instagram .sbi_header_link {
    left: 50%;
  }
  .instagram .sbi_header_img {
    display: none;
  }
  .section-items-row {
    flex-wrap: wrap;
    border: none;
  }
  .span4 {
    width: 100%;
    border-bottom: 1px solid #cecece;
    border-right: none;
  }
  #content #inner-content {
    padding: 30px 0;
  }
  .section-header-wrapper h2 {
    font-size: 44px;
  }
  .three-column-text .columns:not(:last-of-type),
  .two-column-text .columns:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .item-header {
    padding-bottom: 30px;
  }
  .item-specs {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .item-specs img {
    width: 24px;
    height: 24px;
  }
  .retailer-header {
    flex-wrap: wrap;
  }
  .retailer-header > div {
    flex-basis: 100%;
    padding-right: 0 !important;
  }
}

/* (max-width: 640px) */

@media (max-width: 440px) {
  .header {
    background: black;
  }
  .submenus h2 {
    font-size: 32px;
  }
  .menu-toggle {
    background: black;
    width: 68px;
  }
  .menu-toggle > div {
    background: #ffcd00;
  }
  .header .menu a,
  .reserve .menu-title {
    font-size: 12px;
  }
  .footer .links a {
    width: 100%;
    text-align: left;
  }
  .phone {
    font-size: 15px;
  }
  .videos h6 {
    bottom: 15px;
    font-size: 32px;
    left: 15px;
    padding-right: 60px;
  }
  .sponsorships {
    padding-left: 0;
  }
  .sponsor {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
  }
  .sponsor h3 {
    left: 15px;
    bottom: 15px;
  }
  .sponsor .info,
  .sponsor .close,
  .videos svg {
    bottom: 15px;
    right: 15px;
  }
  .videos svg {
    width: 32px;
    height: 32px;
  }
  .videos .columns:hover svg {
    width: 40px;
    height: 40px;
  }
  .filters {
    padding-bottom: 0 !important;
  }
  #cat {
    margin-top: 0;
  }
  .post-block .entry-content {
    padding: 15px;
  }
  .banner {
    height: 300px;
  }
}

/* (max-width: 440px) */
