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

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: #A0C1B8;
  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.35em;
  z-index: 10;
  position: relative;
  outline-style: none;
  list-style: none; }

.menu-description {
  position: relative;
  font-size: 1.25em;
  color: #709FB0;
  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: #F4EBC1;
  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: "Gruppo", sans-serif;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  color: #351F39;
  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: #709FB0;
  line-height: 1.3em; }

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

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

.menu-section-name {
  font-family: "Gruppo", sans-serif;
  font-size: 1.3em;
  text-align: left;
  color: #726A95;
  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: #726A95;
  position: relative;
  top: -.3rem; }

.price-block-container {
  background: #F4EBC1;
  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: #726A95;
  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: #A0C1B8;
  display: block;
  font-size: 1.8rem;
  padding: .5rem;
  border-top: 1px;
  border-color: #726A95;
  border-style: solid; }

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

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

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

.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: 0.8rem;
  color: #709FB0; }

.markdown ol > li:before {
  content: counter(section) ")";
  counter-increment: section;
  font-weight: 700;
  color: #709FB0;
  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: "Coda", sans-serif;
  color: #351F39;
  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: 800px;
  font-size: 1.35em;
  margin: 1em auto 0.2em auto;
  text-align: justify;
  color: #726A95;
  position: relative;
  top: .5em;
  font-weight: 700; }

.site-menu a, .site-meu a:visited, .site-menu a:hover, .site-menu a:active {
  color: #726A95; }

.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: none;
  font-size: 6rem;
  font-weight: bold;
  height: 100%;
  width: 100%;
  color: white;
  position: absolute;
  opacity: .6;
  z-index: 6; }

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

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

.slide-show-container:hover .slide-show-controls {
  display: block; }

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

.address-hours {
  font-size: 1.15em;
  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: #726A95;
  opacity: 0.6; }

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

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

.contactus {
  text-align: left; }

.site-btn {
  background: #726A95;
  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: #351F39;
  text-decoration: none; }

.contact {
  font-size: 1.2em; }

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

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

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

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

.about {
  margin-top: 2.5rem; }

.brand {
  margin: 0 auto;
  padding-top: 1rem; }

.contactus {
  margin-top: 1.3rem; }

.hours {
  margin-bottom: 2.5em; }

.logo {
  margin: 0 auto 0 auto;
  display: block; }

.opening-days {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: .35em; }

.responsive-container {
  max-width: 800px;
  margin: 0 auto; }

.site-menu-margin {
  border-top: 1px;
  border-style: solid;
  border-color: #A0C1B8;
  position: relative;
  top: 2.7em;
  width: calc((100% - 800px - 2em * 4) / 2); }

.site-menu-margin-left {
  margin-left: 2em; }

.site-menu-margin-right {
  margin-right: 2em;
  float: right; }

.website {
  font-family: "Gruppo", sans-serif;
  border-width: 1px;
  border-style: none solid none solid;
  margin-left: auto;
  margin-right: auto;
  border-color: #A0C1B8;
  width: 1024px;
  text-align: center;
  font-size: 1rem; }

.website hr {
  border: 0 none;
  height: 1px;
  background-color: #A0C1B8; }

@media (max-width: 1224px) {
  .website {
    border-style: none;
    width: 100%; }
  .site-menu-margin {
    display: none; } }

@media (max-width: 1024px) {
  .name {
    border-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 842.11px) {
  .responsive-container {
    width: 95%; }
  .site-menu {
    width: 95%; } }

.descender-padding {
  padding-bottom: .15em; }

.responsive-container {
  border-radius: 0px; }

.menu-section-description {
  margin-top: .3rem; }
