.page-template-template-event-space .main_content {
  background-color: unset;
  font-family: "alternate-gothic-no-2-d", sans-serif;
}

.page-template-template-event-space .heading h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin: 45px 0px;
}

.event_space_content .event_space {
  clear: both;
  padding-bottom: 40px;
  border-top: 3px dotted #18191a;
  padding-top: 40px;
  overflow: hidden;
}

.event_space_content .event_space .event_space_photos {
  overflow: hidden;
}

.event_space_content .event_space.even .event_space_info {
  float: right;
  margin-left: 25px;
}

.event_space_content .event_space.odd .event_space_info {
  float: left;
  margin-right: 25px;
}

.event_space_content .event_space .event_space_photos .slick-slide img {
  width: 100%;
}

.event_space_content .event_space .event_space_photos .slick-dots {
  display: none !important;
}

.event_space_content .event_space .event_space_info {
  width: 43%;
}

.event_space_content .event_space .event_space_info h2,
h5 {

  color: black;
  text-transform: uppercase;
}

.event_space_content .event_space .event_space_info h2 {
  font-size: 3rem;
  margin-bottom: 0px;
}

.event_space_content .event_space .event_space_info h5 {
  font-size: 20px;
}

.event_space_content .event_space .event_space_info .description {
  font-family: sans-serif;
  margin-top: 25px;
  font-size: 20px;
}

.event_space_content .event_space .event_space_info .book_now {

  text-transform: uppercase;
  color: black;
  background-color: #f6b331;
  font-weight: bold;
  padding: 7px 15px 4px;
  font-size: 20px;
}


@media only screen and (max-width: 768px) {
  .event_space_content .event_space .event_space_info {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }

  .event_space_content .event_space .event_space_photos {
    margin-top: 20px;
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .news_and_events {
    padding: 0;
    overflow: visible;
  }
}

/* BEGIN general */
img,
iframe {
  max-width: 100%;
  height: auto;
  border: 0;
}

.button-unstyled {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.btn-link {
  display: inline-block;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.083em;
  color: #000000;
}

.btn-link:after {
  content: '→';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transition: all .25s;
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}

.btn-link:hover:after {
  margin-left: 8px;
}

.btn-fancy {
  display: inline-block;
  min-width: 138px;
  background-color: #fff;
  border-radius: 0 10px;
  border: 0;
  padding: 14px 28px;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all .25s;
}

.btn-fancy:active,
.btn-fancy:hover {
  background-color: #F5B335;
  color: #000000;
  text-decoration: none;
}

.btn-fancy.yellow {
  background-color: #F5B335;
  color: #000;
}

.btn-fancy.yellow:hover {
  background-color: #000;
  color: #fff;
}

.btn-fancy.black {
  background-color: #000;
  color: #fff;
}

.btn-fancy.black:hover {
  background-color: #F5B335;
  color: #000;
}

.image-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
}

/* END general */

/* BEGIN footer */
footer {
  background-color: #000000;
  padding: 50px 0 0;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  color: #F5B335;
  font-weight: 400;
  text-transform: uppercase;
}

footer ::-webkit-input-placeholder {
  color: #F5B335;
}

footer ::-moz-placeholder {
  color: #F5B335;
}

footer :-ms-input-placeholder {
  color: #F5B335;
}

footer :-moz-placeholder {
  color: #F5B335;
}

footer a {
  color: #F5B335;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}

footer p:last-child {
  margin-bottom: 0;
}

footer .widget-title {
  margin-bottom: 15px;
  font-family: 'TradeGothicLT-BoldCondTwenty', sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #4A4A4A;
}

footer .menu-item {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}

footer .items>li,
footer .menu>li {
  margin-bottom: 15px;
}

footer .items h3 {
  display: inline-block;
  margin: 0;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

footer .items .address {
  display: none;
}

footer .socials .item img {
  display: none;
}

footer .socials .item>a {
  display: flex;
  align-items: center;
}

footer .socials .item>a:before {
  content: '';
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}

footer .socials .item.facebook>a:before {
  background-image: url(../images/facebook-f5b335.svg);
}

footer .socials .item.instagram>a:before {
  background-image: url(../images/instagram-f5b335.svg);
}

footer .socials+p {
  padding-top: 30px;
}

footer .mc4wp-form input[type="email"] {
  display: block;
  width: 100%;
  height: 42px;
  background: transparent;
  border: 1px solid #F5B335;
  border-radius: 25px;
  padding: 0 20px;
  margin: 0 0 30px;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F5B335;
  outline: none;
}

footer .mc4wp-form input[type="submit"] {
  background: transparent;
  padding: 0;
  border: 0;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #F5B335;
  cursor: pointer;
}

footer .footer-widgets .row>div {
  margin-bottom: 30px;
}

footer .footer-bottom {
  padding: 20px 0;
  font-family: "din-2014", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4A4A4A;
}

footer .footer-bottom p {
  margin-bottom: 0;
}

footer .footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-bottom .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-bottom .menu li {
  margin: 0 15px 0 0;
}

footer .footer-bottom .menu li a {
  color: #4A4A4A;
}

footer .footer-bottom .menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  footer {
    font-size: 13px;
  }

  footer .widget-title {
    font-size: 24px;
  }

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

  footer .footer-bottom .container {
    display: block;
  }

  footer .footer-bottom .menu {
    justify-content: center;
    margin-bottom: 10px;
  }

  footer .footer-bottom .menu li:last-child {
    margin-right: 0;
  }

  footer .mc4wp-form input[type="email"] {
    margin-bottom: 15px;
    font-size: 13px;
  }

  footer .mc4wp-form input[type="submit"] {
    font-size: 13px;
  }
}

/* END footer */

/* BEGIN location template */
.single-our_location .location_content:before,
.single-our_location .location_content:after,
.single-our_location .location_content .location_info_map:before,
.single-our_location .location_content .location_info_map:after,
.single-our_location .location_content .location_text_menu:before,
.single-our_location .location_content .location_text_menu:after {
  content: '';
  display: table;
  clear: both;
}

.single-our_location .location_content {
  margin-bottom: 50px;
}

.single-our_location .gallery button.slick-next.slick-arrow {
  right: 20px;
  bottom: 40px;
}

.single-our_location .gallery button.slick-prev.slick-arrow {
  right: 50px;
  bottom: 40px;
}

.single-our_location .gallery .slick-track {
  display: flex;
}

.single-our_location .gallery .slick-track:before,
.single-our_location .gallery .slick-track:after {}

.single-our_location .gallery .slick-slide {
  height: auto;
}

.single-our_location .gallery .slick-slide>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-our_location .gallery.slick-initialized .slick-slide {
  display: flex;
}

.single-our_location .location_map-image {
  position: relative;
  height: 100%;
}

@media (min-width: 992px) {
  .single-our_location .location_content .location_info_map {
    display: flex;
    flex-wrap: wrap;
  }

  .single-our_location .location_content .location_info_map .location_map,
  .location_map #locationMap {
    height: 100%;
  }
}

@media (max-width: 991.98px) {

  .single-our_location .location_content .location_info_map,
  .single-our_location .location_content .location_text_menu,
  .single-our_location .location_content .location_info_map .location_info_left,
  .single-our_location .location_content .location_info_map .location_info_right {
    width: 100%;
    float: none;
  }

  .single-our_location .location_content {
    margin-bottom: 40px;
  }

  .location_map #locationMap {
    height: 600px;
  }
}

