/***************************************************************
******* _newsite - Main Website CSS File - Produced By *******
****************************************************************

      ```````````````````  ````````````````    `````````
     -oooooooooooooooooo/ :ooooooooooooooo+   /ooooooooo-
     -oooooooooooooooooo/ :ooooooooooooooo+  -ooooooooooo`
     .//////oooooo+/////- :oooooo/////////: `ooo++ooo+ooo+
           `oooooo.       :oooooo-------`   +oo////+://ooo:
           `oooooo.       :ooooooooooooo-  /oooo+//::/ooooo.
           `oooooo.       :ooooooooooooo- -oooooooo+oooooooo`
           `oooooo.       :ooooo+        `oooooooooooooooooo+
           `oooooo.       :ooooo+        +oooooo::::::/oooooo:
           `oooooo.       :ooooo+       :oooooo-       +oooooo.
            ......`       `......       .......        `.......

*****************************************************************
* TFA Marketing - http://www.tfamarketing.co.uk - 01908 263 650 *
****************************************************************/

.fcat_banner {
  position: relative;
  height: 250px;
  overflow: hidden;
  text-align: center;
  text-shadow: 1px 1px #f0f0f0;
}

.fcat_banner .background-image-container {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
}

.antispam {
  display: none;
}

.gallery-box {
  height: 185px;
  width: 185px;
  overflow: hidden;
  display: inline-block;
  margin: 10px 13px 3px 0px;
}

@media only screen and (min-width: 480px) {
  .fcat_banner.contain .background-image-container {
    background-size: contain !important;
  }

  .fcat_banner.fcat_banner_right .background-image-container {
    left: auto;
    right: 0;
    width: 35%;
  }

  .fcat_banner.fcat_banner_left .background-image-container {
    width: 35%;
  }

  .fcat_banner.fcat_banner_left .container,
  .fcat_banner.fcat_banner_right .container {
    position: relative;
    height: 100%;
  }

  .fcat_banner.fcat_banner_left h1,
  .fcat_banner.fcat_banner_left p {
    margin-left: 30%;
    width: 70%;
    text-align: left;
  }

  .fcat_banner.fcat_banner_right h1,
  .fcat_banner.fcat_banner_right p {
    width: 70%;
    text-align: left;
  }
}

/*----------*/

body {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.bigcontainer {
  position: relative;
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1));
  min-height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  z-index: 99999;
}

.header__logo {
  width: 100px;
}

nav {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-out;
}

nav.on {
  height: 100vh;
}

nav ul {
  list-style: none;
  margin: 30px 0 50px 0;
  padding: 0;
}

nav ul li {
  line-height: 60px;
}

a,
nav a {
  color: #fff;
}

nav a:hover {
  text-decoration: none;
  color: #0099ab;
}

nav li.active a {
  color: #0099ab;
}

.phone {
  margin-top: -2px;
  font-size: 13px;
  float: right;
  margin-bottom: 0;
}

.phone img {
  width: 13px;
  padding-right: 4px;
}

.phone a:hover {
  text-decoration: none;
  color: #0099ab;
}

.align-center {
  text-align: center;
}

.arrow {
  position: relative;
}

.arrow:before {
  content: '×';
  display: inline-block;
  position: absolute;
  font-size: 26px;
  font-family: verdana;
  width: 10px;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
}

.arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 4px 4px;
  border-color: transparent transparent transparent white;
}

.arrow.arrow-left:after {
  top: 12px;
}

@media (min-width: 768px) {

  .phone {
    margin-top: 0;
    font-size: inherit;
  }

  .phone img {
    width: auto;
  }

}

@media (min-width: 961px) {

  nav {
    display: block;
    float: right;
    margin-top: 0;
    max-height: none;
    overflow: visible;
  }

  nav ul {
    margin: 0;
  }

  nav ul li {
    margin-right: 26px;
    display: inline-block;
  }

}

@media (min-width: 1099px) {

  header {
    font-size: 18px;
  }

  nav ul li {
    margin-right: 37px;
    line-height: inherit;
  }

}

@media (min-width: 1355px) {

  header {
    min-height: 178px;
    line-height: 178px;
    font-size: 22px;
    padding: 0 60px;
  }

  .header__logo {
    width: auto;
  }

}

@media (min-width: 1577px) {

  nav ul li {
    margin-right: 74px;
  }

}

@media (min-width: 1832px) {

  nav {
    display: inline-block;
    float: none;
    margin-left: 250px;
  }

}

/* --Burger Menu-- */

