/* Normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   $H5BP
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #111;
}
body {
  font-size: 1em;
  line-height: 1.5;
}
::-moz-selection {
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #ccc;
  margin: 24px 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   $Global
   ========================================================================== */
* {
  box-sizing: border-box;
}
html,
body {
  background-color: #111;
}
body {
  color: #efefef;
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
}
/* Links */
a,
a:link,
a:visited {
  color: #0028ff;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover,
a:active {
  color: #0028ff;
}
a:active {
  color: #001fcc;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Remove iOS/mobileWebKit tap highlight */
/*
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
*/
/* ==========================================================================
   $Type
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
blockquote {
  font-weight: 400;
  margin: 0 0 24px 0;
}
h1 {
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 62px;
  margin: 0 0 28px 0;
}
h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 30px 0 20px 0;
}
h3 {
  font-family: "ltc-broadway-engraved", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin: 24px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 24px 0 20px 0;
}
blockquote {
  border-left: 3px solid #c6c6c6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  padding: 0 40px;
}
strong {
  font-weight: 700;
}
.nowrap {
  white-space: nowrap;
}
/* ==========================================================================
   $Buttons
   ========================================================================== */
a.button {
  background: #ffd700;
  color: #111;
  border: 3px solid #111;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 22px;
  max-width: 100%;
  margin: 0 auto 15px auto;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  /* Remove iOS default */
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -ms-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
a.button:hover {
  background: #ffd700;
  color: #111;
}
a.button:active {
  background: #ccad00;
  color: #111;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* ==========================================================================
   $Forms
   ========================================================================== */
label {
  cursor: pointer;
  font-weight: bold;
  line-height: 28px;
}
input,
textarea {
  border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="submit"],
textarea {
  font: 18px/24px Helvetica, Arial, sans-serif;
  border: none;
  outline: none;
  padding: 9px 14px;
  -webkit-appearance: none;
  /* Remove iOS default */
}
/* ==========================================================================
   $WordPress
   ========================================================================== */
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
/* ==========================================================================
   $Nav
   ========================================================================== */
#nav {
  background: #111;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#nav #nav-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
}
#nav #nav-logo h2 {
  font-family: "ltc-broadway-engraved", Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 68px;
  padding-left: 18px;
  margin: 0;
  text-transform: uppercase;
}
#nav #nav-logo h2 a {
  color: #efefef;
  display: inline-block;
}
#nav #nav-logo h2 a:hover,
#nav #nav-logo h2 a:active {
  color: #999;
}
@media (min-width: 768px) {
  #nav #nav-logo h2 {
    padding-left: 28px;
  }
}
@media (min-width: 1024px) {
  #nav #nav-logo h2 {
    padding-left: 38px;
  }
}
#nav #nav-trigger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
}
#nav #nav-trigger > span,
#nav #nav-trigger span.before,
#nav #nav-trigger span.after {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  width: 36px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#nav #nav-trigger > span {
  right: 20px;
  margin-top: -2px;
  top: 50%;
}
#nav #nav-trigger > span .before,
#nav #nav-trigger > span .after {
  content: '';
  left: 0;
}
#nav #nav-trigger > span .before {
  bottom: 7px;
}
#nav #nav-trigger > span .after {
  top: 7px;
}
#nav #nav-trigger:active > span,
#nav #nav-trigger:active span.before,
#nav #nav-trigger:active span.after {
  background: #aaa;
}
#nav ul {
  background: #000;
  height: 0;
  overflow: hidden;
  left: 0;
  line-height: 34px;
  list-style: none;
  text-align: left;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  -webkit-transition: height 0.2s linear, opacity 0.2s linear;
  -moz-transition: height 0.2s linear, opacity 0.2s linear;
  -o-transition: height 0.2s linear, opacity 0.2s linear;
  -ms-transition: height 0.2s linear, opacity 0.2s linear;
  transition: height 0.2s linear, opacity 0.2s linear;
}
#nav ul li {
  border-top: 2px solid #333;
}
#nav ul li:last-child {
  border-bottom: 2px solid #333;
}
#nav ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  padding: 7px 20px 6px 20px;
  text-transform: uppercase;
}
#nav ul li a:active {
  color: #777;
}
#nav.open #nav-trigger > span {
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
#nav.open #nav-trigger > span span.before {
  bottom: 0;
}
#nav.open #nav-trigger > span span.after {
  top: 1px;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}
