@import url("https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&&display=block");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,200,0..1,-50..200&icon_names=info");
* {
  box-sizing: border-box;
}

html, body {
  height: 100vh; /* standard definition (as fallback) */
  height: 100dvh; /* dynamic vh will make the trick on iOS */
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Puritan", sans-serif;
  font-weight: 300;
  color: #444;
}
html a, body a {
  color: rgb(131, 93, 91);
}

html {
  background: rgb(76, 91, 98) url(/assets/nicesea-lowres.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1, h2, h3, h4 {
  font-family: "Koh Santepheap", serif;
  color: rgb(76, 91, 98);
  font-weight: 300;
  margin: 0;
  padding: 0.25em 0;
}

.title h1, h2, h3, h4 {
  padding: 0.5em 0 1em;
}

h1 {
  font-size: 1.8rem;
}

p {
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 1.5;
}

header[role=banner], div#overlay {
  position: fixed;
}

main[role=main] {
  padding-top: 140px;
  background: rgba(76, 91, 98, 0.2);
  min-height: calc(100vh - 10rem);
}

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgb(76, 91, 98);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity ease;
  mix-blend-mode: difference;
}

header[role=banner] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  background: transparent;
  transition: 0.5s background ease;
  height: 120px;
  /* ### HEADER NAV ######### */
  /* ### HEADER NAV BURGER ######### */
}
header[role=banner] h1 {
  font-size: 1.8em;
  font-family: "Koh Santepheap", serif;
  font-weight: 100;
  padding: 1em 0.75em 1em 16px;
  margin: 0;
  line-height: 1;
  position: fixed;
  z-index: 1010;
  min-width: 360px;
  transform: scale(1.2);
  transform-origin: 0 0;
  transition: 0.5s transform ease;
}
header[role=banner] h1 svg {
  float: left;
  width: 2.5em;
  margin-right: 0.33em;
  position: relative;
  top: -0.25em;
}
header[role=banner] h1 svg path {
  fill: white;
  transition: 0.5s fill ease;
}
header[role=banner] h1 a {
  text-decoration: none;
  color: white;
}
header[role=banner] nav {
  /*display: none;*/
  text-align: center;
  padding: 1rem;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s opacity ease;
  transition-delay: 0.1s;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(76, 91, 98);
  color: #eee;
}
header[role=banner] nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header[role=banner] nav ul li {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 1.3rem;
}
header[role=banner] nav ul li a {
  text-decoration: none;
  color: #eee;
}
header[role=banner] .burger {
  position: fixed;
  top: 1.8rem;
  right: 2rem;
  z-index: 1020;
  cursor: pointer;
  transition: 0.5s right ease;
}
header[role=banner] .burger span {
  display: block;
  width: 30px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: white;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s ease;
}
header[role=banner] .burger span:first-child {
  transform-origin: 0% 0%;
}
header[role=banner] .burger span:last-child {
  transform-origin: 0% 100%;
}

body.scroll header[role=banner] {
  background: rgb(76, 91, 98);
}
body.scroll header[role=banner] h1 {
  transform: scale(1);
}
body.scroll header[role=banner] svg path {
  fill: white;
}
body.scroll header[role=banner] h1 a, body.scroll header[role=banner] .burger span {
  color: white;
}

body.with-menu header[role=banner] .burger {
  right: 1.8rem;
}
body.with-menu header[role=banner] .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, 0) scale(0.9, 0.9);
  background: white;
}
body.with-menu header[role=banner] .burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
body.with-menu header[role=banner] .burger span:last-child {
  transform: rotate(-45deg) translate(-2px, 0) scale(0.9, 0.9);
}
body.with-menu header[role=banner] nav {
  opacity: 1;
  pointer-events: all;
}
body.with-menu #overlay {
  opacity: 1;
  pointer-events: all;
}

