/*
# Barworks Base Style Guide

Key Replacements: "#7f0a26", "#d1c8c4", "#d1c8c4"
*/

html { }
html, body { height:100%; font: 13px/1.4 'Open Sans', sans-serif; background: #d1c8c4; }
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:#7f0a26; }
.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:#7f0a26; padding: 6px 16px; }
  .button:hover { color: #fff; background-color: #d1c8c4; }
  .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: #7f0a26; } 
    .menu.alt a { color: #7f0a26; }

  .mobile-menu-alt a { color: #7f0a26; }
    .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: #7f0a26; 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:#7f0a26; text-align: center; }
  .footer .separator { padding: 0 10px; }
  .footer a { color:#7f0a26; 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: #7f0a26; 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:#7f0a26; 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:#7f0a26; color: white; font-weight: bold; cursor: default; }
    ul.pagination li.current a:hover, ul.pagination li.current a:focus { background:#7f0a26; }


/*
## 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: #7f0a26; 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:#d1c8c4; 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:#7f0a26; }
    .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; }

/*
# Busy City Theme

## Colours
  green:  #b7b51e
  red:    #c1272d
  grey:   #83858f

Busy City Theme specific styles / overrides

Key Replacements: "#7f0a26", "#d1c8c4", "#d1c8c4", "[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: 13px/1.4 'Open Sans', sans-serif; background: #333; }
body { background: #d1c8c4; padding: 20px 0 0; }

.busy-city { position: relative; background: #fff; background-color: rgba(255, 255, 255, 0.8); }

@media only screen and (min-width:768px) {
  .busy-city { background: none; }
}


h6.date { text-align:center; }


/* typography  - to be replaced.... */
h1 { line-height: 36px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0 0 20px; }
h2 { line-height: 26px; text-transform: uppercase; font-weight: bold; text-align: center; margin: 0 0 18px; }
h3 { line-height: 18px; text-transform: uppercase; font-weight: bold; }
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: #7f0a26; }

hr { border-bottom: 1px dashed #83858f; margin: 0 auto 18px; }
  hr.small { width: 25%; }

.logo { }

/* toggle */
.toggle:after { content: "\e001"; float: right; font-family: flaticon; font-size: 20px; line-height: 1; font-style: normal; vertical-align: middle; }
.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; }*/

.menu-icon { display: block; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 14px; line-height: 20px; background: #fff; 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"; color: #7f0a26; font-family: flaticon; font-size: 20px; line-height: 1; font-style: normal; padding: 0 0 2px 5px; display: inline-block; vertical-align: middle; }
  .menu-icon.active { opacity: 0.6; }
  .menu-icon[hidden] { display: none; }


/* sidebar menu */


.sidebar { margin: 0 0 20px; padding: 0 0 10px; border-radius: 5px; }
  .sidebar .logo { display: block; text-align: center; padding: 20px 0; margin: 0 20px; }
  .sidebar a { text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 1; font-size: 14px; }
    .sidebar a[hidden] { display: none; }

.menu li { border-bottom: 1px dashed #83858f; }
.menu .active, .menu a:hover, .menu a:focus { color: #fff; background:#7f0a26; }

.menu.main { background: #fff; }
  .menu.main li:first-child { border-top: 1px dashed #83858f; }
  .menu.main a { padding: 10px 20px; -webkit-transition: background 300ms ease-in-out; -moz-transition: background 300ms ease-in-out; -o-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out; }
    .menu.main .active, .menu.main a:hover, .menu.main a:focus { color: #fff; background:#7f0a26; -webkit-transition: background 50ms ease-in-out; -moz-transition: background 50ms ease-in-out; -o-transition: background 50ms ease-in-out; transition: background 50ms ease-in-out; }

  .menu.alt a { padding: 10px 20px; }
  .menu.alt .active, .menu.alt .active a, .menu.alt a:hover, .menu.alt a:focus { color: #fff; background: #7f0a26; }
  #phone-reveal a { color: #fff; background: #7f0a26; outline: none; }

.mobile-menu-alt { border-top: 1px dashed #83858f; padding: 10px 20px; }
    .mobile-menu-alt a:before { content: '\00a0\00a0 . \00a0\00a0'; }
    .mobile-menu-alt a.icon-phone:before { content: '\e00c \00a0\00a0'; font-size: 14px; }

.social-icons { border-bottom: 1px dashed #83858f; }

/*.footer { text-shadow: 0 0 2px #000; color:#d1c8c4; }*/
.footer .links { font-weight: 700; }
  /*.footer a { color:#d1c8c4; }*/

  input[type=submit] { color: #fff; background:  #7f0a26; padding: 6px 30px; border: none; text-transform: uppercase; font-weight: 800; float: right; }
  input[type=submit]:hover, input[type=submit]:focus { background: #d1c8c4; }

 .footer-wrap {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 100;
 }
.footer {
    margin: 0 0 20px;
    padding: 20px;
    text-shadow: none;
    color: #434343;
}
.footer .links {
    margin: 0;
}
.footer a {
    color: #434343;
}

@media (min-width: 768px) {
    .footer-wrap {
        background: none;
    }
    .footer {
        background: #fff;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
    }
}

.subtitle {
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
}


.panel { margin: 0 0 20px; padding: 20px 0; }
  /*.panel.pad { padding: 20px; }*/

a.block { text-decoration: none; }
.block { text-align:center; padding: 20px; margin: 0 0 20px; background: #fff; -webkit-transition: 0.25s box-shadow; transition: 0.25s box-shadow; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: inset 0 0 0 4px #ffffff, 0 0 1px rgba(0, 0, 0, 0); }
  a.block:hover, a.block:focus, .block.active { box-shadow: inset 0 0 0 4px #7f0a26, 0 0 1px rgba(0, 0, 0, 0); }
  .block h3 { text-align: center; }
  .block .icon { float: right; color: #ccc; }
  .block .price { padding: 4px; font: 16px/1; color: #83858f; }
/*.block .button { margin-top: 10px; }*/
/*.block img { padding: 15px 0; }*/

.content { padding: 20px; background: #fff; }

.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; }


.field { margin-bottom: 10px; }

.required { position: relative; }
  .required:after { content: '*'; color: #c1272d; position: absolute; top: 3px; right: -3px; font-weight: bold; font-size: 18px; }
.checkbox .required:after { content: ''; }
.checkbox .required label { position: relative; }
  .checkbox .required label:after { content: '*'; color: #c1272d; position: absolute; top: 0; right: -15px; font-weight: bold; font-size: 18px; }


.menu-special h4{ text-align:center; }
.menu-special .menu-prices{ font-size:16px; font-weight:bold; text-align:center; }

.tabs > a { float: left; margin: 0 0 0 2px; padding: 4px 6px; background:#7f0a26; color: #fff; text-transform: uppercase; text-decoration: none; font-weight: 800; font-size:16px; }
  .tabs > a.active, .tabs > a:focus, .tabs > a:hover { background: #fff; color: #000; }
.tab-active { display: block; }
.tab-content { -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; }

  .slide-caption { background: #7f0a26; position: absolute; bottom:50px; color: #fff; padding:8px 20px; font-size:24px; line-height:1.2; display:inline-block; font-weight:bold; }


.menu-sub-categories { border:1px solid #7f0a26; background:#7f0a26; color:#fff; margin:0 0 1em; }
  .menu-sub-categories a { color: #fff; text-decoration: none; font-weight:800; text-transform:uppercase; padding:2px 10px; display:inline-block; }
  .menu-sub-categories a.active { color: #000; background:#fff; }
.menu-sub-category-content .tab-active { display: block; }


.thumb-synopsis { margin: 15px 0 0; }
  .thumb-synopsis p { margin: 0; }

/* MOBILE ONLY styles */
@media only screen and (max-width:768px) {
  .social-icons { background:#fff; background:rgba(255, 255, 255, 0.8); }
}

[data-sticky] { z-index: 9999; }

/* MOBILE / TABLET styles */
@media only screen and (max-width:1023px) {
  [data-sticky].active { top: 0; left: 0 !important; right: 0 !important; width:100% !important; padding:0; margin:0; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
  [data-sticky].active .logo, [data-sticky].active .mobile-menu-alt{ display:none; }
  [data-sticky].active .menu-icon{ position: fixed; top: 0; left: 0; right: 0;background: #fff; opacity: 1; box-shadow: #000 0 0 3px; }
  [data-sticky].active .menu.main{ margin:39px 0 0; }
}


/* TABLET ONLY styles */
@media only screen and (min-width:768px) and (max-width:1023px) {
  .sidebar .logo { float: left; }
  .mobile-menu-alt { text-align: right; }
  .menu-icon { background: none; }
}

/* TABLET / DESKTOP styles */
@media only screen and (min-width:768px) {
  /* only show background for sidebar and panels when larger then mobile */
  .sidebar { background: #fff; background: rgba(255, 255, 255, 0.8); }
    .sidebar .logo { }

    .sidebar .top-bar .title-area { display: block; float: none; }
    .sidebar .top-bar .top-bar-section ul,
    .sidebar .top-bar .top-bar-section li { display: block; width: 100%; }

  .mobile-menu-alt { text-align: right; margin-top: 25px; border: none; }

  .social-icons { border-bottom: none; }

  .panel { /*padding: 20px 0;*/ background: #fff; background-color: rgba(255, 255, 255, 0.8); border-radius: 5px; }
  /*.panel .row { padding: 0 10px; }
    .panel .col { padding: 0 10px; }*/

.tabs > a { margin: 0 0 0 12px; padding: 4px 8px; }

  /* forms */
  /*form .row { padding-bottom:10px; }*/
  label { text-align: right; }
}

/* 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; }

  /*.panel { padding: 20px 0; }
    .panel.full { padding: 20px 0; }*/


  .block { padding: 20px; }
}



.menu-item { margin: 0 0 20px; border-bottom: 1px dashed #83858f; }
  .menu-item img { float: left; margin: 0 20px 20px 0; }
  .menu-item .menu-prices { float: right; text-align: right; text-transform: uppercase; font-size: 12px; margin: 0 0 20px 20px; }
    .menu-item .menu-prices span { display: block; }
      .menu-item .menu-prices span.menu-price-override { text-decoration: line-through; display: inline-block; }
      .menu-item .menu-prices span.menu-price-special { color: #7f0a26; display: inline-block; }





.busy-city .block h3,
.busy-city .block h4 {
  font-size: 25px;
  text-align: center;
  line-height: 100%;
}
.busy-city .thumb-synopsis p,
.busy-city .menu-special .menu-prices {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}

h1,h2,h3,h4,h5,h6,h7{ font-family: Museo-700}
h1{ font-size:28px; }
h2{ font-size:23px; }
h3{ font-size:18px; }
h4{ font-size:16px; text-transform:uppercase; }
h5{ font-size:14px; }
h6{ font-size:12px; }
.busy-city .block h3, .busy-city .block h4{
font-size: 18px;
}

h6.note { font-size:14px; text-transform:uppercase;}
h6.date { font-size:14px; text-transform:uppercase;}

.menu a{ font-family: 'Museo-700'; font-size: 16px; font-weight:normal; }
.tabs a, .menu-sub-categories a { font-family: 'Museo-700'; font-size: 16px; font-weight:normal; text-transform:uppercase; }