/**
Template: generatepress
Theme Name: Sashwa
Version: 1.0
Author: Troy Emmerson
*/

/* Fonts */

@font-face {
    font-family: 'Bicyclette';
    src: url('/wp-content/themes/sashwa/fonts/Bicyclette-Light.woff2') format('woff2'),
        url('/wp-content/themes/sashwa/fonts/Bicyclette-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('/wp-content/themes/sashwa/fonts/Bicyclette-Regular.woff2') format('woff2'),
        url('/wp-content/themes/sashwa/fonts/Bicyclette-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Emily Austin';
    src: url('/wp-content/themes/sashwa/fonts/EmilyAustin.woff2') format('woff2'),
        url('/wp-content/themes/sashwa/fonts/EmilyAustin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global */

:root {
  --light: #f0ece6;
  --text: #392F25;
  --primary: #B66746;
  --brown: #81280A;
  --yellow: #EDB168;
  --blue: #A1AAAF;
  --grey: #615851;
  --pink: #d3a490;
  --primary-font: "Nanum Myeongjo";
  --body-font: "Bicyclette";
  --cursive-font: "Emily Austin";
}

html, body {
  scroll-behavior: smooth;
}

body, a {
  font-family: var(--body-font);
  color: var(--text);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2 {
  font-family: var(--primary-font);
  color: var(--primary);
  word-spacing: 0;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 42px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item), .one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 0;
}

.cursive {
  font-family: var(--cursive-font);
}

#content.site-content {
  padding: 0;
}

#page.grid-container {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.container:not(#page) {
  padding-left: 20px;
  padding-right: 20px;
}

.center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.button, button:not(.cky-btn, .cky-accordion-btn, .cky-show-desc-btn, .cky-btn-close) {
  display: inline-block;
  font-size: 15px;
  padding: 6px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: var(--brown) !important;
  border: solid 2px var(--brown);
  transition: 0.2s all;
}

.button.green {
  background-color: #446b32 !important;
  border-color: #446b32 !important;
}

.button.green:hover {
  background-color: #446b32 !important;
  border-color: #446b32 !important;
  opacity: 0.8;
}

.button.white, button.white, .button.white:focus, button.white:focus {
  background-color: #fff !important;
  border-color: #fff;
  color: var(--primary);
}

.button:hover, button:not(.cky-btn, .cky-accordion-btn, .cky-show-desc-btn, .cky-btn-close):hover {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}

.button.light, button.light {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}

.button.light:hover, button.light:hover {
  background-color: var(--brown) !important;
  border-color: var(--brown);
}

.button.line, button.line, .button.line:focus, button.line:focus {
  background-color: transparent !important;
  color: var(--brown);
  border-color: var(--brown);
}

.button.line:hover, button.line:hover {
  background-color: var(--brown) !important;
  color: #fff;
}

a.generate-back-to-top {
  background-color: var(--light) !important;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.7;
}

a.generate-back-to-top:hover {
  opacity: 1;
}

a.generate-back-to-top .gp-icon svg {
  height: 26px;
  width: 26px;
  fill: var(--primary);
}

.page-header, .sidebar .widget, .site-main > * {
  margin-bottom: 0;
}

p.sub {
  color: var(--grey);
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}

/* Slick Slider */

.slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 9;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  margin: 5px;
}

.slick-dots li.slick-active button {
  background-color: var(--primary) !important;
}

.slick-dots li button {
  text-indent: -9999px;
  background-color: #fff !important;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  border: none !important;
  cursor: pointer;
  border-radius: 20px !important;
  padding: 0;
}

/* 404 */

.error-404 {
  padding: 250px 20px 200px;
}

.error-404 h1 {
  font-size: 120px;
  margin-bottom: 20px;
  letter-spacing: 10px;
  font-weight: bold;
  font-size: italic;
}

.error-404 p {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  word-spacing: 0;
  font-family: var(--primary-font);
  word-spacing: 0;
}

/* Banner */

.banner {
  height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner.short {
  height: 70vh;
}

.banner.none::after {
  display: none;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
}

.banner.light::after {
  background-color: var(--light);
}

.banner.dark::after {
  background-color: var(--grey);
}

.banner img, .banner video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}

.banner .scroll {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 999;
  right: 0;
  margin: 0 auto;
  width: max-content;
}

.banner .scroll svg {
  display: block;
}

.banner .content {
  z-index: 3;
  padding: 20px;
}

.banner .content h1 {
  font-size: 80px;
  color: #fff;
  margin: 0;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.banner .content p {
  font-size: 22px;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner .content p::after, .banner .content p::before {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #fff;
  margin: 6px 30px;
  display: inline-block;
}

@keyframes backgroundScroll {
    0%   {transform: scale(1);}
    50% {transform: scale(1.3);}
    100%   {transform: scale(1);}
  }

.banner.animate img, .banner.animate video {
  animation: backgroundScroll 40s linear infinite;
  overflow: hidden;
}

/* Header */

body.logged-in #masthead.site-header {
  top: 32px;
}

#masthead.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 20px;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu li {
  display: inline-block;
}

.header-section ul.menu li {
  margin-right: 20px;
}

.header-section ul.menu li a {
  color: var(--text);
  margin: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-section.light ul.menu li a, .post-type-archive-retreats .header-section:not(.scroll-header) ul.menu li a {
  color: #fff;
}

.header-section ul.menu li a:hover, .header-section ul.menu li.current-menu-item a {
  border-bottom: solid 2px var(--brown);
}

.header-section.light ul.menu li a:hover, .header-section.light ul.menu li.current-menu-item a {
  border-bottom: solid 2px #fff;
}

.header-section a img {
  display: block;
}

.header-section .burger-menu {
  display: inline-block;
  padding: 5px;
  width: max-content;
  position: relative;
  top: 11px;
  margin: 0 20px 0 40px;
}

.header-section .burger-menu div {
  display: block;
  height: 2px;
  background-color: var(--brown);
  width: 25px;
}

.header-section .burger-menu .second {
  margin: 7px 0;
}

.header-section .flex {
  justify-content: space-between;
  align-items: center;
}

header .menu-menu-left-container, header .flex .right {
  position: relative;
  top: -30px;
}

.header-section .menu-menu-left-container, .header-section .flex .right {
  width: calc(50% - 120px);
}

.header-section .flex .right {
  text-align: right;
}

/* Fixed Header Scroll */

.scroll-header {
  padding: 20px;
  background-color: var(--light);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  top: -90px;
  transition: 0.3s ease;
}

.header-section.scroll-header .burger-menu {
  top: 8px;
}

.header-section.scroll-header a.button {
  position: relative;
  bottom: 3px;
}

/* Menu Overlay */

.full-overlay-menu {
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 9999;
  background-color: #392f25;
  height: 0;
  opacity: 0;
  overflow: scroll;
  transition: 0.5s ease;
}

.full-overlay-menu.open {
  top: 0;
  opacity: 1;
  height: 100vh;
}

.full-overlay-menu .close-full-menu {
  position: absolute;
  top: 40px;
  right: 35px;
  padding: 5px;
}

.full-overlay-menu .overlay-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.full-overlay-menu .top img {
  display: block;
}

.full-overlay-menu .top.flex {
  justify-content: space-between;
  align-items: center;
}

.full-overlay-menu .top .button-group {
  width: 200px;
  position: relative;
  bottom: 15px;
}

.full-overlay-menu .top .button-group.right {
  text-align: right;
}

.full-overlay-menu .menus.flex {
  margin: 8% auto 0;
  justify-content: space-between;
}

.full-overlay-menu .menus.flex .left, .full-overlay-menu .menus.flex .right {
  width: 100%;
  max-width: 50%;
}

.full-overlay-menu .menus.flex .left > div, .full-overlay-menu .menus.flex .right > div {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}

.full-overlay-menu .menus.flex li {
  display: block;
  margin-bottom: 10px;
}

.full-overlay-menu .menus.flex .left a {
  color: var(--light);
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.full-overlay-menu .menus.flex .right a {
  color: var(--light);
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: 300;
}

.full-overlay-menu .menus a {
  border-bottom: solid 2px transparent;
  position: relative;
}

.full-overlay-menu .menus a:hover, .full-overlay-menu .menus li.current-menu-item a {
  border-bottom: solid 2px var(--primary);
}

.full-overlay-menu .menus li.current-menu-item a::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url('/wp-content/uploads/2024/04/favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: -35px;
}

.full-overlay-menu .menus .left li.current-menu-item a::before {
  top: 7px;
}

.full-overlay-menu .menus .right li.current-menu-item a::before {
  top: 3px;
}

/* Footer */

footer .col p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.footer-follow {
  padding: 40px 20px;
  background-color: var(--light);
}

.footer-follow .container-large {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.footer-follow h2 {
  margin-bottom: 20px;
}

.footer-follow .socials {
  margin-top: 15px;
}

.footer-follow .socials a {
  margin: 8px;
  padding: 2px;
}

.footer-follow .socials i {
  font-size: 25px;
  color: var(--primary);
}

footer {
  background-color: #392f25;
  padding: 50px 20px 20px;
}

footer li a, footer h3, footer .top a {
  color: var(--light);
}

footer .top.flex {
  justify-content: space-between;
}

footer .footer-container {
  max-width: 90%;
  margin: 0 auto;
}

footer .col {
  width: 100%;
  max-width: 24%;
  padding: 10px;
}

footer .col h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

footer .col li {
  display: block;
  margin-bottom: 5px;
}

footer .top a {
  opacity: 0.8;
  transition: 0.1s;
  font-size: 18px;
  letter-spacing: 0.5px;
}

footer .top a:hover {
  opacity: 1;
  color: var(--light);
}

footer .col:first-child a {
  display: block;
  margin-bottom: 5px;
}

footer .bottom * {
  color: var(--light);
  margin: 0;
  padding: 0;
}

footer .center {
  padding: 20px 0;
}

footer .center .flex {
  justify-content: space-between;
}

footer .center .left .socials {
  display: inline-block;
  margin-left: 40px;
}

footer .center .left .socials a {
  margin: 0 10px;
}

footer .center .left .socials i {
  color: #fff;
  font-size: 20px;
  position: relative;
  bottom: 5px;
}

footer .center .button:first-child {
  margin-right: 40px;
}

footer .bottom {
  padding: 10px 0;
}

footer .left .award {
  display: inline-block;
  margin-left: 40px;
}

footer .left .award img {
  width: 62px;
}

/* Intro */

.home .intro {
  padding-bottom: 60px;
}

.intro {
  padding: 40px 0;
}

.intro .container {
  max-width: 1180px;
}

.intro h1 {
  margin-bottom: 20px;
}

.intro p.sub-text {
  max-width: 760px;
  margin: 10px auto 20px;
  letter-spacing: 1px;
  color: var(--text);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.intro p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1em;
  color: var(--grey);
}

.intro p:not(.cursive, .sub-text) {
  font-family: var(--primary-font);
  word-spacing: 0;
}

.intro p a {
  color: var(--primary);
  font-weight: 400;
}

.intro img {
  display: block;
  margin: 20px auto 0;
}

.intro .intro-cursive {
  margin-bottom: 10px;
}

.intro .cursive {
  margin: 0;
  font-size: 80px;
  color: #aaa;
  line-height: 0.8;
  position: relative;
  bottom: 15px;
}

.intro .cursive::before, .intro .cursive::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #aaa;
  display: inline-block;
  position: relative;
  bottom: 10px;
}

.intro .cursive::after {
  left: 15px;
}

.intro .cursive::before {
  right: 10px;
}

.intro .button {
  margin-top: 25px;
}

/* Content Slider */

.content-slides {
  padding: 40px 0 60px;
}

.content-slides h2 {
  margin-bottom: 10px;
}

.content-slides .card {
  margin: 0 30px;
}

.content-slides .card img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  display: block;
}

.content-slides .card .content {
  bottom: 30px;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f0ece6b5;
  z-index: 2;
}

.content-slides .card .content.simple {
  padding: 0;
  background-color: transparent;
}

.content-slides .card .content h3 {
  font-size: 32px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.content-slides .card .content p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.content-slides .slick-arrow {
  opacity: 0.7;
  transition: 0.1s ease;
}

.content-slides .card::after, .columns .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.content-slides .card::after, .columns .card.no-overlay::after {
  display: none !important;
}

.content-slides .slick-arrow:hover {
  opacity: 1;
}

.content-slides .slick-arrow.prev {
  left: calc(12vw - 15px);
}

.content-slides .slick-arrow.next {
  right: calc(12vw - 15px);
}

/* Image Text */

.home .image-text {
  background-color: #f0ece6;
}

.image-text {
  padding: 60px 0;
}

.image-text .card {
  align-items: center;
}

.image-text .card:nth-child(2n) {
  flex-direction: row-reverse;
}

.image-text .image-text-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.image-text .image-text-slider {
  max-width: 50%;
}

.image-text .image-text-slider .next {
  right: 10px;
}

.image-text .image-text-slider .prev {
  left: 10px;
}

.image-text .image-text-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #f0ece6b5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text .card img.main {
  width: 100%;
  max-width: 50%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block
}

.image-text .card .content {
  padding: 5%;
  width: 100%;
  max-width: 50%;
}

.image-text h3 {
  color: var(--primary);
  font-family: var(--primary-font);
  word-spacing: 0;
  font-size: 38px;
  margin-bottom: 1rem;
}

.image-text p {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.image-text h4 {
  line-height: 1.2;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}

.image-text .button:not(.button-toggle .button) {
  margin: 10px 0 20px;
}

.image-text img.icon {
  display: block;
  margin: 0 auto;
}

.page-template-page-facilities .image-text {
  padding: 20px 0 40px;
}

/* Columns */

.columns h2 {
  margin-bottom: 10px;
}

.columns p.sub, .columns h2 {
  padding: 0 20px;
}

.columns {
  padding: 40px 0 60px;
}

.columns img {
  height: 70vh;
  object-fit: cover;
  display: block;
  width: 100%;
}

.columns .card {
  margin: 5px 14px;
}

.columns .absolute {
  overflow: hidden;
  transition: 0.2s ease-in;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 30px 25px;
  background-color: transparent;
}

.columns .hidden {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s ease-in-out;
}

.columns .card:hover .hidden {
  max-height: 500px;
}

.columns .card:hover .absolute {
  background-color: #00000050;
}

.columns .content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.columns .content p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.columns .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #f0ece6b5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.columns .slick-arrow.next {
  right: 2%;
}

.columns .slick-arrow.prev {
  left: 2%;
}

.columns .container.flex {
  justify-content: space-between;
}

.columns .container .card {
  margin: 0;
  width: 32%;
}

.columns .container.four .card {
  margin: 0;
  width: 23.5%;
}

.columns .container img {
  height: 620px;
}

.columns .container.four .card img {
  height: 450px;
}

.columns .container h3 {
  margin-bottom: 10px;
}

.columns .container.four {
  max-width: 1320px;
}

.columns .container.four .content h3 {
  font-size: 25px;
}

.columns .container.four .content p {
  font-size: 20px;
}

.stay-column-text {
  background-color: #f0ece6;
  padding-bottom: 40px;
}

.stay-column-text p {
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
}

/* Blog Archive */

.blog h1 {
  margin-bottom: 10px;
}

/* Single Post */

section.single-post .container {
  margin-top: 180px;
  margin-bottom: 80px;
}

section.single-post .container img.wp-post-image {
  display: block;
  margin-bottom: 25px;
}

section.single-post .container span.date {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

section.single-post .container h1.title {
  margin-bottom: 30px;
}

section.single-post .container .content {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: var(--grey);
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.single-post .post-navigation {
  margin-top: 70px;
  justify-content: space-between;
  align-items: center;
}

section.single-post h2, section.single-post h3, section.single-post h4, section.single-post h5 {
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--grey);
}

section.single-post h2 {
  font-size: 34px;
}

/* Blog Posts */

section.blog {
  padding: 40px 0 60px;
}

.home section.blog {
  background-color: var(--light);
}

section.blog h2 {
  margin-bottom: 10px;
}

section.blog .blog-posts {
  justify-content: space-between;
}

section.blog article {
  width: 100%;
  max-width: 32%;
  margin: 10px 0 50px;
}

section.blog article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease-out;
}

section.blog article a:not(.button) {
  display: block;
  overflow: hidden;
}

section.blog article a:not(.button):hover img {
  transform: scale(1.05);
}

section.blog article span {
  display: block;
  color: var(--grey);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0 10px;
}

section.blog article h3 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: var(--primary-font);
  word-spacing: 0;
}

/* Signup */

section.signup {
  background-color: var(--pink);
  padding: 60px 0;
}

section.signup .flex {
  align-items: center;
}

section.signup .content {
  width: 100%;
  max-width: 47%;
  margin-right: 3%;
  padding-left: 60px;
}

section.signup .form {
  width: 100%;
  max-width: 50%;
}

section.signup .content img {
  height: 150%;
  left: -60px;
  z-index: 1;
  opacity: 0.5;
  top: -30%;
}

section.signup .content h3 {
  font-size: 70px;
  margin-bottom: 15px;
  font-weight: 300;
  color: var(--text);
  line-height: 0.5;
  font-family: var(--cursive-font);
  position: relative;
  z-index: 2;
}

section.signup .content p {
  color: #fff;
  font-size: 25px;
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  position: relative;
  z-index: 3;
  font-family: var(--primary-font);
  word-spacing: 0;
  letter-spacing: 1px;
}

section.signup input:not(.button) {
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 5px 0 !important;
  text-indent: 3px !important;
	outline: none !important;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.signup input::placeholder {
  color: #fff;
  opacity: 1;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.signup input.button {
  border-radius: 0 !important;
  display: inline-block !important;
  font-size: 15px !important;
  padding: 6px 30px !important;
  transition: 0.2s all !important;
  height: unset !important;
  line-height: unset !important;
  margin: 10px 0 !important;
}

section.signup #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.signup #mc_embed_signup .mc-field-group {
  width: 100%;
  padding-bottom: 10px;
}

section.signup #mc_embed_signup .mc-field-group.half {
  max-width: 48%;
}

section.signup #mc_embed_signup div#mce-responses {
  padding: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

section.signup #mc_embed_signup #mce-success-response {
  color: var(--brown) !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

/* Retreats */

section.retreat-grid:not(.single) {
  padding: 40px 0;
}

section.retreat-grid:not(.single) h2 {
  margin-bottom: 10px;
}

.retreat-grid .flex {
  gap: 2%;
  margin-top: 40px;
}

.retreat-grid article {
  width: 23.5%;
  margin-bottom: 2%;
}

.retreat-grid article img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.retreat-grid article h3 {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 10px;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  transition: 0.3s ease;
  z-index: 3;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.retreat-grid article a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}

.retreat-grid article a:hover h3 {
  bottom: calc(50% - 40px);
  align-items: center;
  color: var(--text);
}

.retreat-grid article a::before, .retreat-grid article a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.2;
  transition: 0.3s ease-out;
}

