/*
 * Theme Name: Adventures Unbound
 * Author: webmastered.com
*/

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
section {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0;
  /*letter-spacing: -0.08rem;*/
  letter-spacing: -0.01em;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}
/* Page */
div#page {
  background-color: white;
  overflow-x: hidden;
}
/* Flex */
.row-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.column-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .row-flex {
    flex-direction: column;
  }
  .row-flex.row-mobile {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* Header */
header.site-header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 100;
}
header.site-header > .page-width {
  position: relative;
  z-index: 3;
}
#site-header--wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#site-header--wrapper.hide {
  opacity: 0;
}
.logo--wrapper img {
  width: 220px;
  height: 50px;
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width: 768px) {
  .logo--wrapper img {
    width: 180px;
    height: 50px;
  }
}
/*  Mobile & Sticky: off */
.site-header img.logo__mobile-sticky {
  display: none;
}
/* Mobile & Sticky: on */
.site-header.mobile-sticky-on img.logo__desktop {
  display: none;
}
.site-header.mobile-sticky-on img.logo__mobile-sticky {
  display: block;
}
.site-header--stick-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: height 0.5s ease;
  z-index: 1;
}
.site-header.mobile-sticky-on .site-header--stick-background {
  height: 50px;
}
.sticky-locked {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  header.site-header {
    padding: 2px 0;
  }
  .site-header.mobile-sticky-on .site-header--stick-background {
    height: 50px;
  }
  .sticky-locked {
    padding-top: 66px;
  }
}
/* Menu Button */
#menu-button {
  position: relative;
  border: none;
  background: none;
  height: 24px;
  cursor: pointer;
}
#menu-button span {
  height: 2px;
  position: relative;
  background: white;
  display: block;
  transition: all 0.8s, easy-in-out;
}
#menu-button span:nth-of-type(1) {
  width: 42px;
  top: 0;
}
#menu-button span:nth-of-type(2) {
  width: 42px;
  top: 8px;
  left: 0;
}
#menu-button span:nth-of-type(3) {
  width: 42px;
  top: 16px;
}
/* Menu Hovered */
#menu-button:hover span:nth-of-type(2) {
  width: 42px;
}
#menu-button:hover span:nth-of-type(3) {
  width: 42px;
}
/* Menu Active */
#menu-button.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 11px;
}
#menu-button.active span:nth-of-type(2) {
  opacity: 0;
  left: 10px;
}
#menu-button.active span:nth-of-type(3) {
  width: 42px;
  transform: rotate(-45deg);
  top: 7px;
}

