@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100.1%;
  font-size: 1rem;
  color: #797979;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 90px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
blockquote,
th {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.36rem;
  margin-bottom: 0.5rem;
  font-family: "conglomerate", serif;
  font-weight: 400;
}

h2,
.h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h3,
.h3 {
  font-size: 13px;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

h5,
.h5 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h6,
.h6 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

a {
  color: #998064;
  transition: 0.3s ease all;
}

button:focus,
button:visited,
button:hover,
button:active,
a:focus,
a:visited,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #998064;
}

hr {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin-left: 0;
}

label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button {
  color: #998064;
}

.btn,
a.btn,
input.btn,
button.btn {
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  font-weight: 500;
}
.btn:focus,
a.btn:focus,
input.btn:focus,
button.btn:focus {
  outline: none;
}

.btn.btn-light-rounded, .btn.btn-gold-rounded {
  font-size: 11px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0.9rem 2.35rem;
  letter-spacing: 2.2px;
}
.btn.btn-gold-rounded {
  color: #998064;
  border: 1px solid #998064;
}
@media (max-width: 767px) {
  .btn.btn-gold-rounded {
    margin-bottom: 1rem;
  }
}
.btn.btn-underline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #92816E;
  padding-bottom: 5px;
  padding-inline: 0;
  border-radius: 0;
  color: #92816E;
}

/*****************************************************
Helpers
*****************************************************/
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.with-overlay {
  position: relative;
}
.with-overlay::before {
  content: "";
  background-color: rgba(18, 51, 50, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
}
.with-overlay .container {
  position: relative;
}

.bg-dark {
  background-color: #123332 !important;
}

.bg-light {
  background-color: #EFEFEE !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1341px;
  }
}

/*****************************************************
Navigation
*****************************************************/
header#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  background-color: #fff;
}
header#masthead > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  position: relative;
}
header#masthead .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header#masthead .logo img {
  width: 100px;
  height: auto;
}
header#masthead #nav {
  margin-left: auto;
}
header#masthead #nav .navbar-nav .menu-item {
  padding-left: 1.15rem;
}
header#masthead #nav .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 10.5px;
  font-family: "Montserrat", sans-serif;
  color: #949598;
}
header#masthead #nav .navbar-nav .nav-link:hover {
  color: #998064;
}
header#masthead .desktop-burger .toggler {
  margin-right: 30px;
  width: 35px;
  height: 20px;
}
header#masthead .desktop-burger .toggler span {
  height: 1.5px;
  background-color: #92816E;
  display: block;
}
header#masthead .desktop-burger .toggler span:first-child {
  width: 35px;
  margin-bottom: 7px;
  transition: 0.5s;
}
header#masthead .desktop-burger .toggler span:last-child {
  width: 22px;
  transition-delay: 0.3s;
  transition: 1s;
}
header#masthead .desktop-burger .toggler:hover span:first-child {
  width: 25px;
}
header#masthead .desktop-burger .toggler:hover span:last-child {
  width: 15px;
}
header#masthead .desktop-burger button {
  padding: 0;
  background-color: transparent;
  border: none;
}
header#masthead .desktop-burger button.search {
  position: relative;
  bottom: 5px;
}

/*****************************************************
Footer
*****************************************************/
/*****************************************************
Page Specific
*****************************************************/
.error-404.not-found {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*****************************************************
Components
*****************************************************/
.main-banner {
  background-color: #DCDDDE;
}
.main-banner .container {
  height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-banner .container h1, .main-banner .container h2 {
  color: #fff;
}
.main-banner .container h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4.5rem;
  letter-spacing: 2.6px;
}
.main-banner .container h1 {
  letter-spacing: 6.6px;
}
.main-banner .container .icons {
  position: relative;
  margin-bottom: 3rem;
}
.main-banner .container .icons .anim-icon-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-banner .container .icons .anim-icon-2 {
  animation: spin 8s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.subnav {
  position: sticky;
  border-bottom: 1px solid #92816E;
  border-top: 1px solid #92816E;
  top: 90px;
  background-color: #fff;
  z-index: 111;
}

.destination-nav {
  padding-bottom: 4rem;
  padding-bottom: 6.5rem;
}
.destination-nav h2, .subnav h2 {
  font-family: "conglomerate", serif;
  color: #998064;
  text-align: center;
  font-weight: 300;
  font-size: 2.35rem;
  letter-spacing: 3.3px;
}
.destination-nav ul, .subnav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 2.9825rem 0;
}
@media (max-width: 991px) {
  .destination-nav ul, .subnav ul {
    flex-wrap: wrap;
  }
}
.destination-nav ul a, .destination-nav ul .nav-link, .subnav ul a, .subnav ul .nav-link {
  text-decoration: none;
  display: inline-block;
  margin: 0 13px;
  padding: 5px 0;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  font-size: 11px;
  color: #929292;
  position: relative;
}
.destination-nav ul a::after, .destination-nav ul .nav-link::after, .subnav ul a::after, .subnav ul .nav-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #92816E;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease all;
  transform-origin: left;
  transform: scaleX(0);
}
.destination-nav ul a.active, .destination-nav ul a:hover, .destination-nav ul .nav-link.active, .destination-nav ul .nav-link:hover, .subnav ul a.active, .subnav ul a:hover, .subnav ul .nav-link.active, .subnav ul .nav-link:hover {
  color: #998064;
}
.destination-nav ul a.active::after, .destination-nav ul a:hover::after, .destination-nav ul .nav-link.active::after, .destination-nav ul .nav-link:hover::after, .subnav ul a.active::after, .subnav ul a:hover::after, .subnav ul .nav-link.active::after, .subnav ul .nav-link:hover::after {
  transform: scaleX(1);
}
.destination-nav ul a.active, .destination-nav ul .nav-link.active, .subnav ul a.active, .subnav ul .nav-link.active {
  font-weight: 700;
}

.destination-nav .nav-tabs {
  border-bottom: none;
  padding-top: 1rem;
  padding-bottom: 0;
}
.destination-nav .nav-tabs .nav-link {
  border: none;
}
.destination-nav .nav-tabs .nav-link::after {
  content: none;
}

