@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Roman.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-RomanItalic.ttf") format("TrueType");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("/wp-content/themes/html5blank-stable/fonts/NeueHaasDisplay-MediumItalic.tff") format("TrueType");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/html5blank-stable/fonts/Montserrat-Regular.eot");
  src: url("/wp-content/themes/html5blank-stable/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/html5blank-stable/fonts/Montserrat-Regular.woff2") format("woff2"), url("/wp-content/themes/html5blank-stable/fonts/Montserrat-Regular.woff") format("woff"), url("/wp-content/themes/html5blank-stable/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskerville";
  src: url("/wp-content/themes/html5blank-stable/fonts/Baskerville.eot");
  src: url("/wp-content/themes/html5blank-stable/fonts/Baskerville.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/html5blank-stable/fonts/Baskerville.woff2") format("woff2"), url("/wp-content/themes/html5blank-stable/fonts/Baskerville.woff") format("woff"), url("/wp-content/themes/html5blank-stable/fonts/Baskerville.svg#Baskerville") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  border-radius: 0px;
  padding: 12px 27px;
  font-weight: 600;
  font-size: inherit;
  font-family: "Montserrat", "Sans-Serif";
}
.btn:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .btn-md {
    padding: 0.5rem 2rem;
    font-size: calc(1.255rem + 0.06vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-md {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  .btn-lg {
    padding: 1rem 5rem;
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .btn-lg {
    font-size: 1.5rem;
  }
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #3c98af;
  color: #3c98af;
}
.btn-outline-primary:hover {
  background-color: #3c98af;
  color: #fff;
}

.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-dark-grey {
  background-color: transparent;
  border: 1px solid #abb8c3;
  color: #abb8c3;
}
.btn-outline-dark-grey:hover {
  background-color: #abb8c3;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #205b4f;
  color: #205b4f;
}
.btn-outline-green:hover {
  background-color: #205b4f;
  color: #fff;
}

.btn-outline-light-green {
  background-color: transparent;
  border: 1px solid #53a292;
  color: #53a292;
}
.btn-outline-light-green:hover {
  background-color: #53a292;
  color: #fff;
}

.btn-outline-pale-green {
  background-color: transparent;
  border: 1px solid #e3ecea;
  color: #e3ecea;
}
.btn-outline-pale-green:hover {
  background-color: #e3ecea;
  color: #fff;
}

.btn-outline-pink {
  background-color: transparent;
  border: 1px solid #d3c6d0;
  color: #d3c6d0;
}
.btn-outline-pink:hover {
  background-color: #d3c6d0;
  color: #fff;
}

.btn-primary {
  background-color: #3c98af;
  border: 1px solid #3c98af;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2f7789;
  color: #fff;
  border: 1px solid #2f7789;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(60, 152, 175, 0.5);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:disabled {
  background-color: black;
  color: #fff;
  border: 1px solid black;
}
.btn-black:focus, .btn-black:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-dark-grey {
  background-color: #abb8c3;
  border: 1px solid #abb8c3;
  color: #fff;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus, .btn-dark-grey:disabled {
  background-color: #8d9fae;
  color: #fff;
  border: 1px solid #8d9fae;
}
.btn-dark-grey:focus, .btn-dark-grey:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(171, 184, 195, 0.5);
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:disabled {
  background-color: #e6e6e6;
  color: #fff;
  border: 1px solid #e6e6e6;
}
.btn-white:focus, .btn-white:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-green {
  background-color: #205b4f;
  border: 1px solid #205b4f;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:disabled {
  background-color: #13352e;
  color: #fff;
  border: 1px solid #13352e;
}
.btn-green:focus, .btn-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(32, 91, 79, 0.5);
}

.btn-light-green {
  background-color: #53a292;
  border: 1px solid #53a292;
  color: #fff;
}
.btn-light-green:hover, .btn-light-green:active, .btn-light-green:focus, .btn-light-green:disabled {
  background-color: #428074;
  color: #fff;
  border: 1px solid #428074;
}
.btn-light-green:focus, .btn-light-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(83, 162, 146, 0.5);
}

.btn-pale-green {
  background-color: #e3ecea;
  border: 1px solid #e3ecea;
  color: #fff;
}
.btn-pale-green:hover, .btn-pale-green:active, .btn-pale-green:focus, .btn-pale-green:disabled {
  background-color: #c5d7d3;
  color: #fff;
  border: 1px solid #c5d7d3;
}
.btn-pale-green:focus, .btn-pale-green:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(227, 236, 234, 0.5);
}

.btn-pink {
  background-color: #d3c6d0;
  border: 1px solid #d3c6d0;
  color: #fff;
}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus, .btn-pink:disabled {
  background-color: #bda9b8;
  color: #fff;
  border: 1px solid #bda9b8;
}
.btn-pink:focus, .btn-pink:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(211, 198, 208, 0.5);
}