/* Main Menu */
nav#site-main-menu {
  position: fixed;
  top: 0;
  transform: translate(0px, -100vh);
  left: 0;
  right: 0;
  height: calc(100vh - 140px);
  z-index: 2;
  /*transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  display: flex;
  padding-top: 140px;
  overflow: scroll;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
nav#site-main-menu.active {
  top: 0;
}
#site-main-menu .page-width {
  height: 100%;
}
.site-main-menu--wrapper {
  justify-content: space-between;
  align-items: self-start;
  height: 100%;
}
.site-main-menu--wrapper > div {
  width: 100%;
  top: -40px;
}
/* Menu Links */
.site-main-menu--wrapper ul,
.site-main-menu--wrapper ul ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-main-menu--wrapper ul a {
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
  cursor: pointer;
}
.site-main-menu--wrapper a,
.site-main-menu--wrapper a i {
  transition: color 0.3s ease;
}
.site-main-menu--wrapper ul ul.sub-menu li {
  padding: 6px 0;
}
.site-main-menu--wrapper ul > li > a {
  line-height: 1.3;
}
.site-main-menu--wrapper ul ul.sub-menu li a {
  font-weight: 400;
}
.site-main-menu--wrapper ul ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: max-height 0.3s cubic-bezier(0.47, 0, 0.745, 0.715),
    margin-top 0.3s cubic-bezier(0.47, 0, 0.745, 0.715),
    margin-bottom 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.site-main-menu--wrapper div > ul > li.active > ul.sub-menu {
  max-height: 500px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.site-main-menu--wrapper
  ul
  > li.menu-item-has-children.active
  > ul.sub-menu
  > li.menu-item-has-children.active
  > ul.sub-menu {
  max-height: 500px;
}
.site-main-menu--wrapper
  ul
  > li.menu-item-has-children.active
  > ul.sub-menu
  > li.menu-item-has-children.active
  > ul.sub-menu {
  margin-top: 9px;
}
.site-main-menu--menu-images .menu-image--wrapper {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-main-menu--menu-images .menu-image--wrapper img {
  height: 100px;
}
.site-main-menu--menu-images .menu-image--wrapper.active {
  opacity: 1;
}
.site-main-menu--menu-images {
  min-height: 600px;
  position: relative;
}
.site-main-menu--menu-images .menu-image--wrapper img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 324px;
  height: 345px;
  object-fit: cover;
  border-radius: 25px;
  z-index: 10;
}
.site-main-menu--menu-images .menu-image--wrapper img:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 410px;
  height: 350px;
  object-fit: cover;
  border-radius: 25px;
  z-index: 1;
}
.site-main-menu--menu-images {
  display: block;
  position: fixed;
  right: calc(((100vw - 1400px) / 2) + 20px);
  height: 600px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .site-main-menu--menu-images {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .site-main-menu--menu-images {
    right: 20px;
    height: 600px;
  }
}
ul.social-icons--wrapper {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 20px 0 50px;
  gap: 25px;
}
.phone-number--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.phone-number--wrapper p {
  border-left: 1px solid #ffffff3d;
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 18px;
}
.phone-number--wrapper p,
.phone-number--wrapper p a {
  font-weight: 400 !important;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 768px) {
  .phone-number--wrapper {
    margin-top: 7px;
  }
  ul.social-icons--wrapper {
    margin: 50px 0 50px;
  }
}
ul.social-icons--wrapper i {
  color: white;
  font-size: 30px;
}

/* Content Blocks */
section.landing-video--wrapper {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  background: black;
  display: none;
  align-items: center;
}
section.landing-video--wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-aspect-ratio: 16/9) {
  section.landing-video--wrapper iframe {
    width: 100% !important;
    height: calc((100vw * 9) / 16) !important;
  }
}
@media screen and (max-aspect-ratio: 16/9) {
  section.landing-video--wrapper iframe {
    width: calc((100vh * 16) / 9) !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc((100vw * 16) / 9) !important;
  }
}
section.landing-video--wrapper .controls {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
section.landing-video--wrapper .controls ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
section.landing-video--wrapper .controls ul > li > a {
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
  letter-spacing: 0.1rem;
}
section.landing-video--wrapper .controls ul > li > a:hover {
  text-decoration: underline;
}
section.landing-video--wrapper .logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 185px;
  margin: auto;
  top: 30px;
  z-index: 1000;
}
section.landing-video--wrapper .logo > img {
  width: 100%;
  object-fit: contain;
}
/* Hero */
section.hero--wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top center;
  background-size: cover;
  padding: 0px 20px;
  box-sizing: border-box;
}
section.hero--wrapper .bottom_icon {
  position: absolute;
  bottom: -50px;
  z-index: 1;
  align-self: center;
  display: flex;
}
section.hero--wrapper .bottom_icon > img {
  height: 91px;
  width: 104px;
  object-fit: contain;
}
section.hero--wrapper h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.hero--wrapper .bottom_icon > img {
    height: 50px;
    width: 60px;
  }
  section.hero--wrapper .bottom_icon {
    bottom: -30px;
  }
}
/* Hero Inner Page */
section.hero--wrapper.inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.hero--wrapper.inner h1 {
  white-space: nowrap;
  padding-left: calc(((100vw - 1410px)) / 2);
}
section.hero--wrapper.inner p {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.hero--wrapper.inner h1 {
    margin-left: 566px;
  }
}
section.hero--wrapper.inner .row-flex {
  width: 100%;
}
section.hero--wrapper.inner .row-flex > div {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
/* Intro */
section.intro--wrapper {
  background-size: cover;
  background-position: center;
}
section.intro--wrapper .intro--content {
  max-width: 100%;
  margin: auto;
}
/* About */
.about--content {
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding: 0 20px;
}
.column-1 {
  padding-left: calc(((100vw - 1410px) / 2));
  width: 100%;
}
.column-2 {
  width: 100%;
}
section.about--wrapper {
  position: relative;
}
section.about--wrapper .about--content span.subheading {
  font-size: 12px;
  display: block;
  margin: 15px 0 35px;
  font-weight: 600;
  letter-spacing: 0.07rem;
}
section.about--wrapper p {
  line-height: 2;
}
section.about--wrapper .column-1 > *:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about--content {
    flex-direction: column-reverse;
  }
  .about--wrapper.mobile--reverse {
    margin-top: 0;
  }
  .about--wrapper.mobile--reverse .about--content {
    flex-direction: column;
  }
  .about--wrapper.mobile--reverse .about--content .column-2 {
    top: 0;
    position: relative;
  }
  section.about--wrapper {
    margin-top: 550px;
  }
  .about-images--container > .row-2 {
    margin-left: 10px !important;
  }
  .column-2 {
    margin-left: -20px;
    width: calc(100% + 95px);
    position: absolute;
    top: -650px;
  }
  section.about--wrapper .about--content span.subheading {
    margin: 15px 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .column-2 {
    margin-left: -20px;
    width: calc(100% + 95px);
    position: absolute;
    top: -400px;
  }

  .column-2.alternate {
    margin-left: 20px;
    width: 100%;
  }

  section.about--wrapper {
    margin-top: 350px;
  }
}
.about-images--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 20px;
  min-height: 725px;
}

