@charset "utf-8";
/* CSS Document */

/* colors
blue: #72B0BD
gold: #B59C81
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Minerva Modern';
  src: url(../fonts/minerva_modern_rg.ttf);
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Minerva Modern';
  src: url(../fonts/minerva_modern_bd.ttf);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Minerva Modern';
  src: url(../fonts/minerva_modern_bd_it.ttf);
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url(../fonts/OpenSans-ExtraBold.ttf);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  color: #2d2926;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

section {
  margin: 98px 0 80px;
  position: relative;
}
.landing-page section {
  margin-top: 0;
  padding-top: 98px;
  position: relative;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px;
  }
}

/* headers */
h1,
h2,
h3,
h4 {
  font-family: 'Minerva Modern', sans-serif;
  line-height: 1.2;
  position: relative;
}
h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

h2.metalic-effect {
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #d7a294;
  background: linear-gradient(to right, #d34f42 0%, #fedac6 20%, #fedac6 40%, #fcb392 60%, #a46049 80%, #d34f42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

strong {
  font-weight: 700;
}

.hide {
  display: none;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

.text-left h2,
.text-left h3 {
  text-align: left;
}

@media (min-width: 768px) {
  .text-md-left h2,
  .text-md-left h3 {
    text-align: left;
  }
}

.text-right h2,
.text-right h3 {
  text-align: right;
}

/* buttons */
a {
  color: #72b0bd;
  position: relative;
}
a:hover {
  color: #2d2926;
  text-decoration: none;
}
a:after {
  content: '';
  display: inline-block;
  width: 0%;
  border-bottom: 1px solid;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
a.dine-around-banner:after {
  display: none !important;
}
a:hover:after {
  width: 100%;
}
a.dine-around-banner:hover:after {
  width: 0% !important;
  text-decoration: none !important;
  border-bottom: 0px;
}
.carousel-item a:hover:after,
a.festive-banner:hover:after {
  width: 0% !important;
  text-decoration: none !important;
  border-bottom: 0px;
}
a.d-block:after {
  display: none;
}
a.btn-book-link:after {
  width: 100%;
}
a.img-link:after {
  display: none;
}

.btn {
  border: 1px solid;
  border-radius: 0;
  font-family: 'Minerva Modern', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: none !important;
  padding: 13px 20px;
  margin-bottom: 5px;
  outline: none;
}
.btn:after,
h2 > a:hover:after,
a.navbar-brand:hover:after {
  display: none;
}

.btn-primary {
  background-color: #2d2926;
  border-color: #2d2926;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: #2d2926;
  color: #2d2926;
  box-shadow: none;
}

.btn-primary-outline {
  border-color: #2d2926;
  color: #2d2926;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.btn-primary-outline:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline h3,
.col-post .btn-primary-outline h3 {
  color: #2d2926;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.btn-primary-outline:hover h3 {
  color: #ffffff;
}

.btn.btn-book {
  background-color: #dc7268;
  border: 1px solid #dc7268 !important;
  color: #ffffff !important;
}
.navbar .nav-item a.btn.btn-book,
.navbar.navbar-scroll .nav-item a.btn.btn-book {
  padding: 11px 12px !important;
  background-color: #dc7268;
  border: 1px solid #dc7268 !important;
  color: #ffffff !important;
  line-height: 1;
}
.btn.btn-book:hover,
.navbar .nav-item a.btn.btn-book:hover,
.navbar.navbar-scroll .nav-item a.btn.btn-book:hover {
  background-color: #d34f42;
  border-color: #d34f42 !important;
}

.btn.btn-book.btn-outline {
  background-color: transparent;
  color: #dc7268 !important;
}
.btn.btn-book.btn-outline:hover {
  background-color: transparent;
  border: 1px solid #d34f42 !important;
  box-shadow: inset 0 0 0 1px #d34f42 !important;
  color: #d34f42 !important;
}

@media (min-width: 992px) {
  .nav-item .btn.btn-book,
  .form-btn .btn.btn-book {
    padding: 12px 20px !important;
  }
}

.btn-white {
  background-color: #ffffff;
  color: #2d2926;
  border-color: #ffffff;
}
.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.btn-white-outline:hover {
  border-color: #2d2926;
  color: #2d2926;
}
.btn-white-outline h3 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.btn-white-outline:hover h3 {
  color: #2d2926;
}

.navbar .nav-item a.btn-secondary {
  background-color: #ffffff;
  color: #2d2926;
  border: 0;
  font-weight: 500;
}
.navbar .nav-item a.btn-secondary:hover,
.navbar.navbar-scroll .nav-item a.btn-secondary,
.secondary-page .navbar .nav-item a.btn-secondary {
  background-color: #2d2926;
  color: #ffffff;
  border: 0;
}

.btn-lg {
  padding: 15px 50px;
  border-radius: 30px;
}

.btn-link {
  color: #2d2926;
  font-family: 'Inter', sans-serif;
  padding: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.btn-link:hover,
.jumbotron .btn-link:hover,
.btn-link:focus,
.jumbotron .btn-link:focus {
  text-decoration: none;
  color: #2d2926;
  text-decoration: none;
}
.btn-link:after {
  content: '';
  display: inline-block;
  width: 0%;
  border-bottom: 1px solid;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.btn-link:hover:after {
  width: 100%;
}

.btn.btn-sm {
  padding: 12px 25px;
}
.btn small {
  display: block;
  font-size: 100%;
}

@media (min-width: 992px) {
  .btn {
    margin-bottom: initial;
  }
}

.section-title {
  color: #aba9a8;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-title:hover {
  color: #aba9a8;
  border-color: #aba9a8;
}

.location-title {
  color: #aba9a8;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hotspot-notes {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 12px;
}

/* special offers */
.btn.btn-secondary.btn-outline {
  background-color: transparent;
  border: 1px solid #2d2926;
  color: #2d2926;
}
.btn.btn-secondary.btn-outline:hover {
  border-color: #2d2926;
  background-color: #2d2926;
  color: #ffffff;
}

/* whatsapp */
.btn.whatsapp-btn {
  background: #40d366;
  padding: 7px;
  border: 1px solid #40d366;
  color: #ffffff;
}
.btn.whatsapp-btn:hover {
  background: #ffffff;
  border: 1px solid #40d366;
  color: #ffffff;
}

/* navigation */
.navbar .container-xl {
  align-items: start;
}
.navbar .nav-item {
  margin: 0 5px;
}
.navbar .nav-item a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 20px;
}
.navbar .nav-item a:hover {
  color: #2d2926;
  border: 0;
}
.navbar a.navbar-brand:hover {
  border: 0;
}

.navbar,
.navbar-brand > img,
.navbar-toggler-icon {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.navbar.navbar-scroll {
  background-color: #ffffff;
  padding: 5px 0;
  background-image: none;
  box-shadow: 0 20px 20px rgba(37, 37, 37, 0.1);
}
.navbar.navbar-scroll .container-xl {
  justify-content: space-between;
}

.navbar {
  box-shadow: none;
  padding: 15px 0;
  background-color: #ffffff;
}
.page-title-section {
  margin-top: 90px;
}

.navbar.navbar-scroll .nav-item a,
.navbar .nav-item a {
  color: #2d2926;
}
.navbar-collapse.show .nav-item a {
  color: #ffffff;
}
.navbar.navbar-scroll .nav-item.active a,
.navbar .nav-item a:hover {
  color: #2d2926;
}
.navbar .nav-item.active a:after {
  width: 100%;
}
.navbar.navbar-scroll .container-xl,
.navbar .container-xl {
  align-items: center;
}
.navbar-nav {
  margin: 0 auto;
  margin-right: 0;
}

.navbar .navbar-brand .logo-white {
  display: none;
}

body.homepage .navbar.navbar-scroll .navbar-brand .logo-white,
body.homepage .navbar .navbar-brand .logo-dark {
  display: none;
}
body.homepage .navbar.navbar-scroll .navbar-brand .logo-dark,
body.homepage .navbar .navbar-brand .logo-white {
  display: inline-block;
}

body.homepage .navbar {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.7), transparent);
  padding: 20px 0 50px;
}
body.homepage .navbar.navbar-scroll {
  background-image: none;
  background-color: #ffffff;
  padding: 5px 0;
}
body.homepage .navbar.navbar-scroll .nav-item a {
  color: #2d2926;
}

body.homepage .navbar .container-xl {
  justify-content: space-between;
}
body.homepage .navbar.navbar-scroll .container-xl {
  justify-content: space-between;
}

body.homepage .navbar-scroll .navbar-nav {
  margin-right: 0;
}
body.homepage .navbar-toggler-icon {
  background-color: #ffffff;
}
body.homepage .navbar-scroll .navbar-toggler-icon {
  background-color: #2d2926;
}

.navbar-toggler,
.navbar-toggler:focus {
  border-radius: 0;
  margin: 0 3px 0 0;
  position: relative;
  z-index: 30;
  width: 58px;
  height: 38px;
  outline: none;
}
.navbar .navbar-brand {
  margin-left: 15px;
  max-width: 155px;
}
.navbar .navbar-brand img {
  max-width: 100%;
}

.navbar-toggler-icon {
  height: 2px;
  margin: 5px auto;
  display: block;
  background-color: #2d2926;
  position: absolute;
  top: 5px;
}
.navbar.navbar-scroll .navbar-toggler-icon,
.navbar.navbar-scroll .navbar-toggler-icon {
  background-color: #2d2926;
}

.navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(35deg);
  top: 10px;
}
.navbar-toggler .navbar-toggler-icon:nth-child(2) {
  display: none;
}
.navbar-toggler .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-35deg);
  top: 10px;
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1) {
  transform: none;
  top: 5px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  display: block;
  top: 12px;
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  transform: none;
  top: 19px;
}

@media (min-width: 480px) {
  .navbar-toggler,
  .navbar-toggler:focus {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 991px) {
  .navbar-nav,
  .navbar-collapse {
    background-color: #2d2926;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    padding: 70px 20px;
    max-width: 400px;
  }
  .navbar .navbar-collapse .nav-item.active a,
  .navbar .navbar-collapse .nav-item a:hover {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  body.homepage .navbar .nav-item a {
    color: #ffffff;
  }
  .navbar .navbar-brand {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .nav-item a {
    font-size: 11px;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-item a {
    font-size: 12px;
  }
}

@media (min-width: 1400px) {
  .navbar .nav-item a {
    font-size: 15px;
  }
}

/* secondary hover navigation */
.sub-menu {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
  position: absolute;
  width: 100%;
  min-width: 200px;
  padding: 0;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, max-height 0.3s ease-in;
}
.navbar .sub-menu li {
  list-style: none;
  margin: 0 auto;
}
li.menu-item {
  position: relative;
}
li.menu-item:hover > .sub-menu{
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}
.navbar .sub-menu li {
  list-style: none;
  margin: 0 auto;
  background: transparent;
  transition: background 0.3s ease;
}

.navbar.navbar-scroll .nav-item .sub-menu a{
  padding: 0 auto; 
  text-align: start;
}
.navbar.navbar-scroll .nav-item .sub-menu{
  background-color: #ffffff !important;
  /* box-shadow: -1px 3px 35px 0px rgb(35 35 35 / 13%); */
}
/* MOBILE styles */
@media (max-width: 993px) {
  .sub-menu {
    position: relative; /* allow it to take up space */
    width: 100%;
    max-height: fit-content;
    opacity: 1;
    padding-left: 20px;
    visibility: visible;
  }
  .sub-menu li a::before{
    content: '–';
    margin-right: 12px;
  }
  .navbar.navbar-scroll .nav-item .sub-menu{
    background: transparent !important;
    box-shadow: none;
  }
}
.sub-menu li a::after {
  width: 0% !important;
}
.sub-menu li a:hover::after {
  width: 100% !important;
}
/* .sub-menu li a.nav-link,
body.homepage .navbar .sub-menu .nav-item a {
  font-size: 90%;
  color: #2d2926;
} */
/* li.menu-item:hover .sub-menu {
  padding: 0;
  background: #ffffff;
} */
/* .navbar .sub-menu .nav-item a:hover {
    color: initial !important;
} */

/* jumbotron */
.jumbotron {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 0;
  height: 310px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 0;
}

.jumbotron > .container-xl {
  display: none;
}
.page-special-title {
  color: #efb8a9;
  border-bottom: 3px solid #efb8a9;
  transform: rotateZ(270deg);
  position: absolute;
  top: 37px;
  left: -250px;
  width: 300px;
}
.rollerscript {
  font-family: 'Rollerscript', sans-serif;
  font-size: 24px;
  line-height: 1;
}
.rollerscript span {
  display: block;
  text-indent: 20px;
}

.marble-rectangle {
  display: none;
}
.jumbotron img.img-fluid {
  max-height: 200px;
}

@media (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (min-width: 678px) {
  .jumbotron {
    height: 620px;
  }
}

@media (min-width: 992px) {
  .marble-rectangle {
    display: block;
    width: 380px;
    height: 380px;
    background-image: url('../img/marble-rectangle.png');
    position: absolute;
    right: -20px;
    top: 430px;
    padding: 220px 20px 0 30px;
  }
}
.jumbotron .marble-rectangle {
  color: #ffffff;
}
.marble-rectangle.position-2 {
  top: -50px;
  right: 45px;
}

@media (min-width: 1400px) {
  .marble-rectangle.position-2 {
    right: 12%;
  }
}

.jumbotron .btn-primary {
  background-color: #becdd4;
  background-image: linear-gradient(to right, #2d2926, #becdd4);
}
.jumbotron .btn-primary:hover {
  background-image: none;
}
.jumbotron .btn-link {
  color: #ffffff;
  border-color: #ffffff;
}

/* cards: homepage */
.row-1 {
  margin-right: -1px;
  margin-left: -1px;
}
.col-post {
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 30px;
}
.col-post > img {
  position: relative;
  z-index: 5;
}
.col-post > div {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: calc(100% - 2px);
  text-align: center;
  background: linear-gradient(0deg, rgba(45, 41, 38, 0.5) 0%, rgba(45, 41, 38, 0) 100%);
  background-blend-mode: multiply, normal;
  padding: 50px 25px;
}

.col-post h3 {
  font-weight: 300;
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.33);
}
.col-post .btn-link:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.col-post .btn-primary:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.col-post .btn.btn-secondary.btn-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.col-post > .col-post-one {
  position: initial;
  display: flex;
  background-color: #aba9a8;
  height: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('../img/tfc-grow-your-career.jpg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

@media (min-width: 768px) {
  .col-post > .col-post-one {
    background-size: contain;
  }
}

/* footer */
footer {
  background-color: #2d2926;
  padding: 0;
  padding-bottom: 100px;
  font-size: 15px;
  color: #ffffff;
}

footer h2 {
  color: #ffffff;
  font-size: 2.1rem;
  margin: 70px auto 30px;
  text-align: left;
}
footer h3 {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 7px auto;
}
footer p {
  margin: 7px 0;
  line-height: 170%;
  font-size: 14px;
}
footer a,
footer a:hover {
  color: #ffffff;
}
footer a.link-bold {
  font-weight: 700;
}

hr {
  border-color: #575451;
  clear: both;
  width: 97%;
  float: left;
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  hr {
    margin-top: 1rem;
  }
}

a.no-hover:hover:after{
  width: 0 !important;
}
.footer-links {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
.footer-links li {
  float: left;
  font-size: 15px;
  padding: 10px;
  padding-left: 0;
  margin-right: 0 !important;
  list-style: none;
}
.footer-links .copyright{
  padding: 10px;
}
uL.footer-links li:after {
  content: '|';
  margin-left: 13px;
}
uL.footer-links li:last-of-type::after {
  content: "";
  margin-left: 0;
}
.footer-links li:first-child {
  padding-left: 0;
}
.footer-links li a {
  color: #c0bfbe;
}
.footer-links li a.link-rewards {
  color: #2d2926;
}

.footer-links:after {
  display: block;
  content: '';
  height: 1px;
  clear: both;
}

.footer-links-light li a {
  font-weight: 300;
}

.footer-social li a {
  color: #ffffff;
}
.footer-social li a:hover {
  border: 0;
}
.footer-social li a:after {
  display: none;
}

/* ul.footer-links li.menu-item:last-child a {
  margin-left: 10px;
  color: #ffffff;
}
ul.footer-links li.menu-item:last-child a:before {
  content: '|';
  position: relative;
  left: -17px;
} */

.footer-logo-col {
  background-color: #2d2926;
  background-image: url('../img/footer-logo-bg.png');
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-logo-col a:hover {
  border: 0;
}
.footer-logo-col a:after {
  display: none;
}
.footer-logo-col img {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer .form-field {
  padding: 12px 20px;
  border: 1px solid #575451;
  background-color: transparent;
  min-width: 180px;
  width: 180px;
  color: #aba9a8;
}
footer .form-field:focus-visible {
  outline: 1px solid #aba9a8;
  border: 1px solid #aba9a8;
}
footer form .btn.btn-primary {
  margin: -1px 0 0 7px;
  background-color: #aba9a8;
  border-color: #aba9a8;
  color: #2d2926;
}
footer form .btn.btn-primary:hover,
footer form .btn.btn-primary:active,
footer form .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  footer,
  footer h2 {
    text-align: center;
  }
  ul.footer-links {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
  .footer-links-light {
    float: right;
    margin-right: 20px;
  }
}

/* m� u  ??  */
.nav-tabs {
  border: 0;
  margin-bottom: 50px;
}
.nav-tabs li a {
  margin: 0 5px;
  border-bottom: 2px solid;
}
.nav-tabs li {
  margin-right: 0;
  min-width: 50%;
}
.nav-tabs li a.active {
  color: #2d2926;
  border: none;
}

.tab-content h3 {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.tab-content .recipeFrom {
  color: #becdd4;
  font-size: 90%;
}
.tab-content .menu-price {
  float: right;
  width: 40px;
  text-align: left;
}
.tab-content .menu-detail {
  margin-right: 50px;
}

@media (min-width: 768px) {
  .nav-tabs li {
    margin-right: 15px;
    min-width: auto;
  }
}

@media (min-width: 992px) {
  .nav-tabs li {
    margin-right: 45px;
  }
}

/* card overlap */
.card-overlap {
  margin: 2rem 0;
}
.card-overlap .card-overlap-text {
  background-color: #ffffff;
  padding: 25px;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  left: 8%;
  z-index: 5;
}
.card-overlap .col-12.card-overlap-text {
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.card-overlap .card-overlap-text img {
  margin: 10px auto 20px;
}
.card-overlap .card-overlap-image {
  position: relative;
  z-index: 3;
}
.card-overlap h1,
.card-overlap h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.card-overlap h1 {
  font-size: 40px;
}

.card-overlap.overlap-text-right .card-overlap-text {
  top: -40px;
  margin-bottom: -40px;
  left: 8%;
  right: 0;
}

.card-overlap .restaurant-logo {
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 5;
  max-height: 50%;
}
.card-overlap.overlap-text-right .restaurant-logo {
  top: 35px;
  right: 40px;
}

.restaurant-award {
  position: absolute;
  width: 120px;
  left: 30px;
  top: 0;
  max-width: 25%;
}

@media (min-width: 768px) {
  .card-overlap .card-overlap-text,
  .card-overlap.overlap-text-right .card-overlap-text {
    top: -50px;
    margin-bottom: -50px;
  }
}

@media (min-width: 992px) {
  .card-overlap {
    margin: 4rem 0 6rem;
  }
  .card-overlap .row {
    justify-content: flex-end;
  }
  .card-overlap.overlap-text-right .row {
    justify-content: flex-start;
  }
  .card-overlap .card-overlap-text {
    position: absolute;
    top: 2rem;
    left: 0;
    margin-bottom: 0;
  }
  .card-overlap .col-12.card-overlap-text {
    top: 2rem;
  }
  .card-overlap.overlap-text-right .card-overlap-text {
    left: auto;
    top: 2rem;
    margin-bottom: 0;
  }
  .card-overlap .card-overlap-text img {
    margin: 30px auto;
  }
  .card-overlap .restaurant-logo {
    max-height: auto;
  }
  .card-overlap.overlap-text-right .restaurant-logo {
    right: auto;
    left: 40px;
  }
  .restaurant-award {
    bottom: 0;
    right: 45px;
    top: auto;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .card-overlap .card-overlap-text,
  .card-overlap.overlap-text-right .card-overlap-text,
  .card-overlap .col-12.card-overlap-text {
    padding: 40px 40px 25px;
    top: 4rem;
  }
  .card-overlap h1 {
    font-size: 48px;
  }
  .restaurant-award {
    width: 150px;
  }
}

/* cards boxes */
.card-boxes div.inner {
  padding: 30px;
  border: 2px solid #becdd4;
  text-align: center;
  font-size: 15px;
}
.card-boxes div.inner strong {
  text-transform: uppercase;
}
.card-boxes div.active div.inner {
  background-color: #2d2926;
  color: #ffffff;
  border-color: #2d2926;
}

/* awards */
.card-awards {
  background-color: #ebbbaa;
  margin: 5rem auto;
  padding: 90px 30px;
  text-align: center;
  color: #2d2926;
  background-size: cover;
}
.card-awards h2 {
  color: #2d2926;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-size: 48px;
  max-width: 60%;
}
.card-awards .section-title {
  color: #ffffff;
}

.card-awards .btn-secondary {
  background-color: #2d2926;
  color: #ffffff;
  border: 0;
  font-weight: 500;
  margin-top: 30px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
.card-awards .btn-secondary:hover {
  background-color: #ffffff;
  color: #2d2926;
}
.btn-big {
  padding: 22px 50px;
}

/* metalic card boxes */
.metalic-card-boxes {
  margin-top: 30px;
  margin-bottom: 15px;
}
.metalic-card-boxes .inner-gradient {
  background-image: linear-gradient(to right, #d34f42 0%, #fedac6 20%, #fedac6 40%, #fcb392 60%, #a46049 80%, #d34f42 100%);
  padding: 2px;
  margin-bottom: 15px;
  height: 100%;
}
.metalic-card-boxes .inner {
  background-color: #ffffff;
  padding: 30px 30px 5px 30px;
  height: 100%;
}
.metalic-card-boxes .inner-gradient h3 {
  font-size: 26px;
  padding: 0;
  margin: 150px auto 0;
  font-weight: 500;
}
.metalic-card-boxes h4 {
  font-size: 28px;
  font-weight: 300;
}

.metalic-card-boxes .btn.btn-link {
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #d7a294;
  background: linear-gradient(to right, #d34f42 0%, #fedac6 20%, #fedac6 40%, #fcb392 60%, #a46049 80%, #d34f42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.metalic-card-boxes .btn.btn-link:hover {
  border-color: #d7a294;
}

.col-post .btn.btn-link {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
}
.col-post .btn.btn-link > span {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .metalic-card-boxes .inner-gradient h3 {
    font-size: 36px;
    font-weight: 300;
  }
}

/* image card boxes */
.image-card-boxes {
  margin-top: 30px;
}
.image-card-boxes > div {
  margin-bottom: 30px;
}
.image-card-boxes .image-box {
  position: relative;
  z-index: 3;
}
.image-card-boxes .image-box img {
  max-width: 100%;
}
.image-card-boxes .inner-text {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 92%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(45, 41, 38, 0.33), rgba(45, 41, 38, 0));
  background-blend-mode: multiply, normal;
  display: flex;
  align-items: center;
}
.image-card-boxes .inner-text h3 {
  padding: 0 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.33);
}

@media (min-width: 992px) {
  .image-card-boxes .inner-text {
    width: 60%;
  }
  .image-card-boxes .inner-text h3 {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .image-card-boxes .inner-text {
    width: 50%;
  }
  .image-card-boxes .inner-text h3 {
    font-size: 36px;
    padding: 0 50px;
  }
}

/* back-to-top */
.back-to-top {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.back-to-top {
  display: block;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  padding: 0;
  z-index: 888;
  height: 75px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}
.back-to-top a {
  display: inline-block;
  float: right;
  margin: 0;
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 15px;
}
.back-to-top a svg {
  width: 45px;
  max-height: 45px;
}
.back-to-top .square-top {
  background-color: rgba(255, 255, 255, 1);
  border-color: #ffffff;
}
.back-to-top .square-top:hover {
  background-color: #2d2926;
  cursor: pointer;
}
.back-to-top .square-top:hover svg line,
.back-to-top .square-top:hover svg path {
  stroke: #ffffff;
}

@media (min-width: 768px) {
  .back-to-top {
    display: none;
    opacity: 0;
    background-color: transparent;
    height: auto;
    width: auto;
    box-shadow: none;
  }
  .back-to-top.visible {
    display: block;
    opacity: 1;
    bottom: 10%;
    right: 50px;
    margin-right: auto;
  }
  .back-to-top.visible a {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-right: auto;
    margin-top: 0;
    width: 75px;
    height: 75px;
    padding-top: 18px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .back-to-top.visible a:after {
    display: none;
  }
  .back-to-top .square-top {
    border-color: #2d2926;
  }
  .back-to-top.visible a svg {
    width: auto;
    height: 35px;
  }
}

/* rewards */
.bg-blue {
  background-color: #72b0bd;
  color: #ffffff;
}
.bg-blue h2,
.bg-blue p {
  color: #ffffff;
}
.bg-blue a {
  color: #2d2926;
}

.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}

.white-up-box {
  background-color: #ffffff;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  width: 90%;
  left: 5%;
}
.p-2rem {
  padding: 2rem !important;
}

#signRewards {
  text-align: center;
}
#signRewards input.form-field {
  border: 0;
  padding: 10px 20px;
  margin: 10px;
  width: 95%;
}
#signRewards input.form-field:focus,
#signRewards input.form-field:focus-visible {
  outline: none;
}
#signRewards input.form-field::placeholder {
  color: #c0bfbe;
}
#signRewards input.form-field:focus::placeholder {
  opacity: 0;
}

#signRewards .btn.btn-primary:hover {
  background-color: #ffffff;
  color: #72b0bd;
}

@media (min-width: 768px) {
  #signRewards input.form-field {
    width: 45%;
  }
}

/* blog */
.blog-page-title {
  margin-bottom: 0;
}
.blog-page-title .container-fluid {
  background-color: #2d2926;
  color: #ffffff;
  padding: 50px 0 30px;
}

.single-post-item {
  border: 1px solid #eaeaea;
}
.single-post-item h2 {
  text-align: left;
  font-size: 2.3rem;
}
.single-post-item h2 > a {
  color: #2d2926;
}
.single-post-item h2 > a:hover {
  color: #2d2926;
  border: 0;
}

.blog-posts .container-fluid img.blog-post-banner {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.btn-blog {
  border: 1px solid #eaeaea;
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}
.btn-blog:hover {
  border: 1px solid #2d2926;
}
.btn-blog:after {
  display: none;
}

a.card-image:after {
  display: none;
}

@media (min-width: 992px) {
  .post-thumbnail img {
    height: 300px;
    object-fit: cover;
  }
}

/* === Style WP-PageNavi Pagination === */
/* Center the pagination */
.wp-pagenavi {
  text-align: center;
}
/* Add a border */
.wp-pagenavi span,
.wp-pagenavi a,
.wp-pagenavi :last-child {
  border: 1px solid #eaeaea !important;
  padding: 6px 12px;
  margin: 0;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border-right: none !important;
}
/* Style the default text */
.wp-pagenavi span,
.wp-pagenavi a {
  color: #c0bfbe !important;
}
/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #c0bfbe !important;
  background-color: #eaeaea !important;
}
/* Style the page count text */
.wp-pagenavi :first-child {
  color: #c0bfbe !important;
}
/* Add text to the "next" link */
/* .wp-pagenavi .nextpostslink:before { content: 'Next '; }
.wp-pagenavi .previouspostslink:after { content: ' Prev'; } */

blockquote {
  font-style: italic;
  color: #2d2926;
  padding: 2rem;
  position: relative;
  background-color: rgba(181, 156, 129, 0.1);
  border-left: 5px solid #2d2926;
  font-size: 1.3em;
}
blockquote > p {
  padding: 0;
  margin: 0;
}
blockquote a {
  color: #000000;
}

/*Bloom popup banner hacks*/
.et_bloom .et_bloom_form_container .et_bloom_form_content {
  padding: 0 !important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_header {
  padding: 0 !important;
}

/* guide page */
.guide-page {
  background-color: #000000;
}
.guide-page section {
  padding: 3rem 0;
  margin: 0 auto;
  background-color: #ffffff;
}

.guide-page .back-to-top .square-top:hover {
  border-bottom: 0;
  background-color: #2d2926;
}

@media (min-width: 768px) {
  .guide-page section {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .guide-page section {
    max-width: 990px;
  }
  .guide-page section .container {
    max-width: 960px !important;
  }
}

.header-guide {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.header-guide img {
  width: 200px;
  margin: 1rem auto;
}

.pt-custom {
  padding-top: 8rem !important;
}

.section-header {
  position: relative;
  background-size: cover;
  background-position: center;
}
.section-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
}
.section-header h2 {
  font-size: 2.5rem;
  text-transform: initial;
  color: #ffffff;
  margin-bottom: 0;
}

div.h2 {
  margin-bottom: 0;
}

.guide-restaurant img {
  max-width: 100%;
  margin-bottom: 1rem;
  width: 50% !important;
}

.card-border {
  padding: 15px;
  text-align: left;
  width: 100%;
  position: relative;
}
.card-border img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
.card-border h3 {
  margin-top: 0;
  margin-bottom: 0;
}
a.card-border.btn.btn-outline-secondary:hover h3,
a.card-border.btn.btn-outline-secondary:hover p,
a.card-border.btn.btn-outline-secondary:hover div,
a.card-border.btn.btn-outline-secondary:hover strong {
  color: #ffffff;
}

a.card-border.btn.btn-outline-secondary:after {
  content: '';
  position: absolute;
  right: 0;
  left: initial;
  display: block;
  background-image: url('../img/icon-arrow-next-secondary.png');
  width: 35px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border: 0;
}

.guide-page .card.bg-secondary {
  border: 0;
}

.guide-page .sunlounge {
  margin-bottom: 1rem;
}
.guide-page .sunlounge-text {
  padding: 1.5rem;
  background-color: #f6f6f6;
}

.timetable {
  width: 100%;
  margin: 15px auto 35px;
}
.timetable td,
.timetable th {
  padding: 5px 15px;
  font-size: 15px;
}
.timetable tr:nth-child(odd) td {
  background-color: #dde0e4;
}

.kids-activities {
  width: 100%;
  margin-bottom: 1rem;
}
.kids-activities td,
.kids-activities th {
  padding: 10px 15px;
}
.kids-activities th {
  color: #ffffff;
  text-align: center;
}
.kids-activities td {
  width: 50%;
}

ul.terms li {
  font-size: 0.9rem;
}

.img-full-bg {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 48% !important;
  }
  .section-header h2 {
    font-size: 3.5rem;
    max-width: initial;
  }
}

.third-party p {
  display: block;
  width: 100%;
}
.third-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}

/* F&B offers */
.instagram iframe {
  max-width: 100% !important;
}

.restaurant-menus .btn {
  min-width: 350px;
}
@media (min-width: 768px) {
  .restaurant-menus > div:nth-child(odd) {
    text-align: left;
  }
  .restaurant-menus > div:nth-child(even) {
    text-align: right;
  }
}

.one-item {
  text-align: center !important;
}
/* campaign page */
.campaign-intro {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
  padding: 2rem 1rem 0;
}
.campaign-intro h1 {
  text-transform: none;
}
.section-terms {
  background-color: #f4f4f4;
  padding: 3rem;
}
.newsletter-signup form {
  border: 1px solid #c0bfbe;
  padding: 3rem;
}
.newsletter-signup .form-field {
  padding: 12px 20px;
  border: 1px solid #c0bfbe;
  background-color: transparent;
  min-width: 180px;
  width: 100%;
  color: #aba9a8;
}
.newsletter-signup label {
  color: #c0bfbe;
}

@media (min-width: 768px) {
  .campaign-intro {
    top: -50px;
    margin-bottom: -50px;
    padding: 3rem 3rem 0;
  }
}

/*** booking widget ***/
form#resform {
  /*border: 1px solid #ccc;*/
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-shadow: 0px 5px 30px -5px #ccc;
  top: -100px;
  margin-bottom: -75px;
}
/* form#resform .form-wrap div {
  display: inline-block;
  width: 100%;
} */
form#resform .form-title {
  font-weight: 500;
  font-size: 23px;
  font-family: 'Minerva Modern', sans-serif;
  line-height: 1;
  margin: 5px 10px;
}
form#resform input,
form#resform select {
  border: 1px solid #c0bfbe;
  border-radius: 0;
  padding: 12px 12px 13px;
  margin: 5px 0;
  outline: none;
  height: 49px;
}
form#resform input:focus,
form#resform select:focus {
  border-color: #2d2926;
}

form#resform input:focus::placeholder {
  opacity: 0;
}

div#daterangepicker .k-input-solid,
div#daterangepickerJVC .k-input-solid {
  border: 0 !important;
  outline: none;
  box-shadow: none;
}
div#daterangepicker label,
div#daterangepickerJVC label {
  display: none;
}
div#daterangepicker .k-floating-label-container,
div#daterangepickerJVC .k-floating-label-container {
  padding-top: 0;
}

div#daterangepicker span:nth-child(2),
div#daterangepickerJVC span:nth-child(2) {
  display: none;
}

form#resform .form-title,
div#daterangepicker span,
div#daterangepickerJVC span,
form#resform .form-people,
form#resform .form-people select,
form#resform .btn.btn-book {
  width: 100%;
}

div#daterangepicker > span,
div#daterangepickerJVC > span {
  width: 50%;
}
div#daterangepicker .k-floating-label-container,
div#daterangepickerJVC .k-floating-label-container,
div#daterangepicker .form-btn,
div#daterangepickerJVC .form-btn {
  padding-right: 5px;
  padding-left: 5px;
}
form#resform .form-wrap div.form-people {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

