/*!
Theme Name: The Brando v2
Theme URI: https://thebrando.com/
Author: Bread & Butter
Author URI: breadandbutter.com/
Description: Custom Theme developed for the brando
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background-color: rgba(248, 244, 239, 0.9);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding: 20px 10px 30px;
	text-align: left;
	line-height: 25px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 300px;
	color: rgba(0, 0, 0, 0.5) !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: -7px;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1430px) {
	.main-navigation .sub-menu li .sub-menu {
		display: none !important;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom: The Brando
--------------------------------------------- */
/*------------------------------------*\
    Helper functions
*------------------------------------*/
/*------------------------------------*\
    Mixit Baby
\*------------------------------------*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
/*------------------------------------*\
      Fonts
  \*------------------------------------*/
/*------------------------------------*\
    buttons
\*------------------------------------*/
.btn_blue_ot {
	border: solid 1px #0BA2AB;
	text-decoration: none;
	padding: 10px 30px;
}

.btn_blue_ot:hover {
	background-color: #0BA2AB;
	color: #f8ede5;
}

#topBtn {
	display: none;
	position: fixed;
	bottom: 105px;
	right: 15px;
	background-color: #0BA2AB;
	width: 30px;
	height: 30px;
	font-size: 0px;
	transform: rotate(90deg);
	background-image: url(assets/arrow-white.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	border: none;
	z-index: 9;
}

/*------------------------------------*\
    Site Structure
\*------------------------------------*/
body {
	font-family: "Divulge Lt";
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #321600;
	letter-spacing: .02em;
	font-size: 1rem;
}

body.fixed {
	position: fixed;
}

body.no-scroll {
	overflow: hidden !important;
}

body a {
	font-family: "Aktiv Grotesk Ex";
	color: #0BA2AB;
	text-decoration: none;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: .75rem;
}

body a:hover {
	color: #0BA2AB;
	text-decoration: underline;
}

body a:visited {
	color: #0BA2AB;
}

h1, h2 {
	font-family: "Recife Display";
	font-weight: 300;
}

h1.hero, h2.hero {
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4rem;
	margin-bottom: 0;
}

h1.hero:after, h2.hero:after {
	content: '';
	display: block;
	margin: 30px auto;
	width: 64px;
	height: 1px;
	background-color: #321600;
}

h3 {
	text-transform: uppercase;
	font-family: "Aktiv Grotesk Ex";
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 2px;
}

h3.fancy:after {
	content: '';
	width: 32px;
	height: 1px;
	background-color: #321600;
	display: block;
	margin-top: 20px;
}

h3.fancy.centered:after {
	margin: 20px auto;
}

.wrapper {
	width: 100%;
	max-width: 1500px;
	padding: 0px 40px;
	margin: 0px auto;
}

.wrapper.large {
	max-width: 1625px;
}

.wrapper.small {
	max-width: 1200px;
}

.post-navigation {
	width: 100%;
	max-width: 1200px;
	padding: 0px 20px;
	margin: 0px auto !important;
}

#primary {
	min-height: 1200px;
}

article, .post, .page {
	margin: 0px;
}

.page-spacer {
	height: 60px;
	width: 100%;
}

.image-caption {
	color: #FFF;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: block;
	position: relative;
	top: -100px;
	text-align: right;
}

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

#full-height-vid {
	height: 90vh;
}

#full-height-vid video {
	object-fit: cover;
	height: 100vh;
	width: 100vw;
	object-position: center;
}

#wpadminbar {
	bottom: 0px;
	top: auto;
	display: block;
}

.page-id-361 .carousel-status {
	display: none !important;
}

.page-id-361 .gallery-slider-selector {
	position: relative;
	top: 20px;
}

/*------------------------------------*\
    Header Style
\*------------------------------------*/
body {
	top: 100px;
}

#page {
	padding-top: 74px;
	height: 100%;
	background-color: #f8ede5;
}

.site-branding {
	float: left;
}

.sticky-header {
	position: fixed;
	top: 0;
}

/* Here's the new CSS to add... */
.admin-bar .sticky-header {
	top: 32px;
}

.scroll-down header {
	transform: translate3d(0, -100%, 0);
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0px;
	width: 100%;
	z-index: 999;
	transition: all 300ms ease-in-out;
	background-color: #F8F4EF;
}

.site-header .flex_item {
	display: flex;
	align-items: center;
}

.site-header .btn {
	float: right;
	margin-left: auto;
	padding: 10px 15px;
}

.logo {
	width: 225px;
	height: 90px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/brando-logo.svg");
	display: block;
	margin: 0px auto;
	background-blend-mode: multiply;
	background-color: #F8F4EF;
}

.logo a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu-main-menu-container {
	float: right;
	display: inline-block;
}

.main-navigation {
	display: block;
	width: calc(100% - 255px);
	float: left;
}

.main-navigation ul {
	display: block;
	padding-top: 34px;
	text-align: right;
}

.main-navigation ul > li {
	display: inline-block;
	font-size: 1.25rem;
	outline: none;
	padding: 0 10px;
}

.main-navigation ul > li a {
	color: #321600;
	text-transform: uppercase;
	font-size: .75rem;
}

.main-navigation ul > li a:hover {
	color: #0BA2AB;
}

#trp-floater-ls-current-language.trp-with-flags, #trp-floater-ls-language-list.trp-with-flags {
	display: none;
}

.lang-nav {
	display: none !important;
	float: right;
	top: 33px;
	position: relative;
	margin-left: 20px;
}

.lang-nav a {
	display: inline;
	color: #321600;
}

.lang-nav a:visited {
	color: #321600;
}

.lang-nav a:hover {
	color: #0BA2AB;
	text-decoration: none;
}

.lang-nav span {
	display: inline;
}

.reserve-nav {
	display: inline-block;
	width: 129px;
	float: right;
	top: 32px;
	position: relative;
}

.reserve-btn {
	font-size: .75rem;
	border-radius: 60px;
	padding: 5px 30px;
	color: #0BA2AB;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
	height: 30px;
	border: solid 1px #0BA2AB;
	transition: .3s;
}

.reserve-btn:hover {
	color: #FFF;
	background-color: #0BA2AB;
	text-decoration: none;
}

.burger-nav {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: right;
	top: 32px;
	position: relative;
	margin-right: 24px;
	margin-left: 12px;
}

.burger-btn {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/burger.svg");
	width: 18px;
	height: 12px;
	display: inline-block;
	cursor: pointer;
	top: 3px;
	position: relative;
}

.mobile-nav-wrapper {
	z-index: 999999999999999999999999999999999;
	position: fixed;
	width: 0vw;
	height: 100vh;
	background-color: rgba(50, 22, 0, 0.8);
	overflow: hidden;
	transition: .3s;
	margin-top: -20px;
}

.mobile-nav-wrapper.active {
	width: 100vw;
	display: block;
}

.mobile-nav-wrapper.active .mobile-nav-drawer {
	width: 100vw;
}

.mobile-nav-wrapper .mobile-nav-drawer {
	transition: .3s;
	background-color: #f8ede5;
	width: 0;
	max-width: 1000px;
	left: 0;
	position: relative;
	height: 100vh;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/mobile-decoration.png");
	background-position: left center;
	padding-top: 20px;
}

.mobile-nav-wrapper .wrapper-mobile {
	max-width: 905px;
	display: block;
	width: 100%;
	position: relative;
	padding-left: 140px;
	height: 90vh;
	margin-top: -20px;
}

.mobile-nav-wrapper .wrapper-mobile .mobile-nav-header {
	display: flex;
	justify-content: left;
}

.mobile-nav-wrapper .wrapper-mobile .mobile-nav-header .logo {
	margin: 0;
	background-color: #f8ede5;
}