@media (max-width: 767.98px) {

  .single-our_location .gallery button.slick-next.slick-arrow,
  .single-our_location .gallery button.slick-prev.slick-arrow {
    bottom: 0;
  }

  .location_map #locationMap {
    height: 500px;
  }
}

@media (max-width: 575.98px) {

  .single-our_location .location_content .location_text_menu ul.location_links,
  .single-our_location .location_content .location_text_menu .location_text {
    float: none;
    width: 100%;
  }

  .single-our_location .location_content .location_info_map .location_info h2 {
    font-size: 32px;
  }

  .single-our_location .location_content .location_info_map .location_info ul.open li span.label {
    font-size: 20px;
  }

  .single-our_location .location_content .location_text_menu ul.location_links {
    margin-bottom: 20px;
  }
}

/* END location template */

/* BEGIN location-menus */
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  outline: none;
}

.location-menus {
  clear: both;
}

.location-menus h2 {
  margin: 0 0 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.location-menus h3 {
  margin: 0 0 20px;
  font-size: 22px;
}

.menu-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.menu-grid>div {
  padding: 0 10px 20px;
}

.menu-item {
  position: relative;
  height: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transition: all .25s;
}

.menu-item h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.menu-item p {
  margin-bottom: 0;
}

.menu-item__text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu-item__text p {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  grid-area: description;
  height: 40px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.menu-item .menu-item__price {
  color: #9a9a9a;
}

.menu-item .menu-item__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}

.menu-item .menu-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menu-item.has-image {
  padding-right: 118px;
}

.menu-item:hover {
  border-color: #f6b331;
}

/* END location-menus */

/* BEGIN page sections */
.page-section h2 {
  margin-bottom: 30px;
  font-family: "calder-dark", sans-serif;
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .page-section h2 {
    font-size: 34px;
  }
}

.bx-wrapper.bx-wrapper--reset {
  width: auto;
  max-width: none;
  margin: 0;
}

.bx-wrapper.bx-wrapper--reset .bx-viewport {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  left: auto;
  right: auto;
  text-align: left;
}

.slider-controls {
  position: relative;
  display: inline-block;
  padding: 0 58px;
  z-index: 10;
}

.slider-controls .slick-arrow:before,
.slider-controls .slick-dots>li>button:before,
.slider-controls>a:before,
.slider-controls>a:after {
  display: none !important;
}

.slider-controls .slick-dots>li>button,
.slider-controls .bx-pager .bx-pager-item>a {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #3E3E3E;
  border: 0;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
}

.slider-controls .slick-dots>li>button:hover,
.slider-controls .slick-dots>li.slick-active>button,
.slider-controls .bx-pager .bx-pager-item>a:hover,
.slider-controls .bx-pager .bx-pager-item>a.active {
  background-color: #F5B335;
}

.slider-controls .slick-arrow,
.slider-controls>a {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid #F5B335;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  margin-top: -19px;
  text-indent: -9999px;
  background: none;
  background-image: url(../images/arrow-right-f5b335.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  overflow: hidden;
  transform: none;
}

.slider-controls .bx-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: auto;
  width: auto;
  padding: 0;
}

.slider-controls .slick-dots>li,
.slider-controls .bx-pager .bx-pager-item {
  padding: 0;
  margin: 0 6px;
}

.slider-controls>a {
  position: absolute;
  top: 50%;
}

.slider-controls .slick-arrow.slick-prev,
.slider-controls>a.bx-prev {
  transform: rotate(-180deg);
  left: 0;
}

.slider-controls .slick-arrow.slick-next,
.slider-controls>a.bx-next {
  right: 0;
}

.slider-controls .slick-arrow:before,
.slider-controls .slick-dots>li>button:before {
  display: none;
}

.slider-controls .slick-arrow {
  position: absolute;
  top: 50%;
}

.slider-controls .slick-arrow.slick-prev {}

.slider-controls .slick-arrow.slick-next {}

.slider-controls .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  transform: none;
}

