@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700|Raleway:300,400,500,600,700,800');

:root {
  /* --primary-color: #eeb945; */
  --primary-color: #f4c45d;
  --secondary-color: #332d25;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Cormorant Garamond', serif;
}

/*
font-family: 'Raleway', sans-serif;
*/
a {
  text-decoration: none;
}

.brown-text {
  color: var(--secondary-color);
}

.yellow-text {
  color: var(--secondary-color);
}

.index-title-text {
  margin-top: 0px;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 3px;
  font-weight: 800;
}

.text-index-about {
  font-size: 28px;
  line-height: 42px;
  color: var(--secondary-color);
  margin-bottom: 30px;
}

.read-more-btn-index {
  text-decoration: none;
  padding: 10px;
  background: var(--primary-color);
  min-width: 230px;
  /* width: 100%; */
  line-height: normal;
  display: inline-block;
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: 'Raleway', sans-serif;
}

.read-more-btn-index:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.home-intro-bg {
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0)
  );
  background-size: cover;
  height: 60%;
  padding: 0px;
  position: absolute;
  top: 0;
}

.logo-intro {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 10px;
  height: 100%;
  width: 100%;
}

.logo-intro img {
  width: 100%;
  max-width: 290px;
}

.shout-container-home {
  background: rgba(255, 255, 255, 0.9);
  /* position: absolute; */
  max-width: 520px;
  margin: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 20px 15px;
  width: 94%;
  min-height: 190px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0 20px 7px rgba(51, 45, 37, 0.75);
  /* margin: 0 3%; */
  border: 2px solid #332d25;
}

.shout-container-home h1 {
  margin: 0;
  width: 100%;
  border: none;
}

.shout-container shoutinner {
  padding: 0px;
}

.shout-container shouttext {
  padding: 0px;
}

.shout-container shouttitle {
  line-height: normal;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(51, 45, 37, 0.45);
}

.shout-container shoutdate {
  line-height: normal;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.7px;
  padding-bottom: 0px;
  color: #000000;
}

.shout-container shoutmessage {
  line-height: normal;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-top: 15px;
  font-size: 15px;
  line-height: 23px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #000000;
}

#menu-menu-principale-en {
  padding-left: 0px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

ul.main_menu li.logo-nav {
}

ul.main_menu li.logo-nav a {
  padding: 0px;
  display: table;
  margin: 0;
  background: none;
}

ul.main_menu li.logo-nav a:hover {
  opacity: 0.7;
}

ul.main_menu li.logo-nav a img {
  width: 100%;
  max-width: 80px;
}

.recurring-title,
.special-events-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--secondary-color);
  color: var(--primary-color);
}

.events-home-container h2.special-events-title {
  margin-top: 40px;
  /* color: var(--primary-color); */
}

.slick-initialized .single-recurring-event {
  border: 1px solid rgb(238, 185, 70);
}

.single-recurring-event .recurring-event-name {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 2px;
  color: var(--secondary-color);
  border-bottom: 1px solid rgb(236, 184, 69);
}

.single-recurring-event .recurring-days-title {
  text-transform: uppercase;
  font-size: 17px;
  color: var(--primary-color);
}

.events-home-container .no-event-post-text {
  text-align: center;
  width: 100%;
}

.single-recurring-event .recurring-btn {
  padding: 4px;
  background: var(--secondary-color);
  color: var(--primary-color);
}

.div-tabs-index {
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-tabs-index .div-tabs-inner {
  /* width: 50%; */
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* margin: 5px; */
  display: -webkit-flex;
  display: flex;
  border: 5px solid #ffffff;
}

.tab-1 {
  width: 60%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../img/tab-1.jpg) no-repeat center center;
  background-size: cover;
}

.tab-2 {
  width: 40%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../img/tab-2.jpg) no-repeat center center;
  background-size: cover;
}

.tab-3 {
  width: 40%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../img/tab-3.jpg) no-repeat center center;
  background-size: cover;
}

.tab-4 {
  width: 60%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(../img/tab-4.jpg) no-repeat center center;
  background-size: cover;
}

.div-tabs-index .div-tabs-inner a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 270px;
}

.div-tabs-index .div-tabs-inner a h1 {
  margin: 0px;
  font-size: 4vw;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: normal;
  color: #f4c45d;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.81);
}

.div-tabs-index .div-tabs-inner a:hover {
  background: rgba(51, 45, 37, 0.55);
}

.social-icons {
  margin: 0;
}

.social-icons a {
  padding: 15px 20px;
  display: inline-block;
  line-height: normal;
  margin: 10px;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.social-icons a:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.social-icons a i {
  display: table;
}

.footer-logo {
  width: 100%;
  max-width: 180px;
}

.footer-contact-wrapper {
  height: 100%;
  padding-top: 25px;
}

.footer-contact-detiails {
  margin: 0;
  margin-top: 15px;
  line-height: normal;
  text-align: center;
}

.footer-contact-detiails a {
  line-height: normal;
  color: var(--secondary-color);
  font-size: 18px;
  letter-spacing: 1.5px;
}

.footer-contact-detiails a i {
  font-size: 10px;
  line-height: normal;
  position: relative;
  top: 2px;
}

.footer-contact-detiails a:hover {
  color: var(--primary-color);
}

#aboutus-container {
}

