/*
# Barworks Base Style Guide

Key Replacements: "#6fcacb", "#a0aab2", "white"
*/

html { }
html, body { height:100%; font: 13px/1.4 'Open Sans', sans-serif; background: white; }
body { position:relative; }

.wrapper { min-height:100%; }
.footer-container, .footer-push { clear:both; }

.background { position: fixed; top: 0; bottom: 0; left: 0; right: 0; }
  .background > img { min-height: 100%; min-width: 1024px; width: 100%; height: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0; }
    .background > img:first-child { opacity: 1; }


@media screen and (max-width:1024px) {
  .background > img { left: 50%; margin-left: -512px; }
}


/*
## Typography
*/

h1, h2, h3, h4, h5, h6 { font: 'Open Sans', sans-serif; margin: 0 0 1em; }
h4 { font: 14px/1; font-weight: 700; }
/*h1 { font: 28px/1; font-weight: 800; }
h2 { font: 26px/1; font-weight: 800; }
h3 { font: 18px/1; font-weight: 800; }
h5 { font: 14px/1; font-weight: 700; text-transform: none; }*/

/*body, p { font: 12px/1.6 'Open Sans',sans-serif; }*/

a { color: #333;text-decoration: underline;}
  a:hover, a:focus { color:#a0aab2; }
.linkCustom { 
	text-decoration: none;
}


/* date */
.date { color: #83858f; font-size: 12px; line-height: 1; margin: 0 0 18px; }
  .date:before { content: "\e010"; font-family: flaticon; font-size: 12px; line-height: 1; font-style: normal; padding: 0 5px 0 0; display: inline-block; }

.date-icon { color: #83858f; font-size: 12px; margin: 0; padding: 3px 20px; }
  .date-icon:before { content: "\e010"; font-family: flaticon; font-size: 15px; line-height: 1; font-style: normal; font-weight: 600; padding: 0 8px 0; display: inline-block; }



.note { color: #83858f; text-align: center; font-size: 12px; line-height: 1; margin: 0 0 18px; }



[data-preload] > *{ opacity:0; }
[data-preload] > .preloader{ opacity:1; }

/*.tiles {
    -moz-column-count:2;
    -moz-column-width: 50%;
    -webkit-column-count:2;
    -webkit-column-width: 50%;
    column-count: 2;
    column-width: 50%;
}*/

/*
## Icons

** Date **

** Social Icons **

** Section Icons (rituals, specials, loyalty etc.) **
*/



/*
## Buttons
*/

.button { border: none; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: 800; color: #fff; background-color:#a0aab2; padding: 6px 16px; }
  .button:hover { color: #fff; background-color: #a0aab2; }
  .button[disabled], .button.disabled { color: #999; background-color: #f1f1f1; }

.download:before { font-family: flaticon; font-size: 12px; line-height: 1; font-style: normal; content: "\e001"; padding: 0 10px 0 0; vertical-align: middle; }

img.thumbnail { display: block; }

/*
## Navigation
** Top bar **

** Vertical Menu **
*/

.menu { list-style: none; margin: 0; padding: 0; }
  .menu a { display: block; }
    .menu a:active { outline: none; }

  /*.menu.alt { }
    .menu.alt li:first-child { color: #c1272d; } 
    .menu.alt a { color: #c1272d; }
      
        .mobile-menu-alt a { color: #c1272d; }
    .mobile-menu-alt a:hover, .mobile-menu-alt a:focus, .mobile-menu-alt a.active { color: #000; }


.social-icons { text-align: center; line-height: 1; padding: 10px; }
  .social-icons a { color: #c1272d; text-decoration: none; margin: 0 10px; display: inline-block; line-height: 1; }
    .social-icons a.active, .social-icons a:hover { color: #83858f; }*/

  /*COLOR IS PICKED FROM STYLE IN UMBRACO*/

    .menu.alt { }
    .menu.alt li:first-child { color: #6fcacb; } 
    .menu.alt a { color: #6fcacb; }

  .mobile-menu-alt a { color: #6fcacb; }
    .mobile-menu-alt a:hover, .mobile-menu-alt a:focus, .mobile-menu-alt a.active { color: #000; }

.social-icons { text-align: center; line-height: 1; padding: 10px; }
  .social-icons a { color: #6fcacb; text-decoration: none; margin: 0 10px; display: inline-block; line-height: 1; }
    .social-icons a.active, .social-icons a:hover { color: #83858f; }

.top-bar { text-align: right; }
  .top-bar > * { display: inline-block; }


  /*Helpers */
  .no-gutter-left { padding-left: 0; }


/* MOBILE ONLY styles */
@media only screen and (max-width:768px) {
  [data-sticky].active { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: #fff; opacity: 1; box-shadow: #000 0 0 3px; }
  .no-gutter-left { padding-left: 10px; }
}



/* ##Promo Boxes
*/
.menu-special { text-align:center; }

/* ## Footer
*/

.footer { position: relative; margin: 20px; font-size: 12px; line-height:2; color:#6fcacb; text-align: center; }
  .footer .separator { padding: 0 10px; }
  .footer a { color:#6fcacb; font-size: 13px;}
  .footer .links { margin: 0 0 20px; }
    .footer .links a { padding: 5px 10px; }
      .footer .links a:hover, .footer .links a:focus { text-decoration: underline; }

 .footer a .barworksLink { 
	text-decoration: underline !important;
}

/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; /* Fix of Webkit flickering */ z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; -webkit-transition-property: -webkit-transform, left, top; -webkit-transition-duration: 0s; -webkit-transform: translate3d(0px,0,0); -webkit-transition-timing-function: ease; -moz-transition-property: -moz-transform, left, top; -moz-transition-duration: 0s; -moz-transform: translate3d(0px,0,0); -moz-transition-timing-function: ease; -o-transition-property: -o-transform, left, top; -o-transition-duration: 0s; -o-transform: translate3d(0px,0,0); -o-transition-timing-function: ease; -o-transform: translate(0px,0px); -ms-transition-property: -ms-transform, left, top; -ms-transition-duration: 0s; -ms-transform: translate3d(0px,0,0); -ms-transition-timing-function: ease; transition-property: transform, left, top; transition-duration: 0s; transform: translate3d(0px,0,0); transition-timing-function: ease; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container-container { position: relative; } /* Nav arrows need to be outside Swiper */
.swiper-container { -webkit-transition:all .25s ease-in-out; -moz-transition:all .25s ease-in-out; -o-transition:all .25s ease-in-out; transition:all .25s ease-in-out; /* Specify Swiper's Size: */ /*width:200px; height: 100px;*/ }
.swiper-slide { position: relative; float: left; opacity: 0; /*-webkit-transition:opacity .25s ease; -moz-transition:opacity .25s ease; -o-transition:opacity .25s ease; transition:opacity .25s ease;*/ /* Specify Slides's Size: */ /*width: 100%; height: 100%;*/ }
.swiper-slide-active { /* Specific active slide styling: */ }
.swiper-slide-visible { /* Specific visible slide styling: */ }
  /* Adding margin inside slide */
  .swiper-slide .block { margin: 0 10px; }
  /*.swiper-slide:first-child .block { margin-left: 0; }
  .swiper-slide:last-child .block { margin-right: 0; }*/

  .swiper-slide .slide-caption { left: 0; }
  .swiper-slide img { display:block; }  

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch { /* Stylize pagination button: */ }
.swiper-active-switch { /* Specific active button style: */ }
.swiper-visible-switch { /* Specific visible button style: */ }

.preloader { display: block; width: 40px; height: 40px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border: solid 3px; border-color: #444 #fff; border-color: #444 rgba(255,255,255,0); -webkit-border-radius: 100%; border-radius: 100%; -webkit-animation-name: spin; -webkit-animation-duration: 1.2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: spin; -moz-animation-duration: 1.2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -o-animation-name: spin; -o-animation-duration: 1.2s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; animation-name: spin; animation-duration: 1.2s; animation-iteration-count: infinite; animation-timing-function: linear; }
.preloader.white { border-color: #eee #000; border-color: #eee rgba(0,0,0,0); }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }


.swiper-container.gallery { width: 100%; max-height: 300px; position: relative; z-index: 1; }
.swiper-container.gallery .swiper-slide{ text-align:center; }
  /*.swiper-container.gallery img { width: 100%; }*/
.swiper-container.slider { width: 100%; max-height: 300px; position: relative; z-index: 1; }
.swiper-container.slider .swiper-slide{ height:100%; }

  .icon-arrow-left, .icon-arrow-right { position: absolute; top:50%; margin-top:-20px; background: #6fcacb; z-index:99; padding: 7px 6px 6px 5px; text-decoration: none; color: #FFF; text-align:center; vertical-align:middle; line-height:1; }
    .icon-arrow-left:active, .icon-arrow-right:active,
    .icon-arrow-left:focus, .icon-arrow-right:focus { color: #FFF; }
  .swiper-container .icon-arrow-left, .swiper-container .icon-arrow-right { opacity: 0; }
  .icon-arrow-left { left:0; } 
  .icon-arrow-right { right:0; }
  .icon-arrow-left:before, .icon-arrow-right:before { font-size:24px; }
  .icon-arrow-left:hover, .icon-arrow-right:hover{ color:#6fcacb; background:#fff; } 

   .slider .icon-arrow-left { left:0px; } 
  .slider .icon-arrow-right { right:0px; }

/* ## Content Blocks
*/

/*.content-block { text-align: center; }
  .content-block hr { border: 0; border-bottom: 1px dashed #ccc; background: #333; }*/

/* ## Forms
*/
label { text-transform: uppercase; cursor: pointer; display: block; line-height: 28px; margin-bottom: 0; font-weight: bold; }
.checkbox label { line-height: 1; text-transform: none; font-weight: normal; text-align:left; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; background-color: #c1c2c7; font-family: inherit; border: 1px solid #c1c2c7; color: rgba(0, 0, 0, 1); width: 100%; -webkit-box-shadow: none; box-shadow: none; }

*::-webkit-input-placeholder { color: black; }
*:-moz-placeholder { color: black; }
*:-ms-input-placeholder { /* IE10+ */ color: black; }

/*select:hover, select { -webkit-appearance: none !important; background-color: #c1c2c7; border: 1px solid #c1c2c7; }*/
/*option { background-color: #c1c2c7; }*/

.checkbox.manual { text-align: right; }
  .checkbox.manual input { float: none; display: inline-block; }
  .checkbox.manual label { display: inline-block; }

.radioboxes label { display: inline-block; margin: 0 20px 0 0; }

input[type=submit] { color: #fff; background: #b5b404; padding: 6px 30px; border: none; text-transform: uppercase; font-weight: 800; float: right; }
  input[type=submit]:hover, input[type=submit]:focus { background: #c1272d; }

input.input-validation-error { border: 1px solid #c1272d; }
.field-validation-error { color: #c1272d; text-align: right; font-size: 10px; text-transform: uppercase; display: block; font-weight: bold; }


/*
## Pagination
*/
ul.pagination li a { text-decoration: none; text-align: center; font-weight: 700; padding: 4px 4px 4px 4px; color: #fff; -webkit-border-radius: 0px; border-radius: 0px; }
ul.pagination li { height: 30px; width: 30px; background: #83858f; color: #fff; }
  ul.pagination li.current a { background:#a0aab2; color: white; font-weight: bold; cursor: default; }
    ul.pagination li.current a:hover, ul.pagination li.current a:focus { background:#a0aab2; }


/*
## Components

** Tabs **

** Accordian **
*/

/*
** Map **
*/
.map { width: 100%; height: 400px; }
  .map img { max-width: initial; }


/*
** Slider **

** Show Phone **
*/

.tabs > dd { margin-left: 10px; font-size: 18px; }
  .tabs > dd a { background: #a0aab2; text-transform: uppercase; text-decoration: none; font-weight: 800; color: #fff; }
.tabs dd > a:hover { background: #fff; color: #333; }

.tabs .active a { color: #333; }

.accordion > dd a { text-align: center; font-size: 18px; background-color: rgb(255, 255, 255, 0.8); text-transform: uppercase; text-decoration: none; font-weight: 800; color: #333; }
.accordion dd > a:hover { background-color: #c1272d; color: #fff; }
.accordion .active a { background-color: #c1272d; color: #fff; }

#map { height: 100%; width: 100%; }

.geolocation { position: relative; }
  .geolocation:before { content: ''; height: 17px; width: 17px; background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png"); background-repeat: no-repeat; background-position: -18px -178px; }
  .geolocation.valid:before { background-position: -1px -161px; }
  .geolocation.invalid:before { background-position: -18px -161px; }
  .geolocation.loading:before { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; border: solid 3px; border-color: #555 #fff; -webkit-border-radius: 1000px; border-radius: 1000px; -webkit-animation: rotate 1.5s linear infinite; -moz-animation: rotate 1.5s linear infinite; -o-animation: rotate 1.5s linear infinite; animation: rotate 1.5s linear infinite; }

.gaddress.hide { display: none; }



.pagination { text-align: center; }
  .pagination a, .pagination span { font-size: 12px; font-weight: 800; line-height: 30px; display: inline-block; background:white; color: #fff; text-decoration: none; min-height: 30px; min-width: 30px; text-align: center; vertical-align: middle; }
    .pagination a:hover, .pagination a.active, .pagination a:focus { background:#a0aab2; }
    .pagination a.icon-arrow-right, .pagination a.icon-arrow-left { }
  .pagination [class^="icon-"]:before, .pagination [class*=" icon-"]:before { font-size: 14px; }




.social-share { color: #83858f; text-align: right; font-size: 12px; line-height: 20px; /* vertical-align: middle; */ padding: 20px 0 0; }
  .social-share span { padding: 0 10px; }
  .social-share a { text-decoration: none; color: #83858f; padding: 0 4px; }
    .social-share a:hover, .social-share a:focus { color: #c1272d; }
    .social-share a[class^="icon-"]:before, .social-share a[class*=" icon-"]:before { font-size: 17px; vertical-align: middle; }

/*
# Beerdo vs Foodie Theme

## Colours
  green:  #b7b51e
  red:    #c1272d
  grey:   #83858f

Busy City Theme specific styles / overrides

Key Replacements: "[typography]", "#6fcacb", "#a0aab2", "white", "[styleOverrides]"

## Navigation

To fix top bar to to top - wrap in `class="fixed"`, or to 'stick' to the top when scrolling - wrap in `class="sticky"`

## Media Queries
  640, 1024, 1440, 1920
*/

html, body { font: 14px/1.4 'Open Sans', sans-serif; }
body { background: white; }

.beerdo-foodie { position: relative; }
  .container-full, .footer-container { max-width: 1280px; }

/* typography  - to be replaced.... */
h1 { line-height: 36px; font-weight: 300; margin: 0 0 20px; }
h2 { line-height: 26px; font-weight: 300; margin: 0 0 18px; }
h3 { line-height: 18px; font-weight: 300; }
h4 { line-height: 18px; }
h5 { line-height: 18px; }
h6 { line-height: 18px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #a0aab2; }

.page-header { margin-top: 30px; }
.page-header:first-child { margin-top: 10px; }
  .page-header h1 { margin-bottom: 20px; }
  .page-header .subtitle { margin-top: -10px; }

hr { border-bottom: 1px solid #6fcacb; margin: 40px auto; }

/* date */
h6.date { margin: 0; padding: 10px; color: #FFF; background: #000; text-align: right; font-size: 12px; }
  h6.date:before { display: none;}


/* toggle */
.toggle:after { content: "\e001"; float: right; font-family: flaticon; font-size: 16px; line-height: 1; font-style: normal; vertical-align: middle; margin-left: 4px; }
.toggle.active:after { content: "\e002"; }

/*.menu a.toggle-hide { max-height:0; padding:0; overflow:hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.menu a.toggle-hide.active { max-height:46px; }*/

.header {  z-index:10; background:white; padding:20px 0 0; }

.menu-container { border-bottom: 1px solid #000; height:100%; }
.logo-container { text-align:center; }

.menu-icon { display: block; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 14px; line-height: 20px; text-align: right; padding: 10px 20px; }
  .menu-icon.active, .menu-icon:hover, .menu-icon:focus { color: #000; text-decoration: none; }
  .menu-icon:after { content: "\e00b"; font-family: flaticon; font-size:17px; line-height: 1; font-style: normal; padding: 0 0 0 5px; display: inline-block; vertical-align: middle; }
  .menu-icon.active { opacity: 0.6; }
  .menu-icon[hidden] { display: none; }


/*  menu */
.menu a { text-decoration: none; line-height: 1; font-size: 16px; font-weight: 300; padding: 10px 40px 10px 0; outline: 0; }
  .menu .active, .menu a:hover, .menu a:focus { color: #6fcacb; }

.menu.main { display: table; width: 100%; padding: 15px 0; }
  .menu.main li { display: table-cell; }
  .menu.main .active a { color: #6fcacb; }

.menu.alt { position: relative; }
  .menu.alt, .menu.alt li { float: left; }
    .menu.alt a { font-size: 13px; background: #000; color: #fff; }
    .menu.alt a { padding: 10px 20px 13px; }
    .menu.alt .active, .menu.alt .active a, .menu.alt a:hover, .menu.alt a:focus { color: #fff; background: #a0aab2; }

.mobile-menu-alt { background:#000; display:table; width:100%; text-align:center; margin:10px 0 0; }
.mobile-menu-alt a { display:table-cell; color:#fff; padding:6px 10px; text-decoration:none; border-left:1px solid #fff; }
.mobile-menu-alt a:hover{ color:#6fcacb; }
.mobile-menu-alt a:first-child{ border:none; }


.social-icons { float: left; }
  .social-icons a { color: #6fcacb; margin: 0 8px; }
  .social-icons a:hover { color: #83858f; }

.social-icons-alt a { display:inline-block; padding:10px 20px 10px 0; }

.menu.alt a.toggle { min-width: 135px; margin: 0 0 0 20px; }
#phone-reveal { position: absolute; right: 0; margin: 1px 0 0; min-width: 135px; }
  #phone-reveal a { color: #fff; background: #a0aab2; outline: none; }

.footer-container { margin: 0 auto; }
  .footer { text-align: left; padding: 15px 0; border-top: 1px solid #000; }
    .footer, .footer a { color: #000; }
      .footer .links { margin: 0 0 15px; }
        .footer .links a { padding: 0 10px 0 0; }
        .footer .links a:hover { color: #6fcacb; text-decoration: none; }
      .footer .contact-info, .footer .contact-info a { color: #83858f; font-size: 11px; }



.panel { padding:20px 0 0; }
  .panel.pad { padding: 20px; }

a.block { text-decoration: none; }
.block { text-align:center; padding: 0; }
.block.border-bottom { height: 100%; border-bottom: 2px solid #6fcacb; }
  /* .block:hover, .block:focus, .block.active { box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.6); } */
  .block-content { margin-left: 50%; padding: 0 20px; }
    .block h3 { line-height: 25px; font-size: 24px; margin: 15px 0; font-weight: 300; }
    a.block:hover h3, a.block:hover p { color: #333; }
    .block-img { float: left; max-width: 50%; }
    .block .icon { float: right; color: #ccc; }
    .block .price { padding: 4px; font: 16px/1; color: #83858f; }
    .block button { width: 100%; color: #FFF; }
    .block button:before { display: none; }

.content { /* padding: 20px; */ background: #fff; }

.subtitle { width: 600px; max-width: 100%; padding: 0; font-size: 14px; }
  .subtitle p {}


.teaser { text-decoration: none; display: block; }
  .teaser:hover { color: #000; }
  .teaser h3 { }
    .teaser h3 [class^="icon-"], .teaser h3 [class*=" icon-"] { float: right; }
      .teaser h3 [class^="icon-"]:before, .teaser h3 [class*=" icon-"]:before { font-size: 35px; color: #83858f; }


.thumb{ display:block; position:relative; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.thumb img{ display:block; }
.thumb-synopsis { padding:20px; }
.top .thumb-synopsis, .bottom .thumb-synopsis { position:absolute; left:0; }
.top .thumb-synopsis { top:0; }
.bottom .thumb-synopsis { bottom:0; }

.field { margin-bottom: 10px; }

/* Forms */
label { text-transform: none; font-size: 14px; font-weight: 300; }
input[type="text"], input[type="email"], input[type="date"], input[type="tel"], textarea,select { border: 1px solid #000; background: #FFF; }
.input-validation-error { border: 1px solid #c5353b !important; }

.required { position: relative; }
  .required:after { content: '*'; color: #a0aab2; position: absolute; top: 3px; right: -15px; font-weight: bold; font-size: 18px; }
.checkbox .required:after { content: ''; }
.checkbox .required label { position: relative; }
  .checkbox .required label:after { content: '*'; color: #a0aab2; position: absolute; top: 0; right: -15px; font-weight: bold; font-size: 18px; }

/* Buttons */
button, input[type="submit"], .button { border: 0; outline: 0; padding: 7px 30px 8px; background: #6fcacb; font-size: 16px; font-family: "Open Sans", sans-serif; font-weight: 300; text-transform: none; text-decoration:none }
/*button:before, input[type="submit"]:before, .button:before { content: "\e001"; font-family: flaticon; vertical-align: middle; margin-right: 5px; }*/
button:before, input[type="submit"]:before, .button:before { content: ""; display: none; }
button:hover, input[type="submit"]:hover, .button:hover, button:active, input[type="submit"]:active, .button:active { background: #a0aab2; color: #FFF; }
.button a { color: #fff; }
.button:hover a { color: #000; }




[data-sticky].active { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background: #fff; opacity: 1; box-shadow: #000 0 0 3px; }


.tiles { overflow:hidden; }
.tile img { position:absolute; left:0; right:0; top:0; bottom:0; }
.tile .thumb { overflow:hidden; text-decoration: none;  }
.tile .thumb:hover { color: #FFF; text-decoration: none; }
.tile .thumb-synopsis { position:relative; }

.note { margin: 0; padding: 10px; background: #000; color: #fff; font-size: 12px; text-align: right; }

.tabs {}
  .tabs > a { float: left; margin: 0 0 -1px; padding: 5px 15px 7px; background: #000; color: #fff; font-size: 23px; font-weight: 300; text-decoration: none; }
    .tabs > a.active, .tabs > a:focus, .tabs > a:hover { background: #6fcacb; color: #FFF; }
  .tab-active { display: block; }
  .tab-content { padding: 10px 0 0; border-top: 1px solid #000; /* border-bottom: 1px solid #000; */ -webkit-transition: height 200ms ease-in-out; -moz-transition: height 200ms ease-in-out; -o-transition: height 200ms ease-in-out; transition: height 200ms ease-in-out; }

.menu-sub-categories { background:#6fcacb; color:#fff; margin:-11px 0 1em;  border-bottom: 1px solid #000; }
  .menu-sub-categories a { color: #fff; text-decoration: none; font-size:16px; text-transform:uppercase; padding:5px 20px; display:inline-block; }
  .menu-sub-categories a.active { font-weight:800; }
.menu-sub-category-content .tab-active { display: block; }


.pagination { margin-top: 20px; text-align: right; }
  .pagination a { height: 32px; color: #83858f; background: none; border: 1px solid #83858f; }
  .pagination a.active, .pagination a:hover { background: #6fcacb; color: #FFF; border: 1px solid #6fcacb; }






/* TABLET ONLY styles */
@media only screen and (min-width:768px) and (max-width:1023px) {
  .mobile-menu-alt { text-align: right; margin-top: 25px; }
  .menu-icon { background: none; }
}

/* TABLET / DESKTOP styles */
@media only screen and (min-width:768px) {

  .top-bar { border-top: 1px solid #000; }
.logo { float: left; }

  .row.no-gutter { padding: 0; }

  .medium-grid-2 { padding: 0; }
  .medium-grid-2 .col:nth-child(odd) { padding: 0 20px 40px 0; clear: left; }
  .medium-grid-2 .col:nth-child(even) { padding: 0 0 40px 20px; clear: right; }
  .medium-grid-2 .col:last-child, .medium-grid-2 .col:nth-last-child(2) { padding-bottom: 0; }

  .mobile-menu-alt { text-align: right; margin-top: 25px; border: none; }

  .field { padding-left: 0; }
  .field.checkbox { padding-left: 12px; }

  .content-loyalty label { text-align: right; }
  .content-loyalty .checkbox label { text-align: left; }

  .contact-bottom > .col:last-child { padding-left: 40px; }

  
}

/* DESKTOP styles */
@media only screen and (min-width:1024px) {
  .sidebar { background: #fff; background: rgba(255, 255, 255, 0.8); margin: 0 20px 20px 0; }
    .sidebar .logo { padding: 30px 0; }
    .sidebar a { font-size: 16px; }
}
/*Tablet and Up*/
@media only screen and (min-width:768px) {
      .slider {}
  .slider a.prev, .slider a.next { display: block; position: absolute; top: 0; bottom: 0; width: 60px; background: rgba(255, 255, 255, 0.8); text-decoration: none; text-align: center; outline: 0; }
  .slider a.prev { left: 0; }
  .slider a.next { right: 0; }
  .slider a.prev:before, .slider a.next:before { position: absolute; top: 50%; left: 0; right: 0; margin-top: -40px; line-height: 50px; font-size: 70px; font-weight: 300; color: #83858f; }
  .slider a.prev:hover, .slider a.next:hover { background: #6fcacb; }
  .slider a.prev:hover:before, .slider a.next:hover:before { color: #FFF; }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
 .menu.main li { margin-left: 1%; }
}

/*Tablet and Down*/
@media only screen and (max-width:1024px) {
    .menu.main.no-mobile { display: none; }
}
/*Tablet and Down*/
@media only screen and (max-width:768px) {
       .mobile-full { width: 100%; }
       .icon-arrow-left, .icon-arrow-right { width: auto; height: auto; border-radius: 0; top: 40%; line-height: 60px;  }
  .icon-arrow-left:before, .icon-arrow-right:before { font-size: 20px; }
   .icon-arrow-left { left: 0; }
   .icon-arrow-right { right: 0; }
}





.menu-special .note { min-height: 32px; }
.menu-special h4 { margin: 10px 0; line-height: 25px; font-size: 25px; font-weight: 300; }
.menu-prices { float: right; text-align: right; color: #6fcacb; font-size: 20px; font-weight: 300; }

.menu-item { padding: 15px 0 20px; border-bottom: 1px solid #6fcacb; }
.menu-item:last-child { border-bottom: none; }
  .menu-item img { float: left; margin: 0 20px 0 0; max-width: 30%; }
  .menu-content { float: left; }
    .menu-item h4 { margin: 0; font-size: 19px; font-weight: 300; }
    .menu-item p { margin: 10px 0 0; font-size: 14px; font-weight: 300; }
  .menu-item .menu-prices { font-size: 16px; }
  .menu-prices span { display: block; }
    .menu-prices span.menu-price-override { text-decoration: line-through; display: inline-block; }
    .menu-prices span.menu-price-special { display: inline-block; text-transform: uppercase; }

.social-share { display: inline-block; padding: 10px 0 0; text-align: left; border-top: 1px solid #000; }
  .social-share span { padding-left: 0; }

.content-page {}
  h6.date-header { position: relative; padding: 11px 0; }
    h6.date-header span { margin-right: 110px; }
    h6.date-header .button {position: absolute; top: 0; right: 0; bottom: 0; text-transform: uppercase; padding: 10px 30px 8px; }
  .content-page h2 { margin-top: 20px; }
  .content-page p { line-height: 25px; }

.map { margin: 30px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; }

.contact-bottom p { line-height: 24px; }


/* TABLET / MOBILE styles */
@media only screen and (max-width:1023px) {

  /* header */
  .menu.main { display: none; position: absolute; right: 0; width:50%; padding:20px; border:1px solid #000; z-index: 150; background:white; text-align:left; }
    .menu.main li { display:block; border-bottom:1px solid #000; }
    .menu.main li:last-child { border-bottom:none; }
      .menu.main li > a { padding:10px 10px 10px 0; }
        .menu.main li.active > a, .menu.main li > a:hover { color: #6fcacb; }
}

/* MOBILE */
@media only screen and (max-width:768px) {
  .menu.main {  width:100%; }

    /* Slider */
  .swiper-wrapper-wrapper { position: relative; }
  .slider-row { padding-left: 0; padding-right: 0; }
  .slide-caption { background: #6fcacb; left: 0; position: absolute; right: 0; bottom: 1%; color: #fff; }
  .swiper-wrapper img { width: 100%; }
  .icon-arrow-left, .icon-arrow-right, .event-paging .icon-arrow-left, .event-paging .icon-arrow-right { position: absolute; background: #6fcacb; z-index: 1; padding: 0; border-radius: 40px; text-decoration: none; color: #FFF; width: 60px; height: 60px; line-height: 57px; outline: 0; opacity: 0; }
  .slider .icon-arrow-left, .slider .icon-arrow-right { top: 35%; }
  .event-paging .icon-arrow-left, .event-paging .icon-arrow-right { top: 25%; }
  .event-paging .icon-arrow-right { right: 3%; }
  .event-paging .icon-arrow-left { left: 3%; }
  .icon-arrow-left { left: 1%; }
  .icon-arrow-right { right: 1%; }
  .icon-arrow-left:before, .icon-arrow-right:before { font-size: 40px; }
  .icon-arrow-left, .icon-arrow-right { width: auto; height: auto; border-radius: 0; top: 40%; line-height: 60px;  }
  .icon-arrow-left:before, .icon-arrow-right:before { font-size: 20px; }
   .icon-arrow-left { left: 0; }
   .icon-arrow-right { right: 0; }
}


h1,h2,h3,h4,h5,h6{ font-family: "Gotham SSm A", "Gotham SSm B"; font-weight: 300; text-transform: uppercase; }
h1{ font-size:28px; }
h2{ font-size:23px; }
h3{ font-size:18px; }
h4{ font-size:16px; text-transform:uppercase; }
h5{ font-size:12px; }
h6{ font-size:10px; }

h6.note { font-size:16px; }
h6.date { font-size:16px; }

.menu a{ font-family: "Gotham SSm A", "Gotham SSm B"; font-size: 18px; font-weight: 300; }
.tabs a, .menu-sub-categories a { font-family: "Gotham SSm A", "Gotham SSm B"; font-size: 18px; font-weight:normal; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}