.burger-menu {
  padding: 41px 0 0 24px;
  float: right;
  cursor: pointer;
  transition: right 0.7s;
}

.burger-layer-one,
.burger-layer-two,
.burger-layer-three {
  width: 18px;
  height: 3px;
  background-color: #fff;
  margin: 0 0 3px 0;
  transition: all 0.8s;
}

.burger-rotate1 {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin: 6px 0 0 0;
}

.burger-rotate2 {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  margin-top: -12px;
}

.burger-layer-two-hide {
  opacity: 0;
}

@media (min-width: 961px) {
  .burger-menu {
    display: none;
  }
}

/* --------------- */

.hero {
  padding: 200px 0 100px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  background-size: cover;
}

.hero__not-home {
  margin-top: 100px;
  padding: 70px 0 70px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero__not-home h1 {
  font-size: 32px;
}

.hero__logo {
  width: 240px;
  padding-left: 32px;
}

.tagline {
  margin: 60px 0;
}

.tagline p {
  text-align: center;
  width: 303px;
  margin: 0 auto;
  position: relative;
}

.tagline p:first-of-type {
  left: -14px;
}

.tagline p:last-of-type {
  left: -2px;
}

.ghostbtn {
  display: inline-block;
  border: solid 2px #fff;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 50px;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}

.ghostbtn:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #000;

}

.ghostbtn:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #000;

}

@media (min-width: 768px) {

  .hero {
    padding: 200px 0 100px 0;
    font-size: 22px;
    line-height: 1.4;
  }

  .hero__not-home {
    margin-top: 0;
    padding: 240px 0 140px 0;
  }

  .hero__not-home h1 {
    font-size: 52px;
  }

  .hero__logo {
    width: 400px;
    padding-left: 52px;
  }

  .tagline {
    margin: 60px 0;
  }

  .ghostbtn {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 10px 50px;
  }

}

@media (min-width: 992px) {

  .hero__not-home {
    background-size: cover;
  }

}

@media (min-width: 1355px) {

  .hero {
    padding: 278px 0 100px 0;
    font-size: 32px;
    line-height: 1.4;
  }

  .hero__not-home {
    padding: 378px 0 200px 0;
  }

  .hero__not-home h1 {
    font-size: 72px;
  }

  .hero__logo {
    width: auto;
    padding-left: 70px;
  }

  .tagline {
    margin: 90px 0;
  }

  .ghostbtn {
    font-size: 30px;
    letter-spacing: 3px;
    padding: 18px 50px;
  }

}

section {
  text-align: center;
}

@media (min-width: 768px) {
  section {
    text-align: left;
  }
}

@media (min-width: 992px) {
  section {
    padding: 120px 0;
  }
}

.home,
.about {
  background-color: #005e6e;
}

.news {
  background-color: #615238;
}

/*---content blocks---*/

.content-block {
  position: relative;
  z-index: 9999;
}

.blue1 {
  background-color: #0099ab;
}

.blue2 {
  background-color: #4db8c4;
}

.col-text {
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-block__h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.content-block__text {
  font-size: 15px;
  font-weight: 200;
}

.col-image {
  padding: 0;
  overflow: hidden;
}

.content-block .ghostbtn {
  font-size: 16px;
  margin-top: 20px;
}

.content-block a:hover {
  text-decoration: none;
  background-color: #40b3c0;
  color: #fff;
}

.blue2 a:hover {
  text-decoration: none;
  background-color: #1b99aa;
  color: #fff;
}

.col-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .col-text {
    padding: 42px;
  }
}

@media (min-width: 1200px) {

  .col-text {
    padding: 60px;
  }

  .content-block__h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .content-block__text {
    font-size: 17px;
  }

  .content-block .ghostbtn {
    font-size: 18px;
    margin-top: 30px;
  }

}

/*--------------------*/
/*---footer---*/

footer {
  position: relative;
  text-align: center;
  background-color: #34152c;
  background-size: cover;
  padding: 50px 0;
  z-index: 9999;
}

footer .ghostbtn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.food-and-drink footer {
  margin-top: 50px;
}

.footer__text {
  padding: 30px 0 50px 0;
  font-size: 18px;
  font-weight: 200;
}

.green {
  color: #005e6e;
  font-weight: 400;
  padding-right: 8px;
}

.isntthegreenmeanttobemoreturquoiselukey {
  color: #20adc1;
}

.help-block {
  margin: 5px 0 -30px 0;
  color: #FFFFFF;
}

.pagination-links:hover p {
  color: #20adc1;
  text-decoration: none;
}

