/* Fonts */

@font-face {
  font-family: "Garamond";
  src: url("../fonts/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garamond Italic";
  src: url("../fonts/EBGaramond-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans Nova";
  src: url("../fonts/Gill-Sans-Nova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodoni Moda Italic";
  src: url("../fonts/BodoniModa-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
}

/* Common styling */
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

html::-webkit-scrollbar {
  width: 3px;
}

html::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.tf-widget-button {
  background-color: #d3aa85;
  align-items: center;
  display: flex;
  padding: 10px 35px;
}

.tf-button-link{
  color: #fff;
  font-family: "Gill Sans Nova", sans-serif;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.tf-button-link:hover {
  color: #000;
  text-decoration: none;
}

html::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #d3aa85;
  background-color: #d3aa85;
}

header {
  padding-right: 0 !important;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 9999;
}

#loading-image {
  z-index: 100;
  width: 35px;
}

.headline {
  position: absolute;
  opacity: 0;
  cursor: default;
}

body {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.125rem;
}

header nav {
  padding-right: 20px !important;
}

.page {
  margin-top: 93px;
}

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0eee6;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader-logo {
  position: relative;
}

.logo-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0eee6;
}

.container-bg {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.subpagehero .container-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-bg.narrow-sec {
  max-width: 640px;
}

@media(max-width:520px){
  .container-bg.narrow-sec {
    max-width: 90%;
  }
}

@media (min-width: 1920px) {
  .container-gallery {
    width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

.page-transition {
  position: absolute;
  top: -20%;
  left: -50%;
  background: #fff;
  transform: rotate(5deg);
  width: 200%;
  height: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gill Sans Nova", sans-serif;
}

p {
  margin: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pb-50 {
  padding-bottom: 50px;
}

.narrow-sec {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.narrow-mid-sec {
  width: 650px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 670px) {
  .narrow-mid-sec {
    width: 100%;
  }
}

.narrow-sec-header {
  width: 640px;
}

@media (max-width: 520px) {
  .narrow-sec {
    max-width: 90%;
  }
}

@media (max-width: 420px) {
  .narrow-sec-header {
    width: 90%;
  }
}

.semi-narrow-sec {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

.modal-content {
  background: transparent;
}

button.close {
  background-color: #d3aa85;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
  font-size: 0;
}

button.close:hover {
  opacity: 1 !important;
}

button.close img {
  width: 25px;
}

@media (max-width: 768px) {
  .modal-dialog {
    width: 320px;
  }
  button.close {
    top: -20px;
    right: -20px;
  }
}

.heading-nobg {
  background: unset;
  margin-bottom: 0;
}

.home.header {
  line-height: 46px;
  letter-spacing: 4px;
}

.home.header span {
  font-size: 16px;
  text-transform: none;
}

.header {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  word-wrap: normal;
  letter-spacing: 4px;
}

@media (max-width: 450px) {
  .header {
    font-size: 32px;
  }
}

.contact-details h4.header {
  letter-spacing: 4px;
}

h4.header {
  font-size: 25px;
}

.heading .sub-header {
  color: #D3AA85;
  margin: 1rem 0;
}

.sub-header {
  font-family: "Bodoni Moda Italic", serif;
  font-weight: 400;
  font-size: 20px;
}

.sub-text {
  color: #000;
  font-family: "Gill Sans Nova", sans-serif;
  padding-bottom: 30px;
}

.btn-main {
  font-family: "Gill Sans Nova", sans-serif;
  color: #fff;
  font-size: 20px;
  background-color: #d3aa85;
  padding: 3px 45px 6px 45px;
  margin-top: 35px;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-repeat: repeat-x;
  transition: background-position 0.5s ease;
  background-image: linear-gradient(transparent 50%, #ab7e3e 0);
}

.btn-main:hover {
  text-decoration: none;
  color: #000;
}

.subpagehero {
  margin-top: 100px;
  background: linear-gradient(to top, transparent 50%, #fff 50%), #D3AA8563;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.subpage-header {
  background-color: #D3AA8563;
  padding-bottom: 100px;
}

.fslightbox-slide-number-container {
  font-family: "Baskerville", serif;
}

.fslightbox-toolbar-button:first-child {
  display: none !important;
}

/* Header */
header {
  font-family: "Gill Sans Nova", sans-serif;
  height: 110px;
  background: #d3aa85;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

header#Nav-subpages {
  background: #fff;
}

header#Nav-subpages .home {
  display: none;
}

header nav {
  max-width: 1920px;
  margin: 0 auto;
}

header .navbar {
  padding: 24px 20px;
  font-size: 18px;
}

@media (min-width: 1349px) {
  header .navbar {
    height: 110px;
  }
  .page {
    margin-top: 110px;
  }
}

@media (max-width:1580px) {
  header .navbar,
  .tf-button-link {
    font-size: 14px;
  }
  #menu-left .nav-link, 
  #menu-right .nav-link {
    margin: 0 5px !important;
  }
}

@media (max-width: 1350px){
  header .navbar,
  .tf-button-link {
    font-size: 18px;
  }
}

#menu-social .nav-item{
  padding: 0 .5rem;
}

#menu-left a.nav-link.active,
#menu-right a.nav-link.active {
  color: #000;
}

#menu-left .nav-link,
#menu-right .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.2s;
  margin: 0 20px;
  text-transform: uppercase;
}

#menu-left .nav-link:hover,
#menu-right .nav-link:hover {
  color: #000;
  transition: 0.2s;
}

#Nav-subpages #menu-left .nav-link,
#Nav-subpages #menu-right .nav-link {
  color: #000;
  transition: 0.2s;
}

#Nav-subpages #menu-left .nav-link.active,
#Nav-subpages #menu-right .nav-link.active {
  color: #d3aa85;
}

#Nav-subpages #menu-left .nav-link:hover,
#Nav-subpages #menu-right .nav-link:hover {
  color: #d3aa85;
  transition: 0.2s;
}

/* shrink */
#Nav-subpages.shrink {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.shrink {
  background: #d3aa85;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

@media (min-width: 1350px) {
  .navbar-expand-bg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-bg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-bg .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-bg > .container {
    flex-wrap: nowrap;
  }

  .navbar-expand-bg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-bg .navbar-toggler {
    display: none;
  }

  .order-bg-0 {
    order: 0;
  }

  .order-bg-1 {
    order: 1;
  }

  .order-bg-2 {
    order: 2;
  }
}

@media (max-width: 1349px) {
  .order-mo-0 {
    order: 0;
  }

  .order-mo-1 {
    order: 1;
  }

  .order-mo-2 {
    order: 2;
  }

  .mobile-collapse {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  header {
    height: 95px;
  }

  header .navbar {
    padding: 15px 20px;
  }

  #Nav-subpages .navbar-collapse {
    background-color: #fff;
  }

  .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #d3aa85;
  }

  #menu-lang,
  #menu-social {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* hamburger icon */
.navbar-dark .navbar-toggler {
  border: 0;
}

.navbar-dark .navbar-toggler:focus {
  background: none;
  outline: 0;
}

.navbar-dark .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-dark .navbar-toggler span:nth-of-type(2) {
  width: 22px;
  margin-right: 0;
}

.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
  background: #fff;
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

/* hamburger icon subpages */
#Nav-subpages .navbar-dark .navbar-toggler span {
  background: #642c18;
}