.btn-border-grey {
  font-size: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border-grey:hover {
  background-color: #fff;
  color: #000;
}

.text-primary {
  color: #3c98af !important;
}
.text-primary a {
  color: #3c98af;
  font-weight: 500;
}
.text-primary a:hover {
  color: #2f7789;
}

.text-black {
  color: #000 !important;
}
.text-black a {
  color: #000;
  font-weight: 500;
}
.text-black a:hover {
  color: black;
}

.text-dark-grey {
  color: #abb8c3 !important;
}
.text-dark-grey a {
  color: #abb8c3;
  font-weight: 500;
}
.text-dark-grey a:hover {
  color: #8d9fae;
}

.text-white {
  color: #fff !important;
}
.text-white a {
  color: #fff;
  font-weight: 500;
}
.text-white a:hover {
  color: #e6e6e6;
}

.text-green {
  color: #205b4f !important;
}
.text-green a {
  color: #205b4f;
  font-weight: 500;
}
.text-green a:hover {
  color: #13352e;
}

.text-light-green {
  color: #53a292 !important;
}
.text-light-green a {
  color: #53a292;
  font-weight: 500;
}
.text-light-green a:hover {
  color: #428074;
}

.text-pale-green {
  color: #e3ecea !important;
}
.text-pale-green a {
  color: #e3ecea;
  font-weight: 500;
}
.text-pale-green a:hover {
  color: #c5d7d3;
}

.text-pink {
  color: #d3c6d0 !important;
}
.text-pink a {
  color: #d3c6d0;
  font-weight: 500;
}
.text-pink a:hover {
  color: #bda9b8;
}

.bg-primary {
  background-color: #3c98af;
}

.bg-black {
  background-color: #000;
}

.bg-dark-grey {
  background-color: #abb8c3;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #205b4f;
}

.bg-light-green {
  background-color: #53a292;
}

.bg-pale-green {
  background-color: #e3ecea;
}

.bg-pink {
  background-color: #d3c6d0;
}

.map {
  min-height: 500px;
  width: 100%;
}

label {
  font-size: 1rem;
  font-weight: 500;
}
label.form-check-label {
  font-weight: 400;
}

input:focus, textarea:focus {
  outline: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: -1rem;
  margin-bottom: -1.7rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 12px !important;
  margin-top: 1rem !important;
}

form p {
  margin: 0;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: #e3ecea;
  color: #000;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 1rem;
  border: none;
  font-size: 15px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e3ecea;
  color: #000;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 1rem;
  border: none;
  font-size: 15px;
}

[type=submit] {
  background-color: #205b4f;
  color: #fff;
  border: none;
  height: 50px;
  width: 50%;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
[type=submit]:hover {
  background-color: #53a292;
}
@media screen and (max-width: 500px) {
  [type=submit] {
    width: 100%;
  }
}

.form-control,
.form-check-input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #abb8c3;
}

.form-check .wpcf7-list-item {
  margin: 0;
  display: inline;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-list-item {
  width: 100%;
  position: relative;
  display: inline;
  margin: 0 !important;
}
.wpcf7-list-item input[type=checkbox] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: 8px;
  margin-top: 14px;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
}
.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.wpcf7-list-item input[type=checkbox]:focus + label::before {
  outline: 0;
}
.wpcf7-list-item label {
  position: relative;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 1rem;
  font-weight: 400;
  cursor: pointer;
  vertical-align: sub;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 300;
}
.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px 4px 4px 0;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 6px;
}
.wpcf7-list-item .wpcf7-list-item-label span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.wpcf7-list-item .wpcf7-list-item-label span a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 1rem;
  border: 0;
  text-align: center;
  font-size: 1.4em;
}

