/*
  This file loads all core SCSS files from main-parts file
*/
/* ------------------------------------------------------------------------- */
/* 1. SETUP */
/* ------------------------------------------------------------------------- */
/****************************************************/
/*** COLORS *****************************************/
/****************************************************/
/****************************************************/
/*** TYPOGRAPHY *************************************/
/****************************************************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Karla", sans-serif;
  color: #2F3236;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

h1,
.large {
  font-family: "TheSeasons", serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.532px;
}
@media only screen and (max-width: 575px) {
  h1,
  .large {
    font-size: 2.5rem;
    letter-spacing: unset;
  }
}

h2 {
  font-family: "TheSeasons", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-family: "TheSeasons", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-family: "TheSeasons", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 1.125rem;
  }
}
h5.subheading {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 2.56px;
  margin-bottom: 16px;
  color: #626A71;
}

h6 {
  font-family: "TheSeasons", serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h6 {
    font-size: 1rem;
  }
}

p {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

p.medium {
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  p.medium {
    font-size: 1rem;
  }
}

p.small {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
}

a {
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

a.small {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
}

/****************************************************/
/*** BUTTONS ****************************************/
/****************************************************/
.btn,
button,
button[type=submit],
input[type=submit] {
  display: flex;
  align-items: center;
  color: #2F3236;
  border-radius: 100px;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
  padding: 13px 24px 12px;
  max-height: 48px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: #E2F3EB;
}
.btn:hover,
button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #97B9A8;
}
.btn.ocean,
button.ocean,
button[type=submit].ocean,
input[type=submit].ocean {
  background-color: #87C9E6;
}
.btn.ocean:hover,
button.ocean:hover,
button[type=submit].ocean:hover,
input[type=submit].ocean:hover {
  background-color: #9AB9E0;
  box-shadow: 0 4px 16px 0 rgba(47, 50, 54, 0.5) !important;
}
.btn.ocean:active,
button.ocean:active,
button[type=submit].ocean:active,
input[type=submit].ocean:active {
  background-color: #6093B0;
}
.btn.turquoise,
button.turquoise,
button[type=submit].turquoise,
input[type=submit].turquoise {
  background-color: #84BFAF;
}
.btn.turquoise:hover,
button.turquoise:hover,
button[type=submit].turquoise:hover,
input[type=submit].turquoise:hover {
  background-color: #78A890 !important;
  box-shadow: 0 4px 16px 0 rgba(47, 50, 54, 0.5) !important;
}
.btn.turquoise:active,
button.turquoise:active,
button[type=submit].turquoise:active,
input[type=submit].turquoise:active {
  background-color: #5D9378;
}
.btn.link,
button.link,
button[type=submit].link,
input[type=submit].link {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  border: none;
  padding: 0;
  background-image: unset;
}
.btn.link::before, .btn.link::after,
button.link::before,
button.link::after,
button[type=submit].link::before,
button[type=submit].link::after,
input[type=submit].link::before,
input[type=submit].link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #9C8256;
  transition: 1.1s var(--ease-out-expo);
}
.btn.link::before,
button.link::before,
button[type=submit].link::before,
input[type=submit].link::before {
  transform: scaleX(0);
  transform-origin: left;
}
.btn.link::after,
button.link::after,
button[type=submit].link::after,
input[type=submit].link::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.btn.link:hover,
button.link:hover,
button[type=submit].link:hover,
input[type=submit].link:hover {
  color: #9C8256;
}
.btn.link:hover::before,
button.link:hover::before,
button[type=submit].link:hover::before,
input[type=submit].link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.btn.link:hover::after,
button.link:hover::after,
button[type=submit].link:hover::after,
input[type=submit].link:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.btn.link.white,
button.link.white,
button[type=submit].link.white,
input[type=submit].link.white {
  color: #FFFFFF;
}
.btn.link.white::before, .btn.link.white::after,
button.link.white::before,
button.link.white::after,
button[type=submit].link.white::before,
button[type=submit].link.white::after,
input[type=submit].link.white::before,
input[type=submit].link.white::after {
  background: #FFFFFF;
}
.btn.link.l-gold,
button.link.l-gold,
button[type=submit].link.l-gold,
input[type=submit].link.l-gold {
  color: #F0E8D7;
}
.btn.link.l-gold::before, .btn.link.l-gold::after,
button.link.l-gold::before,
button.link.l-gold::after,
button[type=submit].link.l-gold::before,
button[type=submit].link.l-gold::after,
input[type=submit].link.l-gold::before,
input[type=submit].link.l-gold::after {
  background: #F0E8D7;
}

/* ------------------------------------------------------------------------- *
/*  WORDPRESS DEFAULTS OVERRIDES  */
/* ------------------------------------------------------------------------- */
/******** wp-admin ********/
#wpadminbar {
  top: -38px !important;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#wpadminbar .quicklinks ul {
  pointer-events: none;
}

#wpadminbar:hover {
  top: 0px !important;
  opacity: 1;
}

#wpadminbar:hover .quicklinks ul {
  pointer-events: initial;
}

@media only screen and (min-width: 992px) {
  #wpadminbar {
    top: -28px !important;
  }
}
/******** Searchforms ********/
.searchform > div {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}

.searchform .searchbar {
  width: 100%;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
}

#scroll-to-top.active {
  opacity: 1;
}

/******** Gallery ********/
.wp_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  padding: 0 1rem;
}

.wp_gallery > figure {
  width: 50%; /*on mobile all gallery images go to 50%*/
  padding: 0.4rem;
  height: 16vw;
}
@media only screen and (max-width: 991px) {
  .wp_gallery > figure {
    height: 20vw;
  }
}
@media only screen and (max-width: 600px) {
  .wp_gallery > figure {
    height: 30vw;
  }
}

.wp_gallery > figure > a {
  width: 100%;
  display: inline-block;
  height: 100%;
}

.wp_gallery > figure > a > img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .wp_gallery > figure > a > img {
    height: 20vw;
  }
}
@media only screen and (max-width: 600px) {
  .wp_gallery > figure > a > img {
    height: 30vw;
  }
}

@media only screen and (min-width: 576px) {
  .wp_gallery > figure {
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-columns- > figure,
  .gallery-columns-3 > figure {
    width: 33.3333333333%;
  }
  .gallery-columns-4 > figure {
    width: 25%;
  }
  .gallery-columns-5 > figure {
    width: 20%;
  }
  /* you can add higher column divisions but does not really make sense to go any higher unless necessary */
}
@media only screen and (min-width: 992px) {
  .wp_gallery {
    margin-top: 1.4rem;
  }
}
/*************************************** */
/* UMIBASE */
/*************************************** */
* {
  box-sizing: border-box;
  margin: 0;
}

body,
html,
ul,
ol,
form,
address,
dl,
dir,
menu,
blockquote,
article,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  min-height: 100vh;
  transition: all 0.2s ease-in-out;
}

ol,
ul {
  overflow-wrap: normal;
  list-style-type: none;
}