#Nav-subpages .navbar-dark .navbar-toggler:hover span,
#Nav-subpages .navbar-dark .navbar-toggler:focus span {
  background: #642c18;
}

/* Language switcher */
#Nav-subpages #menu-lang a {
  color: #000;
  border-right: 1.5px solid #000;
  transition: 0.2s;
}

#menu-lang a {
  padding: 2px 10px;
  color: #fff;
  border-right: 1.5px solid #fff;
  transition: 0.2s;
}

#menu-lang li.current-lang a {
  color: #000;
}
#Nav-subpages #menu-lang li.current-lang a {
  color: #d3aa85;
}

#menu-lang a:hover {
  text-decoration: none;
  color: #000;
}

#Nav-subpages #menu-lang a:hover {
  text-decoration: none;
  color: #d3aa85;
}

#menu-lang li:last-of-type a,
#Nav-subpages #menu-lang li:last-of-type a {
  border-right: 0;
}

/* Home */
/* hero */
.hero {
  height: 100vh;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    flex-direction: column-reverse;
  }
  .hero-slider-img {
    display: flex !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-slider {
  position: relative;
  height: 100%;
}

.slick-slide .hero-slider-mobile {
  display: none;
}

@media (max-width: 767px) {
  .slick-slide .hero-slider-desktop {
    display: none;
  }
  .slick-slide .hero-slider-mobile {
    display: block;
  }
}

.hero-slider-wrapper,
.hero-slider-wrapper .slick-list,
.hero-slider-wrapper .slick-track,
.hero-slider-wrapper .slick-track div,
.hero-slider-wrapper .hero-slider-img img {
  height: 100%;
}

.hero-slider-wrapper .slick-dots {
  bottom: 10px;
}

.hero-slider-wrapper .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  opacity: 1;
  top: 5px;
  left: 4.5px;
}

