@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,700&display=swap");

.col-xl-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-1,
.col-xl-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-2,
.col-xl-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-3,
.col-xl-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-4,
.col-xl-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-5,
.col-xl-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-6,
.col-xl-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-7,
.col-xl-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-8,
.col-xl-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-9,
.col-xl-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-10,
.col-xl-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-11,
.col-xl-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-12,
.article-content,
.your-name input,
.tel-483 input,
.number-457 input,
.text-603 input,
#instagram-feed,
.instagram-heading,
.instagram-images,
footer,
.footer-phone:before,
.header-brand a,
.header-banner,
.header-banner:before,
.scroll-page-info,
.scroll-page-info:before,
.scroll-page-info:after,
#home-about-us,
#home-about-us h2:after,
#home-reserve-table,
#home-why-us,
#home-why-us:before,
.contact-info-content,
.menu-group,
.content-menu li {
  float: left;
}

.btn:after,
.wpcf7-submit:after,
.navbar,
.header-banner:after,
.home-reserve-table-content .btn,
.home-reserve-table-content .wpcf7-submit,
.home-reserve-table-img:after {
  float: right;
}

.btn:after,
.wpcf7-submit:after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

#home-about-us,
#home-reserve-table {
  margin: 50px 0;
}

/* --- Float left col --- */
/* --- Add breakepoints --*/
/* --- placeholder color --*/
/* --- transition ---*/
/* --- Animation ---*/
body {
  background: #0d0d0d;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

p {
  color: #ffffff;
}

li {
  color: #ffffff;
}

.article-content {
  width: 100%;
}

/* ---------------------------------------------------------------------------- Headings ---------------------------------------------------------------------------- */
h2 {
  color: #cab176;
  font-weight: 700;
  font-style: italic;
  font-size: 2.25rem;
}

h3 {
  color: #cab176;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 400;
}

h6 {
  color: #cab176;
  text-transform: uppercase;
}

.article-title {
  color: #cab176;
  font-weight: 700;
  font-style: italic;
  font-size: 2.25rem;
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------- Butttons ---------------------------------------------------------------------------- */
.btn,
.wpcf7-submit {
  padding: 15px 25px;
  border-radius: 60px;
  font-weight: 700;
}

.btn:after,
.wpcf7-submit:after {
  content: '';
  -webkit-mask-image: url("../../images/icon-arrow.svg");
  mask-image: url("../../images/icon-arrow.svg");
  width: 10px;
  height: 14px;
  margin: 5px 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover:after,
.wpcf7-submit:hover:after {
  margin: 5px 0 0 45px;
}

.btn-red,
.wpcf7-submit {
  background: #d61b2a;
  color: #ffffff;
}

.btn-red:after,
.wpcf7-submit:after {
  background: #ffffff;
}

.btn-red:hover,
.wpcf7-submit:hover {
  background: #ee0316;
  color: #ffffff;
}

.btn-white {
  background: #ffffff;
  color: #000000;
}

.btn-white:after {
  background: #000000;
}

.btn-white:hover {
  background: #000000;
  color: #ffffff;
}

.btn-white:hover:after {
  background: #ffffff;
}

.wpcf7-submit {
  border: 0;
  margin: 30px 0 45px 0;
}

/* ---------------------------------------------------------------------------- Social links ---------------------------------------------------------------------------- */
.social-links {
  padding: 0;
}

.social-links li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.social-links span {
  height: 56px;
  width: 56px;
  border-radius: 30px;
  background: #d61b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social-links span:hover {
  background: #ee0316;
}

.social-links a {
  color: transparent;
}

.social-links {
  float: left;
}

@media (min-width: 576px) {
  .social-links {
    float: right;
  }
}

@media (min-width: 1200px) {
  .social-links {
    float: right;
  }
}

.social-facebook-url {
  background: url("../../images/icon-facebook.svg");
  background-size: 100% 100%;
  width: 11px;
  height: 18px;
}

.social-instagram-url,
.instagram-heading h3:before {
  background: url("../../images/icon-instagram.svg");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
}

/* Contact forms
------------------------------------------------ */
body input[type=text].wpcf7-not-valid,
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
  float: left;
  display: none;
  color: #ec3c06;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 13px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px;
}

body div.wpcf7-response-output {
  float: left;
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
  width: 100%;
  margin-top: 50px !important;
  line-height: 18px;
}

div.wpcf7 {
  width: 100%;
}

.your-name input,
.tel-483 input,
.number-457 input,
.text-603 input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  width: 100%;
  background: #0d0d0d;
  color: #ffffff;
}

.your-name input::-webkit-input-placeholder,
.tel-483 input::-webkit-input-placeholder,
.number-457 input::-webkit-input-placeholder,
.text-603 input::-webkit-input-placeholder {
  color: #ffffff;
}

.your-name input:-moz-placeholder,
.tel-483 input:-moz-placeholder,
.number-457 input:-moz-placeholder,
.text-603 input:-moz-placeholder {
  color: #ffffff;
}

.your-name input::-moz-placeholder,
.tel-483 input::-moz-placeholder,
.number-457 input::-moz-placeholder,
.text-603 input::-moz-placeholder {
  color: #ffffff;
}

.your-name input:-ms-input-placeholder,
.tel-483 input:-ms-input-placeholder,
.number-457 input:-ms-input-placeholder,
.text-603 input:-ms-input-placeholder {
  color: #ffffff;
}

.your-date input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  background: #0d0d0d;
  color: #ffffff;
}