#nav.open ul {
  height: 247px;
  opacity: 1;
}
@media (min-width: 840px) {
  #nav {
    height: 65px;
  }
  #nav #nav-logo {
    height: 65px;
    line-height: 67px;
    z-index: 20;
  }
  #nav #nav-logo h2 {
    line-height: 74px;
  }
  #nav #nav-trigger {
    display: none;
  }
  #nav ul {
    background: transparent;
    height: auto;
    left: auto;
    opacity: 1;
    text-align: right;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #nav ul li {
    border: none;
    display: inline-block;
  }
  #nav ul li a {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 22px;
    line-height: 55px;
    padding: 0;
    margin-right: 20px;
    -webkit-transition: border 0.2s linear, color 0.2s linear;
    -moz-transition: border 0.2s linear, color 0.2s linear;
    -o-transition: border 0.2s linear, color 0.2s linear;
    -ms-transition: border 0.2s linear, color 0.2s linear;
    transition: border 0.2s linear, color 0.2s linear;
  }
  #nav ul li a:active {
    color: #999;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    -ms-transition: border 0.2s linear;
    transition: border 0.2s linear;
  }
  #nav ul li:last-child {
    border: none;
  }
  #nav ul li.current-menu-item a {
    border-bottom: 5px solid #ccad00;
  }
  #nav ul li a:hover {
    border-bottom: 5px solid #ffd700;
  }
}
@media (min-width: 920px) {
  #nav ul li a {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  #nav #nav-logo h2 {
    font-size: 42px;
  }
  #nav ul li a {
    margin-right: 40px;
  }
}
/* ==========================================================================
   $Footer
   ========================================================================== */
#footer {
  color: #999;
  font-size: 18px;
  text-align: center;
  padding: 40px 20px;
}
#footer a {
  border-bottom: 1px solid #333;
  color: #777;
}
#footer a:hover {
  color: #ccc;
}
#footer a:active {
  color: #999;
}
#footer a span {
  white-space: nowrap;
}
#footer p.address {
  margin-top: 0;
}
#footer p.socials {
  margin-bottom: 6px;
  margin-top: -6px;
}
#footer p.socials a {
  display: inline-block;
  border: none;
}
#footer p.socials a svg {
  display: inline-block;
  fill: #aaa;
  width: 55px;
  height: auto;
}
#footer p.est1979 {
  color: #999;
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#footer p.copyright {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 920px) {
  #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ==========================================================================
   $Content
   ========================================================================== */
.content {
  background: #aaa;
  color: #111;
}
.content h1 {
  color: #111;
}
.content .content-inner {
  background: #efefef;
  margin: 0 auto;
  max-width: 1280px;
  padding: 85px 20px 20px 20px;
}
@media (min-width: 768px) {
  .content .content-inner {
    padding: 85px 20px 20px 20px;
  }
}
@media (min-width: 920px) {
  .content .content-inner {
    padding: 85px 30px 20px 30px;
  }
}
@media (min-width: 1024px) {
  .content .content-inner {
    padding: 85px 40px 20px 40px;
  }
}
@media (min-width: 1280px) {
  .content .content-inner {
    padding: 95px 60px 30px 60px;
  }
}
/* ==========================================================================
   $Home
   ========================================================================== */
