/*!
Theme Name: 111Bistro Theme
Author: Kevin Wirth
Description: Custom Wordpress Theme for 111 Bistro
Version: 2026
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  margin: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #e1e1e1;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 50px;
}
body.home {
  color: #fff;
  background-color: #000;
}

a:link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #B04200;
}
a:active {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
}

.off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  color: rgb(0, 0, 0);
  overflow: hidden;
  background: rgb(255, 255, 255);
}

.clearfix::after {
  content: ""; /* Empty content */
  display: block; /* Make it a block-level element */
  clear: both; /* Clear floats on both left and right */
}

.section--footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875em;
  background-color: #000;
  clear: both;
}
@media (min-width: 767px) {
  .section--footer {
    display: none;
  }
}
.section--footer .container {
  padding: 0;
}
.section--footer .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section--footer .menu-item {
  display: inline-block;
  margin: 1em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.header .container {
  width: 100%;
  height: 70px;
}
.header .logo {
  height: 60px;
  width: auto;
  float: left;
  margin: 5px 0 0 5px;
}
.header .menu-social {
  position: absolute;
  top: 19px;
  right: 50px;
  float: right;
}
@media (min-width: 768px) {
  .header .menu-social {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .menu-social {
    display: block;
  }
}

.menu-header-menu-container {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 778px) {
  .menu-header-menu-container {
    position: static;
    margin: 22px 0 0 0;
    width: auto;
    display: block;
    float: right;
  }
}
@media (min-width: 992px) {
  .menu-header-menu-container {
    margin-right: 180px;
  }
}
.menu-header-menu-container.menu-open {
  display: block;
  text-align: left;
}
.menu-header-menu-container .menu {
  list-style-type: none;
  padding: 0 0 0 10px;
}
.menu-header-menu-container a:link, .menu-header-menu-container a:visited, .menu-header-menu-container a:active {
  color: #000;
}
.menu-header-menu-container a:hover {
  color: #B04200;
}
.menu-header-menu-container a {
  font-weight: 300;
}
.menu-header-menu-container .current-menu-item a {
  color: #B04200;
}
.menu-header-menu-container .menu-item {
  padding: 8px 0;
}
@media (min-width: 778px) {
  .menu-header-menu-container .menu-item {
    margin-right: 1em;
    padding: 0;
    display: inline-block;
  }
}

.menu-toggle {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  font-size: 2em;
  color: #000;
}
@media (min-width: 778px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.active {
  color: #B04200;
}

.menu-social {
  list-style-type: none;
}
.menu-social .menu-item {
  height: 32px;
  width: 32px;
  display: block;
  text-align: center;
  float: left;
  line-height: 2rem;
}
.menu-social .menu-item a {
  text-decoration: none;
}

.page-title {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 767px) {
  .page-title {
    font-size: 2.625em;
  }
}
.page-title.dark-ui {
  color: #000;
}

.page-template-page-drinks {
  color: #000 !important;
  background-color: #e1e1e1;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("assets/img/background--drinks-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  clear: both;
}
.page-template-page-drinks .menu-subtitle {
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media (min-width: 767px) {
  .page-template-page-drinks .menu-subtitle {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}
.page-template-page-drinks .menu-description {
  width: 80%;
  display: block;
  margin: 30px auto;
  text-align: center;
  font-size: 0.875em;
  color: #000;
}
@media (min-width: 767px) {
  .page-template-page-drinks .menu-description {
    font-size: 1em;
  }
}
.page-template-page-drinks .category-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .page-template-page-drinks .category-title {
    font-size: 1.6em;
  }
}

.page-template-page-events {
  color: #fff;
  background-color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/background--events-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.page-template-page-events .event-title {
  text-transform: uppercase;
  color: #fff;
}
.page-template-page-events .event-date,
.page-template-page-events .event-time {
  display: block;
  padding: 1em 0;
}

.page-template-page-jobs {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/background--parties-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.page-template-page-jobs .wpcf7-form {
  width: 100%;
}
.page-template-page-jobs .wpcf7-form .wpcf7-form-control,
.page-template-page-jobs .wpcf7-form label {
  width: 100%;
}
.page-template-page-jobs .wpcf7-form .wpcf7-form-control {
  margin: 0.5em 0;
  padding: 0.5em;
}

.page-template-page-menu {
  color: #000 !important;
  background-color: #E0E0E0;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("assets/img/background--menu-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-template-page-menu .menu-subtitle {
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
@media (min-width: 767px) {
  .page-template-page-menu .menu-subtitle {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}
.page-template-page-menu .menu-description {
  width: 80%;
  display: block;
  margin: 30px auto;
  text-align: center;
  font-size: 0.875em;
  color: #000;
}
@media (min-width: 767px) {
  .page-template-page-menu .menu-description {
    font-size: 1em;
  }
}
.page-template-page-menu .category-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .page-template-page-menu .category-title {
    font-size: 1.6em;
  }
}

.page-template-page-parties {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/background--parties-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.page-template-page-parties .wpcf7-form {
  width: 100%;
}
.page-template-page-parties .wpcf7-form .wpcf7-form-control,
.page-template-page-parties .wpcf7-form label {
  width: 100%;
}
.page-template-page-parties .wpcf7-form .wpcf7-form-control {
  margin: 0.5em 0;
  padding: 0.5em;
}

.page-template-page-specials {
  color: #fff;
  background-color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/background--specials-page.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-template-page-specials .container {
  margin-top: 2em;
}
.page-template-page-specials .wp-block-heading {
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .page-template-page-specials .wp-block-heading {
    font-size: 3em;
  }
}
.page-template-page-specials .wp-block-separator {
  height: 10px;
}
.page-template-page-specials table {
  width: 100%;
  margin: 2em 0;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .page-template-page-specials table {
    font-size: 1em;
  }
}
.page-template-page-specials table strong {
  font-size: 1rem;
  text-transform: uppercase;
}
.page-template-page-specials table td {
  width: 50%;
}

.page-template-page-wine-shop {
  color: #fff;
  background-color: #000;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/background--wine-shop.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section--about-us {
  margin-top: 20px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
@media (min-width: 960px) {
  .section--about-us .content {
    padding-bottom: 160px;
    overflow: hidden;
  }
}
.section--about-us .image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .section--about-us .image {
    margin-bottom: 160px;
  }
}
.section--about-us .title {
  font-size: 2.75em;
  text-transform: uppercase;
  font-weight: 100;
}
@media (min-width: 960px) {
  .section--about-us .title {
    font-size: 3em;
  }
}
.section--about-us .subtitle {
  font-size: 1.75em;
  font-family: "Parisienne", sans-serif;
  color: #B04200;
  padding: 0 30px;
}
.section--about-us p {
  line-height: 1.5em;
  padding: 0 30px;
}
@media (min-width: 960px) {
  .section--about-us p {
    font-size: 1.125em;
    width: 85%;
    margin: 0 auto;
  }
}

.drinks-menu-categories {
  width: 100%;
  margin: 0px 0px 40px;
  padding: 0px;
  list-style: none;
}
@media (min-width: 767px) {
  .drinks-menu-categories {
    padding: 0;
  }
}
.drinks-menu-categories .drink-menu-item {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.5em 1.5em;
  margin-top: -2px;
  color: #000;
  border: 3px solid #000;
}
.drinks-menu-categories .drink-menu-item .toggle-btn {
  width: 100%;
  display: block;
  cursor: pointer;
}
@media (min-width: 767px) {
  .drinks-menu-categories .drink-menu-item {
    display: inline-block;
    width: auto;
    margin: 10px;
  }
}
.drinks-menu-categories .drink-menu-item.active {
  background-color: #000;
  color: #fff;
}

.food-menu-grid-item-content {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin: 10px auto;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 767px) {
  .food-menu-grid-item-content {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .food-menu-grid-item-content.duo {
    width: 46%;
    margin: 10px 2%;
    float: left;
    box-sizing: border-box;
  }
}
.food-menu-grid-item-content .food-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.food-menu-grid-item-content .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.food-menu-grid-item-content .food-title,
.food-menu-grid-item-content .food-price,
.food-menu-grid-item-content .food-description {
  display: block;
  width: 100%;
  font-size: 0.875em;
}
@media (min-width: 767px) {
  .food-menu-grid-item-content .food-title,
  .food-menu-grid-item-content .food-price,
  .food-menu-grid-item-content .food-description {
    font-size: 1em;
  }
}
.food-menu-grid-item-content .food-title {
  width: 80%;
  float: left;
  vertical-align: top;
}
.food-menu-grid-item-content .food-price {
  text-align: right;
  width: 20%;
  float: right;
  vertical-align: top;
}
.food-menu-grid-item-content .food-description {
  clear: both;
}

.hero--video {
  text-align: center;
}
.hero--video .video {
  width: 100%;
  margin-bottom: 20px;
}
.hero--video .fa-location-dot {
  color: #B04200;
}

.section--info {
  text-align: center;
}
@media (min-width: 768px) {
  .section--info {
    text-align: left;
  }
}
.section--info h3 {
  color: #F48847;
}
.section--info .menu-social {
  display: inline-block;
}
.section--info .menu-social a:link,
.section--info .menu-social a:visited,
.section--info .menu-social a:active {
  color: #fff;
}
.section--info .menu-social a:hover {
  color: #B04200;
}

.section--reviews {
  text-align: center;
  color: #000;
  background-color: #F48847;
  display: block;
  padding: 10px 0 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .section--reviews {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  .section--reviews .content {
    width: 60%;
    margin: 0 auto;
  }
}
.section--reviews .uk-slideshow-items {
  height: 180px;
  display: block;
}
.section--reviews .heading {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .section--reviews .heading {
    font-size: 3em;
  }
}
.section--reviews .subtitle {
  font-size: 2em;
  font-family: "Parisienne", sans-serif;
}
.section--reviews .reviewer-name {
  font-size: 1em;
}
.section--reviews .fa-star {
  color: #000;
}
.section--reviews p {
  font-size: 0.875em;
  padding: 0 20px;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .section--reviews p {
    font-size: 1.125em;
  }
}
.section--reviews .uk-dotnav a {
  border-color: #000;
}
.section--reviews .uk-dotnav .uk-active a {
  background-color: #000;
}
.section--reviews .uk-dotnav .uk-slidenav-previous svg {
  fill: #000;
}

.section--slideshow {
  position: relative;
}
.section--slideshow .uk-slideshow-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section--slideshow .uk-slideshow-items {
  height: 450px;
}
@media (min-width: 960px) {
  .section--slideshow .uk-slideshow-items {
    height: 650px;
  }
}
.section--slideshow .uk-slideshow-items h2 {
  font-size: 2em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .section--slideshow .uk-slideshow-items h2 {
    font-size: 3em;
  }
}
.section--slideshow .uk-slideshow-items p {
  font-size: 2em;
  font-family: "Parisienne", sans-serif;
}
.section--slideshow .uk-slideshow-items .uk-button {
  border: 4px solid #fff;
}

.video-controls-btn .fa {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .video-controls-btn .fa-play,
  .video-controls-btn .fa-pause {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .video-controls-btn .fa {
    width: 30px;
    height: 26px;
  }
}

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