@media screen and (max-width: 768px) {
  .about-images--container {
    min-height: 0;
  }
}
.about-images--container > .row-1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5%;
}
.about-images--container > .row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: -270px;
  margin-left: 50px;
}
.about-image--wrapper.image-1,
.about-image--wrapper.image-2,
.about-image--wrapper.image-3 {
  border-radius: 20px;
  overflow: hidden;
}
.about-image--wrapper.image-1 > img,
.about-image--wrapper.image-2 > img,
.about-image--wrapper.image-3 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-image--wrapper.image-1 {
  width: 50%;
  position: relative;
  left: -20px;
  height: 380px;
  z-index: 3;
}
.about-image--wrapper.image-2 {
  width: 60%;
  height: 380px;
  z-index: 2;
}
.about-image--wrapper.image-3 {
  width: 45%;
  height: 530px;
  z-index: 1;
}

.about-image--wrapper.image-1.alternate {
  width: 55%;
}
.about-image--wrapper.image-2.alternate {
  width: 50%;
  height: 450px;
}
.about-image--wrapper.image-3.alternate {
  width: 60%;
  height: initial;
  z-index: 1;
  margin-top: 0;
}
.about-image--wrapper.image-3.alternate img {
  object-position: top;
}

@media screen and (max-width: 768px) {
  .about-image--wrapper.image-1 {
    height: 230px;
  }
  .about-image--wrapper.image-3 {
    height: 320px;
    margin-top: 40px;
  }
  .about-image--wrapper.image-2 {
    height: 230px;
  }
  .about-images--container > .row-2 {
    margin-top: -170px;
  }
}
.about-image--wrapper .image-info {
  position: absolute;
  height: 20px;
  bottom: 400px;
  min-width: calc(400px - 15px);
  right: 30px;
  display: flex;
  color: white;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(270deg);
  transform-origin: right;
}
.about-image--wrapper .image-info > img {
  transform: rotate(90deg);
}