.slider-controls .slick-dots>li {
  width: auto;
  height: auto;
}

@media (max-width: 575.98px) {
  .slider-controls {
    padding: 0 48px;
  }

  .slider-controls .slick-dots>li,
  .slider-controls .bx-pager .bx-pager-item {
    margin: 0 4px;
  }

  .slider-controls .slick-dots>li>button,
  .slider-controls .bx-pager .bx-pager-item>a {
    width: 12px;
  }
}

/* END page sections */

/* BEGIN s-welcome */
.s-welcome {
}

.s-welcome__slider>div {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh - 216px + 85px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.s-welcome__slider .container {
  position: relative;
  z-index: 10;
}

.s-welcome__slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.s-welcome__slider .bg.bg--mobile {
  display: none;
}

.s-welcome__slider .text-wrapper {
  color: #fff;
}

.s-welcome__slider .text-wrapper p {
  margin-bottom: 20px;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.083em;
  text-transform: uppercase;
}

.s-welcome__slider .text-wrapper h2 {
  margin-bottom: 30px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 110px;
  line-height: 0.86;

}

.s-welcome__slider .text-wrapper h2:last-child {
  margin-bottom: 0;
}

.s-welcome__links {
  position: relative;
  margin-top: -20px;
  z-index: 10;
}

.s-welcome__links h2 {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.083em;
  text-transform: uppercase;
  color: #fff;
}

.s-welcome__links .row {
  margin-left: -13px;
  margin-right: -13px;
}

.s-welcome__links .row>div {
  width: 25%;
  padding: 0 13px 26px;
  box-sizing: border-box;
}

.s-welcome__links .item {
  position: relative;
  background-color: #F5B335;
  border-radius: 3px 20px;
  padding: 20px 20px;
  height: 100%;
}

.s-welcome__links .item h3 {
  margin-bottom: 10px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.s-welcome__links .item .item__image {
  position: absolute;
}

.s-welcome__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  padding: 20px 0 0;
}

.s-welcome__cta img {
  width: auto;
  max-width: none;
  height: 50px;
}

.s-welcome__cta p {
  margin: 5px 0 0;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.s-welcome__cta .btn-fancy {
  background-color: #F5B335;
  padding: 12px 22px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .s-welcome__links h2 {
    position: absolute;
    bottom: 25px;
    left: -5px;
    color: #000;
    transform-origin: 0;
    transform: rotateZ(-90deg);
    min-width: 200px;
  }

  .s-welcome__links .item {
    padding-top: 60px;
  }

  .s-welcome__links .item .item__image {
    left: 10px;
    top: -140px;
  }
}

@media (max-width: 991.98px) {
  .s-welcome__links .item h3 {
    font-size: 32px;
  }

  .s-welcome__cta img {
    height: 40px;
  }

  .s-welcome__cta p {
    font-size: 24px;
  }

  .s-welcome__cta .btn-fancy {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .s-welcome__slider .bg.bg--desktop {
    display: none;
  }

  .s-welcome__slider .bg.bg--mobile {
    display: block;
  }

  .s-welcome__slider .text-wrapper h2 {
    margin-bottom: 15px;
    font-size: 70px;
  }

  .s-welcome__slider .text-wrapper p {
    margin-bottom: 10px;
  }

  .s-welcome__links .row>div {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .s-welcome__links .item {
    height: 200px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .s-welcome__links .item .item__image {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    max-width: calc(100% + 20px);
    max-height: 100%;
  }

  .s-welcome__cta {
    flex-direction: column;
    row-gap: 15px;
  }
}

/* END s-welcome */

/* BEGIN card-beer */
.card-beer {
  position: relative;
}

.card-beer__text {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.card-beer__text .title {
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1;
}

.card-beer__text .description {
  margin-bottom: 15px;
  letter-spacing: 0.07em;
}

.card-beer__text .description p {
  margin-bottom: 0;
}

.card-beer__text .description strong {
  color: #ADADAD;
  font-weight: 400;
}

.card-beer__text .meta {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px dotted #505050;
  border-bottom: 2px dotted #505050;
  margin: 0 0 15px;
  padding: 8px 0;
  list-style: none;
}

.card-beer__text .meta>li {
  padding: 0 20px;
  border-right: 2px dotted #505050;
  text-align: center;
}

.card-beer__text .meta>li:first-child {
  padding-left: 0;
}

.card-beer__text .meta>li:last-child {
  border-right: 0;
  padding-right: 0;
}

.card-beer__text .meta>li strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #ADADAD;
}

.card-beer__text .meta>li span {
  font-family: "calder-dark", sans-serif;
}

@media (max-width: 767.98px) {
  .card-beer__text {
    font-size: 12px;
  }

  .card-beer__text .title {
    font-size: 22px;
  }

  .card-beer__text .meta>li {
    padding: 0 12px;
  }

  .card-beer__text .meta>li strong,
  .card-beer__text .meta>li span {
    font-size: 10px;
  }

  .card-beer__text .btn-link {
    font-size: 12px;
  }
}

/* END card-beer */

/* BEGIN card-beer--inline */
.card-beer--inline {
  min-height: calc(342px + 10px);
  display: flex;
  align-items: flex-end;
}

.card-beer--inline .card-beer__image {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 212px;
  height: 342px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.card-beer--inline .card-beer__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-beer--inline .card-beer__text {
  width: 100%;
  background-color: #000000;
  border-radius: 3px 17px;
  padding: 25px 30px;
  padding-left: calc(212px + 30px);
  color: #fff;
}

.card-beer--inline .card-beer__text .title {
  color: #F5B335;
}

.card-beer--inline .card-beer__text .btn-link {
  color: #F5B335;
}

@media (max-width: 767.98px) {
  .card-beer--inline {
    min-height: calc(194px + 10px);
  }

  .card-beer--inline .card-beer__text {
    padding: 20px;
    padding-left: 135px;
  }

  .card-beer--inline .card-beer__image {
    width: 120px;
    height: 194px;
    left: 0;
  }
}

/* END card-beer--inline */

/* BEGIN card-beer--stack */
.card-beer--stack {
  display: flex;
  width: 100%;
  height: 100%;
}

.card-beer--stack .card-beer__image {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  align-items: flex-end;
  height: 260px;
  z-index: 10;
}

.card-beer--stack .card-beer__image img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

.card-beer--stack .card-beer__text {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 3px 17px;
  padding: 60px 30px 45px;
  color: #fff;
  z-index: 5;
}

.card-beer--stack .card-beer__text .description strong,
.card-beer--stack .card-beer__text .meta>li strong {
  color: #727272;
}

.card-beer--stack .card-beer__text .btn-link {
  position: absolute;
  bottom: 20px;
  padding-bottom: 3px;
  color: #F5B335;
}

.card-beer--stack .card-beer__text .btn-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F5B335;
}

.card-beer--stack.has-image {
  padding-top: calc(260px - 40px);
}

@media (max-width: 767.98px) {
  .card-beer--stack.has-image {
    padding-top: calc(200px - 40px);
  }

  .card-beer--stack .card-beer__image {
    height: 200px;
    left: 10px;
  }

  .card-beer--stack .card-beer__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* END card-beer--stack */

/* BEGIN card-beer--simple */
.card-beer--simple {
  display: flex;
  width: 100%;
  height: 100%;
}

.card-beer--simple .card-beer__image {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  align-items: flex-end;
  height: 260px;
  z-index: 10;
}

.card-beer--simple .card-beer__image img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

.card-beer--simple .card-beer__text {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 3px 17px;
  padding: 60px 15px 45px;
  font-size: 13px;
  color: #000;
  z-index: 5;
}

.card-beer--simple .card-beer__text .description strong,
.card-beer--simple .card-beer__text .meta>li strong {
  color: #F5B335;
}

.card-beer--simple .card-beer__text .description {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #505050;
}

.card-beer--simple .card-beer__text .description p:not(:last-child) {
  margin-bottom: 5px;
}

.card-beer--simple .card-beer__text .btn-link {
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding-bottom: 3px;
  color: #000;
}

.card-beer--simple .card-beer__text .btn-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F5B335;
}

.card-beer--simple.has-image {
  padding-top: calc(260px - 40px);
}

@media (min-width: 768px) {
  .card-beer--simple .card-beer__text .title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .card-beer--simple.has-image {
    padding-top: calc(200px - 40px);
  }

  .card-beer--simple .card-beer__image {
    height: 200px;
  }
}

/* END card-beer--simple */

/* BEGIN s-featured */
.s-featured {
  padding: 120px 0;
}

.s-featured .bx-wrapper {
  width: auto !important;
  max-width: none !important;
  margin-bottom: 60px;
  text-align: center;
}

.s-featured .slider-controls {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .s-featured .bx-viewport {
    margin-bottom: 40px;
  }

  .s-featured__slider>div {
    max-width: 320px;
    margin-right: 15px !important;
  }
}

/* END s-featured */

/* BEGIN block-location */
.block-location {
  position: relative;
  background-color: #F5B335;
  border-radius: 0 18px 18px 18px;
  padding: 35px 35px;
  overflow: hidden;
}

.block-location__text {
  position: relative;
  max-width: 270px;
  padding-bottom: 70px;
  font-family: "calder-dark", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 10;
}

.block-location__text h3 {
  margin-bottom: 15px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.block-location__text p {
  margin-bottom: 0;
}

.block-location__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-location__text .contact {
  padding-top: 15px;
  margin-bottom: 20px;
}

.block-location__text .contact>li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.block-location__text .contact>li:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.block-location__text .contact>li:last-child {
  margin-bottom: 0;
}

.block-location__text .contact>li.address:before {
  background-image: url(../images/icon-location-000000.svg);
}

.block-location__text .contact>li.phone:before {
  background-image: url(../images/icon-phone-000000.svg);
}

.block-location__text .menu {
  padding-top: 16px;
  border-top: 2px dotted #000;
}

.block-location__text .menu>li:not(:last-child) {
  margin-bottom: 10px;
}

.block-location__text .btn-fancy {
  position: absolute;
  bottom: 0;
  min-width: 156px;
  padding: 16px 30px;
  background-color: #000;
  color: #fff;
}

.block-location__text .btn-fancy:hover {
  background-color: #fff;
  color: #000;
}

.block-location__image {
  position: relative;
  width: 410px;
  border-radius: 0 18px;
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  z-index: 10;
}

.block-location__image .bx-viewport {
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  left: auto;
  right: auto;
}

.block-location__image .bx-controls {
  display: none !important;
}

.block-location__image .image-wrapper {
  position: relative;
}

.block-location__image .image-wrapper:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.block-location__map {
  position: relative;
  z-index: 5;
}

.block-location__map>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .block-location__image {
    position: absolute;
    top: 40px;
    left: 350px;
  }

  .block-location__text {
    min-height: 410px;
  }

  .block-location__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .block-location__map {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  .block-location {
    padding: 25px 25px 0;
  }

  .block-location__image {
    max-width: 100%;
  }

  .block-location__text {
    margin-bottom: 30px;
  }

  .block-location__text:last-child {
    margin-bottom: 0;
  }

  .block-location__map {
    width: auto;
    height: 320px;
    margin: -60px -25px 0;
  }
}

/* END block-location */

/* BEGIN s-locations */
.s-locations {
  padding: 0 0 120px;
}

.s-locations h2 {
  margin-bottom: 60px;
}

.s-locations__nav {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}

.s-locations__nav .nav-item {
  display: block;
  padding: 0 15px;
}

.s-locations__nav .nav-item>p {
  position: relative;
  margin: 0;
  padding-bottom: 6px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #ACACAC;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
}

.s-locations__nav .nav-item>p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #F5B335;
  opacity: 0;
  transition: all .25s;
}

.s-locations__nav .nav-item.active>p,
.s-locations__nav .nav-item>p:hover {
  color: #000000;
}

.s-locations__nav .nav-item.active>p:after {
  width: 100%;
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .s-locations__nav .nav-item {
    padding: 0 12px;
  }

  .s-locations__nav .nav-item>p {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .s-locations__nav {
    margin-right: -15px;
  }
}

/* END s-locations */

/* BEGIN s-about */
.s-about {
  position: relative;
  overflow: hidden;
}

.s-about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg-about.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}

.s-about .container {
  position: relative;
  z-index: 10;
}

.s-about .image-wrapper {
  text-align: center;
}

.s-about .image-wrapper img {
  display: block;
  margin: 0 auto;
}

.s-about .text-wrapper {
  font-size: 17px;
}

.s-about .text-wrapper h2 {
  margin-bottom: 20px;
}

.s-about .socials {
  padding: 0 0 60px;
}

.s-about .socials h2 {
  margin-bottom: 40px;
}

.s-about .socials a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-about .socials a:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.s-about .socials a.facebook:before {
  background-image: url(../images/facebook-000000.svg);
}

.s-about .socials a.twitter:before {
  background-image: url(../images/twitter-000000.svg);
}

.s-about .socials a.instagram:before {
  background-image: url(../images/instagram-000000.svg);
}

.s-about .socials .nav {
  flex-wrap: wrap;
  justify-content: center;
}

.s-about .socials .nav>li {
  margin: 0 10px 20px;
}

@media (min-width: 992px) {
  .s-about .text-wrapper {
    padding-left: 30px;
  }

  .s-about .socials .nav>li {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .s-about__main {
    margin-top: -100px;
  }
}

@media (max-width: 991.98px) {
  .s-about .text-wrapper {
    padding-top: 60px;
  }
}

/* END s-about */

/* BEGIN s-beers */
.beer-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.beer-grid>div {
  padding: 0 8px 48px;
}

.s-beers {
  padding: 60px 0;
}

.s-beers h2 {
  margin-bottom: 40px;
  font-family: "calder-dark", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .beer-grid>div {
    padding-bottom: 32px;
  }
}

/* END s-beers */

/* BEGIN beers-banner */
.beers-banner__title {
  height: 468px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.beers-banner__title h1 {
  margin: 0;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 110px;
  line-height: 0.86;
  text-transform: uppercase;
  color: #fff;
}

.beers-banner__slider {
  margin-top: -270px;
  padding: 0 0 60px;
}

.beers-banner__slider .bx-wrapper {
  width: auto !important;
  max-width: none !important;
  margin-bottom: 60px;
}

.beers-banner__slider .slider {
  display: flex;
}

@media (max-width: 767.98px) {
  .beers-banner__title {
    padding-top: 60px;
  }

  .beers-banner__title h1 {
    font-size: 70px;
  }

  .beers-banner__slider .slider>div {
    max-width: 320px;
  }
}

/* END beers-banner */

/* BEGIN template barrel aged */
.page-template-template-barrel-aged-beta .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
}

.page-template-template-barrel-aged-beta #header {
  background-color: transparent;
}

.page-template-template-barrel-aged-beta #page-content {
  background-color: #101010;
}

#rev_slider_5_1_wrapper {
  opacity: 0.6;
}

#ba-banner {
  position: relative;
  padding-top: 100px;
  color: #fff;
}

.ba-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.ba-banner__bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
  z-index: 10;
}

.ba-banner__heading {
  position: relative;
  margin-bottom: 60px;
  padding: 0 20px;
  font-family: "calder-dark", sans-serif;
  font-size: 20px;
  text-align: center;
  z-index: 10;
}

.ba-banner__heading h1 {
  margin: 0 0 5px;
  font-family: 'tradegothic-lt';
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  color: #F5B335;
  text-transform: uppercase;
}

.ba-banner__heading img {
  display: block;
  margin: 0 auto 10px;
}

.ba-banner__heading p {
  max-width: 600px;
  margin: 0 auto 30px;
}

.ba-banner__heading .btn-fancy.active {
  opacity: 0;
  visibility: hidden;
}

.ba-banner__slider {
  position: relative;
  z-index: 10;
}

.ba-banner__slider .slider-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shadow-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.ba-banner__slider .slider-image .slick-list {
  padding-bottom: 100px !important;
  z-index: 10;
}

.ba-banner__slider .slider-image .slick-track:before {
  display: none;
}

.ba-banner__slider .slider-image .beer {
  position: relative;
  max-width: 480px;
  height: 680px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
}

.ba-banner__slider .slider-image .beer__image {
  position: relative;
  height: 100%;
  z-index: 2;
  transition: all .3s;
}

.ba-banner__slider .slider-image .beer__image:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 5px;
  right: 0;
  height: 39px;
  background-image: url(../images/shadow-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 1;
}

.ba-banner__slider .slider-image .beer__image img {
  display: block;
  position: relative;
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

.ba-banner__slider .slider-image .beer__image .aging-time {
  position: absolute;
  top: 15%;
  left: 50%;
  min-width: 220px;
  background-color: #212121;
  padding: 15px 15px;
  font-family: 'tradegothic-lt';
  font-size: 30px;
  line-height: 1;
  color: #F5B335;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity .3s;
  z-index: 3;
}

.ba-banner__slider .slider-image .beer__image .aging-time>span {
  display: block;
  margin-bottom: 5px;
  font-family: "calder-dark", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ba-banner__slider .slider-image .beer__meta {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 50%;
  width: 480px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px dotted #fff;
  transform: translateX(-50%);
  transition: opacity .3s;
  z-index: 1;
}

.ba-banner__slider .slider-image .beer__meta>li {
  display: flex;
  align-items: flex-start;
  width: 50%;
  min-height: 100px;
  padding-top: 25px;
  border-bottom: 2px dotted #fff;
  font-family: 'tradegothic-lt';
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.ba-banner__slider .slider-image .beer__meta>li div {
  width: 150px;
}

.ba-banner__slider .slider-image .beer__meta>li span {
  display: block;
  margin-bottom: 4px;
  font-family: "calder-dark", sans-serif;
  font-size: 12px;
  color: #696969;
  text-transform: uppercase;
}

.ba-banner__slider .slider-image .beer__meta>li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ba-banner__slider .slider-image .beer__meta>li:nth-child(1),
.ba-banner__slider .slider-image .beer__meta>li:nth-child(2) {
  font-size: 30px;
}

.ba-banner__slider .slider-image .beer__meta>li:nth-child(2),
.ba-banner__slider .slider-image .beer__meta>li:nth-child(4) {
  justify-content: flex-end;
}

.ba-banner__slider .slider-image .slick-slide:not(.slick-center) .beer {
  max-width: 280px;
}

.ba-banner__slider .slider-image .slick-slide.slick-center .beer__title,
.ba-banner__slider .slider-image .slick-slide:not(.slick-center) .beer__meta,
.ba-banner__slider .slider-image .slick-slide:not(.slick-center) .beer__image .aging-time {
  opacity: 0;
  visibility: hidden;
}

.ba-banner__slider .slider-image .slick-slide:not(.slick-center) {
  cursor: pointer;
}

.ba-banner__slider .slider-image .slick-slide:not(.slick-center) .beer__image {
  height: 280px;
}

.ba-banner__slider .slider-image .beer__title {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 20px;
  font-family: "calder-dark", sans-serif;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #434343;
  text-transform: uppercase;
  text-align: center;
  transition: opacity .3s;
}

.ba-banner__slider .slider-text {
  max-width: 840px;
  margin: 0 auto;
  padding: 20px 20px 0;
  font-size: 17px;
  text-align: center;
}

.ba-banner__slider .slider-text h3 {
  margin: 0 0 10px;
  font-family: "calder-dark", sans-serif;
  font-size: 45px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ba-banner__slider .slider-text h4 {
  max-width: 400px;
  margin: 0 auto 20px;
  font-family: 'tradegothic-lt';
  font-size: 21px;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-transform: uppercase;
}

.ba-banner__slider .slider-controls {
  margin-top: -54px;
  margin-bottom: auto;
}

@media (max-width: 767.98px) {
  .ba-banner__heading h1 {
    font-size: 80px;
  }
}

@media (max-width: 575.98px) {
  .ba-banner__slider .slider-image .beer {
    height: 480px;
  }

  .ba-banner__slider .slider-image .beer__meta {
    width: 300px;
  }

  .ba-banner__slider .slider-image .beer__meta>li {
    font-size: 12px;
  }

  .ba-banner__slider .slider-image .beer__meta>li div {
    width: 90px;
  }

  .ba-banner__slider .slider-image .beer__meta>li:nth-child(1),
  .ba-banner__slider .slider-image .beer__meta>li:nth-child(2) {
    font-size: 18px;
  }

  .ba-banner__slider .slider-image .beer__image .aging-time {
    min-width: 150px;
    font-size: 18px;
  }

  .ba-banner__slider .slider-image .beer__image .aging-time>span {
    font-size: 10px;
  }

  .ba-banner__slider .slider-text h3 {
    font-size: 40px;
  }
}

#ba-beers {
  padding-top: 100px;
  padding-bottom: 40px;
}

#ba-beers h2 {
  margin: 0 0 80px;
  font-family: 'tradegothic-lt';
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  color: #F5B335;
  text-align: center;
  text-transform: uppercase;
}

#ba-beers .item {
  margin-bottom: 60px;
  font-family: "calder-dark", sans-serif;
  font-size: 12px;
  color: #696969;
  text-align: center;
  text-transform: uppercase;
}

#ba-beers .item h3 {
  margin: 0 0 10px;
  font-family: 'tradegothic-lt';
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

#ba-beers .item h3 a {
  color: inherit;
  text-decoration: none;
}

#ba-beers .item p {
  margin: 0;
}