.hero-slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1 !important;
}

.hero-slider-wrapper .hero-slider-img {
  position: relative;
}

.hero-slider-wrapper .hero-slider-img .hero-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-slider-wrapper .hero-slider-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider .slide-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 10px;
  cursor: pointer;
}

.hero-slider .slide-next {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}

.hero .heading .header {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
}

.hero .heading .sub-header {
  color: #b78743;
}

.hero .sub-text {
  color: #000;
  font-family: "Gill Sans Nova", sans-serif;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }

  .hero .heading .header {
    font-size: 35px;
  }

  .hero-text {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .hero-slider {
    height: auto;
  }
}

.hero-video {
  position: relative;
  height: calc(100vh - 93px);
}

@media(min-width:1349px){
  .hero-video {
    height: calc(100vh - 110px);
  }
}

.hero__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.scroll-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
}

.scroll-btn a {
  position: relative;
  left: -50%;
}

.location-testimonial {
  margin-bottom: 30px;
  color: #000;
}

.location-testimonial img {
  margin-bottom: 25px;
}

.location-testimonial hr {
  width: 40px;
  border-top: 1.5px solid #3e1d12;
  margin: 25px auto;
}

.location-testimonial .author {
  font-family: "Garamond Italic", sans-serif;
}

.location-testimonial .position {
  font-family: "Gill Sans Nova", serif;
}

/* menu */

.page__about .heading .sub-header,
.page__gallery .heading .sub-header,
.page__menu .heading .sub-header,
.page__contact .heading .sub-header {
  color: #000;
}

section.subpage-menu {
  display: block;
}

section.subpage-menu .container-bg {
  padding-left: 0;
  padding-right: 0;
}

#menu-sec {
  height: calc(100vh - 90px);
  background: linear-gradient(to right, #d3aa85 50%, #fff 50%);
}

.menu-sec {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

/* scroll icon */
#menu-sec .scroll-icon {
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.scroll-icon a {
  position: relative;
  left: -50%;
}

.testimonial {
  width: 300px;
  color: #000;
}
.testimonial h2 {
  text-transform: uppercase;
}
.testimonial_icon {
  margin-bottom: 25px;
}

@media (max-width: 400px) {
  .testimonial {
    width: 90%;
  }
}

.testimonial hr {
  width: 40px;
  border-top: 1.5px solid #3e1d12;
}

.testimonial p {
  font-family: "Garamond Italic", sans-serif;
}

@media (max-width: 991px) {
  #menu-sec {
    height: auto;
  }

  .menu-sec {
    padding-top: 70px;
  }

  .menu-sec > div {
    padding-bottom: 70px;
  }
}

/*  Menu header slider */
.dishes-hero-slider-wrapper .slick-slide > div {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.menu-slider-img {
  display: flex !important;
  justify-content: center;
}

[data-slick-index="0"] .menu-slider-img img,
[data-slick-index="3"] .menu-slider-img img {
  width: 60%;
}

.menu-slider-img img {
  width: 30%;
}

@media (max-width: 500px) {
  .dishes-hero-slider-wrapper .slick-slide > div {
    width: 100vw;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .menu-slider-img img {
    height: auto;
    margin: 0 auto;
  }
}

/* menu slider */
.menu-slider-wrapper .slick-dots {
  bottom: -25px;
}

.menu-slider-wrapper .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #3e1d12;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  content: "";
  opacity: 1;
  top: 5px;
  left: 4.5px;
}

.menu-slider-wrapper .slick-dots li.slick-active button:before {
  background-color: #3e1d12;
  opacity: 1 !important;
}

#location,
#location-reverse {
  height: calc(100vh - 90px);
}