/* Our Collections */
.our-collections--wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: -30px;
}
.our-collections--wrapper .slide-wrapper > h2 {
  margin-bottom: 10px;
}
h2.big-scrolling--heading {
  font-size: 230px;
  width: fit-content;
  white-space: nowrap;
  display: block;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  h2.big-scrolling--heading {
    font-size: 120px;
  }
}
.our-collections--wrapper .content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.slider-controls {
  width: 300px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.slider-prev,
.slider-next {
  position: relative;
  width: 100px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .slider-prev,
  .slider-next {
    width: 80px;
  }
}
.slider-prev:hover,
.slider-next:hover {
  width: 120px;
}
.slider-prev--container,
.slider-next--container {
  width: 100%;
  display: flex;
}
.slider-prev--container {
  justify-content: flex-end;
}
/*
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}*/

.slider-controls span:nth-child(1) {
  width: 20px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  top: 20%;
  transform: rotate(315deg);
  transform-origin: right;
}
.slider-controls span:nth-child(2) {
  width: 20px;
  height: 3px;
  background: black;
  position: absolute;
  left: 0;
  bottom: 19%;
  transform: rotate(45deg);
  transform-origin: right;
}
.slider-controls span:nth-child(3) {
  width: calc(100% - 10px);
  height: 3px;
  background: black;
  position: absolute;
  left: 5px;
  top: 47%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slider-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.our-collections--wrapper p.slider-tip {
  font-size: 14px;
  pointer-events: none;
  margin-bottom: 45px;
}
.our-collections--wrapper .slide-wrapper {
  position: relative;
  background: border-box;
  height: 925px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .our-collections--wrapper .slide-wrapper {
    height: 495px;
  }
}
.our-collections--wrapper .slide-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  background: rgba(39, 48, 54, 0.4);
  z-index: 0;
  transition: background 0.8s ease;
}
@media screen and (min-width: 1024px) {
  .our-collections--wrapper .slide-wrapper:hover:before {
    background: rgba(0, 0, 0, 0);
  }
}
.our-collections--wrapper .slide-wrapper > * {
  position: relative;
  z-index: 1;
  color: white;
}
.our-collections--wrapper .slide-wrapper > h2 {
  font-size: 44px;
  line-height: 1.2;
}
.our-collections--wrapper .slide-wrapper > h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .our-collections--wrapper .slide-wrapper > h3 {
    margin: 20px 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .our-collections--wrapper .slide-wrapper > h2 {
    font-size: 3vw;
  }
}
.our-collections--wrapper .slide-wrapper > p {
  font-size: 18px;
  margin: 20px 0 0;
}
/* Swiper thin white lines fix */
.our-collections--wrapper .swiper-slide {
  /*transform: scale(1.008) !important;*/
}
.our-collections--wrapper .swiper-slide .slide-wrapper.even {
  border-top: solid white 20px;
}
.collection-slider-controls--wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .our-collections--wrapper .slide-wrapper > h2 {
    font-size: 6vw;
  }
}
/* Explore our Adventures */
section.explore-adventures--wrapper {
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: repeat;
}
.explore-adventures--container .filter--wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.explore-adventures--container .filter--wrapper > div {
  width: 100%;
}
.explore-adventures--container .filter--wrapper p {
  font-size: 18px;
}
.explore-adventures--wrapper form.filter--select select {
  background: none;
  border: none;
  font-size: 24px;
  border-bottom: 1px solid white;
  width: -webkit-fill-available;
  width: 100%;
  padding: 5px 35px;
  text-align: right;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='30' viewBox='0 0 30 30' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 10 5-10z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 3px;
}
form.filter--select > select option {
  color: black !important;
}
@media screen and (max-width: 768px) {
  .explore-adventures--container .filter--wrapper {
    flex-direction: column;
    gap: 20px;
    /*text-align: center;*/
  }

  .explore-adventures--wrapper form.filter--select select {
    text-align: left;
  }
}
.explore-adventures--wrapper form.filter--select select:focus,
.explore-adventures--wrapper form.filter--select select:active {
  outline: none;
  border-color: #ccc;
}
.explore-adventures--container .filter--wrapper > div:last-of-type {
  width: 40%;
}
.explore-adventures--container .filter--wrapper > div:first-of-type {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .explore-adventures--container .filter--wrapper > div:last-of-type,
  .explore-adventures--container .filter--wrapper > div:first-of-type {
    width: 100%;
  }
  .explore-adventures--wrapper form.filter--select select {
    padding: 5px 0px;
  }
}
.activity--container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0 25px;
  opacity: 0;
}
section.explore-adventures--wrapper .activity--container .grid-item {
  position: relative;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 25px;
  cursor: pointer;
  min-height: 440px;
  flex: 0 0 calc(33.33% - 30px);
}
.grid-item > .item--wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .grid-item > .item--wrapper {
    padding: 15px 10px;
  }
}

.grid-item > .item--wrapper h4,
.grid-item > .item--wrapper p {
  margin: 0;
}
.grid-item.hidden {
  display: none !important;
}

section.explore-adventures--wrapper .activity--container h4 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .activity--container {
    gap: 20px;
  }
  section.explore-adventures--wrapper .activity--container .grid-item {
    min-height: calc((100vw / 2) - 30px);
    flex: 0 0 calc(50% - 10px);
  }
  section.explore-adventures--wrapper .activity--container h4 {
    font-size: 18px;
  }
}
section.explore-adventures--wrapper .activity--container p.location {
  font-size: 18px;
}
section.explore-adventures--wrapper .activity--container p.collection {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.explore-adventures--wrapper .activity--container p.collection {
    font-size: 16px;
  }
}
section.explore-adventures--wrapper
  .activity--container
  .grid-item
  > .item--wrapper
  > * {
  position: relative;
  z-index: 1;
}
section.explore-adventures--wrapper
  .activity--container
  .grid-item
  .background-overlay-1,
