@import url('http://fast.fonts.net/cssapi/b3698b14-28bd-420d-8680-529fce069f0b.css');

/*
font-family:'Futura LT W01 Bold';
font-family:'Savoye W01';
font-family:'Futura LT W01 Light';
*/

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
  }
.leaflet-container {
  overflow: hidden;
  }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
    -webkit-user-drag: none;
  }
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
  }
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
  }
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
  }
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
  }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
  }
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
  }
.leaflet-tile-loaded {
  visibility: inherit;
  }
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 800;
  }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
  }

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
  }
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
  }


/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
  }
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  }
.leaflet-top {
  top: 0;
  }
.leaflet-right {
  right: 0;
  }
.leaflet-bottom {
  bottom: 0;
  }
.leaflet-left {
  left: 0;
  }
.leaflet-control {
  float: left;
  clear: both;
  }
.leaflet-right .leaflet-control {
  float: right;
  }
.leaflet-top .leaflet-control {
  margin-top: 10px;
  }
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
  }
.leaflet-left .leaflet-control {
  margin-left: 10px;
  }
.leaflet-right .leaflet-control {
  margin-right: 10px;
  }


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
  }
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
  }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
  }
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  }
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  }
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
     -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
       -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
          transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
  }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
  }


/* cursors */

.leaflet-interactive {
  cursor: pointer;
  }
.leaflet-grab {
  cursor: -webkit-grab;
  cursor:    -moz-grab;
  }
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
  }
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
  }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
  }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
  }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
  }

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
  }
.leaflet-container a {
  color: #0078A8;
  }
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
  }
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
  }


/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  }


/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
  }
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  }
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  }
.leaflet-bar a:hover {
  background-color: #f4f4f4;
  }
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  }
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
  }
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
  }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  }
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  }
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  }

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
  }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
  font-size: 22px;
  }


/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
  }
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
  }
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
  }
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
  }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
  }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
  }
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
  }
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
  }
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
  }
.leaflet-control-layers label {
  display: block;
  }
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
  }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(../images/marker-icon.png);
  }


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  }
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  }
.leaflet-control-attribution a {
  text-decoration: none;
  }
.leaflet-control-attribution a:hover {
  text-decoration: underline;
  }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
  }
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
  }
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
  }
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;

  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  }
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
  }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
  }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  }


/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
  }
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
  }
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  }
.leaflet-popup-content p {
  margin: 18px 0;
  }
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  }
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;

  margin: -10px auto 0;

  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  }
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  }
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
  }
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  }
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;

  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  }
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
  }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
  }


/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
  }


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  }
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
  }
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  }

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
  }
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
  }
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
  }
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
  }
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
  }
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
  }

.hvr-icon-wobble-horizontal:before {
    font-weight: 100;
    content: "\f101";
}

/* change fonts  */
.home-specials h1 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5 {
  font-family:'Futura LT W01 Light';
}

/* put under the comment if it's NOT sinle page website */
.header {
  background-attachment: fixed;
}