.offcanvas-end {
  width: 60%;
  border-left: none;
  background-color: #205b4f;
}
@media screen and (max-width: 750px) {
  .offcanvas-end {
    width: 100%;
  }
}
.offcanvas-end .offcanvas-header {
  padding: 3rem 3rem;
}
@media screen and (max-width: 750px) {
  .offcanvas-end .offcanvas-header {
    padding: 3rem 1.5rem;
  }
}
.offcanvas-end .offcanvas-header .logo img {
  width: 65px;
}
.offcanvas-end .offcanvas-header button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.offcanvas-end .offcanvas-header button i {
  font-size: 25px;
  color: #fff;
  vertical-align: bottom;
}
.offcanvas-end .offcanvas-body {
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .offcanvas-end .offcanvas-body {
    padding: 0rem 1.5rem;
  }
}
.offcanvas-end .offcanvas-body nav ul {
  margin: 0;
}
.offcanvas-end .offcanvas-body nav ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.offcanvas-end .offcanvas-body nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.offcanvas-end .offcanvas-body nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
.offcanvas-end .offcanvas-body nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
.offcanvas-end .offcanvas-body .socialMedia p {
  line-height: 15px;
}
.offcanvas-end .offcanvas-body .socialMedia p i {
  margin-right: 12px;
  color: #fff;
  font-size: 17px;
}
.offcanvas-end .offcanvas-body .socialMedia p i:hover {
  color: #000;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 2.5rem 0;
}
@media screen and (max-width: 500px) {
  header {
    padding: 1rem 0;
  }
}
header .logo img {
  width: 65px;
}
header nav {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
header nav ul {
  margin: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 40px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
header nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
header .rightContent {
  margin-left: auto;
}
header .rightContent .socialMedia {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  header .rightContent .socialMedia {
    display: none;
  }
}
header .rightContent .socialMedia p {
  line-height: 15px;
}
header .rightContent .socialMedia p i {
  margin-left: 18px;
  color: #fff;
  font-size: 17px;
}
header .rightContent .socialMedia p i:hover {
  color: #000;
}
header .rightContent .bookNow {
  display: inline-block;
}
header .rightContent .buttonMenu {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  header .rightContent .buttonMenu {
    display: inline-block;
  }
}
header .rightContent .buttonMenu button {
  background-color: transparent;
  border: none;
  padding: 0;
}
header .rightContent .buttonMenu button i {
  font-size: 25px;
  color: #fff;
  vertical-align: bottom;
}

footer .top .footerLogo img {
  width: 65px;
}
@media screen and (max-width: 991px) {
  footer .top .footerLogo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  footer .top {
    text-align: center;
  }
}
footer .top a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  footer .top nav {
    display: block !important;
  }
}
footer .top nav ul {
  margin: 0;
}
@media screen and (max-width: 991px) {
  footer .top nav ul {
    text-align: center;
  }
}
footer .top nav ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}
@media screen and (max-width: 991px) {
  footer .top nav ul li {
    text-align: center !important;
  }
}
footer .top nav ul li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
footer .top nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .top nav ul li.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  footer .bottom {
    display: block !important;
    text-align: center !important;
  }
}
footer .bottom .copyright p {
  font-size: 12px;
  vertical-align: middle;
}
footer .bottom .copyright p a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
footer .bottom .socialMedia {
  margin-left: auto;
}
footer .bottom .socialMedia a:hover i {
  color: #53a292 !important;
}

body {
  font-family: "Montserrat", "Sans-Serif";
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1.29375rem + 0.525vw);
  color: #000;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  body {
    line-height: 1.6875rem;
  }
}

p,
a {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
  transition: color ease 0.3s;
}
a:hover {
  color: black;
}

b,
strong {
  font-weight: 500;
}

h1,
.h1 {
  font-family: "Baskerville", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.725rem + 5.7vw);
  line-height: calc(1.70625rem + 5.475vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    line-height: 5.8125rem;
  }
}

h2,
.h2 {
  font-family: "Baskerville", "Sans-Serif";
  font-weight: 400;
  font-size: calc(1.425rem + 2.1vw);
  line-height: calc(1.45625rem + 2.475vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    line-height: 3.3125rem;
  }
}

h3,
.h3 {
  font-family: "Baskerville", "Sans-Serif";
  font-weight: 400;
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.30625rem + 0.675vw);
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    line-height: 1.8125rem;
  }
}

h4,
.h4 {
  font-family: "Montserrat", "Sans-Serif";
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h5,
.h5 {
  font-family: "Baskerville", "Sans-Serif";
  font-weight: 500;
  font-size: calc(1.3rem + 0.6vw);
  line-height: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    line-height: 1.75rem;
  }
}

h6,
.h6 {
  font-family: "Baskerville", "Sans-Serif";
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1rem;
}

#generic-content,
.normalise {
  overflow-x: hidden;
}
#generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.275rem + 0.3vw);
  color: #3c98af;
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #generic-content h1,
#generic-content h2,
#generic-content h3,
#generic-content h4,
#generic-content h5,
#generic-content h6,
.normalise h1,
.normalise h2,
.normalise h3,
.normalise h4,
.normalise h5,
.normalise h6 {
    line-height: 1.5rem;
  }
}
#generic-content p,
.normalise p {
  text-overflow: ellipsis;
  overflow: hidden;
}
#generic-content table,
.normalise table {
  width: 100%;
}
#generic-content table tbody,
#generic-content table td,
#generic-content table tfoot,
#generic-content table th,
#generic-content table thead,
#generic-content table tr,
.normalise table tbody,
.normalise table td,
.normalise table tfoot,
.normalise table th,
.normalise table thead,
.normalise table tr {
  border: 1px solid #abb8c3;
  padding: 0.5rem 0.5rem;
}
#generic-content ul li,
.normalise ul li {
  margin-bottom: 0.5rem;
}
#generic-content blockquote,
.normalise blockquote {
  background: #abb8c3;
  padding: 1rem 2rem;
  font-style: italic;
  border-left: 3px solid #3c98af;
  font-size: 1rem;
  line-height: 1rem;
}
#generic-content *:last-child,
.normalise *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #generic-content iframe,
.normalise iframe {
    width: calc(100vw - 60px);
  }
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

