/* ==================== P A L E T T E =======================*/
.bg-primary {
  background-color: #ef17af;
}

.primary {
  color: #ef17af;
}

.bg-secondary {
  background-color: #0ad6d4;
}

.secondary {
  color: #0ad6d4;
}

.bg-dark {
  background-color: #323232;
}

.bg-seablue {
  background-color: #63b8dc;
}

.bg-deepblue {
  background-color: #00375f;
}

.bg-silver {
  background-color: #e9eaeb;
}

.bg-concrete {
  background-image: url("../../assets/images/concrete_seamless.webp");
  background-repeat: repeat;
}

.bg-highlight {
  background-color: #C7007D;
}

.white {
  color: white;
}

.bg-white {
  background: white;
}

.bg-light {
  background: #f4f2ee;
}

.grey {
  color: #969696;
}

.grey-gradient {
  background: rgb(235, 235, 235);
  background: linear-gradient(0deg, rgb(235, 235, 235) 11%, rgb(246, 246, 246) 90%);
}

/* ==================== F O N T S =======================*/
.display {
  font-family: "montserrat", sans-serif;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

h1, .h1 {
  font-size: 3rem;
}

.h6, h6 {
  font-size: 1.2rem;
  font-family: "montserrat", sans-serif;
}

h3, .h3 {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-weight: 800;
}

p {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 18px;
}

.sans-serif {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.xxl {
  font-size: 4rem;
}

.xl {
  font-size: 3rem;
}

.large {
  font-size: 2rem;
}

.medium {
  font-size: 1.2rem;
}

.small {
  font-size: 1rem;
}

.shadow {
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
}

.heavy {
  font-weight: 700;
}

.center {
  text-align: center;
}

.centered {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.copyright {
  font-size: 14px;
  text-align: left;
}

/* ========================= G L O B A L    M I X I N S =========================*/
/* ======================================== B U T T O N S =========================================== */
.btn-ghost {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  transition: 0.3s all ease-in-out;
  padding: 1rem 2rem;
  background: transparent;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  letter-spacing: 1px;
}

.--white {
  border: 1px solid white;
  color: white;
}

.--white:hover {
  background: white;
  color: #ef17af;
}

.--primary {
  border: 1px solid #ef17af;
  color: #ef17af;
}

.--primary:hover {
  background: #ef17af;
  color: white;
}

.book-now {
  height: 50px;
  width: 200px;
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #ef17af;
  border: 1px solid #ef17af;
  text-align: center;
  padding: 0.5rem;
  transition: 0.3s all ease-in-out;
}
.book-now:hover {
  background: white;
  color: black;
}

.btn-solid {
  font-family: "montserrat", sans-serif;
  transition: 0.3s all ease-in-out;
  padding: 1rem 2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.15rem;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0;
  box-shadow: rgba(10, 214, 212, 0.4) 5px 5px, rgba(10, 214, 212, 0.3) 10px 10px, rgba(10, 214, 212, 0.2) 15px 15px, rgba(10, 214, 212, 0.1) 20px 20px, rgba(10, 214, 212, 0.05) 25px 25px;
}

.--primary {
  color: white;
  background: #ef17af;
}
.--primary:hover {
  filter: brightness(85%);
}

.--secondary, .button.--secondary {
  color: white;
  background: #0ad6d4;
}
.--secondary:hover, .button.--secondary:hover {
  filter: brightness(85%);
}

body.home .book-now {
  color: white;
  border: 1px solid white;
}
body.home .book-now:hover {
  color: #0ad6d4;
}

.one-third {
  width: 30%;
}

.scrolled .book-now {
  color: #ef17af !important;
  border: 1px solid #ef17af !important;
}

/* ======================================== M E D I A =========================================== */
/* ======================================== Q U E R Y =========================================== */
/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* ==================== N A V I =======================*/
.top-bar {
  background: white;
  padding: 10px;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: 999;
  position: fixed;
  transition: 0.3s all ease-in-out;
}

.top-bar ul {
  background: inherit;
}

.header-logo-image-scrolled {
  right: 0;
  position: absolute;
}

#main-nav {
  width: 50em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}
#main-nav li a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00375f;
}

.menu.medium-horizontal {
  flex-direction: row-reverse;
}

body.home .menu a {
  color: black;
  height: 40px;
}

.menu a {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 4px;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
}
.menu a:hover {
  color: black;
  border-bottom: 5px solid #ef17af;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: black transparent transparent;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
  background: white;
}

.menu .active > a {
  background: transparent;
  color: #ef17af;
}
.menu .active > a:hover {
  border-bottom: 5px solid #bdb5a6;
}

.top-bar-left {
  height: 116px;
}

.header-logo {
  background: transparent;
  padding: 10px;
  width: 200px;
  height: 200px;
  top: 0;
  left: 25px;
  z-index: 999;
  position: absolute;
  transform: all 0.3s ease-in-out;
}
.header-logo a {
  position: absolute;
}
.scrolled {
  float: left;
  left: 25px;
  top: 0;
  width: 150px;
  height: 150px;
  position: fixed;
}
.scrolled a img {
  max-width: 150px;
}

.header-nav {
  width: 100%;
  position: absolute;
  height: 40px;
  margin-top: 210px;
}

.dropdown.menu a {
  padding: 0.75rem 1.25rem;
}

.push {
  height: 200px;
}

.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  backface-visibility: hidden;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  overflow-y: auto;
}