section.explore-adventures--wrapper
  .activity--container
  .grid-item
  .background-overlay-2 {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.explore-adventures--wrapper
  .activity--container
  .grid-item
  .background-overlay-1 {
  background: rgba(39, 48, 54, 0.5);
}
section.explore-adventures--wrapper
  .activity--container
  .grid-item
  .background-overlay-2 {
  background: rgba(39, 48, 54, 0.4);
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1024px) {
  .grid-item > .item--wrapper {
    min-height: 0%;
    padding: 20px 20px;
  }
  .grid-item:hover > .item--wrapper {
    min-height: 100%;
  }
  section.explore-adventures--wrapper
    .activity--container
    .grid-item
    > .item--wrapper
    > .slider-controls,
  section.explore-adventures--wrapper
    .activity--container
    .grid-item:hover
    > .item--wrapper
    > .slider-controls,
  section.explore-adventures--wrapper
    .activity--container
    .grid-item:hover
    > .item--wrapper
    > p.collection {
    margin: 10px 0 0;
    max-height: 100px;
    opacity: 1;
    transform: rotate3d(1, 0, 0, 0deg);
  }
  section.explore-adventures--wrapper
    .activity--container
    .grid-item
    > .item--wrapper
    > .slider-controls {
    max-height: 0px;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

/* Special Offers */
section.special-offers--wrapper .text-content--wrapper.left {
  padding-left: calc(((100vw - 1410px) / 2));
}
section.special-offers--wrapper .text-content--wrapper.right {
  padding-right: calc(((100vw - 1410px) / 2));
}
.special-offers--content .row-flex {
  gap: 200px;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1144px) {
  .special-offers--content .row-flex {
    gap: 100px;
  }
}
section.special-offers--wrapper .special-offers--content span.subheading {
  font-size: 12px;
  display: block;
  margin: 15px 0 45px;
  font-weight: 600;
  letter-spacing: 0.07rem;
}
section.special-offers--wrapper p {
  line-height: 1.8;
  margin-bottom: 35px;
}
.special-offers-image--wrapper > img {
  max-width: 700px;
  min-height: 830px;
  object-fit: cover;
  object-position: center;
}
.special-offers--wrapper .image-info {
  position: absolute;
  height: 20px;
  bottom: 400px;
  min-width: calc(400px - 15px);
  right: 30px;
  display: flex;
  color: white;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(270deg);
  transform-origin: right;
}
.special-offers--wrapper .image-info > img {
  transform: rotate(90deg);
}
.image--content--wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .image--content--wrapper.block-no-images {
    margin-top: -100px;
  }
}
.text-content--wrapper {
  width: 525px;
}
.image--content--wrapper.has-multiple-images {
  flex-direction: column;
}
.image--content--wrapper.has-multiple-images
  .special-offers-image--wrapper
  > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
}
.image--content--wrapper.has-multiple-images
  .special-offers-images--container:first-of-type {
  height: 535px;
  width: 595px;
}
.image--content--wrapper.has-multiple-images
  .special-offers-images--container:last-of-type {
  width: 443px;
  height: 380px;
  margin-top: -30%;
  align-self: flex-end;
}
.special-offers-image--wrapper {
  height: 100%;
}
.image--content--wrapper.has-multiple-images {
  padding-right: calc(((100vw - 1410px) / 4));
}
.special-offers-images--container {
  position: relative;
}
.special-offers--background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  bottom: -20%;
  pointer-events: none;
  z-index: 0;
}
.special-offers--background-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row-flex.reversed .special-offers--background-image {
  left: unset;
  right: -50%;
  bottom: -50%;
}
@media screen and (min-width: 1024px) and (max-width: 1144px) {
  .special-offers-image--wrapper > img {
    max-width: 45vw;
  }
}
@media screen and (max-width: 1024px) {
  .text-content--wrapper {
    width: 100%;
  }
  .special-offers--content .row-flex {
    flex-direction: column;
  }
  .image--content--wrapper {
    width: 100%;
  }
  .special-offers-images--container {
    width: 100%;
  }
  .special-offers-image--wrapper > img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
  }
  .special-offers-image--wrapper {
    height: 100%;
    width: 100%;
  }
  .special-offers--content .row-flex {
    gap: 20px;
    padding: 0 20px;
  }
  .image--content--wrapper.has-multiple-images
    .special-offers-images--container:first-of-type {
    width: 485px;
    height: 460px;
  }
  .image--content--wrapper.has-multiple-images
    .special-offers-images--container:last-of-type {
    width: 415px;
    height: 485px;
    margin-top: -30%;
    align-self: flex-end;
  }
  .special-offers--content .row-flex.reversed {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .special-offers-image--wrapper > img {
    max-width: 100% !important;
  }
  .image--content--wrapper.has-multiple-images
    .special-offers-images--container:first-of-type {
    width: 80%;
    height: 260px;
  }
  .image--content--wrapper.has-multiple-images
    .special-offers-images--container:last-of-type {
    width: 50%;
    height: 250px;
    margin-top: -40%;
    align-self: flex-end;
  }
  .special-offers--background-image {
    left: unset;
    right: unset;
  }
}