.btn-holder {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 575px) {
  .btn-holder {
    gap: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004F2E;
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
}

p {
  margin-bottom: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  color: #004F2E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}
@media (max-width: 768px) {
  address p {
    max-width: 180px;
  }
}
address span {
  white-space: nowrap;
}

/******** Youtube Embeds in WYSIWYG's ********/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 1rem auto;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 992px) {
  .video-container {
    margin: 1.5rem auto;
  }
}
/******** Section Padding ********/
.p-default {
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/*************************************** */
/*** SECTION TITLE ********************* */
/*************************************** */
.section-title {
  display: flex;
  flex-direction: column;
}

/*************************************** */
/*** SECTION DIVIDER ******************* */
/*************************************** */
.section-divider {
  justify-content: center;
  display: flex;
  padding-top: 64px;
}
.section-divider .desktop {
  display: block;
}
.section-divider .mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-divider {
    padding-top: 40px;
  }
  .section-divider .desktop {
    display: none;
  }
  .section-divider .mobile {
    display: block;
  }
}

/*************************************** */
/* Plugin / Library overrides / addons */
/*************************************** */
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #97B9A8;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #195C91;
}

.flickity-button {
  width: 36px;
  height: 36px;
  transform: unset;
  padding: 0;
  background-color: #E2F3EB;
  background-image: url("../../images/arrow_left.svg");
  background-size: contain;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.flickity-button:focus {
  box-shadow: none;
}
.flickity-button:hover {
  background-color: #D2E6DC;
  background-image: url("../../images/arrow_left.svg");
  background-size: contain;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.flickity-button svg {
  display: none;
}
.flickity-button.next {
  background-image: url("../../images/arrow_right.svg");
}

/*************************************** */
/* LOADING SPINNER */
/*************************************** */
/* LOADING SPINNER */
/*Hidden class for adding and removing*/
.ajax-loader.hidden {
  display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  transition: all 0.5s;
}

/*Spinner Styles*/
.ajax-loader {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 130px auto;
}

.ajax-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid;
  border-color: #BEA777 #BEA777 #BEA777 transparent;
  animation: ajax-loader 1.2s linear infinite;
}

@keyframes ajax-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flicker {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------- *
/* 2. BASE */
/* ------------------------------------------------------------------------- */
/****************************************************/
/* HEADER */
/****************************************************/
body.menu-open {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 3;
  height: 76px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  header {
    height: 60px;
  }
}
header .navbar {
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  background-color: #FFFFFF;
  height: 100%;
}
@media (max-width: 992px) {
  header .navbar {
    gap: 0;
  }
}
header .navbar .left {
  display: flex;
  padding: 16px 14px;
}
@media (max-width: 992px) {
  header .navbar .left {
    padding: 14px;
  }
}
header .navbar .left .logo {
  height: 44px;
  width: 44px;
}
@media (max-width: 992px) {
  header .navbar .left .logo {
    height: 31px;
    width: 32px;
  }
}
header .navbar .anchor-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .navbar .anchor-links .anchor-link {
  font-family: "TheSeasons", serif;
  font-size: 1.125rem;
  color: #626A71;
}
header .navbar .anchor-links .anchor-link:hover {
  color: #4D4E50;
}
header .navbar .anchor-links .anchor-link.active {
  color: #2F3236;
}
@media (max-width: 992px) {
  header .navbar .anchor-links {
    flex: 1;
    min-width: 0;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  header .navbar .anchor-links::-webkit-scrollbar {
    display: none;
  }
  header .navbar .anchor-links {
    background: linear-gradient(to right, #FFFFFF 40%, rgba(255, 255, 255, 0)) 0 0/32px 100%, linear-gradient(to left, #FFFFFF 40%, rgba(255, 255, 255, 0)) 100% 0/32px 100%, linear-gradient(to right, rgba(0, 81, 47, 0.1), rgba(0, 81, 47, 0)) 0 0/14px 100%, linear-gradient(to left, rgba(0, 81, 47, 0.1), rgba(0, 81, 47, 0)) 100% 0/14px 100%;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    height: 60px;
    padding: 0 8px;
  }
  header .navbar .anchor-links .anchor-link {
    white-space: nowrap;
  }
}
header .navbar .right {
  display: flex;
  gap: 16px;
  right: 14px;
  position: absolute;
  height: 72px;
  padding: 12px 0 12px 16px;
}
header .navbar .right .email,
header .navbar .right .telephone {
  gap: 8px;
  padding: 4px 16px 4px 4px;
  background-color: transparent;
}
header .navbar .right .email span,
header .navbar .right .telephone span {
  color: #004F2E;
  font-weight: 600;
}
header .navbar .right .email img,
header .navbar .right .telephone img {
  height: 36px;
  width: 36px;
  padding: 8px;
  background-color: #E2F3EB;
  border-radius: 100px;
}
header .navbar .right .email:hover,
header .navbar .right .telephone:hover {
  background-color: #E2F3EB;
}
header .navbar .right .email:hover img,
header .navbar .right .telephone:hover img {
  background-color: #D2E6DC;
}
header .navbar .right .email:active,
header .navbar .right .telephone:active {
  background-color: #B2D2C2;
}
header .navbar .right .email:active img,
header .navbar .right .telephone:active img {
  background-color: #B2D2C2;
}
header .navbar .right .reservations {
  box-shadow: 0 2px 16px 0 rgba(47, 50, 54, 0.33);
}
header .navbar .right .reservations .label-short {
  display: none;
}
@media (max-width: 768px) {
  header .navbar .right .reservations .label-full {
    display: none;
  }
  header .navbar .right .reservations .label-short {
    display: inline;
  }
}
@media (max-width: 1300px) {
  header .navbar .right {
    height: unset;
  }
  header .navbar .right .email,
  header .navbar .right .telephone {
    padding: 4px;
  }
  header .navbar .right .email span,
  header .navbar .right .telephone span {
    display: none;
  }
}
@media (max-width: 992px) {
  header .navbar .right {
    right: unset;
    position: unset;
    height: 60px;
    padding: 8px;
  }
  header .navbar .right .email,
  header .navbar .right .telephone {
    display: none;
  }
}

#mainMenu {
  position: fixed;
  top: -120%;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
  box-shadow: -10px 3px 12px rgba(0, 0, 0, 0.25);
}
#mainMenu .close {
  position: absolute;
  right: 64px;
  top: 12px;
  border: none;
  background-color: transparent;
  background-image: url("../../images/cross_dgold.svg");
  display: block;
  height: 24px;
  width: 24px;
  padding: 24px;
  background-size: unset;
  z-index: 2;
}
@media (max-width: 992px) {
  #mainMenu .close {
    right: 20px;
  }
}
#mainMenu .slide-in-menu {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu {
    flex-direction: column;
  }
}
#mainMenu .slide-in-menu .left {
  flex: 60%;
  padding: 12px 40px 67px 64px;
  height: 100%;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left {
    height: auto;
    padding: 0;
  }
}
#mainMenu .slide-in-menu .left .slide-logo {
  position: sticky;
  top: 12px;
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .slide-logo {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .slide-logo > a {
    margin: 12px 20px;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  #mainMenu .slide-in-menu .left .slide-logo > a {
    width: 120px;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu {
  padding-top: 67px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu {
    padding: 132px 20px 48px;
  }
}
@media (max-width: 575px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu {
    padding: 84px 20px 48px;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #BEA777;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a {
  font-family: "TheSeasons", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .menu-contain .contact-details {
    padding: 0px 20px 48px;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a {
  position: relative;
  display: block;
  width: fit-content;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone:after, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #9C8256;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone:hover:after, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone {
  margin-top: 8px;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .socials {
  justify-content: flex-start;
  margin-top: 24px;
}
#mainMenu .slide-in-menu .right {
  flex: 40%;
  height: 100%;
  background-color: #F0E8D7;
}
#mainMenu.slide-in {
  top: 0 !important;
}

/* ------------------------------------------------------------------------- *
/* FOOTER */
/* ------------------------------------------------------------------------- */
footer {
  padding: 64px 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer {
    padding: 40px 16px;
  }
}
footer .top {
  margin-bottom: 40px;
}
footer .bottom {
  width: 100%;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  footer .bottom {
    flex-wrap: wrap;
  }
}
footer .bottom .form {
  flex: 1;
  width: 100%;
}
@media (max-width: 768px) {
  footer .bottom .form {
    flex: unset;
  }
}
footer .bottom .contact-details {
  flex: 1;
  width: 100%;
}
footer .bottom .contact-details .main-logo {
  height: 150px;
  width: 150px;
}
footer .bottom .contact-details .section-divider {
  padding: 32px 0;
  width: 150px;
}
footer .bottom .contact-details .section-divider .mobile {
  display: block;
}
@media (max-width: 768px) {
  footer .bottom .contact-details {
    flex: unset;
  }
  footer .bottom .contact-details .main-logo,
  footer .bottom .contact-details .section-divider {
    margin: 0 auto;
  }
}
footer .bottom .contact-details .subheading {
  color: #626A71;
  letter-spacing: 2.56px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer .bottom .contact-details .email {
  margin-bottom: 12px;
}
footer .bottom .contact-details .address {
  margin-bottom: 24px;
  border-radius: 22px !important;
}
footer .bottom .contact-details .address p {
  max-width: 180px;
}
@media (max-width: 768px) {
  footer .bottom .contact-details .address {
    padding: 4px 16px 4px 4px !important;
    align-items: normal;
  }
}
footer .bottom .contact-details .address,
footer .bottom .contact-details .email,
footer .bottom .contact-details .telephone {
  display: flex;
  gap: 8px;
  padding: 4px 16px 4px 4px;
  border-radius: 100px;
  width: fit-content;
}
footer .bottom .contact-details .address:hover,
footer .bottom .contact-details .email:hover,
footer .bottom .contact-details .telephone:hover {
  background-color: #E2F3EB;
}
footer .bottom .contact-details .address:hover img,
footer .bottom .contact-details .email:hover img,
footer .bottom .contact-details .telephone:hover img {
  background-color: #D2E6DC;
}
footer .bottom .contact-details .address:active,
footer .bottom .contact-details .email:active,
footer .bottom .contact-details .telephone:active {
  background-color: #B2D2C2;
}
footer .bottom .contact-details .address:active img,
footer .bottom .contact-details .email:active img,
footer .bottom .contact-details .telephone:active img {
  background-color: #B2D2C2;
}
footer .bottom .contact-details .address img,
footer .bottom .contact-details .email img,
footer .bottom .contact-details .telephone img {
  height: 36px;
  width: 36px;
  padding: 8px;
  background-color: #E2F3EB;
  border-radius: 100px;
}
footer .bottom .contact-details .address p,
footer .bottom .contact-details .email p,
footer .bottom .contact-details .telephone p {
  padding-top: 4px;
  color: #004F2E;
}
footer .bottom .contact-details .btn {
  margin-top: 24px;
  box-shadow: 0 2px 16px 0 rgba(47, 50, 54, 0.33);
}
footer .footnotes {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 992px) {
  footer .footnotes {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 48px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .footnotes {
    text-align: left;
  }
}
@media (max-width: 992px) {
  footer .footnotes .copyright {
    padding: 24px 0 16px;
  }
}
footer .footnotes .footer-breadcrumbs {
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  footer .footnotes .footer-breadcrumbs {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer .footnotes .footer-breadcrumbs {
    flex-direction: column;
    gap: 16px;
  }
}
footer .footnotes .footer-breadcrumbs li a {
  position: relative;
}

/* ------------------------ */
/* INTRO PRELOADER */
/* ------------------------ */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  padding: 40px;
  background-color: #FFFFFF;
  background-image: url("../../images/pattern-background.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 600px;
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media (max-width: 768px) {
  .preloader {
    padding: 16px;
  }
}
.preloader .preloader-inner {
  flex: 1;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 4px 32px 0 rgba(47, 50, 54, 0.24);
  border-radius: 16px;
  overflow: hidden;
}
.preloader .preloader-video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.preloader.is-hidden {
  transform: translateY(-100%);
}
.preloader.is-done {
  display: none;
}

/* ------------------------ */
/* SITE REVEAL (FILMSTRIP) */
/* ------------------------ */
.site-reveal {
  transform: translateY(100vh);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  display: flow-root;
}
.site-reveal.is-revealed {
  transform: translateY(0);
}
.site-reveal:not(.is-done) header,
.site-reveal:not(.is-done) #mainMenu {
  position: absolute;
}
.site-reveal.is-done {
  transform: none;
  will-change: auto;
}

html {
  overflow-y: scroll;
}

body.preloader-active {
  overflow: hidden;
  height: 100vh;
  overflow-anchor: none;
}

@media (prefers-reduced-motion: reduce) {
  .preloader,
  .site-reveal {
    transition: none;
  }
}
/* ------------------------------------------------------------------------- *
/* 3. INCLUDES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* SINGLE PAGINATION */
/* ------------------------------------------------------------------------- */
.pagination > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.pagination > div > div {
  flex: 1;
  margin: 0 16px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div {
    margin: 0 8px;
  }
}
.pagination > div > div img {
  margin-right: 24px;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div img {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .pagination > div > div h2 {
    font-size: 48px;
  }
}
.pagination > div > div h2:hover {
  color: #BEA777;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div h2 span {
    display: none;
  }
}
.pagination > div .previous.empty {
  background-color: unset;
  border: none;
}
.pagination > div .next {
  justify-content: flex-end;
}
.pagination > div .next img {
  transform: rotate(180deg);
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 24px;
}
@media only screen and (max-width: 575px) {
  .pagination > div .next img {
    margin-right: 0px;
    margin-left: 8px;
  }
}
.pagination > div .next .content {
  text-align: right;
}
.pagination > div .next.empty {
  background-color: unset;
  border: none;
}

/* ------------------------------------------------------------------------- */
/* SOCIALS */
/* ------------------------------------------------------------------------- */
.socials {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.socials li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}

.anchor {
  position: sticky;
  top: 48px;
}

/* ------------------------------------------------------------------------- *
/* 4. PARTIALS */
/* ------------------------------------------------------------------------- */
/* ------------------------ */
/* HERO */
/* ------------------------ */
#hero {
  margin-top: 76px;
}
@media (max-width: 992px) {
  #hero {
    margin-top: 60px;
  }
}
#hero .holder .hero-slider {
  height: 659px;
  width: 100%;
}
@media (max-width: 768px) {
  #hero .holder .hero-slider {
    height: 375px;
  }
}
#hero .holder .hero-slider .flickity-viewport {
  height: 659px !important;
}
@media (max-width: 768px) {
  #hero .holder .hero-slider .flickity-viewport {
    height: 375px !important;
  }
}
#hero .holder .hero-slider .slider-cell {
  height: 100%;
  width: 100%;
  position: relative;
}
#hero .holder .hero-slider .slider-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#hero .holder .hero-slider .hero-controls {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  padding: 4px;
  background: #FFFFFF;
  border-radius: 100px;
}
#hero .holder .hero-slider .hero-controls .flickity-page-dots,
#hero .holder .hero-slider .hero-controls .flickity-button {
  position: static;
  transform: none;
  top: auto;
}
@media (max-width: 768px) {
  #hero .holder .hero-slider .hero-controls {
    bottom: 20px;
  }
}
#hero .holder .hero-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#hero .holder .hero-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 72px 20px 0;
}
@media only screen and (max-width: 768px) {
  #hero .holder .hero-content > div {
    padding: 64px 20px 0;
  }
}
#hero .holder .hero-content > div h1 {
  color: #FFFFFF;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
