/*
	Theme Name: Hush Heath Template

	Description: Custom WordPress Theme
	Version: 100000
	Author: Marv Shannon
	Author URI: http://harrylarrygary.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

/* MILLER FONT
<link rel="stylesheet" href="https://use.typekit.net/fiq1xow.css">
LIGHT
font-family: "miller-display", serif;
font-weight: 300;
font-style: normal;
ROMAN
font-family: "miller-display", serif; 
font-weight: 400;
font-style: normal;
BOLD
font-family: "miller-display", serif;
font-weight: 700;
font-style: normal;
LIGHT ITALIC
ROMAN ITALIC
font-family: "miller-display", serif;
font-weight: 400;
font-style: italic;
LIGHT ITALICfont-family: "miller-display", serif;
font-weight: 300;
font-style: italic; 
*/

/* 
MREAVES REG
font-family: "mr-eaves-modern", sans-serif;
font-weight: 400;
font-style: normal;
MREAVES BOLD
font-family: "mr-eaves-modern", sans-serif;
font-weight: 700;
font-style: normal;
MREAVES ITALIC
font-family: "mr-eaves-modern", sans-serif;
font-weight: 400;
font-style: italic;
HEAVY
font-family: "mr-eaves-modern", sans-serif;
font-weight: 800;
font-style: normal;
 */

 .swiper-button-next:after, .swiper-button-prev:after {
  content: '' !important;
 }
 .established_parent > .fixed_width .established_text a {
  margin-bottom: 0;
  margin-top: 20px;
}

.established_parent p a {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

.established_parent>.fixed_width.right {
flex-direction: row-reverse;
gap: 3rem;
}

.established_parent .x_MsoNormal {
padding: 0;
display: inline !important;
}

.established_parent .slider_paragraph p {
padding: 0 !important;
font-weight: 400 !important;
}

.homepage_intro_parent.journal h1 {
  color: var(--beige);
  width: calc(100% - 40px);
  line-height: 1;
  text-align: center;
  font-size: clamp(40px, 4.55vi + 21.82px, 80px);
}

.established_parent
> .fixed_width
.established_slider
.established_swiper_buttons
img {
  width: 34px !important;
  height: auto !important;
}


/*------------------------------------*\
    PRIVACY POLICY
\*------------------------------------*/
.privacy_policy_parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 80px 0;
}
.privacy_policy {
  background-color: var(--beige);
  color: var(--darkest);
  padding: 50px 0;
}

.privacy_policy a {
  color: var(--darkest);
}

.privacy_policy h1 {
  font-size: 50px;
}

.privacy_policy h2 {
  padding-top: 30px;
  font-size: 36px;
}

@media screen and (max-width: 860px) {
  .privacy_policy h2 {
    font-size: 30px;
  }

  .privacy_policy h1 {
    font-size: 42px;
  }
}