/* Contact Form */
section.contact-form--wrapper {
  background-repeat: no-repeat;
}
section.contact-form--wrapper .page-width {
  width: 70%;
  display: flex;
  flex-direction: column;
}

form.post-password-form {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 200px;
  margin-bottom: 200px;
}

section.contact-form--wrapper h3 {
  align-self: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.contact-form--wrapper .page-width {
    width: 100%;
  }
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 30px;
}
section.contact-form--wrapper .frm_form_fields input,
section.contact-form--wrapper .frm_form_fields select,
section.contact-form--wrapper .frm_form_fields textarea,
section.contact-form--wrapper .frm_form_fields input:focus,
section.contact-form--wrapper .frm_form_fields select:focus,
section.contact-form--wrapper .frm_form_fields textarea:focus,
.newsletter-pop-up--wrapper .frm_form_fields input,
.newsletter-pop-up--wrapper .frm_form_fields select,
.newsletter-pop-up--wrapper .frm_form_fields textarea,
.newsletter-pop-up--wrapper .frm_form_fields input:focus,
.newsletter-pop-up--wrapper .frm_form_fields select:focus,
.newsletter-pop-up--wrapper .frm_form_fields textarea:focus {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
}
section.contact-form--wrapper .frm_form_fields label,
.newsletter-pop-up--wrapper .frm_form_fields label {
  font-weight: 400;
  font-size: 20px;
}
.frm_style_formidable-style .form-field {
  display: flex;
  flex-direction: column-reverse;
}
.contact-form--button {
  margin: auto;
}
.with_frm_style .frm_message,
.with_frm_style .frm_error_style {
  padding-top: 0;
}
.with_frm_style .frm_message p,
.with_frm_style .frm_error_style p {
  font-size: 18px;
  text-align: center;
}
.with_frm_style .frm_error_style {
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  label#field_ocfup1_label {
    visibility: visible;
  }
  label#field_qh4icy_label {
    visibility: hidden;
    display: none;
  }
}
section.join-our-newsletter--wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
section.join-our-newsletter--wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
}
section.join-our-newsletter--wrapper h3 {
  margin-bottom: 0;
}
section.join-our-newsletter--wrapper a,
#ajax-load-more a.primary-button {
  display: flex;
  gap: 50px;
  width: fit-content;
  text-decoration: none;
}
section.join-our-newsletter--wrapper p {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.join-our-newsletter--wrapper a,
  #ajax-load-more a.primary-button {
    gap: 20px;
  }
}
section.join-our-newsletter--wrapper a > .title,
#ajax-load-more a.primary-button > .title {
  white-space: nowrap;
  align-self: center;
}
section.join-our-newsletter--wrapper a > .slider-next, 
#ajax-load-more a.primary-button > .slider-next {
  min-width: 70px;
}
/*
section.join-our-newsletter--wrapper a > .slider-next > span {
  background-color: white;
}*/
section.join-our-newsletter--wrapper .page-width {
  position: relative;
  z-index: 1;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  section.join-our-newsletter--wrapper .page-width {
    width: 100%;
  }
}
section.join-our-newsletter--wrapper ul.social-icons--wrapper {
  gap: 20px;
  margin: 0;
}
section.join-our-newsletter--wrapper .social--title {
  margin-top: 60px;
  margin-bottom: 20px;
}
section.join-our-newsletter--wrapper ul.social-icons--wrapper i {
  font-size: 40px;
}

/* Newsletter Pop Up */
.newsletter--modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  justify-content: center;
  align-items: center;
}
.newsletter--modal.active {
  display: flex;
}
.newsletter-pop-up--wrapper {
  position: relative;
  background: white;
  width: 800px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}