#hero .holder .hero-content > div p {
  color: #FFFFFF;
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  max-width: 768px;
  margin: 24px auto;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  #hero .holder .hero-content > div p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  #hero .holder .hero-content > div .btn-holder {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
@media only screen and (max-width: 575px) {
  #hero .holder .hero-content > div .btn-holder > a {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------- */
/* SIMPLE CONTENT */
/* ------------------------------------------------------------------------- */
.simple-content {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .simple-content {
    padding: 40px 0 0;
  }
}
.simple-content .section-title {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .simple-content .section-title {
    margin: 0 auto 32px;
    padding: 0 16px;
  }
}
.simple-content .featured-details {
  max-width: 900px;
  margin: 0 auto 64px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .simple-content .featured-details {
    margin: 0 auto 32px;
    padding: 0 16px;
  }
}
.simple-content .featured-details .title {
  color: #626A71;
  font-weight: 600;
  letter-spacing: 2.56px;
  margin-bottom: 16px;
}
.simple-content .featured-details .icon-details,
.simple-content .featured-details .address {
  display: flex;
  gap: 8px;
  padding: 4px 16px 4px 4px;
  width: fit-content;
  border-radius: 100px;
}
.simple-content .featured-details .icon-details:hover,
.simple-content .featured-details .address:hover {
  background-color: #E2F3EB;
}
.simple-content .featured-details .icon-details:hover img,
.simple-content .featured-details .address:hover img {
  background-color: #D2E6DC;
}
.simple-content .featured-details .icon-details:active,
.simple-content .featured-details .address:active {
  background-color: #B2D2C2;
}
.simple-content .featured-details .icon-details:active img,
.simple-content .featured-details .address:active img {
  background-color: #B2D2C2;
}
.simple-content .featured-details .icon-details img,
.simple-content .featured-details .address img {
  padding: 4px;
  border-radius: 100px;
  background: #E2F3EB;
  width: 32px;
  height: 32px;
}
.simple-content .featured-details .icon-details .details,
.simple-content .featured-details .icon-details address p,
.simple-content .featured-details .address .details,
.simple-content .featured-details .address address p {
  color: #004F2E;
  font-weight: 600;
  padding: 4px 0;
  border-radius: 22px;
}
@media (max-width: 768px) {
  .simple-content .featured-details .address {
    border-radius: 22px;
  }
  .simple-content .featured-details .address address p {
    padding: 0;
  }
}
.simple-content .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .simple-content .content {
    padding: 0 16px;
  }
}
.simple-content .content iframe {
  border-radius: 16px;
  border: 8px solid #D2E6DC !important;
}
@media (max-width: 768px) {
  .simple-content .content iframe {
    border-radius: 12px;
  }
}