footer[role=contentInfo] {
  background: rgb(76, 91, 98);
  min-height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer[role=contentInfo] nav {
  /*display: none;*/
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(76, 91, 98);
  color: #eee;
}
footer[role=contentInfo] nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer[role=contentInfo] nav ul li {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
}
footer[role=contentInfo] nav ul li a {
  text-decoration: none;
  color: #eee;
}

@media (min-width: 1024px) {
  header[role=banner] .burger {
    display: none;
  }
  header[role=banner] nav {
    position: absolute;
    opacity: 1;
    background: transparent;
    left: auto;
    padding-right: 2rem;
    pointer-events: all;
  }
  header[role=banner] nav ul li {
    display: inline-block;
    font-size: 1.1rem;
  }
}
.def {
  background: rgb(212, 209, 207);
  padding: 0.5rem 1.5rem;
}
.def .text-container,
.def .image-container {
  max-width: 800px;
  margin: auto;
}
.def .text-container img,
.def .image-container img {
  max-width: 100%;
}

b, strong {
  font-weight: 600;
}

.arbitrary-list ul, .arbitrary-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arbitrary-list li {
  padding: 1em 4em;
  background: #ddd;
  text-align: center;
}
.arbitrary-list li:nth-child(even) {
  background: #ccc;
}
.arbitrary-list span.key {
  display: block;
  padding: 0.5em;
  font-family: "Koh Santepheap", serif;
}
.arbitrary-list span.value {
  display: block;
  font-size: 1.1em;
}

body[data-route=contact] .def h1 {
  text-align: center;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* basic */
.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container,
.swiper-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: grab;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  -o-object-position: top;
  object-position: top;
}

/* plugin pagination */
.swiper-plugin-pagination {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 0.5rem;
  transform: translateY(-50%);
}
.swiper-plugin-pagination__item {
  display: block;
  margin: 100% 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 50% !important;
  border: none;
  background: #fff;
  transition: background ease 0.2s;
  cursor: pointer;
}
.swiper-plugin-pagination__item.is-active {
  background: #333;
}

/* image lazyload */
.swiper-lazy {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: all ease 300ms;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-lazy-preloader::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.88);
  border-radius: 50%;
  border-bottom-color: transparent;
  transform-origin: 50%;
  animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 0, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
body[data-route=_home_] header[role=banner] h1 a, body[data-route=_home_] header[role=banner] .burger span {
  color: white;
}
body[data-route=_home_] header[role=banner] svg path {
  fill: white;
}
body[data-route=_home_] main[role=main] {
  background: transparent;
  padding-top: 0;
}

.slug-splash {
  background-color: transparent;
  height: calc(100vh - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.slug-splash h2, .slug-splash h3 {
  font-family: "Koh Santepheap", serif;
  font-weight: 300;
  color: white;
  padding: 0.25em;
}
.slug-splash h2 {
  font-size: 2rem;
}
.slug-splash h3 {
  font-size: 1.2rem;
}
.slug-splash img {
  height: 10rem;
}

.slug-my-approach {
  text-align: center;
  padding-bottom: 2em;
}
.slug-my-approach p {
  padding: 0.5em 2em;
  font-size: 1.1em;
  font-style: italic;
  border: 2px solid #888;
  border-top: 0;
  border-bottom: 0;
  color: #444;
}
.slug-booking-cta,
.slug-contact-cta,
.slug-about-cta {
  background: rgba(255, 255, 255, 0.3);
}
.slug-booking-cta a,
.slug-contact-cta a,
.slug-about-cta a {
  display: block;
  text-decoration: none;
  background-color: rgb(66, 136, 113);
  text-align: center;
  color: white;
  border: 2px solid white;
  padding: 1em 2em;
}
.slug-booking-cta a[name],
.slug-contact-cta a[name],
.slug-about-cta a[name] {
  display: none;
}

.slug-contact-cta a {
  background-color: rgb(66, 107, 136);
}

.slug-about-cta a {
  background-color: rgb(167, 108, 68);
}

.slug-front-pic {
  background: rgba(255, 255, 255, 0.3);
  padding: 1em;
}
.slug-front-pic .image-container {
  max-width: 600px;
}
.slug-front-pic .def {
  background: none;
  padding: 0;
  text-align: center;
}
.slug-front-pic .def img {
  margin: auto;
  border: 2px solid white;
  width: auto;
}

#carepatron {
  background: rgb(212, 209, 207);
  padding: 0;
}
#carepatron .text-container {
  max-width: 832px;
  min-height: 400px;
  display: grid;
  width: 100%;
  height: 100%;
}
#carepatron .text-container iframe {
  border: 0;
  max-width: 800px;
  height: 100%;
}

.slug-payment .body {
  text-align: center;
}

.map-container {
  min-height: 500px;
}

@media (max-width: 760px) {
  .map-container {
    min-height: 400px;
  }
}
.marker {
  background-image: url("/assets/marker.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  position: relative;
  top: -50px;
  border-radius: 50%;
  cursor: pointer;
}

.slug-email {
  text-align: center;
}

.slug-clonakilty .title h2, .slug-cork .title h2 {
  text-align: center;
}
.slug-clonakilty .slug-details > .text-container, .slug-cork .slug-details > .text-container {
  display: flex;
  flex-direction: row;
}
.slug-clonakilty .slug-details > .text-container .def-text, .slug-cork .slug-details > .text-container .def-text {
  flex: 1 1 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapboxgl-popup-content p {
  font-family: "Puritan", sans-serif;
}

body[data-route=about] main[role=main] > .def:last-child {
  padding-bottom: 5em;
}
body[data-route=about] main[role=main] .text-container {
  max-width: 700px;
}

.slug-about-text .def {
  padding: 2em 0 0;
}

@media (min-width: 760px) {
  .slug-about-text > .text-container {
    display: flex;
    flex-direction: row;
  }
  .slug-about-text > .text-container .def-image {
    flex: 1 1 45%;
  }
  .slug-about-text > .text-container .def-text {
    flex: 1 1 55%;
    padding: 2em 0 1em 1em;
  }
  .slug-about-text img {
    max-width: 100%;
  }
}
.slug-phone p {
  font-size: 1.5em;
}
/*# sourceMappingURL=app-dev.css.map */
