@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Sacramento);
@import url(//fonts.googleapis.com/css?family=Raleway);
.background-color {
  background: #DFE2D2; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  cursor: pointer; }

body {
  line-height: 1; }

i {
  font-style: italic; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  box-sizing: border-box; }

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

button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

input {
  border: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
  padding: 0.3em;
  border: none;
  border-bottom: 1px solid black; }

textarea, select {
  padding: 0.3em; }

select {
  background-color: white; }

.dot-leader-style, .price-dot-leader, .dot-leader {
  border-bottom: dotted;
  border-color: #F2AD9F;
  border-width: 1px;
  position: relative;
  font-size: 1rem;
  width: 100%; }

.dot-leader {
  position: absolute; }

.dot-leader-container {
  position: relative;
  width: 100%; }

.menu {
  font-size: 1.2em;
  z-index: 10;
  position: relative;
  outline-style: none;
  list-style: none; }

.menu-description {
  position: relative;
  font-size: 1.25em;
  color: #6CBF84;
  text-align: center;
  margin: 0.6rem 0 0.8rem 0; }

.menu-item-name {
  z-index: 11;
  font-weight: 400;
  text-align: left;
  max-width: calc(100% - 5em);
  position: relative;
  background: #DFE2D2;
  margin-right: 3rem;
  display: inline; }

.menu-item-description {
  font-size: .8em;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0.5rem;
  padding-top: 0.2rem;
  padding-right: 3rem;
  display: table-cell; }

.menu-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  color: #323339;
  margin-bottom: .5rem; }

.menu-selection {
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
  font-size: 1.2em; }

.menu-selection-item {
  font-size: 1.3em;
  color: #6CBF84;
  line-height: 1.3em; }

.menu-selection-item a, .menu-selection-itema:visited, .menu-selection-itema:hover, .menu-selection-itema:active {
  color: #6CBF84; }

.menu-active a {
  text-decoration: underline;
  text-underline-offset: .35rem; }

.menu-section-name {
  font-family: "Raleway", sans-serif;
  font-size: 1.3em;
  text-align: left;
  color: #F26968;
  margin-top: 1rem; }

.menu-section-description {
  text-align: left;
  font-style: italic;
  margin-left: 1rem;
  margin-bottom: .3rem;
  margin-top: .6rem;
  line-height: 1.3em;
  color: #F26968;
  position: relative;
  top: -.3rem; }

.price-block-container {
  background: #DFE2D2;
  position: relative;
  margin-bottom: 1rem;
  float: right;
  z-index: 11; }

.price-dot-leader {
  display: table-cell;
  vertical-align: top; }

.price {
  text-align: right;
  padding-bottom: .4em; }

.price-stacked {
  float: right; }

.price-type {
  font-size: 1rem;
  text-align: left;
  padding-right: 0.5rem; }

.price-type-empty {
  padding-right: 0px; }

.z-empty-price-type {
  padding-right: 0px; }

.z-price-row {
  display: table;
  width: 100%;
  margin-bottom: .2rem; }

.footer {
  font-size: .8rem;
  margin-top: 2.5rem;
  padding: .25rem; }

.hamburger {
  display: table-cell;
  font-size: 1rem;
  width: 1.5rem;
  padding-right: .4em;
  vertical-align: middle; }

.hamburger span {
  position: relative;
  display: inline-block; }

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  background-color: #F26968;
  width: 100%;
  height: 5px; }

.hamburger span:before,
.hamburger span:after {
  position: absolute;
  margin-top: -10px;
  content: " "; }

.hamburger span:after {
  margin-top: 0.6em; }

.hamburger-container {
  display: table;
  vertical-align: middle;
  width: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  text-align: left; }

.mobile-menu {
  background: #F2AD9F;
  display: block;
  font-size: 1.8rem;
  padding: .5rem;
  border-top: 1px;
  border-color: #F26968;
  border-style: solid; }

.markdown-heading, .markdown h6, .markdown h5, .markdown h4, .markdown h3, .markdown h2, .markdown h1 {
  color: #F26968;
  font-family: "Raleway", sans-serif;
  margin-bottom: .35rem;
  margin-top: 0.8rem;
  line-height: 1em;
  text-align: center; }

.markdown {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 1rem;
  line-height: 1.35em; }

.markdown a {
  text-decoration: underline;
  color: #F26968; }

.markdown-blockquote, .markdown code, .markdown blockquote {
  margin-left: 2rem;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1em; }

.markdown code {
  font-family: monospace;
  line-height: 1.3em; }

.markdown em {
  font-style: italic; }

.markdown img {
  max-width: 100%; }

.markdown h1 {
  font-size: 2.5em; }

.markdown h2 {
  font-size: 2.2em; }

.markdown h3 {
  font-size: 1.8em; }

.markdown h4 {
  font-size: 1.6em; }

.markdown h5 {
  font-size: 1.4em; }

.markdown h6 {
  font-size: 1.15em; }

.markdown li {
  list-style: none;
  margin-bottom: .3rem;
  margin-left: 3rem;
  position: relative; }

.markdown ul > li:before {
  content: '\2022';
  font-size: 1.7em;
  position: absolute;
  left: -2rem;
  content: "•";
  font-size: 2rem;
  color: #6CBF84; }

.markdown ol > li:before {
  content: counter(section) ")";
  counter-increment: section;
  font-weight: 700;
  color: #6CBF84;
  position: absolute;
  left: -2rem; }

.markdown li p {
  display: inline-block;
  margin-bottom: 0.4em; }

.markdown ol {
  counter-reset: section;
  list-style: decimal inside;
  margin-bottom: 0.6em; }

.markdown p {
  margin-bottom: 1em; }

.markdown strong {
  font-weight: bold; }

.markdown ul {
  margin-bottom: 0.6em; }

.brand {
  display: table;
  cursor: pointer; }

.logo {
  display: block; }

.name {
  font-family: "Sacramento", serif;
  color: #323339;
  font-size: 3rem;
  font-weight: 700;
  border-width: .1em;
  margin: .2em;
  display: inline-block;
  max-width: 800px; }

.google-map {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.site-menu {
  max-width: 1024px;
  font-size: 1.2em;
  margin: 1em auto 0.2em auto;
  text-align: justify;
  color: #F26968;
  position: relative;
  top: .5em;
  font-weight: 700; }

.site-menu a, .site-meu a:visited, .site-menu a:hover, .site-menu a:active {
  color: #F26968;
  text-underline-offset: 0.25em; }

.site-menu:after {
  content: "";
  display: inline-block;
  width: 100%; }

.slide-show {
  opacity: 1;
  display: block;
  position: absolute;
  transition: opacity 1s;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  will-change: opacity; }

.slide-show-fade-out {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  will-change: opacity; }

.slide-show-container {
  position: relative;
  margin: 0 auto; }

.slide-show-controls {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6; }

.slide-show-button {
  border-radius: 999px;
  background-color: black;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: white;
  padding-bottom: 1rem;
  cursor: pointer;
  opacity: .55;
  text-align: center; }

.slide-show-button:hover {
  opacity: 1; }

.slide-show-control {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0 0 0 0.8rem;
  padding-bottom: .4em;
  float: left; }

.slide-show-control-right {
  float: right;
  margin: 0 0.8rem 0 0; }

@media (max-width: 600px) {
  .slide-show-controls {
    font-size: 3rem; } }

.address-hours {
  font-size: 1em;
  overflow: hidden;
  text-align: center; }

.address {
  margin-bottom: 1em;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.35em; }

.hours {
  text-align: left;
  margin-right: 1.5em; }

.hours-centered {
  margin-bottom: 2rem; }

.hours-notes {
  line-height: 1.3rem;
  font-size: 1.1rem;
  font-style: italic; }

.opening-hours {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: .5em;
  margin-left: .5em; }

.social-icon {
  height: 50px;
  width: 50px;
  margin-top: 1rem;
  fill: #F26968;
  opacity: 0.6; }

.social-icon:hover {
  cursor: pointer; }

textarea {
  width: 100%;
  resize: none; }

.contactus {
  text-align: left; }

.site-btn {
  background: #F26968;
  border-radius: 9px;
  font-family: Arial;
  color: white;
  font-size: 1.25em;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-top: .5em; }

.site-btn:hover {
  background: #323339;
  text-decoration: none; }

.contact {
  font-size: 1em; }

.contact-heading {
  font-size: 1.3em;
  margin-bottom: .6rem;
  color: #F26968; }

.name-font {
  font-family: "Sacramento"; }

.heading-font {
  font-family: "Raleway"; }

.text-font {
  font-family: "Raleway"; }

.brand {
  margin: 1rem 3rem 1rem 1rem; }

@media (max-width: 1024px) {
  .brand {
    margin: .5rem 3rem .5rem .75rem; } }

.footer {
  position: fixed;
  bottom: -3px;
  right: 0; }

.footer::before {
  content: "";
  margin-left: -.5em;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: white;
  opacity: .4;
  border-top-left-radius: .3em;
  margin-top: -2px; }

.header {
  display: table;
  width: 100%;
  background-color: #DFE2D2; }

.name {
  border-style: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 3.5rem; }

.responsive-container {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 0 auto;
  background-color: #DFE2D2;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  overflow-y: auto; }

.restaurant-header {
  display: table;
  width: 100%;
  background-color: #DFE2D2;
  opacity: 0.85; }

.site-menu {
  color: #F26968; }

.small-name {
  font-size: calc(3.5rem / 1.5);
  padding: .25em; }

.website {
  background-color: #F2AD9F;
  background-size: cover;
  background-position: center center;
  font-family: "Raleway", sans-serif;
  display: table;
  width: 100%;
  height: 100%;
  font-szie: 1rem; }

.site-menu {
  vertical-align: middle;
  display: table-cell;
  width: auto;
  text-align: right;
  padding: 1rem; }

.site-menu a {
  margin-left: 2rem; }

.edit-menu {
  display: none; }

.edit-hamburger {
  display: inline-block; }
