/*
Theme Name: Middleburg Deli
Theme URI: http://middleburgdeli.com
Description: 
Author: Puckett and Associates
Author URI: http://puckett-associates.com
*/
/* Base Styles */
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
input,
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
          transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Global Styles */
header {
  display: block; }
  header::after {
    clear: both;
    content: "";
    display: table; }

.header-id {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%; }
  .header-id:last-child {
    margin-right: 0; }

.header-info {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%; }
  .header-info:last-child {
    margin-right: 0; }

#header-contact li a {
  color: #ddd; }

#address {
  text-align: center;
  margin: 0; }
  @media screen and (min-width: 768px) {
    #address {
      text-align: left;
      float: left;
      width: 47%; } }

#phone {
  text-align: center;
  font-size: 1.25em; }
  @media screen and (min-width: 768px) {
    #phone {
      font-size: 1.125em;
      text-align: right;
      float: left;
      width: 47%; } }

.logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 555;
  background: #555; }
  .fixed-header .wrap {
    padding: 5px 0;
    margin-top: 0;
    margin-bottom: 0; }
  .fixed-header ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    .fixed-header ul::after {
      clear: both;
      content: "";
      display: table; }
    .fixed-header ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .fixed-header ul li a {
        display: inline-block; }
    .fixed-header ul li {
      text-align: right;
      margin: 5px;
      font-size: 1em;
      color: #fff;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .fixed-header ul li {
          width: 50%; } }

@media screen and (min-width: 768px) {
  .header-id {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: center; }
    .header-id:last-child {
      margin-right: 0; }

  .header-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .header-info:last-child {
      margin-right: 0; } }
.header-id h1 a {
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffd34e; }

.header-info ul {
  margin: 0;
  padding: 0;
  text-align: right; }
  .header-info ul::after {
    clear: both;
    content: "";
    display: table; }
  .header-info ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .header-info ul li a {
      display: inline-block; }
  .header-info ul li {
    text-align: right;
    margin-left: 20px;
    font-size: 1.25em; }

body {
  background: white; }

.wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

section.wrap {
  padding: 30px 20px;
  margin-bottom: 20px; }

.menu-2col {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%; }
  .menu-2col:last-child {
    margin-right: 0; }

@media screen and (min-width: 441px) {
  .menu-2col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .menu-2col:last-child {
      margin-right: 0; } }
.hero {
  background: url(img/middleburg-deli-image.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 500px; }

h1 {
  margin-bottom: 1em;
  color: #477dca;
  margin: 0;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.5em;
      text-align: center; } }

h1.tagline {
  padding: 1.5em 0; }

h2 {
  color: white;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 2.5em;
      text-align: center; } }

h3 {
  font-size: 1.25em;
  margin-bottom: 0.125em; }

.menu-6col-c {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%;
  text-align: center; }
  .menu-6col-c:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .menu-6col-c {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-left: 25.5894128995%; }
      .menu-6col-c:last-child {
        margin-right: 0; } }

.text-center {
  text-align: center; }

.menu-item {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%;
  padding: 1em 0.75em; }
  .menu-item:last-child {
    margin-right: 0; }

.menu-item h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 2px;
  color: #444; }
.menu-item p {
  font-size: 0.875em;
  line-height: 1.3em;
  color: #666;
  margin-bottom: 0; }
.menu-item p.menu-price {
  font-size: 0.875em;
  font-weight: 300;
  color: #888;
  line-height: 1.5em;
  font-style: italic; }

.bread-list img, .cheese-list img {
  border-radius: 50%; }
.bread-list h4, .cheese-list h4 {
  font-size: 0.875em;
  margin-top: 0.25em;
  color: #bd4932;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase; }

.bread-list {
  display: block; }
  .bread-list li {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 100%;
    text-align: center;
    display: block; }
    .bread-list li:last-child {
      margin-right: 0; }

.cheese-list {
  display: block; }
  .cheese-list li {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 100%;
    text-align: center;
    display: block; }
    .cheese-list li:last-child {
      margin-right: 0; }

.menu-2col .menu-item {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%;
  min-height: 0; }
  .menu-2col .menu-item:last-child {
    margin-right: 0; }

@media screen and (min-width: 441px) {
  .menu-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    min-height: 140px; }
    .menu-item:last-child {
      margin-right: 0; }
    .menu-item p {
      font-size: 0.875em; } }
@media screen and (min-width: 441px) and (max-width: 767px) {
  .menu-item:nth-child(2n+1) {
    margin-right: 0; }

  .menu-2col .menu-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .menu-2col .menu-item:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .menu-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .menu-item:last-child {
      margin-right: 0; }
    .menu-item:nth-child(3n+1) {
      margin-right: 0; }

  .menu-2col .menu-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .menu-2col .menu-item:last-child {
      margin-right: 0; }
    .menu-2col .menu-item:nth-child(2n+1) {
      margin-right: 0; } }
#bread-cheese {
  background: #eee; }
  #bread-cheese .menu-2col {
    margin-bottom: 1em; }

.modal {
  display: none;
  width: 90%;
  background: #fff;
  padding: 1.5em;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
  max-width: 900px; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 0 0;
  background-size: 30px 30px; }

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  border-radius: 8px; }

.modal-title {
  background: #477dca;
  color: #fff;
  padding: 5px 20px; }
  .modal-title h2 {
    margin-bottom: 0; }

.modal-content {
  padding: 20px; }

@media screen and (max-width: 767px) {
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: scroll; } }
@media screen and (min-width: 441px) {
  .modal {
    width: 70%; } }
.parallax-window {
  max-height: 30em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }

.parallax-static-content {
  color: #9A9A8A;
  padding: 3em 0;
  position: relative;
  z-index: 9; }
  .parallax-static-content p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.5em;
    color: #ffd34e;
    text-transform: uppercase;
    letter-spacing: 5px; }
    @media screen and (min-width: 768px) {
      .parallax-static-content p {
        font-size: 3em; } }
  .parallax-static-content b {
    font-weight: 100;
    color: #fff;
    font-size: 1.75em; }
    @media screen and (min-width: 768px) {
      .parallax-static-content b {
        font-size: 3.75em; } }

.fade-in-element {
  background: #fff;
  border-radius: 3px;
  border: 1px solid silver;
  line-height: 1.5;
  margin-bottom: 4em;
  padding: 1.5em;
  text-align: center;
  width: 100%; }
  .fade-in-element::after {
    clear: both;
    content: "";
    display: table; }
  .fade-in-element p {
    color: #333;
    line-height: 1.5; }

.js-fade-element-hide {
  opacity: 0; }

.js-fade-element-show {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1; }

.hero {
  position: relative; }

.hero-categories ul li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  padding: .5em; }
  .hero-categories ul li:last-child {
    margin-right: 0; }
  .hero-categories ul li a {
    font-size: 1.25em;
    color: #bd4932;
    display: block;
    text-align: center; }

/*# sourceMappingURL=style.css.map */