::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
a:focus {
  outline: thin dotted white;
}
a:hover,
a:active {
  outline: 0;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  --font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-family: "mr-eaves-modern", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
p,
menu {
  margin: 0;
  padding: 0;
}

.full_width {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.fixed_width {
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1500px;
  box-sizing: border-box;
}

:root {
  --white: #fff;
  --dark: #172d27;
  --darkest: #01191c;
  --beige: #e4dbcc;
  --mustard: #b26b2e;
  --font_mrEaves: "mr-eaves-modern", sans-serif;
  --font_miller: "miller-display", serif;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font_mrEaves);
  font-weight: 600;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  font-family: var(--font_mrEaves);
  line-height: 1.1;
}

h1 {
  font-family: var(--font_miller);
  font-size: 30px;
}

h2 {
  font-family: var(--font_miller);
  font-size: 45px;
}

h3 {
  font-family: var(--font_mrEaves);
  font-weight: 800;
  font-size: 16px;
}

/*------------------*\
    TOGGLE MENUS
\*------------------*/


        .toggle_menus_parent {
          padding: clamp(70px, 3.41vi + 56.36px, 100px) 0;
          background-color: var(--dark);
          color: var(--beige);
        }
        
        .toggle_menus_parent .fixed_width {
          display: flex;
          flex-direction: column;
          height: auto;
          gap: clamp(30px, 2.27vi + 20.91px, 50px);
        }
        
        .toggle_menus_parent .fixed_width {
          width: calc(80% - 40px);
        }
        
        .toggle_menus_parent .swiper {
          width: 100%;
        }
        
        .toggle_menus_parent .mySwiper .swiper-wrapper {
          display: flex;
          flex-wrap: wrap;
          column-gap: clamp(15px, 1.7vi + 8.18px, 30px);
          row-gap: 10px;
          justify-content: center;
        }
        
        .toggle_menus_parent .mySwiper .swiper-slide {
          width: fit-content !important;
          cursor: pointer;
          transition: all .3s ease;
          flex-wrap: wrap;
        }
        
        .toggle_menus_parent .swiper {
          overflow: visible;
        }
        
        .toggle_menus_parent .mySwiper .swiper-slide h3 {
          font-size: clamp(26px, 1.59vi + 19.64px, 40px);
          width: fit-content;
          position: relative;
          white-space: nowrap;
        }
        
        .toggle_menus_parent .mySwiper .swiper-slide h3:after{
          content: '';
          position: absolute;
          width: 0; 
          height: 2px;
          display: block;
          right: 0;
          background: var(--mustard);
          transition: width .3s ease;
        }
        
        .toggle_menus_parent .swiper-slide-thumb-active h3 {
          color: var(--mustard) !important;
        }
        
        .toggle_menus_parent .swiper-slide-thumb-active h3::after {
          width: 100% !important;
          left: 0;
          background: var(--mustard) !important;
        }
        
        .toggle_menus_parent .menu_container .block {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        
        .toggle_menus_parent .menu_container p {
          text-align: center;
        }
        
        .toggle_menus_parent .mySwiper2 .swiper-slide-active {
          height: 100%;
        }
        
        .toggle_menus_parent .mySwiper2 .swiper-slide-next,
        .toggle_menus_parent .mySwiper2 .swiper-slide-prev {
          height: 0;
        }
        
        .toggle_menus_parent .menu_container {
          display: flex;
          flex-direction: column;
          align-items: center;
          background-color: var(--beige);
          color: var(--dark);
          border-radius: 5px;
          padding: 45px 60px 20px 60px;
        }
        
        .toggle_menus_parent .menu_container .opening_times {
          font-style: italic;
        }
        
        .toggle_menus_parent .menu_container .booking_button {
          width: fit-content;
          grid-column-start: 1;
          grid-column-end: 3;
          margin: auto;
          border: none;
          background-color: var(--dark);
          color: var(--beige);
          padding: clamp(10px, 0.23vi + 9.09px, 12px) clamp(20px, 0.23vi + 19.09px, 22px);
          border-radius: 3px;
          font-weight: 600;
          margin-bottom: 10px;
          transition: all .3s ease;
        }
        
        @media (hover: hover) and (pointer: fine) {
          .toggle_menus_parent .menu_container .booking_button:hover {
            background-color: #24463d;
          }
        }
        
        .toggle_menus_parent .menu_container .block_parent.odd .block:last-of-type {
          grid-column-start: 1;
          grid-column-end: 3;
          width: min(500px, 100%);
          margin: auto;
        }
        
        .toggle_menus_parent .menu_container .block_parent {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 45px 100px;
          width: 100%;
          margin: 50px 0;
        }
        
        .toggle_menus_parent .menu_container .price_calories {
          display: flex;
          gap: 2px;
          align-items: baseline;
          justify-content: center;
        }
        
        .toggle_menus_parent .menu_container .price_calories p:nth-of-type(1) {
          font-weight: 600;
          font-size: 14px;
          white-space: nowrap;
        }
        
        .toggle_menus_parent .menu_container .price_calories p:nth-of-type(2) {
          font-size: 11px;
          white-space: nowrap;
        }
        
        .toggle_menus_parent .mySwiper h3 {
          margin: 0;
        }
        
        .toggle_menus_parent .mySwiper2 h3 {
          font-size: 23px;
          border-bottom: 1px solid var(--dark);
          width: fit-content;
          margin: auto;
        }
        
        .toggle_menus_parent .mySwiper2 .block .recommended_drink,
        .toggle_menus_parent .mySwiper2 .block .description {
          font-style: italic;
        }
        
        .toggle_menus_parent .mySwiper2 .block .recommended_drink {
          font-size: 14px;
          margin-top: 3px;
        }
        
        .toggle_menus_parent .mySwiper2 .block .description {
          font-size: 18px;
          margin-bottom: 3px;
          line-height: 1;
        }
        
        .toggle_menus_parent h3,
        .toggle_menus_parent h4 {
          font-family: var(--font_miller);
          text-align: center;
        }
        
        .toggle_menus_parent h4 {
          margin: 0;
        }
        
        .toggle_menus_parent h4 {
          font-size: 18px;
          margin-bottom: 5px;
        }
        
        .toggle_menus_parent .serving_times_and_title {
          display: flex;
          flex-direction: column;
          gap: 6px;
          align-items: center;
        }
        
        .toggle_menus_parent .serving_times p {
          font-weight: 600;
          font-size: 14px;
        }
        
        .toggle_menus_parent .menu_container .cals {
          display: flex;
        }
        
        .toggle_menus_parent .menu_container .allergens_parent {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
        }
        
        .toggle_menus_parent .menu_container .allergens_parent .allergen {
          display: flex;
          align-items: center;
          gap: 1px;
          position: relative;
          bottom: -2px;
        }
        
        .toggle_menus_parent .menu_container .allergens_parent .allergen p {
          font-size: 11px;
          font-style: italic;
          line-height: 1;
        }
        
        .toggle_menus_parent .menu_container .allergens_parent .allergen img {
          height: 12px;
          width: auto;
        }
        
        
        /* 900px */
        @media screen and (max-width: 900px) {
          .toggle_menus_parent .menu_container .block_parent {
            gap: 40px;
          }
        
          .toggle_menus_parent .menu_container {
            padding: 20px;
            padding-bottom: 15px;
          }
        
          .toggle_menus_parent .menu_container .block_parent {
            margin: 35px 0;
          }
        }
        
        
        /* 800px */
        @media screen and (max-width: 50em) {
          .toggle_menus_parent .mySwiper .swiper-slide h3:after {
            width: 100%;
            left: 0;
            background: var(--beige);
          }
        
          .toggle_menus_parent .fixed_width {
            width: calc(100% - 40px);
        }
        }
        
        
        /* 700px */
        @media screen and (max-width: 700px) {
          .toggle_menus_parent .menu_container .block_parent {
            grid-template-columns: repeat(1,1fr);
            gap: 30px;
          }
          .toggle_menus_parent .menu_container .block_parent.odd .block:last-of-type {
            grid-column-end: 1;
            width: auto;
          }
          .toggle_menus_parent .menu_container .booking_button {
            grid-column-end: 1;
          }
          .toggle_menus_parent .mySwiper2 .block .description {
            margin-bottom: 7px;
          }
        }
        
        /* 500px */
        @media screen and (max-width: 500px) {
        
        .toggle_menus_parent .mySwiper .swiper-wrapper {
          flex-direction: column;
          align-items: center;
        }
        }
        
        @media (hover: hover) and (pointer: fine) {
          .toggle_menus_parent .mySwiper .swiper-slide h3:hover {
            color: var(--mustard);
          }
        
          .toggle_menus_parent .mySwiper .swiper-slide:hover h3:after{
            width: 100%;
            left: 0;
            background: var(--mustard);
          }
        }

/*------------------------------------*\
    BOOKING IFRAMES
\*------------------------------------*/
.iframe_background {
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.iframe_background.is_active {
	display: block;
}

a{
	cursor: pointer;
}

.book_room_iframe {
  width: 95%;
  height: 95vh;
  overflow: hidden;
  border: none;
	display: flex;
	align-items: end;
}

.book_room_iframe iframe {
  width: 100%;
  height: 97%;
}

.book_room_iframe button {
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 28px;
    background-color: transparent;
    border: none;
}

.book_table_background {
	top: 0;
	left: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.book_table_background.is_active {
	display: block;
}

.book_table_background_offer {
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.book_table_background_offer.is_active {
  display: block;
}

.book_table_iframe {
  width: 95%;
  height: 95vh;
  overflow: hidden;
  border: none;
	display: flex;
	align-items: end;
}

.book_table_iframe iframe {
	width: 100%;
	height: 100%;
}

.book_table_iframe .link {
  width: 100%;
  height: 97%;
}

.book_table_iframe button {
    position: absolute;
    top: 5px;
    right: 18px;
    font-size: 28px;
    background-color: transparent;
    border: none;
}

#dmn-partner-widget {
	max-width: 100% !important;
	height: 94%;
}

#dmn-partner-widget #dmn-widget-inner .stage .scroll-height,
#dmn-partner-widget #dmn-widget-inner {
	height: 100% !important;
}

/*------------------------------------*\
    NAVBAR
\*------------------------------------*/
body {
  position: relative;
}

.nav_spacer {
  background-color: var(--dark);
  width: 100%;
  height: 62px;
  float: left;
}

.header_parent {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  color: var(--white);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_parent.is_active {
  background-color: var(--dark);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_parent > .fixed_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_parent.header_parent.is_active > .fixed_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* #header.hide > .fixed_width {
  height: 62.52px;
}

#header.hide {
  background-color: transparent;
}

#header.hide > .fixed_width > div:nth-of-type(2) img {
  opacity: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
} */

.navbar_tel {
  width: 33.33%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_parent > .fixed_width .navbar_tel a {
  margin: 2px;
  color: var(--beige);
  display: flex;
  align-items: center;
  font-family: var(--font_mrEaves);
  font-weight: 800;
  font-style: normal;
}

.header_parent > .fixed_width .navbar_tel a p {
  margin-left: 12px;
  display: flex;
  align-items: center;
  line-height: 0;
  width: fit-content;
  height: 12px;
  letter-spacing: 2px;
}

.header_parent > .fixed_width .navbar_tel svg {
  fill: var(--beige);
  min-height: 24px;
  min-width: 24px;
}

.navbar_logo {
  width: 33.33%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_parent > .fixed_width > .navbar_logo a img {
  width: 75px;
  height: auto;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
}

.header_parent.header_parent.is_active > .fixed_width .navbar_logo a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.hamburger_container {
  width: 33.33%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hamburger_container button {
  margin: 2px;
  border: none;
  background-color: transparent;
}

.header_parent > .fixed_width .hamburger {
  width: fit-content;
  height: auto;
  cursor: pointer;
}

.header_parent > .fixed_width .hamburger div {
  border-bottom: 2px solid var(--beige);
  height: 2px;
  width: 23px;
  margin: 5px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hamburger div:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.hamburger.is_active div:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.hamburger.is_active div:nth-of-type(1) {
  border-bottom: 2px solid var(--beige) !important;
  transform: translate(0, 6px) rotate(45deg);
  -webkit-transform: translate(0, 6px) rotate(45deg);
  -moz-transform: translate(0, 6px) rotate(45deg);
  -ms-transform: translate(0, 6px) rotate(45deg);
  -o-transform: translate(0, 6px) rotate(45deg);
}

.hamburger.is_active div:nth-of-type(3) {
  border-bottom: 2px solid var(--beige) !important;
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -moz-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  -o-transform: translate(0, -8px) rotate(-45deg);
}

/*------------------------------------*\
    SLIDING MENU
\*------------------------------------*/
.detect_click {
  width: calc(100% - 400px);
  height: 100%;
}

body
  > div.sliding_menu_parent.full_width.hidden.is_active
  > div.sliding_menu.full_width
  > aside
  > div:nth-child(1)
  a {
  color: var(--white);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

body
  > div.sliding_menu_parent.full_width.hidden.is_active
  > div.sliding_menu.full_width
  > aside
  > div.book_menu.full_width
  > a {
	  cursor: pointer;
  color: var(--white);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

body
  > div.sliding_menu_parent.full_width.hidden.is_active
  > div.sliding_menu.full_width
  > aside
  > div.socials_menu.full_width
  > a
  svg {
  fill: var(--white);
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
}

.sliding_menu_parent {
  visibility: hidden;
  display: block;
  background-color: rgba(1, 39, 45, 0);
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: background-color 0.3s ease, transform 0s ease 0.3s,
    visibility 0s ease 0.3s;
  -webkit-transition: background-color 0.3s ease, transform 0s ease 0.3s,
    visibility 0s ease 0.3s;
  -moz-transition: background-color 0.3s ease, transform 0s ease 0.3s,
    visibility 0s ease 0.3s;
  -ms-transition: background-color 0.3s ease, transform 0s ease 0.3s,
    visibility 0s ease 0.3s;
  -o-transition: background-color 0.3s ease, transform 0s ease 0.3s,
    visibility 0s ease 0.3s;
}

.sliding_menu_parent.is_active {
  visibility: visible;
  background-color: rgba(1, 39, 45, 0.6);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.sliding_menu_parent > .sliding_menu {
  padding: 80px 0 20px 50px;
  background-color: var(--dark);
  width: calc(35% + 100px);
  height: 100vh;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.sliding_menu_parent.is_active > .sliding_menu {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.sliding_menu_parent > .sliding_menu > .main_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sliding_menu_parent > .sliding_menu > .main_menu ul {
  list-style: none;
  padding: 0;
}

.sliding_menu_parent > .sliding_menu > .main_menu a {
  list-style: none;
  color: var(--white);
  font-family: var(--font_mrEaves);
  font-weight: 800;
  font-style: normal;
  width: fit-content;
  height: auto;
  display: block;
  padding-right: 50px;
  padding-bottom: 4px;
  margin: 2px 0 7px 2px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.sliding_menu_parent > .sliding_menu > .main_menu > div:nth-of-type(1) > a {
  opacity: 0;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(1) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.5s;
  -webkit-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.5s;
  -moz-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.5s;
  -ms-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.5s;
  -o-transition: transform 0.3s ease 0.4s, opacity 0.3s ease 0.5s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.6s;
  -webkit-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.6s;
  -moz-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.6s;
  -ms-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.6s;
  -o-transition: transform 0.3s ease 0.5s, opacity 0.3s ease 0.6s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(3) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.7s;
  -webkit-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.7s;
  -moz-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.7s;
  -ms-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.7s;
  -o-transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.7s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(4) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.8s;
  -webkit-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.8s;
  -moz-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.8s;
  -ms-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.8s;
  -o-transition: transform 0.3s ease 0.7s, opacity 0.3s ease 0.8s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(5) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.9s;
  -webkit-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.9s;
  -moz-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.9s;
  -ms-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.9s;
  -o-transition: transform 0.3s ease 0.8s, opacity 0.3s ease 0.9s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(6) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 0.9s, opacity 0.3s ease 1s;
  -webkit-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 1s;
  -moz-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 1s;
  -ms-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 1s;
  -o-transition: transform 0.3s ease 0.9s, opacity 0.3s ease 1s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(7) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 1s, opacity 0.3s ease 1.1s;
  -webkit-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.1s;
  -moz-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.1s;
  -ms-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.1s;
  -o-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.1s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(8) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.2s;
  -webkit-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.2s;
  -moz-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.2s;
  -ms-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.2s;
  -o-transition: transform 0.3s ease 1.1s, opacity 0.3s ease 1.2s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(9) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.3s;
  -webkit-transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.3s;
  -moz-transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.3s;
  -ms-transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.3s;
  -o-transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.3s;
}

.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  > div:nth-of-type(1)
  a:nth-of-type(10) {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.3s ease 1.3s, opacity 0.3s ease 1.4s;
  -webkit-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.4s;
  -moz-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.4s;
  -ms-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.4s;
  -o-transition: transform 0.3s ease 1s, opacity 0.3s ease 1.4s;
}

.sliding_menu_parent > .sliding_menu > .main_menu .book_menu a {
  width: auto;
  height: fit-content;
  float: left;
}

.sliding_menu_parent > .sliding_menu > .main_menu .book_menu a {
  opacity: 0;
}

.sliding_menu_parent > .sliding_menu > .main_menu .book_menu {
  display: flex;
  flex-direction: column;
}

.sliding_menu_parent > .sliding_menu > .main_menu .book_menu a {
  margin-bottom: 18px;
  display: block;
}

.sliding_menu_parent.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  .book_menu
  a {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
}

.sliding_menu_parent.sliding_menu_parent.is_active
  > .sliding_menu
  > .main_menu
  .book_menu
  svg {
  position: absolute;
  right: 0px;
  bottom: -24px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

.sliding_menu_parent > .sliding_menu > .main_menu .socials_menu {
  display: flex;
  margin-left: -3px;
}

.sliding_menu_parent > .sliding_menu > .main_menu .socials_menu a {
  margin: 8px;
  padding: 0px;
}

.sliding_menu_parent > .sliding_menu > .main_menu .socials_menu svg {
  opacity: 0;
  width: auto;
  height: 17px;
  fill: var(--white);
}

.sliding_menu_parent.is_active > .sliding_menu > .main_menu .socials_menu svg {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
}

.sliding_menu_parent
  > .sliding_menu
  > .main_menu
  .socials_menu
  a:nth-of-type(1)
  svg {
  width: 22px;
  height: auto;
}

/*------------------------------------*\
	HOMEPAGE INTRO
\*------------------------------------*/

.homepage_intro_parent .intro_swiper_wrapper {
  height: 100vh;
  width: 100vw;
}

.homepage_intro_parent .intro_swiper_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage_intro_parent {
  position: relative;
  height: 100vh;
}

.homepage_intro_parent .homepage_overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.homepage_overlay .homepage_title img {
  height: 250px;
  width: auto;
  object-fit: contain;
}

.homepage_overlay .homepage_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 65%;
  width: 100%;
}

.homepage_overlay .homepage_title .homepage_links {
  display: flex;
  flex-direction: column;
	gap: 75px;
  margin-top: 50px;
	align-items: center;
}

.special_offer a {
	padding-right:20px !important;
	margin:0 !important;
	border: 1px solid var(--beige);
}

.special_offer a:hover {
	background-color: var(--beige) !important;
	border-color: var(--beige) !important;
	border-bottom: 1px solid var(--beige) !important;
	color: black !important;
	transition: all 0.2s ease;
}

.special_offer {
	display: flex;
    width: fit-content;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.special_offer p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    font-weight: 800;
	font-size: 18px;
	color: var(--beige);
	letter-spacing: 1px;
}

.sliding_menu_parent .special_offer p {
	color:white;
	font-size:16px;
}

.sliding_menu_parent .special_offer {
align-items: flex-start;
}

.sliding_menu_parent .special_offer a:hover {
	background-color: white !important;
	border-color: white !important;
	border-bottom: 1px solid white !important;
}

.sliding_menu_parent .special_offer a {
	padding: 7px 20px !important;
	border: 1px solid white;
}

.homepage_overlay .homepage_title .homepage_links a {
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  color: var(--beige);
  border-bottom: 1px solid var(--beige);
  padding: 7px 20px;
  margin: 0 28px;
  padding-right: 50px;
  position: relative;
}

.homepage_overlay .homepage_title .homepage_links img {
  position: absolute;
  width: 36px;
  height: auto;
  padding: 0;
  top: -3px;
  right: 12px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

.homepage_overlay .homepage_bottom_link {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}

.homepage_overlay .homepage_bottom_link a {
  font-weight: 800;
  color: var(--beige);
  padding: 5px 5px 36px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.homepage_overlay .homepage_bottom_link img {
  position: absolute;
  width: 36px;
  height: auto;
  padding: 0;
  bottom: 0;
  transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
}

/*------------------------------------*\
	ESTABLISHED
\*------------------------------------*/

.established_parent {
  padding: 100px 0;
  background-color: var(--beige);
}

.established_parent.whats_on_and_offers {
  padding-top: 100px;
  padding-bottom: 0;
}

.established_parent > .fixed_width {
  display: flex;
}

.established_parent > .fixed_width .established_text {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
  padding-right: 40px;
}

.established_parent > .fixed_width .established_text p {
  color: var(--darkest);
  position: relative;
}

.established_parent > .fixed_width .established_text img {
  top: 0;
  width: 34px;
  height: auto;
}

.established_parent > .fixed_width .established_text .line_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: auto;
}

.established_parent > .fixed_width .established_text h1 {
  color: var(--darkest);
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  opacity: 0;
}

.established_parent > .fixed_width .established_text.is_active h1 {
  transform: translateY(0%);
  opacity: 1;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.established_parent > .fixed_width .established_text a {
  position: relative;
  padding-right: 60px;
  color: var(--darkest);
  font-weight: 800;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

.established_parent > .fixed_width .established_text a:last-child {
  margin-bottom: 0;
}

.established_parent > .fixed_width .established_text p:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}

.established_parent > .fixed_width .established_text p:nth-of-type(2) {
  padding-top: 40px;
  padding-bottom: 60px;
  width: 80%;
}

.established_parent > .fixed_width .established_text a img {
  position: absolute;
  top: -9px;
  right: 0;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

body
  > div.established_parent.full_width
  > div
  > div.established_text
  > div
  > p:nth-child(1)
  > img {
  padding-top: 10px;
}

body
  > div.established_parent.full_width
  > div
  > div.established_text
  > div
  > h1
  > img {
  padding-top: 5px;
}

.established_parent > .fixed_width .established_slider {
  position: relative;
  width: calc(50% + 20px);
  margin-right: -20px;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_buttons {
  position: absolute;
  top: 0;
  width: 96.35%;
  display: flex;
  justify-content: center;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_buttons
  img {
  width: 34px;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_buttons
  div {
  margin: -9px 25px 0 25px;
}

.established_parent > .fixed_width {
  overflow: visible !important;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_parent {
  display: flex;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.slide_details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_parent
  img {
  height: 500px;
  width: 93%;
  object-fit: cover;
  object-position: center;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_buttons
  .swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.established_parent
  > .fixed_width
  .established_slider
  .established_swiper_buttons
  .swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  z-index: 2 !important;
}

/*------------------------------------*\
	STAY WITH US
\*------------------------------------*/

.stay_with_us_parent {
  background-color: var(--dark);
  padding: 100px 0;
  position: relative;
}

.anchor_link_hidden {
  width: 100%;
  height: 0;
  float: left;
}

.stay_with_us_parent > .fixed_width {
  display: flex;
  padding: 0 150px;
}

.stay_with_us_parent > .fixed_width .image_side {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stay_with_us_parent > .fixed_width .image_side img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.stay_with_us_parent > .fixed_width .image_side a {
  font-weight: 800;
  white-space: nowrap;
/*   display: inline-block; */
	display: none;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(90deg);
  margin-left: -160px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.stay_with_us_parent > .fixed_width .details_side {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
}

body
  > div.established_parent.full_width
  > div.stay_with_us_parent
  > div
  > div.details_side
  > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.stay_with_us_parent > .fixed_width .details_side h2 {
  color: var(--beige);
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  opacity: 0;
}

.stay_with_us_parent > .fixed_width .details_side.is_active h2 {
  color: var(--beige);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: 1;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

body
  > div.stay_with_us_parent.the_food_section.full_width
  > div
  > div.details_side.is_active
  > div
  > div:nth-child(1)
  > p {
  padding-top: 0px;
  padding-bottom: 60px;
}
.stay_with_us_parent > .fixed_width .details_side h3 {
  color: var(--beige);
  /* padding-top: 25px; */
}

.stay_with_us_parent > .fixed_width .details_side p {
  padding: 5px 0 60px 0;
  color: var(--beige);
}

.stay_with_us_parent > .fixed_width .details_side .side_link {
  font-weight: 800;
  white-space: nowrap;
/*   display: inline-block; */
  display: none;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(-90deg);
  margin-right: -160px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

body
  > div:nth-child(5)
  > div
  > div.details_side.is_active
  > div
  > div:nth-child(2)
  > a:nth-child(1)
  > img {
  position: absolute;
  width: 36px;
  height: auto;
  padding: 0;
  top: -10px;
  right: 15px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

body
  > div:nth-child(5)
  > div
  > div.details_side.is_active
  > div
  > div:nth-child(2)
  > a:nth-child(2)
  > img {
  position: absolute;
  width: 36px;
  height: auto;
  padding: 0;
  top: -10px;
  right: 15px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

.stay_with_us_parent > .fixed_width .details_side > div > div a {
  position: relative;
  padding-right: 60px;
  color: var(--beige);
  font-weight: 800;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

.stay_with_us_parent > .fixed_width .details_side > div > div a img {
  position: absolute;
  top: -9px;
  right: 0;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  width: 34px;
  height: auto;
}

.stay_with_us_parent > .fixed_width .details_side > div > div a:last-child {
  margin-bottom: 0;
}

.stay_with_us_parent > .fixed_width .details_side > div > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

/*------------------------------------*\
	THE FOOD (copy of stay with us)
\*------------------------------------*/
.mobile_image_side {
  display: none;
}

.the_food_section.stay_with_us_parent {
  background-color: var(--beige);
  padding: 120px 0;
}

.the_food_section.stay_with_us_parent > .fixed_width .details_side h2 {
  color: var(--darkest);
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
}

.the_food_section.stay_with_us_parent
  > .fixed_width
  .details_side.is_active
  h2 {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.the_food_section > .fixed_width .details_side h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  color: var(--darkest);
}

.the_food_section > .fixed_width .details_side p {
  color: var(--darkest);
}

.the_food_section > .fixed_width .details_side > div > div a {
  width: fit-content;
  cursor: pointer;
  color: var(--darkest);
  position: relative;
  padding-right: 60px;
  font-weight: 800;
}

.the_food_section > .fixed_width .details_side > div > div a img {
  position: absolute;
  width: 36px;
  height: auto;
  padding: 0;
  top: -10px;
  right: 15px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

body
  > div.established_parent.full_width
  > div.stay_with_us_parent.the_food_section
  > div
  > div.details_side
  > div
  > div:nth-child(2)
  > a:nth-child(2) {
  width: fit-content;
}

/*------------------------------------*\
WHATS ON & OFFERS (copy of established)
\*------------------------------------*/

.established_parent.whats_on_and_offers > .fixed_width {
  padding: 0;
  padding-bottom: 120px;
}

.established_parent.whats_on_and_offers > .fixed_width .established_text {
  height: auto;
  padding-right: 40px;
}

.established_parent.whats_on_and_offers > .fixed_width .established_text p {
  font-weight: 400;
}

.established_parent.whats_on_and_offers > .fixed_width .established_text h3 {
  margin-bottom: 30px;
  margin-top: 20px;
  color: var(--darkest);
}

.established_parent.whats_on_and_offers > .fixed_width .established_text h2 {
  margin-bottom: 20px;
  color: var(--darkest);
  opacity: 0;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_text.is_active
  h2 {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.established_parent.whats_on_and_offers > .fixed_width .established_text a {
  width: fit-content;
  padding-right: 40px;
  margin-bottom: 20px;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_text
  a:first-of-type {
  margin-top: 60px;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_text
  a:last-child {
  margin-bottom: 0;
}
.desktop_whats_on_swiper_loop {
  display: block;
}
.established_parent.desktop_whats_on_swiper_loop.whats_on_and_offers
  > .fixed_width
  .established_text
  div {
  height: 100%;
  padding-top: 50px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile_whats_on_swiper_loop {
  display: none;
}
.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  img {
  height: 400px;
  width: 100%;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  a
  img {
  height: auto;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -37px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div {
  height: 100%;
  width: 93%;
  border: 2px solid var(--darkest);
  display: flex;
  flex-direction: column;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  div {
  padding: 20px 45px;
  position: relative;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  div
  a {
  width: fit-content;
  color: var(--darkest);
  display: inline-block;
  position: relative;
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  div
  h3 {
  padding-bottom: 8px;
  color: var(--darkest);
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  div
  p {
  padding-bottom: 20px;
  color: var(--darkest);
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  .monthly_offer
  p {
  padding: 0px;
  color: var(--beige);
}

.established_parent.whats_on_and_offers
  > .fixed_width
  .established_slider
  .established_swiper_parent
  .slider_image_div
  .monthly_offer {
  background-color: var(--darkest);
  color: var(--beige);
  font-weight: 800;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: -57px;
  left: 0;
}

/*------------------------------------*\
	ROOMS SECTION
\*------------------------------------*/

.rooms_section_top {
  background-color: var(--beige);
  padding: 100px 0;
}

.rooms_section_top > .fixed_width {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.rooms_section_top > .fixed_width .rooms_mobile {
  display: none;
}

.rooms_section_top > .fixed_width .rooms_section_top_image img {
 	width: min(800px, 100%);
	max-height: 60dvh;
	object-fit:cover;
	object-position: center;
}


.rooms_section_top > .fixed_width .rooms_section_top_text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container .text,
.rooms_section_top > .fixed_width .rooms_section_top_text .post_container .image {
  width: calc(50% - 30px);
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container h3 {
  font-size: 24px;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container a img {
  aspect-ratio: unset;
  width: 34px;
}

.rooms_section_top > .fixed_width .rooms_section_top_text .post_container img {
  aspect-ratio: 2/1;
  width: min(700px, 100%);
  object-fit: cover;
  object-position: center;
}

.rooms_section_top > .fixed_width .rooms_section_top_text h2 {
  color: var(--darkest);
  text-align: center;
  margin-bottom: 20px;
}

.rooms_section_top > .fixed_width .rooms_section_top_text p {
  color: var(--darkest);
}

.rooms_section_bottom {
  background-color: var(--dark);
  padding: 100px 0;
}

.rooms_section_bottom > .fixed_width .text_and_sliders_parent {
  display: flex;
}

body > div.rooms_section_bottom.full_width > div > div > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

body > div.rooms_section_bottom.full_width > div > div > div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rooms_section_bottom > .fixed_width {
  padding: 0 150px;
}

.rooms_section_bottom > .fixed_width .rooms_section_tel_link {
  font-weight: 800;
  white-space: nowrap;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: -160px;
}

.rooms_section_bottom > .fixed_width .rooms_section_email_link {
  white-space: nowrap;
  font-weight: 800;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-right: -160px;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  h2 {
  color: var(--beige);
}

#room_swiper_container > div.text > p:nth-child(2) {
  padding-top: 20px;
  line-height: 1.4;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  p:nth-of-type(1) {
  color: var(--beige);
  font-weight: 800;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  p:nth-of-type(2) {
  color: var(--beige);
  padding: 20px 0;
}

body
  > div.rooms_section_bottom.full_width
  > div
  > div
  > div.text_and_sliders_main
  > div.text_and_sliders_main_top
  > div.text
  > p:nth-child(2) {
  font-weight: 800;
  padding: 20px 0;
  line-height: 1.3;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top {
  display: flex;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(33.33% - 20px);
  height: auto;
  min-width: 300px;
  position: relative;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  .rooms_sliders {
  border: 1px solid var(--beige);
  display: block;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  .rooms_sliders
  .swiper-slide {
  height: auto !important;
  flex-grow: 1 !important;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  .sliders
  .swiper-slide
  > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  > .swiper
  .swiper-wrapper {
  display: contents !important;
}

.rooms_section_bottom > .fixed_width .rooms_slider_container {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

.rooms_section_bottom
  > .fixed_width
  .text_and_sliders_parent
  .text_and_sliders_main
  .text_and_sliders_main_top
  .sliders {
  width: calc(33.33% - 20px);
  height: auto;
  min-width: 300px;
  position: relative;
}

.rooms_section_bottom
  > .fixed_width
  .rooms_slider_container
  .rooms_slide_details {
  padding: 20px 45px;
}

.rooms_section_bottom
  > .fixed_width
  .rooms_slider_container
  .rooms_slide_details
  a {
  display: inline-block;
  width: fit-content;
  color: var(--beige);
  position: relative;
}

.rooms_section_bottom
  > .fixed_width
  .rooms_slider_container
  .rooms_slide_details
  a
  .rooms_arrow {
  height: 34px;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -40px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

.text_and_sliders_main_bottom {
  margin-top: 50px;
  height: auto;
  width: 65.8%;
  display: flex;
  justify-content: space-between;
}

.text_and_sliders_main_bottom .sliders {
  width: 48%;
  height: 100%;
  display: flex;
}

.text_and_sliders_main_bottom .sliders .swiper-slide > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.text_and_sliders_main_bottom .rooms_sliders .swiper-slide {
  height: auto !important;
  flex-grow: 1 !important;
}

.text_and_sliders_main_bottom .rooms_sliders {
  border: 1px solid var(--beige);
}

.text_and_sliders_main_bottom .rooms_sliders .rooms_slide_details {
  padding: 20px 45px;
}

.text_and_sliders_main_bottom
  .rooms_sliders
  .rooms_slide_details
  p:nth-of-type(1) {
  font-weight: 800;
  color: var(--beige);
}

.text_and_sliders_main_bottom
  .rooms_sliders
  .rooms_slide_details
  p:nth-of-type(2) {
  color: var(--beige);
  padding: 20px 0;
}

.text_and_sliders_main_bottom .rooms_sliders .rooms_slide_details a {
  display: inline-block;
  width: fit-content;
  color: var(--beige);
  position: relative;
}

.text_and_sliders_main_bottom
  .rooms_sliders
  .rooms_slide_details
  a
  .rooms_arrow {
  height: 34px;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -40px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

#room_swiper_container > .rooms_sliders > .swiper > .buttons_container {
  position: absolute;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  > .swiper-button-prev
  img {
  width: 22px;
  height: auto;
}
#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  > .swiper-button-next
  img {
  width: 22px;
  height: auto;
}

#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  > .swiper-button-prev {
  left: 0 !important;
  width: 45px;
  height: 25px;
  top: 10px;
}
#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  > .swiper-button-next {
  right: 0 !important;
  width: 45px;
  height: 25px;
  top: 10px;
}

#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  .swiper-button-next,
.swiper-button-prev {
  position: relative;
  background-color: var(--beige);
}

#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  .swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

#room_swiper_container
  > .rooms_sliders
  > .swiper
  > .buttons_container
  .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

/*------------------------------------*\
	DINE WITH US
\*------------------------------------*/

.established_parent
  > .fixed_width
  .established_text
  .opening_times:first-of-type {
  margin-top: -35px;
}

.established_parent
  > .fixed_width
  .established_text
  .opening_times:last-of-type {
  margin-bottom: 40px;
}

.established_parent > .fixed_width .established_text .opening_times {
  margin: 10px 0;
}

.established_parent > .fixed_width .established_text .opening_times p {
  padding: 0;
}

.established_parent
  > .fixed_width
  .established_text
  .opening_times
  p:nth-of-type(2) {
  padding-top: 5px;
}

/*------------------------------------*\
	DINE WITH US
\*------------------------------------*/
.dine_with_us_parent {
  background-color: var(--dark);
  padding: 100px 0;
}

.dine_with_us_parent > .fixed_width {
  padding: 0 150px;
  display: flex;
}

.dine_with_us_parent > .fixed_width .dine_with_us_left_side {
  width: 50%;
  max-height: 500px;
}

.dine_with_us_parent > .fixed_width .dine_with_us_left_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side {
  padding-left: 100px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side h3 {
  color: var(--beige);
  margin: 20px 0;
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side h2 {
  color: var(--beige);
  line-height: 0.8;
  opacity: 0;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side a.is_active h2 {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: opacity 1s ease, transform 1s ease;
  -webkit-transition: opacity 1s ease, transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease;
  -ms-transition: opacity 1s ease, transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side a {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  width: fit-content;
  height: fit-content;
}

.dine_with_us_parent > .fixed_width .dine_with_us_right_side a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: var(--mustard);
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
}

body > div.dine_with_us_parent.full_width > div > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

body > div.dine_with_us_parent.full_width > div > div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.dine_with_us_parent > .fixed_width .dine_email_link {
  white-space: nowrap;
  font-weight: 800;
  display: none;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-right: -160px;
}

.dine_with_us_parent > .fixed_width .dine_tel_link {
  white-space: nowrap;
  font-weight: 800;
  display: none;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: -160px;
}

/*------------------------------------*\
	WHATS ON & OFFERS PAGE
\*------------------------------------*/

body > div.whats_on_and_offers_page_parent.full_width > div > div.tel_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

body > div.whats_on_and_offers_page_parent.full_width > div > div.tel_link a {
  display: none !important;
  white-space: nowrap;
  font-weight: 800;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: -160px;
}

body > div.whats_on_and_offers_page_parent.full_width > div > div.email_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

body > div.whats_on_and_offers_page_parent.full_width > div > div.email_link a {
  display: none !important;
  white-space: nowrap;
  font-weight: 800;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  color: var(--beige);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-right: -160px;
}

.whats_on_and_offers_page_parent {
  background-color: var(--dark);
  padding: 100px 0;
  position: relative;
}

#see_all_events {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  top: 0;
  left: 0;
}

.whats_on_and_offers_page_parent > .fixed_width {
  padding: 0 150px;
  display: flex;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card {
  position: relative;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  .menu_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--beige);
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

.whats_on_and_offers_page_parent > .fixed_width .offers_main_section {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: -30px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card {
  border: 1px solid var(--beige);
  min-width: 300px;
  max-width: 40%;
  width: calc(33.33% - 30px);
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > .offer_page_details {
  position: relative;
  padding: 20px 45px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  .offer_notification {
  position: absolute;
  top: -58px;
  left: 0;
  color: var(--dark);
  background-color: var(--beige);
  padding: 20px 45px;
  width: 100%;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  .offer_notification
  > p {
  color: var(--dark) !important;
  padding-bottom: 0 !important;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > .offer_page_details
  p:nth-of-type(1) {
  color: var(--beige);
  font-weight: 800;
  padding-bottom: 8px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > .offer_page_details
  p:nth-of-type(2) {
  color: var(--beige);
  padding-bottom: 20px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > .offer_page_details
  a {
  color: var(--beige);
  display: inline-block;
  position: relative;
  width: fit-content;
  padding-right: 10px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card
  > .offer_page_details
  a
  img {
  color: var(--beige);
  height: auto;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -37px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

/*------------------------------------*\
	GALLERY
\*------------------------------------*/
.gallery_section_parent {
  background-color: var(--beige);
}

.gallery_section_parent.two_slides {
  display: none;
}

.gallery_section_parent.one_slide {
  display: none;
}

.gallery_section_parent > .fixed_width {
  display: flex;
  justify-content: space-around;
}

.gallery_section_parent > .fixed_width .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

body > div.gallery_section_parent.full_width > div > div {
  height: 100vh;
  width: 30% !important;
  margin: 0 !important;
}

.gallery_section_parent > .fixed_width .swiper .gallery_slide img {
  width: 100%;
  height: 109%;
  object-fit: cover;
  object-position: center;
}

/*------------------------------------*\
	WEDDINGS
\*------------------------------------*/
.weddings_parent.full_width {
  background-color: var(--beige);
}

.weddings_parent.full_width > .fixed_width {
  overflow: visible;
  max-width: max-content;
}

.weddings_parent > .fixed_width .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.weddings_parent.full_width > .fixed_width > .weddings_slide {
  width: calc(100% + 40px) !important;
  margin-left: -20px !important;
  height: 20vw;
  margin: 70px 0;
}

.weddings_parent.full_width
  > .fixed_width
  > .weddings_slide
  > .swiper-wrapper
  > .swiper-slide {
  margin-right: 40px;
}

.weddings_parent.full_width
  > .fixed_width
  > .weddings_slide
  > .swiper-wrapper
  > .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*------------------------------------*\
	PACKAGES
\*------------------------------------*/

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card.packages_text {
  display: flex;
  align-items: center;
  border: 1px solid var(--dark);
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card.packages_text
  h2 {
  color: var(--beige);
  margin-bottom: 30px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card.packages_text
  p {
  color: var(--beige);
  margin-bottom: 30px;
  width: 80%;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card.packages_text
  a {
  color: var(--beige);
  display: inline-block;
  position: relative;
  width: fit-content;
  padding-right: 10px;
}

.whats_on_and_offers_page_parent
  > .fixed_width
  .offers_main_section
  > .individual_offer_card.packages_text
  a
  img {
  color: var(--beige);
  color: var(--beige);
  height: auto;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -37px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
.footer_parent {
  display: flex;
  flex-direction: column;
}

body > div.footer_parent.full_width > div.mailing_list_parent.full_width > div > div.name_and_email #iFrameResizer0 {
  height: 350px !important;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .join
  > h2 {
  color: #e4dbcc !important;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .join
  > p {
  color: #e4dbcc !important;
}

div.socials_side > div.socials > a svg {
  fill: #e4dbcc !important;
}
.footer_parent .mailing_list_parent {
  background-color: var(--dark);
}

.footer_parent > .mailing_list_parent > .fixed_width {
  display: flex;
  padding: 100px 150px;
}

.footer_parent > .mailing_list_parent > .fixed_width > .socials_side {
  width: 50%;
  padding-right: 30px;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .join
  > h2 {
  color: var(--beige);
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .join
  > p {
  color: var(--beige);
  padding-top: 8px;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .join
  > h2 {
  font-size: 38px;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .socials {
  margin-top: 42px;
}

.footer_parent
  > .mailing_list_parent
  > .fixed_width
  > .socials_side
  > .socials
  a {
  padding-right: 34px;
  float: left;
  height: 30px;
  width: 30px;
}

div.socials_side > div.socials > a svg {
  fill: var(--beige);
  height: 19px;
  width: auto;
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
}

div.socials_side > div.socials > a:nth-child(1) svg {
  height: 23px;
  width: auto;
  margin-bottom: -3px;
}

.footer_parent > .mailing_list_parent > .fixed_width .name_and_email {
  width: 50%;
}

.footer_parent > .mailing_list_parent > .fixed_width .name_and_email p {
  color: var(--beige);
}

/* bottom half of footer */
.footer_parent .footer_links_parent {
  background-color: var(--dark);
  padding: 100px 0;
}

.footer_parent .footer_links_parent > .fixed_width {
  display: flex;
  padding: 0 150px;
  gap: 50px;
}

.footer_parent .footer_links_parent > .fixed_width > .logo {
  width: 50%;
  padding-left: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer_parent .footer_links_parent > .fixed_width > .logo img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.footer_parent .footer_links_parent > .fixed_width > .links {
  width: 50%;
  float: left;
  display: flex;
  align-items: flex-start;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 100px;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links ul {
  list-style: none;
  padding: 0;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links ul {
  list-style: none;
  padding: 0;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links ul li {
  padding-bottom: 13px;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links h3 {
  color: var(--beige);
  margin-bottom: 13px;
}

.footer_parent .footer_links_parent > .fixed_width > .links .page_links a {
  color: var(--beige);
  padding-bottom: 13px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.footer_parent .footer_links_parent > .fixed_width > .links .contact_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer_parent .footer_links_parent > .fixed_width > .links .contact_links div {
  margin-bottom: 40px;
  height: fit-content;
}

body
  > div.footer_parent.full_width
  > div.footer_links_parent.full_width
  > div
  > div.links
  > div.contact_links
  > div.opening {
  margin-bottom: 0;
}

.footer_parent .footer_links_parent > .fixed_width > .links .contact_links h3 {
  color: var(--beige);
  margin-bottom: 3px;
}

.footer_parent .footer_links_parent > .fixed_width > .links .contact_links p {
  color: var(--beige);
  margin-bottom: 3px;
}

.footer_parent .footer_links_parent > .fixed_width > .links .contact_links a {
  color: var(--beige);
  display: inline-block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

body
  > div.established_parent.full_width
  > div.footer_parent
  > div.footer_links_parent.full_width
  > div
  > div.links
  > div.contact_links
  > div.opening
  > p {
  font-weight: 600;
}

.stay_with_us_parent > .fixed_width .mobile_image_side_food {
  display: none;
}

body
  > div.established_parent.full_width
  > div.footer_parent
  > div.footer_links_parent.full_width
  > div
  > div.links
  > div.contact_links
  > div.opening {
  margin-bottom: 0;
}
.fixed_width.single_post_page_content {
  flex-direction: column;
  gap: 12px;
  margin: 40px 0 0 0;
}
.single_post_page_content {
	padding: 40px 0;
}
.rooms_section_top_text a {
  width: fit-content;
  color: var(--darkest);
  display: inline-block;
  position: relative;
  margin: 30px 0 0 0;
}
.rooms_section_top_text a img {
  height: auto;
  width: 34px;
  position: absolute;
  bottom: -8px;
  right: -37px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}
.rooms_section_top_text a:hover img {
  right: -42px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
}
/*------------------------------------*\
	HOVER EFFECTS
\*------------------------------------*/
@media (hover: hover) {
  .hamburger.is_active:hover > div:nth-of-type(1) {
    border-bottom: 2px solid var(--mustard) !important;
  }

  .hamburger.is_active:hover > div:nth-of-type(3) {
    border-bottom: 2px solid var(--mustard) !important;
  }

  body
    > div.sliding_menu_parent.full_width.hidden.is_active
    > div.sliding_menu.full_width
    > aside
    > div:nth-child(1)
    a:hover {
    color: var(--mustard);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }

  body
    > div.sliding_menu_parent.full_width.hidden.is_active
    > div.sliding_menu.full_width
    > aside
    > div.book_menu.full_width
    > a:hover {
    color: var(--mustard);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }

  body
    > div.sliding_menu_parent.full_width.hidden.is_active
    > div.sliding_menu.full_width
    > aside
    > div.socials_menu.full_width
    > a:hover
    svg {
    fill: var(--mustard);
    transition: fill 0.3s ease;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -ms-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
  }

  .sliding_menu_parent.sliding_menu_parent.is_active
    > .sliding_menu
    > .main_menu
    .book_menu
    a:hover
    svg {
    right: -5px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  .homepage_overlay .homepage_title .homepage_links a:hover img {
    right: 5px;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
  }

  .homepage_overlay .homepage_bottom_link a:hover img {
    bottom: -5px;
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
  }

  .established_parent > .fixed_width .established_text a:hover img {
    right: -5px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  .stay_with_us_parent > .fixed_width .details_side > div > div a:hover img {
    right: -5px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  body
    > div:nth-child(5)
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(1):hover
    img {
    right: 10px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  body
    > div:nth-child(5)
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(2):hover
    img {
    right: 10px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  body
    > div.stay_with_us_parent.the_food_section.full_width
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(1):hover
    img {
    right: 10px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  body
    > div.stay_with_us_parent.the_food_section.full_width
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(2):hover
    img {
    right: 10px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .slider_image_div
    a:hover
    img {
    right: -42px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  .footer_parent
    .footer_links_parent
    > .fixed_width
    > .links
    .page_links
    a:hover {
    color: var(--mustard);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }

  .footer_parent
    .footer_links_parent
    > .fixed_width
    > .links
    .contact_links
    a:hover {
    color: var(--mustard);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
  }

  .footer_parent
    > .mailing_list_parent
    > .fixed_width
    > .socials_side
    > .socials
    a:hover
    svg {
    fill: var(--mustard) !important;
    transition: fill 0.3s ease;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -ms-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
  }

  .rooms_section_bottom
    > .fixed_width
    .rooms_slider_container
    .rooms_slide_details
    a:hover
    .rooms_arrow {
    right: -45px;
  }

  .text_and_sliders_main_bottom
    .rooms_sliders
    .rooms_slide_details
    a:hover
    .rooms_arrow {
    right: -45px;
  }

  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card
    > .offer_page_details
    a:hover
    img {
    right: -45px;
  }

  .dine_with_us_parent > .fixed_width .dine_with_us_right_side a:hover h2 {
    color: var(--mustard);
  }

  .dine_with_us_parent > .fixed_width .dine_with_us_right_side a:hover:after {
    width: 100%;
    left: 0;
    background: var(--mustard);
  }

  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card.packages_text
    a:hover
    img {
    right: -45px;
  }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1540px) {
  .established_parent
    > .fixed_width
    .established_slider
    .established_swiper_buttons {
    width: 100%;
  }
}

@media only screen and (max-width: 1298px) {
  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card {
    max-width: calc(50% - 30px);
    flex-grow: 1;
  }
}

@media only screen and (max-width: 1230px) {
  .rooms_section_bottom > .fixed_width {
    padding: 0;
  }

  body > div.rooms_section_bottom.full_width > div > div > div:nth-child(3) {
    display: none;
  }

  body > div.rooms_section_bottom.full_width > div > div > div:nth-child(1) {
    display: none;
  }
}

@media only screen and (max-width: 1180px) {
  .footer_parent .footer_links_parent > .fixed_width {
    padding: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .established_parent {
    padding: 100px 0;
  }
  .established_parent > .fixed_width .established_text {
    padding-left: 50px;
  }

  body > div.footer_parent.full_width > div.mailing_list_parent.full_width > div > div.name_and_email > div #iFrameResizer0 {
    height: 375px !important;
}

  .stay_with_us_parent > .fixed_width .details_side .side_link {
    display: none;
  }

  .stay_with_us_parent > .fixed_width .image_side a {
    display: none;
  }

  .stay_with_us_parent > .fixed_width {
    padding: 0;
  }

  .the_food_section.stay_with_us_parent {
    padding: 100px 0;
  }

  .stay_with_us_parent > .fixed_width .details_side {
    padding-left: 50px;
  }

  .established_parent.whats_on_and_offers > .fixed_width .established_text {
    padding-left: 0;
  }

  .established_parent.whats_on_and_offers > .fixed_width {
    padding-bottom: 100px;
  }

  .footer_parent > .mailing_list_parent > .fixed_width > .socials_side {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .footer_parent > .mailing_list_parent > .fixed_width .name_and_email {
    width: 100%;
    margin-top: 50px;
  }

  .footer_parent
    > .mailing_list_parent
    > .fixed_width
    > .socials_side
    > .socials {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }

  .footer_parent > .mailing_list_parent > .fixed_width {
    flex-direction: column;
    padding: 40px 0px;
  }

  .rooms_section_top > .fixed_width {
    padding: 0;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text .post_container {
    flex-direction: column !important;
  }

  .rooms_section_top>.fixed_width .rooms_section_top_text .post_container {
    gap: 30px;
  }
  .rooms_section_top>.fixed_width .rooms_section_top_text {
    gap: 50px;
  }

  .rooms_section_top>.fixed_width .rooms_section_top_text h2 {
    margin: 0;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text .post_container .text {
    gap: 20px;
  }

  .rooms_section_top_text a {
    margin: 10px 0 0 0;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text .post_container .text, .rooms_section_top > .fixed_width .rooms_section_top_text .post_container .image {
    width: auto;
}

  body > div.whats_on_and_offers_page_parent.full_width > div > div.email_link {
    display: none;
  }

  body > div.whats_on_and_offers_page_parent.full_width > div > div.tel_link {
    display: none;
  }

  .whats_on_and_offers_page_parent > .fixed_width {
    padding: 0;
  }

  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card {
    width: calc(40% - 30px);
  }

  .dine_with_us_parent > .fixed_width {
    padding: 0;
  }

  body > div.dine_with_us_parent.full_width > div > div:nth-child(1) {
    display: none;
  }

  body > div.dine_with_us_parent.full_width > div > div:nth-child(4) {
    display: none;
  }

  .established_parent > .fixed_width .established_text {
    padding-left: 0;
  }

  .established_parent > .fixed_width .established_text p:nth-of-type(2) {
    width: 100%;
  }
}

@media only screen and (max-width: 1014px) {
  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top
    .text {
    width: calc(50% - 20px);
  }

  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top
    .sliders {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 1000px) {
  .rooms_section_bottom {
    padding: 80px 0;
  }

  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top {
    flex-direction: column;
  }

  .rooms_section_bottom > .fixed_width .rooms_slider_container {
    width: 100%;
  }

  .text_and_sliders_main_bottom {
    width: 100%;
  }

  .weddings_parent.full_width > .fixed_width > .weddings_slide {
    margin: 50px 0;
  }

  .weddings_parent.full_width
    > .fixed_width
    > .weddings_slide
    > .swiper-wrapper
    > .swiper-slide {
    margin-right: 30px;
  }

  .gallery_section_parent.three_slides {
    display: none;
  }

  .gallery_section_parent.two_slides {
    display: block;
  }

  body > div.gallery_section_parent.two_slides.full_width > div > div {
    width: 45% !important;
  }
}

@media only screen and (max-width: 900px) {
  .footer_parent .footer_links_parent > .fixed_width > .logo {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-left: 0;
  }

  .footer_parent .footer_links_parent > .fixed_width > .logo img {
    height: 250px;
    width: 60%;
  }

  .footer_parent .footer_links_parent > .fixed_width {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .footer_parent .footer_links_parent {
    padding: 60px 0;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links {
    width: 100%;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links .page_links {
    width: 50%;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links .contact_links {
    width: 50%;
  }

  .footer_parent > .mailing_list_parent > .fixed_width {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 860px) {
  h2 {
    font-size: 40px;
  }

  .established_parent > .fixed_width .established_text {
    padding-left: 0px;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .slider_image_div
    img {
    max-height: 300px;
  }

  .weddings_parent.full_width > .fixed_width > .weddings_slide {
    height: 210px;
  }
}

@media only screen and (max-width: 760px) {
  body
    > div.stay_with_us_parent.the_food_section.full_width
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(1)
    > p {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .established_parent {
    padding: 0;
  }
  .established_parent > .fixed_width .established_text {
    width: 100%;
  }

  .established_parent > .fixed_width {
    padding: 60px 0;
  }

  .stay_with_us_parent {
    padding: 60px 0;
  }

  .stay_with_us_parent > .fixed_width .image_side {
    display: none;
  }

  body
    > div.established_parent.full_width
    > div:nth-child(2)
    > div
    > div.details_side
    > div
    > div:nth-child(1)
    > div {
    display: block;
    max-height: 350px;
    max-width: 600px;
    margin-top: 30px;
  }

  body
    > div.established_parent.full_width
    > div:nth-child(2)
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(1)
    > div
    > img {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .stay_with_us_parent > .fixed_width .details_side {
    width: 100%;
    padding-left: 0;
  }

  .the_food_section.stay_with_us_parent {
    padding: 50px 0;
  }

  .established_parent.established_parent.whats_on_and_offers {
    padding-top: 50px;
  }

  .stay_with_us_parent > .fixed_width .mobile_image_side {
    display: block;
    margin-top: 30px;
  }

  .stay_with_us_parent > .fixed_width .mobile_image_side > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
  }

  .stay_with_us_parent > .fixed_width .mobile_image_side_food {
    display: block;
  }

  .stay_with_us_parent > .fixed_width .mobile_image_side_food > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
  }

  body
    > div.stay_with_us_parent.the_food_section.full_width
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(1)
    > img {
    position: absolute;
    width: 36px;
    height: auto;
    padding: 0;
    top: -10px;
    right: 15px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  body
    > div.stay_with_us_parent.the_food_section.full_width
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(2)
    > img {
    position: absolute;
    width: 36px;
    height: auto;
    padding: 0;
    top: -10px;
    right: 15px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }

  .established_parent.whats_on_and_offers > .fixed_width {
    position: relative;
  }

  .established_parent.whats_on_and_offers > .fixed_width {
    padding-bottom: 50px;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_text
    a:first-of-type {
    margin-top: 20px;
  }

  .desktop_whats_on_swiper_loop {
    display: none;
  }

  .mobile_whats_on_swiper_loop {
    display: block;
  }

  body
    > div.established_parent.full_width.whats_on_and_offers
    > div
    > div.established_text.is_active
    > div
    > p {
    padding-top: 40px;
  }

  .established_parent.whats_on_and_offers > .fixed_width .established_slider {
    width: 100%;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .slider_image_div
    div {
    padding: 20px;
  }

  .established_parent
    > .fixed_width
    .established_slider
    .established_swiper_parent {
    width: calc(100% + 25px);
    padding-top: 40px;
  }

  .established_parent
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .swiper-slide {
    height: auto !important;
    flex-grow: 1 !important;
  }

  .established_parent.whats_on_and_offers > .fixed_width .established_text h3 {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .established_parent.whats_on_and_offers > .fixed_width .established_text {
    padding-right: 0;
  }

  #top_slider {
    display: none;
  }

  .rooms_section_top > .fixed_width .rooms_mobile {
    display: block;
    margin-top: 30px;
  }

  .rooms_section_top > .fixed_width .rooms_web {
    display: none;
  }

  .rooms_section_top {
    padding: 60px 0;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text {
    width: 100%;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_image {
    width: 100%;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text {
    padding-left: 0;
  }

  .rooms_section_top > .fixed_width .rooms_section_top_text p {
    padding-bottom: 0;
  }

  .rooms_section_bottom
    > .fixed_width
    .rooms_slider_container
    .rooms_slide_details {
    padding: 20px;
  }

  .text_and_sliders_main_bottom .rooms_sliders .rooms_slide_details {
    padding: 20px;
  }

  .rooms_section_bottom {
    padding: 60px 0;
  }

  .whats_on_and_offers_page_parent {
    padding: 70px 0;
  }

  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card
    > .offer_page_details {
    padding: 20px;
  }

  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card
    .offer_notification {
    padding: 20px;
  }

  .dine_with_us_parent {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 690px) {
  .whats_on_and_offers_page_parent > .fixed_width .offers_main_section {
    justify-content: center;
    margin-right: 0;
  }
  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card {
    min-width: 80%;
  }
}

@media only screen and (max-width: 684px) {
  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top
    .text {
    width: 100%;
    min-width: 220px;
  }

  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top
    .sliders {
    width: 100%;
    min-width: 220px;
  }
}

@media only screen and (max-width: 600px) {
  .rooms_section_bottom > .fixed_width .rooms_slider_container {
    display: flex;
    flex-direction: column;
  }

  .text_and_sliders_main_bottom {
    margin-top: 0;
    flex-direction: column;
  }

  .text_and_sliders_main_bottom .sliders {
    width: 100%;
    margin-bottom: 40px;
  }

  .text_and_sliders_main_bottom .sliders:nth-of-type(2) {
    margin-bottom: 0px;
  }

  .rooms_section_bottom
    > .fixed_width
    .text_and_sliders_parent
    .text_and_sliders_main
    .text_and_sliders_main_top
    .text {
    width: 100%;
  }

  .weddings_parent.full_width > .fixed_width > .weddings_slide {
    height: 180px;
    margin: 30px 0;
  }

  .gallery_section_parent.two_slides {
    display: none;
  }

  .gallery_section_parent.one_slide {
    display: block;
  }

  body > div.gallery_section_parent.one_slide.full_width > div > div {
    width: 100% !important;
  }

  .rooms_section_top>.fixed_width .rooms_section_top_text .post_container .text {
    gap: 15px;
} 
}

@media only screen and (max-width: 540px) {
  .nav_spacer {
    height: 54px;
  }

  .rooms_section_top {
    padding-top: 40px;
  }
  /* NAVBAR */
  #header > div > div.navbar_tel > a > p {
    display: none;
  }

  .header_parent > .fixed_width > .navbar_logo a img {
    width: 60px;
  }

  #header.hide > .fixed_width {
    height: 54.02px;
  }

  .detect_click {
    display: none;
  }

  .sliding_menu_parent .sliding_menu {
    width: 100vw;
    height: 100vh;
  }

  .sliding_menu_parent.is_active > .sliding_menu > .main_menu > div a {
    margin-bottom: 15px;
  }

  /* HOMEPAGE INTRO */
  .homepage_overlay .homepage_title .homepage_links {
    flex-direction: column;
  }
	
	.homepage_overlay .homepage_title .homepage_links > div {
	display: flex;
    flex-direction: column;
    gap: 20px;
	}

  .homepage_overlay .homepage_title img {
    height: 200px;
  }

  .homepage_overlay .homepage_title .homepage_links img {
    display: none;
  }

  .homepage_overlay .homepage_title .homepage_links a {
    padding: 0;
    padding: 7px 20px;
  }

  body
    > div.homepage_intro_parent.full_width
    > div.homepage_overlay
    > div.homepage_title
    > div
    > a:nth-child(2) {
    margin-top: 22px;
    margin-bottom: -13px;
  }

  .homepage_overlay .homepage_bottom_link a {
    padding-bottom: 38px;
  }

  .established_parent > .fixed_width .established_text .opening_times {
    margin: 10px 0;
  }

  .established_parent
    > .fixed_width
    .established_text
    .opening_times:first-of-type {
    margin-top: -10px;
  }

  .established_parent > .fixed_width .established_text .opening_times p {
    padding: 0;
  }

  .dine_with_us_parent > .fixed_width .dine_with_us_left_side {
    display: none;
  }

  .dine_with_us_parent > .fixed_width .dine_with_us_right_side {
    width: 100%;
    padding: 0;
  }

  .dine_with_us_parent > .fixed_width .dine_with_us_right_side h3 {
    margin: 0;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .slider_image_div
    div
    > a {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 465px) {
  .footer_parent .footer_links_parent {
    padding: 50px 0;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links .page_links {
    width: 100%;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links .contact_links {
    width: 100%;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links {
    flex-direction: column;
  }

  .footer_parent .footer_links_parent > .fixed_width > .links .contact_links {
    margin-top: 40px;
  }

  .footer_parent .footer_links_parent > .fixed_width > .logo img {
    width: 90%;
  }

  .footer_parent > .mailing_list_parent > .fixed_width {
    padding: 50px 0;
  }

  .established_parent > .fixed_width .established_text {
    padding-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .whats_on_and_offers_page_parent > .fixed_width .offers_main_section {
    justify-content: flex-start;
  }
  .whats_on_and_offers_page_parent
    > .fixed_width
    .offers_main_section
    > .individual_offer_card {
    min-width: 100%;
  }
}

@media only screen and (max-width: 300px) {
  h2 {
    font-size: 34px;
  }

  .homepage_overlay .homepage_title img {
    height: 180px;
    margin-bottom: -12px;
  }

  .established_parent > .fixed_width {
    padding: 40px 0;
  }

  .stay_with_us_parent {
    padding: 40px 0;
  }

  .the_food_section.stay_with_us_parent {
    padding: 20px 0;
  }

  .the_food_section > .fixed_width .details_side h3 {
    margin-top: 20px;
  }

  body
    > div.established_parent.full_width
    > div.stay_with_us_parent.the_food_section
    > div
    > div.details_side.is_active
    > div
    > div:nth-child(2)
    > a:nth-child(1) {
    width: 250px;
  }

  .rooms_section_top {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .established_parent.whats_on_and_offers {
    padding-top: 40px;
  }

  .rooms_section_bottom {
    padding-top: 40px;
  }

  .established_parent.whats_on_and_offers
    > .fixed_width
    .established_slider
    .established_swiper_parent
    .slider_image_div
    a
    img {
    right: -12px;
  }

  .the_food_section > .fixed_width .details_side > div > div a {
    padding-right: 58px;
  }

  .dine_with_us_parent {
    padding: 40px 0;
  }

  .weddings_parent.full_width
    > .fixed_width
    > .weddings_slide
    > .swiper-wrapper
    > .swiper-slide {
    margin-right: 20px;
  }

  .weddings_parent.full_width > .fixed_width > .weddings_slide {
    height: 150px;
    margin: 30px 0;
  }
}
