/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

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.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

a,
.slides_tabs li {
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
}

html {
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "liga", "kern";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: opacity 600ms cubic-bezier(0.785, 0.135, 0.15, 0.94);
}

@media (min-width: 48em) {
  body {
    overflow-x: hidden;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "leitura-news", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

h1 {
  letter-spacing: -0.015rem;
  font-size: 3.5rem;
  font-style: italic;
}

@media (min-width: 48em) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: 1.6428571429rem;
  font-style: italic;
  letter-spacing: -0.01rem;
  line-height: 1.1;
}

h2 em {
  display: block;
  font-size: 50%;
  font-weight: normal;
}

@media (min-width: 48em) {
  h2 {
    font-size: 2.875rem;
  }
}

h3 {
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.34rem;
  letter-spacing: -0.01rem;
}

h3 span {
  display: block;
  font-size: 50%;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 48em) {
  h3 {
    font-size: 1.675rem;
  }
}

h4 {
  font-family: "proxima-soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h4 span {
  display: block;
  font-weight: normal;
  text-transform: none;
}

ul,
ol {
  list-style: disc outside;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1em;
  margin: 0 0 1rem;
}

blockquote {
  margin: 0;
}

figure {
  margin: 0;
}

figure img {
  vertical-align: bottom;
}

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

img[src*=".svg"] {
  width: 100%;
}

hr {
  background-color: #000;
  border: 0 none;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.button {
  background-color: #FDB938;
  border: 1px solid #FDB938;
  border-radius: 99em;
  color: #57200A;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1rem 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.is-secondary {
  background-color: #57200A;
  border-color: #57200A;
  color: #FFF;
}

.button:hover {
  background-color: #57200A;
  border-color: #57200A;
  color: #FFF;
}

body {
  position: relative;
}

.site-logo {
  min-width: 32vw;
}

.site-nav {
  background-color: #57200A;
  padding: 1.5rem 0;
}

@media (min-width: 48em) {
  .site-nav {
    box-shadow: 0 0 2.5em -1px rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 100;
  }
}

.site-nav-logo {
  display: none;
  height: 2.5rem;
  left: 1.5rem;
  position: absolute;
  top: 1rem;
  width: 4rem;
}

@media (min-width: 37.5em) {
  .site-nav-logo {
    display: block;
  }
}

.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-nav-item {
  display: inline-block;
}

.site-nav-item:not(:last-of-type) {
  margin-right: 1.5rem;
}

.site-nav-list a {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav-list a:hover {
  color: #FDB938;
}

.site-header {
  -ms-flex-align: center;
  align-items: center;
  background-color: #FDB938;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  text-align: center;
}

.site-header p {
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}

.site-header__overlay {
  background-color: rgba(87, 32, 10, 0.35);
  bottom: 0;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.site-header .row {
  padding-bottom: 7.5rem;
  z-index: 3;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
}

.column {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 48em) {
  .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  padding-bottom: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.75rem;
}

@media (min-width: 48em) {
  .section {
    padding-bottom: 7.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 7rem;
  }
}

.section h1 {
  margin-bottom: 0.25em;
  text-align: center;
}

.section-about h2,
.section-store h2,
.section-contact h2 {
  border-bottom: 1px dotted;
  border-top: 3px double;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0;
}

.section-about {
  background-color: #FDB938;
  color: #57200A;
}

.section-about h1 {
  color: #FFF;
}

.section-menu {
  background-color: #FDB938;
  color: #57200A;
}

.section-menu h1 {
  color: #FFF;
}

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

.menu-header h2 {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .menu-content {
    margin-bottom: 3rem;
  }
}

.menu-content > div {
  margin-bottom: 0.5em;
}

@media (min-width: 48em) {
  .menu-content > div {
    margin-bottom: 1.5rem;
  }
}

.menu-content .column.is-category {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.menu-content .column.is-category h3 {
  border-bottom: 1px dotted #57200A;
  border-top: 3px double #57200A;
  padding: 0.5rem 0;
}

.is-lunch .menu-content .is-category:not(:first-of-type) {
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .is-lunch .menu-content .is-category:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.section-store {
  color: #57200A;
}

.section-store h1 {
  color: #FDB938;
}

.store-content p:last-of-type {
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}

.store-imgs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-imgs > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (min-width: 48em) {
  .store-imgs > div {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.store-imgs > div > img {
  display: block;
}

.section-contact {
  background-color: #57200A;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.828-1.415 1.415L51.8 0h2.827zM5.373 0l-.83.828L5.96 2.243 8.2 0H5.374zM48.97 0l3.657 3.657-1.414 1.414L46.143 0h2.828zM11.03 0L7.372 3.657 8.787 5.07 13.857 0H11.03zm32.284 0L49.8 6.485 48.384 7.9l-7.9-7.9h2.83zM16.686 0L10.2 6.485 11.616 7.9l7.9-7.9h-2.83zm20.97 0l9.315 9.314-1.414 1.414L34.828 0h2.83zM22.344 0L13.03 9.314l1.414 1.414L25.172 0h-2.83zM32 0l12.142 12.142-1.414 1.414L30 .828 17.272 13.556l-1.414-1.414L28 0h4zM.284 0l28 28-1.414 1.414L0 2.544V0h.284zM0 5.373l25.456 25.455-1.414 1.415L0 8.2V5.374zm0 5.656l22.627 22.627-1.414 1.414L0 13.86v-2.83zm0 5.656l19.8 19.8-1.415 1.413L0 19.514v-2.83zm0 5.657l16.97 16.97-1.414 1.415L0 25.172v-2.83zM0 28l14.142 14.142-1.414 1.414L0 30.828V28zm0 5.657L11.314 44.97 9.9 46.386l-9.9-9.9v-2.828zm0 5.657L8.485 47.8 7.07 49.212 0 42.143v-2.83zm0 5.657l5.657 5.657-1.414 1.415L0 47.8v-2.83zm0 5.657l2.828 2.83-1.414 1.413L0 53.456v-2.83zM54.627 60L30 35.373 5.373 60H8.2L30 38.2 51.8 60h2.827zm-5.656 0L30 41.03 11.03 60h2.828L30 43.858 46.142 60h2.83zm-5.656 0L30 46.686 16.686 60h2.83L30 49.515 40.485 60h2.83zm-5.657 0L30 52.343 22.343 60h2.83L30 55.172 34.828 60h2.83zM32 60l-2-2-2 2h4zM59.716 0l-28 28 1.414 1.414L60 2.544V0h-.284zM60 5.373L34.544 30.828l1.414 1.415L60 8.2V5.374zm0 5.656L37.373 33.656l1.414 1.414L60 13.86v-2.83zm0 5.656l-19.8 19.8 1.415 1.413L60 19.514v-2.83zm0 5.657l-16.97 16.97 1.414 1.415L60 25.172v-2.83zM60 28L45.858 42.142l1.414 1.414L60 30.828V28zm0 5.657L48.686 44.97l1.415 1.415 9.9-9.9v-2.828zm0 5.657L51.515 47.8l1.414 1.413 7.07-7.07v-2.83zm0 5.657l-5.657 5.657 1.414 1.415L60 47.8v-2.83zm0 5.657l-2.828 2.83 1.414 1.413L60 53.456v-2.83zM39.9 16.385l1.414-1.414L30 3.658 18.686 14.97l1.415 1.415 9.9-9.9 9.9 9.9zm-2.83 2.828l1.415-1.414L30 9.313 21.515 17.8l1.414 1.413 7.07-7.07 7.07 7.07zm-2.827 2.83l1.414-1.416L30 14.97l-5.657 5.657 1.414 1.415L30 17.8l4.243 4.242zm-2.83 2.827l1.415-1.414L30 20.626l-2.828 2.83 1.414 1.414L30 23.456l1.414 1.414zM56.87 59.414L58.284 58 30 29.716 1.716 58l1.414 1.414L30 32.544l26.87 26.87z' fill='%23351306' fill-opacity='0.36' fill-rule='evenodd'/%3E%3C/svg%3E");
  color: #FDB938;
}

.section-contact h1 {
  color: #FFF;
}

.contact-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contact-content > div {
  margin-bottom: 0.5em;
}

@media (min-width: 48em) {
  .contact-content > div {
    margin-bottom: 1.5rem;
  }
}

.contact-content p {
  color: #FFF;
}

.contact-content a {
  border-bottom: 1px solid;
  color: #FFF;
}

.contact-content a:hover {
  color: #FDB938;
  border-bottom: 0 none;
}

.contact-img {
  padding-top: 1rem;
}

@media (min-width: 48em) {
  .contact-img {
    padding-top: 2.5rem;
  }
}

.c-12,
.contact-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.c-12-10-8,
.menu-header,
.menu-content,
.store-content,
.about-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-10-8,
  .menu-header,
  .menu-content,
  .store-content,
  .about-content {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
}

@media (min-width: 64em) {
  .c-12-10-8,
  .menu-header,
  .menu-content,
  .store-content,
  .about-content {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
}

.c-12-10 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
}

.c-12-6,
.menu-content .column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-6,
  .menu-content .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.c-12-6-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-6-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 64em) {
  .c-12-6-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

.c-12-6-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-6-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 64em) {
  .c-12-6-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.c-12-5 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
}

.c-12-4,
.contact-content .column {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-4,
  .contact-content .column {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

.c-12-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  .c-12-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.site-footer {
  padding: 2.5rem 0 5rem;
}

.site-footer .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 75%;
  text-align: center;
}

.site-footer p a {
  color: rgba(255, 255, 255, 0.35);
}

.site-footer p a:hover {
  color: #FFF;
}

.slides {
  background-color: #000;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slides li {
  backface-visibility: hidden;
  display: none;
  width: 100%;
}

.slides li img {
  display: block;
  width: 100%;
}

.slides-wrap {
  position: relative;
}

.slides_tabs {
  bottom: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.slides_tabs li {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99em;
  display: inline-block;
  height: 0.75rem;
  text-indent: -999em;
  vertical-align: middle;
  width: 0.75rem;
}

.slides_tabs li:not(:last-of-type) {
  margin-right: 0.5rem;
}

.slides_tabs li:hover {
  background-color: rgba(253, 185, 56, 0.5);
}

.slides_tabs li.slides_here {
  background-color: rgba(255, 255, 255, 0.9);
}

.slides_tabs li a {
  display: block;
}

.slides_nav {
  background-color: rgba(87, 32, 10, 0.4);
  color: #FFF;
  display: block;
  font-family: "leitura-news", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  height: 4rem;
  line-height: 1.375;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  z-index: 50;
}

.slides_nav.prev {
  left: 0;
}

.slides_nav.next {
  right: 0;
}

.slides_nav:hover {
  background-color: rgba(87, 32, 10, 0.75);
  color: #FDB938;
}