.your-date input {
  width: 55%;
}

@media (min-width: 576px) {
  .your-date input {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .your-date input {
    width: 82%;
  }
}

@media (min-width: 1200px) {
  .your-date input {
    width: 84%;
  }
}

@media (max-width: 425px) {
  .your-date input {
    width: 67%;
  }
}

@media (max-width: 375px) {
  .your-date input {
    width: 62%;
  }
}

.terms-acceptance a {
  color: #d61b2a;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.radio-235 {
  margin-left: 15px;
}

.radio-235 .last {
  margin-left: 30px !important;
}

/* ------------------------------------------------------------------------- Instagram feed  ------------------------------------------------------------------------------------*/
#instagram-feed {
  width: 100%;
  margin-bottom: -135px;
  z-index: 2;
  position: relative;
}

.instagram-heading {
  background-color: #d61b2a;
  padding: 30px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.instagram-heading:hover {
  background: #ee0316;
}

.instagram-heading h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.27rem;
  font-style: normal;
}

.instagram-heading h3:before {
  content: '';
  display: block;
  height: 43px;
  width: 43px;
}

.instagram-heading {
  width: 330px;
  height: 330px;
}

.instagram-heading h3:before {
  margin: 0 0 178px 0;
}

@media (min-width: 576px) {
  .instagram-heading {
    width: 100%;
    height: 250px;
  }

  .instagram-heading h3:before {
    margin: 0 0 73px 0;
  }
}

@media (min-width: 576px) {
  .instagram-heading {
    width: 100%;
    height: 193px;
  }

  .instagram-heading h3:before {
    margin: 0 0 43px 0;
  }
}

@media (min-width: 1200px) {
  .instagram-heading {
    width: 256px;
    height: 256px;
  }

  .instagram-heading h3:before {
    margin: 0 0 108px 0;
  }
}

@media (max-width: 425px) {
  .instagram-heading {
    width: 394px;
    height: 394px;
  }

  .instagram-heading h3:before {
    margin: 0 0 108px 0;
  }
}

@media (max-width: 375px) {
  .instagram-heading {
    width: 330px;
    height: 330px;
  }

  .instagram-heading h3:before {
    margin: 0 0 108px 0;
  }
}

.instagram-images {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .instagram-images {
    width: 1273px;
    height: 247px;
  }
}

/* -------------------------------------------------------------------------- Footer -------------------------------------------------------------------------- */
footer {
  width: 100%;
  background: #000000;
}

footer p {
  font-size: 0.875rem;
  color: #5e5e5e;
}

footer a {
  font-size: 0.875rem;
}

footer .row:nth-child(2) {
  margin-top: 60px;
}

footer {
  padding: 170px 0 50px 0;
}

@media (min-width: 1200px) {
  footer {
    padding: 229px 0 50px 0;
  }
}

/* -------------------------------------------------------------------------- Menu -------------------------------------------------------------------------- */
.footer-menu ul {
  padding: 0;
}

.footer-menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}

.footer-menu ul li a {
  color: #ffffff;
  position: relative;
  width: 100%;
  display: block;
  font-weight: 700;
}

.footer-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #000000;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
  transition: opacity 0.35s,
    transform 0.35s;
  transform-origin: left 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.footer-menu ul li a:hover {
  text-decoration: none;
}

.footer-menu ul li a:hover:after {
  background: #d61b2a;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 30px;
}

