@charset "UTF-8";
@font-face {
  font-family: "Switzer";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Switzer-ThinItalic.woff2") format("woff2"), url("../fonts/Switzer-ThinItalic.woff") format("woff"), url("../fonts/Switzer-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Switzer";
  font-style: normal;
  src: url("../fonts/Switzer-Variable.woff2") format("woff2"), url("../fonts/Switzer-Variable.woff") format("woff"), url("../fonts/Switzer-Variable.ttf") format("truetype");
}
@font-face {
  font-family: "Switzer";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Switzer-VariableItalic.woff2") format("woff2"), url("../fonts/Switzer-VariableItalic.woff") format("woff"), url("../fonts/Switzer-VariableItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Salted";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/salted.otf") format("opentype"), url("../fonts/salted.ttf") format("truetype");
}
.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .wrap {
    max-width: 100%;
  }
}
body.offcanvas-open {
  overflow: hidden;
}
#offcanvas-close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
}
#offcanvas-close-btn svg, #offcanvas-close-btn img {
  width: 30px;
  height: 30px;
}
#offcanvas-open-btn {
  width: 36px;
  height: 36px;
  padding: 0;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  cursor: pointer;
  display: inline-flex;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0;
}
#offcanvas-close-btn {
  display: block;
  padding: 0;
}
#offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  z-index: 9999;
  top: 0;
  grid-row: 1;
  grid-column: 1;
}
#offcanvas > * {
  grid-row: 1;
  grid-column: 1;
}
#offcanvas .offcanvas-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container {
  width: clamp(450px, 25%, 100%);
  height: 100%;
  position: absolute;
  left: 0;
  overflow: auto;
  background-color: #942f2b;
  background-image: url("/images/bg/PAT-RED.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: delay;
  transition-timing-function: ease;
  max-width: 100%;
}
#offcanvas .offcanvas-container .content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  flex-wrap: nowrap;
  height: 100%;
  padding: 25px 50px;
}
#offcanvas .offcanvas-container .content .offcanvas-content {
  width: 100%;
  height: 100%;
}
#offcanvas.hide {
  visibility: hidden;
}
#offcanvas.hide .offcanvas-background {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}
#offcanvas.hide .offcanvas-container {
  transform: translateX(-100%);
}
#offcanvas.show {
  visibility: visible;
}
#offcanvas.show .offcanvas-background {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: fixed;
}
#offcanvas.show .offcanvas-container {
  transform: translateX(0);
}
#offcanvas a {
  color: #fff;
  font-size: 32px;
}
#offcanvas .mod-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
}
#offcanvas .mod-menu .nav-item {
  font-family: "Salted";
  font-size: 18px;
  text-align: center;
}
.dinner #offcanvas .offcanvas-container {
  background-image: url("/images/bg/PAT-PINO.jpg");
}
@media (max-width: 1400px) {
  #offcanvas .offcanvas-container .content {
    padding: 20px;
  }
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Switzer";
  color: #151515;
  background: #f3efe6;
  min-height: 100vh;
}
body.homepage .logo {
  opacity: 0;
  transform: scale(0);
}
.max-w-full {
  max-width: 100%;
}
.max-w-full img {
  max-width: 100% !important;
}
.no-events {
  pointer-events: none;
}
.col-h-full .sppb-addon-wrapper {
  height: 100%;
}
.full-height {
  height: 100vh;
}
.sticky {
  position: sticky;
  top: 0;
}
#sp-page-builder {
  overflow-x: clip;
}
#sp-page-builder .sppb-section {
  margin-left: inherit !important;
  margin-right: inherit !important;
}
.sppb-addon-text-block > .sppb-addon-content > *:first-child {
  margin-top: 0;
}
.sppb-addon-text-block > .sppb-addon-content > *:last-child {
  margin-bottom: 0;
}
.mobile-show {
  display: none !important;
}
.h1-medium {
  font-size: 36px;
}
h1, .h1-large {
  font-family: "Salted";
  font-size: 46px;
  margin-bottom: 28px;
}
h2 {
  font-size: 32px;
  margin: 12px 0;
}
h3 {
  font-size: 24px;
}
.white {
  color: white;
}
header.navbar .topmenu {
  color: white;
}
header.navbar .topmenu a {
  color: white;
}
header.navbar .topmenu a.btn {
  text-align: center;
}
svg.offcanvas-open-icon path {
  stroke: white;
}
.menu-absolute header.navbar .mainmenu.wrap::before {
  transform: translate(0, -100%);
}
.menu-absolute header.navbar.scroll .mainmenu.wrap::before {
  transform: translate(0, 0);
}
a {
  color: #972f2e;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: "Salted";
  font-weight: normal;
  line-height: 1.3;
}
.sppb-addon-content img {
  max-width: 100%;
  max-height: fit-content;
}
.visually-hidden {
  display: none;
}
p.btn-group {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-group > * {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-group-center > * {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  background-color: #972f2e;
  font-family: "Salted";
  font-weight: 500;
  font-size: 21px;
  padding: 0.3em 1em 0.65em 1em;
  color: white;
  border-radius: 6px;
  line-height: 1;
  transition: all 0.3s ease;
}
.btn.btn-sm {
  font-size: 18px;
  padding: 0.2em 1em 0.5em 1em;
}
.btn.btn-xl {
  font-size: 26px;
  padding: 0.6em 1.5em 1em 1.5em;
}
.btn.btn-yellow {
  background-color: #e4ac71;
}
.btn.btn-yellow:hover {
  background-color: #e18446;
}
.btn.btn-yellow.a {
  color: white;
}
.bg-pat {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-pat-grey {
  background-image: url("/images/bg/PAT-GREY.jpg");
}
.bg-pat-licheno {
  background-image: url("/images/bg/PAT-LICHENO.jpg");
}
.bg-pat-oliva {
  background-image: url("/images/bg/PAT-OLIVA.jpg");
}
.bg-pat-orange-light {
  background-image: url("/images/bg/PAT-ORANGE-LIGHT.jpg");
}
.bg-pat-orange {
  background-image: url("/images/bg/PAT-ORANGE.jpg");
}
.bg-pat-pink {
  background-image: url("/images/bg/PAT-PINK.jpg");
}
.bg-pat-pino-dark {
  background-image: url("/images/bg/PAT-PINO-DARK.jpg");
}
.bg-pat-pino {
  background-image: url("/images/bg/PAT-PINO.jpg");
}
.bg-pat-red {
  background-color: #972f2e;
  background-image: url("/images/bg/PAT-RED.jpg");
}
div.mod-languages ul {
  display: inline-flex;
  gap: 36px;
  font-size: 14pt;
}
div.mod-languages ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
div.mod-languages ul li a {
  padding: 0;
}
div.mod-languages ul li.lang-active {
  background-color: transparent;
}
div.mod-languages ul li.lang-active a {
  font-weight: bold;
}
div.mod-languages ul li::before {
  content: "";
  width: 1px;
  height: 26px;
  position: absolute;
  left: -18px;
  border-left: 1px solid #ddd;
  transform: skew(-20deg);
}
div.mod-languages ul li:first-child::before {
  content: none;
}
.fullscreen, .full-screen, section.fullscreen, section.full-screen {
  min-height: 100vh;
}
.fullscreen.under-top, .full-screen.under-top, section.fullscreen.under-top, section.full-screen.under-top {
  margin-top: -100vh;
  z-index: 0 !important;
}
.socials {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.full-screen {
  position: relative;
  scroll-behavior: smooth;
}
.full-screen .custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min(25vw, 50vh) min(25vw, 50vh);
}
.full-screen .custom-grid.first-cell-span-2 > *:first-child {
  grid-column: span 2;
}
.full-screen .custom-grid .clearfix, .full-screen .custom-grid .clearfix .sppb-addon-single-image, .full-screen .custom-grid .clearfix .sppb-addon-content, .full-screen .custom-grid .clearfix .sppb-addon-single-image-container, .full-screen .custom-grid .clearfix .sppb-addon-single-image-container img {
  height: 100%;
  width: 100%;
}
.full-screen .custom-grid .clearfix .sppb-addon-single-image-container img {
  object-fit: cover;
  max-height: 100%;
}
.full-screen .custom-grid .sppb-addon-text-block {
  padding: 25px;
}
.full-screen .custom-grid .sppb-addon-text-block h3:first-child {
  margin-top: 0;
}
.full-screen .custom-grid-image {
  height: min(50vw, 100vh);
}
.full-screen .sticky.sticky-lg {
  min-height: min(750px, 100vh);
}
.full-screen .sticky.sticky-lg .custom-div, .full-screen .sticky.sticky-lg .custom-div-image, .full-screen .sticky.sticky-lg .sticky.sticky-fullheight, .full-screen .sticky.sticky-lg .relative {
  height: min(750px, 100vh);
}
.full-screen .custom-div, .full-screen .custom-div-image, .full-screen .sticky.sticky-fullheight, .full-screen .relative {
  height: 100vh;
}
.full-screen .sticky {
  position: sticky !important;
  top: 70px;
}
.full-screen .sticky .btn {
  margin-top: 48px;
}
.full-screen.absolute {
  margin-bottom: -100vh;
  z-index: 2 !important;
}
.full-screen.absolute.bottom-lg {
  margin-bottom: max(-750px, -100vh);
}
.full-screen.absolute:first-child {
  z-index: 4 !important;
}
.sppb-section.cover-top {
  margin-top: -100vh;
}
.heading-over .addon-root-text-block-multilang, .heading-over .addon-root-heading {
  position: absolute;
  z-index: 401;
  pointer-events: none;
}
header.navbar {
  font-size: 14pt;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
header.navbar p {
  margin: 0;
}
header.navbar a {
  color: white;
}
header.navbar .mainmenu.wrap {
  max-width: 100%;
  max-height: 70px;
}
header.navbar .mainmenu.wrap::before {
  content: "";
  background: #972f2e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: translate(0, 0);
}
header.navbar.scroll .mainmenu.wrap::before {
  transform: translate(0, 0);
}
header.navbar .offcanvas-menu-open {
  display: flex;
}
header.navbar .topmenu {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  color: #151515;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
}
header.navbar .topmenu .center {
  text-align: center;
}
header.navbar .topmenu .center img {
  max-height: 48px;
  width: auto;
}
header.navbar .topmenu .socials img {
  max-height: 30px;
  width: auto;
}
header.navbar .topmenu img {
  max-width: 100%;
  height: auto;
}
header.navbar .topmenu > * {
  flex: 1 1 0;
}
header.navbar .topmenu a {
  color: #fff;
}
header.navbar .topmenu a.btn {
  color: white;
}
header.navbar .topmenu .webcam {
  display: inline-flex;
}
header.navbar .topmenu .webcam p {
  display: inline-flex;
}
header.navbar .topmenu .webcam a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
header.navbar .topmenu .left {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
header.navbar .topmenu .right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.logo-section {
  position: fixed !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9 !important;
  height: 100vh;
  pointer-events: none;
}
.logo-section a {
  display: block;
  pointer-events: all;
}
.animated-logo {
  transform: scale(3);
  width: 230px;
  line-height: 1;
  margin: auto;
}
.animated-logo img {
  width: 100%;
}
.animated-logo .letters-container {
  display: flex;
  align-items: end;
}
.animated-logo .letters-container > .flex-item {
  flex: 1 1 0;
}
body.com_content {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
}
body.com_content .com-content-article {
  padding-bottom: 100px;
  max-width: 1140px;
}
body.wide-article.com_content .com-content-article {
  max-width: 100%;
}
body footer {
  margin-top: auto;
}
.body .content {
  font-size: 18px;
}
section.center-content {
  display: flex;
  align-items: center;
}
.text-white {
  color: white;
}
.text-color-primary {
  color: #972f2e;
}
#sp-page-builder .gastronomy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: clamp(20px, 5vw, 50px);
}
#sp-page-builder .gastronomy-grid .white-logo-transition img {
  filter: contrast(0) brightness(2);
  transition: all 0.3s ease;
  height: 70px;
  width: auto !important;
  max-width: min(350px, 100%) !important;
}
#sp-page-builder .gastronomy-grid .white-logo-transition img:hover {
  filter: contrast(1) brightness(1);
}
.slideshow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.slideshow > * {
  grid-row: 1;
  grid-column: 1;
}
.slideshow .slide-background {
  height: 100%;
}
.slideshow .slide-background .bg-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.slideshow .slide-background .bg-image .content {
  padding: 80px 120px;
  width: 100%;
}
.slideshow .bottom {
  z-index: 1;
  align-self: end;
  justify-self: end;
  width: calc(100vw - 70px);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 20px 30px;
  bottom: 0;
}
.slideshow .bottom .arrows {
  display: inline-flex;
  gap: 20px;
}
.slideshow .swiper-button-next, .slideshow .swiper-button-prev {
  position: static;
  width: 42px;
}
.slideshow .swiper-button-next::after, .slideshow .swiper-button-prev::after {
  content: none;
}
.slideshow .swiper-pagination-bullet, .slideshow .swiper-pagination-bullet-active {
  background: #fffa;
}
.fancy-text h1 {
  font-family: "Salted";
  text-transform: uppercase;
  color: #972f2e;
  font-size: 60pt;
  line-height: 73pt;
  letter-spacing: -0.05em;
}
.submenu {
  background-color: #972f2e;
  color: #fff;
  position: sticky !important;
  top: 70px !important;
  z-index: 3 !important;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(100vh - 75px);
  margin-bottom: -100vh;
  z-index: 4 !important;
}
.submenu.flex .mod-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
.submenu.flex .mod-menu .nav-item.current {
  position: relative;
}
.submenu.flex .mod-menu .nav-item.current::after {
  content: "•";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  text-align: center;
}
.submenu a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Salted";
  line-height: 0;
  font-size: 21px;
}
.submenu .current, .submenu .current a {
  color: #e4ac71;
}
.dinner {
  background: #161616;
  color: #f3eee8;
}
.dinner .btn {
  background-color: #19443a;
}
.dinner header.navbar .mainmenu.wrap::before {
  background: #19443a;
}
.dinner header.navbar .mainmenu.wrap .btn {
  background-color: #e4ac71;
}
.dinner footer {
  background-color: #19443a;
  background-image: url("/images/bg/PAT-PINO.jpg");
}
.dinner .submenu {
  background-color: #19443a;
}
.dinner .submenu .current, .dinner .submenu .current a {
  color: #caca93;
}
.dinner h1, .dinner h2, .dinner h3 {
  color: #caca93;
}
.height-full > * {
  height: 100%;
}
.accordions-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: min(750px, 100vh);
}
.accordions-list .accordion-item {
  height: auto;
  flex: 1 1 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordions-list .accordion-item .bg-image, .accordions-list .accordion-item .bg-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.accordions-list .accordion-item .bg-image {
  background-size: cover;
  background-position: center center;
}
.accordions-list .accordion-item .bg-color {
  opacity: 1;
  transition: all 0.3s ease;
}
.accordions-list .accordion-item .accordion-content {
  position: relative;
  color: white;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.accordions-list .accordion-item .accordion-content .title, .accordions-list .accordion-item .accordion-content .arrow {
  display: flex;
  justify-content: center;
  flex: 1 1 0;
}
.accordions-list .accordion-item .accordion-content .title {
  height: 100%;
  align-items: end;
}
.accordions-list .accordion-item .accordion-content .arrow {
  align-items: start;
  margin-bottom: -30px;
}
.accordions-list .accordion-item .accordion-content .arrow img {
  transition: transform 0.3s ease;
  transform: rotate(0);
  width: 32px;
  height: 32px;
}
.accordions-list .accordion-item .accordion-content .text {
  overflow: hidden;
  height: 0;
  padding: 0;
  width: auto;
  max-width: 450px;
  margin: auto;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.accordions-list .accordion-item.active {
  flex: 5 1 0;
}
.accordions-list .accordion-item.active .bg-color {
  opacity: 0.8;
}
.accordions-list .accordion-item.active .accordion-content .title, .accordions-list .accordion-item.active .accordion-content .arrow {
  min-height: 75px;
}
.accordions-list .accordion-item.active .accordion-content .arrow img {
  transform: rotate(180deg);
}
.accordions-list .accordion-item.active .accordion-content .text {
  padding: 10px 15px;
  height: 550px;
  opacity: 1;
  transform: scale(1);
  display: flex;
  align-items: center;
}
.accordions-list.close .accordion-item .bg-color {
  opacity: 1;
}
footer {
  background-color: #972f2e;
  background-image: url("/images/bg/PAT-RED.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
footer a {
  color: white;
  font-weight: 300;
}
footer .socials {
  margin-top: 20px;
  gap: 25px;
}
footer .socials img {
  width: auto;
}
footer .footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer.wrap {
  max-width: 100%;
}
footer .footer-center {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 6fr 2fr;
  gap: 20px;
}
footer .footer-center .footer-pos-1 {
  grid-row: 1;
  grid-column: 1;
}
footer .footer-center .footer-pos-2 {
  grid-row: 2;
  grid-column: 1;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
footer .footer-center .footer-pos-2 > .mod-custom {
  flex: 1 1 0;
  min-width: 230px;
}
footer .footer-center .footer-pos-3 {
  grid-row: 2;
  grid-column: 2;
  text-align: right;
}
footer .footer-center > div {
  min-width: 250px;
}
footer .footer-center > div .links-title {
  margin: 0;
}
footer .footer-center > div .links a {
  display: block;
  margin-bottom: 8px;
}
footer .footer-bottom {
  margin-top: 20px;
}
footer .footer-bottom .center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.img-grid img.sppb-img-responsive {
  width: 100%;
  max-width: 400px;
}
.popup {
  display: none;
  color: white;
}
.popup.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 401;
}
.popup.open a {
  color: white;
}
.popup.open .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0005;
  z-index: 99;
}
.popup.open .wrap {
  position: absolute;
  background-color: #194538;
  background-image: url("/images/popup-bg.png");
  background-position: center center;
  background-size: cover;
  width: calc(100% - 20px);
  max-width: 600px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
.popup.open .wrap .popupContent {
  padding: 25px;
}
.popup.open .wrap .popupContent h1 {
  font-family: "Salted";
  font-size: 40pt;
  line-height: 1em;
  font-weight: 400;
}
.popup.open .wrap .popupContent h4 {
  font-size: 20pt;
  font-weight: 400;
}
.popup.open .wrap .popupContent .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.popup.open .wrap .popupContent .button a {
  display: inline-block;
  background-color: #142222;
  text-transform: uppercase;
  padding: 3px 35px;
  border-radius: 4px;
}
.popup.open .wrap .close {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: initial;
  left: initial;
}
.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events-list .event-item {
  display: flex;
  gap: 250px;
  margin-bottom: 50px;
}
.events-list .event-item .left {
  flex: 1 1 0;
}
.events-list .event-item .title {
  font-family: "Switzer";
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.events-list .event-item .title a {
  color: #151515;
}
.events-list .event-item .date {
  font-weight: bold;
  color: #948f6d;
}
@media (max-width: 1200px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  header.navbar .topmenu .right, header.navbar .topmenu .left {
    flex: 0 80px;
  }
  .body .content {
    font-size: 14pt;
  }
  #sp-page-builder .gastronomy-grid .white-logo-transition img {
    filter: none;
    height: auto;
  }
  .sp-slider .sp-nav-control {
    left: 20px !important;
    right: 20px !important;
  }
  .full-screen .custom-grid {
    grid-template-rows: min(50vw, 100vh) min(50vw, 100vh);
  }
  .full-screen .custom-grid-image {
    height: min(100vw, 100vh);
  }
  .full-screen .custom-div.custom-div-image .sticky.sticky-fullheight, .full-screen .relative {
    height: auto;
    min-height: 100vh;
  }
  .full-screen .sticky.sticky-fullheight {
    height: auto;
  }
  .full-screen .custom-div:not(.custom-div-image), .full-screen .sticky {
    height: auto;
  }
  .full-screen .sticky {
    position: static !important;
  }
  .full-screen.absolute {
    margin-bottom: 0;
  }
  .full-screen.absolute.cover-top {
    margin-top: 0;
  }
  .sppb-row-column {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .submenu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .accordions-list {
    height: 750px;
  }
  .accordions-list .accordion-item .accordion-content .title::after {
    bottom: 15px;
  }
  footer .footer-center {
    display: flex;
    flex-direction: column;
  }
  footer .footer-center .links .links-title {
    justify-content: center;
  }
  footer .footer-center > div.footer-pos-1, footer .footer-center > div.footer-pos-2, footer .footer-center > div.footer-pos-3 {
    width: 100%;
    text-align: center;
  }
  footer .footer-center > div.footer-pos-1 {
    flex: none;
  }
}
@media (max-width: 992px) {
  header.navbar .mainmenu.wrap {
    padding: 0 20px;
  }
  .body .content {
    font-size: 12pt;
  }
  .accordions-list {
    height: 600px;
  }
  .accordions-list .accordion-item .accordion-content .title::after {
    right: 20px;
  }
  .slideshow .slide-background .bg-image .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .socials {
    justify-content: center;
  }
  footer .footer {
    padding: 50px 15px;
  }
  footer .footer-center .links {
    width: 100%;
  }
  .events-list .event-item {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    gap: 0;
    border-bottom: 1px solid #151515;
  }
  .events-list .event-item .title {
    margin-bottom: 0;
  }
}
