/* -------- Import --------- */
html {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #1E1E1E;
  background-color: #ffffff;
}
html a {
  color: #041182;
  font-weight: bold;
  text-decoration: underline;
}
html a:hover {
  color: #050D50;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  line-height: 1.4;
}
html h1, html h2, html .wp-block-button {
  letter-spacing: 0.25em;
}
html h1, html h2, html h3 {
  text-transform: uppercase;
  font-weight: 700;
}
html h1 {
  font-size: 2.25rem;
}
@media (max-width: 576px) {
  html h1 {
    font-size: 1.5556rem;
  }
}
html h2 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  html h2 {
    font-size: 1.4444rem;
  }
}
html h3 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  html h3 {
    font-size: 1.4444rem;
  }
}
html h4 {
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  html h4 {
    font-size: 1.2778rem;
  }
}
html h5 {
  font-size: 1.2rem;
  text-transform: none;
}
@media (max-width: 576px) {
  html h5 {
    font-size: 1.2222rem;
  }
}
html h6 {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  html h6 {
    font-size: 1.1111rem;
  }
}
html h3.wp-block-heading {
  margin-block-end: 42px;
}

:root {
  --blz--style--global--content-size: 1520px;
  --blz--style--global--wide-size: 1520px;
  --blz--style--global--font-size-base: 20px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}
body * {
  max-width: 100%;
  box-sizing: border-box;
}
body img, body video, body iframe, body embed, body object {
  max-width: 100% !important;
  height: auto !important;
}
body .wp-block-columns,
body .wp-block-group,
body .wp-block-cover {
  overflow-x: hidden;
}
body main.container {
  max-width: 1520px;
  margin: 1em auto;
}
@media (max-width: 1560px) {
  body main.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@view-transition {
  navigation: auto;
}
body.home #page header#masthead {
  height: 0;
}
body.home #page article.page .entry-header {
  display: none;
}
body.home #page article.page .entry-content > .wp-block-columns:first-of-type {
  padding-top: 50vh;
  padding-bottom: 18vh;
  background-image: url("../images/home/Wellness-Spa-Taunton.jpg");
  background-size: cover;
  background-position: center bottom;
  background-color: #050D50;
}
@media (max-width: 576px) {
  body.home #page article.page .entry-content > .wp-block-columns:first-of-type {
    padding-left: 0.75em;
    padding-right: 0.75em;
    padding-top: 10em;
  }
}
body.home #page article.page .entry-content > .wp-block-columns:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(350deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1019607843) 54%, rgba(0, 0, 0, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
body.home #page article.page .entry-content h1 {
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
body.home #page #back-on-track {
  background-image: url("../images/home/getting-back-on-track-weights.png");
  background-size: cover;
}
@media (max-width: 769px) {
  body.home #page #back-on-track {
    background-position: 66% center;
  }
  body.home #page #back-on-track h2.has-x-large-font-size {
    font-size: 1.4444rem !important;
  }
}
body.home.blz_scrolled #page header#masthead {
  background-color: #C2B4AD;
  box-shadow: none;
  height: 0;
  padding-bottom: 0;
}
body.home.blz_scrolled #page header#masthead::before {
  background-color: #C2B4AD;
}

body header#masthead {
  background-image: url("../images/home/Wellness-Spa-Taunton.jpg");
  background-size: cover;
  background-position: center 80%;
  position: relative;
  background-color: #041182;
}
body header#masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  z-index: -1;
}
body header#masthead .container.blz-header-page-title {
  justify-content: center;
}
body header#masthead .container.blz-header-page-title .entry-header {
  color: #ffffff;
  text-align: center;
}
/* ------------ Blog ------------ */
body {
  /* Main Archive */
  /* Single Blog Post */
  /* Both Archive and Single Post */
}
body header#masthead {
  z-index: 2;
  transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
body header#masthead .container {
  max-width: var(--blz--style--global--content-size);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
body header#masthead .site-branding, body header#masthead #site-navigation {
  margin-top: 33px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 15px;
  align-items: center;
}
@media (max-width: 1560px) {
  body header#masthead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  body header#masthead .custom-logo, body header#masthead .wordmark {
    height: auto;
  }
  body header#masthead .custom-logo {
    width: 80px;
    margin-top: 10px;
  }
  body header#masthead .wordmark {
    width: 160px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