.footer-menu ul {
  margin-top: 0;
}

.footer-menu li {
  margin-bottom: 15px;
  width: 100%;
}

.footer-menu a {
  text-transform: inherit;
}

@media (min-width: 576px) {
  .footer-menu {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-bottom: 30px;
  }

  .footer-menu ul {
    margin-top: 0;
  }

  .footer-menu li {
    margin-bottom: 15px;
    width: 100%;
  }

  .footer-menu a {
    text-transform: inherit;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 30px;
  }

  .footer-menu ul {
    margin-top: 0;
  }

  .footer-menu li {
    margin-bottom: 15px;
    width: 100%;
  }

  .footer-menu a {
    text-transform: inherit;
  }
}

@media (min-width: 992px) {
  .footer-menu {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-bottom: 30px;
  }

  .footer-menu ul {
    margin-top: 0;
  }

  .footer-menu li {
    margin-bottom: 15px;
    width: 100%;
  }

  .footer-menu a {
    text-transform: inherit;
  }
}

@media (min-width: 1200px) {
  .footer-menu {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    margin-bottom: 0;
  }

  .footer-menu ul {
    margin-top: 30px;
  }

  .footer-menu li {
    margin-bottom: 0;
    width: auto;
  }

  .footer-menu a {
    text-transform: uppercase;
  }
}

/* ----------------------------------------------------------------------- Phone number --------------------------------------------------------------------- */
.footer-phone:before {
  content: '';
  background: url("../../images/icon-phone.svg");
  background-size: 100% 100%;
  height: 59px;
  width: 34px;
  margin: 5px 20px 0 0;
}

.footer-phone p {
  margin: 0;
}

.footer-phone a {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-phone a:hover {
  text-decoration: none;
  color: #ffffff;
}

.footer-phone {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-phone {
    float: right;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .footer-phone {
    float: right;
    width: 58%;
  }
}

@media (min-width: 1200px) {
  .footer-phone {
    float: right;
    width: 72%;
  }
}

/* ----------------------------------------------------------------------- Copyrights --------------------------------------------------------------------- */
.copyrights a {
  color: #5e5e5e;
}

.copyrights a:hover {
  color: #ffffff;
}

.private-policy ul {
  padding: 0;
}

.private-policy li {
  list-style: none;
}

.private-policy li a {
  color: #5e5e5e;
}

.private-policy li a:hover {
  color: #ffffff;
}

.private-policy {
  float: left;
}

@media (min-width: 768px) {
  .private-policy {
    float: right;
  }
}

@media (min-width: 1200px) {
  .private-policy {
    float: right;
  }
}

header {
  background: #000000;
  z-index: 5;
  position: relative;
}

header {
  padding: 30px 0 15px 0;
}

@media (min-width: 1200px) {
  header {
    padding: 30px 0;
  }
}

/* -------------------------------------------------------------------------- Branding -------------------------------------------------------------------------- */
.header-brand a {
  background: url("../../images/logo-bistro-skandal.svg");
  background-size: 100% 100%;
  color: transparent;
}

.header-brand a {
  width: 190px;
  height: 64px;
}

@media (min-width: 1200px) {
  header-brand a {
    width: 240px;
    height: 76px;
  }
}

/* ---------------------------------------------------------------------------- Menu ---------------------------------------------------------------------------- */
#menu-menu-glowne {
  padding: 0;
  margin: 15px 0 0 0;
}

#menu-menu-glowne li {
  list-style: none;
  display: inline-block;
}

#menu-menu-glowne li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  width: 100%;
}

#menu-menu-glowne li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #000000;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
  transition: opacity 0.35s,
    transform 0.35s;
  transform-origin: left 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

#menu-menu-glowne li a:hover {
  text-decoration: none;
}

#menu-menu-glowne li a:hover:after {
  background: #d61b2a;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#menu-menu-glowne .current-menu-item a:after {
  background: #d61b2a;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar li {
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}