.footer__copyright {
  font-size: 13px;
  font-weight: 200;
  padding: 30px 0 0 0;
}

.designedby {
  font-size: 13px;
}

.footerlogo {
  margin-top: -3px;
  padding-left: 5px;
  width: 36px;
}

@media (min-width: 600px) {

  footer {
    padding: 100px 0;
  }

  .footer__text {
    padding: 40px 0 60px 0;
    font-size: 30px;
  }

  .green {
    padding-right: 10px;
  }

  .footer__copyright {
    font-size: 16px;
    padding: 40px 0 0 0;
  }

}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------*/
/*-------news---------*/

.blog-section {
  /* max-height: 420px; */
  margin-bottom: 100px;
  overflow: hidden;
}

.blog-section-inner1 {
  background-color: #85714d;
}

.blog-section-inner2 {
  background-color: #a4957a;
}

.news-image {
  padding: 0;
}

.blog-section .content-block a:hover {
  text-decoration: none;
  background-color: #a48b5f;
  color: #fff;
}

.blog-date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.news-inner {
  padding-top: 100px;
  background-color: #615238;
}

.news-inner .container {
  position: relative;
  z-index: 999;
}

.blognewsImage img {
  width: 100%;
}

.news-inner__panel {
  background-color: #fff;
  color: #463b28;
  padding: 50px;
  margin-bottom: 70px;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 200;
  width: 100%;
}

.blognews-title {
  color: #85714d;
  padding: 18px 0 19px 0;
}

