﻿@charset "UTF-8";
/* Functions */
/* Mixins */
/* Colour pallete */
/* Typography */
/* Grid */
/* Breakpoints */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 18px "Lora", sans-serif;
  line-height: 1.5;
  color: #6d6d6d;
  margin: 0;
}

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

a:link,
a:visited {
  color: #6d6d6d;
  text-decoration: none;
}

@font-face {
  font-family: "bridge-icons";
  src: url("../fonts/bridge-icons.eot");
  src: url("../fonts/bridge-icons.eot") format("embedded-opentype"), url("../fonts/bridge-icons.ttf") format("truetype"), url("../fonts/bridge-icons.woff") format("woff"), url("../fonts/bridge-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: 48px;
  font-size: 2.6666666667em;
}

h2 {
  font-size: 36px;
  font-size: 2em;
}

h3 {
  font-size: 28px;
  font-size: 1.5555555556em;
}

p a:link,
p a:visited {
  text-decoration: underline;
}

.button, .main-navigation .book-now a:link,
.main-navigation .book-now a:visited, form input[type=button],
form input[type=submit],
form button {
  background: #2f3535;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}
.button:hover, .main-navigation .book-now a:hover:link,
.main-navigation .book-now a:hover:visited, form input[type=button]:hover,
form input[type=submit]:hover,
form button:hover {
  background: #49606e;
  text-decoration: none;
}
.button.large, .main-navigation .book-now a.large:link,
.main-navigation .book-now a.large:visited, form input.large[type=button],
form input.large[type=submit],
form button.large {
  font-size: 24px;
  font-size: 1.3333333333em;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .button.large, .main-navigation .book-now a.large:link,
.main-navigation .book-now a.large:visited, form input.large[type=button],
form input.large[type=submit],
form button.large {
    font-size: 18px;
    font-size: 1em;
  }
}

form input,
form textarea,
form button {
  display: block;
  font: 18px "Lora", sans-serif;
}
form input[type=text],
form textarea {
  width: 80%;
  margin: 5px 0;
  padding: 8px;
  border: 1px solid #ccc;
}
label {
  display: block;
  margin-bottom: 18px;
}

.row {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .row {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.column {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .column {
    width: 100%;
  }
}

.sidebar {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .button, .sidebar .main-navigation .book-now a:link, .main-navigation .book-now .sidebar a:link,
.sidebar .main-navigation .book-now a:visited,
.main-navigation .book-now .sidebar a:visited, .sidebar form input[type=button], form .sidebar input[type=button],
.sidebar form input[type=submit],
form .sidebar input[type=submit],
.sidebar form button,
form .sidebar button {
  display: block;
  margin: 1rem 0;
}

article {
  display: block;
  margin: 2rem auto;
  padding: 0 0.9375rem;
}

header {
  background: #49606e;
}
header .row {
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  header .row {
    align-items: stretch;
  }
}
header .logo {
  width: 300px;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 280px;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  header nav {
    align-items: stretch;
    width: 100%;
    padding: 0;
  }
}

footer {
  background: #2f3535;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .row {
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
footer .copyright,
footer .social,
footer .covid {
  width: 100%;
  margin: 0;
  padding: 1rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .copyright,
footer .social,
footer .covid {
    width: 100%;
  }
}
footer .covid img {
  width: 100px;
  margin: 0 auto;
}
footer .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  footer .social ul {
    text-align: right;
  }
}
footer .social ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
footer .social ul li.facebook-icon a:link:before,
footer .social ul li.facebook-icon a:visited:before {
  content: "\ea91";
}
footer .social ul li.twitter-icon a:link:before,
footer .social ul li.twitter-icon a:visited:before {
  content: "\ea92";
}
footer .social ul li.instagram-icon a:link:before,
footer .social ul li.instagram-icon a:visited:before {
  content: "\ea93";
}
footer .social ul li.tripadvisor-icon a:link:before,
footer .social ul li.tripadvisor-icon a:visited:before {
  content: "\ea94";
}
footer .social ul li.sawdays-icon a:link:before,
footer .social ul li.sawdays-icon a:visited:before {
  content: "\ea95";
}
footer .social ul li.sawdays-icon {
  font-size: 30px;
  font-size: 1.6666666667em;
}
footer .social ul li a:link,
footer .social ul li a:visited {
  font-size: 26px;
  font-size: 1.4444444444em;
  color: #fff;
  transition: 0.25s;
}
footer .social ul li a:link:hover,
footer .social ul li a:visited:hover {
  color: #6d6d6d;
}
footer .social ul li a:link:before,
footer .social ul li a:visited:before {
  font-family: "bridge-icons";
}
footer .social ul li a:link span,
footer .social ul li a:visited span {
  display: none;
}
footer .address {
  font-size: 14px;
  font-size: 0.7777777778em;
  text-align: center;
  color: #fff;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  header nav ul {
    background: #fff;
    margin: 0;
  }
}
header nav ul li a:link,
header nav ul li a:visited {
  display: block;
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  header nav ul li a:link,
header nav ul li a:visited {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .main-navigation li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
.main-navigation li a:link:hover,
.main-navigation li a:visited:hover {
  text-decoration: underline;
}
.main-navigation .book-now {
  border: 0;
}
.main-navigation .book-now a:link,
.main-navigation .book-now a:visited {
  display: block;
}
@media only screen and (max-width: 767px) {
  .main-navigation .book-now a:link,
.main-navigation .book-now a:visited {
    padding: 15px;
  }
}
.main-navigation .book-now a:link:hover,
.main-navigation .book-now a:visited:hover {
  background: #2f3535;
}

@media only screen and (max-width: 767px) {
  .controls {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.controls li {
  display: block;
}
@media only screen and (max-width: 767px) {
  .controls li {
    display: inline-block;
    border-left: 1px solid #ccc;
  }
}
.controls li a:link,
.controls li a:visited {
  font-size: 24px;
  font-size: 1.3333333333em;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .controls li a:link,
.controls li a:visited {
    line-height: 1rem;
    color: #49606e;
    width: 51px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .controls li span {
    display: none;
  }
}
.controls li.contact a:link:before {
  content: "☏";
}
@media only screen and (min-width: 768px) {
  .controls li.menu-toggle {
    display: none;
  }
}
.controls li.menu-toggle a:link:before {
  content: "☰";
}

@media only screen and (max-width: 767px) {
  .menu-open .main-navigation {
    display: block;
  }
}
.menu-open .controls .menu-toggle a:link:before {
  content: "✕";
}

.side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .side-navigation ul li {
    display: none;
  }
}
.side-navigation ul li a:link,
.side-navigation ul li a:visited {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.side-navigation ul li a:link:hover,
.side-navigation ul li a:visited:hover {
  background: #eee;
  text-decoration: underline;
}
.side-navigation ul li.current-menu-item, .side-navigation ul li.nav-control {
  background: #eee;
}
.side-navigation ul li.current-menu-item a:link,
.side-navigation ul li.current-menu-item a:visited, .side-navigation ul li.nav-control a:link,
.side-navigation ul li.nav-control a:visited {
  color: #49606e;
}
.side-navigation ul li.nav-control {
  display: none;
}
@media only screen and (max-width: 767px) {
  .side-navigation ul li.nav-control {
    display: block;
  }
}
.side-navigation.active ul li {
  display: block;
}
.side-navigation.active ul li.rooms-control {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero img,
.hero .content {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .hero img,
.hero .content {
    height: 375px;
  }
}
.hero img {
  margin: 0 auto;
  object-fit: cover;
}
.hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero ul > li {
  display: none;
}
.hero ul > li:first-of-type {
  display: block;
}
.hero ul .lslide {
  display: block;
}
.hero .content {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-bottom: 4rem;
  text-align: center;
  z-index: 99;
}
.hero .content h1 {
  font-size: 80px;
  font-size: 4.4444444444em;
  font-weight: normal;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .content h1 {
    font-size: 8.064516129vw;
  }
}
@media only screen and (max-width: 767px) {
  .hero .content h1 {
    font-size: 30px;
    font-size: 1.6666666667em;
    font-size: 9.375vw;
  }
}
.hero .lSSlideOuter .lSPager.lSpg {
  margin-top: 20px;
}
.hero .lSSlideOuter .lSPager.lSpg > li:hover a, .hero .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #49606e;
}
.hero .lSSlideOuter .lSPager.lSpg > li a {
  background: #eee;
  width: 15px;
  height: 15px;
}

.feature-block {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.feature-block:hover img {
  transform: scale(1.1);
}
.feature-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .feature-block {
    margin: 0.9375rem auto;
  }
}
.feature-block .text {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  word-wrap: break-word;
  z-index: 1;
}
.feature-block .text h2 {
  font-size: 32px;
  font-size: 1.7777777778em;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-block .text h2 {
    font-size: 3.1900201613vw;
  }
}

.gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 260px;
  gap: 5px;
}
.gallery .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.gallery .image:hover img {
  transform: scale(1.1);
}
.gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .gallery .image--tall {
    grid-row: span 2/auto;
  }
  .gallery .image--wide {
    grid-column: span 2/auto;
  }
}

.room {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  gap: 1.875rem;
  align-items: center;
  margin: 2rem auto 4rem;
}
@media only screen and (max-width: 767px) {
  .room {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) {
  .room:nth-child(even) .image {
    order: 1;
  }
}
.room .blurb,
.room .image {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .blurb,
.room .image {
    width: 100%;
  }
}
.room .image {
  position: relative;
  overflow: hidden;
}
.room .image:hover img {
  transform: scale(1.1);
}
.room .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.room .image:hover .button, .room .image:hover form input[type=button], form .room .image:hover input[type=button],
.room .image:hover form input[type=submit],
form .room .image:hover input[type=submit],
.room .image:hover form button,
form .room .image:hover button, .room .image:hover .main-navigation .book-now a:link, .main-navigation .book-now .room .image:hover a:link,
.room .image:hover .main-navigation .book-now a:visited,
.main-navigation .book-now .room .image:hover a:visited {
  background: #49606e;
}
.room .image .button, .room .image form input[type=button], form .room .image input[type=button],
.room .image form input[type=submit],
form .room .image input[type=submit],
.room .image form button,
form .room .image button, .room .image .main-navigation .book-now a:link, .main-navigation .book-now .room .image a:link,
.room .image .main-navigation .book-now a:visited,
.main-navigation .book-now .room .image a:visited {
  position: absolute;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