.location {
  display: flex;
  align-items: center;
  height: 100%;
}

.location-bg {
  height: 100%;
}

.location-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

@media (max-width: 767px) {
  #location,
  #location-reverse {
    height: auto;
  }

  .location {
    flex-direction: column;
  }

  #location-reverse .location {
    flex-direction: column-reverse;
  }

  .location-bg {
    height: auto;
  }

  .location-text {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/* About us */

.page__about .subpagehero img {
  width: 250px;
}

.page__about .header {
  word-wrap: normal;
}

.about-us {
  padding-bottom: 100px;
  background-color: #D3AA8563;
}

.team .location-bg img {
  object-position: top center;
}

@media (min-width: 992px) {
  .team .location-bg img {
    height: 900px;
  }

  .team .location-bg.fullwidth img {
    height: auto;
  }

  .team-content {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .team-content-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-content:first-child {
    flex-direction: column;
  }
}

@media(max-width:992px){
  .page-template-menu .page__menu .subpagehero img {
    width: 150px;
  }
  .page__eventmenu .subpagehero img {
    width: 60%;
  }
  .page__about .subpagehero img {
    width: 100%;
  }
}

/* Gallery */
.page__gallery .subpage-header {
  padding-bottom: 50px;
}

.page__gallery .subpagehero img,
.page__menu .subpagehero img {
  width: 275px;
}

.page__menu .subpage-header {
  padding-bottom: 50px; 
}


.fslightbox-fade-in {
  animation: none !important;
  opacity: 1;
}

.lightbox {
  position: relative;
  border: 1px solid #fff;
}

.lightbox-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.lightbox .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(100, 44, 24, 0.7);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.lightbox .hover-icon {
  position: absolute;
  left: 50%;
  top: 50%;
}

.lightbox .hover-icon img {
  position: relative;
  left: -50%;
  top: -50%;
}

.lightbox .hover:hover {
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.lightbox.first {
  border-left: 0;
}

.lightbox.last {
  border-right: 0;
}

.lightbox.top {
  border-top: 0;
}

.lightbox.bottom {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .lightbox {
    border: 0;
    border-bottom: 1px solid #fff;
  }

  div.lightbox.first.bottom {
    border-bottom: 1px solid #fff;
  }
}

.gallery {
  background-color: #D3AA8563;
  padding: 80px 0;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
  grid-gap: 5px;
}

.gallery-wrapper .vertical-grid {
  grid-row: span 2;
}

.gallery-wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wrapper div .img-left {
  object-position: left;
}

.gallery-wrapper div .img-right {
  object-position: right;
}

@media (max-width: 575px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper .vertical-grid {
    grid-row: span 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Events */
.events-categories-wrapper {
  max-width: 1400px;
  padding-bottom: 100px;
}

.events-categories {
  display: none;
}

.events-categories,
.events-gallery {
  background-color: #f0eee6;
}

.events-category-wrapper {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

.events-categories-wrapper img {
  margin-bottom: 20px;
  width: 55px;
  height: 55px;
}

.events-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
  grid-gap: 5px;
}

.events-gallery-wrapper .vertical-grid {
  grid-row: span 2;
}

.events-gallery-wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .events-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .events-gallery-wrapper .vertical-grid {
    grid-row: span 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .events-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .events-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Menu */
.food-gallery {
  background-color: #D3AA8563;
  padding: 80px 0;
}

.food-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
  grid-gap: 5px;
}

.food-gallery-wrapper .vertical-grid {
  grid-row: span 2;
}

.food-gallery-wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .food-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .food-gallery-wrapper .vertical-grid {
    grid-row: span 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .food-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .food-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.food-gallery-wrapper > div {
  position: relative;
  transition: 0.3s;
}

.food-gallery-wrapper > div:hover .food-overlay {
  display: block;
  transition: 0.3s;
  opacity: 1;
}

.food-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.3s;
}

.food-overlay p {
  background-color: #b78743;
  padding: 7px 40px;
  margin: 0;
  font-family: "Baskerville", serif;
  color: #3e1d12;
  position: relative;
  left: -50%;
  transform: translateY(-50%);
}

/* News */

.newshero {
  margin-top: 326px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, transparent 50%, #fff 50%), #f0eee6;
}

.newshero .header {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Testimonial slider */
.news-slider {
  background-image: url('/wp-content/uploads/2024/04/janina-restaurante_footer.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125rem 0;
}

.news-slider .news-slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  background-color: transparent;
}

.news-slider .news-slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  background-color: transparent;
}

.news-slider-content.goldborder {
  flex-direction: column;
  max-width: none;
  padding: 1.875rem 2.5rem;
  margin: 0 1.5rem;
  background-color: #fff;
  min-height:350px;
}

.news-slider .testimonial {
  color: #000;
  text-align: center;
  font-style: italic;
  width: auto;
  margin-bottom: 2.5rem;
  font-family: "Gill Sans Nova", sans-serif;
}

.news-slider .testimonial-author {
  color: #d5a67c;
  text-align: center;
  font-family: "Gill Sans Nova", sans-serif;
}

.btn-readmore {
  padding: 10px 35px;
}

.news-footer-banner img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

/* News Single */
.news-subpage.subpage-header {
  padding-bottom: 0;
}

.news-wrapper {
  background: #f0eee6;
  padding-top: 80px;
}

.news-image {
  padding-bottom: 50px;
  display: none;
}

.news-image img {
  object-fit: cover;
  object-position: top center;
}

.news-content {
  color: #3e1d12;
  font-family: "Baskerville", serif;
  padding-bottom: 30px;
}

.button-wrapper {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.button-wrapper a[rel="prev"] {
  margin-left: auto;
}

.button-wrapper a {
  font-family: "Baskerville", serif;
  color: #3e1d12;
  background-color: #b78743;
  padding: 8px 40px;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-repeat: repeat-x;
  transition: background-position 0.5s ease;
  background-image: linear-gradient(transparent 50%, #ab7e3e 0);
}

.button-wrapper a:hover {
  background-position: 0 100%;
  text-decoration: none;
  color: #3e1d12;
}

/* Contact */

.page__contact .subpagehero {
  background: linear-gradient(to top, #fff 50%, transparent 50%), url('/wp-content/uploads/2024/04/janina-restaurante_footer.webp');
  position: relative;
}

.page__contact .subpagehero::before {
  content:'';
  display: block;
  background: #D3AA8563;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
}

.page__contact .subpagehero img {
  position: relative;
  z-index: 1;
}

.map-container {
  width: 100%;
  height: 600px;
}

.map-container > div {
  height: 100%;
}

div.cmplz-placeholder-1 {
  background-image: url('/wp-content/uploads/2024/05/map-placeholder.svg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  box-shadow: none;
}

.map-container iframe {
  filter: saturate(0);
}

/* form */
.form-container {
  padding-top: 100px;
}

.form-container .form {
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
}

@media(max-width:992px) {
  .form-container .form {
    flex-direction: column;
  }
}

.form-container .form .wpcf7 {
  margin-top: 0;
}

.wpcf7-list-item-label {
  font-size: 12px;
}
.wpcf7-spinner {
  align-self: end;
}

/* Data privacy */
.dataprivacy-hero {
  margin-top: 326px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, transparent 50%, #fff 50%), #D3AA8563;
}

.dataprivacy-hero .header {
  margin-bottom: 0;
  padding: 20px 0;
}

.dataprivacy h1,
.dataprivacy h2,
.dataprivacy h3,
.dataprivacy h4,
.dataprivacy h5,
.dataprivacy h6 {
  color: #3e1d12;
}

.dataprivacy p {
  color: #000;
  font-family: "Gill Sans Nova", sans-serif;
  padding-bottom: 30px;
}

.dataprivacy-content {
  background-color: #D3AA8563;
  padding-bottom: 20px;
}

#cmplz-document {
  max-width: 100%;
}

#cmplz-document p {
  font-size: 16px;
}

#cmplz-document h2 {
  font-size: 2rem;
}

#cmplz-document h3 {
  font-size: 1.75rem;
}

/* Footer */
.contact-detail {
  padding: 100px 0 50px;
}

.home .contact-detail {
  background-color: #D3AA8563;
}

.contact-details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  text-align: center;
}

.contact-details a {
  color: #000;
  transition: 0.2s;
}

.contact-details a.btn-main {
  color: #fff;
}

.contact-details a:hover {
  text-decoration: none;
  color: #000;
}

.contact-details img {
  width: 4rem;
}

.remove-contact-detail {
  display: none;
}

footer .footer-bottom a {
  color: #000;
  line-height: normal;
  transition: 0.2s;
}

footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.footer-reservation {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("/wp-content/uploads/2024/04/janina-restaurante_footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-logo {
  width: 120px;
}

.goldborder {
  max-width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  padding: 30px 75px;
  border: 2px solid #d3aa85;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 992px) {
  #menu-sec {
    background: #fff;
  }
  .goldborder {
    padding: 50px 30px;
  }
}

.goldborder .logo-container {
  transform: translate(-7%, 13%);
}

.goldborder .logo-container img {
  width: 100%;
}

.goldborder .form_content {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}

.goldborder .contact_info {
  width: 30%;
}

.goldborder .contact_info input {
  width: 100%;
  border: 1px solid #d3aa85;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Gill Sans Nova";
}

.goldborder .contact_info input::placeholder {
  color: #d3aa85;
}

.goldborder .contact_info input[name="your-name"] {
  margin-bottom: 20px;
}

.goldborder .message {
  width: 70%;
}

.goldborder .message textarea {
  width: 100%;
  height: 97px;
  border: 1px solid #d3aa85;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Gill Sans Nova";
}

.goldborder .message textarea::placeholder {
  color: #d3aa85;
}

.wpcf7 {
  margin-top: 35px;
}

.wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-top: 10px;
}

.wpcf7-submit {
  border: none;
  border-radius: 0;
  padding: 3px 45px 6px 45px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .goldborder,
  .form_content {
    flex-direction: column;
  }
  .goldborder .logo-container {
    transform: none;
    margin-bottom: 20px;
    padding: 0 80px;
  }
  .goldborder .contact_info,
  .goldborder .message {
    width: 100%;
  }
  .form .header {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  .goldborder {
    padding: 25px 0;
  }
  .wpcf7-submit {
    width: 100%;
  }
  .subpagehero {
    min-height: 275px;
  }
}

.remove-footer-reservation {
  display: none;
}

.btn-footer {
  font-family: "Baskerville", serif;
  color: #1d5d91;
  background-color: #fff;
  padding: 10px 25px;
  margin-top: 35px;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-repeat: repeat-x;
  transition: background-position 0.5s ease;
  background-image: linear-gradient(transparent 50%, #ececec 0);
}

.btn-footer:hover {
  background-position: 0 100%;
  text-decoration: none;
  color: #1d5d91;
}

.footer-bottom {
  background-color: #d3aa85;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Gill Sans Nova", serif;
  color: #b78743;
}

.footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-menu span {
  font-size: 23px;
  margin-left: 2px;
  margin-right: 2px;
  color: #000;
}

@media (max-width: 767px) {
  .footer-bottom .row > div {
    padding-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .d-medium-none {
    display: none;
  }
}

/* Totop button */
#Totop {
  width: 40px;
  height: 40px;
  border: 0;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-repeat: repeat-x;
  transition: background-position 0.5s ease;
  background-image: linear-gradient(transparent 50%, #ab7e3e 0);
  background-color: #b78743;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Totop:hover {
  background-position: 0 100%;
}

/* 404 */
.not-found {
  background: linear-gradient(to top, transparent 50%, #fff 50%), #f0eee6;
  margin-top: 120px;
  display: flex;
}

.not-found-content {
  display: flex;
  background-color: #f0eee6;
  height: 30vh;
}

.not-found h1 {
  font-size: 180px;
}

.not-found-content p {
  font-family: "Gill Sans Nova", serif;
  color: #000;
  margin-bottom: 30px;
}

.not-found-content a {
  margin: 20px 0;
}

.not-found-content .container-bg {
  text-align: center;
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 70px;
    margin-bottom: 45px;
  }
}

#events {
  scroll-padding-top: 150px;
}

.events .sub-header {
  margin-top: 0;
}

.ytvideo {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
 .ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
 }

.eventstackholder {
  position:fixed;
  min-height:20px;
  right: 0;
  transform: translateY(-60%);
}

.btn1 {
  top: 35vh;
}

.btn2 {
  top: 46vh;
}

.btn3 {
  top: 57vh;
}

.sub-text ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: center;
  line-height:2rem;
}
@media(max-width:540px){
	.sub-text ul li {
	position:relative;
	padding-left:25px;
	}
}
.sub-text ul li::before {
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/05/star_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;  
  margin-right: 10px;
}
@media(max-width:540px){
	.sub-text ul li::before {
	position:absolute;
	left:0;
	top:7px;
	}
}
@media(min-height:900px) {
  .btn1 {
    top: 30vh;
  }
  
  .btn2 {
    top: 39vh;
  }
  
  .btn3 {
    top: 47.5vh;
  }
}


@media(min-height:1080px) {
  .btn1 {
    top: 40vh;
  }
  
  .btn2 {
    top: 46vh;
  }
  
  .btn3 {
    top: 52vh;
  }
}

.eventstackholder .btn-readmore{
  padding: 10px 15px;
  background-color: #d3aa85;
}

.eventstackholder .btn-readmore a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.eventstackholder .btn-readmore img {
  width: 35px;
}

@media(max-width: 992px) {
  .eventstackholder .btn-readmore img {
    width: 20px;
  }
  .btn1 {
    top: 40vh;
  }
  .btn2 {
    top: 48vh;
  }
  .btn3 {
    top: 56vh;
  }
}

.eventstackholder .btn-readmore span {
  display: none;
}

@media(min-width: 992px){
  .eventstackholder .btn-readmore a:hover span {
    display: block;
    color: #fff;
  }
}

.interactive-btn {
  position: absolute;
  top: 65vh;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 992px){
  .interactive-btn {
    top: calc(70vh - 93px);
  }  
}
.socialmedia {
  padding-top: 1rem;
  text-align: center;
}

.socialmedia a {
  padding: 0 .5rem;
}

.socialmedia a:hover {
  text-decoration: none;
  color: transparent;
}

.eventstackholder a{
  color: #fff;
}

.eventstackholder a:hover {
  color: #000;
  text-decoration: none;
}

.anchor {
  padding-top: 150px;
  margin-top: -150px;
}

.page-template-templatesabout-php .eventstackholder,
.page-template-templatesgallery-php .eventstackholder,
.page-id-243 .eventstackholder,
.page-id-262 .eventstackholder,
.page-id-264 .eventstackholder,
.page-id-1029 .eventstackholder,
.page-id-726 .eventstackholder,
.page-id-728 .eventstackholder,
.page-template-templatescontact-php .eventstackholder,
.page-template-templatesdataprivacy-php .eventstackholder {
  display: none;
}
@media (min-width: 767px) {
  .kpimage {
    padding: 40px;
    display: flex;
    justify-content: center;
}
 .kpimg{
  padding: 5px;
}
}

@media (max-width: 767px) {
 .kpimg img{
    width:100%;
    height:auto;
 }
}  

.header-icon {
  padding: 0 0 60px 0;
}

#shop {
  background: linear-gradient(to right, transparent 50%, #d3aa85 50%);
}
@media(max-width:767px){
  #shop {
    background: #d3aa85;
  }
}

#shop .narrow-sec .sub-header {
  color: #000;
  padding: 0 6rem;
}

#shop .narrow-sec .sub-text {
  padding: 0 2rem;
  margin-bottom: 2.375rem;
}

@media(max-width:992px){
  #shop .narrow-sec .sub-header,
  #shop .narrow-sec .sub-text {
    padding: 0 1rem;
  }
}