section {
  position: relative;
  overflow: hidden;
}
section#banner {
  position: relative;
}
section#banner .bannerText {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1249px) {
  section#banner .bannerText {
    bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  section#banner .bannerText {
    display: none;
  }
}
section#banner .bannerText h4 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1249px) {
  section#banner .bannerText h4 {
    margin-bottom: 0;
  }
}
section#banner .bannerText h1 {
  width: 43%;
}
@media screen and (max-width: 1249px) {
  section#banner .bannerText h1 {
    width: 60%;
  }
}
section#banner .bannerText p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  width: 40%;
  font-family: "Baskerville", "Sans-Serif";
}
@media screen and (max-width: 1249px) {
  section#banner .bannerText p {
    width: 57%;
  }
}
section#mobileText {
  display: none;
}
section#mobileText p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  width: 100%;
  font-family: "Baskerville", "Sans-Serif";
}
@media screen and (max-width: 767px) {
  section#mobileText {
    display: inherit;
  }
}
section#aboutSection h2 {
  width: 61%;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  section#aboutSection h2 {
    width: 100%;
  }
}
section#aboutSection .services img {
  width: 13%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  section#aboutSection .services img {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  section#aboutSection .services img {
    width: 8%;
  }
}
@media screen and (max-width: 767px) {
  section#aboutSection .services img {
    width: 12%;
  }
}
@media screen and (max-width: 400px) {
  section#aboutSection .services img {
    width: 15%;
  }
}
section#servicesSection {
  overflow: hidden;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #e3ecea 50%, #e3ecea 100%);
}
section#servicesSection .treat img {
  border-radius: 30px;
}
section#servicesSection .treat .treatment {
  border-top: 1px solid #0000001A;
  padding: 2rem 0;
}
section#servicesSection .treat .treatment p {
  margin: 0;
}
section#appointment h2 {
  width: 55%;
  margin: 0 auto;
  font-size: 64px;
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  section#appointment h2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section#appointment h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
section#testimonial i {
  font-size: 35px;
  color: #205b4f;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
section#testimonial .testi {
  color: #205b4f;
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  section#testimonial .testi {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section#testimonial .testi {
    font-size: 18px;
    line-height: 28px;
  }
}
section#subBanner {
  background-color: #d3c6d0;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 991px) {
  section#subBanner {
    height: 330px;
  }
}
@media screen and (max-width: 500px) {
  section#subBanner {
    height: 250px;
  }
}
section#subBanner .subBannerText {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 550px) {
  section#subBanner .subBannerText {
    bottom: 8%;
  }
}
section#about p:last-child {
  margin-bottom: 0;
}
section#services p {
  width: 46%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  section#services p {
    width: 100%;
  }
}

body.error404 {
  min-height: 800px;
  height: 100vh;
  background: url("/wp-content/html5blank-stable/img/404-bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
@media screen and (min-width: 992px) {
  body.error404 {
    background-position-x: right;
  }
}
body.error404 .error-404 {
  padding-top: 14rem;
}
body.error404 .error-404 h1 {
  font-size: calc(2.625rem + 16.5vw);
  line-height: calc(2.625rem + 16.5vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    font-size: 15rem;
  }
}
@media (min-width: 1200px) {
  body.error404 .error-404 h1 {
    line-height: 15rem;
  }
}

body {
  position: relative;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px;
}

@media screen and (min-width: 1250px) {
  .container-xl {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1400px) {
  .container-xl {
    max-width: 1385px;
  }
}
@media (min-width: 1500px) {
  .container-xl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container-xl {
    max-width: 1700px;
  }
}

@media (min-width: 1500px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1700px;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0rem;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.img-fluid {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.spill-container-left {
  margin-left: calc(-1 * (100vw - 100%) / 2);
}

.spill-container-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}

@media screen and (min-width: 576px) {
  .spill-container-sm-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-sm-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 768px) {
  .spill-container-md-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-md-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 992px) {
  .spill-container-lg-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-lg-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spill-container-xl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .spill-container-xxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
@media screen and (min-width: 1800px) {
  .spill-container-xxxl-left {
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }

  .spill-container-xxxl-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3c98af !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .owl-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #fff !important;
  }
}

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