/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

body {
  line-height: 1; }

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; }

body {
  font-family: "Lekton", sans-serif;
  color: #84322D; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    opacity: 0.6;
    transition: opacity 0.2s; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

.container {
  margin: 40px auto 70px;
  padding-right: 30px;
  padding-left: 30px; }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 1200px;
      margin: 40px auto; } }

.header {
  margin-bottom: 40px; }
  @media only screen and (min-width: 541px) {
    .header {
      display: flex;
      justify-content: space-between; } }
  .header .logo-container {
    flex-grow: 1; }
  @media only screen and (max-width: 540px) {
    .header .logo {
      max-width: 180px; } }
  .header .logo:hover {
    opacity: 1; }
  .header .shops {
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .header .shops {
        display: none; } }
  .header .shop-information {
    font-size: 12px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 540px) {
    .header .navigation {
      margin-top: 20px; } }
  .header .link {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em; }
    .header .link.is-active:hover {
      opacity: 1; }
    .header .link.is-active::before {
      position: absolute;
      top: 1px;
      left: -15px;
      width: 10px;
      height: 10px;
      background-color: #84322D;
      border-radius: 50%;
      content: ''; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #eee; }
  @media only screen and (min-width: 768px) {
    .footer {
      display: none; } }
  .footer .inner {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px; }
  .footer .shops {
    text-align: center; }

@media only screen and (min-width: 541px) {
  .information {
    display: none; } }

.locations {
  display: flex; }
  @media only screen and (max-width: 540px) {
    .locations {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (min-width: 768px) {
    .locations {
      flex-wrap: wrap; } }
  .locations .item {
    width: 260px; }
    @media only screen and (max-width: 540px) {
      .locations .item {
        margin-bottom: 40px; } }
    @media only screen and (min-width: 540px) {
      .locations .item:not(:first-child) {
        margin-left: 40px; } }
  .locations .image {
    display: block;
    border: 5px solid #84322D; }
  .locations .link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: italic; }
    .locations .link .bullet {
      padding-top: 5px;
      padding-right: 5px;
      font-size: 30px; }
  .locations .shop-information {
    margin-top: 20px; }

.work-with-us {
  font-size: 13px;
  line-height: 1.2em; }
  @media only screen and (min-width: 541px) {
    .work-with-us {
      display: flex; } }
  @media only screen and (min-width: 541px) {
    .work-with-us .description {
      max-width: 340px; } }
  @media only screen and (max-width: 540px) {
    .work-with-us .description:first-child {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 541px) {
    .work-with-us .description:first-child {
      max-width: 250px;
      margin-right: 50px; } }
  .work-with-us .description:last-child {
    margin-top: -5px;
    font-style: italic; }
  .work-with-us .description .bullet {
    position: relative;
    top: 5px;
    left: 0;
    font-size: 25px; }

.menu {
  display: flex; }
  @media only screen and (max-width: 540px) {
    .menu {
      flex-direction: column; } }
  @media only screen and (min-width: 541px) {
    .menu .col {
      width: 25%; } }
  @media only screen and (max-width: 540px) {
    .menu .col {
      margin: 0 auto; } }
  @media only screen and (min-width: 541px) {
    .menu .col:not(:first-child) {
      margin-left: 3%; } }
  @media only screen and (min-width: 541px) {
    .menu .col:last-child {
      margin-top: 50px;
      margin-left: 5%; } }
  .menu .col:last-child .item {
    max-width: 200px; }
  .menu .item {
    max-width: 200px;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    border: 5px solid #84322D;
    background-color: #FFF8ED;
    font-size: 12px;
    text-align: center;
    line-height: 1.2em; }
    .menu .item.small {
      font-size: 9px;
      padding: 0 5px 15px; }
      .menu .item.small .title {
        margin-bottom: 0; }
      .menu .item.small .description {
        padding-left: 20px;
        padding-right: 20px; }
      .menu .item.small.fixed {
        position: relative;
        top: -32px;
        left: 50%;
        max-width: 120px; }
        .menu .item.small.fixed .list-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 10px;
          margin-bottom: 10px;
          padding-right: 10px;
          padding-left: 10px; }
        .menu .item.small.fixed .description {
          padding-left: 0;
          padding-right: 0; }
      .menu .item.small .product {
        text-transform: uppercase; }
    .menu .item .title {
      position: relative;
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 10px; }
      .menu .item .title.bullet::before {
        position: absolute;
        top: 1px;
        left: -15px;
        width: 10px;
        height: 10px;
        background-color: #84322D;
        border-radius: 50%;
        content: ''; }
    .menu .item .subtitle {
      margin-top: 15px;
      text-transform: uppercase; }
    .menu .item .description {
      padding-left: 15px;
      padding-right: 15px; }
    .menu .item .list {
      margin: 0 auto; }
      .menu .item .list.relevant {
        margin: 20px auto 0;
        text-transform: uppercase; }
    .menu .item .fine-text {
      display: block;
      font-size: 10px;
      margin: 10px auto;
      padding-left: 15px;
      padding-right: 15px;
      font-style: italic; }
  .menu .print {
    display: flex;
    align-items: center;
    max-width: 160px;
    margin-bottom: 15px; }
    .menu .print .fine-text {
      display: block;
      margin-right: 10px;
      font-size: 10px;
      font-style: italic; }
  .menu .image-bg {
    position: relative;
    top: -160px;
    left: -20px; }

.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 400px; }
  .swiper-container .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.shop-information {
  font-size: 14px; }
  .shop-information .title, .shop-information .season {
    font-weight: bold; }
  .shop-information .season {
    margin-top: 20px;
    text-transform: uppercase; }
  .shop-information .days, .shop-information .hours, .shop-information .tel, .shop-information .fine-text {
    font-size: 12px; }
  .shop-information .fine-text {
    text-transform: uppercase; }

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