#shop .narrow-sec .btn-main {
  color: #000;
  background-color: #fff;
}

#shop .narrow-sec .btn-main:hover {
  color: #fff;
  background-color: #000;
}

#shop .narrow-sec .shopimage {
  margin-bottom: 3rem;
}

.shopimage {
  width: 100%;
}

.home-buttons {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.home-buttons .tf-widget-button {
  padding: 10px 25px;
}

@media(max-width:992px){
  .home-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .home-buttons .tf-button-link {
    font-size: 14px;
  }
  .socialmedia  {
    display: none;
  }
}

.gift-card {
  background: url("/wp-content/uploads/2024/04/janina-restaurante_footer.webp");
  text-align: center;
}

.gift-card .goldborder {
  max-width: 712px;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  margin: 0 1rem;
}

@media(max-width:450px) {
  .gift-card .goldborder{
    padding: 25px 30px;
  }
}

.logo-slider {
  padding: 8rem 0;
}

.logo-slider .header {
  text-align: center;
}

.logo-slider-wrapper {
  margin-top: 6.25rem;
}

.logo-slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slider .slick-slide {
  text-align: center;
}

.logo-slider .logo {
  max-height: 6rem;
  margin: 0 1.75rem;
  width: auto !important;
}
@media(max-width:450px){
.logo-slider .logo {
  max-height:5rem;
  }
}
.event-gallery {
  background: #d3aa8563;
}

.event-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

@media(max-width:992px){
  .event-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .logo-slider {
    padding: 3rem 0;
  }
  .logo-slider-wrapper {
    margin-top: 3rem;
  }
  .about-us {
    padding-bottom: 30px;
  }
  .gallery,
  .food-gallery {
    padding: 5px 0
  }
  .page__contact .subpage-header {
    padding-bottom: 20px;
  }
  .form-container {
    padding-top: 50px;
  }
}

@media(max-width: 767px){
  .event-gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

.event-item {
  border: 2px solid #d3aa85;
  background-color: #fff;
  width: 100%;
  height: fit-content;
}
.event-item img {
  width: 100%;
}

.eventtime {
  margin-bottom: 2rem;
}

.event-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Gill Sans Nova", sans-serif;
}

.event-text-wrapper .header {
  font-size: 2.125rem;
  margin: 1rem 0;
  text-align: center;
}

.event-text-wrapper details summary {
  text-transform: uppercase;
  text-align: center;
  list-style-type: none;
  text-decoration: underline;
}

.event-text-wrapper details summary::-webkit-details-marker {
  display: none;
}

.event-text-wrapper details[open] summary {
  text-decoration: none;
}

.page-template-eventmenu .text {
  font-family: "Gill Sans Nova", sans-serif;
}

.page-template-eventmenu .sub-header {
  color: #000;
}

.event-text-wrapper .text {
  padding: 2rem 3.125rem 0 3.125rem;
}

@media(max-width:992px) {
  .event-text-wrapper .text {
    padding: 2rem 2rem 0 2rem;
  }
}

.event-text-wrapper .btn-main {
  margin-bottom: 2rem;
}

.text p {
  margin-bottom: 1rem;
  font-family: "Gill Sans Nova", sans-serif; 
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
}

@media(min-width:992px) {
  #mc_embed_signup_scroll {
    flex-direction: row;
  }
}