.retreat-grid article a::before {
  background-color: #000;
}

.retreat-grid article a::after {
  background-color: #f0ece6b5;
}

.retreat-grid article a:hover::after {
  opacity: 1;
}

.retreat-grid article a:hover::before {
  opacity: 0;
}

section.cta {
  padding: 80px 0 70px;
  background-color: var(--primary);
}

section.cta .cursive {
  font-size: 70px;
  margin-bottom: 30px;
  color: var(--text);
  line-height: 0.5;
  position: relative;
  z-index: 2;
}

section.cta p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.cta p.button-title {
  color: var(--text);
  font-weight: 400;
  letter-spacing: 1px;
}

section.cta .flex {
  justify-content: space-around;
}

section.cta .flex .button {
  width: 25%;
}

section.cta .flex .button:hover {
  border-color: #fff !important;
}

section.cta img.absolute {
  left: 0;
  right: 0;
  top: -40px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  opacity: 0.1;
  z-index: 1;
}

section.cta .icon-above img.absolute {
  position: relative;
  top: -20px;
  opacity: 1;
}

/* Retreats */

.upcoming-retreats {
  padding: 40px 0 60px;
}

.upcoming-retreats h2 {
  margin-bottom: 10px;
}

.upcoming-retreats img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}

.upcoming-retreats .card {
  margin: 10px 50px;
}

