/*
Theme Name: DC Noodles
Author: the WordPress team
Author URI: http://www.thevhf.com/
Description: Theme for DC Noodles.
Version: 1
Text Domain: dcnoodles
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 327, scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 337, scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 371, scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url('fonts/gotham-bold-webfont.eot');
  src: url('fonts/gotham-bold-webfont.eot?#iefix') format('eot'), url('fonts/gotham-bold-webfont.woff') format('woff'), url('fonts/gotham-bold-webfont.ttf') format('truetype'), url('fonts/gotham-bold-webfont.svg') format('svg');
}

@font-face {
  font-family: "Gotham-Light";
  src: url('fonts/gotham-light-webfont.eot');
  src: url('fonts/gotham-light-webfont.eot?#iefix') format('eot'), url('fonts/gotham-light-webfont.woff') format('woff'), url('fonts/gotham-light-webfont.ttf') format('truetype'), url('fonts/gotham-light-webfont.svg') format('svg');
}

/* line 55, scss/partials/_fonts.scss */
.courier {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: bold;
}

/* line 58, scss/partials/_fonts.scss */
.sans-serif {
  font-family: "Gotham-Light";
}
/* line 50, scss/partials/_fonts.scss */
.sans-serif strong {
  font-family: "Gotham-Bold";
}

/* line 62, scss/partials/_fonts.scss */
.serif, #background a em {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
}

/* line 1, scss/partials/_tables.scss */
dl {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px dotted white;
  margin: 10px 0 10px 0;
}
/* line 7, scss/partials/_tables.scss */
dl dt, dl dd {
  display: block;
  margin: 0px;
  padding: 10px;
}
/* line 14, scss/partials/_tables.scss */
dl dt {
  clear: left;
  float: left;
  padding-left: 30px;
  min-width: 70px;
  text-transform: uppercase;
}
/* line 26, scss/partials/_tables.scss */
dl dd {
  border-bottom: 1px dotted white;
}

/* line 35, scss/partials/_tables.scss */
table th {
  text-transform: uppercase;
  font-weight: 100;
}
/* line 39, scss/partials/_tables.scss */
table.grunge {
  border-collapse: separate;
  border-spacing: 0px 1px;
  background-image: url(images/grunge-cell-bg.png);
  background-position: left top;
  padding: 0px 1px 0px 1px;
  width: 100%;
}
/* line 53, scss/partials/_tables.scss */
table.grunge tr:last-child th, table.grunge tr:last-child td {
  border-bottom: none;
}
/* line 58, scss/partials/_tables.scss */
table.grunge th, table.grunge td {
  border-bottom: 1px solid #bd4040;
  padding: 8px 15px;
}
/* line 67, scss/partials/_tables.scss */
table.grunge th {
  text-shadow: 0px 0px 10px black;
}
/* line 70, scss/partials/_tables.scss */
table.grunge td {
  background-color: #bd4040;
}

/* line 3, scss/partials/_forms.scss */
button.grunge-circle {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  background-image: url(images/button-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  border: none;
  font-family: "Gotham-Bold";
  color: white;
  text-shadow: 0px 0px 4px black;
}
/* line 18, scss/partials/_forms.scss */
button.grunge-circle:hover {
  background-position: center bottom;
  text-shadow: 0px 0px 4px #bd4040;
}
/* line 24, scss/partials/_forms.scss */
button.grunge-circle.grunge-circle-large {
  height: 64px;
  width: 64px;
  line-height: 64px;
  background-image: url(images/button-lrg-bg.png);
  font-size: 1.3em;
  letter-spacing: 1px;
  font-family: "Gotham-Light";
}
/* line 50, scss/partials/_fonts.scss */
button.grunge-circle.grunge-circle-large strong {
  font-family: "Gotham-Bold";
}

/* line 42, scss/partials/_forms.scss */
input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"] {
  border: none;
}

/* line 55, scss/partials/_forms.scss */
label.required:before {
  content: "*";
  color: #af282e;
}

/* line 62, scss/partials/_forms.scss */
.desc {
  display: inline-block;
  color: #a3a3a3;
  font-size: 1em;
  line-height: 1em;
  font-style: italic;
  vertical-align: middle;
  padding: 0 0 0 3px;
}

/* line 72, scss/partials/_forms.scss */
.input-group, .textarea-group {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  overflow: hidden;
  *zoom: 1;
}
/* line 77, scss/partials/_forms.scss */
.input-group label, .textarea-group label {
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  width: 26%;
  font-size: 1em;
  line-height: 2em;
}
/* line 89, scss/partials/_forms.scss */
.input-group input, .input-group textarea, .textarea-group input, .textarea-group textarea {
  font-size: 1em;
  display: inline-block;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  margin: 0px;
  padding: 3px;
  line-height: 2em;
  width: 52%;
}
/* line 100, scss/partials/_forms.scss */
.input-group input.error, .input-group textarea.error, .textarea-group input.error, .textarea-group textarea.error {
  background-color: rgba(175, 40, 46, 0.1);
}
/* line 105, scss/partials/_forms.scss */
.input-group input[type="number"], .input-group textarea[type="number"], .textarea-group input[type="number"], .textarea-group textarea[type="number"] {
  text-align: right;
}
/* line 110, scss/partials/_forms.scss */
.input-group textarea, .textarea-group textarea {
  border-top: none;
  border-bottom: none;
  line-height: 1.2em;
  height: 130px;
}

/* line 118, scss/partials/_forms.scss */
.textarea-group {
  border: 1px solid #e7e7e7;
}

/* line 123, scss/partials/_forms.scss */
.checkboxes {
  border: 1px solid #e7e7e7;
  position: relative;
  margin: 0px 68px 10px 0;
  padding: 0px;
  background: transparent url(images/form-grunge-bg.png) repeat left top;
}
/* line 130, scss/partials/_forms.scss */
.checkboxes label {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  cursor: pointer;
  padding: 7px 5px 7px 15px;
  line-height: 1.5em;
}
/* line 141, scss/partials/_forms.scss */
.checkboxes label:last-child .checkbox-wrap {
  border-top: none;
}
/* line 148, scss/partials/_forms.scss */
.checkboxes .checkbox-wrap {
  position: absolute;
  top: 0px;
  right: -68px;
  bottom: 0px;
  width: 66px;
  display: block;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-left: none;
  overflow: hidden;
}
/* line 163, scss/partials/_forms.scss */
.checkboxes .checkbox-wrap input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 167, scss/partials/_forms.scss */
.checkboxes .checkbox-wrap.checked {
  background: transparent url(images/checkbox.png) no-repeat center center;
}