.mobile-nav-wrapper .mobile-nav {
	width: 100%;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container {
	display: block;
	float: none;
	padding-top: 10%;
	position: relative;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul {
	padding: 0;
	margin: 0;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li {
	list-style: none;
	padding: 10px 0;
	max-width: 180px;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.reserve-btn {
	float: left;
	padding: 10px 20px;
	display: block;
	position: relative;
	margin-top: 10px;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.reserve-btn a {
	top: -7px;
	color: #0BA2AB;
	position: relative;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.reserve-btn a:hover {
	background-color: #0BA2AB;
	color: #FFF !important;
	text-decoration: none !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.current > ul {
	display: block;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li a {
	color: #321600;
	font-size: 1rem;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li a:hover {
	color: #0BA2AB !important;
	text-decoration: underline !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li {
	width: 100% !important;
	min-width: 340px;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li ul {
	display: none;
	position: relative;
	text-align: left;
	left: 0px;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li ul li {
	padding: 5px 0px 0px 40px !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li ul li a {
	font-size: .8rem !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li ul li:first-of-type {
	padding-top: 10px !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li a {
	color: rgba(50, 22, 0, 0.5) !important;
	text-decoration: none !important;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li:hover a {
	color: #0BA2AB;
	text-decoration: underline;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li:hover > ul {
	display: block;
}

.mobile-nav-wrapper .mobile-nav .mobile-menu-container:after {
	content: '';
	width: 1px;
	height: 310px;
	background-color: #321600;
	position: absolute;
	top: 75px;
	left: 270px;
}

.mobile-nav-wrapper .mobile-nav .sub-menu {
	display: none;
	position: absolute;
	left: 360px;
	top: 75px;
	width: 100%;
	max-width: 405px;
	transition: 1.2s;
}

.mobile-nav-wrapper .mobile-nav .sub-menu .sub-menu {
	top: 22%;
}

.mobile-nav-wrapper .mobile-nav .sub-menu:hover {
	display: block;
}

.mobile-nav-wrapper .mobile-legal-content {
	border-top: solid 1px #321600;
	padding-top: 10px;
	position: relative;
	bottom: -30px;
	width: 80%;
	text-transform: uppercase;
	color: #321600;
	font-family: "Aktiv Grotesk Ex";
	font-size: .75rem;
}

.mobile-nav-wrapper .mobile-legal-content a {
	color: #321600;
	margin: 0 0 0 5px;
	display: inline-block;
}

.mobile-nav-wrapper .mobile-legal-content a:hover {
	text-decoration: underline;
}

nav > ul > li > ul.sub-menu {
	min-height: 900px;
}

/*------------------------------------*\
    Reserve Date Bar
\*------------------------------------*/
.card-item {
	width: 700px;
	margin: 0px auto 40px;
	display: block;
	height: 400px;
	background-color: #321600;
	opacity: 0;
	transition: .2s;
}

.card-item.show {
	opacity: 1;
}

/*------------------------------------*\
    Video Block
\*------------------------------------*/
.video-section {
	/*width: 60%;*/
	width: 100%;
	transition: .5s;
	margin: 0px auto;
}

.video-section.show {
	width: 100%;
}

.video-poster-click {
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.play_btn {
	background-image: url("assets/play-btn.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 145px;
	height: 123px;
	margin: -37px 0 0 -37px;
	z-index: 10;
	cursor: pointer;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

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

/*------------------------------------*\
    Blog Pull Block
\*------------------------------------*/
.blog-pull-block .blog-pull-title {
	padding-bottom: 40px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
	display: block;
	margin-bottom: 40px;
}

.blog-pull-block .blog-pull-buttons {
	text-align: center;
	padding: 100px 0;
}

.blog-pull-block .blog-pull-buttons a {
	margin: 20px;
	max-width: 241px;
}

.blog-pull-block h3 {
	text-align: center;
}

.blog-pull-block h2.hero {
	text-align: center;
	max-width: 790px;
	margin: 0px auto 40px;
}

.blog-pull-block article {
	margin: 7px;
}

.blog-pull-block article img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	background-color: #0BA2AB;
	position: relative;
}

.blog-pull-block article img:hover {
	filter: grayscale(100%) sepia(100%) hue-rotate(512deg) saturate(100%);
}

.blog-pull-block article img:hover:after {
	content: '';
	background-color: #0BA2AB;
	opacity: .9;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-pull-block a {
	text-transform: uppercase;
	text-decoration: none;
}

.blog-pull-block a:visited {
	color: #0BA2AB;
}

/* Animated Blog Hovers *
 */
.blog-thumb-img {
	overflow: hidden;
	position: relative;
}

.blog-thumb-img img {
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}

.blog-thumb-img:hover .blog-thumb-img-overlay {
	opacity: 1;
	visibility: visible;
}

.blog-thumb-img:hover .blog-thumb-img-overlay .overlay-text, .blog-thumb-img:hover .blog-thumb-img-overlay .overlay-link {
	transform: translateY(0px);
}

.blog-thumb-img:hover img {
	transform: scale(1.2);
}

.blog-thumb-img-overlay {
	background: none repeat scroll 0 0 rgba(11, 162, 171, 0.72);
	bottom: 0;
	box-sizing: border-box;
	color: #ffffff;
	font-family: "latolight",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.45em;
	opacity: 0;
	padding: 50px 25px;
	position: absolute;
	text-align: left;
	top: 0;
	transition: all 0.2s ease-in 0s;
	visibility: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-thumb-img-overlay .overlay-text {
	transform: translateX(-100%);
}

.blog-thumb-img-overlay .overlay-link {
	transform: translateX(100%);
}

.blog-thumb-img-overlay .overlay-text {
	font-weight: normal;
	display: block;
	line-height: 1.3em;
	transition: all 0.3s ease-in 0s;
}

.blog-thumb-img-overlay .overlay-link {
	transition: all 0.3s ease-in 0s;
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
}

.blog-thumb-img-overlay .overlay-link a {
	color: #FFF;
}

.video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	top: 0;
	opacity: .2;
}

.video-background video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	min-height: 100%;
	controls: none;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.bg-with-text h2 {
	max-width: 690px;
	margin: 0px auto;
}

/*------------------------------------*\
    Split Column Block
\*------------------------------------*/
.split-column-block {
	padding-top: 150px;
	padding-bottom: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.split-column-block.full-height {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -10px;
}

.split-column-block.sustainability {
	padding-bottom: 400px;
	margin-bottom: -200px;
}

.split-column-block.sustainability .split-column-content {
	max-width: 830px;
}

.split-column-block.sustainability h2 {
	color: #f8ede5;
}

.split-column-block.sustainability h2:after {
	background-color: #f8ede5;
}

.split-column-block.sustainability p {
	color: #f8ede5;
}

.split-column-block .embed-container {
	max-height: 700px;
	z-index: 1;
	margin-bottom: 40px;
}

.split-column-content {
	max-width: 830px;
	margin: 0px auto;
}

.split-column-content h2 {
	text-align: center;
}

.split-column-content a {
	text-align: center;
	display: block;
	margin-top: 50px;
	color: #0BA2AB;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .875rem;
}

.split-column-content a:hover {
	text-decoration: underline;
}

.split-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	font-family: "Divulge Lt";
}

/*------------------------------------*\
    Single Column Block w/ Images
\*------------------------------------*/
.single-column-block {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.single-column-block .img-grid {
	height: 650px;
	object-fit: cover;
	margin: 30px 5px 40px;
}

.single-column-block .img-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-column-content {
	max-width: 780px;
	margin: 0px auto;
}

.single-column-content h2 {
	text-align: center;
}

.single-column-content h3 {
	text-align: center;
}

.single-column-content a {
	text-align: center;
	display: block;
	margin-top: 50px;
	color: #0BA2AB;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .875rem;
}

.single-column-content a:hover {
	text-decoration: underline;
}

/*------------------------------------*\
    Anchor Links Block
\*------------------------------------*/
.anchorlinks {
	padding-top: 50px;
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
}

.anchorlinks ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.anchorlinks ul li {
	margin: 20px;
	list-style: none;
	display: inline-block;
}

.anchorlinks ul li a {
	color: #321600;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .625rem;
}

.anchorlinks ul li a:hover {
	color: #0BA2AB;
}

/*------------------------------------*\
    Single Image Block
\*------------------------------------*/
.single-image-block {
	overflow: hidden;
}

.single-image-block img {
	width: 100%;
	height: auto;
	transition: .8s;
	overflow: hidden;
	position: relative;
	transition: 2s;
}

.single-image-block .wrapper {
	padding: 0px;
}

.ribbon-decoration:after {
	content: '';
	width: 100%;
	background-image: url("assets/ribbon-decoration.png");
	background-repeat: repeat-x;
	height: 40px;
	display: block;
	background-size: 100%;
	top: -7px;
	position: relative;
}

/*------------------------------------*\
       Horizontal Scroll Block
 \*------------------------------------*/
.horizontal-scroll-block {
	padding: 100px 0 100px;
	text-align: center;
}

.horizontal-scroll-block h2 {
	position: relative;
	font-style: italic;
	top: -50px;
	font-size: .75rem;
}

.outer-wrapper {
	max-width: 100vw;
	overflow-x: scroll;
	scrollbar-gutter: stable both-edges;
	padding: 50px 0;
}

.outer-wrapper::-webkit-scrollbar:vertical {
	display: none;
}

.inner-wrapper {
	display: flex;
	padding-bottom: 120px;
}

.pseudo-item {
	margin-right: 30px;
	flex-shrink: 0;
	max-height: 550px;
	max-width: 410px;
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.horizontal-scroll__controls {
	margin-top: 0.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.outer-wrapper::-webkit-scrollbar-track {
	border: 1px solid #f8ede5;
	background-color: rgba(50, 22, 0, 0.25);
	height: 1px;
	margin: 700px;
	display: none;
}

.outer-wrapper::-webkit-scrollbar {
	width: 15px;
	background-color: #f8ede5;
	height: 4px;
	display: none;
}

.outer-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(50, 22, 0, 0.45);
	border-radius: 0px;
	display: none;
}

#main-image.fadeInDownBig {
	height: 375px;
}

.popup-hg-modal {
	height: 0;
	overflow: hidden;
	width: 100vw;
	background-color: #f8ede5;
	top: 0;
	z-index: 9999999999999;
	position: fixed;
	opacity: 0;
	transition: .5s;
}

.popup-hg-modal .click-overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}

.popup-hg-modal.active {
	height: 100vh;
	display: block;
	opacity: 1;
}

.popup-hg-modal .close {
	z-index: 99999999;
	display: block;
}

.popup-hg-modal .carousel.gslide {
	z-index: 2;
	display: block;
	top: 40px;
	position: relative;
}

.popup-hg-modal .carousel.gslide .flickity-page-dots {
	display: none;
}

.popup-hg-modal .carousel.gslide .carousel-cell {
	width: 100%;
	display: block;
	height: 80vh;
	display: flex;
	justify-content: center;
	opacity: 0;
}

.popup-hg-modal .carousel.gslide .carousel-cell.is-selected {
	opacity: 1;
}

.popup-hg-modal .carousel.gslide .carousel-cell img {
	height: 100%;
	width: auto;
}

.scroll-left-btn {
	outline: none;
	border: none;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(assets/arrow.svg);
	cursor: pointer;
	padding: 0px;
	float: right;
	position: relative;
	top: -2px;
}

.scroll-right-btn {
	outline: none;
	border: none;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(assets/arrow.svg);
	cursor: pointer;
	padding: 0px;
	float: right;
	position: relative;
	top: -2px;
	transform: rotate(180deg);
}

#mc_embed_signup {
	background: #f8ede5;
	clear: left;
	max-width: 950px;
	width: 100%;
	margin: 0px auto;
}

#mc_embed_signup .helper_text, #mc_embed_signup .mc-field-group input {
	background-color: #f8ede5 !important;
}

#mc_embed_signup .mc-field-group input {
	height: 42px;
}

#mc_embed_signup .mc-field-group select {
	background-color: #f8ede5 !important;
	max-width: 300px !important;
}

#mc-embedded-subscribe-form input[type=checkbox] {
	height: 13px;
}

.content__gdprLegal a {
	text-transform: initial;
	letter-spacing: 0px;
	font-family: "Divulge Lt";
	font-size: 1rem;
}

.xdebug-error.xe-warning {
	display: none;
}

/*------------------------------------*\
       Gallery Section
 \*------------------------------------*/
.lb-data .lb-caption {
	display: none !important;
}

.fa.fa-search {
	display: none !important;
}

#seacrh_shuffle {
	display: none;
}

.pfg-bootstrap .text-center {
	text-align: center !important;
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
	max-width: 1400px !important;
	display: block;
	padding-bottom: 30px !important;
	margin: 60px auto;
}

.lightbox .lb-image {
	border: none;
}

.simplefilter_1382 li {
	text-transform: uppercase !important;
	background-color: #F8EDE5 !important;
	padding: 0px 20px;
	color: #321600 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .625rem;
	font-family: 'Aktiv Grotesk Ex';
}

.simplefilter_1382 li:hover {
	color: #0BA2AB !important;
	background-color: #F8EDE5 !important;
	text-decoration: underline !important;
}

.simplefilter_1382 li.active {
	color: #0BA2AB !important;
	background-color: #F8EDE5 !important;
	text-decoration: underline !important;
}

/*------------------------------------*\
       Background Block
 \*------------------------------------*/
.bg-block-wrap {
	width: 100%;
	height: 100%;
	display: block;
}

.bg-block-wrap .bg-block {
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 2640px;
	width: 100%;
	z-index: -1;
}

.bg-block-wrap.full-page .bg-block {
	position: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100vh;
	width: 100vw;
	z-index: -1;
	top: 0;
}

/*------------------------------------*\
       Split Image Content Block
 \*------------------------------------*/
.split-img-content-block.atoll .flex_container.flex_two .flex_item:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.split-img-content-block.atoll .split-content {
	padding: 60px;
}

.split-img-content-block.atoll .split-content h2 {
	font-size: 2rem;
	font-style: italic;
	line-height: 2.5rem;
	max-width: 400px;
}

.split-img-content-block.atoll .split-content h2:after {
	content: '';
	margin: 20px 0;
	display: block;
	width: 33px;
	height: 1px;
	background-color: #321600;
}

.split-img-content-block.atoll .split-content p a {
	font-size: .75rem;
	text-decoration: underline;
}

.split-img-content-block.travel {
	padding-bottom: 40px;
	padding-top: 40px;
}

.split-img-content-block.travel .split-content {
	padding: 60px;
}

.split-img-content-block.travel .split-content h2 {
	font-size: 2rem;
	font-style: italic;
	line-height: 2.5rem;
}

.split-img-content-block.travel .split-content h2:after {
	content: '';
	margin: 20px 0;
	display: block;
	width: 33px;
	height: 1px;
	background-color: #321600;
}

.split-img-content-block.travel .split-content p a {
	font-size: .75rem;
	text-decoration: underline;
}

.split-img-content-block.travel .wrapper {
	padding: 0px 40px;
}

.split-img-content-block.travel .flex_container.flex_two .flex_item:nth-child(1) {
	width: 65%;
}

.split-img-content-block.travel .flex_container.flex_two .flex_item:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
}

.split-img-content-block.travel .ribbon-decoration:after {
	display: none;
}

.split-img-content-block .split-content {
	max-width: 580px;
	padding: 40px;
}

.split-img-content-block .split-content h2 {
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4rem;
	margin: 0px;
}

.split-img-content-block .split-content h3:after {
	content: '';
	width: 32px;
	height: 1px;
	background-color: #321600;
	display: block;
	margin-top: 20px;
}

/*------------------------------------*\
       Gallery Grid Block
 \*------------------------------------*/
.gallery-grid {
	padding: 100px 0;
}

.gallery-grid .img-grid {
	height: 650px;
	object-fit: cover;
	margin: 5px;
}

.gallery-grid .img-grid.small {
	height: 320px;
	margin: 5px 5px 8px;
}

.gallery-grid .img-grid.small-tall {
	margin: 5px 5px 8px;
}

.gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-id-153 .gallery-grid {
	padding-top: 0px !important;
}

.page-id-153 .single-column-block {
	padding-bottom: 20px !important;
	padding-top: 40px;
	border-top: solid 1px rgba(50, 22, 0, 0.15);
	max-width: 1400px;
	margin: 0px auto;
}

/*------------------------------------*\
      Accommodations content Block
 \*------------------------------------*/
.accomodations-block {
	padding-bottom: 100px;
	display: block;
}

.accomodations-block br {
	content: "";
	margin: 2em;
	display: block;
	font-size: 35%;
}

.accomodations-block h2 {
	margin-top: 0;
	padding-bottom: 20px;
	font-style: italic;
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
}

.accomodations-block .flex_container {
	position: relative;
}

.accomodations-block .flex_container.flex_two > .flex_item.one_third {
	padding-right: 60px;
}

.accomodations-block .flex_container.flex_three > .flex_item {
	padding: 0 10px;
	margin-bottom: 30px;
}

.accomodations-block .flex_container.flex_three > .flex_item:nth-child(3):after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
	position: absolute;
	left: 0;
	margin-top: 20px;
}

.accomodations-block .hotel-overview a {
	border: solid 1px #0BA2AB;
	padding: 8px 30px;
	font-size: .75rem;
	max-width: 225px;
	display: block;
	text-align: center;
	margin-top: 60px;
	margin-bottom: -49px;
}

.accomodations-block .hotel-overview a:hover {
	color: #f8ede5;
	background-color: #0BA2AB;
	text-decoration: none;
}

/*------------------------------------*\
        Flex Grid content Block
   \*------------------------------------*/
.flex-grid-content-block {
	display: block;
}

.flex-grid-content-block ul {
	margin: 0;
	padding: 0 15px;
}

.flex-grid-content-block.travel p a {
	font-size: .75rem;
	text-decoration: underline;
}

.flex-grid-content-block.h2-fancy h2 {
	font-style: italic;
}

.flex-grid-content-block.h2-fancy h2:after {
	content: '';
	margin: 20px 0;
	display: block;
	height: 1px;
	background-color: #321600;
	width: 32px;
}

.flex-grid-content-block .flex-content {
	padding: 20px;
}

.flex-grid-content-block .flex-content .aligncenter {
	min-height: 130px;
	object-fit: contain;
	object-position: center;
}

.flex-grid-content-block .flex-content .morelink {
	margin-top: 20px;
	outline: none;
}

.flex-grid-content-block.contact h2 {
	font-style: italic;
}

.flex-grid-content-block.contact strong {
	font-family: "Divulge Rg";
}

.flex-grid-content-block.contact a {
	text-transform: initial;
	letter-spacing: 0;
	font-family: "Divulge Lt";
	text-decoration: underline;
	font-size: 1rem;
}

.flex-grid-content-block.accommodations {
	padding-bottom: 60px;
}

.flex-grid-content-block.accommodations .wrapper {
	max-width: 1200px;
}

.flex-grid-content-block.accommodations .flex-content {
	padding: 30px;
	max-width: 380px;
}

.flex-grid-content-block.accommodations .flex-content h2 {
	font-style: italic;
}

/*------------------------------------*\
         Simple Content Block
   \*------------------------------------*/
.simple-content-block {
	display: block;
}

.simple-content-block.boutique .simple-content-wrap {
	padding-left: 30px;
}

.simple-content-block.divider .wrapper {
	margin-top: 100px;
	padding-top: 0px;
	border-top: solid 1px rgba(50, 22, 0, 0.15);
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.simple-content-block.careers a {
	font-size: .75ems;
	text-transform: initial;
	font-family: "Divulge Lt";
	letter-spacing: 0px;
	text-decoration: underline;
}

.simple-content-block.float-left .simple-content-wrap {
	margin: 0;
}

.simple-content-block.float-left .simple-content-wrap h2:after {
	margin: 20px 0;
}

.simple-content-block.h2-small h2 {
	font-size: 2rem;
	font-style: italic;
	line-height: 2rem;
}

.simple-content-block.h2-small h2:after {
	width: 33px;
}

.simple-content-block.partnerships {
	background-color: rgba(165, 210, 208, 0.15);
}

.simple-content-block.support {
	padding-top: 0px !important;
	background-color: rgba(165, 210, 208, 0.15);
	padding-bottom: 160px;
}

.simple-content-block.support .mega-long {
	min-width: 800px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.simple-content-block.support h2 {
	margin-top: 0px;
	font-style: italic;
	font-size: 2rem;
}

.simple-content-block.support a {
	border: solid 1px #0BA2AB;
	padding: 7px 10px;
	display: inline-block;
	float: left;
	text-align: center;
	width: 390px;
	margin: 0px 3px;
}

.simple-content-block.support a:hover {
	text-decoration: none;
	background-color: #0BA2AB;
	color: #f8ede5;
}

.simple-content-block.border-top {
	border-top: solid 1px rgba(50, 22, 0, 0.15);
}

.simple-content-block.border-bottom {
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
}

.simple-content-block.h2-plain h2:after {
	display: none;
}

.simple-content-block h2 {
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4rem;
	margin-bottom: 0;
}

.simple-content-block h2:after {
	content: '';
	display: block;
	margin: 30px auto;
	width: 64px;
	height: 1px;
	background-color: #321600;
}

.simple-content-block .simple-content-wrap {
	margin: 0px auto;
}

/*------------------------------------*\
         Gallery Slider Block
   \*------------------------------------*/
.gallery-slider {
	width: 100%;
	display: block;
}

.gallery-slider.full-width {
	padding-bottom: 0px;
}

.gallery-slider.sustainablility {
	max-width: 1400px;
	margin: 0px auto;
}

.gallery-slider.sustainablility .carousel-cell {
	height: 550px;
	opacity: 1;
}

.gallery-slider .flickity {
	height: 80vh;
}

.gallery-slider .flickity-prev-next-button.next:hover {
	cursor: url("assets/arrow-hover.svg"), auto;
}

.gallery-slider .flickity-prev-next-button.previous:hover {
	cursor: url("assets/arrow-hover-l.svg"), auto;
}

.gallery-slider .flickity-button.flickity-prev-next-button.next {
	width: 15%;
	height: 610px;
	position: absolute;
	top: 328px;
	right: 0;
	outline: none;
	background-image: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.next svg {
	display: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.next:hover {
	background-color: transparent;
	outline: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.next:focus {
	box-shadow: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.previous {
	width: 15%;
	height: 610px;
	position: absolute;
	top: 328px;
	left: 0;
	outline: none;
	background-image: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.previous svg {
	display: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.previous:hover {
	background-color: transparent;
	outline: none;
}

.gallery-slider .flickity-button.flickity-prev-next-button.previous:focus {
	box-shadow: none;
}

.gallery-slider .flickity-page-dots {
	display: none;
}

.gallery-slider button {
	background-color: transparent;
	outline: none;
	border: none;
	width: 10px;
	height: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/arrow.svg");
	cursor: pointer;
	padding: 0px;
	float: right;
	position: relative;
	top: -2px;
}

.gallery-slider button.button--next {
	transform: rotate(180deg);
	margin-left: 10px;
}

.range-scrubber {
	width: 12.5rem;
	position: relative;
	display: flex;
	align-items: center;
}

@media (min-width: 1024px) {
	.range-scrubber {
		width: 17.5rem;
	}
}

.range-scrubber::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #321600;
	opacity: 0.65;
	height: 1px;
}

.range-scrubber__handle {
	position: relative;
	z-index: 5;
	width: 1.5rem;
	cursor: grab;
	height: 0.375rem;
	background-color: #321600;
}

@media (min-width: 1024px) {
	.range-scrubber__handle {
		width: 2.8rem;
	}
}

.range-scrubber__handle:active {
	cursor: grabbing;
}

.carousel-cell {
	width: 66%;
	display: block;
	height: 70vh;
	opacity: .5;
	display: flex;
	justify-content: center;
	margin: 0 10px;
}

.carousel-cell.full-width {
	width: 100%;
}

.carousel-cell.is-selected {
	opacity: 1;
}

.carousel-cell img {
	align-self: center;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.gallery-slider-selector {
	text-align: right;
	max-width: 66%;
	margin: 0px auto;
	display: flex;
	justify-content: right;
	align-items: center;
}

.gallery-slider-selector p {
	font-size: .875rem;
	color: #321600;
	text-decoration: underline;
	margin-right: 10px;
}

.full-width .gallery-slider-selector {
	margin-bottom: -25px;
}

/*------------------------------------*\
    Quote Block
\*------------------------------------*/
.quote-block {
	color: #545D18;
	text-align: center;
	padding: 100px 0;
}

.quote-block .wrapper {
	border-top: solid 1px rgba(50, 22, 0, 0.15);
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
	padding: 100px 0;
}

.quote-block h2 {
	font-size: 3.125rem;
	max-width: 700px;
	margin: 0 auto;
}

/*------------------------------------*\
    Travel There Block
\*------------------------------------*/
.travel-there-block {
	background-color: #f8ede5;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 110px;
	padding: 180px 0;
	position: relative;
	overflow: hidden;
}

.travel-there-block .wrapper {
	position: relative;
}

.travel-there-block .long-lats {
	position: absolute;
	left: 0;
	transform: rotate(-90deg);
	top: 50%;
}

.travel-there-block .travel-island-img {
	position: absolute;
	max-width: 900px;
	transition: 1s;
	right: 0;
	top: 0;
	opacity: 0;
}

.travel-there-block .travel-img-1 {
	max-width: 342px;
	height: auto;
	margin-left: 120px;
	position: relative;
	transition: 1s;
	top: 0px;
	opacity: 0;
}

.travel-there-block .travel-img-2 {
	max-width: 333px;
	position: relative;
	transition: 1s;
	top: 0px;
	opacity: 0;
}

.travel-there-block .travel-decoration {
	width: 305px;
	height: 305px;
	position: relative;
	transition: 1s;
	opacity: 0;
}

.travel-there-block.animate .travel-decoration {
	opacity: 1;
	top: -10px;
	margin-left: 120px;
}

.travel-there-block.animate .travel-img-2 {
	opacity: 1;
	top: 40px;
	margin-left: 220px;
}

.travel-there-block.animate .travel-img-1 {
	opacity: 1;
	top: 120px;
}

.travel-there-block.animate .travel-island-img {
	opacity: 1;
	right: 0px;
	top: 110px;
}

.travel-there-content {
	max-width: 417px;
	position: absolute;
	top: 0;
	right: 0px;
}

.travel-there-content h2 {
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 4rem;
	margin-bottom: 0;
}

.travel-there-content h2:after {
	content: '';
	display: block;
	margin: 30px 0;
	width: 64px;
	height: 1px;
	background-color: #321600;
}

/*------------------------------------*\
    Experiences Blog Posts Pull
\*------------------------------------*/
.experiences-pull-block.padding-top {
	padding-top: 60px;
}

.experiences-pull-block h2:after {
	display: none;
}

.experiences-pull-block .title-long-content {
	border-bottom: solid 1px rgba(50, 22, 0, 0.15);
	border-top: solid 1px rgba(50, 22, 0, 0.15);
	padding-bottom: 40px;
	padding-top: 40px;
}

.experiences-pull-block .title-long-content.no-top-border {
	border-top: none;
}

.experiences-pull-block .title-long-content .title-long-content-wrap p {
	margin-bottom: 10px;
	padding-left: 40px;
}

.experiences-pull-block .title-long-content h2 {
	margin-top: 0px;
}

.experiences-pull-block .title-long-content .flex_60 {
	display: flex;
	align-items: flex-end;
}

.expierence-popup {
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.expierence-popup:active:target {
	opacity: 0;
}

.expierence-popup:target {
	opacity: 1;
	pointer-events: auto;
}

.expierence-popup > div {
	width: 90vw;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	background: #f8ede5;
	max-width: 1200px;
	height: 92vh;
	overflow-y: scroll;
}

.expierence-popup > div h2 {
	text-align: center;
	font-style: italic;
}

.close {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/close.svg");
	width: 25px;
	height: 25px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 25px;
	text-decoration: none;
	transition: .2s;
}

.close:hover {
	opacity: .7;
}

.expierence-wrap {
	padding: 100px 0px;
}

.popup-content {
	padding-bottom: 60px;
}

.popup-content p {
	max-width: 670px;
}

.additional-info {
	padding: 0 40px;
	font-size: .875rem;
}

.additional-info h3 {
	font-weight: 600;
	font-family: "Aktiv Grotesk Ex";
	margin-bottom: 0px;
	font-size: .75rem;
}

.additional-info p {
	text-transform: uppercase;
	font-family: "Aktiv Grotesk Ex";
	letter-spacing: .10em;
	margin-top: 0px;
	font-size: .75rem;
}

.pop-up-gallery {
	margin: 0 auto;
	/* selected cell */
}

.pop-up-gallery .carousel-cell {
	width: 100%;
}

.pop-up-gallery .carousel-main .carousel-cell {
	width: 100%;
	font-size: 5rem;
	padding-bottom: 56.25%;
	max-height: 463px;
}

.pop-up-gallery .carousel-main .carousel-cell img {
	align-self: flex-start;
	object-fit: cover;
	height: 100%;
	width: 100%;
	height: 463px;
	width: 100%;
}

.pop-up-gallery .carousel-nav {
	width: 463px;
	height: 80px;
	transform: rotate(90deg) translate(0px, -100%);
	transform-origin: left top;
	justify-content: flex-start;
}

.pop-up-gallery .carousel-nav .carousel-cell {
	width: 80px;
	height: 80px;
	cursor: pointer;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
}

.pop-up-gallery .carousel-nav .carousel-cell img {
	transform: rotate(-90deg);
}

.pop-up-gallery .carousel-nav .carousel-cell {
	margin-right: 1rem;
}

.pop-up-gallery .carousel-nav .carousel-cell.is-nav-selected {
	background: #ed2;
}

.pop-up-gallery .flickity-prev-next-button {
	width: 40px;
	height: 40px;
	background: transparent;
}

.pop-up-gallery .flickity-prev-next-button .previous {
	left: -40px;
}

.pop-up-gallery .flickity-prev-next-button .next {
	right: -40px;
}

.pop-up-gallery .carousel-nav .flickity-prev-next-button.next {
	display: none;
	right: -30px;
}

.pop-up-gallery .carousel-nav .flickity-prev-next-button.previous {
	display: none;
	left: -30px;
}

.pop-up-gallery .right {
	width: calc(100% - 100px);
	display: block;
	float: left;
	height: 463px;
}

.pop-up-gallery .right .flickity-page-dots {
	display: none;
}

.pop-up-gallery .left {
	width: 80px;
	float: right;
	height: 500px;
}

.pop-up-gallery .left .flickity-slider {
	justify-content: flex-start;
}

.pop-up-gallery .left .flickity-slider .flickity-page-dots {
	display: none;
}

.expierence-layout .featured_img {
	width: 90%;
}

.expierence-layout .expierence-content a {
	display: block;
	margin-top: 20px;
	font-size: .75rem;
}

.expierence-layout .expierence-content a:hover {
	text-decoration: underline;
}

.expierence-layout .expierence-content h2 {
	font-style: italic;
	position: relative;
	padding-bottom: 20px;
}

.expierence-layout .expierence-content h2:after {
	content: '';
	width: 66px;
	height: 1px;
	display: block;
	background-color: #321600;
	margin: 20px 0;
	position: absolute;
	left: 0;
}

.expierence-layout .flex_container {
	padding-bottom: 60px;
}

.expierence-layout.cr-50 .flex_container .flex_item {
	width: 50%;
}

.expierence-layout.cr-50 .flex_container .flex_item .expierence-content {
	padding: 80px 0 0;
}

.expierence-layout.cr-50 .flex_container .flex_item .expierence-content p {
	max-width: 400px;
}

.expierence-layout.cl-50 .flex_container {
	flex-direction: row-reverse;
}

.expierence-layout.cl-50 .flex_container .flex_item {
	width: 50%;
	justify-content: right;
}

.expierence-layout.cl-50 .flex_container .flex_item .featured_img {
	float: right;
}

.expierence-layout.cl-50 .flex_container .flex_item:nth-child(2) {
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: right;
	max-width: 400px;
}

.expierence-layout.cl-50 .flex_container .flex_item:nth-child(2) .expierence-content p {
	margin: 0;
	text-align: right;
}

.expierence-layout.cl-50 .flex_container .flex_item:nth-child(2) h2:after {
	right: 0;
	left: auto;
}

.expierence-layout.cr-60 .featured_img {
	width: 93%;
}

.expierence-layout.cr-60 .flex_container .flex_item:nth-child(1) {
	width: 70%;
}

.expierence-layout.cr-60 .flex_container .flex_item:nth-child(2) {
	width: 30%;
	display: flex;
	align-items: flex-end;
}

.expierence-layout.cl-60 .expierence-content {
	padding-right: 12%;
}

.expierence-layout.cl-60 .flex_container {
	flex-direction: row-reverse;
	text-align: right;
}

.expierence-layout.cl-60 .flex_container h2:after {
	right: 0;
	left: auto;
}

.expierence-layout.cl-60 .flex_container .flex_item:nth-child(1) {
	width: 60%;
}

.expierence-layout.cl-60 .flex_container .flex_item:nth-child(2) {
	width: 40%;
	display: flex;
	align-items: flex-end;
}

.expierence-layout.cu-60 .expierence-content {
	padding: 0;
}

.expierence-layout.cu-60 .expierence-content .featured_img {
	width: 100%;
}

.expierence-layout.cu-60 .flex_container {
	justify-content: left;
}

.expierence-layout.cu-60 .flex_container .flex_item:nth-child(1) {
	width: 60%;
	margin-right: 40%;
}

.expierence-layout.cu-60 .flex_container .flex_item:nth-child(2) {
	width: 40%;
}

.expierence-layout.cu-50 .expierence-content {
	padding: 0;
}

.expierence-layout.cu-50 .expierence-content .featured_img {
	width: 100%;
}

.expierence-layout.cu-50 .flex_container {
	justify-content: right;
}

.expierence-layout.cu-50 .flex_container .flex_item:nth-child(1) {
	width: 50%;
	margin-left: 50%;
}

.expierence-layout.cu-50 .flex_container .flex_item:nth-child(2) {
	width: 40%;
	margin-right: 10%;
}

.expierence-layout.cu-100 .featured_img {
	width: 100%;
}

.expierence-layout.cu-100 .expierence-content {
	padding: 0;
}

.expierence-layout.cu-100 .flex_container {
	justify-content: left;
}

.expierence-layout.cu-100 .flex_container .flex_item:nth-child(1) {
	width: 100%;
}

.expierence-layout.cu-100 .flex_container .flex_item:nth-child(2) {
	width: 40%;
}

/*------------------------------------*\
    Keep Exploring Pages
\*------------------------------------*/
.keep-exploring-block {
	padding-bottom: 150px;
}

.keep-exploring-block h2 {
	text-align: center;
}

.keep-exploring-block .article {
	width: 50%;
	padding: 30px;
}

.keep-exploring-block .article h2 {
	font-style: italic;
	font-size: 2rem;
	text-align: left;
}

.keep-exploring-block .article a {
	font-size: .75rem;
}

.keep-exploring-block .article a:hover {
	text-decoration: underline;
}

.keep-exploring-block .article .explore-img {
	width: 100%;
	height: 365px;
}

.keep-exploring-block .article .explore-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.keep-exploring-block .flickity-prev-next-button {
	top: 40%;
	background-color: transparent;
}

.keep-exploring-block .flickity-prev-next-button .flickity-button-icon {
	height: 17px;
}

.keep-exploring-block .flickity-prev-next-button:hover {
	background-color: transparent;
}

.keep-exploring-block .flickity-button:focus {
	box-shadow: none;
}

@media screen and (min-width: 1400px) {
	.keep-exploring-block .flickity-prev-next-button.previous {
		left: -100px;
	}
	.keep-exploring-block .flickity-prev-next-button.next {
		right: -100px;
	}
}

/*------------------------------------*\
    Title Long Image Block
\*------------------------------------*/
.light-blue {
	background-color: rgba(165, 210, 208, 0.15) !important;
}

.light-pink {
	background-color: rgba(187, 97, 37, 0.15) !important;
}

.two-col-list ul {
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari and Chrome */
	column-count: 2;
	margin: 0 0 1.5em 1em;
}

.two-col-list ul li {
	break-inside: avoid;
}

.title-long-img-block a {
	text-align: right;
	display: block;
}

.title-long-img-block h2 {
	padding-right: 30px;
}

.title-long-img-block h2:after {
	display: none;
}

.title-long-img-block .wrapper {
	padding-top: 40px;
}

.title-long-img-block .title-long-content {
	border-top: solid 1px rgba(50, 22, 0, 0.15);
	padding-top: 40px;
}

.title-long-img-block .title-long-content p {
	margin-bottom: 10px;
}

.title-long-img-block .title-long-content .title-long-content-wrap {
	max-width: 710px;
	padding: 40px 0;
}

.title-long-img-block .full-image {
	padding-top: 60px;
	padding-bottom: 40px;
}

/*------------------------------------*\
    WP video Block
\*------------------------------------*/
figure.wp-block-video {
	margin: 0;
	margin-block-end: -5px;
}

.poly-video {
	max-width: 1444px;
	margin: 0px auto !important;
	object-fit: cover;
	padding: 100px 0;
	display: block;
	clear: both;
	position: relative;
	z-index: 2;
	overflow: visible;
}

.poly-video video {
	z-index: 2;
	position: relative;
}

.poly-video.single-image-block img {
	z-index: 9;
}

.poly-video:before {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/blocks/poly-video-decoration.png");
	content: '';
	display: block;
	position: absolute;
	right: -120px;
	top: 0;
	width: 318px;
	height: 318px;
	z-index: 1;
}

.poly-video:after {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("assets/blocks/poly-video-after-decoration.png");
	content: '';
	display: block;
	position: absolute;
	left: -320px;
	bottom: -120px;
	width: 688px;
	height: 688px;
	z-index: 1;
	filter: contrast(0.8);
}

.poly-text {
	padding: 0px 0px 80px;
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: 0px auto;
}

.poly-text:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #321600;
	display: block;
	margin: 0px auto 40px;
}

.poly-text:after {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #321600;
	display: block;
	margin: 40px auto 0;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/*------------------------------------*\
    Reserve Date Bar
\*------------------------------------*/
.reserve-bar {
	background-color: #FDF7EE;
	color: #321600;
	width: 100%;
	height: 90px;
	position: fixed;
	transition: .2s;
	bottom: -123px;
	display: flex;
	justify-content: center;
	padding: 10px 0px;
	z-index: 9999;
	border-top: solid 1px rgba(50, 22, 0, 0.1);
}

.reserve-bar.display-none {
	display: none;
}

.reserve-bar h2 {
	margin-top: 0;
	float: left;
	margin-right: 10px;
	color: #545D18;
	font-style: italic;
	font-weight: 300;
	padding-top: 17px;
}

.reserve-bar h3 {
	text-transform: uppercase;
	font-family: "Aktiv Grotesk Ex";
	font-size: .75rem;
	font-weight: 400;
	margin: 0;
}

.reserve-bar p {
	margin-top: 0;
	float: left;
	color: #321600;
	margin-right: 30px;
	font-family: "Aktiv Grotesk Ex";
	font-weight: 300;
	font-size: .75rem;
	text-decoration: underline;
}

.reserve-bar button {
	float: right;
	margin-right: 10px;
}

.reserve-bar.show {
	bottom: 0px;
}

.reserve-bar .reserve-input {
	float: left;
	display: inline-block;
	top: 16px;
	position: relative;
}

.reserve-bar .arrival {
	display: inline-block;
	width: 320px;
	float: right;
	margin-right: 30px;
	position: relative;
	top: 15px;
}

.reserve-bar .arrival h3 {
	letter-spacing: .05em;
	text-indent: 3px;
}

.reserve-bar .arrival span {
	display: inline-block;
	width: 10px;
	float: left;
	position: relative;
	top: 0px;
	left: -2px;
}

.reserve-bar #checkin, .reserve-bar #checkout {
	display: inline-block;
	border: none;
	background-color: transparent;
	color: #000;
	width: 95px;
	margin-top: -7px;
	float: left;
	color: #321600;
	margin-right: 0px;
	font-family: "Aktiv Grotesk Ex";
	font-weight: 300;
	font-size: .75rem;
	text-decoration: underline;
}

.reserve-bar .guests {
	display: inline-block;
	width: 230px;
	float: right;
	margin-right: 30px;
	font-family: "Aktiv Grotesk Ex";
	font-weight: 300;
	position: relative;
	top: 15px;
}

.reserve-bar .guests h3 {
	letter-spacing: .05em;
}

.reserve-bar .number-of-guests-wrapper p {
	letter-spacing: 0px;
	letter-spacing: .05em;
}

.reserve-bar .reserve-input {
	display: inline-block;
	width: 300px;
	float: right;
}

.reserve-bar .reserve-input #submit {
	color: #0BA2AB;
	background-color: transparent;
	border: solid 1px #0BA2AB;
	border-radius: 50px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-family: "Aktiv Grotesk Ex";
	font-size: .75rem;
	letter-spacing: 2px;
	position: relative;
	top: 3px;
	cursor: pointer;
}

.reserve-bar .reserve-input #submit:hover {
	background-color: #0BA2AB;
	color: #f8ede5;
	text-decoration: none;
}

.social-icons {
	text-align: right;
	display: flex;
	justify-content: right;
	align-items: flex-end;
	height: 100%;
}

.s-icon {
	width: 24px;
	height: 30px;
	display: inline-block;
	margin: 5px 20px 5px 5px;
}

.s-icon a {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	outline: none;
}

.s-icon a:hover {
	filter: brightness(3.7) sepia(1) hue-rotate(140deg) saturate(2);
}

.facebook-icon a {
	background-image: url("assets/social-icons/facebook.svg");
}

.youtube-icon a {
	background-image: url("assets/social-icons/youtube.svg");
}

.twitter-icon a {
	background-image: url("assets/social-icons/twitter.svg");
}

.instagram-icon a {
	background-image: url("assets/social-icons/instagram.svg");
}

.pintrest-icon a {
	background-image: url("assets/social-icons/pinterest.svg");
}

.mobile-social-nav .social-icons {
	margin-top: 10%;
	text-align: left;
	justify-content: left;
}

/*------------------------------------*\
    Footer Style
\*------------------------------------*/
.site-footer {
	background-color: #F8F4EF;
	padding-top: 100px;
}

.footer-logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("assets/brando-footer.png");
	width: 358px;
	height: 52px;
}

.footer-logos {
	width: 100%;
	margin-bottom: 0px;
}

.footer-logos img {
	max-width: 105px;
}

.stay-in-touch {
	text-align: left;
	padding: 100px 0px;
	max-width: 518px;
}

.stay-in-touch h2 {
	color: #545D18;
	font-size: 1.5rem;
	position: relative;
}

.stay-in-touch h2:after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #545D18;
	display: block;
	margin: 10px auto 0;
	position: absolute;
	left: 0;
}

.stay-in-touch p {
	color: #545D18;
	font-family: "Divulge Lt";
	max-width: 325px;
	font-size: 1rem;
}

.stay-in-touch a {
	background-color: rgba(84, 93, 24, 0.5);
	color: #f8ede5;
	padding: 10px 15px;
	font-size: .875rem;
}

.stay-in-touch a:visited {
	color: #FFF;
}

.stay-in-touch a:hover {
	opacity: .8;
	color: #FFF;
	text-decoration: none;
}

.edit-link {
	display: none;
}

.site-info {
	border-top: solid 1px #321600;
	margin-top: 20px;
	padding-bottom: 200px;
	font-size: .75rem;
	letter-spacing: 0px;
	position: relative;
	display: block;
	padding-top: 10px;
}

.site-info a {
	text-transform: uppercase;
	color: #321600;
	text-decoration: none;
	padding: 0px 15px;
}

.site-info a:first-of-type {
	padding-left: 0;
}

.site-info a:visited {
	color: #321600;
}

.footer-nav-items ul {
	margin: 0;
	padding: 10px;
}

.footer-nav-items ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Aktiv Grotesk Ex";
}

.footer-nav-items ul li a {
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 300;
	color: #321600;
	opacity: .5;
	letter-spacing: .15em;
}

.footer-nav-items ul li.bold {
	margin-top: 22px;
	margin-bottom: 10px;
}

.footer-nav-items ul li.bold a {
	text-transform: uppercase;
	color: #321600;
	opacity: 1;
	font-weight: 400;
}

.entry-title {
	font-style: italic;
	text-align: center;
	padding-top: 20px;
}

/*------------------------------------*\
    Blog Posts
\*------------------------------------*/
#comments {
	display: none;
}

.single-post main {
	padding-bottom: 60px;
}

.single-post .entry-title {
	font-style: italic;
	text-align: center;
	max-width: 780px;
	margin: 0px auto;
	padding: 60px 0px;
	font-size: 3rem;
}

/*------------------------------------*\
   Promo Bar
\*------------------------------------*/
.promo-bar {
	width: 100%;
	height: 100px;
	padding-bottom: 20px 0;
	background-color: #545D18;
	color: #EFECE7;
	z-index: 9;
	position: relative;
	top: 98px;
	margin-bottom: 98px;
}

.promo-bar h2 {
	margin-right: 40px;
	font-size: 2rem;
}

.promo-bar h3 {
	margin-right: 40px;
	font-size: .75rem;
}

.promo-bar a {
	color: #EFECE7 !important;
	border: solid 1px #EFECE7;
	padding: 10px 15px !important;
	transition: .2s;
	text-decoration: none !important;
}

.promo-bar a:hover {
	background-color: #EFECE7;
	color: #545D18 !important;
	text-decoration: none !important;
}

.promo-info {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	height: 100px;
	position: relative;
	z-index: 9;
}

/*------------------------------------*\
    Custom Fonts!!
\*------------------------------------*/
@font-face {
	font-family: 'Aktiv Grotesk Ex';
	src: url("fonts/AktivGroteskEx-Bold.woff2") format("woff2"), url("fonts/AktivGroteskEx-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aktiv Grotesk';
	src: url("fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("fonts/AktivGrotesk-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aktiv Grotesk Ex';
	src: url("fonts/AktivGroteskEx-Light.woff2") format("woff2"), url("fonts/AktivGroteskEx-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aktiv Grotesk Ex';
	src: url("fonts/AktivGroteskEx-Regular.woff2") format("woff2"), url("fonts/AktivGroteskEx-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Divulge Lt';
	src: url("fonts/DivulgeLt-Italic.woff2") format("woff2"), url("fonts/DivulgeLt-Italic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Divulge Lt';
	src: url("fonts/DivulgeLt-Regular.woff2") format("woff2"), url("fonts/DivulgeLt-Regular.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Divulge Rg';
	src: url("fonts/DivulgeRg-Regular.woff2") format("woff2"), url("fonts/DivulgeRg-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display';
	src: url("fonts/RecifeDisplay-Light.woff2") format("woff2"), url("fonts/RecifeDisplay-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display';
	src: url("fonts/RecifeDisplay-LightItalic.woff2") format("woff2"), url("fonts/RecifeDisplay-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display';
	src: url("fonts/RecifeDisplay-Regular.woff2") format("woff2"), url("fonts/RecifeDisplay-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display Book';
	src: url("fonts/RecifeDisplay-BookItalic.woff2") format("woff2"), url("fonts/RecifeDisplay-BookItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display Book';
	src: url("fonts/RecifeDisplay-Book.woff2") format("woff2"), url("fonts/RecifeDisplay-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Recife Display';
	src: url("fonts/RecifeDisplay-RegularItalic.woff2") format("woff2"), url("fonts/RecifeDisplay-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/*------------------------------------*\
      FLEX CONTAINERS
\*------------------------------------*/
/*Flex Conatiners
NOTE FROM TIM: This is an awesome way to
do flex grids for responsvie containers.
*/
.flex_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	justify-content: center;
	align-items: stretch;
	clear: both;
}

.flex_container .flex_item {
	flex-grow: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex_container .flex_item.with-border {
	border-right: solid 1px #707070;
}

.flex_container.flex_one > .flex_item {
	width: 100%;
}

.flex_container.flex_two > .flex_item {
	width: 50%;
}

.flex_container.flex_two > .flex_item.flex_60 {
	width: 60%;
}

.flex_container.flex_two > .flex_item.flex_40 {
	width: 40%;
}

.flex_container.flex_two > .flex_item.one_third {
	width: 30%;
}

.flex_container.flex_two > .flex_item.two_thirds {
	width: 70%;
}

.flex_container.flex_two > .flex_item.three_fourths {
	width: 70%;
}

.flex_container.flex_two > .flex_item.one_fourth {
	width: 30%;
}

.flex_container.flex_three > .flex_item {
	width: 33.3%;
}

.flex_container.flex_four > .flex_item {
	width: 25%;
}

.flex_container.flex_five > .flex_item {
	width: 20%;
}

.flex_container.flex_six > .flex_item {
	width: 16.6%;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	touch-action: pan-y;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.flickity-rtl .flickity-slider {
	left: unset;
	right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
	position: absolute;
	left: 0;
}

.flickity-rtl .flickity-cell {
	left: unset;
	right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent !important;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dot {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 8px;
	border-radius: 50%;
	cursor: pointer;
	appearance: none;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
	text-indent: 9999px;
}

.flickity-page-dot:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}

/* DATE PICKER */
.date-picker-wrap {
	background-color: #F8F4EF;
	width: 100%;
	max-width: 545px;
	position: absolute;
	bottom: 90px;
	display: none;
	opacity: .0;
	transition: .2s;
	left: 20%;
	box-shadow: 0px 0px 1px #321600;
}

.date-picker-wrap.active {
	display: block;
	opacity: 1;
}

.date-picker-wrap .close {
	top: -20px;
	right: -20px;
	background-color: #F8F4EF;
	border-radius: 50%;
	padding: 17px;
	box-shadow: 0px 0px 1px #321600;
	cursor: pointer;
	background-size: 52%;
}

.guests-input-wrap {
	background-color: #FDF7EE;
	height: 85px;
	width: 100%;
	max-width: 470px;
	position: absolute;
	bottom: 120px;
	display: none;
	opacity: .0;
	transition: .2s;
	left: 70%;
	transform: translate(-50%, -50%);
	bottom: 47px;
	box-shadow: 0px 0px 1px #321600;
	padding-left: 20px;
	padding-top: 10px;
}

.guests-input-wrap .close {
	top: -20px;
	right: -20px;
	background-color: #EFECE7;
	border-radius: 50%;
	padding: 17px;
	box-shadow: 0px 0px 1px #321600;
	cursor: pointer;
	background-size: 52%;
}

.guests-input-wrap.active {
	display: block;
	opacity: 1;
}

.guests-input-wrap input,
.guests-input-wrap textarea {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}

.guests-input-wrap input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.guests-input-wrap input::-webkit-outer-spin-button,
.guests-input-wrap input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.guests-input-wrap .input-group {
	display: inline-block;
	position: relative;
}

.guests-input-wrap .input-group h3 {
	text-align: center;
}

.guests-input-wrap .input-group input[type='button'] {
	background-color: #eeeeee;
	min-width: 38px;
	width: auto;
	transition: all 300ms ease;
}

.guests-input-wrap .input-group .button-minus,
.guests-input-wrap .input-group .button-plus {
	font-weight: bold;
	height: 38px;
	padding: 0;
	width: 38px;
	position: relative;
}

.guests-input-wrap .input-group .quantity-field {
	position: relative;
	height: 38px;
	left: -6px;
	text-align: center;
	width: 62px;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 5px;
	resize: vertical;
}

.guests-input-wrap .button-plus {
	left: -13px;
}

.guests-input-wrap input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}

#datepicker {
	margin-bottom: 20px;
}

input[type="text"] {
	height: 30px;
}

.ui-datepicker-hover a,
.ui-datepicker-hover:after {
	background-color: #0BA2AB !important;
	color: #fff !important;
}

.ui-datepicker-select a {
	background-color: #0BA2AB;
	color: #fff !important;
}

.ui-datepicker {
	background: #F8F4EF;
	padding: 10px;
}

.ui-datepicker:after {
	display: block;
	content: '';
	height: 0;
	overflow: hidden;
	clear: both;
}

.ui-datepicker .ui-datepicker-group {
	float: left;
	width: 50%;
}

.ui-datepicker .ui-datepicker-header {
	color: #321600;
	font: 14px/25px 'Arial';
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	cursor: pointer;
	height: 15px;
	overflow: hidden;
	position: absolute;
	text-indent: -100em;
	top: 5px;
	user-select: none;
	width: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(assets/arrow.svg);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
	opacity: 0.3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 10px;
	transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 12px;
	cursor: default;
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	vertical-align: middle;
	width: 36px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	z-index: 1;
}

.ui-datepicker .ui-datepicker-calendar th {
	color: #0BA2AB;
	font: 0.46667 "Arial";
}

.ui-datepicker .ui-datepicker-calendar td {
	color: #8d8d8d;
	padding: 2px 0;
	position: relative;
}

.ui-datepicker .ui-datepicker-calendar td:before, .ui-datepicker .ui-datepicker-calendar td:after {
	bottom: 2px;
	content: '';
	left: 0;
	top: 2px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.ui-datepicker .ui-datepicker-calendar td:before {
	background: #F8F4EF;
}

.ui-datepicker .ui-datepicker-calendar td:first-child:before {
	border-radius: 15px 0 0 15px;
}

.ui-datepicker .ui-datepicker-calendar td:last-child:before {
	border-radius: 0 15px 15px 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
	color: #d0d0d0;
}

.ui-datepicker .ui-datepicker-calendar a {
	color: inherit;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	width: 30px;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
	background: #51c197;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
	left: 50%;
	width: 50%;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
	right: 50%;
	width: 50%;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
	color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
	background-color: #0BA2AB;
	border-radius: 50%;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
	border-radius: 50%;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
	border-radius: 0 50% 50% 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
	background: #0BA2AB;
	border-radius: 50%;
	color: #fff;
}

.ui-datepicker-trigger {
	float: left;
	height: 15px;
	margin: 13px 0 0 -35px;
	overflow: hidden;
	text-indent: -100em;
	width: 16px;
}

/* Modal Video Popups */
.vimeo-bg {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
	margin: 10px;
}

.play-btn {
	background-image: url("assets/play-btn.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@keyframes modal-video {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes modal-video-inner {
	from {
		transform: translate(0, 100px);
	}
	to {
		transform: translate(0, 0);
	}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.3s;
	animation-name: modal-video;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.modal-video-close {
	opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.modal-video-body {
	max-width: 960px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.modal-video-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media (orientation: landscape) {
	.modal-video-inner {
		padding: 10px 60px;
		box-sizing: border-box;
	}
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	animation-timing-function: ease-out;
	animation-duration: 0.3s;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -45px;
	right: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
}

@media (orientation: landscape) {
	.modal-video-close-btn {
		top: 0;
		right: -45px;
	}
}

.modal-video-close-btn:before {
	transform: rotate(45deg);
}

.modal-video-close-btn:after {
	transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}

/* Custom: The Brando Mobile
--------------------------------------------- */
@media only screen and (max-width: 1430px) {
	.menu-main-menu-container {
		display: none;
	}
}

@media only screen and (max-width: 1290px) {
	.site-footer .flex_container.flex_two .flex_item.flex_40, .site-footer .flex_container.flex_two .flex_item.flex_60 {
		width: 100%;
	}
	.site-footer .stay-in-touch {
		padding: 20px 0;
	}
	.site-footer .footer-logos {
		max-width: 530px;
	}
	.site-footer .footer-logos img {
		max-width: 105px;
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.site-info {
		text-align: center;
	}
	.site-info span {
		float: none !important;
		display: inline-block;
	}
	.site-info a {
		font-size: .65rem;
		text-align: center;
	}
}

/* Travel Section */
@media only screen and (max-width: 1170px) {
	.pseudo-item {
		max-width: 320px;
	}
	.travel-there-block {
		padding: 0 0 60px;
	}
	.travel-there-block.animate .travel-island-img {
		display: none;
	}
	.travel-there-block .travel-decoration,
	.travel-there-block .travel-img-1 {
		display: none;
	}
	.travel-there-block .travel-img-2 {
		display: block;
		opacity: 1 !important;
		position: absolute;
		max-width: 435px;
		right: 10%;
		top: 19%;
	}
	.travel-there-block .travel-island-img {
		display: block;
		width: 100%;
		position: relative;
		opacity: 1 !important;
	}
	.travel-there-block .long-lats {
		right: 0;
		left: auto;
	}
	.travel-there-content {
		position: relative;
		margin: 0px auto;
		text-align: center;
		max-width: 590px;
		width: 100%;
		opacity: 1 !important;
	}
	.travel-there-content h2:after {
		margin: 30px auto;
	}
	.travel-there-block.animate .travel-img-1 {
		display: none;
	}
	.travel-there-block.animate .travel-img-2 {
		display: none;
	}
	.travel-there-block.animate .travel-decoration {
		display: none;
	}
	.travel-there-block.animate .travel-island-img {
		display: none;
	}
}

/* Travel Section */
@media only screen and (max-width: 1170px) {
	.travel-there-block .travel-img-2 {
		max-width: 335px;
		right: 5%;
	}
}

@media only screen and (max-width: 1120px) {
	.promo-bar {
		height: 100%;
		text-align: center;
	}
	.promo-bar h2 {
		margin-right: 0px;
	}
	.promo-bar h3 {
		margin-right: 0px;
	}
	.promo-bar a {
		display: block;
		max-width: 190px;
		margin: 30px auto 0;
	}
	.promo-info {
		display: block;
		height: 100%;
		padding: 20px 0px 60px;
	}
}

@media only screen and (max-width: 1090px) {
	.reserve-bar {
		display: none !important;
	}
	.site-info {
		padding-bottom: 20px;
	}
}

/* Mobile Nav */
@media only screen and (max-width: 800px) {
	.mobile-nav-wrapper .mobile-legal-content {
		margin-top: 10px;
	}
	.mobile-social-nav .social-icons {
		margin-top: 10px;
	}
	.mobile-nav-wrapper {
		margin-top: 0px;
	}
	.split-column-block.sustainability {
		padding-bottom: 240px;
	}
	.split-column-block.sustainability {
		padding-top: 20px;
	}
	.split-column-block {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.inner-wrapper {
		padding-bottom: 25px;
	}
	.popup-hg-modal .carousel.gslide .carousel-cell img {
		width: 100%;
		height: auto;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container:after {
		display: none;
	}
	.mobile-nav-wrapper .mobile-nav .sub-menu {
		position: relative;
		left: 0px;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.menu-item-has-children > span {
		content: '';
		position: absolute;
		height: 23px;
		background-image: url(assets/arrow.svg);
		background-size: 10px;
		background-repeat: no-repeat;
		background-position: right center;
		transform: rotate(270deg);
		width: 23px;
		top: 17px;
		right: 0px;
		transition: .3s;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.menu-item-has-children > span.active {
		top: 8px;
		transform: rotate(90deg);
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li:hover > ul {
		display: none;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li.current:hover > ul {
		display: block;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li > ul {
		top: 0px;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li {
		max-width: 280px;
		position: relative;
		margin: 0px auto;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container {
		padding-top: 5%;
		width: 80%;
	}
	.mobile-nav-wrapper .wrapper-mobile .mobile-nav-header {
		max-width: 80%;
		justify-content: center;
	}
	.mobile-nav-wrapper .wrapper-mobile {
		padding-left: 80px;
		overflow: scroll;
		height: 100vh;
	}
	.mobile-nav-wrapper .mobile-legal-content {
		border-top: solid 1px #321600;
		position: relative;
		bottom: 0px;
		width: 80%;
		text-transform: uppercase;
		color: #321600;
		font-family: "Aktiv Grotesk Ex";
		font-size: .6rem;
		border-bottom: solid 1px #321600;
		text-align: center;
		padding: 10px 0;
		margin-top: 30px;
	}
	.mobile-nav-wrapper .mobile-legal-content a {
		font-size: .6rem;
		margin: 0px;
	}
	.mobile-social-nav .social-icons {
		max-width: 100%;
		display: inline-block;
		min-width: 300px;
	}
	.mobile-nav-wrapper .mobile-nav .mobile-menu-container ul li ul li {
		min-width: 260px;
	}
}

@media only screen and (max-width: 880px) {
	.wrapper {
		padding: 0 20px;
	}
	.experiences-pull-block .title-long-content .title-long-content-wrap p {
		padding-left: 0px;
	}
	.expierence-layout.cr-50 .flex_container > .flex_item,
	.expierence-layout.cl-50 .flex_container > .flex_item,
	.expierence-layout.cr-60 .flex_container > .flex_item,
	.expierence-layout.cl-60 .flex_container > .flex_item,
	.expierence-layout.cu-100 .flex_container > .flex_item,
	.expierence-layout.cr-60 .flex_container > .flex_item,
	.expierence-layout.cu-50 .flex_container > .flex_item,
	.expierence-layout.cu-60 .flex_container > .flex_item {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
		justify-content: center;
		display: flex;
	}
	.expierence-layout.cr-50 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cl-50 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cr-60 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cl-60 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cu-100 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cr-60 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cu-50 .flex_container > .flex_item:nth-child(2),
	.expierence-layout.cu-60 .flex_container > .flex_item:nth-child(2) {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
		justify-content: center;
		display: flex;
	}
	.expierence-layout.cr-50 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cl-50 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cr-60 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cl-60 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cu-100 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cr-60 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cu-50 .flex_container > .flex_item:nth-child(1),
	.expierence-layout.cu-60 .flex_container > .flex_item:nth-child(1) {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
		justify-content: center;
		display: flex;
	}
	.expierence-layout.cr-50 .expierence-content,
	.expierence-layout.cl-50 .expierence-content,
	.expierence-layout.cr-60 .expierence-content,
	.expierence-layout.cl-60 .expierence-content,
	.expierence-layout.cu-100 .expierence-content,
	.expierence-layout.cr-60 .expierence-content,
	.expierence-layout.cu-50 .expierence-content,
	.expierence-layout.cu-60 .expierence-content {
		text-align: center;
		padding-top: 20px;
	}
	.expierence-layout.cr-50 .expierence-content p,
	.expierence-layout.cl-50 .expierence-content p,
	.expierence-layout.cr-60 .expierence-content p,
	.expierence-layout.cl-60 .expierence-content p,
	.expierence-layout.cu-100 .expierence-content p,
	.expierence-layout.cr-60 .expierence-content p,
	.expierence-layout.cu-50 .expierence-content p,
	.expierence-layout.cu-60 .expierence-content p {
		max-width: 400px;
		margin: 0px auto;
	}
	.expierence-layout.cr-50 .expierence-content h2,
	.expierence-layout.cl-50 .expierence-content h2,
	.expierence-layout.cr-60 .expierence-content h2,
	.expierence-layout.cl-60 .expierence-content h2,
	.expierence-layout.cu-100 .expierence-content h2,
	.expierence-layout.cr-60 .expierence-content h2,
	.expierence-layout.cu-50 .expierence-content h2,
	.expierence-layout.cu-60 .expierence-content h2 {
		padding-bottom: 0px;
	}
	.expierence-layout.cr-50 .expierence-content h2:after,
	.expierence-layout.cl-50 .expierence-content h2:after,
	.expierence-layout.cr-60 .expierence-content h2:after,
	.expierence-layout.cl-60 .expierence-content h2:after,
	.expierence-layout.cu-100 .expierence-content h2:after,
	.expierence-layout.cr-60 .expierence-content h2:after,
	.expierence-layout.cu-50 .expierence-content h2:after,
	.expierence-layout.cu-60 .expierence-content h2:after {
		position: relative;
		text-align: center;
		margin: 20px auto 0;
	}
	.title-long-content {
		text-align: center;
	}
	.title-long-content h3.fancy:after {
		margin: 20px auto;
	}
	.title-long-content .flex_container.flex_two .flex_item {
		width: 100%;
	}
	.title-long-content .title-long-content-wrap p {
		padding-left: 0px;
		text-align: center;
	}
	.title-long-content .title-long-content-wrap h2 {
		text-align: center;
	}
}

/* Tablets big Phones */
@media only screen and (max-width: 880px) {
	.accomodations-block {
		margin-top: 80px;
	}
	.flex_container.flex_two > .flex_item {
		width: 100%;
	}
	.single-column-block .img-grid {
		height: 500px;
	}
	.simple-content-block.support a {
		float: none;
		display: block;
		margin: 10px auto;
		width: 100%;
		max-width: 390px;
	}
	.simple-content-block.support .mega-long {
		min-width: 100%;
		position: relative;
		transform: none;
		left: auto;
	}
	.gallery-grid-row .flex_container .flex_item {
		width: 100% !important;
	}
	.flex-grid-content-block h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.flex-grid-content-block ul {
		margin: 0px;
		padding: 0p;
	}
	.split-img-content-block .split-content h3:after {
		margin: 20px auto;
	}
	.split-img-content-block .split-content {
		padding: 20px;
		margin: 0px auto;
		text-align: center;
		max-width: 100%;
	}
	.split-img-content-block .split-content p {
		text-align: center !important;
	}
	.split-img-content-block .flex_container.flex_two > .flex_item {
		width: 100%;
	}
	.reserve-bar h2 {
		font-size: .875rem;
	}
	/* Global H2 Sizing */
	h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	h2.hero {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	.split-img-content-block .split-content h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.simple-content-block h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.travel-there-content h2 {
		font-size: 2rem !important;
		line-height: 2.5rem !important;
	}
	/* Global H2 Sizing */
	.split-column-content {
		padding: 20px;
	}
	.split-column-content .split-column {
		grid-template-columns: auto;
		grid-gap: unset;
		text-align: center;
	}
	.gallery-slider {
		min-height: 400px;
		height: 450px;
		overflow: hidden;
	}
	.gallery-slider .carousel-cell {
		height: 400px;
	}
	.gallery-slider .flickity-button.flickity-prev-next-button.next,
	.gallery-slider .flickity-button.flickity-prev-next-button.previous {
		display: none;
	}
	.single-column-content {
		padding: 0 40px;
	}
	.gallery-slider.sustainablility .carousel-cell {
		height: 400px;
	}
	.accomodations-block .flex_container.flex_two > .flex_item.one_third {
		width: 100%;
	}
	.accomodations-block .flex_container.flex_two > .flex_item.two_thirds {
		width: 100%;
		padding-top: 60px;
	}
	.split-img-content-block.travel .flex_container.flex_two .flex_item:nth-child(1) {
		width: 100%;
	}
	.split-img-content-block.travel .flex_container.flex_two .flex_item:nth-child(2) {
		width: 100%;
	}
	.split-img-content-block.travel .split-content {
		padding: 20px 0;
	}
	.split-img-content-block.travel .split-content h2:after {
		margin: 20px auto;
	}
	.expierence-layout.cl-60 .expierence-content {
		padding-right: 0px;
	}
	.expierence-layout.cl-50 .flex_container .flex_item:nth-child(2) .expierence-content p {
		text-align: center;
	}
}

@media only screen and (max-width: 780px) {
	.site-header {
		padding: 0;
	}
	.promo-bar {
		top: 5px !important;
		margin-bottom: 0px;
	}
	.single-column-block {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.keep-exploring-block {
		padding-bottom: 0px;
		padding-top: 20px;
	}
	.title-long-img-block .title-long-content {
		border-top: none !important;
	}
	.travel-there-block .travel-img-2 {
		max-width: 335px;
		right: 5%;
	}
	.pop-up-gallery .left {
		display: none;
	}
	.pop-up-gallery .right {
		width: 100%;
		height: 330px;
	}
	.pop-up-gallery .carousel-main .carousel-cell {
		height: 330px;
	}
	.pop-up-gallery .carousel-main .carousel-cell img {
		height: 330px;
	}
	.expierence-popup .wrapper.small {
		padding: 0px;
	}
	.expierence-popup .flex_container.flex_two .flex_60 {
		order: 2;
		width: 100%;
	}
	.expierence-popup .flex_container.flex_two .flex_40 {
		order: 1;
		width: 100%;
	}
	.additional-info {
		padding: 30px 0 0;
	}
	.pseudo-item {
		max-width: 220px;
	}
	.split-img-content-block .flex_container .flex_item {
		width: 100%;
	}
	.split-img-content-block .split-content {
		padding: 10px;
	}
	.split-img-content-block.atoll .split-content {
		padding: 10px;
		text-align: center;
	}
	.split-img-content-block.atoll .split-content h2:after {
		margin: 20px auto;
	}
	.title-long-img-block h2 {
		padding-right: 0;
	}
	.title-long-img-block .title-long-content .title-long-content-wrap {
		margin-top: 10px;
	}
	.title-long-img-block a {
		text-align: center;
	}
	.split-img-content-block .split-content {
		text-align: center;
	}
	.split-img-content-block .split-content p {
		text-align: center !important;
	}
	.split-img-content-block .split-content p a {
		text-align: center !important;
	}
	.split-img-content-block .split-content h3:after {
		margin: 20px auto;
	}
	.flex-grid-content-block ul {
		margin: 0;
	}
	.gallery-grid .flex_container .flex_item {
		width: 100%;
	}
	.gallery-grid .img-grid {
		width: 100%;
		height: auto;
		margin: 5px;
	}
	.flex-grid-content-block .flex_container .flex_item {
		width: 100%;
	}
	.keep-exploring-block .article {
		width: 100%;
	}
	.keep-exploring-block .flickity-prev-next-button {
		top: 30%;
	}
	.poly-video {
		overflow: hidden;
	}
	.poly-video:after {
		display: none;
	}
	.poly-video:before {
		display: none;
	}
	.site-footer .flex_container.flex_two > .flex_item {
		width: 100%;
	}
	.footer-logo {
		margin: 0px auto;
		width: 100%;
		background-position: center;
	}
	.footer-logos {
		margin: 0px auto;
	}
	.stay-in-touch {
		margin: 0px auto;
		text-align: center;
		padding: 60px 0;
	}
	.stay-in-touch p {
		text-align: center;
		margin: 30px auto;
	}
	.stay-in-touch h2:after {
		position: relative;
		left: auto;
	}
	.footer-nav-items {
		text-align: center;
		margin: 0px 0px 60px 0px;
	}
	.social-icons {
		justify-content: center;
	}
	.flex-grid-content-block.accommodations .flex-content {
		margin: 0px auto;
	}
	.horizontal-scroll-block {
		padding: 0px;
	}
}

@media only screen and (max-width: 660px) {
	.simple-content-block.h2-small h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.split-img-content-block.travel .wrapper {
		padding: 0px 20px;
	}
	.bg-block-wrap .bg-block {
		display: none;
	}
	.flex-grid-content-block .flex-content {
		padding: 0;
	}
	#topBtn {
		bottom: 20px;
	}
	.single-image-block.mobile-space {
		margin-bottom: 60px;
	}
	.anchorlinks {
		padding: 25px 0;
	}
	.anchorlinks ul li {
		margin: 10px;
	}
	.carousel-cell {
		width: 82%;
	}
	.inner-wrapper {
		overflow: scroll;
	}
	.simple-content-block .simple-content-wrap {
		padding: 20px 0px 20px !important;
	}
	.quote-block .wrapper {
		padding: 20px 0;
	}
	.gallery-grid {
		padding: 0px;
	}
	.quote-block {
		padding: 40px 0;
	}
	.single-image-block.full-height-m img {
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	.accomodations-block .flex_container.flex_three > .flex_item {
		width: 50%;
	}
	.accomodations-block .flex_container.flex_three > .flex_item:nth-child(3):after {
		display: none;
	}
	.accomodations-block .flex_container.flex_two > .flex_item.one_third {
		text-align: center;
		padding-right: 0;
	}
	.accomodations-block .hotel-overview a {
		margin: 30px auto -20px;
	}
}

@media only screen and (max-width: 590px) {
	.flickity-prev-next-button.next {
		right: -10px;
	}
	.flickity-prev-next-button.previous {
		left: -10px;
	}
	.travel-there-block .long-lats {
		left: 0;
		top: 200px;
		right: auto;
	}
	.travel-there-block .travel-img-2 {
		max-width: 185px;
		right: 5%;
		top: 100px;
	}
	.poly-text {
		padding: 20px;
		position: relative;
		top: -60px;
	}
	.ribbon-decoration:after {
		margin-bottom: -38px;
	}
	#full-height-vid {
		height: 80vh;
		margin-top: -30px;
	}
	#full-height-vid video {
		height: 80vh;
	}
	.main-navigation {
		float: right;
		text-align: right;
	}
	.lang-nav {
		float: none;
		margin-left: 0px;
	}
	.reserve-nav {
		float: left;
	}
	.burger-nav {
		float: right;
	}
	.pseudo-item {
		max-width: 160px;
	}
	.mobile-show {
		display: block !important;
	}
	.mobile-hide {
		display: none !important;
	}
}

/* Small Phones */
@media only screen and (max-width: 560px) {
	.quote-block h2 {
		padding: 20px;
		font-size: 2rem;
		line-height: 2rem;
	}
	.burger-nav {
		margin-right: 0px;
	}
	.simple-content-block.divider .wrapper {
		border: none;
		margin-top: 0px;
	}
	.reserve-nav {
		display: none;
	}
	.footer-nav-items .flex_container.flex_three > .flex_item {
		width: 100%;
	}
}

@media only screen and (max-width: 460px) {
	.logo {
		width: 190px;
	}
}

@media only screen and (max-width: 460px) {
	.main-navigation {
		width: 100px;
	}
	.split-column-content {
		height: auto;
		min-height: 100%;
		clear: both;
	}
	.split-column-block.full-height {
		height: auto;
	}
	.single-column-content {
		padding: 0 20px;
	}
	.mobile-nav-wrapper .wrapper-mobile {
		padding-left: 50px;
	}
}

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