@media (min-width: 768px) {
  form#resform {
    top: -150px;
  }
  div#daterangepicker > span,
  div#daterangepickerJVC > span {
    width: 50%;
  }
  div#daterangepicker .k-floating-label-container,
  div#daterangepickerJVC .k-floating-label-container,
  .form-btn {
    padding-right: 5px;
    padding-left: 5px;
  }
  form#resform .form-wrap div.form-people {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
  body.home form#resform .form-wrap div:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  form#resform .form-wrap div.form-dates {
    width: 50%;
    float: left;
  }
  form#resform .form-wrap div.form-people {
    width: 25%;
  }
  body.home form#resform .form-wrap div.form-dates {
    width: 40%;
  }
  body.home form#resform .form-wrap div.form-people {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  form#resform .form-wrap > div {
    width: 16.6667%;
  }
  .form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  form#resform .form-wrap div.form-dates,
  form#resform .form-wrap div.form-people {
    width: initial;
    float: none;
  }
  form#resform .form-people select {
    min-width: 150px;
  }
}

/* language switcher */
.wpml-language-switcher {
  top: 20px;
}

@media (min-width: 992px) {
  .wpml-language-switcher {
    top: auto;
  }
}

.festive-banner-section {
  margin: auto auto 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 44px;
}
.carousel-control-prev-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media (max-width: 678px) {
  #jumbotronCarousel {
    display: none !important;
  }
}
@media (min-width: 678px) {
  .jumbotron {
    display: none !important;
  }
}
.page-template-template-home .jumbotron {
  display: block !important;
}
#jumbotronCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mob-banner-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  line-height: normal;
  color: #fff;
  text-shadow: 1px 1px 10px #2d2926;
  font-size: 30px;
  padding: 0 20px;
  font-family: 'Minerva Modern', 'sans-serif';
  font-weight: 400;
  z-index: 999;
}
.k-calendar-table {
  width: 100%;
}

/* half board css  */
h4.legend-location{
 font-size: 17px !important;
}
.half-board-legend ol {
  padding-left: 10px;
  font-size: 13px;
}
.half-board-legend {
  counter-reset: index;
}
.half-board-legend ol > li span {
  margin-right: 5px;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border: solid 1px white;
}
.half-board-legend ol li {
  list-style: none;
  padding-bottom: 5px;
}
.half-board-legend ol li span {
  font-weight: 600;
}
li.location-theme-cafe span {
  background-color: #8A6F52;
  color: #fff;
}
li.location-theme-bar span {
  background-color: #32667F;
  color: #fff;
}
li.location-theme-restaurant span {
  background-color: #130F0A;
  color: #fff;
}
li.location-theme-pool span {
  background-color: #ACC8D1;
  color: #fff;
}
li.location-theme-default span {
  background-color: rgb(183, 154, 114);
  color: #fff;
}
.datepicker__close-button,
.datepicker__clear-button,
.datepicker__submit-button,
.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: #dc7268 !important;
}
.datepicker__month-day--today {
  background-color: #616060 !important;
}
input#hotelDatePicker {
  width: 96%;
  min-width: 220px;
}
.datepicker__info-text--selected-days {
  display: block;
  padding-bottom: 5px;
}
