.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

a {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

a:hover {
  font-weight: 600;
}

a.w--current {
  background-color: transparent;
  color: #a7c1c3;
  font-weight: 700;
}

li {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.header {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #f7f2ea;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #a7c1c3;
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  padding-top: 40px;
}

.nav-link {
  font-size: 14px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #a7c1c3;
  font-style: normal;
  text-decoration: none;
}

.nav-link.book {
  margin-left: 20px;
  background-color: #a7c1c3;
  color: #000;
}

.nav-link.gift {
  margin-left: 20px;
  background-color: #d8d8d6;
}

.nav-link.booking {
  display: none;
}

.nav-link.voucher {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.paragraph {
  text-align: left;
}

.paragraph-2 {
  text-align: right;
}

.footer-link {
  color: #000;
  font-size: 12px;
  text-align: right;
}

.footer-link.w--current {
  color: #000;
  font-weight: 400;
}

.intro-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px;
  background-color: #f7f2ea;
}

.footer-para {
  font-size: 12px;
  text-align: left;
}

.paragraph-3 {
  text-align: right;
}

.footer-links {
  text-align: right;
}

.quote {
  margin-top: 40px;
  margin-bottom: 20px;
  border-width: 1px 1px 1px 10px;
  border-color: #a7c1c3;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.slide {
  background-image: url('../images/16487596_1422560807775141_5121144634738392971_o.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 500px;
  margin-top: 20px;
}

.mask {
  height: 400px;
  margin-bottom: 40px;
}

.headerimage {
  width: 100%;
  background-color: #f7f2ea;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-2 {
  background-image: url('../images/20200518-125154.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 400px;
}

.social-media-icon {
  margin-right: 10px;
}

.social-icon {
  width: 50px;
}

.map {
  height: 200px;
  margin-bottom: 10px;
}

.image-column {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lightbox-link {
  width: 100%;
}

.logo-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.link-block {
  width: 100%;
  padding-top: 10px;
}

.image {
  width: 100%;
  padding-top: 0px;
}

.image-2 {
  width: 30%;
}

.div-block {
  padding: 20px;
  background-color: #a7c1c3;
}

.div-block.team {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 20px;
}

.bold-text {
  text-transform: uppercase;
}

.team {
  margin-bottom: 20px;
}

.heading {
  margin-bottom: 20px;
}

.contact-columns {
  margin-top: 40px;
}

.contact-info {
  text-align: left;
}

.url-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.url-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.submit-button {
  padding: 10px 40px;
  border-radius: 20px;
  background-color: #a7c1c3;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button.cream {
  background-color: #797b81;
}

.submit-button.cream:hover {
  background-color: #fff;
  color: #000;
}

.submit-button.book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.policy {
  text-align: left;
}

.policy-heading {
  text-align: left;
}

.image-3 {
  width: 100%;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.padded-div {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a7c1c3;
}

.padded-div.inner {
  margin-bottom: 0px;
  padding-left: 10px;
}

.padded-div.under {
  margin-top: 20px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-3 {
  height: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
}

.left-arrow-3 {
  display: block;
}

.right-arrow-3 {
  display: block;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.58.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.53.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.57-1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.52.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-color: #fff;
  background-image: url('../images/flirties.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.58-1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.59.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-10 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.58-2.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.57.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1 {
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2020-05-29-at-11.30.56.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/img-20180608-143703-919_orig.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/a830369a-2ef5-47ec-a84b-f6e46ee14b62.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/img-20180804-214725-886_orig.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask-2 {
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.icon-2 {
  color: #a7c1c3;
}

.icon-3 {
  color: #a7c1c3;
}

.grid {
  grid-template-areas: "Area";
}

.teamdivblock {
  margin-bottom: 40px;
  background-color: #a7c1c3;
}

.team-paragraph {
  text-align: left;
}

.team-heading {
  margin-bottom: 0px;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.brand {
  padding-left: 10px;
}

.brand.w--current {
  padding-left: 0px;
}

.dropdown {
  font-family: Montserrat, sans-serif;
}

.dropdown-list.w--open {
  border-bottom: 3px solid #f7f2ea;
  background-color: #a7c1c3;
}

.dropdown-link:hover {
  color: #f7f2ea;
}

.dropdown-link.w--current {
  color: #000;
}

.html-embed {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-10 {
  width: 100%;
}

.header-image {
  width: 100%;
  height: 450px;
  background-image: url('../images/16487596_1422560807775141_5121144634738392971_o.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-nav {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  a {
    display: block;
  }

  a:hover {
    display: block;
    background-color: #f7f2ea;
  }

  .header {
    padding-top: 20px;
  }

  .nav-menu {
    margin-top: 20px;
    padding-top: 10px;
    background-color: #a7c1c3;
  }

  .nav-link.w--current {
    display: block;
    color: #000;
    text-align: left;
  }

  .nav-link.booking {
    display: block;
  }

  .nav-link.voucher {
    display: block;
  }

  .icon {
    color: #797b81;
  }

  .nav-link-2 {
    display: block;
  }

  .menu-button {
    background-color: #a7c1c3;
  }

  .menu-button.w--open {
    background-color: #a7c1c3;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 12px;
    text-align: left;
  }

  .footer-link {
    font-size: 12px;
    text-align: left;
  }

  .footer-link:hover {
    background-color: transparent;
  }

  .social-media-icon:hover {
    display: inline-block;
    background-color: transparent;
  }

  .div-block {
    height: 350px;
  }

  .div-block.team {
    height: 300px;
    margin-top: 0px;
  }

  .contact-info {
    font-size: 16px;
    line-height: 23px;
  }

  .team-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .image-6 {
    width: 100%;
  }

  .image-7 {
    width: 100%;
  }

  .image-8 {
    width: 100%;
  }

  .image-9 {
    width: 100%;
  }

  .top-nav {
    display: none;
  }

  .container {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 23px;
  }

  .navbar {
    padding: 20px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .intro-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quote {
    font-size: 16px;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .lightbox-link {
    margin-bottom: 20px;
  }

  .div-block {
    height: 180px;
    margin-bottom: 20px;
  }

  .team {
    margin-bottom: 0px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 23px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-7 {
    width: 100%;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-image {
    height: 300px;
    background-size: cover;
    background-attachment: scroll;
  }

  .container {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.book {
    width: 90%;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .nav-link.gift {
    width: 90%;
  }

  .intro-section {
    padding-top: 20px;
  }

  .slider {
    height: 250px;
  }

  .div-block {
    height: 320px;
  }

  .div-block.team {
    height: 400px;
  }

  .header-image {
    height: 200px;
    background-position: 0% 0%;
    background-size: contain;
  }

  .container {
    display: none;
  }
}