[data-whatinput=mouse] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 10;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
  transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center;
}

.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.offcanvas-full-screen-menu > li {
  flex: 0 0 auto;
}

[data-whatinput=mouse] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu > li > a {
  justify-content: flex-start;
  align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2;
}

.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}

#nav-icon2 {
  width: 40px;
  height: 35px;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: fixed;
  margin: 1rem;
  z-index: 999;
  right: 0;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #ef17af;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 4px 4px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 4px 0 0 4px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 14px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 28px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 18px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}

/* ==================== F O O T E R =======================*/
.footer {
  margin-top: 2em;
  clear: both;
  background: #fff;
  padding-top: 3em;
}
.footer h3 {
  color: #ef17af;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 800px) {
  .footer {
    margin-top: 3em;
    padding-top: 4em;
  }
}
.footer #inner-footer {
  text-align: center;
}
.footer #inner-footer ul {
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  list-style: none;
}
.footer #footer-logo {
  width: 20%;
  margin: 0 auto 3em;
}

#footer-links a {
  letter-spacing: normal;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  width: 200px;
  margin: 0 auto;
}

.lower-footer {
  margin-top: 4rem;
  padding-top: 1rem;
  border-top: 1px solid #f4f2ee;
  color: #969696;
  font-size: 0.8rem;
  bottom: 0;
}
.lower-footer a {
  color: #969696;
  font-weight: 1.2rem;
}

.splatter-1 {
  height: 67%;
  margin-top: 20%;
  rotate: 25deg;
  position: absolute;
  left: 0;
}

.splatter-2 {
  height: 60%;
  margin-top: -5%;
  rotate: -45deg;
  position: absolute;
  right: -7rem;
}

/* ==================== G L O B A L =======================*/
body {
  height: auto !important;
  min-height: 100%;
  margin: 0;
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

.content {
  padding: 20px;
  min-height: 100%;
  margin: 0 auto -200px;
}

a {
  color: black;
}

.social-menu {
  list-style: none;
  display: flex;
  margin: 0 auto;
  width: 60%;
}
.social-menu li {
  margin: 0 1rem;
}

/* ========================== S E C T I O N S   &   B A C K G R O U N D S ===============*/
.hero-hx--vt {
  height: 100vh;
}

.half-video, .half-content {
  width: 50%;
  float: left;
  height: 440px;
}

.full-video {
  width: 100%;
  float: left;
  height: 440px;
  margin-top: 100px;
}
.full-video video {
  width: 100%;
}

#big-video {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#big-video .video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#big-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.dest-video, .dest-bg {
  height: 320px !important;
}