#home {
  background-image: url('img/location-bg.jpg');
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 80px 20px 10px 20px;
  vertical-align: middle;
  text-align: center;
  z-index: 50;
}
#home #home-logo {
  display: block;
  height: auto;
  margin: 0 auto 20px auto;
  max-width: 100%;
  width: 440px;
}
#home #home-info {
  color: #fff;
  line-height: 32px;
  padding: 20px 0 0 0;
}
#home #home-info h1 {
  color: #ffd700;
  font-family: "ltc-broadway-engraved", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -4px;
  font-size: 54px;
  line-height: 38px;
  margin: 0;
  text-transform: uppercase;
}
#home #home-info h1 span {
  display: block;
  font-size: 32px;
  letter-spacing: -3px;
  white-space: nowrap;
}
#home #home-info p {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px 30px 20px;
}
#home #home-info p span {
  display: block;
}
#home #home-info p span.phone {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#home #home-info p span.phone a {
  color: #fff;
}
@media (min-width: 768px) and (min-height: 550px) {
  #home {
    height: 97vh;
    line-height: 97vh;
    overflow: hidden;
  }
  #home #home-logo {
    display: inline-block;
    max-height: 65%;
    margin-bottom: 0;
    margin-top: -260px;
    max-width: 900px;
    width: auto;
    height: auto;
    opacity: 0.94;
  }
  #home #home-info {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
  }
  #home #home-info h1 {
    font-size: 48px;
    line-height: 44px;
  }
  #home #home-info h1 span {
    display: inline;
    letter-spacing: -4px;
    font-size: 48px;
  }
  #home #home-info p {
    line-height: 34px;
  }
}
@media (min-width: 880px) and (min-height: 550px) {
  #home #home-info h1 {
    font-size: 62px;
    line-height: 58px;
  }
  #home #home-info h1 span {
    font-size: 62px;
  }
  #home #home-info p {
    font-size: 26px;
  }
  #home #home-info p span.phone {
    font-size: 22px;
  }
}
#home-intro.content {
  background: #e8e8e8;
  padding: 0;
}
#home-intro.content .content-inner {
  background: transparent;
  padding: 35px 20px;
  max-width: 940px;
}
#home-intro.content .content-inner :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #home-intro.content .content-inner {
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) {
  #home-intro.content .content-inner {
    padding: 50px 40px;
  }
}
#home-cta {
  background: #e8e8e8;
  color: #111;
  font-family: "futura-pt", Arial, sans-serif;
  padding: 35px 20px;
  text-align: center;
}
#home-cta h3 {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 30px;
}
#home-cta p {
  margin: 0;
}
#home-cta p span,
#home-cta p strong {
  display: block;
}
#home-cta p strong {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#home-cta p span.strong {
  font-weight: bold;
}
#home-cta p span.carry-out {
  font-size: 18px;
  line-height: 24px;
  margin: 10px auto 30px auto;
  max-width: 440px;
}
#home-cta p span.carry-out span.nowrap {
  display: inline;
}
#home-cta p span.hours {
  display: inline-block;
  white-space: nowrap;
}
#home-cta p span.address {
  font-weight: 500;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 2px;
}
#home-cta p span.divider {
  background: #777;
  display: block;
  height: 3px;
  margin: 20px auto;
  width: 100px;
}
#home-cta a.button {
  display: block;
  width: 440px;
}
#home-cta a.button.directions {
  margin-top: 22px;
  margin-bottom: 27px;
}
#home-cta a.button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #home-cta {
    padding: 40px 30px;
    text-align: center;
  }
  #home-cta h3,
  #home-cta p span.address,
  #home-cta p span.phone {
    display: none;
  }
  #home-cta a.button.menu,
  #home-cta a.button.specials {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 207px;
  }
  #home-cta a.button.menu {
    margin-right: 22px;
  }
  #home-cta a.button.directions {
    margin-bottom: 0;
  }
  #home-cta p {
    margin: 0;
  }
  #home-cta p strong {
    font-size: 26px;
    margin-bottom: 3px;
  }
  #home-cta p strong:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #home-cta {
    padding: 40px;
  }
}
#home-gift-cards {
  background: #dadada;
  padding: 0;
}
#home-gift-cards .content-inner {
  background: transparent;
  padding: 35px 20px;
  max-width: 500px;
}
#home-gift-cards .content-inner :last-child {
  margin-bottom: 0;
}
#home-gift-cards img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#home-gift-cards p {
  text-align: center;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  #home-gift-cards .content-inner {
    padding: 40px 30px;
  }
}
@media (min-width: 840px) {
  #home-gift-cards .content-inner {
    max-width: 800px;
  }
  #home-gift-cards img {
    float: left;
    margin-right: 30px;
    width: 294px;
  }
  #home-gift-cards p {
    text-align: left;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  #home-gift-cards .content-inner {
    padding: 40px;
  }
}
.page-id-2 #map {
  background: #ccc !important;
  border-top: 1px solid #aaa;
  color: #111;
  margin: 0;
  height: 450px;
}
.page-id-2 #map .gmaps-info-window {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.page-id-2 #map .gmaps-info-window strong {
  white-space: nowrap;
}
.page-id-2 #map .gmaps-info-window a {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .page-id-2 #map {
    height: 500px;
  }
}
/* ==========================================================================
   $Swiper
   ========================================================================== */