a {color: #ddd;}

body{
  font-family:'Futura LT W01 Light';
}
h1, h2, h3, h4, h5, h6 {
  font-family:'Futura LT W01 Light';
}

.navbar-regular .navbar-nav>li>a {
  font-family:'Futura LT W01 Light';
  font-size: 1.1em;
  font-weight: 900;
}

/* home page */

.uk-overlay-background {
  background: rgba(0,0,0,.4);
}
.uk-overlay-panel h1 {
  font-family:'Savoye W01';
  font-size: 8em;
  line-height: 1em;
  text-shadow: none;
}

.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.addtocalendar.atc-style-blue .atcb-link {
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  font-size: 19px;
  box-shadow: none;
  font-family:'Futura LT W01 Light';
}
.custom-temp-btn:hover, .map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-temp-btn:focus, .map-newsletter .sph-email-subscription .sph-submit-button:focus {
  background-color: transparent;
  background: transparent;
  border: 2px solid #ce0606;
  color: #ce0606;
}

.uk-overlay-panel a.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn,
.reservations-and-parties-v2 button,
.specials-v3.home-specials div a.custom-temp-btn {
  padding: 10px 40px 10px 40px;
  background-color: transparent;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}
.uk-overlay-panel a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.reservations-and-parties-v2 button:hover,
.specials-v3.home-specials div a.custom-temp-btn:hover,
.addtocalendar.atc-style-blue .atcb-link:hover {
  text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
  opacity: 1;
}

.banner-section {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.banner-section h1 {
  font-family:'Futura LT W01 Light';
  font-size: 1.6em;
  line-height: 100%;
  text-transform: none;
}
.banner-section .banner-pin {
  color: #fff;
  font-size: 25px;
  line-height: 0px;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
  color: #ce0606;
}

.section-header,
.about-us-v7-content .text-wrapper h1,
.specials-v3.home-specials h1,
.about-us-v3 h1,
.about-us-page .about-us-s1-content h1,
.specials h1, .events h1,
.events-container h1 {
  font-family:'Futura LT W01 Light';
  font-size: 3.5em;
  text-transform: uppercase;
}

.about-us-v7-content .text-wrapper h1 {
  text-transform: uppercase;
  font-size: 4em;
}
.about-us-v7-wrapper h2 {
  margin: 20px 0;
}

.reservations.reservations-open-table .section-header {
  margin-top: 0;
  margin-bottom: 30px;
}
.reservations.reservations-open-table p {
  font-size: 1.4em;
}
.reservations.reservations-open-table a {
  text-transform: none;
  color: #fff;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
  margin: 0;
  display: initial;
}
.reservations-wrapper {
  padding: 6em 0 14em 0;
}

.custom_html_1-section {
  padding: 30px 0 60px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.custom_html_1-section .section-header {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #ce0606;
}
.custom_html_1-section p {
  margin-bottom: 25px;
  font-size: 1.4em;
}
.custom_html_1-section a{
  color: #fff;
  text-decoration: underline;
}
.custom_html_1-section a:hover,
.custom_html_1-section a:focus {
  color: #ce0606;
  text-decoration: underline;
}
.yelp-desktop {
  display: none;
}
.yelp-mobile {
  display: none;
}

.reservations.reservations-open-table .section-header,
.reviews-v2-wrapper .section-header {
  color: #fff;
}

.specials-v3.home-specials {
  position: relative;
  min-height: 200px;
  padding: 40px 0;
  background: #000;
  text-align: initial;
  overflow: hidden;
}
.specials-v3.home-specials h1 {
  margin-top: 65px;
  color: #fff;
}
.specials-v3.home-specials .specials-section {
  text-align: center;
}
.specials-v3.home-specials p, .specials-v3.home-specials p.specials-hours {
  font-size: 1.4em;
  color: #fff;
}
.events-v2 a, .specials-v3.home-specials .specials-button {
    width: 220px;
}
.slideshow-v2-wrapper {
  position: relative;
}

.events-v3-wrapper,
.reservations-and-parties-v2 {
  background: #000;
}

.owl-theme .owl-nav [class*=owl-] {
  color: rgba(250, 250, 250, 0.4);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(250, 250, 250, 0.4);
  border: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.carousel-controls .carousel-control-btn {
  width: 30px;
  height: 30px;
  margin: 5px;
  font-size: 20px;
  line-height: 22px;
  background: transparent;
  background-color: transparent;
  border: none;
}

.events-v3-wrapper .item-text h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.events-v3-wrapper h2 {
  font-size: 1.4em;
}

.reservations-and-parties-v2 .bar:before, .reservations-and-parties-v2 .bar:after {
  background: #ce0606;
}
.reservations-and-parties-v2 .reservations-text {
  color: #000;
}

.reviews-v2-wrapper {
  padding: 20px 0 60px 0;
}
.reviews-v2-wrapper .container {
  padding-bottom: 20px;
}
.reviews-v2-wrapper p.reviewer {
  margin: 30px auto;
  text-transform: uppercase;
  color: #fff;
}
.reviews-v2-wrapper p.reviewer .fa.fa-star {
  padding: 0 3px;
}
.reviews-v2-wrapper .item {
  padding-bottom: 0;
}
.reviews-v2-wrapper .review-text blockquote {
  margin: 0;
  padding: 0;
}
.reviews-v2-wrapper .review-text p {
  font-size: 1.3em;
  font-style: italic;
}
.reviews-v2-wrapper .review-quote {
  color: #000;
  opacity: 0.2;
}

.map-newsletter {
  border-right: 1px solid #000;
}
.map-newsletter .section-header {
  color: #000;
}
.map-newsletter .text-wrapper .text-content {
  color: #000;
}
.map-newsletter .sph-email-subscription h2 {
  font-family:'Futura LT W01 Light';
  text-transform: none;
}
.map-newsletter .bar:before, .map-newsletter .bar:after {
  background: #000;
}
.map-newsletter .sph-email-subscription .sph-email-input {
  border-bottom: 1px solid #000;
  color: #000;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
   color: #000;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
   color: #000;
}

.about-us-v7-wrapper h2,
.reviews-v2-wrapper p.review-by,
.reservations-text h2,
.map-newsletter h2 {
  text-transform: capitalize;
  font-family:'Futura LT W01 Bold';
  font-size: 1.4em;
  line-height: 100%;
  color: #000;
}

.reviews-v2-wrapper p.review-by {
  color: #fff;
}

.contact-v3 {
  background-color: #000;
}
.contact-v3 .hours-title, .contact-v3 .social-title, .contact-v3 .contact-us-title {
  font-family:'Futura LT W01 Light';
}
.googlemap-v3-wrapper .triangle {
  border-bottom: 12px solid #000;
  display: none;
}

.footer,
.footer-v2-wrapper {
  background: #000;
  border-top: 1px solid #ce0606;
}

.food-menu-v2-wrapper .section-header {
  color: #000;
}
.food-menu-v2-wrapper .custom-temp-btn {
  font-size: 16px;
}
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item.active {
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
}
.food-menu-grid .food-item-holder {
  display: table;
  width: 100%;
}
.food-menu-v2-wrapper h2 {
  margin-top: 20px;
  text-align: center;
}
.food-menu-grid-item-content {
  background-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}
.food-menu-grid-item-content .food-menu-content {
  border-left: 1px solid #ce0606;
}
.food-menu-grid h2,
.drink-menu .food-menu-page h2{
  margin-top: 15px;
  font-family:'Futura LT W01 Light';
  font-size: 1.8em;
  color: #000;
  text-transform: uppercase;
}
.food-menu-grid .food-price {
  padding: 0 10px 0 5px;
}
.drink-menu .empty-content-message h2,
.food-menu-grid .food-price{
  font-family:'Futura LT W01 Light';
  color: #ce0606;
}
.drink-menu.events-background .empty-content-message h2,
.drink-menu .food-menu-page .empty-content-message h2 {
  color: #000;
}
.food-menu-grid .food-item-title h3 {
  font-family:'Futura LT W01 Bold';
  font-size: 1em;
  text-transform: uppercase;
}
.food-menu-grid .food-item-description {
  color: #000;
}

.style-traditional.drink-menu>div:first-child {
  background-color: none;
  background: #000;
}
.style-traditional.drink-menu .pagecontent {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 20px 0px #000;
-moz-box-shadow: 0px 0px 20px 0px #000;
box-shadow: 0px 0px 20px 0px #000;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family:'Futura LT W01 Bold';
}
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
    color: #ce0606;
    border-bottom: 10px solid #ce0606;
}
.style-traditional.drink-menu h2, .food-menu-section h2, .drink-menu-section h2 {
  font-family:'Futura LT W01 Light';
  font-size: 2.2em;
  text-transform: uppercase;
  color: #000;
}
.style-traditional.drink-menu .menu-item-name-traditional div, .style-traditional.drink-menu .menu-item-price-traditional .food-price:first-child, .style-traditional.drink-menu .menu-item-price-traditional .item-price:first-child,
.style-traditional.drink-menu .menu-item-price-traditional .food-price, .style-traditional.drink-menu .menu-item-price-traditional .item-price {
  font-weight: normal;
}

.about-us-page .about-us-s1-content a {
  color: #fff;
  font-size: 1.5em;
}
.about-us-page .about-us-s1-content a:hover {
  margin-top: 30px;
  color: #000;
  text-decoration: none;
}
.about-us-page .uk-overlay-background {
  background: rgba(0,0,0,.25);
}
.about-us-page .uk-overlay-panel h1 {
  text-shadow: 3px 1px 6px rgba(0, 0, 0, 0.7);
}
.about-us-v7-wrapper .about-us-v7-content:first-of-type {
  background-position: top center;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content a {
  color: #000;
}
.about-page-content .about-us-v7-content .text-wrapper .text-content a:hover {
  color: #ce0606;
  text-decoration: none;
}
.about-us-s3-wrapper {
  border-top: 3px solid #ce0606;
}
.about-us-s3-wrapper .map-footer p {
  text-transform: uppercase;
}

.about-us-v3 .text-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.about-us-background .about-us-v3 h1 {
  margin-top: 30px;
}
.about-us-background .about-us-v3 h2 {
  margin-bottom: 30px;
  font-family:'Futura LT W01 Bold';
  text-transform: uppercase;
  font-size: 1.3em;
}
.about-us-v3 p {
  color: #fff;
}

.onespecial, .oneeventday {
  font-size: 18px;
}
.specials h2, .events h2 {
  font-family:'Futura LT W01 Bold';
  color: #fff;
  font-size: 1.2em;
}

.event {
  border: 2px solid #fff;
  padding: 40px;
}
.events-container .navbar.nav-v6 .container {
  margin-bottom: 0;
}
.events-container h1 {
  color: #000;
}
.events-container h2 {
  font-family:'Futura LT W01 Bold';
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 1.6em;
  color: #000;
}
.events-container h2 {
  font-family:'Savoye W01';
  text-transform: uppercase;
}
.events-container .event-time {
  font-family:'Futura LT W01 Light';
  color: #000;
}
.events-container .event-image,
.event .event-image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.events-container .events-holder {
  border-bottom: 1px solid #000;
}

.empty-content-message h2 {
  text-align: center;
  font-family:'Savoye W01';
  text-transform: uppercase;
}
.specials .empty-content-message h2 {
  color: #fff;
  font-size: 2em;
}


.party-background .section-header {
  margin-bottom: 30px;
}
.party-background .reservations-and-parties input, .party-background .reservations-and-parties select, .reservations-and-parties textarea {
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.party-background .reservations-and-parties input::-webkit-input-placeholder {
   color: #000;
}
.reservations-and-parties input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.reservations-and-parties input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.reservations-and-parties input:-ms-input-placeholder {
   color: #000;
}
.party-background .reservations-and-parties button {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 1.4em;
}
.party-background .reservations-and-parties button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  opacity: 1;
}
.reservations-and-parties p.submit-success {
  color: #fff;
  text-transform: uppercase;
}

.article-background {
  background-color: #ce0606;
}
.drink-menu.article-background .tabs-container {
  text-shadow: none;
}
.drink-menu.article-background .pagecontent {
    background-color: #fff;
    color: #000;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 10px;
    max-width: 1000px;
}
.article-background .sph-food-menu .sph-title .sph-name {
    text-shadow: none;
    color: #000;
}
.article-background .sph-food-menu .sph-section-title .sph-name {
    font-family: 'Proxima N W01 Bold';
    color: #ce0606;
    text-transform: capitalize;
    text-shadow: none;
}
.article-background .sph-food-menu .sph-item .sph-name {
    color: #2b2b2b;
    text-shadow: none;
    margin-top: 10px;
}
.article-background .sph-food-menu .sph-item>td {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.article-background .sph-food-menu .sph-item>td.sph-prices {
    color: #2b2b2b;
    text-shadow: none;
    width: 32%;
}

.drink-menu.article-background .pagecontent {
  text-align: center;
}

.article-background .container {
  padding: 0 40px;
}
.article-background .pagecontent a {
  display: inline-block;
  margin: 0 auto;
}
.article-background .section-header {
  font-size: 2.5em;
  color: #ce0606;
}
.drink-menu.article-background h2 {
  font-family:'Futura LT W01 Bold';
  font-size: 3em;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #000;
}
.article-background h5 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-family:'Futura LT W01 Light';
  font-size: 2em;
  color: #ce0606;
}


@media (max-width: 1200px) and (min-width: 767px) {
  .uk-overlay-panel h1 {
    font-size: 6em;
    line-height: 1em;
  }
  .navbar.nav-v4 .header-logo {
    max-width: 160px;
  }
}
@media (max-width: 900px) {
  .navbar.nav-v4 .header-logo {
    max-width: 100px;
  }
  .navbar.nav-v4 .nav>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .banner-section {
    padding-top: 20px;
  }
  .reservations-wrapper {
    padding: 3em 0;
  }
}

@media (max-width: 992px) {
  .drink-menu.article-background .pagecontent {
    margin-top: 76px;
    padding-top: 34px;
  }
}

@media (max-width: 767px) {
  .uk-dotnav {
    bottom: 55px;
  }
  .about-us-page .uk-dotnav {
    bottom: 0;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    font-size: 1em;
    text-transform: uppercase;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-svg-border {
    height: 20px;
  }
  .footer-v2-wrapper,
  .footer {
    padding-bottom: 80px;
  }
  .cover-enter-holder.uk-position-bottom {
    bottom: 5px;
  }
  .cover-enter-holder img {
    width: 40px;
  }
  .cover-enter-holder h2 span {
    font-size: 14px;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none;
  }
  .top-svg-border svg, .bottom-svg-border svg {
    width: auto;
    height: 15px;
  }
  .navbar.nav-v6 .header-logo img {
    max-height: 100%;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    padding: 10px 20px;
  }
  .uk-overlay-panel h1 {
    margin-top: -10px;
    font-size: 5em;
    line-height: 0.9em;
  }
  .uk-overlay-panel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-section {
    padding-top: 15px;
  }
  .banner-section h1 {
    font-size: 1.4em;
  }
  .section-header, .about-us-v7-content .text-wrapper h1, .specials-v3.home-specials h1, .about-us-v3 h1, .about-us-page .about-us-s1-content h1, .specials h1, .events h1, .events-container h1 {
    font-size: 3em;
  }
  .about-us-v7-content .text-wrapper h1 {
    margin-top: 10px;
  }
  .about-us-v7-content .text-wrapper .text-content p {
    text-align: center !important;
  }
  .about-us-v7 .about-us-v7-content:last-of-type {
    min-height: 600px;
  }
  .specials-section {
    padding: 0 10px;
  }
  .specials-v3.home-specials p:first-of-type {
    font-size: 1.3em;
  }
  .events-v3-wrapper .item-text h2 {
    margin-top: 30px;
    font-size: 1.5em;
  }
  .reviews-v2-wrapper .section-header {
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .reviews-v2-wrapper p.reviewer {
    margin: 20px auto 10px auto;
  }
  .reviews-v2-wrapper .review-text p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .drink-menu .pagecontent {
    padding-top: 80px;
  }
  .specials h2, .events h2 {
    font-size: 1.3em;
  }
  .events-container .events-holder {
    padding-top: 30px;
  }
  .events-container h1 {
    margin-top: 35px;
  }
  .food-menu-v2-wrapper .section-header, .drink-menu-v2-wrapper .section-header {
    padding-top: 30px;
  }
  .food-menu-nav {
    margin-top: 20px;
  }
  .food-menu-nav .food-menu-nav-item {
    padding: 10px 20px;
    border-radius: 0;
  }
  .food-menu-nav .food-menu-nav-item:first-of-type {
    border: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .food-menu-nav .food-menu-nav-item.active {
    border: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .food-menu-nav .food-menu-nav-item {
    border: none;
    border-bottom: 2px solid #000;
  }
  .food-menu-grid h2, .drink-menu .food-menu-page h2 {
    font-size: 1.7em;
  }
  .about-us-background .pagecontent {
    padding-top: 80px;
  }
  .about-us-v3 h1 {
    margin-top: 15px;
  }
  .drink-menu.article-background .pagecontent {
    margin-top: 20px;
  }
  .article-background .container {
    padding: 0 20px;
  }
  .article-background .section-header {
    margin-top: 20px;
    font-size: 2em;
  }
  .drink-menu.article-background h2 {
    margin-top: 30px;
    font-size: 2.5em;
  }
  .article-background h5 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    padding: 15px 10px 15px 10px;
  }
  .reservations-wrapper {
    padding: 3em 0;
  }
}

@media (max-width: 320px) {
  .uk-overlay-panel h1 {
    margin-top: -15px;
    font-size: 4em;
    line-height: 0.8em;
  }
  .on-cover-content .logo-cover {
    max-width: 120px;
  }
  .on-cover-content .section-wrapper .section-header {
    margin-bottom: 10px;
    font-size: 2em;
  }
  .banner-section h1 {
    font-size: 1.3em;
  }
}