.cards {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .cards {
    padding: 40px 0 0;
  }
}
.cards > div .section-title {
  max-width: 900px;
  margin: 0 auto 64px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .cards > div .section-title {
    margin: 0 auto 40px;
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .cards > div .section-title h2 {
    margin-bottom: 20px;
  }
}
.cards > div .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .cards > div .section-title .caption p {
    font-size: 1rem;
  }
}
.cards > div .cards-container {
  padding: 64px 0;
  background-image: url("../../images/pattern-background.png");
  box-shadow: 0 0 24px 0 rgba(47, 50, 54, 0.24) inset;
  background-repeat: repeat;
  background-position: top center;
  background-size: 600px;
}
@media (max-width: 768px) {
  .cards > div .cards-container {
    padding: 40px 0;
  }
}
.cards > div .cards-container .card_rpt {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cards > div .cards-container .card_rpt {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cards > div .cards-container .card_rpt {
    padding: 0 16px;
  }
}
.cards > div .cards-container .card_rpt .card_content {
  flex: 0 0 calc(50% - 22px);
  background-color: #FFFFFF;
  border: 1px solid #E2F3EB;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(0, 81, 47, 0.33);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cards > div .cards-container .card_rpt .card_content {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .cards > div .cards-container .card_rpt .card_content {
    flex: 100%;
  }
}
.cards > div .cards-container .card_rpt .card_content .image {
  height: 170px;
  width: 100%;
}
.cards > div .cards-container .card_rpt .card_content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.cards > div .cards-container .card_rpt .card_content .content {
  padding: 24px;
}
.cards > div .cards-container .card_rpt .card_content .content h4 {
  margin-bottom: 8px;
}
.cards > div .cards-container .card_rpt .card_content .content .btn {
  margin-top: 24px;
  box-shadow: 0 2px 16px 0 rgba(0, 81, 47, 0.33);
}

.long-form-content {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .long-form-content {
    padding: 40px 0 0;
  }
}
.long-form-content > div .section-title {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .long-form-content > div .section-title {
    margin: 0 auto 32px;
    padding: 0 16px;
  }
}
.long-form-content > div .section-title h2 {
  text-align: left;
}
@media (max-width: 575px) {
  .long-form-content > div .section-title h2 {
    margin-bottom: 20px;
  }
}
.long-form-content > div .images {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  margin-bottom: 64px;
  gap: 30px;
  height: 935px;
}
.long-form-content > div .images img {
  border-radius: 16px;
  border: 1px solid #D2E6DC;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .long-form-content > div .images img {
    border-radius: 12px;
  }
}
.long-form-content > div .images .portrait {
  flex: 1;
  height: 782px;
}
.long-form-content > div .images .landscape-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}
.long-form-content > div .images .landscape-images .landscape-1 {
  height: 345px;
}
.long-form-content > div .images .landscape-images .landscape-2 {
  height: 243px;
  width: 75%;
}
@media (max-width: 992px) {
  .long-form-content > div .images {
    height: 445px;
    gap: 16px;
  }
  .long-form-content > div .images .portrait {
    height: 345px;
  }
  .long-form-content > div .images .landscape-images {
    gap: 16px;
  }
  .long-form-content > div .images .landscape-images .landscape-1 {
    height: 195px;
  }
  .long-form-content > div .images .landscape-images .landscape-2 {
    height: 153px;
    width: 75%;
  }
}
@media (max-width: 768px) {
  .long-form-content > div .images {
    height: 282px;
    padding: 0 16px;
  }
  .long-form-content > div .images .portrait {
    height: 235px;
  }
  .long-form-content > div .images .landscape-images .landscape-1,
  .long-form-content > div .images .landscape-images .landscape-2 {
    height: 111px;
    width: 100%;
  }
}
.long-form-content > div .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .long-form-content > div .content {
    padding: 0 16px;
  }
}
.long-form-content > div .content p {
  margin-bottom: 0;
}
.long-form-content > div .content blockquote {
  margin: 40px 0;
  padding-left: 20px;
  border-left: 3px solid #97B9A8;
}
.long-form-content > div .content blockquote p {
  font-family: "TheSeasonsItalic", sans-serif;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: -0.16px;
  color: #195C91;
}
@media (max-width: 768px) {
  .long-form-content > div .content blockquote p {
    font-size: 18px;
    line-height: 32px;
  }
}
.long-form-content > div .content blockquote p em {
  color: #626A71;
  font-style: normal;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .long-form-content > div .content blockquote p em {
    font-size: 12px;
  }
}