#ba-beers .item__image {
  position: relative;
  height: 200px;
  margin-bottom: 25px;
}

#ba-beers .item__image:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  height: 116px;
  background-image: url(../images/shadow-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 1;
}

#ba-beers .item__image img {
  display: block;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  z-index: 2;
  transition: transform .25s;
}

#ba-beers .item:hover .item__image img {
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  #ba-beers h2 {
    font-size: 80px;
  }
}

/* END template barrel aged */

/* BEGIN extra */
body.home #page-content {
  padding: 0 !important;
}

#page-content {
  z-index: 100;
}

#page-container.dimmed:after {
  z-index: 200;
}

.button-custom-style:before,
.button-custom-style:after {
  z-index: 1;
}

.button-custom-style>span {
  position: relative;
  z-index: 5;
}

.button-custom-style:hover,
.button-custom-style:hover>span {
  color: #fff;
}

.menu_sidebar_warpper .main_menu .menu-item {
  border: 0;
  padding: 5px 0;
}

.menu_sidebar_warpper .main_menu ul ul {
  padding-left: 12px;
}

.menu_sidebar_warpper .main_menu ul#menu-main-menu>li {
  margin-bottom: 0px;
}

.uSidebar-content .menu_sidebar_warpper {
  width: auto;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.menu_sidebar_warpper .main_menu .menu .toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  width: 16px;
  height: 16px;
  outline: none;
}