/* line 1, scss/partials/_bg.scss */
#background {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  z-index: -4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
/* line 15, scss/partials/_bg.scss */
#background.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 19, scss/partials/_bg.scss */
#background.loaded.masked {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 2, scss/partials/_base.scss */
#main-container {
  margin-left: 360px;
  margin-right: 20px;
  padding: 20px 0 0 0;
}

/* line 9, scss/partials/_base.scss */
#main.full {
  left: 360px;
  top: 20px;
  right: 20px;
  bottom: 20px;
}
/* line 17, scss/partials/_base.scss */
#main > .wrap {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 20px;
  margin-bottom: 20px;
}

/* line 29, scss/partials/_base.scss */
#column {
  width: 360px;
}

/* line 33, scss/partials/_base.scss */
.container {
  padding: 20px;
  margin: 0px 20px 20px 20px;
}

/* line 39, scss/partials/_base.scss */
.info .info-top {
  padding: 20px 20px 5px 20px;
}
/* line 43, scss/partials/_base.scss */
.info .info-footer {
  padding: 0px 20px 0px 0;
}
/* line 46, scss/partials/_base.scss */
.info .info-social {
  right: 20px;
}

/* line 54, scss/partials/_base.scss */
html, body {
  height: 100%;
  position: relative;
}

/* line 60, scss/partials/_base.scss */
body {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  font-size: .8em;
  line-height: 1.3em;
  min-height: 100%;
  color: black;
  background-color: black;
}
/* line 74, scss/partials/_base.scss */
body.ajax-loading #main {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 80, scss/partials/_base.scss */
a {
  color: #af282e;
  text-decoration: none;
}
/* line 84, scss/partials/_base.scss */
a:hover {
  color: black;
}

/* line 88, scss/partials/_base.scss */
h1, h2, h3, h4, h5 {
  font-family: "Gotham-Bold";
  margin: 10px 0 10px 0;
  letter-spacing: -1px;
}
/* line 93, scss/partials/_base.scss */
h1.red, h2.red, h3.red, h4.red, h5.red {
  color: #af282e;
}
/* line 96, scss/partials/_base.scss */
h1.up-case, h2.up-case, h3.up-case, h4.up-case, h5.up-case {
  text-transform: uppercase;
}

/* line 100, scss/partials/_base.scss */
h1 {
  font-size: 1.6em;
}

/* line 103, scss/partials/_base.scss */
h2 {
  font-size: 1.3em;
}

/* line 106, scss/partials/_base.scss */
h3 {
  font-size: 1.2em;
}

/* line 109, scss/partials/_base.scss */
h4 {
  font-size: 1em;
}

/* line 115, scss/partials/_base.scss */
small {
  font-size: .7em;
}

/* line 119, scss/partials/_base.scss */
p {
  margin: 0 0 10px 0;
}

/* line 122, scss/partials/_base.scss */
.mute {
  color: #a3a3a3;
}

/* line 126, scss/partials/_base.scss */
.red {
  color: #af282e;
}

/* line 130, scss/partials/_base.scss */
.hide {
  display: none;
}

/* line 133, scss/partials/_base.scss */
.u {
  text-decoration: underline;
}

/* line 136, scss/partials/_base.scss */
#page {
  margin: 0 auto;
  max-width: 1370px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

/* line 150, scss/partials/_base.scss */
#column {
  float: left;
}

/* line 157, scss/partials/_base.scss */
#main-container {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  min-height: 100%;
}
/* line 161, scss/partials/_base.scss */
#main-container:after {
  clear: both;
}
/* line 177, scss/partials/_base.scss */
#main-container.loading {
  visibility: hidden;
}
/* line 184, scss/partials/_base.scss */
#main-container.ajax-loading #main:after {
  content: "";
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8) url(images/ajax-loader.gif) no-repeat center center;
}

/* line 209, scss/partials/_base.scss */
#main {
  position: relative;
  width: 770px;
  z-index: 1;
  min-height: 100%;
}
/* line 218, scss/partials/_base.scss */
#main.full {
  position: absolute;
  background-image: none;
}
/* line 231, scss/partials/_base.scss */
#main.canvas {
  background-image: url(images/canvas-bg-lrg.jpg);
  -webkit-box-shadow: black 0px 0px 10px;
  -moz-box-shadow: black 0px 0px 10px;
  box-shadow: black 0px 0px 10px;
}
/* line 236, scss/partials/_base.scss */
#main.canvas.white {
  background-image: url(images/canvas-white-bg-lrg.jpg);
}
/* line 241, scss/partials/_base.scss */
#main .icons {
  background-image: url(images/icons-bg.jpg);
  background-position: center center;
  -webkit-box-shadow: black 0px 0px 10px;
  -moz-box-shadow: black 0px 0px 10px;
  box-shadow: black 0px 0px 10px;
}

/* line 248, scss/partials/_base.scss */
#content {
  line-height: 1.8em;
}
/* line 254, scss/partials/_base.scss */
#content.ajax-loading > #meat {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/* line 258, scss/partials/_base.scss */
#content.ajax-loading > #meat:after {
  content: "";
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

/* line 278, scss/partials/_base.scss */
.container {
  position: relative;
  -webkit-box-shadow: black 0px 0px 10px;
  -moz-box-shadow: black 0px 0px 10px;
  box-shadow: black 0px 0px 10px;
}

