.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  color: #b39c6b;
  font-size: 350%;
  font-weight: 200;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.5vw;
  font-family: Montserrat, sans-serif;
  font-size: 175%;
  line-height: 1;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 125%;
  line-height: 1.4;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0rem;
  color: #c860db;
  font-size: 125%;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 0rem;
  font-size: 90%;
}

a {
  color: #222;
  font-size: 100%;
  line-height: 1.4;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

em {
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 150%;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.footer {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2vw;
  padding: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #333;
}

.copyright-box {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 100%;
  text-align: center;
}

.white {
  color: #fff;
}

.white.centre {
  padding: 8px;
}

.white._2col {
  -webkit-column-count: 2;
  column-count: 2;
}

.centre {
  text-align: center;
}

.centre.large {
  font-size: 125%;
}

.centre._100 {
  width: 100%;
}

.right {
  text-align: right;
}

.pad-vert {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pad-horiz {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sp1 {
  height: 1vw;
}

.sp2 {
  width: 100%;
  height: 2vw;
}

.sp3 {
  height: 3vw;
}

.style-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colour-box.gold-bg {
  background-color: #b39c6b;
}

.colour-box.dark-bg {
  background-color: #222;
}

.link {
  color: #222;
  font-weight: 600;
}

.link:hover {
  color: #e14020;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 200;
  text-decoration: none;
}

.navlink.w--current {
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 300;
}

.header-spacer {
  display: none;
}

.mobile-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.mobile-navlink {
  color: #fff;
}

.burger {
  display: none;
}

.hp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.hp-block.bed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/comfortable-beds.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-block.facilities {
  background-image: url('../images/hp2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hp-block.central {
  background-image: url('../images/hp1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hp-block.food {
  background-image: url('../images/hp4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h3-hp-block-title {
  padding: 2px;
  background-color: #b39c6b;
  color: #fff;
  font-size: 100%;
  font-weight: 300;
  text-align: center;
}

.offer-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.88);
}

.modal-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.41);
}

.close-modal {
  width: 10%;
  margin-bottom: 3vw;
}

.list-small {
  width: 50%;
  padding-left: 14px;
  color: #fff;
  font-size: 80%;
}

.contact-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #b39c6b;
  color: #fff;
  font-size: 125%;
}

.dark-link {
  color: #fff;
  text-decoration: none;
}

.dark-link:hover {
  color: #dbd7d7;
  text-decoration: underline;
}

.slider {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 80vh;
}

.slide.sl1 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide.sl2 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

.slide.sl5 {
  background-image: url('../images/2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  width: 10%;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hp-flex-wrapper {
  position: relative;
  top: 80vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  padding: 2vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #222;
}

.hp-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hp-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-dark {
  color: #2498ed;
}

.link-dark:hover {
  color: #f3f3f5;
}

.lp-image {
  width: 50%;
  margin-top: 1vw;
}

.footer-col {
  width: 30%;
}

.find-us-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-navbar {
  display: none;
}

.booking-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.booking-embed {
  margin-bottom: 2vw;
}

.gallery-wrapper {
  margin-top: 17vh;
}

.hero-div-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  display: none;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.food-modal-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #222;
}

.attractions-gro {
  padding-right: 1vw;
  padding-left: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.attractions-item-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #b39c6b;
  border-radius: 20px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.15);
}

.attractions-item-grid.extended {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.attract-text-wrapper {
  padding: 8px;
}

.attract-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.booking-text {
  width: 60%;
}

.t-c-wrapper {
  overflow: hidden;
  height: 0px;
  margin-top: 1vw;
}

.find-us-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.find-us-col.wide {
  width: 50%;
}

.map {
  width: 100%;
  margin-top: 2vw;
}

.contact-image {
  width: 70%;
}

.tandc-wrapper {
  width: 75%;
  margin-top: 10vw;
  margin-right: auto;
  margin-left: auto;
}

.website-by {
  margin-left: 2vw;
}

html.w-mod-js *[data-ix="open-modal-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.83, 0.83);
  -ms-transform: scale(0.83, 0.83);
  transform: scale(0.83, 0.83);
}

html.w-mod-js *[data-ix="load-pomo"] {
  -webkit-transform: translate(-300px, 0px) rotate(-180deg);
  -ms-transform: translate(-300px, 0px) rotate(-180deg);
  transform: translate(-300px, 0px) rotate(-180deg);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  .footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navmenu {
    display: none;
  }

  .header-spacer {
    display: none;
  }

  .mobile-menu {
    left: auto;
    top: 0%;
    right: -100vw;
    bottom: 0%;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14vw 3vw 3vw;
  }

  .burger {
    width: 10vw;
    height: 10vw;
    padding: 1vw;
    -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;
    background-color: #000;
  }

  .hp-block {
    width: 25%;
  }

  .offer-modal {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding: 1vw;
  }

  .list-small {
    width: 80%;
  }

  .contact-wrapper {
    display: none;
  }

  .hp-flex-wrapper {
    z-index: 9;
  }

  .hp-col {
    width: 100%;
  }

  .lp-image {
    display: none;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 2vw;
  }

  .find-us-hero {
    margin-top: 130px;
  }

  .mobile-navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 7px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #222;
  }

  .burger-link {
    position: relative;
    z-index: 50;
  }

  .burger2 {
    background-color: transparent;
    -webkit-transition: color 450ms ease;
    transition: color 450ms ease;
    color: #b39c6b;
  }

  .burger2:hover {
    color: #2498ed;
  }

  .link-2 {
    color: #b39c6b;
    font-size: 150%;
    text-decoration: none;
    text-transform: uppercase;
  }

  .booking-hero {
    margin-top: 130px;
  }

  .food-modal-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #222;
  }

  .attractions-gro {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-image {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 3vw;
  }

  h1 {
    margin-top: 0px;
    font-size: 250%;
  }

  h2 {
    margin-top: 0px;
    margin-bottom: 1vw;
    font-size: 150%;
  }

  h3 {
    margin-top: 0px;
    margin-bottom: 1vw;
  }

  h4 {
    margin-bottom: 1rem;
  }

  h5 {
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    font-weight: 400;
  }

  .footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .copyright-box {
    margin-bottom: 1vw;
  }

  .navmenu {
    display: none;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hp-block {
    width: 50%;
  }

  .offer-modal {
    display: none;
  }

  .list-small {
    width: 100%;
  }

  .social-wrapper {
    margin-bottom: 1vw;
  }

  .footer-col {
    width: 100%;
  }

  .find-us-hero {
    margin-top: 97px;
  }

  .attractions-gro {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .find-us-col {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .find-us-col.wide {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .map {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 6vw;
  }

  h1 {
    font-size: 250%;
  }

  h2 {
    font-size: 125%;
  }

  .copyright-box {
    font-size: 80%;
  }

  .white._2col {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .centre.large {
    font-size: 100%;
  }

  .burger {
    width: 20vw;
    height: 20vw;
  }

  .hp-block {
    width: 100%;
  }

  .offer-modal {
    display: none;
  }

  .modal-text-block {
    width: 95%;
  }

  .social-wrapper {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .social-link {
    width: 20%;
  }

  .find-us-hero {
    margin-top: 25vh;
  }

  .mobile-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery-wrapper {
    margin-top: 27vh;
  }

  .attractions-gro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_079086b7-8ee0-971a-2a83-c091af6cf314-087449ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ed1f4d97-22d5-2517-b08d-9d2eb9fa8584-087449ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e14ce221-8126-f592-24e8-fecd3c779642-087449ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_12eedaee-ae38-4ed3-9818-8a8a7ccba966-087449ba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_161d8114-a5b6-d869-3b6b-cd9be6c3393f-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae3409be-b281-64a4-a2f4-6b81ba805438-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_12eedaee-ae38-4ed3-9818-8a8a7ccba966-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8c705ff0-ca0c-fb9c-38cf-1bb6faa84303-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_079086b7-8ee0-971a-2a83-c091af6cf314-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ed1f4d97-22d5-2517-b08d-9d2eb9fa8584-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae3409be-b281-64a4-a2f4-6b81ba805438-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e14ce221-8126-f592-24e8-fecd3c779642-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8c705ff0-ca0c-fb9c-38cf-1bb6faa84303-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_161d8114-a5b6-d869-3b6b-cd9be6c3393f-087449ba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}