.newsletter {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .newsletter {
    padding: 40px 0 0;
  }
}
.newsletter .newsletter-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 40px;
}
.newsletter .newsletter-container .left .main-logo {
  height: 150px;
  width: 150px;
}
.newsletter .newsletter-container .right .form .gform_wrapper .gform_body .gform_fields {
  display: flex;
}
.newsletter .newsletter-container .right .form .gform_wrapper .gform_body .gform_fields .gfield--type-email {
  flex: 1;
}
.newsletter .newsletter-container .right .form .gform_wrapper .gform_body .gform_fields .gfield--type-submit {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .newsletter .newsletter-container {
    flex-direction: column;
    margin: 0 auto;
    padding: 0 16px;
  }
  .newsletter .newsletter-container .left {
    margin: 0 auto;
  }
  .newsletter .newsletter-container .right h4 {
    justify-content: center;
  }
  .newsletter .newsletter-container .right .gform_wrapper .gform_body .gform_fields {
    flex-direction: column;
  }
  .newsletter .newsletter-container .right .gform-theme--foundation #field_submit {
    justify-content: center;
    margin-top: 0;
  }
  .newsletter .newsletter-container .right p {
    text-align: center;
  }
}

.faqs > div {
  display: flex;
  gap: 80px;
}
@media (max-width: 1200px) {
  .faqs > div {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .faqs > div {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .faqs > div {
    gap: 48px;
  }
}
.faqs > div .content {
  width: 40%;
}
@media (max-width: 992px) {
  .faqs > div .content {
    width: 100%;
  }
}
.faqs > div .content .section-title {
  align-items: flex-start;
}
@media (max-width: 575px) {
  .faqs > div .content .section-title h2 {
    margin-bottom: 20px;
  }
}
.faqs > div .content .section-title .caption {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .faqs > div .content .section-title .caption {
    margin-bottom: 8px;
  }
}
.faqs > div .content .section-title .caption p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .faqs > div .content .section-title .caption p {
    font-size: 1rem;
  }
}
.faqs > div .content .btn-holder {
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .faqs > div .content .btn-holder {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .faqs > div .content .btn-holder .btn {
    width: 100%;
  }
}
.faqs > div .faq_list {
  width: 60%;
}
@media (max-width: 992px) {
  .faqs > div .faq_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .faqs > div .faq_list .faq {
    border: 1px solid #BEA777;
    margin-bottom: 16px;
  }
}
.faqs > div .faq_list .question {
  cursor: pointer;
  padding: 20px 24px;
  border-bottom: 1px solid #BEA777;
  position: relative;
}
@media (max-width: 768px) {
  .faqs > div .faq_list .question {
    border: none;
  }
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question {
    padding: 16px 20px;
  }
}
.faqs > div .faq_list .question h4 {
  margin: 0;
  padding-right: 48px;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question h4 {
    font-family: "Karla", sans-serif;
    font-size: 1rem;
    line-height: 150%;
    font-weight: 700;
  }
}
.faqs > div .faq_list .question .plus {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 36px;
  top: calc(50% - 12px);
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question .plus {
    height: 20px;
    width: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }
}
.faqs > div .faq_list .question .plus span:first-child {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #9C8256;
  /*- half the height*/
  top: calc(50% - 1px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faqs > div .faq_list .question .plus span:last-child {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background: #9C8256;
  /*- half the width*/
  left: calc(50% - 1px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faqs > div .faq_list .question.ui-state-active .plus span:last-child {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faqs > div .faq_list .answer {
  padding: 20px 24px;
}
.faqs.burgundy {
  background-color: #780018;
}
.faqs.burgundy > div .section-title h2 {
  color: #F0E8D7;
}
.faqs.burgundy > div .section-title p {
  color: #F0E8D7;
}
@media (max-width: 768px) {
  .faqs.burgundy > div .faq_list .faq {
    border: 1px solid #F0E8D7;
  }
}
.faqs.burgundy > div .faq_list .question {
  border-bottom: 1px solid #F0E8D7;
}
@media (max-width: 768px) {
  .faqs.burgundy > div .faq_list .question {
    border: none;
  }
}
.faqs.burgundy > div .faq_list .question h4 {
  color: #F0E8D7;
}
.faqs.burgundy > div .faq_list .question .plus span:first-child {
  background: #F0E8D7;
}
.faqs.burgundy > div .faq_list .question .plus span:last-child {
  background: #F0E8D7;
}
.faqs.burgundy > div .faq_list .answer {
  color: #F0E8D7;
}

/* ------------------------------------------------------------------------- *
/* 5. POSTS */
/* ------------------------------------------------------------------------- */
.cpt-single {
  padding: 120px;
}
@media only screen and (max-width: 1300px) {
  .cpt-single {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single {
    padding: 40px 24px;
  }
}
.cpt-single .feature-row {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row {
    flex-direction: column;
    align-items: center;
  }
}
.cpt-single .feature-row .ft-content {
  margin-right: 136px;
  max-width: 480px;
}
@media only screen and (max-width: 1300px) {
  .cpt-single .feature-row .ft-content {
    margin-right: 56px;
  }
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-content {
    text-align: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.cpt-single .feature-row .ft-content .subheading,
.cpt-single .feature-row .ft-content .title,
.cpt-single .feature-row .ft-content .caption {
  margin-bottom: 40px;
}
.cpt-single .feature-row .ft-content .btn-holder {
  width: 480px;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-content .btn-holder {
    justify-content: center;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-content .btn-holder {
    align-content: center;
  }
}
.cpt-single .feature-row .ft-content .btn-holder .btn {
  padding-right: 48px;
}
.cpt-single .feature-row .ft-content .btn-holder .btn:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../../images/email_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  top: calc(50% - 6px);
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cpt-single .feature-row .ft-content .btn-holder .btn.download:after {
  background-image: url("../../images/download_white.svg");
  top: calc(50% - 10px);
}
.cpt-single .feature-row .ft-content .btn-holder .btn.no-icon {
  padding-right: 20px;
}
.cpt-single .feature-row .ft-content .btn-holder .btn.no-icon:after {
  background-image: none;
}
.cpt-single .feature-row .social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}
.cpt-single .feature-row .social-wrapper .social-title {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  /* identical to box height, or 21px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 16px;
}
.cpt-single .feature-row .social-wrapper .socials {
  justify-content: flex-start;
  gap: 8px;
  width: unset;
}
.cpt-single .feature-row .social-wrapper .socials li a {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.cpt-single .feature-row .social-wrapper .socials li a:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.cpt-single .feature-row .social-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .social-wrapper.desktop {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cpt-single .feature-row .social-wrapper.desktop {
    display: none;
  }
  .cpt-single .feature-row .social-wrapper.mobile {
    display: flex;
  }
}
.cpt-single .feature-row .ft-image {
  min-width: 582px;
  width: 582px;
  height: 100%;
  max-width: 100vw;
  object-fit: contain;
}
@media only screen and (max-width: 1300px) {
  .cpt-single .feature-row .ft-image {
    min-width: 502px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-image {
    min-width: auto;
    height: auto;
  }
}
.cpt-single .feature-row .ft-image .slick-list.draggable {
  padding: 0 !important;
}
.cpt-single .feature-row .ft-image .slick-list .slick-track {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-image .slick-list .slick-track {
    justify-content: center;
    width: auto !important;
  }
}
.cpt-single .feature-row .ft-image .slick-list .slick-track .slick-slide {
  height: auto;
  width: 100vw !important;
  max-width: 100%;
  margin: 0 12px 12px;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-image .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}

.cpt-graphs {
  padding: 120px;
}
@media only screen and (max-width: 1300px) {
  .cpt-graphs {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-graphs {
    padding: 40px 24px;
  }
}
.cpt-graphs .graph-image {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .cpt-graphs .graph-image {
    padding: 40px;
  }
}
.cpt-graphs .graph-image:last-child {
  margin-bottom: 0;
}
.cpt-graphs .graph-image img {
  object-fit: contain;
}

.single-post .social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  padding: 0 120px;
  margin: 3rem auto 0;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .single-post .social-wrapper {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .social-wrapper {
    padding: 0 24px;
  }
}
.single-post .social-wrapper .social-title {
  font-family: "Gill Sans";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 16px;
}
.single-post .social-wrapper .socials {
  gap: 8px;
  width: unset;
}
.single-post .social-wrapper .socials li a {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.single-post .social-wrapper .socials li a:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

/* ------------------------------------------------------------------------- *
/* 6. CPT */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* TESTIMONIALS */
/* ------------------------------------------------------------------------- */
.testimonials {
  background: #E2F3EB;
  height: fit-content;
  max-width: 100%;
  margin: auto;
  padding: 40px;
}
@media (max-width: 575px) {
  .testimonials {
    padding: 20px;
  }
}
.testimonials > div {
  border: 1px solid #BEA777;
  padding: 76px 40px;
}
.testimonials > div .testimonial_slider .testimonial {
  height: 100%;
  width: 100%;
  min-height: 550px;
}
.testimonials > div .testimonial_slider .testimonial > div {
  max-width: 768px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.testimonials > div .testimonial_slider .testimonial > div .icon img {
  height: 80px;
}
@media (max-width: 575px) {
  .testimonials > div .testimonial_slider .testimonial > div .icon img {
    height: 40px;
  }
}
.testimonials > div .testimonial_slider .testimonial > div .review {
  margin: 32px 0;
}
@media (max-width: 575px) {
  .testimonials > div .testimonial_slider .testimonial > div .review {
    margin: 24px 0;
  }
}
.testimonials > div .testimonial_slider .testimonial > div .review p {
  font-family: "TheSeasons", serif;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .testimonials > div .testimonial_slider .testimonial > div .review p {
    font-size: 1.125rem;
  }
}
.testimonials > div .testimonial_slider .testimonial > div .reviewer h4 {
  margin: 0;
}
.testimonials > div .testimonial_slider .flickity-button {
  background-color: #E2F3EB;
}
@media (max-width: 1200px) {
  .testimonials > div .testimonial_slider .flickity-button {
    display: none;
  }
}
.testimonials > div .testimonial_slider .flickity-page-dots {
  position: relative;
}
.testimonials > div .testimonial_slider .flickity-page-dots .dot {
  background: #BEA777;
}
.testimonials > div .testimonial_slider .flickity-page-dots .dot.is-selected {
  background: #9C8256;
}

.cpt_slider {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .cpt_slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.cpt_slider > div .section-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 992px) {
  .cpt_slider > div .section-intro {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cpt_slider > div .section-intro {
    margin-bottom: 48px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.cpt_slider > div .section-intro .section-title {
  max-width: 768px;
  align-items: flex-start;
}
.cpt_slider > div .section-intro .section-title h2 {
  text-align: left;
}
@media (max-width: 575px) {
  .cpt_slider > div .section-intro .section-title h2 {
    margin-bottom: 20px;
  }
}
.cpt_slider > div .section-intro .section-title .caption {
  text-align: left;
}
.cpt_slider > div .section-intro .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .cpt_slider > div .section-intro .section-title .caption p {
    font-size: 1rem;
  }
}
.cpt_slider > div .section-intro .btn-holder {
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cpt_slider > div .section-intro .btn-holder {
    min-width: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cpt_slider > div .section-intro .btn-holder .btn {
    width: 100%;
  }
}
.cpt_slider > div .cpt_loop {
  margin-left: 4rem;
}
@media (max-width: 768px) {
  .cpt_slider > div .cpt_loop {
    margin-left: 1.25rem;
  }
}
.cpt_slider > div .cpt_loop .card_content {
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28%;
  margin-right: 48px;
}
@media (max-width: 1200px) {
  .cpt_slider > div .cpt_loop .card_content {
    width: 36%;
  }
}
@media (max-width: 992px) {
  .cpt_slider > div .cpt_loop .card_content {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .cpt_slider > div .cpt_loop .card_content {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .card_content {
    width: calc(85% - 20px);
  }
}
.cpt_slider > div .cpt_loop .card_content .image {
  height: 400px;
  width: 100%;
}
.cpt_slider > div .cpt_loop .card_content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cpt_slider > div .cpt_loop .card_content.person .image {
  height: 395px;
}
@media (max-width: 768px) {
  .cpt_slider > div .cpt_loop .card_content.person .image {
    height: 198px;
  }
}
.cpt_slider > div .cpt_loop .card_content .content {
  margin-top: 24px;
  min-height: 250px;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .card_content .content {
    margin-top: 20px;
  }
}
.cpt_slider > div .cpt_loop .card_content .content .small {
  font-weight: 600;
}
.cpt_slider > div .cpt_loop .card_content .content h4 {
  margin: 0;
}
.cpt_slider > div .cpt_loop .card_content .content p.medium {
  padding-bottom: 16px;
  margin: 0;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .card_content .content p.medium {
    padding-bottom: 12px;
  }
}
.cpt_slider > div .cpt_loop .card_content .content .bio {
  padding: 16px 0;
  border-top: 1px solid #9C8256;
  border-bottom: 1px solid #9C8256;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .card_content .content .bio {
    padding: 0;
    border: none;
  }
}
.cpt_slider > div .cpt_loop .card_content .content .socials {
  margin-top: 24px;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .card_content .content .socials {
    margin-top: 20px;
  }
}
.cpt_slider > div .cpt_loop .card_content .content p.small {
  margin-bottom: 8px;
}
.cpt_slider > div .cpt_loop .card_content .content h4 {
  margin-bottom: 8px;
}
.cpt_slider > div .cpt_loop .flickity-viewport {
  margin-bottom: 75px;
}
.cpt_slider > div .cpt_loop .flickity-button {
  bottom: -96px;
  top: unset;
  background-color: transparent;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .flickity-button {
    bottom: -74px;
    height: 36px;
    width: 36px;
  }
}
.cpt_slider > div .cpt_loop .flickity-button.previous {
  left: unset;
  right: 133px;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .flickity-button.previous {
    right: 71px;
  }
}
.cpt_slider > div .cpt_loop .flickity-button.next {
  right: 70px;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .flickity-button.next {
    right: 20px;
  }
}
.cpt_slider > div .cpt_loop .flickity-page-dots {
  top: unset;
  bottom: -80px;
  width: unset;
}
@media (max-width: 575px) {
  .cpt_slider > div .cpt_loop .flickity-page-dots {
    bottom: -64px;
  }
}
.cpt_slider > div .cpt_loop .flickity-page-dots .dot {
  background: #BEA777;
}
.cpt_slider > div .cpt_loop .flickity-page-dots .dot.is-selected {
  background: #9C8256;
}
.cpt_slider.team > div .section-intro {
  flex-direction: column;
  gap: 24px;
}
.cpt_slider.team > div .section-intro .btn-holder {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cpt_slider.team > div .section-intro .btn-holder {
    min-width: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cpt_slider.team > div .section-intro .btn-holder .btn {
    width: initial;
  }
}

.blog_archive > div .section-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .blog_archive > div .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .blog_archive > div .section-title h5 {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .blog_archive > div .section-title h2 {
    margin-bottom: 20px;
  }
}
.blog_archive > div .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .blog_archive > div .section-title .caption p {
    font-size: 1rem;
  }
}
.blog_archive > div .filter-buttons {
  width: 100%;
  margin-bottom: 64px;
}
@media only screen and (max-width: 575px) {
  .blog_archive > div .filter-buttons {
    margin-bottom: 48px;
  }
}
.blog_archive > div .filter-buttons > div .posts-filter-tags-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .blog_archive > div .filter-buttons > div .posts-filter-tags-list {
    justify-content: unset;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
}
.blog_archive > div .filter-buttons > div .posts-filter-tags-list::-webkit-scrollbar {
  display: none;
}
.blog_archive > div .filter-buttons > div .posts-filter-tags-list li > a {
  font-family: "Karla", sans-serif;
  display: inline-block;
  padding: 9px 16px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog_archive > div .filter-buttons > div .posts-filter-tags-list li > a.active {
  border: 1px solid #BEA777;
}
.blog_archive > div .post_loop {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.blog_archive > div .post_loop .single_post {
  width: calc(33.3333333333% - 22px);
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #BEA777;
}
@media (max-width: 992px) {
  .blog_archive > div .post_loop .single_post {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .blog_archive > div .post_loop .single_post {
    width: 100%;
    border-bottom: none;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.blog_archive > div .post_loop .single_post .image {
  height: 300px;
}
@media (max-width: 575px) {
  .blog_archive > div .post_loop .single_post .image {
    height: 221px;
  }
}
.blog_archive > div .post_loop .single_post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog_archive > div .post_loop .single_post .content {
  margin-top: 24px;
}
.blog_archive > div .post_loop .single_post .content p {
  margin-bottom: 24px;
}
.blog_archive > div .post_loop .single_post .content p.small {
  margin-bottom: 16px;
}
.blog_archive > div .post_loop .single_post .content h4 {
  margin-bottom: 8px;
}

.team_archive > div .section-title {
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .team_archive > div .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .team_archive > div .section-title h5 {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .team_archive > div .section-title h2 {
    margin-bottom: 20px;
  }
}
.team_archive > div .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .team_archive > div .section-title .caption p {
    font-size: 1rem;
  }
}
.team_archive > div .people_loop {
  display: flex;
  gap: 0 64px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .team_archive > div .people_loop {
    gap: 0 32px;
  }
}
.team_archive > div .people_loop .card_content {
  width: calc(50% - 32px);
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #BEA777;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .team_archive > div .people_loop .card_content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .card_content {
    width: 100%;
    border-bottom: none;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.team_archive > div .people_loop .card_content .image {
  height: 288px;
  width: 50%;
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .card_content .image {
    height: 221px;
  }
}
.team_archive > div .people_loop .card_content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team_archive > div .people_loop .card_content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.team_archive > div .people_loop .card_content .content h4 {
  margin: 0;
}
.team_archive > div .people_loop .card_content .content p {
  margin-bottom: 24px;
}
.team_archive > div .people_loop .card_content .content p.medium {
  margin-bottom: 16px;
}
.team_archive > div .people_loop .card_content .content .socials {
  justify-content: flex-start;
}
.team_archive > div .people_loop .flickity-viewport {
  width: 100%;
}
.team_archive > div .people_loop .flickity-viewport .card_content {
  width: 100%;
  margin-left: 2px;
  flex-direction: column;
}
.team_archive > div .people_loop .flickity-viewport .card_content .image {
  height: 221px;
  width: 100%;
}
.team_archive > div .people_loop .flickity-viewport .card_content .content {
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .flickity-viewport {
    margin-bottom: 75px;
  }
}
.team_archive > div .people_loop .flickity-button {
  bottom: 3px;
  top: unset;
  background-color: transparent;
}
.team_archive > div .people_loop .flickity-button.previous {
  left: unset;
  right: 63px;
}
.team_archive > div .people_loop .flickity-button.next {
  right: 0;
}
.team_archive > div .people_loop .flickity-page-dots {
  top: unset;
  bottom: 20px;
  width: unset;
}
.team_archive > div .people_loop .flickity-page-dots .dot {
  background: #BEA777;
}
.team_archive > div .people_loop .flickity-page-dots .dot.is-selected {
  background: #9C8256;
}
.team_archive > div .people_loop.even .card_content:last-child, .team_archive > div .people_loop.even .card_content:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team_archive > div .people_loop.odd .card_content:last-child {
  border-bottom: none;
}
.team_archive > div .people_loop:after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 575px) {
  .team_archive > div .people_loop:after {
    content: "";
  }
}

.single .intro .title {
  max-width: 768px;
  margin: 0 auto 48px;
}
.single .intro .author_share {
  max-width: 768px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single .intro .author_share {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .single .intro .author_share {
    margin: 0 auto 48px;
  }
}
.single .intro .author_share .author {
  display: flex;
  gap: 16px;
}
.single .intro .author_share .author .image-hold {
  height: 56px;
  width: 56px;
}
.single .intro .author_share .author .image-hold img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.single .intro .author_share .author .name_date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.single .intro .author_share .author .name_date .name p {
  font-weight: bold;
}
.single .intro .author_share .share {
  position: relative;
}
.single .intro .author_share .share .tool_tip {
  position: absolute;
  top: -24px;
}
.single .intro .author_share .share .tool_tip p {
  font-size: 14px;
}
.single .intro .author_share .share #copy_link {
  cursor: pointer;
}
.single .intro .image {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .single .intro .image {
    height: 188px;
  }
}
.single .intro .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single .content {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .single .content {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.single .content .left {
  width: 420px;
}
@media (max-width: 992px) {
  .single .content .left {
    width: 100%;
  }
}
.single .content .left > div {
  position: sticky;
  top: 100px;
}
.single .content .left > div .author {
  display: flex;
  gap: 16px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #BEA777;
}
.single .content .left > div .author .image-hold {
  height: 56px;
  width: 56px;
}
.single .content .left > div .author .image-hold img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.single .content .left > div .author .name_date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.single .content .left > div .author .name_date .name p {
  font-weight: bold;
}
.single .content .left > div .form {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #BEA777;
}
.single .content .left > div .form > p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.single .content .left > div .form a {
  text-decoration: underline;
}
.single .content .left > div .form button {
  width: 100% !important;
  color: #FFFFFF !important;
  background-color: #9C8256 !important;
  background-image: linear-gradient(#F0E8D7, #F0E8D7), linear-gradient(transparent, transparent) !important;
}
.single .content .left > div .form button:hover {
  color: #9C8256 !important;
}
.single .content .left > div .share_section .share {
  position: relative;
}
.single .content .left > div .share_section .share .tool_tip {
  position: absolute;
  top: -24px;
}
.single .content .left > div .share_section .share .tool_tip p {
  font-size: 14px;
}
.single .content .left > div .share_section .share .copy_link {
  cursor: pointer;
}
.single .content .right {
  flex: 1;
}
.single .content .right img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* ------------------------------------------------------------------------- *
/* 7. PLUGINS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* GRAVITY FORM */
/* ------------------------------------------------------------------------- */
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin-top: -26px;
}
.gform_wrapper .gform_body .gform_fields .gfield label,
.gform_wrapper .gform_body .gform_fields .gfield legend {
  font-family: "Karla", sans-serif;
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 400;
  color: #626A71;
  text-transform: uppercase;
  transform: translate(17px, 40px);
  pointer-events: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input {
  height: 64px;
  padding: 16px;
  padding-top: 40px;
  border-radius: 12px;
  border: 1px solid #84BFAF;
  background: #E2F3EB;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: #004F2E;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder {
  color: #004F2E;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield input:hover {
  background: #D2E6DC;
  border: 1px solid #78A890;
}
.gform_wrapper .gform_body .gform_fields .gfield input:active {
  background: #B2D2C2;
  border: 1px solid #004F2E;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus {
  background: #E9EDF2;
  border: 1px solid #195C91;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  height: 48px;
  padding: 12px;
  border: 1px solid #84BFAF;
  background: #E2F3EB;
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: #004F2E;
}
.gform_wrapper .gform_body .gform_fields .gfield select:hover {
  background: #D2E6DC;
  border: 1px solid #78A890;
}
.gform_wrapper .gform_body .gform_fields .gfield select:active {
  background: #B2D2C2;
  border: 1px solid #004F2E;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield select:focus {
  background: #E9EDF2;
  border: 1px solid #195C91;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 180px;
  min-height: unset;
  padding: 16px;
  padding-top: 40px;
  border: 1px solid #84BFAF;
  background: #E2F3EB;
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: #004F2E;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
  color: #004F2E;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea:hover {
  background: #D2E6DC;
  border: 1px solid #78A890;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea:active {
  background: #B2D2C2;
  border: 1px solid #004F2E;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  background: #E9EDF2;
  border: 1px solid #195C91;
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
  height: 18px;
  width: 18px;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label a {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.gform_wrapper .gform_footer,
.gform_wrapper #field_submit {
  margin-top: 24px;
}
.gform_wrapper .gform_footer button,
.gform_wrapper #field_submit button {
  display: flex !important;
  align-items: center !important;
  color: #004F2E !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  width: fit-content;
  padding: 13px 24px 12px !important;
  max-height: 48px;
  vertical-align: middle !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  position: relative;
  border-radius: 100px !important;
  background-color: #84BFAF !important;
  box-shadow: 0 2px 16px 0 rgba(0, 81, 47, 0.33) !important;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_footer button,
  .gform_wrapper #field_submit button {
    padding: 9px 20px 8px;
    max-height: 29px;
  }
}
.gform_wrapper .gform_footer button:hover,
.gform_wrapper #field_submit button:hover {
  background-color: #78A890 !important;
  box-shadow: 0 4px 16px 0 rgba(47, 50, 54, 0.5);
}
.gform_wrapper .gform_footer button:active,
.gform_wrapper #field_submit button:active {
  background-color: #5D9378 !important;
}

.slide-menu .gform_wrapper {
  margin-top: 139px;
  padding: 0 64px 67px 40px;
  background-color: #F0E8D7;
}
@media (max-width: 992px) {
  .slide-menu .gform_wrapper {
    margin-top: 40px;
    padding: 0 20px 40px;
  }
}
.slide-menu .gform_wrapper .gform_heading {
  margin-bottom: 32px;
}
.slide-menu .gform_wrapper .gform_heading h2 {
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .slide-menu .gform_wrapper .gform_heading h2 {
    font-size: 1.125rem;
  }
}

/* ------------------------------------------------------------------------- *
/* COOKIE BOT */
/* ------------------------------------------------------------------------- */
#CybotCookiebotDialog {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgba(0, 0, 0, 0) !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  font-size: 1rem !important;
  font-family: "Karla", sans-serif !important;
}

#CybotCookiebotDialog h1,
#CybotCookiebotDialog h2,
#CybotCookiebotDialog h3,
#CybotCookiebotDialog h4,
#CybotCookiebotDialog h5,
#CybotCookiebotDialog h6 {
  font-family: "Karla", sans-serif !important;
  font-size: 1.5rem !important;
}

#CybotCookiebotDialog p {
  font-size: 1rem !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: rgba(0, 0, 0, 0) !important;
  background: #BEA777 !important;
  padding: 16px 32px !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  color: #BEA777 !important;
  background-color: white !important;
  border-color: #455560 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active {
  color: #BEA777 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:disabled,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:disabled,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:disabled {
  cursor: not-allowed !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 2px !important;
  background: transparent !important;
  border-color: #455560 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  border: 1px solid #BEA777 !important;
  background: #BEA777 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:active {
  color: #BEA777 !important;
  border: 1px solid #BEA777 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:disabled {
  background: transparent !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #BEA777 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: #BEA777 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #BEA777 !important;
  color: #BEA777 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-family: "Karla", sans-serif !important;
  font-size: 1rem !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #BEA777 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab {
  color: #BEA777 !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background-color: #BEA777 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #BEA777 !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  color: rgba(0, 0, 0, 0) !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #BEA777 !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #BEA777 !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #BEA777 !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #BEA777 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover,
#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: rgba(69, 85, 96, 0.8196078431) !important;
}
/*# sourceMappingURL=main.css.map */
