.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 {
  font-weight: bold;
  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;
  }
}

/** 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;
  transition: all .25s;
}

.btn-fancy:active,
.btn-fancy:hover {
  background-color: #F5B335;
  color: #000000;
  text-decoration: none;
}

.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 **/

/** 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 **/

/** 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;
}

@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 **/

/** 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 **/

/** 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;
}

.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 .bx-pager .bx-pager-item {
  margin: 0 6px;
}

.slider-controls .bx-pager .bx-pager-item>a {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #D8D8D8;
  border: 0;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
}

.slider-controls .bx-pager .bx-pager-item>a:hover {
  background-color: #000000;
}

.slider-controls .bx-pager .bx-pager-item>a.active {
  background-color: #000000;
}

.slider-controls>a {
  position: absolute;
  top: 50%;
  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;
}

.slider-controls>a:before,
.slider-controls>a:after {
  display: none !important;
}

.slider-controls>a.bx-prev {
  transform: rotate(-180deg);
  left: 0;
}

.slider-controls>a.bx-next {
  right: 0;
}

@media (max-width: 575.98px) {
  .slider-controls {
    padding: 0 48px;
  }

  .slider-controls .bx-pager .bx-pager-item {
    margin: 0 4px;
  }

  .slider-controls .bx-pager .bx-pager-item>a {
    width: 12px;
  }
}

/** END page sections **/

/** s-welcome **/
.s-welcome__slider {}

.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;
  text-transform: uppercase;
}

.s-welcome__slider .text-wrapper h2:last-child {
  margin-bottom: 0;
}

.s-welcome__links {
  margin-top: -20px;
}

.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 {
  padding: 0 13px 26px;
}

.s-welcome__links .item {
  position: relative;
  background-color: #F5B335;
  border-radius: 3px 20px;
  padding: 20px 20px;
}

.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;
}

@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;
  }
}

@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 {
    padding-right: 70px;
  }

  .s-welcome__links .row>div:not(:last-child) {
    padding-bottom: 50px;
  }

  .s-welcome__links .item {
    min-height: 165px;
    padding-right: 80px;
  }

  .s-welcome__links .item .item__image {
    right: -70px;
    bottom: 0;
  }

  .s-welcome__links .item.item--2 .item__image {
    bottom: -9px;
  }

  .s-welcome__links .item.item--3 .item__image {
    bottom: -24px;
  }
}

/** END s-welcome **/

/** 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: 38px;
  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 **/

/** 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 **/

/** 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 **/

/** 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;
  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 **/

/** 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 **/

/** 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 **/

/** 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 20px;
}

.s-locations__nav .nav-item>p {
  position: relative;
  margin: 0;
  padding-bottom: 6px;
  font-family: "TradeGothicLT-BoldCondTwenty", sans-serif;
  font-size: 28px;
  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 **/

/** 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 **/

/** 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 **/

/** 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 **/

/** 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;
}

/** END extra **/