@media (min-width: 992px) {
  .navbar li {
    width: auto;
    text-align: left;
    margin: 0 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .navbar li {
    width: auto;
    text-align: left;
    margin: 0 0 0 40px;
  }
}

.navbar-toggle {
  height: 50px;
  border: 0;
  background: transparent;
}

.navbar-toggler {
  border: 2px solid #d61b2a;
  padding: .25rem;
  float: right;
  position: absolute;
  right: 0;
  z-index: 5;
  top: -55px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(214,27,42, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler {
  border-color: #d61b2a;
}

/* ---------------------------------------------------------------------------- Banner ---------------------------------------------------------------------------- */
.header-banner {
  width: 100%;
  background: url("../../images/header-bg.png");
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}

.header-banner h1 {
  text-transform: uppercase;
  font-style: italic;
  color: #cab176;
}

.header-banner:before {
  content: '';
  background: url("../../images/header-peppers.jpg");
  background-size: 100% 100%;
  width: 222px;
  height: 330px;
  margin-top: 311px;
}

.header-banner:after {
  content: '';
  background: url("../../images/header-steak.jpg");
  background-size: 100% 100%;
  width: 932px;
  height: 914px;
  top: -25px;
  right: 0;
  position: absolute;
}

.header-banner {
  margin: 0 0 30px 0;
  height: 500px;
}

.header-banner h1 {
  font-size: 2rem;
  margin: 60px 0 60px 0;
}

.header-banner:before {
  display: none;
}

.header-banner:after {
  display: none;
}

@media (min-width: 1200px) {
  .header-banner {
    margin: -3px 0 150px 0;
    height: 792px;
  }

  .header-banner h1 {
    margin: 192px 0 100px 0;
    font-size: 4.375rem;
  }

  .header-banner:before {
    display: block;
  }

  .header-banner:after {
    display: block;
  }
}

/* ---------------------------------------------------------------------------- Scroll page ---------------------------------------------------------------------------- */
@-webkit-keyframes updown {
  0% {
    transform: translateY(-100%);
    margin-top: 45px;
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
    margin-top: 45px;
  }
}

@-moz-keyframes updown {
  0% {
    transform: translateY(-100%);
    margin-top: 45px;
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
    margin-top: 45px;
  }
}

@-ms-keyframes updown {
  0% {
    transform: translateY(-100%);
    margin-top: 45px;
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
    margin-top: 45px;
  }
}

@-o-keyframes updown {
  0% {
    transform: translateY(-100%);
    margin-top: 45px;
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
    margin-top: 45px;
  }
}

@keyframes updown {
  0% {
    transform: translateY(-100%);
    margin-top: 45px;
  }

  50% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
    margin-top: 45px;
  }
}

.scroll-page-info {
  margin-top: 150px;
}

.scroll-page-info:before {
  content: '';
  background: url("../../images/icon-scroll.svg");
  background-size: 100% 100%;
  width: 24px;
  height: 35px;
  margin: -3px 25px 0 0;
}

.scroll-page-info:after {
  content: '';
  background: url("../../images/icon-arrow-scroll.svg");
  background-size: 100% 100%;
  width: 11px;
  height: 7px;
  margin: 36px 0 0 -42.5px;
  -webkit-animation: updown 5s ease infinite;
  -moz-animation: updown 5s ease infinite;
  -ms-animation: updown 5s ease infinite;
  -o-animation: updown 5s ease infinite;
  animation: updown 5s ease infinite;
}

.scroll-page-info {
  margin-bottom: 30px;
}

.postid-997 .scroll-page-info:before,
.page-id-995 .scroll-page-info:before,
.page-id-999 .scroll-page-info:before {
  margin-top: 8px;
}

@media (min-width: 576px) {
  .scroll-page-info {
    margin-bottom: 30px;
  }

  .postid-997 .scroll-page-info:before,
  .page-id-995 .scroll-page-info:before,
  .page-id-999 .scroll-page-info:before {
    margin-top: -3px;
  }
}

@media (min-width: 1200px) {
  .scroll-page-info {
    margin-bottom: 0;
  }

  .postid-997 .scroll-page-info:before,
  .page-id-995 .scroll-page-info:before,
  .page-id-999 .scroll-page-info:before {
    margin-top: -3px;
  }
}

@media (max-width: 425px) {
  .page-id-995 .scroll-page-info:before {
    margin-top: -3px;
  }
}

@media (max-width: 375px) {
  .page-id-995 .scroll-page-info:before {
    margin-top: 8px;
  }
}

/* ---------------------------------------------------------------------------- About us ---------------------------------------------------------------------------- */
#home-about-us {
  width: 100%;
}

#home-about-us .btn,
#home-about-us .wpcf7-submit,
#home-about-us ul {
  margin-top: 100px;
}

#home-about-us h2 {
  margin-bottom: 50px;
}

#home-about-us h2:after {
  content: '';
  background: url("../../images/red-line.svg");
  background-size: 100% 100%;
  width: 213px;
  height: 18px;
}