body.blz_scrolled #page header#masthead {
  background-color: #041182;
  height: auto;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* --------- Footer --------- */
body footer .edit-link {
  display: none;
}
body #footer, body #socket {
  color: #ffffff;
  margin-bottom: 0;
}
body #footer a, body #socket a {
  color: #ffffff;
}
body #footer {
  background-color: #312832;
  padding: 100px 2.375em;
}
body #footer h2 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin: 0;
}
body #footer ul.menu {
  list-style-type: none;
  padding-left: 0;
}
body #footer ul.menu li.menu-item {
  padding-bottom: 0.7em;
}
@media (max-width: 1560px) {
  body #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body #socket {
  background-color: #1E1E1E;
  padding: 50px 2.375em;
}
body #socket .wp-block-columns .wp-block-column:nth-child(even) {
  text-align: right;
}
@media (max-width: 769px) {
  body #socket .wp-block-columns .wp-block-column:nth-child(even) {
    text-align: left;
  }
}
@media (max-width: 1560px) {
  body #socket {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1.entry-title,
.entry-content > .wp-block-columns {
  padding-bottom: 100px;
  margin: 0;
}
h1.entry-title.has-light-blue-background-color, h1.entry-title.has-light-blue-background-color + .wp-block-columns, h1.entry-title:first-child,
.entry-content > .wp-block-columns.has-light-blue-background-color,
.entry-content > .wp-block-columns.has-light-blue-background-color + .wp-block-columns,
.entry-content > .wp-block-columns:first-child {
  padding-top: 100px;
}
h1.entry-title > .wp-block-column,
.entry-content > .wp-block-columns > .wp-block-column {
  flex: 1 1 0%;
  min-width: 0;
}
h1.entry-title > .wp-block-column > .wp-block-columns.blz-flex,
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns.blz-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1.entry-title > .wp-block-column > .wp-block-columns + .wp-block-columns,
.entry-content > .wp-block-columns > .wp-block-column > .wp-block-columns + .wp-block-columns {
  margin-top: 90px;
}
@media (max-width: 1560px) {
  h1.entry-title > .wp-block-column,
  .entry-content > .wp-block-columns > .wp-block-column {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 769px) {
  h1.entry-title > .wp-block-column > .wp-block-group.is-layout-grid,
  .entry-content > .wp-block-columns > .wp-block-column > .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
  h1.entry-title > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(1),
  .entry-content > .wp-block-columns > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(1) {
    order: 1;
  }
  h1.entry-title > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(2),
  .entry-content > .wp-block-columns > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(2) {
    order: 2;
  }
  h1.entry-title > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(3),
  .entry-content > .wp-block-columns > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(3) {
    order: 4;
  }
  h1.entry-title > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(4),
  .entry-content > .wp-block-columns > .wp-block-column > .wp-block-group.is-layout-grid > :nth-child(4) {
    order: 3;
  }
}
h1.entry-title .wp-block-group.is-layout-grid,
.entry-content > .wp-block-columns .wp-block-group.is-layout-grid {
  align-items: center;
}

body .wp-block-buttons {
  gap: 1em;
}
body .wp-block-button__link {
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
body .wp-block-button__link.has-royal-blue-background-color:hover {
  color: #ffffff;
}
body .wp-block-button.is-style-outline {
  border: 4px solid #ffffff;
}

body form input[type=text],
body form input[type=email],
body form input[type=url],
body form input[type=tel],
body form input[type=number],
body form textarea {
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
}
body form input[type=text]:focus,
body form input[type=email]:focus,
body form input[type=url]:focus,
body form input[type=tel]:focus,
body form input[type=number]:focus,
body form textarea:focus {
  outline: none;
  border-color: #1E1E1E;
}
body form input[type=submit] {
  background-color: #ffffff;
  color: #050D50;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
body form input[type=submit]:hover {
  background-color: #F2F2FA;
}
body form.wpcf7-form .wpcf7-response-output {
  margin: 2em 0;
  padding: 0;
}
body form .wpcf7-not-valid-tip {
  color: #ffffff !important;
  background-color: #820404;
  padding: 0.2em 0.5em;
  text-decoration: none;
  position: relative;
  top: -3px;
  border-radius: 0 0 4px 4px;
}

#booking-page-content h3 {
  margin: 3em 0 0 !important;
}
#booking-page-content iframe {
  width: 100%;
  min-height: 60vh !important;
  border-bottom: 30px solid #041182;
}

.entry-content .wp-block-column figure.wp-block-image {
  text-align: center;
  position: relative;
  background: #F2F2FA;
}
.entry-content .wp-block-column figure.wp-block-image img {
  margin: auto;
  display: block;
}

nav#site-navigation button.menu-toggle {
  display: none;
}
@media (max-width: 1260px) {
  nav#site-navigation button.menu-toggle {
    display: block;
  }
}
nav#site-navigation ul#primary-menu {
  display: flex;
  gap: 35px;
  font-size: 22px;
  font-weight: 500;
}
nav#site-navigation ul#primary-menu li {
  list-style-type: none;
}
nav#site-navigation ul#primary-menu li.current-menu-item {
  border-bottom: 3px solid #ffffff;
}
nav#site-navigation ul#primary-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 5px;
  text-decoration: none;
}
nav#site-navigation ul#primary-menu li a:hover {
  text-decoration: none;
}
@media (max-width: 1260px) {
  nav#site-navigation .menu-primary-menu-container {
    width: 300px;
    gap: 20px;
    background: #041182;
    position: fixed;
    right: -320px;
    transition: right 0.3s cubic-bezier(0.05, 0.82, 0.05, 1.15);
    top: 170px;
  }
  nav#site-navigation .menu-primary-menu-container ul#primary-menu {
    flex-direction: column;
    padding-bottom: 10px;
  }
  nav#site-navigation.toggled .menu-primary-menu-container {
    right: -20px;
  }
  nav#site-navigation button.menu-toggle {
    background-color: #ffffff;
    color: #041182;
    border: none;
    font-size: 45px;
    padding: 10px 17px 8px;
  }
}