.newsletter-pop-up--wrapper > h3 {
  align-self: center;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
.close-newsletter-pop-up-button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-newsletter-pop-up-button i {
  cursor: pointer;
}
.newsletter--modal-foreground {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .newsletter--modal-foreground {
    z-index: 0;
  }
}
.newsletter--modal-foreground > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 300px;
}
.newsletter-pop-up--button {
  margin: auto;
}
.newsletter-pop-up--button button {
  text-transform: uppercase;
}

/* Footer */
.footer--wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer--wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
}
.footer--wrapper h4 {
  font-size: 14px;
  margin: 50px 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
  gap: 20px;
  align-items: center;
  letter-spacing: 0.12rem;
}
.footer--wrapper h4 > span {
  height: 1px;
  background: white;
  width: 100%;
}
.footer--wrapper p {
  font-size: 14px;
  margin: 48px 0 20px;
  text-align: center;
}

/* Special Offers Inner */
section.special-offers-innerpage--wrapper {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 150px;
}
.special-offers-innerpage--container {
  background: white;
  width: 70%;
  max-width: 1080px;
  padding-left: calc(((100vw - 1410px)) / 2);
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.special-offers-innerpage--container > .column-flex {
  align-items: flex-start;
  padding: 0 20px;
  box-sizing: border-box;
}
section.special-offers-innerpage--wrapper span.subheading,
.blog-main span.subheading {
  font-size: 12px;
  display: block;
  margin: 25px 0 40px;
  font-weight: 800;
}
section.special-offers-innerpage--wrapper p {
  line-height: 2;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .special-offers-innerpage--container {
    min-width: calc(100% - 60px);
    max-width: 1080px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .special-offers-innerpage--container {
    min-width: calc(100% - 60px);
    padding-right: 0px;
  }
}
.offers-property-list--wrapper {
  width: 100%;
}
.offers-property-list--wrapper > article {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px;
  border-top-style: solid;
}

@media screen and (max-width: 768px) {
  .offers-property-list--wrapper > article {
    gap: 20px;
  }
}
.column-flex.offers-property-list--wrapper article > img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 20px;
}
.column-flex.offers-property-list--wrapper article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.column-flex.offers-property-list--wrapper article > div > *:not(a) {
  margin: 0;
  padding: 0;
}
.column-flex.offers-property-list--wrapper article > div > h4 {
  font-size: 22px;
}
.column-flex.offers-property-list--wrapper article > div > h5 {
  font-size: 16px;
  text-transform: uppercase;
}
.column-flex.offers-property-list--wrapper article > div > p {
  font-size: 16px;
}

/* Properties Slider */
.properties-slider--img img {
  max-width: 330px;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.properties-slider--swiper .swiper-wrapper {
  align-items: stretch !important;
}
.properties-slider--img {
  margin-bottom: 5px;
}
.properties-slider--content,
.properties-slider--content p {
  font-size: 16px;
}
.properties-slider--spacer {
  height: 2px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.properties-slider-header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .properties-slider-header {
    flex-direction: column;
    align-items: center;
  }
  section.properties-slider--wrapper .properties-slider--spacer {
    background: transparent;
  }
}
.properties-slider--swiper {
  overflow: hidden;
}
.properties-slider--wrapper .swiper-slide {
  height: 100%;
}
.properties-slider--wrapper .slide-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.properties-slider--wrapper .properties-slider--action {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.properties-slider--action a {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .properties-slider--wrapper .properties-slider--action {
    flex-direction: column;
  }
}
.properties-slider--wrapper {
  display: flex;
  flex-direction: column;
}

/* Special Offers Slideshow */
.special-offer-slideshow--wrapper .page-width {
  display: flex;
}
.sticky-slide-title--wrapper {
  width: 30%;
  position: relative;
}
.special-offer-slideshow--content {
  width: 70%;
}
.slideshow-images--wrapper {
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
}
.slideshow-images--wrapper > .slideshow-image {
  width: calc(50% + 400px);
  height: 800px;
  border-radius: 25px;
  overflow: hidden;
}
.slideshow-images--wrapper > .slideshow-image:last-of-type {
  height: 500px;
  align-self: flex-end;
  margin-left: -500px;
  margin-bottom: -100px;
}
.slideshow-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.1 !important;
}
.slideshow-content--wrapper {
  width: calc(70%);
  margin-top: -250px;
  margin-left: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.slideshow--wrapper {
  margin-bottom: 100px;
}

.sticky-slide-title--wrapper ul {
  list-style: none;
}
.sticky-slide-title--wrapper ul li {
  list-style: none;
  margin-bottom: 20px;
}
.sticky-slide-title--wrapper ul li a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}

.sticky-slide-title--wrapper ul li a,
.slideshow-content--wrapper span.subheading {
  font-size: 12px;
  display: block;
  margin: 15px 0 35px;
  font-weight: 600;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.sticky-slide-title--wrapper ul li a {
  margin: unset;
}
.sticky-slide-title--wrapper ul li a:before {
  content: "/";
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.sticky-slide-title--wrapper ul li a.active {
  transition: all 0.3s ease;
}
.sticky-slide-title--wrapper ul li a.active::before {
  content: "--- ";
}
.sticky-slide-title--wrapper.sticky-fixed ul {
  position: fixed;
}
.sticky-slide-title--wrapper.sticky-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .sticky-slide-title--wrapper {
    display: none;
  }
  .special-offer-slideshow--content {
    width: 100%;
  }
  .slideshow-images--wrapper > .slideshow-image:last-of-type {
    height: 300px;
    align-self: flex-end;
    margin-left: -300px;
    margin-bottom: -100px;
  }
  .slideshow-images--wrapper > .slideshow-image {
    width: calc(50% + 400px);
    height: 400px;
  }
  .slideshow-content--wrapper {
    width: 100%;
    margin-top: -50px;
    margin-left: 0;
    box-sizing: border-box;
  }
}

/* General Content Block */
ul.display-posts-listing > li {
  list-style: none;
}
ul.display-posts-listing {
  margin: 0;
  padding: 0;
}

/* Activity Accordion */
ul.accordion-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid;
  margin-top: 30px;
}
ul.accordion-wrapper li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid;
}
.accordion-button {
  flex: 0 0 40px;
  height: 40px;
  background-color: gray;
}
.accordion-title--wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex: 0 0 100%;
}
.accordion-content p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.accordion-content {
  width: 100%;
}
.accordion-title > * {
  margin: 0;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.accordion-content.active {
  max-height: 1500px;
}
.accordion-button::after {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
}
.accordion-button.active::after {
  content: "\f068";
}
.accordion-title h3 {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  ul.accordion-wrapper li {
    flex-direction: column;
    gap: 10px;
  }
}

/* Blog */
section.blog-main {
  padding: 100px 0;
}

#ajax-load-more .row {
  display: flex;
  gap: 20px;
}