.swiper img {
  display: block;
  width: 100%;
  height: auto;
}
/* ==========================================================================
   $Menu
   ========================================================================== */
#fdm-menu-1 .fdm-item-panel {
  margin-bottom: 0;
}
#fdm-menu-1 .fdm-item {
  margin-bottom: 1.3em;
  position: relative;
}
#fdm-menu-1 .fdm-item.featured {
  background: #f2efe4;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 -10px 1.3em -10px;
}
#fdm-menu-1 .fdm-item.featured .fdm-item-panel {
  margin-bottom: 0;
}
#fdm-menu-1 .fdm-item.featured p:last-child {
  margin-bottom: 0;
}
#fdm-menu-1 .fdm-item.featured .corner-top-left,
#fdm-menu-1 .fdm-item.featured .corner-top-right,
#fdm-menu-1 .fdm-item.featured .corner-bottom-right,
#fdm-menu-1 .fdm-item.featured .corner-bottom-left {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
}
#fdm-menu-1 .fdm-item.featured .corner-top-left {
  background-image: url('img/corner-top-left.png');
  left: -1px;
  top: -1px;
}
#fdm-menu-1 .fdm-item.featured .corner-top-right {
  background-image: url('img/corner-top-right.png');
  top: -1px;
  right: -1px;
}
#fdm-menu-1 .fdm-item.featured .corner-bottom-right {
  background-image: url('img/corner-bottom-right.png');
  bottom: -1px;
  right: -1px;
}
#fdm-menu-1 .fdm-item.featured .corner-bottom-left {
  background-image: url('img/corner-bottom-left.png');
  bottom: -1px;
  left: -1px;
}
@media (min-width: 768px) {
  #fdm-menu-1 .fdm-item.featured {
    padding: 10px 20px;
  }
}
#fdm-menu-1 .fdm-item div.fdm-item-content p:last-child {
  margin-bottom: 0;
}
#fdm-menu-1 li.fdm-section-header {
  margin-bottom: 20px;
  border-bottom: 3px solid #111;
}
#fdm-menu-1 .fdm-section-header h3 {
  margin-bottom: 0.25em;
}
#fdm-menu-1 .fdm-item-panel p.fdm-item-title {
  margin-bottom: 1px;
  text-transform: uppercase;
}
#fdm-menu-1 ul.fdm-sectionid-11 li.fdm-section-header {
  display: none;
}
#fdm-menu-1 ul.fdm-sectionid-11 .fdm-item-panel p.fdm-item-title {
  border-bottom: 3px solid #111;
  font-family: "ltc-broadway-engraved", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 20px 0;
  padding-bottom: 0.25em;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#fdm-menu-1 ul.fdm-sectionid-3 {
  margin-bottom: 1.6em;
}
#fdm-menu-1 ul.fdm-sectionid-3 .fdm-section-header p,
#fdm-menu-1 ul.fdm-sectionid-3 .fdm-item-panel,
#fdm-menu-1 ul.fdm-sectionid-3 .fdm-item-panel p .fdm-item {
  margin: 0;
}
#fdm-menu-1 ul.fdm-sectionid-3 .fdm-item {
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  #fdm-menu-1 .fdm-item-price-wrapper {
    bottom: -24px;
    left: 0;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    position: absolute;
    right: auto;
    text-align: left;
    top: auto;
    white-space: nowrap;
    width: 100%;
  }
  #fdm-menu-1 .fdm-item-has-price {
    padding-bottom: 24px;
  }
  #fdm-menu-1 .fdm-item-has-price.fdm-item.featured {
    padding-bottom: 34px;
  }
}
@media (min-width: 768px) {
  #fdm-menu-1 .fdm-item.featured {
    margin: 0 -20px 20px -20px;
  }
}
/* ==========================================================================
   $Specials
   ========================================================================== */