.news-image-placeholder {
  background-color: #005e6e;
  padding: 110px 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {

  .news-inner {
    padding-top: 170px;
  }

}

@media (min-width: 992px) {

  .news-inner {
    padding-top: 100px;
  }

  .margin-top {
    margin-top: 120px;
  }

  .news-inner__panel {
    padding: 90px;
    margin-bottom: 100px;
    line-height: 1.6;
    font-size: 22px;
  }
}

@media (min-width: 1355px) {
  .news-inner {
    padding-top: 178px;
  }
}

/*--------------------*/
/*----food and drink----*/

.food-and-drink {
  background-color: #5e2751;
}

.center-text-element {
  text-align: center;
  margin: 40px auto 0 auto;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
  max-width: 800px
}

.center-text-element p {
  margin-bottom: 30px;
}

.menus {
  position: relative;
  margin-top: 60px;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.menu {
  margin-right: 30px;
  cursor: pointer;
}

.menu:last-of-type {
  margin-right: 0;
}

.menu img {
  max-width: 100%;
  display: block;
}

.menu p {
  font-size: 14px;
  text-transform: uppercase;
}

.menu-inner {
  position: relative;
}

.overlay-white {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: background-color 0.4s ease-out;
}

.menu:hover .overlay-white {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {

  .thinner {
    max-width: 880px !important;
  }

  .center-text-element {
    font-size: 28px;
    line-height: 1.8;
    max-width: 800px
  }

  .center-text-element p {
    margin-bottom: 50px;
  }

  .menu p {
    font-size: 18px;
  }
}

/*--------------------*/
/*----contact----*/

.contact {
  background-color: #5e2751;
}

.contact-block {
  position: relative;
  z-index: 999;
}

.contact-block a:hover {
  text-decoration: none;
  color: #0099ab;
}

.contact-image {
  padding: 100px;
  flex-direction: column;
  justify-content: center;
  display: none;
  background-color: #6e2d5d;
}

.contact-text {
  text-align: center;
  padding: 28px;
  font-size: 20px;
  background-color: #7d3268;
}

.contact-text-bit {
  margin-bottom: 10px;
}

@media (min-width: 576px) {

  .contact-text {
    text-align: left;
  }

}

@media (min-width: 768px) {
  .contact-image {
    display: flex;
  }

  .contact-text {
    padding: 50px 60px;
  }
}

/*--------------------*/
/*----book----*/

.book {
  background-color: #615238;
}

/*--widget--*/

.booking-widget {
  width: 320px;
  height: 855px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 531px)
{
  .booking-widget{
    width: 480px;
  }
}

@media only screen and (min-width: 992px) {
  .booking-widget {
    width: 710px;
    height: 485px;
  }
}

/*----------*/

.form-panel {
  position: relative;
  background-color: #85714d;
  padding: 28px 0;
  z-index: 999;
}

.form-panel h2 {
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.form-group {
  margin: 30px 0 30px 0;
}

label {
  background-color: #b6aa94;
  height: 64px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 0;
}

label img {
  padding-right: 8px;
  margin-top: -4px;
}

.col-form-label-lg {
  padding-top: 20px;
  font-size: 17px;
}

.no-left-gutter {
  padding-left: 0;
  padding-right: 0;
}

input {
  border-radius: 0;
}

.form-control-lg {
  border-radius: 0;
  height: 64px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

button {
  background-color: transparent;
}

form .ghostbtn {
  color: #fff;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .form-panel {
    padding: 60px 60px 40px 60px;
  }

  .form-group {
    margin: 30px 8px 30px 0;
  }

}

@media (min-width: 992px) {
  form .ghostbtn {
    font-size: 20px;
    width: auto;
  }
}

@media (min-width: 1200px) {

  label img {
    padding-right: 18px;
    margin-top: -4px;
  }

  .col-form-label-lg {
    font-size: 20px;
  }

}

/*--------------------*/
/*----illustrations----*/

.illust {
  display: none;
  position: absolute;
  max-width: 45%;

  -webkit-animation: fadein 5s;
  /* Safari 4+ */
  -moz-animation: fadein 5s;
  /* Fx 5+ */
  -o-animation: fadein 5s;
  /* Opera 12+ */
  animation: fadein 5s;
  /* IE 10+, Fx 29+ */
}

.illust1 {
  right: 0;
  top: -50px;
}

.about .illust1 {
  right: 0;
  top: 500px;
}

.food-and-drink .illust1 {
  right: 0;
  top: 100px;
}

.illust3 {
  right: 0;
  bottom: -1450px;
}

.illust2 {
  left: 0;
  top: 300px;
}

.homepage .illust2 {
  left: 0;
  top: 600px;
}

.food-and-drink .illust2 {
  left: 0;
  top: 800px;
}

@media (min-width: 768px) {
  .illust {
    display: block;
  }

  .illust1 {
    right: -200px;
    top: -200px;
  }
}

@media (min-width: 1355px) {
  .illust {
    position: absolute;
    max-width: none;
  }

  .illust2 {
    left: 0;
    top: 400px;
  }

  .homepage .illust2 {
    left: 0;
    top: 900px;
  }

  .about .illust2 {
    left: 0;
    top: 0;
  }

  .food-and-drink .illust2 {
    left: 0;
    top: 1400px;
  }

  .illust3 {
    right: 0;
    bottom: -1650px;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*----Mobile banner---*/

.download-app-banner {
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}

.download-app-banner .background-gradient {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent linear-gradient(56deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.14;
  z-index: -1;
}

.download-app-banner .content {
  font-family: 'Oswald', 'Montserrat', sans-serif;
}

.download-app-banner .content .download-title {
  font-size: 58px;
  color: #005E6E;
  letter-spacing: -1px;
}

.download-app-banner .content .download-subtitle {
  font-size: 37px;
  color: #826B48;
  letter-spacing: -0.7px;
}

.download-app-banner .content .download-subtitle>span {
  color: #000000;
}

.download-app-banner .content .logos {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.download-app-banner .content .logos>* {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.download-app-banner .image img {
  margin-bottom: -190px;
}

@media (min-width: 1200px) {
  .download-app-banner>.container>.row {
    height: 339px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-app-banner>.container>.row {
    height: 300px;
  }

  .download-app-banner .content .download-title {
    font-size: 48px;
  }

  .download-app-banner .content .download-subtitle {
    font-size: 31px;
  }
}

@media (max-width: 991.98px) {
  .download-app-banner {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .download-app-banner .container>.row>*:not(:last-child) {
    margin-bottom: 35px;
  }

  .download-app-banner .image img {
    margin-bottom: -50%;
    margin-left: -42%;
    width: 145%;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .download-app-banner .image img {
    width: 148%;
    margin-bottom: -54%;
  }
}

@media (max-width: 575.98px) {
  .download-app-banner .image img {
    width: 144%;
    margin-bottom: -47%;
  }

  .download-app-banner {
    padding-top: 30px;
  }

  .download-app-banner .content .download-title {
    font-size: 33px;
  }

  .download-app-banner .content .download-subtitle {
    font-size: 21.5px;
  }

  .download-app-banner .content .logos img {
    height: 37px;
    width: auto;
  }
}

/*--------------------*/

/*--------------------*/
/*----page and sitemap template rules (used for T&Cs and sitemap)---*/

.page {
  background-color: #5e2751;
}

/*--------------------*/

/*LUKE'S HELPER CLASSES*/

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.mob-no-gutter {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {

  .mob-no-gutter {
    padding-right: 15px;
    padding-left: 15px;
  }

}

/*/////////////////////*/