.upcoming-retreats .content {
  padding: 20px;
}

.upcoming-retreats .content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
}

.upcoming-retreats .content span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 5px;
}

.upcoming-retreats .content h4 {
  display: block;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.upcoming-retreats .content p {
  max-width: 70%;
  margin: 0 auto 20px;
  line-height: 1.5;
  font-weight: 300;
  font-size: 20px;
  font-family: var(--primary-font);
  word-spacing: 0;
  color: var(--grey);
}

.upcoming-retreats .slick-arrow {
  top: calc(37vh - 15px);
  opacity: 0.7;
  transition: 0.1s;
}

.upcoming-retreats .slick-arrow:hover {
  opacity: 1;
}

.upcoming-retreats .slick-arrow.next {
  right: 19vw;
}

.upcoming-retreats .slick-arrow.prev {
  left: 19vw;
}

.archive.retreats .faqs {
  padding: 40px 0 60px;
}

.archive.retreats .image-text .button-toggle {
  text-align: center;
  margin: 20px 0 40px;
}

.archive.retreats .image-text .button-toggle .active {
  background-color: var(--primary) !important;
  color: #fff;
}

.archive.retreats .image-text .button-toggle .button {
  margin-bottom: 10px;
}

.archive.retreats .retreat-calendar-button {
  margin: 60px auto 0 !important;
  display: block;
  max-width: max-content;
}

.archive.retreats .image-text .container.external {
  display: none;
}

/* Single Retreat */

.single-retreat .container.top {
  margin-top: 240px;
}

.single-retreat .container.top a.return {
  letter-spacing: 1px;
  color: var(--grey);
  text-transform: uppercase;
  position: absolute;
  top: -80px;
  right: 0;
}

.single-retreat .container.top a.return svg {
  background-color: #f3efeb;
  color: #222;
  position: relative;
  top: 8px;
  right: 3px;
  width: 28px;
  height: 28px;
  padding: 3px;
  border-radius: 100%;
}

.single-retreat .content.flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.single-retreat .gallery-slider, .single-retreat .right {
  width: 100%;
  max-width: 47%;
}

.single-retreat .gallery-slider.hide-dots .slick-dots {
  display: none;
}

.single-retreat .gallery-slider img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.single-retreat .content h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
}

.single-retreat .content p {
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.single-retreat .content img {
  display: block;
  margin: 0 auto;
}

.single-retreat .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #f0ece6b5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-retreat .slick-arrow.next {
  right: 5px;
}

.single-retreat .slick-arrow.prev {
  left: 5px;
}

.single-retreat .retreat-grid.single {
  margin-bottom: 40px;
}

/* About */

section.mvuu {
  padding: 40px 0 60px;
  background-color: var(--light);
}

section.mvuu h2 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 30px;
}