div#daily-specials {
  background: #f2efe4;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 -10px 1.3em -10px;
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  width: 100%;
}
div#daily-specials .fdm-item-panel {
  margin-bottom: 0;
}
div#daily-specials p:last-child {
  margin-bottom: 0;
}
div#daily-specials .corner-top-left,
div#daily-specials .corner-top-right,
div#daily-specials .corner-bottom-right,
div#daily-specials .corner-bottom-left {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
}
div#daily-specials .corner-top-left {
  background-image: url('img/corner-top-left.png');
  left: -1px;
  top: -1px;
}
div#daily-specials .corner-top-right {
  background-image: url('img/corner-top-right.png');
  top: -1px;
  right: -1px;
}
div#daily-specials .corner-bottom-right {
  background-image: url('img/corner-bottom-right.png');
  bottom: -1px;
  right: -1px;
}
div#daily-specials .corner-bottom-left {
  background-image: url('img/corner-bottom-left.png');
  bottom: -1px;
  left: -1px;
}
@media (min-width: 768px) {
  div#daily-specials {
    padding: 10px 20px;
  }
}
div#daily-specials > :last-child {
  margin-bottom: 0;
}
div#daily-specials .corner-top-left {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
  background-image: url('img/corner-top-left.png');
  left: -1px;
  top: -1px;
}
div#daily-specials .corner-top-right {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
  background-image: url('img/corner-top-right.png');
  top: -1px;
  right: -1px;
}
div#daily-specials .corner-bottom-right {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
  background-image: url('img/corner-bottom-right.png');
  bottom: -1px;
  right: -1px;
}
div#daily-specials .corner-bottom-left {
  background-repeat: no-repeat;
  height: 13px;
  position: absolute;
  width: 13px;
  background-image: url('img/corner-bottom-left.png');
  bottom: -1px;
  left: -1px;
}
#regular-specials .special {
  margin-top: 35px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}
#regular-specials .special .featured {
  color: #ffd700;
}
#regular-specials .special .special-title h2 {
  background: #111;
  color: #ffd700;
  font-size: 36px;
  padding-top: 7px;
  letter-spacing: 0;
  margin: 0;
  font-family: "ltc-broadway-engraved", Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
#regular-specials .special .special-content {
  background: #fafafa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px 9px;
}
#regular-specials .special .special-content h3 {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  text-transform: none;
}
#regular-specials .special .special-content p {
  margin-top: 8px;
}
#regular-specials .special .special-content p.featured {
  margin-top: 3px;
}
#regular-specials .special .special-content > :last-child {
  margin-bottom: 0;
}
#regular-specials .special:first-child .special-title h2 {
  margin-top: 10px;
}
@media (min-width: 1280px) {
  #regular-specials {
    display: flex;
    margin-top: 30px;
  }
  #regular-specials .special {
    margin-top: 0;
    width: 16.66%;
    padding-bottom: 15px;
  }
  #regular-specials .special:nth-child(odd) {
    background: #e3e3e3;
  }
  #regular-specials .special:nth-child(even) {
    background: #f0f0f0;
  }
  #regular-specials .special .special-title h2,
  #regular-specials .special .special-title:first-child h2 {
    font-size: 22px;
    margin-top: 0;
    text-align: center;
  }
  #regular-specials .special .special-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;
  }
  #regular-specials .special .special-content h3 {
    font-size: 24px;
  }
}
/* ==========================================================================
   $Hours-Location
   ========================================================================== */
.page-id-15 .content h3 {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-id-15 #map {
  background: #ccc !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #111;
  margin: 0 -20px;
  height: 450px;
}
.page-id-15 #map .gmaps-info-window {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.page-id-15 #map .gmaps-info-window strong {
  white-space: nowrap;
}
.page-id-15 #map .gmaps-info-window a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-id-15 #map {
    margin: 0 -40px;
  }
}
@media (min-width: 1200px) {
  .page-id-15 #map {
    height: 500px;
    margin: 0 -60px;
  }
}
@media (min-width: 1280px) {
  #hours-location-content .col-1,
  #hours-location-content .col-2 {
    float: left;
    width: 50%;
  }
  #hours-location-content .col-1 {
    padding-right: 25px;
  }
  #hours-location-content .col-2 {
    padding-left: 25px;
  }
}
/* ==========================================================================
   $Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   $Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* LG */
  #header,
  #nav {
    display: none;
  }
  #footer a:after {
    content: '';
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=screen.css.map */