/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* LESS CSS Document */
/* colour scheme */
html {
  position: relative;
  min-height: 100%;
}
body {
  min-height: 100vh;
  padding: 0;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 0 !important;
}
header .logo-container {
  background: #fff;
}
header .logo-container #logo {
  margin: 20px 0 15px 0;
}
header .navigation {
  min-height: 35px;
  width: 100%;
  color: #fff;
  background: #9ec5e4;
  -webkit-box-shadow: 0px 14px 13px -10px #d6d3d6;
  -moz-box-shadow: 0px 14px 13px -10px #d6d3d6;
  box-shadow: 0px 14px 13px -10px #d6d3d6;
}
header .navigation .mob-phone {
  position: absolute;
  right: 30px;
  display: none;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  header .navigation .mob-phone {
    display: block;
  }
}
.navbar {
  margin: 0 !important;
  padding: 0 !important;
}
.navbar .navbar-nav {
  color: #fff !important;
}
.navbar .navbar-nav .nav-link {
  padding: 0.5rem 1rem 0;
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #575d5f;
  text-decoration: underline;
}
.navbar .navbar-nav .nav-link .active {
  color: #575d5f !important;
  font-weight: bold;
  text-decoration: underline;
}
.navbar .navbar-toggler {
  border: solid #fff 1px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}
.offcanvas .btn-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.offcanvas .offcanvas-body .nav-item .nav-link {
  color: #575d5f;
  font-size: 1.8rem;
  margin-left: 0.5rem !important;
}
.offcanvas .offcanvas-body .nav-item .nav-link:hover {
  color: #54a5d2;
  text-decoration: underline;
}
.social-icons {
  width: 50px;
  padding: 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
  background: #54a5d2;
  position: fixed;
  z-index: 50;
  top: 160px;
  left: -11px;
}
.social-icons .soc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-left: 18px;
}
.social-icons .soc a {
  color: #fff;
}
@media only screen and (max-width: 550px) {
  .social-icons {
    top: 155px;
  }
}
.footer {
  width: 100%;
  padding: 50px 0 10px 0;
  margin-top: auto;
  background: url('../images/framework/footer-wave.svg') no-repeat;
  background-size: cover;
  color: #54a5d2;
  position: relative;
}
.footer .address {
  padding-top: 45px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
.footer .address .privacylink-lg {
  font-size: 0.4em !important;
  position: absolute;
  right: 50px;
  color: #54a5d2;
  font-weight: 400;
}
.footer .privacylink-sm {
  background: #c5dcee;
  padding: 5px 0 10px 0;
  font-size: 0.8rem;
  font-weight: 400;
  display: none;
}
.footer .privacylink-sm a {
  color: #54a5d2;
}
@media only screen and (max-width: 725px) {
  .footer .privacylink-lg {
    display: none;
  }
  .footer .privacylink-sm {
    display: block;
  }
}
.activity {
  position: fixed;
  background-color: #000 !important;
  opacity: 0.5 !important;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}
.activity .spinner-border {
  color: #cc0000;
  width: 10rem;
  height: 10rem;
}
.req-field-note span,
.form-label span,
.col-form-label span,
.important {
  color: #cc0000;
}
@media only screen and (max-width: 550px) {
  .footer .col span {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
}
.container {
  position: relative;
  padding-bottom: 30px;
}
h1 {
  color: #575d5f;
  padding: 15px 0 10px 0;
  font-family: 'Antic', sans-serif;
  font-size: 3.2rem;
}
h2 {
  color: #575d5f;
  padding: 20px 0 10px 0;
  font-family: 'Antic', sans-serif;
  font-size: 2.2rem;
}
h3 {
  font-family: 'Antic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}
h4 {
  font-family: 'Antic', sans-serif;
  font-size: 1rem;
}
h5 {
  font-family: 'Antic', sans-serif;
  font-size: 0.8rem;
}
p {
  font-size: 1.2rem;
  line-height: 2.3rem;
  color: #575d5f;
  text-align: justify;
}
p.rf {
  font-size: 0.5rem;
}
@media only screen and (max-width: 550px) {
  h1 {
    font-size: 2em;
    text-align: center;
  }
  h2 {
    font-size: 1.5em;
    text-align: center;
  }
  p {
    font-size: 1em;
    line-height: 1.8em;
  }
}
img {
  border: 0 !important;
}
.il-wrapper {
  height: auto;
  background: url('../images/framework/salty-shores-imagebg.svg') no-repeat;
  background-size: cover;
}
.image-link:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 550px) {
  .hp-imagelink {
    margin-bottom: 15px;
  }
}
.h-divider {
  position: relative;
  height: 32px;
  width: 100%;
  margin: 20px auto 30px auto;
  text-align: center;
}
.h-divider .grayline {
  position: absolute;
  top: 17px;
  width: 100%;
  height: 5px;
  border-top: solid 1px #575d5f;
  z-index: 0;
}
.h-divider img {
  position: relative;
  margin: auto;
  z-index: 5;
}
.border3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
.border10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -khtml-border-radius: 10px;
}
a {
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
a:hover {
  text-decoration: none;
}
a.button {
  display: inline-block;
  background: #54a5d2;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
a.button.logout {
  padding: 0px 15px;
}
a.button.small {
  padding: 5px 10px;
}
a.button.large {
  padding: 15px 25px;
  font-size: 150%;
}
a.button:hover.button {
  background: #9ec5e4;
  color: #fff;
  text-decoration: none;
}
section {
  padding-top: 180px;
}
.content-bannerpic {
  margin-bottom: 20px;
}
.menu-section {
  padding-bottom: 20px;
}
.menu-items {
  width: 95%;
  margin: auto;
  font-size: 90%;
}
.menu-items div {
  padding-top: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 1px solid #9ec5e4;
}
.menu-img {
  display: inline-block;
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: center;
  border: 1px solid #9ec5e4;
}
.mc2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
  column-rule-color: #ccc;
  column-rule-style: solid;
  column-rule-width: 1px;
  text-align: left;
}
.wysiwyg-text img {
  max-width: 100% !important;
  height: auto;
}
@media only screen and (min-width: 800px) {
  .wysiwyg-text p {
    overflow: hidden;
  }
}
.room-images {
  padding: 20px 0;
}
.room-images div > img {
  margin-bottom: 10px;
}
.opening-hours {
  width: 50%;
  margin: auto;
}
.opening-hours th {
  font-weight: bolder;
  text-align: center;
  color: #54a5d2;
}
.opening-hours .hours {
  border-bottom: 1px solid #9ec5e4;
}
.opening-hours td {
  width: 33%;
  text-align: center;
  padding: 3px 0;
}
.opening-hours td.days {
  text-align: left !important;
  padding-left: 5px;
  font-weight: bolder;
}
@media only screen and (max-width: 550px) {
  .opening-hours {
    width: 95%;
  }
}
#map {
  width: 100%;
  height: 500px;
  border: 1px solid #575d5f;
}
.termslink {
  color: #575d5f;
  font-size: 0.8rem;
}
.termslink:hover {
  color: #54a5d2 !important;
}
.legal-info h2 {
  font-size: 1.3rem;
  padding: 2px;
  margin-bottom: 10px;
}
.legal-info p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.legal-info a {
  color: #54a5d2 !important;
}
.legal-info a:hover {
  color: #9ec5e4 !important;
}
.legal-info ul {
  list-style-type: square;
}
.legal-info ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #575d5f;
  margin-bottom: 5px;
}
.success-message {
  font-size: 1.2rem;
  font-weight: bolder;
  color: #008754;
  display: none;
}
/* BookInn styling for Booking Flow */
.breadcrumb {
  padding-top: 0.25rem;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.8rem;
}
#available,
#fullyBooked,
#nonSelected {
  display: none;
}
.unit-select {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.unit-select .dropdown .dropdown toggle {
  color: #666;
}
.unit-select .dropdown .dropdown-menu {
  position: absolute;
  z-index: 900;
  border: 0 !important;
  padding-top: 5px;
}
.unit-select .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  font-weight: 300;
}
form {
  color: #575d5f;
}
form button[type=submit] {
  background: #54a5d2;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
form button[type=submit]:hover {
  background: #575d5f;
  color: #fff;
}
form button[type=submit].disabled {
  background: #54a5d2;
}
form .checkout-terms p {
  padding: 0 !important;
  margin: 0 !important;
}