.col-md-2 {
  flex-basis: 20%;
}

.col-md-2 img {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #ajax-load-more .row {
    flex-direction: column;
  }
}

/* Blog new design update */
.blog-main span.subheading,
#ajax-load-more span.subheading {
  font-size: 12px;
  display: block;
  margin: 15px 0 35px;
  font-weight: 600;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.col-md-2 {
  flex-basis: 35%!important;
  display: flex;
}
.col-md-10 {
  flex-basis: 75%;
}
@media screen and (max-width: 1024px) {
  #ajax-load-more .row {
    flex-direction: column;
  }
  .col-md-2 {
    flex-basis: 100%!important;
  }
  .col-md-10 {
    flex-basis: 100%;
  }
  #ajax-load-more img.attachment-small.size-small.wp-post-image,
  .col-md-2 img {
    max-height: 240px;
  }
}
#ajax-load-more img.attachment-small.size-small.wp-post-image,
.col-md-2 img {
  width: 100%;
  height: auto;
  min-height: 500px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

#ajax-load-more .row {
  display: flex;
  gap: 50px!important;
  padding: 40px 0;
}
.col-md-10 h3 {
  line-height: 1;
}
.col-md-10 h3 a {
  font-weight: 800 !important;
  font-size: 44px !important;
  color: inherit !important;
}
#ajax-load-more hr {
  border-top: none;
  border-bottom: 1px solid var(--lime-green);
}
#ajax-load-more .col-md-10 p {
  font-size: 20px !important;
  margin-bottom: 35px;
  display: block;
}
.alm-btn-wrap .alm-load-more-btn.done, 
.alm-btn-wrap .alm-load-more-btn,
.alm-btn-wrap a {
    background-color: #ba5a27!important;
    font-weight: 800!important;
    text-transform: capitalize;
}


.blog-single-content-navigation {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  margin-top: 100px;
}

a.back-to-blog--btn {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
a.back-to-blog--btn i.fa-solid.fa-chevron-left {
  margin-right: 10px;
}