.menu_sidebar_warpper .main_menu .menu .toggle:before,
.menu_sidebar_warpper .main_menu .menu .toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #18191a;
  margin-top: -1px;
  transition: all .25s;
}

.menu_sidebar_warpper .main_menu .menu .toggle:after {
  transform: rotate(90deg);
}

.menu_sidebar_warpper .main_menu .menu .toggle.active:after {
  transform: rotate(0);
  opacity: 0;
}

@media only screen and (max-width: 480px) {
  .menu_sidebar_warpper .main_menu .menu .toggle {
    display: block;
  }

  .menu_sidebar_warpper .main_menu .menu>li>.sub-menu {
    display: none;
  }
}

/* END extra */

/* BEGIN EVENTS */
.card-event__image {
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

.card-event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.card-event__text {
  background-color: #F5B335;
  padding: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-event__text .title {
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 40px;
}

.single-event a.link-back {
  padding: 20px;
  padding-left: 60px;
  color: #18191a;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-family: 'TradeGothicLT-BoldCondTwenty', sans-serif;
  text-transform: uppercase;
}

#event-info {
  display: flex;
}

.event-image {
  max-width: 95% !important;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.beer_content .event-image {
  text-align: right;
}

.home_beers ul.items .card-event {
  padding: 100px 0px;
  margin-top: 50px;
}
/* END EVENTS */

/* BEGIN template collective */
body.page-template-template-collective .s-about {
  padding-top: 300px;
}

.collective-section {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
}

.collective-section h1,
.collective-section h2 {
  font-family: 'tradegothic-lt-cond';
  font-weight: 700;
  text-transform: uppercase;
}

.collective-section h2 {
  font-size: 40px;
}

.collective-section__heading {
  margin-bottom: 60px;
}

.collective-section__heading p {
  font-family: 'tradegothic-lt-cond';
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.collective-section__heading h2 {
  margin-bottom: 0;
  font-family: "calder-dark", sans-serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
  .collective-section__heading h2 {
    font-size: 40px;
  }
  
  .collective-section__heading p {
    font-size: 24px;
  }
}
/* END template collective */

/* BEGIN collective-banner */
.collective-banner {
  position: relative;
  padding-top: 150px;
}

.collective-banner:before,
.collective-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.collective-banner:before {
  background-image: var(--bg-image);
  opacity: 0.56;
  z-index: 2;
}

.collective-banner .container {
  position: relative;
  z-index: 10;
}

.collective-banner__heading img {
  display: block;
  margin: 0 auto 20px;
}

.collective-banner__heading h1 {
  margin-bottom: 60px;
  font-size: 115px;
  line-height: 1;
  color: #F5B335;
}

.collective-banner__text {
  max-width: 750px;
  background-color: #F5B335;
  border-radius: 18px;
  border-top-left-radius: 0;
  padding: 50px 60px;
  margin: 0 auto;
}

.collective-banner__text h2 {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .collective-banner__heading h1 {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .collective-banner {
    padding-top: 100px;
  }

  .collective-banner:before,
  .collective-banner:after {
    height: 450px;
  }

  .collective-banner__heading h1 {
    font-size: 70px;
  }

  .collective-banner__text {
    padding: 30px 20px 20px;
  }
}
/* END collective-banner */

/* BEGIN collective-membership */
.collective-membership {
  padding-top: 150px;
}

.collective-membership .collective-section__heading {
  margin-bottom: 100px;
}

.collective-membership__note {
  padding-top: 60px;
  font-family: 'tradegothic-lt';
  font-size: 28px;
  font-weight: 700;
}

.collective-membership__note a {
  color: inherit;
  text-decoration: underline;
}

.collective-membership .membership-table {
  display: flex;
  flex-wrap: wrap;
}

.collective-membership .membership-table h4 {
  margin-bottom: 0;
  font-family: 'tradegothic-lt-cond';
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}

.collective-membership .membership-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collective-membership .membership-table .btn-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.collective-membership .membership-table .item {
  border-bottom: 2px dotted #000;
}

.collective-membership .membership-table .item p {
  margin-bottom: 0;
}

.collective-membership .membership-table .item .price {
  color: #ACACAC;
}

.collective-membership .membership-table .item__image {
  width: 90px;
  margin-bottom: -30px;
}

.collective-membership .membership-table .item__text {
  width: calc(100% - 6px);
  background-color: #000;
  padding: 40px 15px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 17px;
  font-family: 'tradegothic-lt';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #F5B335;
  text-transform: uppercase;
}

.collective-membership .membership-table .meta > li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px dotted #000;
  border-right: 2px dotted #000;
  text-align: center;
}

.collective-membership .membership-table__head {
  width: 400px;
}

.collective-membership .membership-table__head > li {
  min-height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #000;
  border-right: 2px dotted #000;
  padding-right: 5px;
  font-family: "calder-dark", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.collective-membership .membership-table__head > li:nth-child(1) {
  height: 279px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  border-right: 0;
}

.collective-membership .membership-table__slider {
  width: calc(100% - 400px);
}

/* .collective-membership .membership-table__slider .bx-pager {
  top: 112px;
  right: 8px;
  bottom: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
} */

@media (min-width: 1200px) {
  .collective-membership .slider-wrapper {
    margin-right: 0 !important;
  }

  .collective-membership .membership-table__slider .bx-controls {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .collective-membership .membership-table__head {
    width: 265px;
  }

  .collective-membership .membership-table__head br {
    display: none;
  }

  .collective-membership .membership-table__head > li {
    font-size: 14px;
  }

  .collective-membership .membership-table__slider {
    width: calc(100% - 265px);
  }

  .collective-membership__note {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .collective-membership .membership-table h4 {
    font-size: 28px;
  }

  .collective-membership .membership-table .btn-fancy {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 14px;
  }

  .collective-membership .membership-table .item__text {
    font-size: 15px;
  }

  .collective-membership .membership-table__head {
    width: 180px;
  }

  .collective-membership .membership-table__head > li {
    font-size: 12px;
  }

  .collective-membership .membership-table__head > li:nth-child(1) {
    height: 267px;
  }
  
  .collective-membership .membership-table__slider {
    width: calc(100% - 180px);
  }
}
/* END collective-membership */

/* BEGIN collective-products */
.collective-products {
  padding-top: 150px;
}

.collective-products .card-beer .card-beer__text {
  background-color: #F4F4F4;
  color: #000;
}

.collective-products .card-beer .card-beer__text .title {
  color: inherit;
}

.collective-products .card-beer .card-beer__text .description {
  margin-bottom: 5px;
}

.collective-products .card-beer .card-beer__text .meta > li {
  text-align: left;
}

.collective-products .card-beer .card-beer__text .meta > li strong {
  color: inherit;
}

.collective-products .card-beer .card-beer__text .price {
  position: absolute;
  bottom: -35px;
  right: 50px;
  min-width: 170px;
  background-color: #F5B335;
  padding: 15px 18px;
  font-size: 36px;
  line-height: 1;
  transform: rotate(-12deg);
  cursor: auto;
}

@media (min-width: 768px) {
  .collective-products .card-beer .card-beer__image {
    width: 190px;
  }

  .collective-products .card-beer .card-beer__text {
    padding-left: calc(190px + 30px);
  }
}

@media (max-width: 1199.98px) {
  .collective-products .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .collective-products .card-beer .card-beer__text .price {
    min-width: 120px;
    bottom: -15px;
    right: 30px;
    padding: 12px 12px;
    font-size: 20px;
  }
}
/* END collective-products */

/* BEGIN collective-cta */
.collective-cta {
  padding: 200px 0 50px;
}

.collective-cta__text {
  background-color: #F2F2F2;
  padding: 50px;
}

.collective-cta__text h2 {
  margin-bottom: 15px;
}

.collective-cta__text .btn-fancy {
  margin-top: 80px;
}

.collective-cta__image {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .collective-cta__text {
    border-bottom-left-radius: 18px;
  }

  .collective-cta__image {
    border-top-right-radius: 18px;
  }
}

@media (max-width: 991px) {
  .collective-cta__text {
    border-top-left-radius: 18px;
  }

  .collective-cta__text .btn-fancy {
    margin-top: 50px;
  }

  .collective-cta__image {
    border-bottom-right-radius: 18px;
  }

  .collective-cta__image:before {
    content: '';
    display: block;
    padding-top: 75%;
  }
}

@media (max-width: 767.98px) {
  .collective-cta {
    padding-top: 150px;
  }

  .collective-cta__text {
    padding: 20px;
  }

  .collective-cta__text .btn-fancy {
    margin-top: 20px;
  }
}
/* END collective-cta */

/* BEGIN footer-bar */
#footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  z-index: 200;
}

#footer-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 5px;
}

#footer-bar .h2 {
  margin: 0;
  font-family: 'tradegothic-lt-cond';
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#footer-bar .btn-fancy:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 991.98px) {
  #footer-bar .h2 {
    font-size: 30px;
  }

  #footer-bar .btn-fancy {
    padding: 12px 20px;
  }
}

@media (max-width: 767.98px) {
  #footer-bar .h2 {
    font-size: 18px;
  }

  #footer-bar .btn-fancy {
    min-width: auto;
    padding: 10px 12px;
    font-size: 12px;
  }
}
/* END footer-bar */