.header-video {
  height: 85vh !important;
}

.hero-hx, .section-hx {
  height: 100vh;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
}
.hero-hx .message, .section-hx .message {
  margin-top: 25%;
  margin-left: 10%;
}
@media screen and (min-width: 64em) {
  .hero-hx .message, .section-hx .message {
    margin-top: 35%;
  }
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .hero-hx .message, .section-hx .message {
    margin-top: 25%;
    width: 80%;
  }
}
.hero-hx .message h1, .section-hx .message h1 {
  line-height: 1.2;
}

.section-hx {
  height: auto;
}

.hero-hx .caption {
  width: 50%;
  margin: 20% 25%;
  position: absolute;
}

.hero-hx--img, .section-hx--img {
  height: 105vh;
  background-position: bottom;
}

.general-hx {
  padding-top: 150px;
  height: 50vh;
}
.general-hx p {
  font-size: 1rem;
  color: #828282;
}

.welcome-message, .slider {
  padding-top: 30%;
}

.welcome-message p span {
  font-size: 1.1rem;
}
.welcome-message p span a {
  display: block;
  color: #ef17af;
}
.welcome-message p span a:hover {
  font-weight: 700;
}

@media screen and (max-width: 39.9375em) {
  .padded {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .padded {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .padded-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 40em) {
  .padded-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.headline {
  min-height: 50vh;
  padding: 15vh;
  position: relative;
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .headline {
    min-height: 100vh;
    padding-top: 10%;
  }
}

.padded.headline {
  height: 100vh;
}

.snippet {
  padding: 3rem;
}

.clearfix {
  zoom: 1;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .wrap {
    max-width: 1500px;
    width: 85%;
  }
}

.shoutout {
  padding: 50px;
  border-radius: 25px;
}

.orbit-container {
  max-height: 90vh;
  height: 90vh;
  /* Retina */
}
@media screen and (min-width: 64em) and (-webkit-min-device-pixel-ratio: 2) {
  .orbit-container {
    max-height: 100vh;
    height: 100vh;
  }
}

.orbit-slide {
  background-size: cover;
  height: 90vh;
}

.orbit-title {
  position: absolute;
  z-index: 9;
  color: white;
  padding: 3rem;
}

.orbit-bullets {
  position: absolute;
  bottom: 0.5rem;
  left: 2%;
}
.orbit-bullets button {
  width: 7rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  border-radius: 0;
  margin-left: -5.5px;
}
.orbit-bullets button:hover, .orbit-bullets button.is-active {
  background-color: white;
  height: 5px;
}

.orbit-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  padding: 8rem 4rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}
.orbit-caption h3 {
  font-size: 1.2rem;
}
.orbit-caption h3 span {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 2rem;
}

.orbit-next, .orbit-previous {
  font-size: 2rem;
  transition: 0.3s all ease-in-out;
}
.orbit-next:hover, .orbit-previous:hover {
  color: #ef17af;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: transparent;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.featured-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.featured-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}

.side-image-wrapper {
  margin-top: 150px;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 350px;
  height: 525px;
  position: relative;
  overflow: hidden;
  border-bottom: 15px solid #ef17af;
}
.side-image-wrapper img {
  opacity: 1;
  display: block;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
}

.room-features {
  list-style: none;
  margin-left: 0;
}

.booking-header {
  position: absolute;
  right: 0;
  top: calc(100% - 5.6rem);
  background: #ffffff;
  border: none;
  width: 40%;
  padding: 2rem;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.booking-header:hover {
  background: black;
  color: white;
}

.gallery {
  margin-left: 0;
  list-style: none;
}
.gallery li {
  overflow: hidden;
  position: relative;
  width: 33.3333%;
  height: 205px;
  float: left;
}
.gallery li img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}

.section-padded article {
  padding: 10%;
  opacity: 1;
}

.event {
  margin: 2rem;
}
.event .card-image {
  max-height: 275px;
  overflow: hidden;
}
.event .card-image img {
  width: 100%;
}/*# sourceMappingURL=theme-sass.css.map */