#aboutus-container p {
  margin-top: 0px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}

#aboutus-container p:nth-child(6) {
  color: var(--secondary-color);
  font-weight: 900;
  text-align: center;
}

.no-event-post-text {
  width: 100%;
  text-align: center;
}

.about_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(95, 2, 1, 0)),
    url(../img/about_banner.jpg) center center;
  background-size: cover;
}

.menu_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(95, 2, 1, 0)),
    url(../img/menu_banner.jpg) center center;
  background-size: cover;
}

.events_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(215, 215, 215, 0)),
    url(../img/events_banner.jpg) center center;
  background-size: cover;
}

.photos_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(215, 215, 215, 0)),
    url(../img/photos_banner.jpg) center center;
  background-size: cover;
}

.contact_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(215, 215, 215, 0)),
    url(../img/photos_banner.jpg) center center;
  background-size: cover;
}

.gn-album-container,
.popup-gallery {
  max-width: none;
}

.map-bar {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 500px;
}

.map-text {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /* min-width: 15%; */
  max-width: 10%;
  background: var(--primary-color);
}

.map-text p {
  margin: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 28px;
  color: var(--secondary-color);
  padding: 10px;
}

.embed-map-sec {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
}

.embed-map-sec iframe {
  width: 100%;
  height: 100%;
}

section.menu-page {
  height: 100vh;
  padding: 0px;
}

.menu-main-container-wrapper {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  /* flex-wrap: wrap; */
}

#menuSectionOfSections > div {
  width: calc(100% - 10px);
  height: 33.33%;
  /* min-height: 33.33%; */
  margin: 5px;
  display: -webkit-flex;
  display: flex;
}

.menuSectionName {
  padding: 10px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pricelistLastUpdated {
  display: none;
}

#menuSectionOfSections {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  min-height: 100%;
}

.menu-open-section-cont {
  margin: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.menu-open-section-cont-inner {
  padding: 15px;
  height: 100%;
  overflow: scroll;
  display: -webkit-flex;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-flex-direction: column;
  flex-direction: column;
}

.menu-open-section-cont-inner::-webkit-scrollbar {
  display: none;
}

.back_btn_menu {
  padding: 5px;
  margin-bottom: 0px;
  max-height: 50px;
  /* display: flex; */
  min-width: 170px;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  display: none;
}

#menu-container {
  display: -webkit-flex;
  display: flex;
  /* height: 100%; */
  -webkit-flex-grow: 1;
  flex-grow: 1;
  /* flex-wrap: wrap; */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0;
}