#mc_embed_signup{
  font-size: 14px;
  font-family: "Gill Sans Nova", sans-serif;
}

#mc_embed_shell #mc_embed_signup form {
  margin: 0;
}

#mc_embed_signup .w-100 h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 25px 0;
}

#mc_embed_signup .button.btn-main {
  height: auto;
  font-family: "Gill Sans Nova", sans-serif;
  color: #fff;
  font-size: 20px;
  background-color: #d3aa85;
  padding: 3px 45px 6px 45px;
  margin-top: 10px;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-repeat: repeat-x;
  transition: background-position 0.5s ease;
  background-image: linear-gradient(transparent 50%, #ab7e3e 0);
  border-radius: 0;
}

#mc_embed_signup .w-100 .mc-field-group {
  padding-bottom: 0;
}

#mc_embed_signup .mc-field-group a {
  color: #000;
  text-decoration: underline;
}

#mc_embed_signup .button.btn-main:hover {
  background-color: #d3aa85;
  color: #000;
}

#mc_embed_signup .gdpr-mergeRow .indicates-required {
  text-align: left;
}

@media(max-width: 450px){
  #mc_embed_signup .w-100 h2 {
    font-size: 32px;
  }
  #mc_embed_shell #mc_embed_signup form {
    margin: 20px;
  }
  .footer-reservation .goldborder {
    padding-top: 0;
  }
}