.recover-image-banner-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  background-color: #1E1E1E;
  position: relative;
  padding: 100px 0;
  margin-bottom: 100px;
}
.recover-image-banner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(15deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1019607843) 54%, rgba(0, 0, 0, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
.recover-image-banner-block .container {
  max-width: var(--blz--style--global--content-size);
  margin: auto;
  position: relative;
  z-index: 1;
}
.recover-image-banner-block .container .strapline {
  margin-left: auto;
}

.wp-block-columns.slats {
  position: relative;
}
.wp-block-columns.slats::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #050D50;
  z-index: 1;
  clip-path: shape(from 0 0, hline to 100%, vline to 20%, hline to 0, close, move to 0 40%, hline to calc(80% - 60px), line to calc(80% - 80px) calc(40% + 4px), vline to 60%, hline to 0, close, move to calc(80% - 65px) 40%, hline to calc(80% - 30px), arc to calc(80% - 30px) 60% of 5px cw, hline to calc(80% - 65px), close, move to 0 80%, hline to calc(80% - 80px), vline to 100%, hline to 0, close, move to calc(80% - 65px) 100%, vline to 80%, hline to calc(80% - 40px), line to calc(80% - 25px) 100%, close, move to calc(80% - 5px) 100%, line to calc(80% - 20px) 80%, hline to 100%, vline to 100%, close, move to calc(80% - 10px) 40%, arc to calc(80% - 10px) 60% of 10px cw, hline to 100%, vline to 40%, close);
}

figure.slats {
  clip-path: shape(from 0 0, hline to 100%, vline to 30%, hline to 0, close, move to 0 35%, hline to 100%, vline to 65%, hline to 0, close, move to 0 70%, hline to 100%, vline to 100%, hline to 0, close);
}

.padding-inner-text .wp-block-column > * {
  padding-left: 35px;
  padding-right: 35px;
}
.padding-inner-text .wp-block-column figure {
  padding: 0;
}
.padding-inner-text .wp-block-column ul {
  padding-inline-start: 60px;
}

/* --------- Media Queries --------- *//*# sourceMappingURL=main.css.map */