.menu-category {
  text-transform: uppercase;
  font-size: 15px;
  border-color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: 1px;
  /* width: 100%; */
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.menu-category:hover {
  background: var(--secondary-color);
}

.menu-category-selected {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
}

.menu-category-container {
  margin-top: 20px;
  margin-bottom: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-category-items h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: var(--secondary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--secondary-color);
}

.menu-item {
  float: none;
  margin-bottom: 10px;
}

.price {
  font-weight: 800;
  font-size: 22px;
}

.menu-item-description h3 {
  font-size: 20px;
  font-weight: 600;
}

.menu-item-description p {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

.menu-category-items-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.contact-details-bar {
  display: -webkit-flex;
  display: flex;
}

.contact-details {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding: 30px 10px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: var(--secondary-color);
}

.contact-details h3 {
  margin-top: 0px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
}

.contact-detail-list {
}

.contact-detail-list ul {
  margin: 0;
  padding: 0;
}

.hours-section h3 {
  display: none;
}

.contact-detail-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

.contact-detail-list ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.contact-detail-list ul li a i {
  font-size: 11px;
  position: relative;
  top: 6px;
}

.contact-detail-list ul li a:hover {
  color: var(--primary-color);
}

.contact-hours {
  width: 100%;
  padding: 10px;
  background: var(--primary-color);
}

.contact-hours h3 {
  margin-top: 0px;
  font-size: 26px;
  text-transform: uppercase;
}

.contact-form-text {
}

.contact-form-text p {
  color: #000000;
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.secure-form {
  margin: auto;
}

.secure-form .secure-form-item input,
.secure-form .secure-form-item textarea {
  padding: 7px;
  box-shadow: none;
  border: 1px solid var(--secondary-color);
  font-size: 13px;
}

.secure-form .secure-form-submit-button[type='submit'] {
  margin: auto;
  padding: 5px;
  font-family: inherit;
  text-transform: uppercase;
  max-width: 200px;
  color: var(--primary-color);
}

.secure-form .secure-form-submit-button[type='submit']:hover {
}

.secure-form .secure-form-item label {
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 800;
}

.slider-wrap {
  height: 100vh;
}

.slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider.title_right .owl-controls {
}

@media screen and (max-width: 1030px) {
  header {
    width: 90%;
    margin-top: 5%;
    height: 60px;
  }

  .btn_menu {
    top: 24px;
  }

  ul.main_menu li.logo-nav {
    margin-left: 0px;
    padding: 10px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  ul.main_menu li.logo-nav a img {
    max-width: 95px;
  }

  #menu-menu-principale-en {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60vh;
    /* position: absolute; */
    top: 0;
    display: none;
  }

  li.main_links {
    width: 100%;
  }

  header .main_menu {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .menu-menu-principale-en-container {
    width: 100%;
  }

  header li a {
    text-transform: uppercase;
    font-size: 26px;
    color: #ffffff;
  }

  .main_title {
  }

  header.open
    nav
    ul.main_menu
    li.main_links
    .menu-menu-principale-en-container
    ul#menu-menu-principale-en {
    display: -webkit-flex;
    display: flex;
    top: 50px;
    position: absolute;
  }
}

@media screen and (max-width: 1024px) {
  #menuSectionOfSections {
    max-width: 320px;
  }

  .menuSectionName {
    font-size: 25px;
    padding: 70px 10px;
  }
}

@media screen and (min-width: 768px) {
  #menuSectionOfSections {
    display: -webkit-flex !important;
    display: flex !important;
  }

  .back_btn_menu {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .logo-intro {
    /* align-items: center; */
  }

  .owl-buttons {
    max-width: 70px;
    height: 30px !important;
  }

  .slider.title_right .owl-controls {
    height: 30px;
    width: 70px;
  }

  .slider .owl-prev,
  .slider .owl-next {
    width: 30px;
    height: 30px !important;
  }

  .slider-wrap {
    height: 50vh;
  }

  .home-intro-bg {
    height: 50vh;
  }

  .menu-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px;
  }

  .shout-container-home {
    /* top: -150px; */
    position: relative;
    bottom: 0;
    right: 0;
    box-shadow: none;
    max-width: none;
    margin-top: 20px;
  }

  .menu-open-section-cont {
    margin: 0px;
    width: 100%;
  }

  .back_btn_menu {
    display: block;
  }

  .map-bar {
    height: 290px;
  }

  section.menu-page {
    height: auto;
  }

  .menu-open-section-cont-inner {
    padding: 10px;
  }

  .menu-main-container-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #menuSectionOfSections {
    max-width: none;
    /* display: none !important; */
  }
}

@media screen and (min-width: 680px) {
  .call-dir {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .call-dir {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 97%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
    /* top: 100px; */
    margin: auto;
    margin-top: 5px;
  }

  .call-dir a {
    width: 48%;
    margin: 5px 1%;
    background: none;
    color: var(--secondary-color);
    border: 2px solid #332d25;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .call-dir a i {
    font-size: 11px;
  }

  .home-intro-bg {
    height: 35%;
  }

  .shout-container-home {
    position: relative;
    width: 95%;
    max-width: none;
    right: 0;
    box-shadow: none;
    bottom: 0;
    background: none;
    min-height: auto;
    margin-top: 0px;
  }

  .contact-details-bar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  ul.main_menu li.logo-nav {
    padding: 5px 10px;
    position: relative;
    z-index: 999;
  }

  ul.main_menu li.logo-nav a img {
    max-width: 80px;
  }

  .btn_menu {
    top: 13px;
  }

  .logo-intro img {
    max-width: 150px;
  }

  .text-index-about {
    width: 100%;
    font-size: 21px;
    line-height: 31px;
  }

  .about-index-text-wrapper {
    margin: 0px;
    width: 100%;
  }

  .div-tabs-index .div-tabs-inner {
    width: 100%;
  }

  .div-tabs-index .div-tabs-inner a {
    height: 170px;
  }

  .div-tabs-index .div-tabs-inner a h1 {
    font-size: 10vw;
    letter-spacing: 1px;
  }

  .map-bar {
    height: 240px;
  }

  .map-text p {
    font-size: 16px;
  }
}

.recurring-event-time {
  font-family: 'Raleway', sans-serif;
}

.recurring-event-description {
  font-size: 18px;
}

@media (min-width: 800px) and (max-width: 1500px) {
  header li a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.main_entrance {
  height: 0;
}

#section-sec-bwUnaqwgSjKDJkv5lGNpWg {
  display: none;
}

#section-sec-bwUnaqwgSjKDJkv5lGNpWg ~ .menu-category-desc {
  display: none;
}

.home-cta-desktop-container {
  text-align: center;
  margin-top: 3rem;
}

.home-cta-desktop-button {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 7px rgba(51, 45, 37, 0.75);
  padding: 2rem;
  border: 2px solid #332d25;
  font-size: 1.5rem;
  color: black;
}

@media(max-width: 780px) {
  .home-cta-desktop-container {
    display: none;
  }
}