.fill-width-text-columns {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.fill-width-text-columns h2 {
  font-family: "conglomerate", serif;
  color: #998064;
  font-style: italic;
  text-align: center;
  font-weight: 300;
  line-height: 3.5rem;
  font-size: 2.71rem;
}
.fill-width-text-columns .heading {
  margin-bottom: 6.5rem;
}
@media (min-width: 1200px) {
  .fill-width-text-columns .heading {
    padding: 0 19rem 0 13rem;
  }
}
@media (max-width: 991px) {
  .fill-width-text-columns .stay-columns {
    padding: 0;
  }
}
.fill-width-text-columns .stay-columns p {
  color: #58595B;
  font-size: 13px;
  line-height: 20px;
}
.fill-width-text-columns .stay-columns p strong {
  font-weight: 400;
  color: #92816E;
}
.fill-width-text-columns .container {
  padding: 0 2rem 0 8rem;
}
@media (max-width: 991px) {
  .fill-width-text-columns .container {
    padding: 0 2rem;
  }
}

.stay-columns img {
  margin-bottom: 2.5rem;
  width: 60px;
  height: auto;
}
.stay-columns h4 {
  font-weight: 500;
  font-size: 1.07rem;
  color: #92816E;
  margin-bottom: 1rem;
  letter-spacing: 3px;
}
.stay-columns h5, .stay-columns h6 {
  font-size: 13px;
  line-height: 20px;
  color: #92816E;
  margin-bottom: 0;
}
.stay-columns h6 {
  margin-bottom: 1.5rem;
}
.stay-columns .address {
  border-left: 1px solid #92816E;
  padding-left: 1rem;
}
.stay-columns .col-12, .stay-columns .col-6 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .stay-columns .col-12, .stay-columns .col-6 {
    flex: 1 1 calc(50% - 1rem);
  }
}
.stay-columns .col-12 .address, .stay-columns .col-6 .address {
  flex-grow: 1;
}

.large-video {
  padding-bottom: 8rem;
  border-bottom: 1px solid #92816E;
}
.large-video iframe {
  width: 100%;
  height: 750px;
}
@media (max-width: 767px) {
  .large-video iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.large-video .container {
  position: relative;
}
.large-video .video-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #F1F2F2;
  position: absolute;
}
.large-video .video-overlay::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("/wp-content/themes/artificialstudio/assets/images/icon-play.svg");
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.large-video .video-overlay:hover {
  cursor: pointer;
}

.flush-image-right-text-left, .flush-image-left-text-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (min-width: 992px) {
  .flush-image-right-text-left, .flush-image-left-text-right {
    min-height: calc(750px + 16rem);
  }
}
.flush-image-right-text-left img, .flush-image-left-text-right img {
  position: absolute;
  right: 0;
  width: 50%;
  height: calc(100% - 16rem);
  top: 50%;
  transform: translateY(-50%);
  width: 45.65%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .flush-image-right-text-left img, .flush-image-left-text-right img {
    width: 100%;
    order: 2;
    position: static;
    transform: none;
    height: auto;
  }
}
.flush-image-right-text-left .text, .flush-image-left-text-right .text {
  width: 50%;
  text-align: center;
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .flush-image-right-text-left .text, .flush-image-left-text-right .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .flush-image-right-text-left .text, .flush-image-left-text-right .text {
    width: 100%;
    order: 1;
    padding-bottom: 6rem;
  }
}
.flush-image-right-text-left .text h2, .flush-image-left-text-right .text h2 {
  letter-spacing: 2.6px;
  color: #92816E;
  margin-bottom: 6.5rem;
  font-size: 13px;
  font-weight: 500;
}
.flush-image-right-text-left .text h3, .flush-image-left-text-right .text h3 {
  font-size: 2rem;
  color: #998064;
  font-family: "conglomerate", serif;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 5rem;
  line-height: 2.7rem;
}
@media (max-width: 991px) {
  .flush-image-right-text-left .text h3 br, .flush-image-right-text-left .text p br, .flush-image-left-text-right .text h3 br, .flush-image-left-text-right .text p br {
    display: none;
  }
}
.flush-image-right-text-left .text p, .flush-image-left-text-right .text p {
  font-size: 1.07rem;
  line-height: 2rem;
}
.flush-image-right-text-left .text p:last-child, .flush-image-left-text-right .text p:last-child {
  margin-bottom: 5rem;
}
.flush-image-right-text-left .text a, .flush-image-left-text-right .text a {
  margin-top: 6rem;
}

.flush-image-left-text-right img {
  right: auto;
  left: 0;
}
.flush-image-left-text-right .text {
  margin-left: auto;
}