section.mvuu p {
  font-size: 20px;
  color: var(--grey);
  font-weight: 300;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.mvuu .content {
  width: 100%;
  max-width: 36%;
  margin-left: 4%;
  margin-top: 10px;
}

section.mvuu .gallery-slider {
  width: 100%;
  max-width: 60%;
}

section.mvuu .slick-arrow {
  display: none !important;
}

section.mvuu .gallery-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

section.founders .container {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.founders h2 {
  margin-bottom: 30px;
}

section.founders img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

section.founders h3 {
  font-size: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: var(--text);
  font-weight: 400;
  text-transform: uppercase;
}

section.founders p {
  font-size: 20px;
  color: var(--grey);
  font-weight: 300;
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
  text-align: left;
}

section.team.about {
  background-color: var(--light);
}

section.team {
  padding: 40px 0;
}

section.team h2 {
  margin-bottom: 30px;
}

section.team .flex.wrapper {
  gap: 4%;
}

section.team .card {
  width: 100%;
  max-width: 22%;
  margin-bottom: 4%;
}

section.team .card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

section.team .card img.has-modal {
  cursor: pointer;
}

section.team .card h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section.team .card p {
  font-family: var(--primary-font);
  word-spacing: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
}

section.team .modal h3 {
  margin-bottom: 10px;
}

section.team .modal h4 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000069;
  z-index: 999999;
  overflow: scroll;
}

.modal.open {
  display: block;
}

section.team .modal .container {
  margin: 50px auto;
  width: 90%;
  background-color: #fff;
  padding: 50px !important;
}

section.team .modal .flex {
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

section.team .modal img:not(.icon) {
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
}

section.team .modal .content, section.team .modal img:not(.icon) {
  width: 100%;
  max-width: 49%;
}

section.team .modal .content {
  padding: 20px 40px;
}

.modal h3 {
  color: var(--primary);
  font-size: 38px;
  margin-bottom: 30px;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.modal p {
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.4;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.modal a.close {
  top: 20px;
  right: 20px;
  letter-spacing: 1px;
  color: var(--grey);
  font-size: 14px;
}

.modal a.close svg {
  padding: 2px;
  border-radius: 100%;
  position: relative;
  top: 9px;
  margin-left: 5px;
  fill: #392F25;
  background-color: var(--light);
}

.modal .close.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.vision {
  padding: 40px 0;
}

section.vision h2 {
  margin-bottom: 30px;
}

section.vision .image-container img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}

section.vision .image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.vision .image-container span {
  font-size: 130px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  user-select: none;
  cursor: default;
  font-family: var(--cursive-font);
  line-height: 1.2;
}

section.vision .quote {
  width: 100%;
  max-width: 800px;
  padding: 40px 80px;;
  position: relative;
  top: -100px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  font-size: 28px;
  font-family: var(--primary-font);
  word-spacing: 0;
  line-height: 1.3;
  margin-bottom: -50px;
}

section.vision p {
  font-size: 20px;
  color: var(--grey);
  font-weight: 300;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.vision .quote img {
  left: 0;
  right: 0;
  top: 25px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
  opacity: 0.1;
  z-index: 1;
}

section.vision a.button {
  display: block;
  margin: 0 auto 25px;
  max-width: max-content;
}

section.vision img.icon {
  display: block;
  margin: 0 auto 10px;
}

.koru-camp {
  padding: 40px 0;
  background-color: var(--light);
}

.koru-camp img.logo {
  display: block;
  margin: 0 auto 20px;
}

.koru-camp .container p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.koru-camp .content-slides {
  padding: 10px 0 40px;
}

.koru-camp .content-slides .card img {
  height: 350px;
}

.koru-camp .content-slides .card {
  margin: 0 20px;
}

.koru-camp .content-slides .slick-arrow.prev {
  left: calc(8vw - 15px);
}

.koru-camp .content-slides .slick-arrow.next {
  right: calc(8vw - 15px);
}

.koru-camp .content-slides .slick-arrow svg {
  color: #fff;
}

@media screen and (max-width: 767px) {

  .koru-camp .content-slides .card {
    margin: 0 15px;
  }

  .koru-camp .content-slides .card img {
    height: 300px;
  }

}

/* Quote */

section.quote {
  background-color: var(--light);
  padding: 70px 0;
}

section.quote h3 {
  font-family: var(--cursive-font);
  font-size: 60px;
  position: relative;
  z-index: 2;
}

section.quote p {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  z-index: 2;
}

section.quote img {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
}

section.impact-columns {
  margin: 60px 0;
}

section.impact-columns .flex {
  justify-content: space-between;
}

section.impact-columns .col {
  width: 100%;
  max-width: 32%;
  margin-bottom: 30px;
}

section.impact-columns img:not(.icon) {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

section.impact-columns h3 {
  font-size: 26px;
  color: var(--grey);
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

section.impact-columns p {
  font-size: 20px;
  color: var(--grey);
  font-weight: 300;
  padding: 0 20px;
  font-family: var(--primary-font);
  word-spacing: 0;
}

section.impact-columns .modal .container {
  z-index: 2;
  margin: 50px auto;
  width: 90%;
  background-color: #fff;
  max-width: 900px;
  padding: 50px !important;
}

section.impact-columns .modal p {
  padding: 0;
  line-height: 1.5;
  color: var(--grey);
}

section.impact-columns .modal h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--primary);
}

section.impact-columns .modal img.icon {
  margin: 0 auto;
  display: block;
}

/* Contact */

.contact-details {
  padding: 40px 0;
}

.contact-details h1 {
  margin-bottom: 10px;
}

.contact-details .flex {
  margin: 70px 0 30px;
}

.contact-details .form {
  width: 100%;
  max-width: 62%;
}

.contact-details .details {
  width: 100%;
  max-width: 30%;
  margin-left: 8%;
  color: var(--grey);
}

.contact-details .details h3 {
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: var(--body-font);
}

.contact-details .details h4 {
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-details .details .socials {
  display: flex;
  gap: 6px;
}

.contact-details .details .socials i {
  font-size: 20px;
  color: var(--brown);
}

.contact-details .details .button {
  margin-top: 20px;
}

.contact-map {
  margin-bottom: 80px;
}

/* Gravity Forms */

.gform_button {
  padding: 6px 30px !important;
  border: solid 2px var(--brown) !important;
}

.gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
}

.gform_wrapper input:not(.button), .gform_wrapper textarea, .gform_wrapper select {
  border: solid 1px #ddd;
  background-color: transparent;
}

.gform_wrapper input.datepicker {
  width: 100% !important;
}

/* Rates */

.rates {
  padding: 40px 0;
}

.rates p {
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.rates-text strong {
  font-family: var(--body-font);
}

.rates strong {
  font-weight: 500;
  color: var(--text);
}

.rates .table-top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rates .table-top select {
  padding: 8px 10px;
  background-color: #fff;
  border: solid 1px rgba(0,0,0,.1);
}

.rates .table-top select option {
  background-color: #fff;
}

.rates .table td, .rates .table th {
  font-family: var(--primary-font);
  word-spacing: 0;
}

.rates .table {
  margin: 60px auto 40px;
  max-width: 1000px;
}

.rates .rates-text {
  margin: 0 auto;
  max-width: 1000px;
}

.rates .button-group {
  text-align: right;
}

.specials {
  background-color: #f0ece6;
  padding: 40px 0;
}

.specials h2 {
  margin-bottom: 40px;
}

.specials .special.flex {
  margin-bottom: 50px;
  align-items: center;
  justify-content: space-between;
}

.specials .special.flex img {
  height: auto;
  width: 100%;
  object-fit: cover;
  max-width: 48%;
  aspect-ratio: 1/1;
}

.specials .special.flex .content {
  width: 100%;
  max-width: 48%;
}

.specials .special.flex .content h3 {
  font-size: 36px;
  font-family: var(--primary-font);
  word-spacing: 0;
  margin-bottom: 20px;
  color: var(--primary);
}

.specials .special.flex .content strong, .specials .special.flex .content b {
  font-weight: 400;
  color: var(--text);
  font-family: var(--body-font);
}

.specials .special.flex .content p {
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

/* Specials Page */

.page-template-page-specials .columns {
  background-color: #fff0 !important;
}

/* Need to know */

.need-to-know .sub-nav {
  padding: 18px;
  background-color: var(--light);
  width: 100%;
}

.need-to-know .sub-nav svg {
  display: none;
}

.need-to-know .sub-nav .flex {
  justify-content: space-around;
  width: 100%;
}

.need-to-know .sub-nav a {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--grey);
  border-bottom: solid 2px transparent;
}

.need-to-know .sub-nav a.active {
  border-bottom: solid 2px var(--primary);
}

.need-to-know .container:not(.flex) {
  margin: 60px auto;
}

.need-to-know section:not(.cta) {
  display: none;
}

.need-to-know section.show {
  display: block;
}

/* Need to know - Maps */

.need-to-know .maps .flex img:not(.icon) {
  max-width: 60%;
  width: 100%;
}

.need-to-know .maps .flex {
  align-items: center;
  margin-bottom: 60px;
}

.need-to-know .maps .flex .content {
  width: 100%;
  max-width: 35%;
  margin-left: 5%;
}

.need-to-know .maps h2 {
  text-align: center;
  margin-bottom: 20px;
}

.need-to-know .maps .flex p {
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.need-to-know a.button.end {
  display: block;
  max-width: max-content;
  margin: 30px auto 20px;
}

.need-to-know img.icon {
  display: block;
  margin: 20px auto 0;
}

.need-to-know .maps p.sub {
  text-align: center;
  font-weight: 400;
}

.need-to-know .maps .main-text {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
}

.need-to-know .maps .main-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}

.need-to-know p, .need-to-know li, .accordion p, .accordion li {
  font-size: 20px;
  color: var(--grey);
  font-weight: 300;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.accordion a {
  color: var(--primary);
  font-weight: 400;
}

.need-to-know p {
  margin-bottom: 1em;
}

/* Need to know - Weather */

.need-to-know .weather h2, .need-to-know .facts h2, .need-to-know .faqs h2, .need-to-know .terms h2 {
  margin-bottom: 30px;
}

.need-to-know .weather h4, .need-to-know .weather h3 {
  margin: 20px 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Need to know - FAQ Accordion */

/* Accordion */

.accordion {
  max-width: 1000px;
  margin: 40px auto;
}

.accordion .question {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 40px 15px 15px;
  letter-spacing: 1px;
  border-bottom: solid 1px var(--grey);
  position: relative;
}

.accordion .question span {
  font-size: 24px;
  margin-right: 5px;
  padding-left: 10px;
  width: 20px;
  text-align: right;
  position: absolute;
  top: calc(50% - 10px);
  line-height: 20px;
  right: 10px;
}

.accordion .answer {
  display: none;
  padding: 20px;
}

.accordion .accordion-content:first-child .answer {
  display: block;
}

.accordion .answer ul {
  margin: 1em;
  padding: 0;
}

/* Popup */

.pum .pum-container {
  position: relative;
}

.pum .pum-container::before {
  content: "";
  background-image: url('/wp-content/uploads/2024/04/favicon.png');
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  opacity: 0.5;
}

.pum .pum-content p {
  font-size: 18px;
  line-height: 1.2;
  max-width: 400px;
  margin: 0 auto;
  font-family: var(--primary-font) !important;
  word-spacing: 0;
}

.pum .pum-title {
  font-family: var(--primary-font) !important;
  word-spacing: 0;
}

.pum .pum-content .button {
  margin-top: 30px;
}

.pum .pum-close {
  height: 30px !important;
  width: 30px !important;
  background-color: #e1cbbf !important;
  line-height: 32px !important;
  border-radius: 50% !important;
}

/* Amenities */

.amenities {
  padding: 20px 0 60px;
}

.amenities h2 {
  margin-bottom: 40px;
}

.amenities .flex {
  justify-content: center;
}

.amenities .item {
  width: 16%;
  padding: 10px;
  box-sizing: border-box;
}

.amenities .item i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #392F25;
}

.amenities .item p {
  font-weight: 300;
  font-size: 18px;
  color: var(--grey);
  line-height: 1.2;
}

.amenities .item small {
  font-weight: 400;
}

/* Privacy & Terms */

section.terms-privacy {
  margin: 60px 0 80px;
}

section.terms-privacy h1 {
  font-size: 42px;
}

section.terms-privacy h2 {
  font-size: 30px;
}

section.terms-privacy h3 {
  font-size: 24px;
}

section.terms-privacy h2, section.terms-privacy h3, section.terms-privacy h1 {
  margin-bottom: 20px;
}

section.terms-privacy p, section.terms-privacy li {
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
}

section.terms-privacy a {
  font-weight: 500;
  color: var(--brown);
}

/* Reviews */

section.reviews {
  padding: 60px 0 80px;
  background-color: #f0ece6;
}

section.reviews h2 {
  margin-bottom: 10px;
}

section.reviews span.quote {
  font-size: 100px;
  line-height: 100px;
  font-family: var(--primary-font);
  color: var(--primary);
  word-spacing: 0;
  display: block;
  height: 30px;
  margin: 30px 0;
}

section.reviews .review-slider {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

section.reviews p {
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  font-family: var(--primary-font);
  word-spacing: 0;
  font-style: italic;
}

section.reviews cite {
  font-style: normal;
}

section.reviews .name img {
  position: relative;
  top: 4px;
  margin-right: 8px;
  display: inline-block;
}

section.reviews .next {
  right: -8%;
}

section.reviews .prev {
  left: -8%;
}

@media screen and (max-width: 1200px) {

  .full-overlay-menu .close-full-menu {
    right: 15px;
  }

  .header-section .menu-menu-left-container {
    display: none;
  }

  .header-section .flex .right {
    width: unset;
    top: -10px;
  }

  .header-section a img {
    width: 130px;
  }

  footer .footer-container {
    max-width: 100%;
  }

  .upcoming-retreats .content p {
    max-width: 90%;
  }

  upcoming-retreats .slick-arrow {
    top: calc(30vh - 15px);
  }

  .upcoming-retreats .slick-arrow.prev {
    left: 10vw;
  }

  .upcoming-retreats .slick-arrow.next {
    right: 10vw;
  }

}

@media screen and (min-width: 768px) {

  .show-mobile {
    display: none !important;
  }

}

@media screen and (max-width: 767px) {

  .archive.retreats .retreat-calendar-button {
    margin: 10px auto 0 !important;
  }

  .archive.retreats .image-text .button-toggle .button {
    margin-right: 0 !important;
  }

  section.reviews .review-slider {
    max-width: 100%;
  }

  section.reviews p {
    font-size: 18px;
  }

  section.reviews .slick-dots {
    position: relative;
    margin-top: 1.2em;
  }

  section.reviews span.quote {
    font-size: 80px;
    line-height: 90px;
    margin: 20px 0;
  }

  section.reviews {
    padding: 60px 0;
  }

  .page-template-page-stay section.reviews {
    padding-bottom: 20px;
  }

  .rates .button-group {
    text-align: center;
  }

  .rates .button-group .button {
    margin: 5px;
  }

  .rates .table-top form {
    margin-top: 15px;
  }

  .rates .table-top select {
    font-size: 15px;
  }

  section.terms-privacy h1 {
    font-size: 36px;
  }

  section.terms-privacy h2 {
    font-size: 26px;
  }

  section.terms-privacy ul, section.terms-privacy ol {
    margin: 0 0 1em 2em;
  }

  .contact-map iframe {
    height: 300px;
  }

  .amenities .item {
    width: 50%;
  }

  .image-text {
    padding: 40px 0;
  }

  .banner .content h1 {
    font-size: 60px;
    line-height: 1;
  }

  .banner .content p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
  }

  .banner .content p::after, .banner .content p::before {
    width: 60px;
    height: 1px;
    margin: 6px 15px;
  }

  .wpforms-container legend, .wpforms-container label:not(.after) {
    margin-bottom: 7px !important;
  }

  .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
  }

  .rates .table {
    margin: 40px auto;
  }

  .specials .special.flex .content .button {
    margin-top: 15px;
  }

  .specials .special.flex img {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .specials .special.flex .content {
    max-width: 100%;
  }

  .specials .special.flex .content h3 {
    font-size: 32px;
  }

  section.impact-columns .col {
    max-width: 100%;
    margin-bottom: 50px;
  }

  section.impact-columns .col:last-child {
    margin-bottom: 20px;
  }

  section.impact-columns img:not(.icon) {
    height: 300px;
    margin-bottom: 20px;
  }

  section.impact-columns .modal h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  section.impact-columns .modal .container {
    padding: 50px 30px 30px !important;
  }

  section.impact-columns h3 {
    margin-bottom: 10px;
  }

  section.impact-columns p {
    margin-bottom: 20px;
  }

  section.quote h3 {
    font-size: 42px;
    line-height: 0.8;
  }

  section.quote {
    padding: 50px 0;
  }

  section.quote p {
    font-size: 18px;
    margin-top: 20px;
  }

  .koru-camp .button.green {
    margin-top: 30px;
  }

  .contact-details h1 {
    margin-bottom: 0;
  }

  .contact-details .form, .contact-details .details {
    max-width: 100%;
  }

  .contact-details .details {
    margin: 40px 0 0;
  }

  section.mvuu {
    padding: 40px 0 20px;
  }

  section.team .modal h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  section.team .modal .container {
    padding: 60px 20px 10px !important;
  }

  .modal a.close {
    top: 5px;
    right: 10px;
    font-size: 0;
  }

  section.team .modal .content {
    padding: 25px 10px;
  }

  section.team .modal .content, section.team .modal img:not(.icon) {
    max-width: 100%;
  }

  section.team .card {
    max-width: 48%;
    margin-bottom: 35px;
  }

  section.team .card h4 {
    font-size: 16px;
  }

  section.vision .quote {
    padding: 25px;
    font-size: 20px;
    margin-bottom: 40px;
    top: 0;
  }

  section.vision .quote img {
    top: 8px;
    width: 110px;
  }

  section.vision .image-container img {
    height: 400px;
  }

  section.vision .image-container span {
    font-size: 72px;
  }

  section.mvuu .gallery-slider {
    max-width: 100%;
  }

  section.mvuu .content {
    max-width: 100%;
    margin: 30px 0 0;
  }

  section.mvuu .gallery-slider img {
    height: 300px;
  }

  .page-template-page-facilities .image-text {
    padding: 20px 0 40px;
  }

  section.single-post .container {
    margin-top: 130px;
    margin-bottom: 60px;
  }

  section.single-post .post-navigation {
    margin-top: 40px;
  }

  section.single-post .container h1.title {
    margin-bottom: 25px;
    font-size: 36px;
  }

  .hide-mobile {
    display: none !important;
  }

  .header-section .flex .right {
    top: 0;
  }

  .header-section .flex .right a.button {
    display: none;
  }

  .header-section .burger-menu {
    margin: 0;
  }

  .scroll-header {
    padding: 15px 20px;
  }

  .header-section.scroll-header .burger-menu {
    top: 4px;
  }

  a.generate-back-to-top {
    bottom: 20px;
    right: 20px;
  }

  h1 {
    font-size: 42px;
  }

  .intro h1 {
    margin-bottom: 30px;
    line-height: 1;
  }

  .button, button {
    font-size: 14px;
  }

  .intro .cursive {
    font-size: 12vw;
  }

  .intro .cursive::before, .intro .cursive::after {
    width: 30px;
    height: 1px;
    bottom: 5px;
  }

  h2 {
    font-size: 38px;
    line-height: 1;
  }

  p.sub {
    font-size: 16px;
    margin-top: 15px;
  }

  .image-text .card img.main, .image-text .image-text-slider img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    aspect-ratio: unset;
  }

  .image-text .image-text-slider {
    max-width: 100%;
  }

  .image-text .card .content {
    padding: 25px 10px;
    max-width: 100%;
  }

  .image-text .card:nth-child(2n) {
    flex-direction: row;
  }

  .image-text .card:not(:last-child) {
    margin-bottom: 30px;
  }

  .image-text h3 {
    color: var(--primary);
    font-family: var(--primary-font);
    word-spacing: 0;
    font-size: 34px;
    margin-bottom: 15px;
  }

  section.blog article {
    max-width: 100%;
  }

  section.blog article:last-child {
    margin-bottom: 20px;
  }

  footer .col {
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  footer .center .left .socials {
    margin: 20px 0;
    width: 100%;
  }

  footer .left .award {
    margin-left: 0;
    margin-bottom: 25px;
  }

  footer .center .button:first-child {
    margin-right: 10px;
  }

  footer .center .right {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  footer .bottom p {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  footer .center .flex {
    justify-content: center;
  }

  section.signup .content {
    max-width: 100%;
    margin-right: 0;
    padding-left: 20px;
  }

  section.signup .form {
    max-width: 100%;
  }

  section.signup {
    padding: 50px 0;
  }

  section.signup .content img {
    height: 85px;
    left: -30px;
  }

  section.signup .content .cursive {
    font-size: 50px;
    margin-bottom: 10px;
  }

  section.signup .content p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.signup #sbi_images {
    gap: 10px !important;
  }

  .footer-follow .container-large {
    max-width: 100%;
  }

  /* Overlay Menu */

  .full-overlay-menu .top:not(.show-mobile) {
    justify-content: center;
  }

  .full-overlay-menu .top img {
    width: 130px;
  }

  .full-overlay-menu .menus.flex {
    margin: 40px 15px;
  }

  .full-overlay-menu .overlay-container {
    max-width: 100%;
  }

  .full-overlay-menu .menus.flex .left, .full-overlay-menu .menus.flex .right, .full-overlay-menu .menus.flex .left > div, .full-overlay-menu .menus.flex .right > div {
    max-width: 100%;
  }

  .full-overlay-menu .menus.flex .left a {
    font-size: 26px;
  }

  .full-overlay-menu .menus.flex li {
    margin-bottom: 5px;
  }

  .full-overlay-menu .menus.flex .right a {
    font-size: 22px;
  }

  .full-overlay-menu .menus.flex .left {
    margin-bottom: 10px;
  }

  .full-overlay-menu .menus li.current-menu-item a::before {
    width: 20px;
    height: 20px;
    left: -25px;
  }

  .full-overlay-menu .menus .left li.current-menu-item a::before {
    top: 6px;
  }

  .full-overlay-menu .top .button {
    bottom: 0;
    margin-bottom: 10px;
  }

  .retreat-grid article, .experiences .retreat-grid article {
    width: 49%;
  }

  .retreat-grid article h3 {
    font-size: 18px;
    padding: 10px;
  }

  .retreat-grid article a:hover h3 {
    bottom: 30%;
  }

  section.cta .cursive {
    font-size: 50px;
  }

  section.cta p {
    font-size: 18px;
  }

  section.cta .flex {
    flex-direction: column;
  }

  section.cta .flex .button {
    width: unset;
    margin: 0 auto 10px;
  }

  .single-retreat .gallery-slider, .single-retreat .right {
    max-width: 100%;
  }

  .single-retreat .gallery-slider, .single-retreat .content h1 {
    margin-bottom: 20px;
  }

  .koru-camp img.logo {
    max-width: 80%;
  }

  .single-retreat .container.top {
    margin-top: 180px;
  }

  .single-retreat .container.top a.return {
    top: -60px;
    right: 20px;
    font-size: 15px;
  }

  .single-retreat .content h1 {
    font-size: 34px;
  }

  .upcoming-retreats h2, .upcoming-retreats p.sub, .content-slides h2, .content-slides p.sub {
    padding-left: 20px;
    padding-right: 20px;
  }

  .upcoming-retreats .card {
    margin: 10px;
  }

  .upcoming-retreats img {
    aspect-ratio: unset;
    height: 300px;
  }

  .upcoming-retreats .content p {
    max-width: 100%;
    font-size: 18px;
  }

  .upcoming-retreats .content {
    padding: 10px 20px;
  }

  .upcoming-retreats .slick-dots {
    position: relative;
  }

  .upcoming-retreats .slick-dots li button, .content-slides .slick-dots li button, .columns .slick-dots li button {
    background-color: var(--primary) !important;
  }

  .upcoming-retreats .slick-dots li.slick-active button, .upcoming-retreats .slick-dots li button:hover, .content-slides .slick-dots li button:hover, .content-slides .slick-dots li.slick-active button, .columns .slick-dots li button:hover, .columns .slick-dots li.slick-active button {
    background-color: var(--brown) !important;
  }

  .upcoming-retreats .content h3 {
    font-size: 26px;
    margin-top: 10px;
  }

  .content-slides .card {
    margin: 0 10px;
  }

  .content-slides .card .content {
    bottom: 5%;
    padding: 20px;
  }

  .content-slides .card .content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .content-slides .card .content p {
    font-size: 20px;
  }

  .content-slides .card img {
    height: 500px;
  }

  .content-slides {
    padding: 40px 0 80px;
  }

  .content-slides .slick-dots {
    bottom: -60px;
  }

  .columns .hidden {
    max-height: unset;
  }

  .columns .card .absolute {
    background-color: #00000050;
    padding: 30px 20px;
  }

  .columns .content h3 {
    font-size: 24px;
  }

  .columns .content p {
    font-size: 20px;
  }

  .columns .slick-dots {
    bottom: -60px;
  }

  .columns {
    padding: 40px 0 80px;
  }

  .columns img {
    height: 450px;
  }

  .error-404 h1 {
    font-size: 90px;
  }

  .error-404 {
    padding: 170px 20px 120px;
  }

  .columns .container .card {
    width: 100%;
    margin-bottom: 20px;
  }

  .columns .container img {
    height: 400px;
  }

  .columns .container h3 {
    font-size: 28px;
  }

  .header-section .burger-menu {
    top: 0;
  }

  .full-overlay-menu .close-full-menu {
    top: 35px;
    right: 15px;
  }

  .banner .scroll {
    bottom: 35px;
  }

  /* Need to Know */

  .need-to-know .container {
    margin: 40px auto;
  }

  .need-to-know .container.flex {
    padding: 0 !important;
    margin: 0 !important;
  }

  .need-to-know ul {
    margin: 0 0 1.5em 2em;
  }

  .accordion .question {
    font-size: 18px;
  }

  .need-to-know p, .need-to-know li, .accordion p, .accordion li {
    font-size: 18px;
  }

  .need-to-know section.cta .container {
    margin: 0 auto;
  }

  .need-to-know h3 {
    font-size: 24px;
  }

  .need-to-know .sub-nav {
    overflow: scroll;
  }

  .need-to-know .sub-nav .flex {
    flex-wrap: nowrap;
    width: max-content;
  }

  .need-to-know .sub-nav a {
    letter-spacing: 0;
    margin-right: 25px;
  }

  .need-to-know .maps .flex img:not(.icon), .need-to-know .maps .flex .content {
    max-width: 100%;
    margin-left: 0;
  }

  .need-to-know .maps .flex img:not(.icon) {
    height: 300px;
    margin-bottom: 20px;
  }

  .need-to-know .maps iframe {
    height: 300px;
  }

  .need-to-know .sub-nav svg {
    display: block;
    margin-right: 15px;
  }

  .need-to-know .sub-nav {
    padding-top: 20px;
  }

  .rates table th {
    font-size: 15px;
  }

  .rates table td {
    font-size: 14px;
  }

  td, th {
    padding: 8px 5px;
  }

  .pum {
    display: none !important;
  }

  .intro p.sub-text {
    font-size: 16px;
  }

  .intro p, .koru-camp .container p, section.impact-columns p, .image-text p, .rates p, .specials .special.flex .content p, section.mvuu p, section.team .modal p, section.vision p, .single-retreat .content p {
    font-size: 18px;
  }

  section.blog article h3 {
    font-size: 22px;
  }

  section.single-post .container .content {
    font-size: 18px;
  }

}

ul.list-check-marks {
	list-style: none;
	margin-left: 1.5em;
}

ul.list-check-marks li {
  display: flex;
  gap: 7px;
}

ul.list-check-marks li:before {
  content: '✓';
}

/* Thank You */

section.thank-you {
  padding: 250px 0 150px;
}

section.thank-you h1 {
  margin-bottom: 10px;
}

/* Mobile Navigation */

.mobile-fixed-navigation {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  background-color: var(--brown);
  width: 100%;
  padding: 0 5px;
  box-shadow: 0 0 12px 5px #00000057;
}

.mobile-fixed-navigation .flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mobile-fixed-navigation .flex a {
  font-size: 16px;
  color: #fff;
  width: 33.3%;
  text-align: center;
  padding: 15px 0;
}

.mobile-fixed-navigation .flex a:nth-child(2) {
  border-right: solid 1px #ffffff4f;
  border-left: solid 1px #ffffff4f;
}

.mobile-fixed-navigation .flex img {
  filter: invert();
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 3px;
  display: inline-block;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 767px) {

  section.thank-you {
    padding: 200px 0 100px;
  }

  .mobile-fixed-navigation {
    display: block;
  }

  footer {
    padding: 50px 20px 60px;
  }

}

/* New Retreats Styling */

.archive.retreats .image-text {
  background-color: #f0ece6;
}

.archive.retreats .image-text h2 {
  margin-bottom: 10px;
}

.archive.retreats .image-text p.sub {
  text-align: center;
  margin-bottom: 1.5rem;
}

.archive.retreats .image-text span.date {
  display: block;
  font-size: 1.2rem;
}

/* Host a Retreat */

section.host-form {
  padding: 40px 0 60px;
  background-color: #f0ece6;
}

section.host-form h2 {
  scroll-margin-top: 70px;
}

section.host-form .container {
  max-width: 900px;
}

section.host-form .container {
  max-width: 900px;
}

.host-retreat.faqs {
  padding: 60px 0;
}

.host-form .gform_wrapper input:not(.button), .host-form .gform_wrapper textarea, .host-form .gform_wrapper select {
  border: solid 1px #858585;
}

/* Retreat Calendar */

.retreat-calendar a.return {
  letter-spacing: 1px;
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}

.retreat-calendar a.return svg {
  background-color: #f3efeb;
  color: #222;
  position: relative;
  top: 8px;
  right: 3px;
  width: 28px;
  height: 28px;
  padding: 3px;
  border-radius: 100%;
}

.retreat-calendar {
  padding: 40px 0 60px;
}

.retreat-calendar h2 {
  margin-bottom: 10px;
  text-align: center;
}

.retreat-calendar p.sub {
  text-align: center;
  margin: 10px auto 20px;
  letter-spacing: 1px;
  color: var(--text);
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.retreat-calendar .retreat-year-filter {
  margin: 50px 0;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.retreat-calendar .retreat-year-filter .active {
  background-color: var(--primary) !important;
  color: #fff;
}

.retreat-calendar .retreat-grid {
  gap: 2%;
}

.retreat-calendar .retreat-grid .card {
  width: 100%;
  max-width: 32%;
  margin-bottom: 35px;
  background-color: #f0ece6;
}

.archive.retreats .retreat-calendar .retreat-grid .card {
  margin: 12px;
}

.archive.retreats .retreat-calendar .retreat-grid .next {
  right: -3%;
}

.archive.retreats .retreat-calendar .retreat-grid .prev {
  left: -3%;
}

.archive.retreats .retreat-calendar .container {
  width: 95%;
}

.retreat-calendar .retreat-grid .card.hide, .image-text .card.hide {
  display: none !important;
}

.retreat-calendar .retreat-grid .card img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}

.retreat-calendar .retreat-grid .card p {
  font-weight: 300;
}

.retreat-calendar .retreat-grid .card .content {
  padding: 25px 20px 20px;
}

.retreat-calendar .retreat-grid .card .content h3 {
  color: var(--primary);
  font-family: var(--primary-font);
  margin-bottom: 1rem;
}

.retreat-calendar .retreat-grid .card .content .date {
  margin-bottom: 1rem;
  font-weight: 400;
}

.retreat-calendar .retreat-grid .card span.absolute {
  right: 20px;
  top: 0;
  background-color: var(--light);
  padding: 5px 12px;
  text-transform: capitalize;
  color: var(--brown);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.retreat-calendar .retreat-grid .card.sashwa span.absolute {
  background-color: var(--brown);
	color: #fff;
}

@media screen and (max-width: 767px) {

  section.signup .content h3 {
    font-size: 45px;
  }

  .archive.retreats .retreat-calendar .retreat-grid .card {
    margin: 12px 8px;
  }

  .archive.retreats .retreat-calendar .slick-dots {
    position: relative;
    margin: 20px 0;
  }

  .archive.retreats .retreat-calendar .slick-dots li button {
    background-color: #B6674694 !important;
  }

  .archive.retreats .retreat-calendar .slick-dots li.slick-active button {
    background-color: var(--primary) !important
  }

  .retreat-calendar .retreat-grid .card {
    max-width: 100%;
  }

  .archive.retreats .retreat-calendar .container {
    width: 100%;
  }

  .retreat-calendar a.return {
    font-size: 15px;
    position: relative;
    bottom: 5px;
  }

  .retreat-calendar a.return svg {
    width: 25px;
    height: 25px;
  }

}

/* Exclusive Use */

.columns-list {
  margin: 40px 0 0;
}

.columns-list .flex {
  gap: 2%;
}

.columns-list .flex .card {
  width: 100%;
  max-width: 32%;
  margin-bottom: 40px;
}

.columns-list .flex img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.columns-list .flex .content {
  padding: 1.5rem 1rem 0;
}

.columns-list .flex .content h3 {
  color: var(--primary);
  font-family: var(--primary-font);
  word-spacing: 0;
  font-size: 30px;
  margin-bottom: 1rem;
}

.columns-list .flex .content p {
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
}

.page-template-page-exclusive .image-text {
  background-color: #f0ece6;
}

.page-template-page-exclusive .faqs {
  padding: 60px 0;
}

.page-template-page-exclusive #enquire .container {
  max-width: 900px;
  padding: 60px 20px;
}

.page-template-page-exclusive #enquire h2 {
  margin-bottom: 30px;
}

/* Single Retreat Page */

.page-template-page-single-retreat .intro {
  padding: 40px 0 20px;
}

.page-template-page-single-retreat .intro-meta {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #efebe6;
}

.page-template-page-single-retreat .intro-meta p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: var(--grey);
}

.page-template-page-single-retreat .intro-meta strong {
  font-weight: 500;
  color: var(--text);
}

.page-template-page-single-retreat .gallery {
  display: flex;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.page-template-page-single-retreat .gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 24%;
  object-fit: cover;
}

.page-template-page-single-retreat .info p {
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  font-family: var(--primary-font);
}

.page-template-page-single-retreat .info {
  margin: 50px 0;
}

.page-template-page-single-retreat .info h3 {
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: solid 2px var(--primary);
  max-width: max-content;
  margin: 0 auto 15px;
  padding: 0 10px 4px;
}

.page-template-page-single-retreat .info h4 {
  font-weight: 300;
  font-size: 24px;
  color: var(--grey);
  font-family: var(--primary-font);
}

.page-template-page-single-retreat .additional {
  margin-bottom: 50px;
}

.page-template-page-single-retreat .additional .container {
  padding: 30px 40px 10px;
  background-color: #efebe6;
}

.page-template-page-single-retreat .additional h3 {
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  border-bottom: solid 2px var(--primary);
  max-width: max-content;
  margin: 0 auto 15px;
  padding: 0 10px 4px;
}

.page-template-page-single-retreat .additional p {
  font-weight: 300;
  font-size: 20px;
  color: var(--grey);
  font-family: var(--primary-font);
}

.page-template-page-single-retreat .additional .button {
  display: block;
  max-width: max-content;
  margin: 30px auto 15px;
}

.page-template-page-single-retreat .additional img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .page-template-page-single-retreat .gallery img {
    max-width: 48%;
    margin-bottom: 4%;
  }

  .page-template-page-single-retreat .gallery {
    flex-wrap: wrap;
  }

  .page-template-page-single-retreat .additional h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .page-template-page-single-retreat .additional p {
    font-size: 18px;
  }

}

/* Koru Camp */

.koru-camp-intro .button:not(.line) {
  background-color: #446B32 !important;
  border-color: #446B32 !important;
}

.koru-camp-intro .button.line {
  color: #446B32 !important;
  border-color: #446B32 !important;
}

.koru-camp-intro .button:not(.line):hover {
  opacity: 0.7;
}

.koru-camp-intro .button.line:hover {
  color: #fff !important;
  background-color: #446B32 !important;
}

section.stats h2 {
  margin-bottom: 10px;
  text-align: center;
}

section.stats p.sub {
  text-align: center;
  margin-bottom: 40px;
}

section.stats .card {
  width: 100%;
  max-width: 20%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

section.stats .card h3 {
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.stats .card p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: var(--grey);
  font-family: var(--primary-font);
  margin-bottom: 15px;
}

section.stats .card img {
  width: 25px;
}

.timeline, section.stats {
  padding: 60px 0;
  background-color: #f0ece6;
}

.timeline h2 {
  text-align: center;
  margin-bottom: 40px;
}

.timeline-slider {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}

.timeline-slider .slick-slide {
  margin: 0 15px;
}

.timeline-slider img {
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.timeline-slider .content {
  padding: 20px 25px;
}

.timeline-slider .content h3 {
  color: var(--primary);
  font-family: var(--primary-font);
  font-size: 30px;
  margin-bottom: 15px;
}

.timeline-slider .content p {
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: var(--grey);
  margin-bottom: 1em;
  font-family: var(--primary-font);
  word-spacing: 0;
}

.timeline-slider .next.slick-arrow {
  right: -5%;
}

.timeline-slider .prev.slick-arrow {
  left: -5%;
}

@media screen and (max-width: 767px) {

  .timeline-slider {
    max-width: 100%;
    padding: 0 20px;
  }

  section.stats .flex {
    justify-content: center;
  }

  section.stats .card {
    max-width: 50%;
  }

  section.stats .card p {
    margin-bottom: 5px;
  }

  section.stats .card h3 {
    font-size: 40px;
  }

}

/* Home Koru */

.koru.image-text, .page-template-page-impact section.cta, .koru-camp .content-slides, .koru-camp {
  background-color: #446B32 !important;
}

.koru.image-text p,.koru.image-text h3  {
  color: #fff;
}

/* Impact Page */

.page-template-page-impact section.impact-columns {
  margin: 0;
  padding: 60px 0;
  background-color: var(--light);
}

.page-template-page-impact section.cta {
  padding: 20px 0 90px;
}

.page-template-page-impact section.cta h2 {
  color: #fff;
}

.page-template-page-impact section.cta a.button, .home .koru a.button {
  color: #fff;
  background-color: #D88D28 !important;
  border-color: #D88D28 !important;
}

.page-template-page-impact section.cta a.button:hover, .home .koru a.button:hover {
  border-color: #D88D28 !important;
  opacity: 0.8;
}
