﻿/*!
Theme Name: fg
Theme URI: http://underscores.me/
Author: Fabián González
Author URI: http://www.fabian-gonzalez.com/
Description: Theme for client
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fg is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Tiempos Headline";
  src: url("assets/fonts/TiemposHeadline-Medium.woff2") format("woff2"),
    url("assets/fonts/TiemposHeadline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "Tiempos Headline", serif;
  font-weight: bold;
  line-height: 1;
}
h1 {
  font-size: 61px;
}
h2 {
  font-size: 49px;
}
h3 {
  font-size: 25px;
}
p {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.color-white {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #321d1d;
  font-weight: 800;
}
p {
  color: #5f4b4b;
}
li {
  color: #5f4b4b;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 18px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-inline: 12px;
  }
}
@media (max-width: 0) {
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}
a:hover {
  text-decoration: none !important;
}
.button {
  display: inline-block;
  padding: 8px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.button:hover {
  text-decoration: none;
}
.button--primary {
  background-color: #b07540;
  color: #fff !important;
}
.button--primary:hover {
  background-color: #c28a57;
  color: #fff;
}
.button-secondary {
  background-color: #fff;
  color: #b07540;
  border: 1px solid #b07540;
}
.button-secondary:hover {
  background-color: #b07540;
  color: #fff !important;
}
.button-pdf {
  background-color: #b07540;
  color: #fff !important;
}
.slider-home {
  padding: 150px 0 198px 0;
  color: #fff;
  background-color: #202020;
  background-image: url("https://demo.kallyas.net/bistro/wp-content/uploads/sites/57/2017/04/bg_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-home h2 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.slider-home span {
  color: #fff;
  font-family: "Courgette", cursive;
  font-size: 30px;
}
.section-restaurant {
  position: relative;
  z-index: 4;
  margin-top: -78px;
  padding: 198px 0 120px 0;
  background-color: #fff;
  mix-blend-mode: multiply;
}
.section-restaurant img {
  margin: 0 0 30px 0;
}
.section-restaurant .bg-food {
  background-position: left;
}
.section-buffet {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
.section-of .container {
  position: relative;
  z-index: 9;
}
.section-of span {
  color: #821f05;
  font-family: "Covered By Your Grace", cursive;
  font-size: 30px;
}
.section-of h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #2d2d2d;
}
.section-of p {
  letter-spacing: 1px;
  color: #4c4c4c;
}
.section-of .bg-food {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url(assets/images/bg-food.jpg);
  background-repeat: no-repeat;
  background-position: right;
  mix-blend-mode: multiply;
}
.section-of .bg-food-1 {
  opacity: 0.7;
  background-image: url(assets/images/bg-food-1.jpg);
  background-position: left;
}
.section-of {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  text-align: center;
}
.section-of .link {
  text-transform: uppercase;
  font-size: 13px;
}
.section-of img {
  border: 1px solid #fff;
  box-shadow: 15px 15px 40px rgba(167, 167, 167, 0.5), -15px -15px 40px #fff,
    inset 4px 4px 20px rgba(255, 255, 255, 0.5);
}
.section-of .content-white span,
.section-of .content-white h2,
.section-of .content-white p {
  color: #fff;
}
.section__content-right {
  padding: 0 0 0 64px;
}
.section__content-left {
  padding: 0 64px 0 0;
}
.section-buffet img {
  margin: 0 0 30px 0;
}
.section-restobar__content {
  position: relative;
  z-index: 4;
}
.section-restobar input[type="submit"] {
  background-color: #d61c22 !important;
}
.section-restobar iframe {
  position: absolute;
  z-index: 0;
  top: 50% !important;
  left: 50% !important;
  overflow: hidden;
  min-width: 100%;
  max-width: none;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.002);
  transform: translateY(-50%) translateX(-50%) scale(1.002);
}
.video-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
}
.section-cta {
  padding: 120px 0;
  color: #fff;
}
h2 {
  color: #2d2d2d;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.section-horarios {
  background-color: #2c2c2c;
  color: #fff;
  padding: 64px 0;
}
.section-horarios h2 {
  color: #fff;
}
.horario-card {
  padding: 32px;
  margin: 0px 15px 0px 0px;
  padding: 50px 50px 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.horario-card h3 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600px;
  font-size: 16px;
  text-transform: uppercase;
}
.horario-card * {
  color: #fff;
}
.horario-card p {
  margin: 0;
}
.section-map {
  padding: 64px 0;
}
.page-id-9 {
  text-align: center;
}
.button-waze {
  background-color: #3cf;
  padding: 16px 32px;
  margin: 32px 0;
  display: inline-block;
}
.button-waze svg {
  max-width: 100%;
}
.section-forms {
  padding: 64px 0;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 39px;
  }
}
.page-id-11 .content-area {
  padding: 0;
}
.page-template-templateshome-php p {
  font-family: "Inter", sans-serif;
  color: #5f4b4b;
}
.page-template-templateshome-php h2 {
  color: #321d1d;
  font-family: "Tiempos Headline", serif;
}
.page-template-templateshome-php h1 {
  font-family: "Tiempos Headline", serif;
  font-size: 87px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.page-template-templateshome-php .hero-page--home {
  position: relative;
  background-image: url("https://ottofritz.cl/wp-content/uploads/2019/11/Restaurante-24-1.jpg");
}
.page-template-templateshome-php .hero-page--home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 29, 29, 0.4);
  pointer-events: none;
}
.page-template-templateshome-php .hero__content {
  position: relative;
  z-index: 2;
}
.page-template-templateshome-php .hero__content span {
  color: #b07540;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-size: 16px;
}
.page-template-templateshome-php .hero__content p {
  font-size: 20px;
  color: #fff;
}
.page-template-templateshome-php .btn {
  background-color: #b07540;
}
.page-template-templateshome-php .restobar {
  background-color: #2c2b26;
  padding: 128px 0;
}
.page-template-templateshome-php .restobar__grid {
  display: grid;
  gap: 24px;
  gap: 48px;
}
@media (min-width: 576px) {
  .page-template-templateshome-php .restobar__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .page-template-templateshome-php .restobar__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-templateshome-php .restobar h2 {
  text-transform: none;
  font-size: 68px;
  font-weight: normal;
  color: #fff;
}
.page-template-templateshome-php .restobar span {
  color: #b07540;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-size: 16px;
}
.page-template-templateshome-php .restobar p {
  font-size: 20px;
  color: #fff;
}
.page-template-templateshome-php .centro-de-eventos {
  padding: 128px 0;
  text-align: center;
}
.page-template-templateshome-php .centro-de-eventos h2 {
  font-family: "Tiempos Headline", serif;
  text-transform: none;
  font-size: 68px;
  font-weight: normal;
}
.page-template-templateshome-php .centro-de-eventos span {
  color: #b07540;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-size: 16px;
}
.buffet-section {
  position: relative;
  padding: 128px 0;
  background-color: #f6f2ed;
  overflow: hidden;
}
.buffet-section h2 {
  text-transform: none;
  font-size: 68px;
  font-weight: normal;
}
.buffet-section span {
  color: #b07540;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-size: 16px;
}
.buffet-section p {
  font-size: 20px;
}
.buffet-section__grid {
  align-items: center;
  display: grid;
  gap: 24px;
  gap: 48px;
}
@media (min-width: 576px) {
  .buffet-section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .buffet-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.buffet-section__images {
  display: grid;
  gap: 24px;
  gap: 48px;
}
@media (min-width: 576px) {
  .buffet-section__images {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .buffet-section__images {
    grid-template-columns: repeat(12, 1fr);
  }
}
.buffet-section__image--01 {
  position: relative;
}
.buffet-section__image--01 img {
  top: -150px;
  right: 0;
}
.buffet-section__text {
  z-index: 2;
  position: relative;
}
.buffet-section__tag {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #a65a2e;
}
.buffet-section__title {
  font-family: "Tiempos", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c1e1a;
  margin-bottom: 1rem;
}
.buffet-section__description {
  font-size: 1.125rem;
  color: #5e504a;
}
.buffet-section__images {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .buffet-section__image.image--top {
    width: 220px;
    top: -30px;
    right: 20px;
  }
  .buffet-section__image.image--left {
    width: 180px;
    left: -40px;
    top: 180px;
  }
  .buffet-section__image.image--bottom {
    width: 200px;
    bottom: -20px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .buffet-section__container {
    flex-direction: column;
  }
  .buffet-section__images {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
  }
  .buffet-section__image {
    position: relative !important;
    width: 100% !important;
    max-width: 300px;
  }
}
.parallax__image {
  position: relative;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}
.parallax__image--01 {
  position: relative;
}
.parallax__image--02 {
  grid-column-start: 2;
  grid-column-end: 6;
}
.parallax__image--02 svg {
  max-width: 100%;
  width: 100%;
}
.parallax__image--03 {
  grid-column-start: 7;
  grid-column-end: 10;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}
mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #ccc;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 1em 0;
}
table {
  width: 100%;
  margin: 0 0 1.5em;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.6em 1em 0.4em;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a:hover,
a:active {
  outline: 0;
}
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -999em;
  float: left;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul ul {
  top: 0;
  left: -999em;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  float: left;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  clip-path: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  display: table;
  table-layout: fixed;
  content: "";
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
a,
a:focus,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: 0;
}
.site-header {
  padding: 15px 0;
  background-color: #fff;
}
.site-header .container {
  max-width: 100%;
}
.site-header__wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.site-header__box-right {
  display: flex;
  display: -webkit-flex;
}
.site-header__box-right ul {
  margin: 0;
  padding: 0;
}
.main-navigation {
  align-self: center;
  margin: 0 8px 0 0;
}
.main-navigation ul {
  margin: 0 0 0 0;
  padding: 0;
}
.main-navigation ul li a {
  margin: 0 7.5px;
  color: #222;
  font-size: 16px;
}
.site-header .social-nav {
  align-self: center;
}
.site-header .social-nav ul li {
  display: inline;
}
.site-header .social-nav ul li a {
  margin: 0 0 0 10px;
  color: #222;
  font-size: 18px;
}
.main-navigation ul li ul {
  overflow: hidden;
  background-color: #fff;
}
.main-navigation ul li ul li a {
  padding: 15px 0;
}
.main-navigation ul li ul li:hover {
  background-color: #f0f0f0;
}
.burger {
  display: none;
  align-self: center;
}
.sidenav {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow-x: hidden;
  width: 0;
  height: 100%;
  padding-top: 60px;
  transition: 0.5s;
  background-color: #fff;
}
.sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav a {
  display: block;
  padding: 8px 0;
  transition: 0.3s;
  text-decoration: none;
  color: #222;
  font-size: 18px;
}
.sidenav a:hover {
  color: #222;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 50px;
  font-size: 36px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.hero__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.page-template-page-restobar .hero__overlay,
.page-template-page-eventos .hero__overlay,
.page-template-page-carta-restobar .hero__overlay {
  background: -moz-linear-gradient(
    top,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(66, 18, 98, 0.7) 0%,
    rgba(66, 18, 98, 0.7) 2%,
    rgba(45, 24, 103, 0.7) 100%
  );
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
.bottom-mask {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  height: 78px;
  background-image: url("assets/images/bottom_deco.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.home .content-area,
.page-template-page-restobar .content-area {
  padding: 0 0;
}
.content-area {
  padding: 90px 0;
}
.hero__title {
  text-align: center;
  color: #fff;
  font-size: 55px;
}
.hero-menu-restaurant {
  background-image: url("https://demo.kallyas.net/bistro/wp-content/uploads/sites/57/2017/04/bg_01.jpg");
}
.hero-home {
  height: 540px;
}
.slider-home {
  position: relative;
  z-index: 2;
}
.hero-home__content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.hero-home__title {
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 55px;
  font-weight: 300;
}
.hero-home__overlay {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
}
.buffet__menu-item {
  margin: 0 0 60px 0;
}
.buffet__menu-item img {
  border-radius: 6px;
}
.buffet__menu-item h3 {
  margin: 25px 0 10px 0;
  font-size: 21px;
}
.buffet__time h3 {
  font-size: 21px;
}
.buffet__time h4 {
  font-size: 18px;
}
.section-shows {
  background-color: #f0f0f0;
}
.carta .row {
  padding: 0 0 90px 0;
}
.menu-list__title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.menu-list__subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
}
.menu-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list__item-top {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.menu-list__item-span {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.menu-list__item-title {
  flex-shrink: 0;
  margin: 15px 0 0 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.menu-list__item-price {
  flex-shrink: 0;
  color: #d61c22;
  font-size: 16px;
  font-weight: 600;
}
.dots {
  flex-grow: 1;
  border-bottom: 1px dotted #000;
}
.menu-list__item-desc {
  margin: 5px 0 15px 0;
  font-size: 14px;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  padding: 0 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
}
.wpcf7 input[type="submit"] {
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0;
  background-color: #d61c22;
}
.wpcf7 textarea {
  height: 70px;
  margin: 8px 0 20px 0;
  padding: 5px;
  font-size: 14px;
}
.site-footer {
  padding: 90px;
  color: #fff;
  background-color: #222;
}
.site-footer a {
  color: #fff;
}
.site-footer h6 {
  color: #fff;
}
.site-footer .social-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .social-nav ul li {
  display: inline;
}
.site-footer .social-nav ul li a {
  margin: 0 10px 0 0;
  font-size: 21px;
}
.ma-copyright {
  padding: 30px 0;
  background-color: #1b1b1c;
}
.ma-copyright p,
.ma-copyright a {
  font-size: 12px;
}
.ma-copyright p {
  margin: 0;
  color: #494949;
}
.ma-copyright a {
  color: #fff;
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .burger {
    display: block;
  }
  .site-header__box-right {
    display: none;
  }
  .section__content-left {
    padding: 0 0 0 0;
    margin: 0 0 60px 0;
  }
}
.of-btn {
  display: inline-block;
  padding: 13px 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}
.of-btn-red {
  background-color: #d61c22;
  color: #fff;
}
.of-btn-red:hover {
  background-color: #d01c00;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.hero-page-home img {
  border: 0;
} /*# sourceMappingURL=style.css.map */