.full-width-banner-with-text {
  padding-top: 8rem;
  border-top: 1px solid #92816E;
}
.full-width-banner-with-text .image-and-content {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-width-banner-with-text h2 {
  text-align: center;
  color: #fff;
  font-size: 2.7rem;
  line-height: 3.6rem;
  font-family: "conglomerate", serif;
  font-weight: 400;
  letter-spacing: 7.6px;
}
.full-width-banner-with-text h2 em {
  letter-spacing: 0.95px;
}
@media (max-width: 767px) {
  .full-width-banner-with-text h2 br {
    display: none;
  }
}

.full-width-text {
  padding-top: 10.5rem;
  padding-bottom: 2.5rem;
}
.full-width-text h3 {
  color: #998064;
  font-size: 1.85rem;
  line-height: 3.14rem;
  letter-spacing: 1.69px;
  text-align: center;
  font-family: "conglomerate", serif;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .full-width-text h3 br {
    display: none;
  }
}
.full-width-text h2 {
  color: #998064;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 13px;
  font-weight: 500;
}
.full-width-text .container {
  padding: 0 10rem;
}
@media (max-width: 991px) {
  .full-width-text .container {
    padding: 0 2rem;
  }
}

.map-full-width-heading h3 {
  color: #92816E;
  font-size: 2.36rem;
  line-height: 3.14rem;
  letter-spacing: 1.69px;
  text-align: center;
  font-family: "conglomerate", serif;
  font-weight: 300;
  margin-bottom: 6rem;
}
.map-full-width-heading h2 {
  color: #998064;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 13px;
  font-weight: 500;
  padding-top: 7rem;
}
.map-full-width-heading .container {
  padding: 0 10rem;
}
@media (max-width: 767px) {
  .map-full-width-heading .container {
    padding: 0 2rem;
  }
}

.flush-image-left-with-accordion, .flush-image-right-with-accordion {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 11rem;
}
@media (min-width: 992px) {
  .flush-image-left-with-accordion, .flush-image-right-with-accordion {
    min-height: calc(700px + 14rem);
  }
}
.flush-image-left-with-accordion img, .flush-image-right-with-accordion img {
  position: absolute;
  left: 0;
  width: 45.65%;
  height: calc(100% - 18rem);
  top: calc(50% - 4rem);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .flush-image-left-with-accordion img, .flush-image-right-with-accordion img {
    width: 100%;
    order: 2;
    height: auto;
    position: static;
    transform: none;
  }
}
.flush-image-left-with-accordion .content, .flush-image-right-with-accordion .content {
  width: 50%;
  right: 0;
  padding-left: 8rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .flush-image-left-with-accordion .content, .flush-image-right-with-accordion .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .flush-image-left-with-accordion .content, .flush-image-right-with-accordion .content {
    width: 100%;
    order: 1;
    margin-bottom: 6rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.flush-image-left-with-accordion .content .accordion-item, .flush-image-right-with-accordion .content .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #92816E;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-body, .flush-image-right-with-accordion .content .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 6rem;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-body h3, .flush-image-right-with-accordion .content .accordion-item .accordion-body h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.5rem;
  color: #92816E;
  text-transform: uppercase;
  margin-bottom: 0;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-body p, .flush-image-right-with-accordion .content .accordion-item .accordion-body p {
  color: #797979;
  letter-spacing: 0.14px;
  line-height: 1.5rem;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-body strong, .flush-image-right-with-accordion .content .accordion-item .accordion-body strong {
  font-weight: 700;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-button, .flush-image-right-with-accordion .content .accordion-item .accordion-button {
  padding: 0;
  font-size: 1.42rem;
  letter-spacing: 4px;
  line-height: 1.5rem;
  color: #123332;
  font-family: "conglomerate", serif;
  font-weight: 400;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent !important;
  box-shadow: none !important;
  gap: 1px;
}
.flush-image-left-with-accordion .content .accordion-item .accordion-button span, .flush-image-right-with-accordion .content .accordion-item .accordion-button span {
  font-size: 12px;
  font-weight: 500;
  font-family: "conglomerate", serif;
  color: #998064;
  letter-spacing: 2.4px;
  position: relative;
  left: 10px;
}
@media (max-width: 767px) {
  .flush-image-left-with-accordion .content .accordion-item .accordion-button span, .flush-image-right-with-accordion .content .accordion-item .accordion-button span {
    width: 40%;
  }
}

.flush-image-left-with-accordion .flush-image, .flush-image-right-with-accordion .flush-image {
  transition: 0.3s ease all;
}
.flush-image-left-with-accordion .flush-image.hide, .flush-image-right-with-accordion .flush-image.hide {
  opacity: 0;
}
@media (max-width: 767px) {
  .flush-image-left-with-accordion .flush-image.hide, .flush-image-right-with-accordion .flush-image.hide {
    display: none;
  }
}
.flush-image-left-with-accordion .accordion-button::after, .flush-image-right-with-accordion .accordion-button::after {
  display: none;
}
.flush-image-left-with-accordion .accordion-button i, .flush-image-right-with-accordion .accordion-button i {
  font-size: 10px;
  color: #8F8170;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  margin-left: auto;
  font-weight: 600;
  white-space: nowrap;
}
.flush-image-left-with-accordion .accordion-button .more, .flush-image-right-with-accordion .accordion-button .more {
  display: none;
}
.flush-image-left-with-accordion .accordion-button.collapsed .less, .flush-image-right-with-accordion .accordion-button.collapsed .less {
  display: none;
}
.flush-image-left-with-accordion .accordion-button.collapsed .more, .flush-image-right-with-accordion .accordion-button.collapsed .more {
  display: inline;
}

.flush-image-right-with-accordion .content {
  right: 0;
  padding-right: 8rem;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 991px) {
  .flush-image-right-with-accordion .content {
    padding-right: 0;
  }
}
.flush-image-right-with-accordion img {
  right: 0;
  left: auto;
}

.two-column-text {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.two-column-text h2 {
  letter-spacing: 2.6px;
  line-height: 0.85rem;
  color: #92816E;
  margin-bottom: 3rem;
  font-size: 13px;
  font-weight: 500;
}
.two-column-text h3 {
  font-size: 3.14rem;
  letter-spacing: 3.3px;
  line-height: 3.57rem;
  font-weight: 400;
  font-family: "conglomerate", serif;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .two-column-text .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .two-column-text .desktop-only {
    display: none;
  }
}
.two-column-text .left p {
  font-size: 2rem;
  font-family: "conglomerate", serif;
  font-style: italic;
  line-height: 2.71rem;
  font-weight: 300;
  margin-bottom: 5rem;
}
.two-column-text h3 {
  color: #D6D6D4;
}
.two-column-text h4, .two-column-text p {
  color: #fff;
}
.two-column-text .right p {
  font-size: 15px;
  letter-spacing: 0.15px;
  line-height: 1.78rem;
}
@media (min-width: 1400px) {
  .two-column-text .right p {
    padding-left: 2rem;
    padding-top: 8.5rem;
  }
}
.two-column-text .row {
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .two-column-text .row {
    padding: 0;
  }
}
.two-column-text .row .col-12 {
  padding: 0 2rem;
}

.full-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .full-image img {
    aspect-ratio: 1/1;
  }
}

.image-left-right-text, .image-right-left-text {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .image-left-right-text .image, .image-right-left-text .image {
    margin-bottom: 3rem;
  }
}
.image-left-right-text .image img, .image-right-left-text .image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .image-left-right-text .image img, .image-right-left-text .image img {
    height: auto;
  }
}
.image-left-right-text .image, .image-right-left-text .image {
  padding: 0 6.08rem 0 6.08rem;
}
@media (max-width: 991px) {
  .image-left-right-text .image, .image-right-left-text .image {
    padding: 0 1.5em 0 1.5em;
  }
}
@media (max-width: 767px) {
  .image-left-right-text .image, .image-right-left-text .image {
    order: 2;
  }
}
.image-left-right-text .text, .image-right-left-text .text {
  padding: 0 6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .image-left-right-text .text, .image-right-left-text .text {
    padding: 0 1.5em;
  }
}
@media (max-width: 767px) {
  .image-left-right-text .text, .image-right-left-text .text {
    order: 1;
    padding-bottom: 3rem;
  }
}
.image-left-right-text .text a, .image-right-left-text .text a {
  margin-top: 4rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.image-left-right-text h2, .image-right-left-text h2 {
  text-align: center;
  font-size: 2.34rem;
  letter-spacing: 3.3px;
  font-family: "conglomerate", serif;
  line-height: 2.85rem;
  font-weight: 300;
  margin-bottom: 4rem;
}
.image-left-right-text h3, .image-right-left-text h3 {
  font-size: 2rem;
  line-height: 2.71rem;
  font-family: "conglomerate", serif;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .image-left-right-text h3 br, .image-left-right-text p br, .image-right-left-text h3 br, .image-right-left-text p br {
    display: none;
  }
}
.image-left-right-text h4, .image-right-left-text h4 {
  font-size: 11px;
  font-weight: 500;
  color: #998064;
  letter-spacing: 2.2px;
  text-align: center;
}
.image-left-right-text p, .image-right-left-text p {
  font-size: 1.07rem;
  line-height: 2rem;
  letter-spacing: 0.15px;
}
.image-left-right-text h2, .image-left-right-text h3, .image-right-left-text h2, .image-right-left-text h3 {
  color: #998064;
}
.image-left-right-text h2, .image-left-right-text h3, .image-left-right-text p, .image-right-left-text h2, .image-right-left-text h3, .image-right-left-text p {
  text-align: center;
}

.image-right-left-text h2 {
  margin-bottom: 2rem;
}
.image-right-left-text h4 {
  margin-bottom: 4rem;
}

.full-width-heading {
  margin-top: 7rem;
  padding-top: 7rem;
  padding-bottom: 6rem;
  border-top: 1px solid #92816E;
}
.full-width-heading .container {
  text-align: center;
}
.full-width-heading h2 {
  letter-spacing: 2.6px;
  line-height: 0.85rem;
  color: #998064;
  margin-bottom: 3.5rem;
  font-size: 13px;
  font-weight: 500;
}
.full-width-heading h3 {
  font-size: 2.35rem;
  font-family: "conglomerate", serif;
  font-weight: 300;
  letter-spacing: 3.3px;
  line-height: 2.78rem;
  color: #998064;
}

.left-and-right-columns-text-image {
  display: flex;
  flex-wrap: wrap;
}
.left-and-right-columns-text-image .left, .left-and-right-columns-text-image .right {
  width: 50%;
}
@media (max-width: 767px) {
  .left-and-right-columns-text-image .left, .left-and-right-columns-text-image .right {
    width: 100%;
  }
}
.left-and-right-columns-text-image img {
  width: 100%;
}
.left-and-right-columns-text-image .left {
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .left-and-right-columns-text-image .left {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .left-and-right-columns-text-image .left {
    padding-left: 1.5rem;
    padding-bottom: 8rem;
  }
}
.left-and-right-columns-text-image .left .text {
  padding-left: 6rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .left-and-right-columns-text-image .left .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.left-and-right-columns-text-image .left .image:last-child {
  margin-bottom: 0;
}
.left-and-right-columns-text-image .right {
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .left-and-right-columns-text-image .right {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .left-and-right-columns-text-image .right {
    padding-right: 1.5rem;
  }
}
.left-and-right-columns-text-image .right .text {
  padding-right: 6rem;
}
@media (max-width: 991px) {
  .left-and-right-columns-text-image .right .text {
    padding-right: 1.5rem;
  }
}
.left-and-right-columns-text-image .right .image:last-child {
  margin-bottom: 0;
}
.left-and-right-columns-text-image p {
  color: #998064;
  font-size: 1.5rem;
  font-family: "conglomerate", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 2.35rem;
  margin-bottom: 4rem;
}
.left-and-right-columns-text-image h3 {
  color: #92816E;
  margin-bottom: 2rem;
  letter-spacing: 2.6px;
}
.left-and-right-columns-text-image .image {
  margin-bottom: 8rem;
}

.map-details {
  position: relative;
  background-color: #EAEAE9;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .map-details {
    padding-top: 0;
  }
}
.map-details .map iframe {
  position: absolute;
  left: 0;
  width: 60%;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .map-details .map iframe {
    width: 100%;
    height: 300px;
    position: static;
  }
}
.map-details .details {
  width: 40%;
  margin-left: auto;
  padding-left: 8rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .map-details .details {
    padding-left: 3rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .map-details .details {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.map-details .detail {
  border-bottom: 1px solid #92816E;
  padding-bottom: 2rem;
  padding-top: 3rem;
  padding-right: 2rem;
}
.map-details h3 {
  line-height: 1.07rem;
  letter-spacing: 2.6px;
  color: #998064;
  margin-bottom: 1.5rem;
}
.map-details h4 {
  font-family: "conglomerate", serif;
  font-style: italic;
  color: #414042;
  font-weight: 400;
  line-height: 1.14rem;
  font-size: 1.07rem;
}
.map-details p {
  color: #808080;
  font-size: 12px;
}

.testimonials-wrapper {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .testimonials-wrapper {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.testimonials-wrapper .testimonials-slider {
  background-color: #123332;
  padding-top: 7rem;
  padding-bottom: 11.5rem;
}
.testimonials-wrapper h2, .testimonials-wrapper p, .testimonials-wrapper h3 {
  text-align: center;
}
.testimonials-wrapper h2 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.6px;
  line-height: 0.85rem;
  color: #92816E;
  margin-bottom: 6rem;
  text-transform: uppercase;
}
.testimonials-wrapper p {
  color: #D6D6D4;
  font-family: "conglomerate", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 2.35rem;
  font-size: 1.57rem;
  margin-bottom: 4rem;
}
.testimonials-wrapper h3 {
  color: #998064;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.testimonials-wrapper .item {
  padding: 0 29rem;
}
@media (max-width: 991px) {
  .testimonials-wrapper .item {
    padding: 0 8rem;
  }
}
@media (max-width: 767px) {
  .testimonials-wrapper .item {
    padding: 0 3rem;
  }
}
.testimonials-wrapper .slick-dots {
  bottom: 30px;
}
.testimonials-wrapper .slick-dots li.slick-active button:before, .testimonials-wrapper .slick-dots li button:before {
  opacity: 1;
  transition: 0.3s ease all;
}
.testimonials-wrapper .slick-dots li button:before {
  width: 100%;
  height: 1px;
  font-family: initial;
  background-color: #92816E;
  content: "";
}
.testimonials-wrapper .slick-dots li.slick-active ~ li button:before {
  background-color: #fff;
}
.testimonials-wrapper .slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 0;
}
.testimonials-wrapper .slick-dots li {
  margin: 0;
  width: 50px;
}

.testimonials-slider .slick-arrow, .image-carousel .slick-arrow {
  z-index: 11;
}
.testimonials-slider .slick-arrow::before, .image-carousel .slick-arrow::before {
  content: "" !important;
  width: 13px;
  height: 23px;
  background-image: url("/wp-content/themes/artificialstudio/assets/images/icon-arrow.svg");
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.testimonials-slider .slick-arrow.slick-next, .image-carousel .slick-arrow.slick-next {
  right: 5rem;
}
@media (max-width: 767px) {
  .testimonials-slider .slick-arrow.slick-next, .image-carousel .slick-arrow.slick-next {
    right: 1rem;
  }
}
.testimonials-slider .slick-arrow.slick-next::before, .image-carousel .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.testimonials-slider .slick-arrow.slick-prev, .image-carousel .slick-arrow.slick-prev {
  left: 5rem;
}
@media (max-width: 767px) {
  .testimonials-slider .slick-arrow.slick-prev, .image-carousel .slick-arrow.slick-prev {
    left: 1rem;
  }
}

.two-columns-with-inner-icon-columns {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.two-columns-with-inner-icon-columns .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1199px) {
  .two-columns-with-inner-icon-columns .container {
    padding-inline: 5rem;
  }
}
.two-columns-with-inner-icon-columns .container .left {
  width: 60%;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .two-columns-with-inner-icon-columns .container .left {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    width: 100%;
    padding-bottom: 3rem;
  }
}
.two-columns-with-inner-icon-columns .container .left h3 {
  font-weight: 500;
  letter-spacing: 2.6px;
}
.two-columns-with-inner-icon-columns .container .right {
  width: 40%;
  padding-left: 5rem;
  padding-right: 3rem;
  border-left: 1px solid #92816E;
}
@media (max-width: 991px) {
  .two-columns-with-inner-icon-columns .container .right {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    width: 100%;
    border-left: none;
  }
}
.two-columns-with-inner-icon-columns .container .right p {
  margin-bottom: 2rem;
  font-size: 1.07rem;
  line-height: 2rem;
}
.two-columns-with-inner-icon-columns .container .right h3 strong {
  font-weight: 500;
  letter-spacing: 2.6px;
}
@media (max-width: 767px) {
  .two-columns-with-inner-icon-columns .container .left, .two-columns-with-inner-icon-columns .container .right {
    width: 100%;
  }
}
.two-columns-with-inner-icon-columns h3 {
  color: #92816E;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: 13px;
  letter-spacing: 2.6px;
}
.two-columns-with-inner-icon-columns h2 {
  font-size: 2.35rem;
  font-family: "conglomerate", serif;
  font-weight: 300;
  font-style: italic;
  color: #998064;
  line-height: 3.14rem;
  margin-bottom: 3rem;
}
.two-columns-with-inner-icon-columns .stay-columns p {
  font-size: 13px;
  line-height: 20px;
  color: #58595B;
}

.image-carousel {
  padding-bottom: 4rem;
  margin-bottom: 7.5rem;
  border-bottom: 1px solid #92816E;
}
@media (max-width: 991px) {
  .image-carousel {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .image-carousel {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.image-carousel img {
  width: 100%;
  object-fit: cover;
  height: 750px;
}
@media (max-width: 767px) {
  .image-carousel img {
    height: auto;
  }
}
.image-carousel .slick-dots {
  bottom: -7rem;
}
.image-carousel .slick-dots li.slick-active button:before, .image-carousel .slick-dots li button:before {
  opacity: 1;
  transition: 0.3s ease all;
}
.image-carousel .slick-dots li button:before {
  width: 100%;
  height: 1px;
  font-family: initial;
  background-color: #92816E;
  content: "";
}
.image-carousel .slick-dots li.slick-active ~ li button:before {
  background-color: #D6D6D4;
}
.image-carousel .slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 0;
}
.image-carousel .slick-dots li {
  margin: 0;
  width: 50px;
}
@media (max-width: 991px) {
  .image-carousel .slick-dots li {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .image-carousel .slick-dots {
    display: flex;
  }
}
.image-carousel .counter {
  text-align: center;
  font-size: 1.28rem;
  font-family: "conglomerate", serif;
  color: #998064;
  font-weight: 300;
  font-style: italic;
}
.image-carousel .link {
  text-align: center;
  padding-top: 5rem;
}
.image-carousel .btn.btn-underline {
  color: #998064;
}

.slider-grid {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .slider-grid {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.slider-grid .hidden-text.hidden {
  display: none;
}
.slider-grid .slick-slide {
  height: 450px;
  object-fit: cover;
}
.slider-grid .toggler {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #333132;
}
.slider-grid .toggler .less {
  display: none;
}
.slider-grid .toggler.showing-more .more {
  display: none;
}
.slider-grid .toggler.showing-more .less {
  display: block;
}
.slider-grid h3 {
  font-size: 13px;
  color: #998064;
  line-height: 1.78rem;
  letter-spacing: 2.6px;
}
.slider-grid .row > h3 {
  margin-bottom: 3rem;
}
.slider-grid h2 {
  font-size: 2.357rem;
  font-family: "conglomerate", serif;
  font-style: italic;
  line-height: 3.14rem;
  color: #92816E;
  font-weight: 300;
  margin-bottom: 7.5rem;
}
.slider-grid h4 {
  letter-spacing: 1.1px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.78rem;
  color: #998064;
}
.slider-grid .price {
  font-size: 1.28rem;
  color: #333132;
  font-family: "conglomerate", serif;
  font-style: italic;
  letter-spacing: 0.18px;
  line-height: 1.78rem;
}
.slider-grid .cta {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.slider-grid .cta, .slider-grid .details {
  padding-left: 2rem;
  padding-right: 2rem;
}
.slider-grid .details {
  margin-bottom: 3rem;
}
.slider-grid .details p {
  font-size: 15px;
  letter-spacing: 0.15px;
  line-height: 25px;
  color: #797979;
}
.slider-grid .slick-arrow {
  z-index: 11;
}
.slider-grid .slick-arrow::before {
  content: "" !important;
  width: 10px;
  height: 18px;
  background-image: url("/wp-content/themes/artificialstudio/assets/images/icon-arrow.svg");
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.slider-grid .slick-arrow.slick-next {
  right: 2rem;
}
@media (max-width: 767px) {
  .slider-grid .slick-arrow.slick-next {
    right: 1rem;
  }
}
.slider-grid .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.slider-grid .slick-arrow.slick-prev {
  left: 2rem;
}
@media (max-width: 767px) {
  .slider-grid .slick-arrow.slick-prev {
    left: 1rem;
  }
}

.expandable-column-content h3 {
  font-size: 13px;
  color: #998064;
  line-height: 1.78rem;
}
.expandable-column-content h4 {
  letter-spacing: 1.1px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.78rem;
  color: #998064;
}
.expandable-column-content .toggler {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #333132;
}
.expandable-column-content .toggler .less {
  display: none;
}
.expandable-column-content .toggler.showing-more .more {
  display: none;
}
.expandable-column-content .toggler.showing-more .less {
  display: block;
}
.expandable-column-content .columns {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: none;
}
.expandable-column-content .columns.show {
  display: flex;
}
.expandable-column-content .columns .item {
  flex: 1;
  border-left: 1px solid #92816E;
  padding: 0 1rem;
}
.expandable-column-content .columns .item p {
  margin-bottom: 0;
  color: #58595B;
  font-size: 13px;
  line-height: 20px;
}
.expandable-column-content .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .expandable-column-content .container {
    flex-direction: column;
    gap: 3rem;
  }
}
.expandable-column-content .container .details {
  flex: 1;
  padding-left: 5rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .expandable-column-content .container .details {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .expandable-column-content .container .details {
    padding-right: 0;
  }
}
.expandable-column-content .container .cta {
  width: fit-content;
}
@media (max-width: 767px) {
  .expandable-column-content .container .cta {
    width: 100%;
  }
}
.expandable-column-content .container .cta .btn {
  display: block;
  margin-bottom: 1rem;
  min-width: 192px;
}
.expandable-column-content .price {
  font-size: 1.28rem;
  color: #333132;
  font-family: "conglomerate", serif;
  font-style: italic;
  letter-spacing: 0.18px;
  line-height: 1.78rem;
}

.two-column-text-with-cta h2 {
  color: #92816E;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: 13px;
  letter-spacing: 2.6px;
  font-weight: 500;
}
.two-column-text-with-cta h3 {
  font-size: 2.35rem;
  color: #57C2B6;
  line-height: 3.14rem;
  font-family: "conglomerate", serif;
  font-style: italic;
  font-weight: 300;
}
.two-column-text-with-cta p {
  font-size: 15px;
  line-height: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .two-column-text-with-cta h3 br, .two-column-text-with-cta p br {
    display: none;
  }
}
.two-column-text-with-cta .container {
  display: flex;
  flex-wrap: wrap;
}
.two-column-text-with-cta .left {
  width: 58%;
  padding-right: 4rem;
  border-right: 1px solid #998064;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .two-column-text-with-cta .left {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .two-column-text-with-cta .left {
    width: 100%;
    border-right: none;
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
}
.two-column-text-with-cta .right {
  width: 42%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 991px) {
  .two-column-text-with-cta .right {
    padding-left: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .two-column-text-with-cta .right {
    width: 100%;
    padding-left: 1rem;
  }
}
.two-column-text-with-cta .btn.btn-underline {
  font-size: 15px;
}

/*****************************************************
Template Specific
*****************************************************/
.land-template-template-1 .full-width-text, .land-template-template-1 .flush-image-left-with-accordion {
  background-color: #EFEFEE;
  margin-top: 0;
}
.land-template-template-1 .full-width-text .accordion-item, .land-template-template-1 .flush-image-left-with-accordion .accordion-item {
  background-color: #EFEFEE;
}
.land-template-template-1 .testimonials-wrapper {
  padding-bottom: 5rem;
  border-bottom: 1px solid #92816E;
}

.page-template-template-3 .testimonials-wrapper .testimonials-slider {
  background-color: #74C0B6;
}

.page-template-water-template-1 .testimonials-wrapper .testimonials-slider {
  background-color: #005363;
}

.page-template-template-3 .image-carousel {
  border-bottom: none;
}
.page-template-template-3 .full-width-banner-with-text {
  border-top: none;
}

.land-template-template-1-child .image-right-left-text {
  border-bottom: 1px solid #92816E;
}
.land-template-template-1-child .testimonials-wrapper {
  padding-top: 8rem;
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #92816E;
}
.land-template-template-1-child .image-carousel {
  padding-bottom: 8rem;
}

.land-template-template-2 .fill-width-text-columns h2 {
  color: #74C0B6;
}
.land-template-template-2 .flush-image-right-text-left h3, .land-template-template-2 .full-width-text h3 {
  color: #74C0B6;
}
.land-template-template-2 .image-left-right-text h3 {
  color: #57C2B6;
}
.land-template-template-2 .flush-image-right-text-left .text h2 {
  color: #998064;
}
.land-template-template-2 .full-width-heading {
  padding-top: 8rem;
  margin-top: 8rem;
}
.land-template-template-2 .full-width-heading h2 {
  color: #998064;
}
.land-template-template-2 .image-carousel {
  border-top: 1px solid #92816E;
  border-bottom: none;
  padding-top: 8rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.land-template-template-2 .image-carousel .btn.btn-underline {
  color: #998064;
}
.land-template-template-2 .full-width-banner-with-text {
  border-top: none;
}
.land-template-template-2 .flush-image-left-with-accordion {
  padding-bottom: 10.5rem;
}
.land-template-template-2 .flush-image-left-with-accordion .content .accordion-item .accordion-button {
  color: #478080;
}
.land-template-template-2 .flush-image-left-with-accordion .content .accordion-item .accordion-body strong {
  font-weight: 500;
  color: #998064;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 22px;
}
.land-template-template-2 .testimonials-wrapper {
  border-bottom: 1px solid #92816E;
  padding-bottom: 5rem;
}
.land-template-template-2 .subnav ul a::after {
  background-color: #74C0B6;
}
.land-template-template-2 .subnav ul a.active, .land-template-template-2 .subnav ul a:hover {
  color: #74C0B6;
}
.land-template-template-2 .subnav ul a.active {
  font-weight: 700;
}
.land-template-template-2 .full-width-text, .land-template-template-2 .flush-image-left-with-accordion {
  background-color: #EFEFEE;
}
.land-template-template-2 .flush-image-left-with-accordion .content .accordion-item {
  background-color: #EFEFEE;
}
.land-template-template-2 .full-width-text h2 {
  color: #998064;
}
.land-template-template-2 .two-column-text h2, .land-template-template-2 .two-column-text .btn.btn-underline {
  color: #003432;
}
.land-template-template-2 .two-column-text .btn.btn-underline {
  border-bottom: 1px solid #003432;
}
.land-template-template-2 .two-column-text h3, .land-template-template-2 .two-column-text .left p {
  color: #EBEDED;
}
@media (min-width: 992px) {
  .land-template-template-2 .testimonials-wrapper .item {
    padding: 0 23rem;
  }
}
.land-template-template-2 .testimonials-wrapper h3 {
  color: #fff;
}

.land-template-template-2-child .slider-grid {
  padding-top: 7rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #92816E;
}
.land-template-template-2-child .slider-grid h2 {
  color: #74C0B6;
}
.land-template-template-2-child .subnav ul a::after {
  background-color: #74C0B6;
}
.land-template-template-2-child .subnav ul a.active, .land-template-template-2-child .subnav ul a:hover {
  color: #74C0B6;
}
.land-template-template-2-child .subnav ul a.active {
  font-weight: 700;
}
.land-template-template-2-child .image-left-right-text h3 {
  color: #57C2B6;
}
.land-template-template-2-child .two-column-text-with-cta {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
}
.land-template-template-2-child .large-video {
  border-bottom: none;
  padding-bottom: 10rem;
}
.land-template-template-2-child .image-right-left-text {
  padding-bottom: 0;
}
.land-template-template-2-child .testimonials-wrapper {
  border-bottom: 1px solid #92816E;
  padding-bottom: 5rem;
}
.land-template-template-2-child .full-image {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
.land-template-template-2-child .full-image img {
  height: 750px;
  object-fit: cover;
}

.land-template-template-3 .flush-image-right-text-left {
  border-bottom: 1px solid #92816E;
}
.land-template-template-3 .full-width-text {
  padding-top: 8rem;
}
.land-template-template-3 .full-width-text h3 {
  font-size: 2.357rem;
}
.land-template-template-3 #adventures.full-width-text {
  background-color: #EFEFEE;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.land-template-template-3 .image-carousel {
  border-bottom: none;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 0;
}
.land-template-template-3 .full-width-banner-with-text {
  border-top: none;
}
.land-template-template-3 .flush-image-left-with-accordion {
  background-color: #EFEFEE;
}
.land-template-template-3 .flush-image-left-with-accordion .content .accordion-item {
  background-color: #EFEFEE;
}
.land-template-template-3 .flush-image-left-with-accordion .content .accordion-item .accordion-body p em {
  font-size: 12px;
  color: #998064;
  font-style: normal;
  letter-spacing: 2.4px;
}
.land-template-template-3 .full-width-heading {
  margin-top: 8rem;
  padding-top: 8rem;
}
.land-template-template-3 .image-right-left-text {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #92816E;
}
.land-template-template-3 .two-column-text {
  margin-top: -2.5rem;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .land-template-template-3 .testimonials-wrapper .item {
    padding: 0 23rem;
  }
}
.land-template-template-3 .testimonials-wrapper h3 {
  color: #998064 !important;
}

.water-template-template-4 .subnav ul a::after {
  background-color: #74C0B6;
}
.water-template-template-4 .subnav ul a.active, .water-template-template-4 .subnav ul a:hover {
  color: #57C2B6;
}
.water-template-template-4 .subnav ul a.active {
  font-weight: 700;
}
.water-template-template-4 .fill-width-text-columns h2 {
  color: #57C2B6;
}
.water-template-template-4 .flush-image-right-text-left {
  border-bottom: 1px solid #92816E;
}
.water-template-template-4 .flush-image-right-text-left h3 {
  color: #57C2B6;
}
.water-template-template-4 .image-carousel {
  padding-top: 8rem;
  border-bottom: none;
  margin-bottom: 4rem;
}
.water-template-template-4 .two-column-text {
  margin-bottom: 8rem;
}
.water-template-template-4 .two-column-text h2, .water-template-template-4 .two-column-text .left p, .water-template-template-4 .two-column-text .btn.btn-underline {
  color: #BEECE0;
}
.water-template-template-4 .two-column-text .btn.btn-underline {
  border-bottom: 1px solid #BEECE0;
}
.water-template-template-4 .two-column-text h3 {
  color: #92816E;
}
.water-template-template-4 .destination-nav {
  border-top: 1px solid #92816E;
  padding-top: 7.5rem;
}
.water-template-template-4 .destination-nav ul .nav-link.active, .water-template-template-4 .destination-nav ul .nav-link:hover {
  color: #74C0B6;
}
.water-template-template-4 .destination-nav ul .nav-link::after {
  background-color: #74C0B6;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right {
  padding-top: 0;
  padding-bottom: 0;
  min-height: initial;
  background-color: #005363;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right img.flush-image {
  height: 100%;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right .text {
  padding-top: 15rem;
  padding-bottom: 9.5rem;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right .text h3 {
  color: #b7aea5;
  font-size: 1.571rem;
  letter-spacing: 0.22px;
  line-height: 2rem;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right .text h2 {
  font-size: 2.35rem;
  line-height: 2.85rem;
  letter-spacing: 3.3px;
  color: #57c2b6;
  font-family: "conglomerate", serif;
  font-weight: 300;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right .text p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.13px;
}
.water-template-template-4 .destination-tabs .flush-image-left-text-right .text p em, .water-template-template-4 .destination-tabs .flush-image-left-text-right .text p a, .water-template-template-4 .destination-tabs .flush-image-left-text-right .text p span {
  color: #57C2B6;
}
.water-template-template-4 .destination-tabs .full-width-text {
  padding-top: 10rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
}
.water-template-template-4 .destination-tabs .full-width-text h4 {
  font-family: "conglomerate", serif;
  font-style: italic;
  text-align: center;
  font-size: 1.28rem;
  font-weight: 400;
  color: #005363;
}
.water-template-template-4 .destination-tabs .full-width-text h2, .water-template-template-4 .destination-tabs .full-width-text h4, .water-template-template-4 .destination-tabs .full-width-text h3 {
  margin-bottom: 1rem;
}
.water-template-template-4 .destination-tabs .full-width-text h3 {
  color: #92816E;
}
.water-template-template-4 .destination-tabs .flush-image-right-with-accordion .content .accordion-item .accordion-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
}
.water-template-template-4 .destination-tabs .flush-image-right-with-accordion .content .accordion-item .accordion-body p {
  padding-right: 6rem;
}
.water-template-template-4 .destination-tabs .flush-image-right-with-accordion .content .accordion-item .accordion-button {
  color: #005363;
}
.water-template-template-4 .destination-tabs .flush-image-right-with-accordion .content .accordion-item .accordion-button em {
  font-style: normal;
  color: #57C2B6;
}
.water-template-template-4 .destination-tabs .image-left-right-text h3 {
  color: #57c2b6;
}
.water-template-template-4 .full-width-banner-with-text {
  border-top: none;
  padding-top: 0;
}
.water-template-template-4 .full-width-text {
  background-color: #EFEFEE;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.water-template-template-4 .full-width-text h3 {
  color: #74C0B6;
}
.water-template-template-4 .flush-image-left-with-accordion {
  background-color: #EFEFEE;
  padding-bottom: 8rem;
  min-height: calc(700px + 0rem);
}
.water-template-template-4 .flush-image-left-with-accordion .content .accordion-item {
  background-color: #EFEFEE;
}
.water-template-template-4 .flush-image-left-with-accordion .content .accordion-item .accordion-button {
  color: #478080;
}
.water-template-template-4 .full-width-heading {
  margin-top: 8rem;
}
.water-template-template-4 .testimonials-wrapper {
  padding-top: 8rem;
}
.water-template-template-4 .testimonials-wrapper h3 {
  color: #fff !important;
}
.water-template-template-4 .map-full-width-heading {
  margin-top: 7.5rem;
  border-top: 1px solid #92816E;
}

.water-template-template-4-child .slider-grid {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #92816E;
}
.water-template-template-4-child .slider-grid .toggler {
  color: #005363;
}
.water-template-template-4-child .slider-grid h3 {
  color: #92816E;
}
.water-template-template-4-child .two-column-text-with-cta {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.water-template-template-4-child .full-image {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
.water-template-template-4-child .full-image img {
  height: 750px;
  object-fit: cover;
}
.water-template-template-4-child .image-left-right-text h3 {
  color: #57C2B6;
}
.water-template-template-4-child .image-right-left-text {
  padding-bottom: 0;
}
.water-template-template-4-child .testimonials-wrapper .testimonials-slider {
  background-color: #74C0B6;
}
.water-template-template-4-child .testimonials-wrapper h3 {
  color: #fff !important;
}
@media (min-width: 992px) {
  .water-template-template-4-child .testimonials-wrapper .item {
    padding: 0 23rem;
  }
}
.water-template-template-4-child .map-full-width-heading {
  margin-top: 7.5rem;
  border-top: 1px solid #92816E;
}
.water-template-template-4-child .subnav ul a.active, .water-template-template-4-child .subnav ul a:hover {
  color: #74C0B6;
}
.water-template-template-4-child .subnav ul a::after {
  background-color: #74C0B6;
}

/************************************
Variables
************************************/
/************************************
HTML
************************************/
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100.1%;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}

/************************************
Navigation
************************************/
/**************************************
Footer
**************************************/
/************************************
Components
************************************/
.home {
  padding-top: 0;
  /*************************************
  Helpers
  *************************************/
}
.home #masthead {
  display: none;
}
.home h3, .home h4, .home h2 {
  font-family: "conglomerate", serif;
  font-weight: 300;
}
.home a {
  transition: all 0.3s;
}
.home #main {
  min-height: 70vh;
}
.home #nav.navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 4.1rem;
}
.home #nav.navbar > .container {
  justify-content: center;
}
.home #nav.navbar img {
  width: 244.2px;
  height: auto;
}
.home #nav.navbar ul#primary-menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 2rem;
  margin-bottom: 0;
}
.home #nav.navbar ul#primary-menu a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #004343;
  padding: 1.5rem 0;
  display: inline-block;
}
.home #nav.navbar ul#primary-menu a:hover {
  color: #998064;
}
.home .component {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home .banner {
  height: 675px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15.5rem;
}
@media (min-width: 1200px) {
  .home .banner {
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .home .banner {
    height: 535px;
  }
}
.home .banner h3, .home .banner h4, .home .banner h2 {
  color: #fff;
}
.home .banner h2 {
  font-size: 4.9rem;
  line-height: 1;
  letter-spacing: 9px;
}
@media (max-width: 767px) {
  .home .banner h2 {
    font-size: 4rem;
  }
}
.home .banner h3 {
  font-weight: 300;
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.2;
}
.home .banner h4 {
  font-weight: 300;
  padding-top: 1.8rem;
  font-size: 1.02rem;
  letter-spacing: 4px;
  margin-bottom: 4.5rem;
}
.home .banner .wp-block-button__link {
  background-color: transparent;
  letter-spacing: 3px;
  font-size: 0.9rem;
  background-size: 100%;
  padding: 16px 24px;
  background-repeat: no-repeat;
}
.home .top-content {
  padding-top: 5.5rem;
  padding-bottom: 3.5rem;
  background-color: #e3e3e3;
}
.home .top-content h2 {
  letter-spacing: 5px;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}
.home .top-content p {
  font-size: 1.111rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .home .top-content p {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .home .top-content p br {
    display: none;
  }
}
.home .top-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 2.2rem;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.home .top-content form {
  max-width: 100% !important;
  padding: 0 !important;
}
.home .top-content form div {
  padding: 0 !important;
}
.home .top-content form div input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  font-family: "conglomerate", serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: #9a9c9e !important;
  border-color: #9a9c9e !important;
  padding-left: 0 !important;
  margin-bottom: 2rem !important;
  font-size: 1.07rem !important;
  background-color: transparent !important;
}
.home .top-content form div input::placeholder {
  font-family: "conglomerate", serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: #9a9c9e !important;
  font-size: 1.07rem !important;
}
.home .top-content form .needsclick {
  justify-content: flex-start !important;
  min-height: initial !important;
}
.home .top-content form .needsclick button.needsclick {
  color: #80806b !important;
  border: 1px solid #8a8a78 !important;
  font-weight: 500 !important;
  width: fit-content !important;
  border-radius: 100px !important;
  padding: 0px 46px !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  position: absolute;
  right: -150px;
  bottom: 2rem;
  transition: all 0.3s !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .home .top-content form .needsclick button.needsclick {
    position: static;
  }
}
@media (max-width: 767px) {
  .home .top-content form .needsclick button.needsclick {
    margin-left: auto !important;
  }
}
.home .top-content form .needsclick button.needsclick:hover {
  background-color: #91806b !important;
  color: #fff !important;
}
.home .top-content form .needsclick button.needsclick:focus {
  outline: none !important;
  box-shadow: none !important;
}
.home .top-content .wp-block-column {
  position: relative;
  padding-right: 150px;
}
@media (max-width: 991px) {
  .home .top-content .wp-block-column {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home .top-content .wp-block-column {
    flex-basis: 100% !important;
  }
}
.home .top-content .wp-block-column:last-child {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .home .top-content .wp-block-column:last-child {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.home .top-content .wp-block-columns {
  padding-top: 5.3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (max-width: 991px) {
  .home .top-content .wp-block-columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .home .top-content .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
.home .word-row {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.home .word-row p {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.home .word-row p::before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 3px;
  position: absolute;
  right: -25px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.home .gallery-section {
  padding-bottom: 0;
  padding-top: 0;
}
.home .gallery-section .sliding-words {
  background-color: #91806b;
  position: relative;
  z-index: 1;
}
.home .gallery-section .sliding-words p {
  color: #fff;
  letter-spacing: 3px;
  font-size: 1.06rem;
  margin-bottom: 0;
  position: relative;
  font-family: "conglomerate", serif;
}
.home .gallery-section .sliding-words .slick-slide > div {
  display: flex;
  position: relative;
}
.home .gallery-section .images {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
}
.home .gallery-section .images .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home .gallery-section .images .image-grid figure {
  margin-bottom: 0;
  width: calc(33.33% - 6.7px);
}
.home .gallery-section .images .image-grid figure img {
  width: 100%;
}
.home .contact-details {
  background-color: #e3e3e3;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.home .contact-details .wp-block-button__link {
  background-color: transparent;
  letter-spacing: 3px;
  font-size: 0.9rem;
  background-size: 100%;
  padding: 16px 24px;
  background-repeat: no-repeat;
  color: #91806b;
}
.home .contact-details h2 {
  letter-spacing: 5px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #91806b;
}
.home .contact-details p, .home .contact-details p a {
  color: #757575;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 1.06rem;
}
.home .contact-details p {
  margin-bottom: 5px;
}
.home .contact-details p strong {
  font-weight: 400;
  margin-right: 14px;
}
.home .contact-details p a {
  margin-left: 14px;
}
@media (max-width: 767px) {
  .home .contact-details p a {
    display: block;
  }
}
.home .contact-details .email-link {
  margin-bottom: 2rem;
}
.home .contact-details .email-link a {
  color: #91806b;
  text-decoration: underline;
  letter-spacing: 1px;
  margin-left: 0;
}
.home .footer-area {
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .home .footer-area {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home .footer-area img {
  width: 110px;
}
.home footer#footer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .home footer#footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.home footer#footer .container {
  text-align: center;
}
.home footer#footer .container p {
  margin-bottom: 0.5rem;
  font-size: 12px;
}
.home footer#footer .container p.dark {
  color: #91806b;
}
.home footer#footer .container p.light {
  color: #999999;
}
.home footer#footer .container a {
  color: #999999;
}
.home footer#footer .container a:hover {
  color: #91806b;
}

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