/* line 287, scss/partials/_base.scss */
#header {
  text-align: center;
  background: transparent url(images/canvas-bg.png) repeat center top;
  background-size: cover;`
}
/* line 292, scss/partials/_base.scss */
#header .header-link {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 1.2em;
}
/* line 298, scss/partials/_base.scss */
#header .header-link a {
  color: black;
}
/* line 300, scss/partials/_base.scss */
#header .header-link a:hover {
  color: #af282e;
}

/* line 311, scss/partials/_base.scss */
#gift-card-form {
  background: black;
  padding: 15px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
/* line 313, scss/partials/_base.scss */
#gift-card-form:after {
  content: ".";
  text-indent: -100px;
  overflow: hidden;
  height: 10px;
  width: 10px;
  left: -5px;
  bottom: 35px;
  position: absolute;
  background: transparent url(images/arrow-left.png) no-repeat left center;
}
/* line 333, scss/partials/_base.scss */
#gift-card-form select {
  display: none;
}
/* line 336, scss/partials/_base.scss */
#gift-card-form a {
  display: block;
  color: white;
}
/* line 340, scss/partials/_base.scss */
#gift-card-form a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 346, scss/partials/_base.scss */
#logo {
  display: block;
  margin: 15px 0 45px 0;
}
/* line 351, scss/partials/_base.scss */
#logo:hover .stamp {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 356, scss/partials/_base.scss */
#logo .stamp {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 120px;
  background: transparent url(images/header-stamp.png) no-repeat 0px 0px;
}
/* line 367, scss/partials/_base.scss */
#logo .site-title {
  margin: 0px;
  line-height: 60px;
  height: 60px;
  text-indent: -1000em;
  overflow: hidden;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 381, scss/partials/_base.scss */
#main-nav {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
/* line 386, scss/partials/_base.scss */
#main-nav ul {
  text-align: justify;
  margin: 0px;
  padding: 12px 0 12px 0;
  height: 1.3em;
  overflow: hidden;
}
/* line 394, scss/partials/_base.scss */
#main-nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
}
/* line 403, scss/partials/_base.scss */
#main-nav li {
  display: inline;
}
/* line 405, scss/partials/_base.scss */
#main-nav li a {
  color: black;
  text-transform: uppercase;
}
/* line 408, scss/partials/_base.scss */
#main-nav li a:hover {
  color: #af282e;
}
/* line 412, scss/partials/_base.scss */
#main-nav li a:after {
  content: " \2F ";
  color: #af282e;
}
/* line 422, scss/partials/_base.scss */
#main-nav li:last-child a:after {
  content: "";
}

/* line 430, scss/partials/_base.scss */
#order-online-sm, #order-widget {
  text-transform: uppercase;
  border-bottom: 1px dotted black;
  display: block;
  padding: 13px 0 13px 0;
  letter-spacing: 1px;
  font-size: .9em;
  font-family: "Gotham-Light";
}

#order-widget {
border-bottom: none;
padding-bottom: 0px;
}

/*scss/partials/_fonts.scss */
#order-online-sm strong {
  font-family: "Gotham-Bold";
}

/* line 440, scss/partials/_base.scss */
#icon {
  height: 140px;
  background: transparent url(images/icon.png) no-repeat center center;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 447, scss/partials/_base.scss */
#order-online-lrg {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 166px;
  width: 340px;
  z-index: 10;
  background-image: url(images/order-online.png);
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1000em;
}
/* line 460, scss/partials/_base.scss */
#order-online-lrg:hover {
  background-position: right bottom;
}

/* line 465, scss/partials/_base.scss */
#info-mobile {
  display: none;
}

/* line 470, scss/partials/_base.scss */
.info {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  color: white;
  padding: 0px !important;
}
/* line 477, scss/partials/_base.scss */
.info .info-top {
  background-color: #bd4040;
}
/* line 481, scss/partials/_base.scss */
.info .info-footer {
  background: transparent url(images/info-footer-bg.png) no-repeat right bottom;
  position: relative;
}
/* line 486, scss/partials/_base.scss */
.info .info-footer .inner {
  margin-right: 100px;
  height: 90px;
  background: #bd4040 url(images/info-footer-stamp-bg.png) no-repeat left bottom;
}
/* line 495, scss/partials/_base.scss */
.info a {
  color: white !important;
}
/* line 498, scss/partials/_base.scss */
.info .info-social {
  position: absolute;
  top: 0px;
}
/* line 505, scss/partials/_base.scss */
.info .info-social a {
  display: inline-block;
  height: 36px;
  width: 36px;
  overflow: hidden;
  text-indent: -1000em;
  background-image: url(images/social.png);
  background-repeat: no-repeat;
}
/* line 514, scss/partials/_base.scss */
.info .info-social a.facebook {
  background-position: 0px 0px;
}
/* line 516, scss/partials/_base.scss */
.info .info-social a.facebook:hover {
  background-position: 0px -36px;
}
/* line 521, scss/partials/_base.scss */
.info .info-social a.instagram {
  background-position: -40px 0px;
}
/* line 523, scss/partials/_base.scss */
.info .info-social a.instagram:hover {
  background-position: -40px -36px;
}
/* line 531, scss/partials/_base.scss */
.info .contact {
  margin-bottom: 30px;
}
/* line 535, scss/partials/_base.scss */
.info .contact dd {
  font-style: italic;
}
/* line 541, scss/partials/_base.scss */
.info .hours {
  color: black;
}
/* line 544, scss/partials/_base.scss */
.info .hours th {
  color: #bd4040;
  text-align: left;
  width: 40%;
}
/* line 550, scss/partials/_base.scss */
.info .hours td {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: bold;
  text-align: center;
}

/* line 564, scss/partials/_base.scss */
#footer {
  font-family: "Gotham-Light";
  text-align: right;
  position: fixed;
  z-index: 0;
  right: 0px;
  bottom: 0px;
}
/* line 50, scss/partials/_fonts.scss */
#footer strong {
  font-family: "Gotham-Bold";
}

/* line 573, scss/partials/_base.scss */
#copy {
  background: transparent url(images/copy-bg.png) no-repeat right bottom;
  height: 60px;
  width: 42px;
  padding-left: 50px;
  padding-top: 40px;
  padding-right: 8px;
  line-height: 1.1em;
  font-size: .8em;
  position: relative;
}

/* line 587, scss/partials/_base.scss */
#site-copy {
  display: block;
  padding: 5px 0px;
}

/* line 592, scss/partials/_base.scss */
#credit {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 8px;
  color: white;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  font-style: italic;
  padding: 3px 0 0 0;
}
/* line 604, scss/partials/_base.scss */
#credit a {
  color: white;
  font-family: "Gotham-Light";
  font-style: normal;
}
/* line 50, scss/partials/_fonts.scss */
#credit a strong {
  font-family: "Gotham-Bold";
}
/* line 609, scss/partials/_base.scss */
#credit a:hover {
  color: #af282e;
}

/* line 3, scss/partials/pages/_location.scss */
.page-template-template-location-php #content {
  background: transparent url(images/paper-border.png) repeat-y right top;
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 38%;
  left: 0px;
}
/* line 13, scss/partials/pages/_location.scss */
.page-template-template-location-php #content .location-box {
  padding: 20px 10px 20px 15px;
  background-color: white;
  margin-right: 40px;
}
/* line 19, scss/partials/pages/_location.scss */
.page-template-template-location-php #content h4 {
  border-right: 1px dotted black;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 25, scss/partials/pages/_location.scss */
.page-template-template-location-php #content dl {
  border-top: 1px dotted black;
  margin: 0px;
}
/* line 29, scss/partials/pages/_location.scss */
.page-template-template-location-php #content dl dt, .page-template-template-location-php #content dl dd {
  padding: 0px;
}
/* line 32, scss/partials/pages/_location.scss */
.page-template-template-location-php #content dl dt {
  width: 46%;
  padding-left: 0px;
  margin: 0px;
  text-align: right;
}
/* line 40, scss/partials/pages/_location.scss */
.page-template-template-location-php #content dl dd {
  width: 54%;
  float: right;
  padding-top: 10px;
}
/* line 47, scss/partials/pages/_location.scss */
.page-template-template-location-php #content address {
  border-bottom: 1px dotted black;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 53, scss/partials/pages/_location.scss */
.page-template-template-location-php #content form {
  position: relative;
}
/* line 55, scss/partials/pages/_location.scss */
.page-template-template-location-php #content form button {
  display: block;
  position: absolute;
  top: -6px;
  right: 0px;
}
/* line 62, scss/partials/pages/_location.scss */
.page-template-template-location-php #content form input {
  line-height: 20px;
}
/* line 28, scss/partials/_vars.scss */
.page-template-template-location-php #content form input::-webkit-input-placeholder {
  font-style: italic;
}
/* line 33, scss/partials/_vars.scss */
.page-template-template-location-php #content form input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
/* line 37, scss/partials/_vars.scss */
.page-template-template-location-php #content form input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
/* line 41, scss/partials/_vars.scss */
.page-template-template-location-php #content form input:-ms-input-placeholder {
  font-style: italic;
}

/* line 70, scss/partials/pages/_location.scss */
#location-map {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
}
/* line 76, scss/partials/pages/_location.scss */
#location-map:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 3px solid #CAC9C2;
  -webkit-box-shadow: 0 0 0 3px #eeede4, 0 0 0 6px #787773;
  -moz-box-shadow: 0 0 0 3px #eeede4, 0 0 0 6px #787773;
  box-shadow: 0 0 0 3px #eeede4, 0 0 0 6px #787773;
}
/* line 89, scss/partials/pages/_location.scss */
#location-map .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: transparent url(images/location/map-slogan.png) no-repeat right center;
}

/* line 104, scss/partials/pages/_location.scss */
#location-map-image {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  background-color: transparent;
}

/* line 116, scss/partials/pages/_location.scss */
#location-map-marker {
  position: absolute;
  left: 42.5%;
  top: 15%;
  z-index: 2;
  width: 110px;
  height: 170px;
  margin-top: -15px;
  margin-left: -55px;
}
/* line 125, scss/partials/pages/_location.scss */
#location-map-marker > a {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: transparent url(images/location/map-marker-lrg.png) no-repeat center center;
  text-align: center;
  font-family: "Gotham-Light";
  text-transform: uppercase;
  color: black;
  font-size: .8em;
  letter-spacing: 1px;
  padding-top: 140px;
}
/* line 50, scss/partials/_fonts.scss */
#location-map-marker > a strong {
  font-family: "Gotham-Bold";
}

/* line 144, scss/partials/pages/_location.scss */
#location-map-mini {
  position: absolute;
  top: 75px;
  left: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  padding-left: 38px;
  background: transparent url(images/location/map-bubble.png) no-repeat left top;
}
/* line 155, scss/partials/pages/_location.scss */
#location-map-mini.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
}

/* line 166, scss/partials/pages/_location.scss */
#location-map-mini-container {
  background: white;
  height: 230px;
  width: 330px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 6px;
  padding: 20px;
  position: relative;
}

/* line 175, scss/partials/pages/_location.scss */
#location-map-google {
  height: 100%;
  width: 100%;
}

/* line 180, scss/partials/pages/_location.scss */
#location-map-metro {
  position: absolute;
  left: 51%;
  top: 30%;
  font-family: "Gotham-Light";
  color: #a3a3a3;
  line-height: .9em;
  background: transparent url(images/location/metro-icon.png) no-repeat left top;
  padding: 16px 0 0 38px;
}
/* line 50, scss/partials/_fonts.scss */
#location-map-metro strong {
  font-family: "Gotham-Bold";
}
/* line 190, scss/partials/pages/_location.scss */
#location-map-metro h5 {
  margin: 0px;
}

/* line 4, scss/partials/pages/_menu.scss */
.page-menu #main-container {
  height: 100%;
}
/* line 9, scss/partials/pages/_menu.scss */
.page-menu #main {
  text-align: center;
  min-height: 100%;
}
/* line 15, scss/partials/pages/_menu.scss */
.page-menu #main .wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 25, scss/partials/pages/_menu.scss */
.page-menu #content {
  display: inline-block;
  vertical-align: middle;
  background: transparent url(images/canvas-white-bg-sm.png) repeat-y center top;
  width: 356px;
  margin: 0 auto;
  padding: 10px 0px 20px 0px;
  color: #af282e;
  font-style: italic;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

/* line 43, scss/partials/pages/_menu.scss */
#menu-list {
  background: transparent url(images/menu/menu-stamp.png) no-repeat right top;
  padding: 50px 30px 0 30px;
  font-style: normal;
}
/* line 48, scss/partials/pages/_menu.scss */
#menu-list ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0px;
  border: 1px solid #a3a3a3;
}
/* line 57, scss/partials/pages/_menu.scss */
#menu-list li {
  display: block;
  margin: 0px;
  border-bottom: 1px dotted #a3a3a3;
}
/* line 62, scss/partials/pages/_menu.scss */
#menu-list li:last-child {
  border-bottom: none;
}
/* line 67, scss/partials/pages/_menu.scss */
#menu-list li:nth-child(5n-4) .icon {
  background-position: 0px 0px;
}
/* line 73, scss/partials/pages/_menu.scss */
#menu-list li:nth-child(5n-3) .icon {
  background-position: -54px 0px;
}
/* line 79, scss/partials/pages/_menu.scss */
#menu-list li:nth-child(5n-2) .icon {
  background-position: -106px 0px;
}
/* line 85, scss/partials/pages/_menu.scss */
#menu-list li:nth-child(5n-1) .icon {
  background-position: -160px 0px;
}
/* line 91, scss/partials/pages/_menu.scss */
#menu-list li:nth-child(5n) .icon {
  background-position: -212px 0px;
}
/* line 97, scss/partials/pages/_menu.scss */
#menu-list a {
  display: block;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  color: black;
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 15px 0px;
  position: relative;
  border-left: 1px solid #a3a3a3;
  margin-left: 46px;
  padding-right: 46px;
}
/* line 112, scss/partials/pages/_menu.scss */
#menu-list a:hover {
  color: #af282e;
}
/* line 116, scss/partials/pages/_menu.scss */
#menu-list a:hover .icon {
  visibility: visible;
}
/* line 122, scss/partials/pages/_menu.scss */
#menu-list .icon {
  display: block;
  height: 48px;
  width: 46px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: -46px;
  z-index: 0;
  visibility: hidden;
  background-image: url(images/menu/menu-icons.png);
  background-repeat: no-repeat;
}

/* line 1, scss/partials/pages/_news.scss */
#news-title {
  height: 90px;
  background: transparent url(images/news/news-title.png) no-repeat center center;
  overflow: hidden;
  text-indent: -1000em;
}

/* line 8, scss/partials/pages/_news.scss */
#news-date-title {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  background: transparent url(images/news/news-hr-bg.png) repeat-x left top;
  padding: 10px 0px 0px 0px;
}
/* line 15, scss/partials/pages/_news.scss */
#news-date-title:after {
  content: "";
  height: 2px;
  display: block;
  margin-top: 3px;
  background: transparent url(images/news/news-hr-bg.png) repeat-x right top;
}

/* line 28, scss/partials/pages/_news.scss */
.blog #meat {
  margin-right: -5px;
  padding-top: 40px;
}
/* line 33, scss/partials/pages/_news.scss */
.blog .post-title {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-style: normal;
}
/* line 40, scss/partials/pages/_news.scss */
.blog .post {
  float: left;
  display: block;
  width: 33.33%;
  color: white;
  text-align: center;
}
/* line 47, scss/partials/pages/_news.scss */
.blog .post.first, .blog .post.clear {
  clear: left;
}
/* line 54, scss/partials/pages/_news.scss */
.blog .post article {
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  background-color: black;
}
/* line 61, scss/partials/pages/_news.scss */
.blog .post article img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 69, scss/partials/pages/_news.scss */
.blog .post .post-thumbnail-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 75, scss/partials/pages/_news.scss */
.blog .post:hover .post-thumbnail-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 79, scss/partials/pages/_news.scss */
.blog .post:hover .excerpt-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 85, scss/partials/pages/_news.scss */
.blog .post .excerpt-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 5px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(246, 245, 239, 0.5);
  text-align: center;
  line-height: 1.3em;
  font-style: italic;
}
/* line 49, scss/partials/_vars.scss */
.blog .post .excerpt-content p:first-child {
  margin-top: 0px;
}
/* line 53, scss/partials/_vars.scss */
.blog .post .excerpt-content p:last-child {
  margin-bottom: 0px;
}
/* line 104, scss/partials/pages/_news.scss */
.blog .post .excerpt-content > div {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
/* line 109, scss/partials/pages/_news.scss */
.blog .post .excerpt-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 123, scss/partials/pages/_news.scss */
.single-post #meat {
  position: relative;
}
/* line 126, scss/partials/pages/_news.scss */
.single-post .post-title {
  text-align: center;
  font-size: 3em;
}
/* line 130, scss/partials/pages/_news.scss */
.single-post .post-date {
  text-align: center;
  font-style: italic;
}
/* line 136, scss/partials/pages/_news.scss */
.single-post .entry-content {
  text-align: justify;
  -webkit-columns: 20em 2;
  -moz-columns: 20em 2;
  -ms-columns: 20em 2;
  -o-columns: 20em 2;
  columns: 20em 2;
}
/* line 49, scss/partials/_vars.scss */
.single-post .entry-content p:first-child {
  margin-top: 0px;
}
/* line 53, scss/partials/_vars.scss */
.single-post .entry-content p:last-child {
  margin-bottom: 0px;
}
/* line 143, scss/partials/pages/_news.scss */
.single-post .post-header-image {
  margin-bottom: 20px;
}
/* line 145, scss/partials/pages/_news.scss */
.single-post .post-header-image img {
  width: 100%;
  height: auto;
}
/* line 151, scss/partials/pages/_news.scss */
.single-post .post-back-link {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  text-transform: uppercase;
  background: transparent url(images/news/news-back-icon.png) no-repeat left center;
  padding-left: 34px;
  line-height: 30px;
}

/* line 164, scss/partials/pages/_news.scss */
.single-post #main, .blog #main {
  padding: 20px;
}
/* line 168, scss/partials/pages/_news.scss */
.single-post #content, .blog #content {
  -moz-border-image: url(images/news/news-border-image.png) 3 3 3 3 repeat;
  -webkit-border-image: url(images/news/news-border-image.png) 3 3 3 3 repeat;
  -webkit-border-image: url(images/news/news-border-image.png) 3 3 3 3 repeat;
  -o-border-image: url(images/news/news-border-image.png) 3 3 3 3 repeat;
  border-image: url(images/news/news-border-image.png) 3 3 3 3 repeat;
  padding: 20px 36px 36px 36px;
}

/* line 176, scss/partials/pages/_news.scss */
#meat {
  overflow: hidden;
  *zoom: 1;
}

/* line 23, scss/partials/pages/_frontpage.scss */
.home.ready #background.loaded.masked {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 29, scss/partials/pages/_frontpage.scss */
.home #background {
  z-index: 0;
}
/* line 33, scss/partials/pages/_frontpage.scss */
.home #page {
  position: relative;
  z-index: 0;
  overflow: visible;
}
/* line 41, scss/partials/pages/_frontpage.scss */
.home #main-container {
  display: none;
}
/* line 44, scss/partials/pages/_frontpage.scss */
.home #column {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* line 57, scss/partials/pages/_frontpage.scss */
#background a {
  display: block;
  position: absolute;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1000;
}
/* line 73, scss/partials/pages/_frontpage.scss */
#background a:hover > div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 78, scss/partials/pages/_frontpage.scss */
#background a > div {
  margin-left: -90px;
  margin-top: -90px;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -ms-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 89, scss/partials/pages/_frontpage.scss */
#background a > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 100, scss/partials/pages/_frontpage.scss */
#background a span {
  display: inline-block;
  vertical-align: middle;
}
/* line 104, scss/partials/pages/_frontpage.scss */
#background a em {
  text-transform: none;
  font-style: italic;
}

/* line 114, scss/partials/pages/_frontpage.scss */
#background #menu-bg-link {
  left: 44.8%;
  top: 29.8%;
  height: 25%;
  width: 20%;
  margin-left: -10%;
  margin-top: -12.5%;
}
/* line 121, scss/partials/pages/_frontpage.scss */
#background #news-bg-link {
  left: 44.8%;
  top: 64.8%;
  height: 35%;
  width: 20%;
  margin-left: -10%;
  margin-top: -17.5%;
}
/* line 125, scss/partials/pages/_frontpage.scss */
#background #news-bg-link > div {
  top: 43%;
}
/* line 131, scss/partials/pages/_frontpage.scss */
#background #location-bg-link {
  left: 59.1%;
  top: 42%;
  height: 8%;
  width: 8%;
  margin-left: -4%;
  margin-top: -4%;
}
/* line 138, scss/partials/pages/_frontpage.scss */
#background #reservations-bg-link {
  left: 67.7%;
  top: 38.7%;
  height: 16%;
  width: 8%;
  margin-left: -4%;
  margin-top: -8%;
}
/* line 144, scss/partials/pages/_frontpage.scss */
#background #order-bg-link {
  left: 63.7%;
  top: 58%;
  height: 16%;
  width: 16%;
  margin-left: -8%;
  margin-top: -8%;
}
/* line 150, scss/partials/pages/_frontpage.scss */
#background #about-bg-link {
  left: 85%;
  top: 63%;
  height: 42%;
  width: 16%;
  margin-left: -8%;
  margin-top: -21%;
}

/* line 2, scss/partials/pages/_reserve.scss */
.page-template-template-reservations-php #main-container {
  overflow: visible;
}
/* line 5, scss/partials/pages/_reserve.scss */
.page-template-template-reservations-php #content {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 24, scss/partials/pages/_reserve.scss */
#book-image {
  position: absolute;
  z-index: 0;
}

/* line 34, scss/partials/pages/_reserve.scss */
#reservation-form-content {
  width: 485px;
  position: relative;
}
/* line 40, scss/partials/pages/_reserve.scss */
#reservation-form-content .success-msg {
  margin-top: 80px;
  font-size: 1.1em;
}
/* line 44, scss/partials/pages/_reserve.scss */
#reservation-form-content article {
  background: transparent url(images/paper-edge-top.png) no-repeat 4px 0px;
  padding: 60px 0 0 0;
  margin-left: 24px;
}
/* line 50, scss/partials/pages/_reserve.scss */
#reservation-form-content header {
  position: absolute;
  height: 128px;
  top: 60px;
  right: 22px;
  left: 0px;
  background: transparent url(images/reserve/reserve-stamp.png) no-repeat right top;
}
/* line 57, scss/partials/pages/_reserve.scss */
#reservation-form-content header h3 {
  color: white;
  text-transform: uppercase;
  overflow: hidden;
  margin: 0px;
  margin: 50px 180px 0 70px;
  line-height: 20px;
  padding: 20px 15px 20px 15px;
  background-image: url(images/grunge-cell-bg.png);
}
/* line 73, scss/partials/pages/_reserve.scss */
#reservation-form-content footer {
  position: absolute;
  padding: 0 0 20px;
  bottom: -10px;
  width: 100%;
  text-align: center;
  background: transparent url(images/reserve/book-paper-bottom.png) no-repeat 0px bottom;
}
/* line 82, scss/partials/pages/_reserve.scss */
#reservation-form-content footer h3 {
  background: transparent url(images/reserve/reserve-thank-you.png) no-repeat center center;
  text-indent: -1000em;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #a3a3a3;
  margin: 0px 96px 0px 46px;
  padding: 30px 0 0px 0;
}
/* line 95, scss/partials/pages/_reserve.scss */
#reservation-form-content .form-content {
  background: transparent url(images/reserve/book-paper-mid.png) repeat-y 0px top;
  padding: 130px 70px 100px 46px;
}
/* line 99, scss/partials/pages/_reserve.scss */
#reservation-form-content form {
  position: relative;
}
/* line 102, scss/partials/pages/_reserve.scss */
#reservation-form-content form .time-input-group {
  border-top: 2px solid black;
}
/* line 104, scss/partials/pages/_reserve.scss */
#reservation-form-content form .time-input-group input, #reservation-form-content form .time-input-group label {
  line-height: 4em;
}
/* line 110, scss/partials/pages/_reserve.scss */
#reservation-form-content form .input-cap {
  overflow: hidden;
  position: relative;
}
/* line 113, scss/partials/pages/_reserve.scss */
#reservation-form-content form .input-cap input {
  display: block;
  position: absolute;
  left: -1000em;
}
/* line 120, scss/partials/pages/_reserve.scss */
#reservation-form-content form .date-input-group {
  margin-bottom: 10px;
}
/* line 123, scss/partials/pages/_reserve.scss */
#reservation-form-content form .date-input-group label {
  font-style: italic;
  font-size: 1.4em;
  margin-right: 10px;
  margin-left: 5px;
}
/* line 129, scss/partials/pages/_reserve.scss */
#reservation-form-content form .date-input-group input {
  font-size: 1.2em;
  width: 130px;
  border-bottom: 1px solid black;
}
/* line 135, scss/partials/pages/_reserve.scss */
#reservation-form-content form .checkboxes {
  margin-right: 135px;
}
/* line 140, scss/partials/pages/_reserve.scss */
#reservation-form-content form button[type="submit"] {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 5%;
}
/* line 149, scss/partials/pages/_reserve.scss */
#reservation-form-content .notice {
  text-align: center;
  line-height: 1.25em;
}

/* line 155, scss/partials/pages/_reserve.scss */
#reservation-form-directions {
  display: none;
  position: absolute;
  top: 30%;
  right: 0px;
  width: 40%;
  padding: 5%;
  text-align: center;
}
/* line 163, scss/partials/pages/_reserve.scss */
#reservation-form-directions h3 {
  margin: 0px;
}
/* line 166, scss/partials/pages/_reserve.scss */
#reservation-form-directions p {
  font-weight: normal;
  margin: 0px;
}

/* line 8, scss/partials/pages/_about.scss */
.page-template-template-about-php #main {
  background: #f6f5ef url(images/about/about-texture.png) repeat top left;
}
/* line 13, scss/partials/pages/_about.scss */
.page-template-template-about-php #meat {
  border-top: 1px dotted black;
  float: left;
  width: 35%;
}
/* line 18, scss/partials/pages/_about.scss */
.page-template-template-about-php #meat .post-content {
  font-size: .85em;
}
/* line 26, scss/partials/pages/_about.scss */
.page-template-template-about-php #content {
  overflow: hidden;
  *zoom: 1;
  padding: 50px;
}
/* line 31, scss/partials/pages/_about.scss */
.page-template-template-about-php .section-title {
  margin: 30px 0 0 0;
}
/* line 35, scss/partials/pages/_about.scss */
.page-template-template-about-php .post-content {
  line-height: 1.5em;
}

/* line 40, scss/partials/pages/_about.scss */
#about-wrapper {
  background: transparent url(images/about/about-bg.jpg) no-repeat top left;
}

/* line 45, scss/partials/pages/_about.scss */
#chef-list {
  margin-left: 35%;
  padding-left: 50px;
}
/* line 48, scss/partials/pages/_about.scss */
#chef-list ul {
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 54, scss/partials/pages/_about.scss */
#chef-list li {
  display: block;
  margin: 0px;
  padding: 0px;
  border-top: 1px dotted black;
  margin-bottom: 30px;
}
/* line 60, scss/partials/pages/_about.scss */
#chef-list li .chef-portrait {
  display: block;
  float: right;
}
/* line 67, scss/partials/pages/_about.scss */
#chef-list li p:last-child {
  margin-bottom: 0px;
}
/* line 72, scss/partials/pages/_about.scss */
#chef-list li .post-content {
  font-style: italic;
  line-height: 1.4em;
}
/* line 78, scss/partials/pages/_about.scss */
#chef-list li.has-portrait .post-content {
  margin-right: 174px;
}

/* line 85, scss/partials/pages/_about.scss */
.about-header {
  margin-bottom: 30px;
  border: 5px solid white;
}
/* line 86, scss/partials/pages/_about.scss */
.about-header img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1400px) {
  /* line 3, scss/partials/_1400.scss */
  #main {
    width: 970px;
  }

  /* line 7, scss/partials/_1400.scss */
  #reservation-form-directions {
    display: block;
  }

  /* line 10, scss/partials/_1400.scss */
  #page {
    width: 1390px;
  }

  /* line 15, scss/partials/_1400.scss */
  .page-template-template-reservations-php #page {
    overflow: visible;
  }
}
@media (max-width: 786px) {
  /* line 4, scss/partials/_786.scss */
  body {
    font-size: 10px;
  }

  /* line 7, scss/partials/_786.scss */
  #logo {
    margin: 10px 0 15px 0;
  }
  /* line 8, scss/partials/_786.scss */
  #logo .site-title {
    background-size: 130px auto;
  }
  /* line 11, scss/partials/_786.scss */
  #logo .stamp {
    width: 100px;
    height: 100px;
    background-size: contain;
  }

  /* line 19, scss/partials/_786.scss */
  #icon {
    display: none;
    background-size: contain;
  }

  /* line 24, scss/partials/_786.scss */
  #order-online-lrg {
    height: 83px;
    width: 170px;
    background-size: 170px 166px;
  }

  /* line 32, scss/partials/_786.scss */
  #gift-card-form {
    right: 5px;
  }
  /* line 33, scss/partials/_786.scss */
  #gift-card-form:after {
    bottom: 20px;
  }

  /* line 44, scss/partials/_786.scss */
  #main {
    width: auto;
  }

  /* line 47, scss/partials/_786.scss */
  #page {
    width: auto;
  }

  /*
  #main-nav {
  	ul {
  		height:auto;
  		&:after {
  			display: none;
  		}
  	}
  	li {
  		display: block;
  		text-align: center;
  		a {
  			&:after {
  				content: "";
  			}
  		}
  	}
  }
  */
  /* line 71, scss/partials/_786.scss */
  .info .info-footer {
    margin-top: -1px;
    background-size: 350px 45px;
  }
  /* line 74, scss/partials/_786.scss */
  .info .info-footer .inner {
    height: 45px;
    background-image: none;
  }
  /* line 80, scss/partials/_786.scss */
  .info .info-social {
    right: auto;
    left: 20px;
  }
  /* line 85, scss/partials/_786.scss */
  .info .contact {
    margin-bottom: 15px;
  }

  /* line 91, scss/partials/_786.scss */
  dl dt, dl dd {
    padding: 5px;
  }
  /* line 94, scss/partials/_786.scss */
  dl dt {
    min-width: 50px;
    padding-left: 5px;
  }

  /* line 103, scss/partials/_786.scss */
  table.grunge th, table.grunge td {
    padding: 2px 4px;
  }

  /* line 2, scss/partials/_base.scss */
  #main-container {
    margin-left: 230px;
    margin-right: 10px;
    padding: 10px 0 0 0;
  }

  /* line 9, scss/partials/_base.scss */
  #main.full {
    left: 230px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  /* line 17, scss/partials/_base.scss */
  #main > .wrap {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    margin-bottom: 10px;
  }

  /* line 29, scss/partials/_base.scss */
  #column {
    width: 230px;
  }

  /* line 33, scss/partials/_base.scss */
  .container {
    padding: 10px;
    margin: 0px 10px 10px 10px;
  }

  /* line 39, scss/partials/_base.scss */
  .info .info-top {
    padding: 10px 10px 5px 10px;
  }
  /* line 43, scss/partials/_base.scss */
  .info .info-footer {
    padding: 0px 10px 0px 0;
  }
  /* line 46, scss/partials/_base.scss */
  .info .info-social {
    right: 10px;
  }

  /* line 117, scss/partials/_786.scss */
  .page-template-template-location-php #content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    background: white;
  }
  /* line 127, scss/partials/_786.scss */
  .page-template-template-location-php #content form button {
    top: -8px;
  }
  /* line 132, scss/partials/_786.scss */
  .page-template-template-location-php #content .location-box {
    margin-right: 0px;
  }

  /* line 140, scss/partials/_786.scss */
  #location-map-marker {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    margin: 0px;
    /*height: 85px;
    width: 55px;
    margin-top: -8px;
    margin-left: -27px;
    > a {
    	background-size: contain;
    	height: 15px;
    	padding-top: 70px;
    }*/
  }
  /* line 148, scss/partials/_786.scss */
  #location-map-marker > a {
    display: none;
  }

  /* line 164, scss/partials/_786.scss */
  #location-map-image {
    display: none;
  }

  /* line 168, scss/partials/_786.scss */
  #location-map {
    position: relative;
    height: auto;
  }
  /* line 171, scss/partials/_786.scss */
  #location-map .inner {
    position: relative;
    background-size: 30px 260px;
  }
  /* line 176, scss/partials/_786.scss */
  #location-map:after {
    display: none;
  }

  /* line 180, scss/partials/_786.scss */
  #location-map-metro {
    display: none;
  }

  /* line 184, scss/partials/_786.scss */
  #location-map-mini {
    position: relative;
    top: auto;
    left: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    padding-left: 0px;
    background-image: none;
  }
  /* line 188, scss/partials/_786.scss */
  #location-map-mini.hide {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 200, scss/partials/_786.scss */
  #location-map-mini-container {
    width: auto;
    height: 300px;
    padding: 10px 10px 0px 10px;
  }

  /* line 209, scss/partials/_786.scss */
  #news-title {
    background-size: contain;
    height: 50px;
  }

  /* line 214, scss/partials/_786.scss */
  .blog #meat {
    padding-top: 10px;
  }

  /* line 222, scss/partials/_786.scss */
  .page-template-template-about-php #content {
    padding: 10px;
  }
  /* line 225, scss/partials/_786.scss */
  .page-template-template-about-php #meat {
    float: none;
    width: auto;
  }

  /* line 230, scss/partials/_786.scss */
  #chef-list {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0px;
  }
  /* line 234, scss/partials/_786.scss */
  #chef-list li {
    text-align: center;
  }
  /* line 237, scss/partials/_786.scss */
  #chef-list li .chef-portrait {
    float: none;
    display: inline-block;
    margin: 10px 0 10px;
  }
  /* line 242, scss/partials/_786.scss */
  #chef-list li .post-content {
    text-align: left;
  }
  /* line 246, scss/partials/_786.scss */
  #chef-list li.has-portrait .post-content {
    margin-right: 0px;
  }

  /* line 258, scss/partials/_786.scss */
  .page-menu #content {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 4, scss/partials/_480.scss */
  #column {
    width: auto;
    position: relative;
    float: none;
  }

  /* line 11, scss/partials/_480.scss */
  #main.full {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 18, scss/partials/_480.scss */
  #main.full .wrap {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  /* line 30, scss/partials/_480.scss */
  #main-container {
    margin: 10px 10px 10px 10px;
    padding: 0;
    min-width: inherit;
  }

  /* line 36, scss/partials/_480.scss */
  #icon {
    display: none;
  }

  /* line 43, scss/partials/_480.scss */
  #order-online-lrg {
    display: none;
  }

  /* line 47, scss/partials/_480.scss */
  #footer {
    position: relative;
  }

  /* line 51, scss/partials/_480.scss */
  #copy {
    float: right;
  }

  /* line 55, scss/partials/_480.scss */
  #info-mobile {
    display: block;
  }

  /* line 59, scss/partials/_480.scss */
  #info-desktop {
    display: none;
  }

  /* line 65, scss/partials/_480.scss */
  #news-title {
    background-size: contain;
    height: 50px;
  }

  /* line 71, scss/partials/_480.scss */
  .blog .post {
    width: auto;
    float: none;
  }
  /* line 74, scss/partials/_480.scss */
  .blog .post .post-title {
    margin-top: 8px;
  }

  /* line 83, scss/partials/_480.scss */
  .blog #content, .single-post #content {
    padding: 20px;
  }

  /* line 89, scss/partials/_480.scss */
  .single-post .post-title {
    font-size: 2em;
    text-align: left;
  }
  /* line 93, scss/partials/_480.scss */
  .single-post .post-date {
    text-align: left;
    font-size: 1em;
    margin-bottom: 0px;
  }
  /* line 98, scss/partials/_480.scss */
  .single-post .post-back-link {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    background-size: 20px;
    padding-left: 24px;
    line-height: 20px;
    font-size: .8em;
    margin-bottom: 10px;
  }

  /* line 117, scss/partials/_480.scss */
  .page-menu #main-container {
    height: auto;
  }
  /* line 120, scss/partials/_480.scss */
  .page-menu #content {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 130, scss/partials/_480.scss */
  #main.book {
    background: white url(images/reserve/reserve-stamp.png) no-repeat right top;
  }

  /* line 137, scss/partials/_480.scss */
  #book-image {
    display: none;
  }

  /* line 140, scss/partials/_480.scss */
  #reservation-form-directions {
    display: none;
  }

  /* line 143, scss/partials/_480.scss */
  #reservation-form-content {
    width: auto;
    margin: 0px;
  }
  /* line 146, scss/partials/_480.scss */
  #reservation-form-content .form-content {
    padding: 20px 20px 70px 20px;
  }
  /* line 151, scss/partials/_480.scss */
  #reservation-form-content article {
    background: none;
    margin: 0px;
    padding: 0px;
  }
  /* line 156, scss/partials/_480.scss */
  #reservation-form-content .form-content {
    background: none;
    padding: 0 20px 100px 20px;
  }
  /* line 161, scss/partials/_480.scss */
  #reservation-form-content header {
    background: none;
    top: 0px;
    position: relative;
    margin: 0px;
    height: 60px;
  }
  /* line 169, scss/partials/_480.scss */
  #reservation-form-content header h1 {
    margin: 0px;
    background-position: 20px center;
  }
  /* line 174, scss/partials/_480.scss */
  #reservation-form-content footer {
    background: none;
    padding: 0px;
  }
  /* line 176, scss/partials/_480.scss */
  #reservation-form-content footer h3 {
    margin: 0px 20px;
  }

  /* line 185, scss/partials/_480.scss */
  .page-template-template-reservations-php #main-container {
    height: auto;
  }
  /* line 188, scss/partials/_480.scss */
  .page-template-template-reservations-php #content {
    position: relative;
    width: auto;
  }

  /* line 199, scss/partials/_480.scss */
  .page-template-template-location-php #content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
    background: white;
  }
  /* line 208, scss/partials/_480.scss */
  .page-template-template-location-php #content dl dt, .page-template-template-location-php #content dl dd {
    float: none;
    display: block;
  }
  /* line 212, scss/partials/_480.scss */
  .page-template-template-location-php #content dl dt {
    width: auto;
  }
  /* line 214, scss/partials/_480.scss */
  .page-template-template-location-php #content dl dt h4 {
    text-align: left;
    border-right: none;
  }
  /* line 220, scss/partials/_480.scss */
  .page-template-template-location-php #content dl dd {
    width: auto;
    float: none;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  /* line 235, scss/partials/_480.scss */
  .home.ready #background.loaded.masked {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 241, scss/partials/_480.scss */
  .home #icon {
    display: block;
    background-size: 70px 70px;
    height: 70px;
  }
  /* line 246, scss/partials/_480.scss */
  .home #page {
    position: relative;
    z-index: 0;
    overflow: visible;
  }
  /* line 254, scss/partials/_480.scss */
  .home #main-container {
    display: none;
  }
  /* line 257, scss/partials/_480.scss */
  .home #column {
    position: relative;
    top: auto;
    left: auto;
    z-index: 10;
  }
}