.home-about-us-img img {
  height: auto;
  width: 100%;
}

.home-about-us-img {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .home-about-us-img {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------------------- Reserve a table ---------------------------------------------------------------------------- */
#home-reserve-table {
  width: 100%;
}

#home-reserve-table {
  height: 559px;
}

@media (min-width: 768px) {
  #home-reserve-table {
    height: 311px;
  }
}

@media (min-width: 1200px) {
  #home-reserve-table {
    height: 410px;
  }
}

.home-reserve-table-content {
  background: #d61b2a;
}

.home-reserve-table-content h2 {
  text-align: right;
  color: #ffffff;
}

.home-reserve-table-content .btn,
.home-reserve-table-content .wpcf7-submit {
  margin-top: 100px;
  z-index: 6;
  position: relative;
}

.home-reserve-table-content {
  margin-top: -200px;
  padding: 50px 35px;
}

@media (min-width: 576px) {
  .home-reserve-table-content {
    margin-top: -260px;
    padding: 75px;
  }
}

@media (min-width: 768px) {
  .home-reserve-table-content {
    margin-top: 0px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .home-reserve-table-content {
    margin-top: 0px;
    padding: 45px;
  }
}

@media (min-width: 1200px) {
  .home-reserve-table-content {
    margin-top: 0;
    padding: 76px 75px 76px 45px;
  }
}

.home-reserve-table-img {
  padding: 0;
}

.home-reserve-table-img:after {
  content: '';
  background: url("../../images/red-line2.svg");
  background-size: 100% 100%;
  position: relative;
}

.home-reserve-table-img img {
  width: 100%;
  height: auto;
}

.home-reserve-table-img:after {
  margin: -206px 133.5px 0 0;
  height: 405px;
  width: 59.5px;
  transform: rotate(90deg);
}

@media (min-width: 576px) {
  .home-reserve-table-img img {
    width: 100%;
    height: auto;
  }

  .home-reserve-table-img:after {
    margin: -260px 3px 0 0;
    height: 515px;
    width: 500px;
    transform: rotate(90deg);
  }
}

@media (min-width: 768px) {
  .home-reserve-table-img img {
    width: 100%;
    height: 311px;
  }

  .home-reserve-table-img:after {
    margin: -311px -51px 0 0;
    height: 311px;
    width: 111px;
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) {
  .home-reserve-table-img img {
    width: 100%;
    height: 341px;
  }

  .home-reserve-table-img:after {
    margin: -344px -51px 0 0;
    height: 344px;
    width: 111px;
    transform: rotate(0deg);
  }
}

@media (min-width: 1200px) {
  .home-reserve-table-img img {
    width: 100%;
    height: auto;
  }

  .home-reserve-table-img:after {
    margin: -405px -51px 0 0;
    height: 405px;
    width: 111px;
    transform: rotate(0deg);
  }
}

.home-reserve-table-border {
  border: 4px solid #ffffff;
  position: relative;
  z-index: 5;
}

.home-reserve-table-border {
  height: 530px;
  width: 92%;
  left: 13px;
  top: -545px;
}

@media (min-width: 576px) {
  .home-reserve-table-border {
    height: 660px;
    width: 90%;
    left: 23px;
    top: -690px;
  }
}

@media (min-width: 768px) {
  .home-reserve-table-border {
    height: 282px;
    width: 97%;
    left: 10px;
    top: -297px;
  }
}

@media (min-width: 992px) {
  .home-reserve-table-border {
    height: 305px;
    width: 97%;
    left: 10px;
    top: -323px;
  }
}

@media (min-width: 1200px) {
  .home-reserve-table-border {
    height: 350px;
    width: 970px;
    left: 18.3%;
    top: -377px;
  }
}

/* ---------------------------------------------------------------------------- Why us ---------------------------------------------------------------------------- */
#home-why-us {
  width: 100%;
  background: url("../../images/why-us-bg.png");
  padding-top: 230px;
  margin-bottom: 130px;
}

#home-why-us:before {
  content: '';
  background: url(../../images/what-we-do-steak.jpg);
  background-size: 100% 100%;
  height: 1057px;
  width: 478px;
  margin-top: -139px;
}

#home-why-us h2 {
  margin-bottom: 100px;
}

#home-why-us h2:after {
  display: block;
  content: '';
  background: url("../../images/red-line.svg");
  background-size: 100% 100%;
  width: 213px;
  height: 18px;
}

#home-why-us ul {
  padding: 0;
}

#home-why-us li {
  list-style: none;
  margin-bottom: 30px;
}

#home-why-us {
  height: auto;
  background-size: auto;
  margin-top: -100px;
}

#home-why-us:before {
  display: none;
}

#home-why-us li {
  height: 100%;
}

@media (min-width: 576px) {
  #home-why-us {
    height: auto;
    background-size: auto;
    margin-top: 0px;
  }

  #home-why-us:before {
    display: none;
  }

  #home-why-us li {
    height: 100%;
  }
}

@media (min-width: 768px) {
  #home-why-us {
    height: auto;
    background-size: auto;
    margin-top: -150px;
  }

  #home-why-us:before {
    display: none;
  }

  #home-why-us li {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  #home-why-us {
    height: 989px;
    background-size: 100% 100%;
    margin-top: -100px;
  }

  #home-why-us:before {
    display: block;
  }

  #home-why-us li {
    height: 100%;
  }
}

.home-why-us-title {
  margin: 30px 0;
}

.page .article-title {
  text-align: center;
}

.article-content {
  margin-bottom: 120px;
}

/* ---------------------------------------------------------------------------- Contact page ---------------------------------------------------------------------------- */
.contact-info-content {
  width: 100%;
  border: 4px solid #d61b2a;
  padding: 60px 30px;
  margin: 30px 0 60px 0;
}

.contact-info-content h6 {
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-content p {
  text-align: center;
  line-height: 30px;
}

.contact-info-content a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.contact-info-content a:hover {
  color: #ffffff;
}

#map-container {
  overflow: hidden;
  height: 400px;
  width: 100%;
  margin: 30px 0 90px 0;
}

.mapholder {
  width: 100%;
  height: 400px;
}

/* ---------------------------------------------------------------------------- Menu page ---------------------------------------------------------------------------- */
.menu-group {
  border: 4px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin-bottom: 60px;
  width: 100%;
}

.menu-group:hover {
  border: 4px solid #d61b2a;
}

.menu-group h3 {
  margin: 0 0 30px 15px;
}

.content-menu {
  padding: 0;
}

.content-menu li {
  width: 100%;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.content-menu li:last-child {
  border-bottom: 0;
}

.menu-item-title {
  font-weight: 700;
  color: #cab176;
}

.menu-item-price {
  text-align: left;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .menu-item-price {
    text-align: right;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .menu-item-price {
    text-align: right;
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------------------- Gallery page ---------------------------------------------------------------------------- */
.vls-gf-gallery {
  margin-bottom: 75px;
}

/* ---------------------------------------------------------------------------- Reservation page ---------------------------------------------------------------------------- */
.contact_info {
  padding: 0;
}

.contact_info p {
  margin-bottom: 30px;
}



.grant {
  float: left;
  width: 100%;
  padding: 32px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 20;
}

.grant .container {
  display: grid;
  grid-template-columns: 1fr;
}

.grant p {
  text-align: center;
  color: #000000;
  margin: 32px 0 0 0;
}

.grant__logos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 45px;
}

.grant__logos img {
  grid-column: span 3;
  justify-self: center;
  height: 50px;
  width: auto;
}

@media (min-width: 320px) {
  .grant__logos {
    margin-bottom: 30px;
  }

  .grant__logos img {
    grid-column: span 12;
  }
}

@media (min-width: 1200px) {
  .grant__logos {
    margin-bottom: 0;
  }

  .grant__logos img {
    grid-column: span 3;
  }
}


.grant-spektrum {
  float: left;
  width: 100%;
  margin: 32px 0;
  background: #ffffff;
  padding: 32px 0;
}

.grant-spektrum .container {
  display: grid;
  grid-template-columns: 1fr;
}

.grant-spektrum p {
  text-align: center;
}

.grant-spektrum__logos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 45px;
  column-gap: 30px;
  margin-bottom: 30px;
}

.grant-spektrum__logos img {
  grid-column: span 3;
  justify-self: center;
  height: 50px;
  width: auto;
}

.grant-spektrum__logos img:first-child {
  justify-self: center;
  grid-column: span 12;
  height: 150px;
}

@media (min-width: 320px) {
  .grant-spektrum__logos img {
    grid-column: span 12;
  }
}

@media (min-width: 1200px) {
  .grant-spektrum__logos img {
    grid-column: span 3;
  }
}