/** UTILS */
/** UTILS */
/* gold */
/* gray */
/* dark gray */
/* black */
/* white */
.fade-in { opacity: 0; }

@media only screen and (max-width: 768px) { .fade-in { opacity: 1; } }

.slide-up { opacity: 0; position: relative; top: 200px; }

@media only screen and (max-width: 768px) { .slide-up { opacity: 1; top: 0; } }

.slide-right { position: relative; left: -50vw; }

@media only screen and (max-width: 768px) { .slide-right { width: auto; left: unset; } }

/* gold */
/* gray */
/* dark gray */
/* black */
/* white */
/** BASE */
/** Set up a decent box model on the root element */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

/** Make all elements from the DOM inherit from the parent box-sizing Since `*` has a specificity of 0, it does not override the `html` value making all elements inheriting from the root box-sizing value See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

main { padding-right: 25px; padding-left: 25px; }

.constrained-width { width: 100%; max-width: 1440px; margin: 0 auto; padding-right: 0; padding-left: 0; }

@media only screen and (max-width: 768px) { .constrained-width { padding-right: 25px; padding-left: 25px; } }

.constrained-width-narrow { width: 100%; max-width: 952px; margin: 100px auto; }

@media only screen and (max-width: 768px) { .constrained-width-narrow { margin-top: 50px; } }

.the-content-wrapper { padding: 50px 0 50px 0; }

@media only screen and (max-width: 1350px) { .the-content-wrapper { padding: 50px 50px 50px 50px; } }

@media only screen and (max-width: 1024px) { .the-content-wrapper { padding: 20px 35px; } }

.animation-element { opacity: 0; position: relative; top: 200px; }

.keys-room { background-image: url("../../images/keys-room.jpeg"); background-size: cover; background-position: right center; background-repeat: no-repeat; }

@media only screen and (max-width: 1350px) { .keys-room { background-position-x: 66%; } }

@media only screen and (max-width: 768px) { .keys-room { background-position: right bottom; background-size: 100%; }
  .keys-room > div { background-color: rgba(255, 255, 255, 0.75); }
  .keys-room > div .wp-block-columns { display: block; } }

.keys-room .wp-block-columns { margin: 0; padding: 0; }

.keys-room .wp-block-column:first-child { padding: 100px; max-width: calc(50% - 1em); }

@media only screen and (max-width: 1024px) { .keys-room .wp-block-column:first-child { padding: 50px; } }

@media only screen and (max-width: 768px) { .keys-room .wp-block-column:first-child { padding: 50px 50px 50px 50px; max-width: 100%; } }

.keys-room .wp-block-column:first-child > * { max-width: 510px; margin: 0 0 0 auto; }

@media only screen and (max-width: 768px) { .keys-room .wp-block-column:first-child > * { max-width: 100%; margin: 0; } }

.keys-room .wp-block-column:first-child h2 { font-size: 3.33em; margin-bottom: 25px; line-height: 1em; }

@media only screen and (max-width: 768px) { .keys-room .wp-block-column:first-child h2 { font-size: 2.33em; } }

.keys-room .wp-block-column:first-child h3 { margin-top: 25px; margin-bottom: 25px; color: #121212; font-family: "Tenor Sans", sans-serif; }

.keys-room .wp-block-column:first-child p { margin-bottom: 25px; }

.keys-room .wp-block-column:first-child .btn { margin: 0; }

.alignwide { margin-left: -80px; margin-right: -80px; }

.alignfull, .align-wrap-full { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); max-width: 1000%; }

.alignfull .wp-block-group__inner-container, .align-wrap-full .wp-block-group__inner-container { padding: 0 50px; }

@media only screen and (max-width: 768px) { .alignfull .wp-block-group__inner-container, .align-wrap-full .wp-block-group__inner-container { padding: 0 25px; } }

.alignfull img { width: 100vw; }

@media only screen and (max-width: 1350px) { .wp-block-columns { padding: 50px 50px 50px 50px; } }

@media only screen and (max-width: 768px) { .wp-block-columns { padding: 0 25px; } }

@media only screen and (max-width: 768px) { .wp-block-spacer { max-height: 12.5px; } }

hr, .wp-block-separator { border: 0; height: 1px; background: #D4D4D4; max-width: 1440px; margin: 50px auto; width: auto; }

hr.fg-white, .wp-block-separator.fg-white { background: #fff; }

hr.short, .wp-block-separator.short { max-width: 109px; margin: 1.5em 0; }

img { height: auto; display: block; margin: 0; max-width: 100%; }

figure.wp-block-image { margin: 0; margin-bottom: 0; }

.wp-block-image figure.alignright img { margin-left: 25px; }

.wp-block-image figure.alignleft img { margin-right: 25px; }

.wp-block-image figure.size-large img { width: auto; }

.no-margin { margin: 0; }

@media only screen and (max-width: 1024px) { .hide-br-mobile br { display: none; } }

.gcom-stile-module-screenshot { max-width: 100%; }

.image-border { border: 1px solid #fff; position: absolute; top: 25px; right: 25px; bottom: 25px; left: 25px; z-index: 3; }

/************/
/* Watermarks */
/************/
.watermark-mark { background-image: url("../../images/ch-mark-color.png"); background-size: auto 100%; background-repeat: no-repeat; background-position: center; }

@media only screen and (max-width: 768px) { .watermark-mark { background-position: 0 25px; background-size: 100%; } }

.watermark-mark > .wp-block-group__inner-container { background-color: rgba(255, 255, 255, 0.9); padding: 50px 0; }

.watermark-mark .constrained-width-narrow { margin: 0 auto; }

/************/
/* Patterns */
/************/
.pattern-beige { background-image: url("../../assets/images/pattern-beige.svg"); }

.pattern-beige-invert { background-image: url("../../assets/images/pattern-beige-invert.svg"); }

.pattern-blue { background-image: url("../../assets/images/pattern-blue.svg"); }

.pattern-blue-invert { background-image: url("../../assets/images/pattern-blue-invert.svg"); }

.pattern-gold { background-image: url("../../assets/images/pattern-gold.svg"); }

.pattern-gold-invert { background-image: url("../../assets/images/pattern-gold-invert.svg"); }

.pattern-gray { background-image: url("../../assets/images/pattern-gray.svg"); }

.pattern-gray-invert { background-image: url("../../assets/images/pattern-gray-invert.svg"); }

.pattern-green { background-image: url("../../assets/images/pattern-green.svg"); }

.pattern-green-invert { background-image: url("../../assets/images/pattern-green-invert.svg"); }

.pattern-light-blue { background-image: url("../../assets/images/pattern-light-blue.svg"); }

.pattern-light-blue-invert { background-image: url("../../assets/images/pattern-light-blue-invert.svg"); }

.pattern-light-gray { background-image: url("../../assets/images/pattern-light-gray.svg"); }

.pattern-light-gray-invert { background-image: url("../../assets/images/pattern-light-gray-invert.svg"); }

.pattern-orange { background-image: url("../../assets/images/pattern-orange.svg"); }

.pattern-orange-invert { background-image: url("../../assets/images/pattern-orange-invert.svg"); }

.pattern-pine { background-image: url("../../assets/images/pattern-pine.svg"); }

.pattern-pine-invert { background-image: url("../../assets/images/pattern-pine-invert.svg"); }

.pattern-purple { background-image: url("../../assets/images/pattern-purple.svg"); }

.pattern-purple-invert { background-image: url("../../assets/images/pattern-purple-invert.svg"); }

/********************* ADA "Skip to content" */
#skip a { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

#skip a:focus { position: static; width: auto; height: auto; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

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

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** 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; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

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

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

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

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** 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; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 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 { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

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

/** 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; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [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; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

/*------------------------------------*\ WEBFONTS \*------------------------------------*/
body { font-size: 18px; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; color: #796F22; font-family: "Proza Libre", sans-serif; }

@media only screen and (max-width: 600px) { h1 { font-size: 1.75em !important; } }

@media only screen and (max-width: 600px) { h2, .h2 { font-size: 1.42em !important; } }

p + h2, p + .h2 { margin-top: 40px; }

h2 + h3 { font-size: 1.33em; text-transform: none; }

h4 { color: #121212; margin-bottom: 1em; margin-top: 1.5em; }

p, ul, ol { margin-top: 0; font-family: "Tenor Sans", sans-serif; }

strong { color: #121212; }

/** Basic styles for links */
/** COMPONENTS */
.btn { display: inline-block; width: auto; height: auto; padding: 20px 35px; margin: 10px 0; text-decoration: none; border-radius: 0; text-shadow: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.btn:hover { -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

/** LAYOUT */
.header-booking-bar { background: #473A31; padding: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; max-height: 100px; }

.header-booking-bar .outer-container .booking { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; }

.header-booking-bar .outer-container .booking .label { font-size: 23px; }

@media only screen and (min-width: 1351px) { .header-booking-bar .outer-container .booking .label { font-size: 29px; } }

.header-booking-bar .outer-container .booking .label, .header-booking-bar .outer-container .booking .input { margin: 0 10px; }

@media only screen and (min-width: 1351px) { .header-booking-bar .outer-container .booking .label, .header-booking-bar .outer-container .booking .input { margin: 0 15px; } }

.header-booking-bar .outer-container .booking .input { position: relative; }

.header-booking-bar .outer-container .booking .input .icon-calendar { position: absolute; right: 0; top: 0; cursor: pointer; }

.header-booking-bar .outer-container .booking .input .icon-calendar img { padding: 7px 11px; cursor: pointer; }

.header-booking-bar .outer-container .booking input[type="text"], .header-booking-bar .outer-container .booking input[type="number"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 18px; height: 42px; width: 185px; border: 0; outline: none; font-size: inherit; }

.header-booking-bar .outer-container .booking .quantity { position: relative; }

.header-booking-bar .outer-container .booking .quantity input { width: 150px; }

.header-booking-bar .outer-container .booking input[type=number]::-webkit-inner-spin-button, .header-booking-bar .outer-container .booking input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.header-booking-bar .outer-container .booking input[type=number] { -moz-appearance: textfield; }

.header-booking-bar .outer-container .booking .quantity input:focus { outline: 0; }

.header-booking-bar .outer-container .booking .quantity-nav { position: absolute; top: 0; right: 0; height: 42px; }

.header-booking-bar .outer-container .booking .quantity-button { position: relative; cursor: pointer; border-left: 1px solid #eee; width: 40px; text-align: center; color: #fff; font-size: 13px; font-family: "Trebuchet MS", Helvetica, sans-serif !important; line-height: 1.7; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.header-booking-bar .outer-container .booking .quantity-up img, .header-booking-bar .outer-container .booking .quantity-down img { max-width: 18px; display: inline-block; margin: 0; }

.header-booking-bar .outer-container .booking .quantity-button.quantity-up { position: absolute; height: 50%; top: 0; }

.header-booking-bar .outer-container .booking .quantity-button.quantity-up img { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.header-booking-bar .outer-container .booking .quantity-button.quantity-down { position: absolute; bottom: 0; height: 50%; }

.header-booking-bar .outer-container .booking .btn.btn-primary { margin: 0; padding: 11px 19px; border: none; }

#wpadminbar { position: fixed; }

#wpadminbar { position: fixed; }

.logged-in .header { top: 32px; }

.header { position: fixed; z-index: 11; left: 0; right: 0; width: 100%; margin: 0 auto; top: 0; }

@media only screen and (max-width: 600px) { .header { position: fixed; padding: 0; } }

.header.no-header-bg { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0))); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ }

.header.snapped { position: fixed; left: 0; right: 0; min-height: 67px; }

.header.snapped .header-wrapper { min-height: 67px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped { display: block !important; }

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped a img { height: auto; width: auto; max-height: 70px; max-width: 150px; }

@media only screen and (max-width: 768px) { .header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped a img { height: auto; } }

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper { display: none; }

.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper { padding-top: 0; padding-bottom: 0; }

.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper .sub-menu { padding-top: 23px !important; }

.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper .sub-menu:before { top: -1px !important; }

.header.snapped nav span { display: none; }

.header.snapped nav .header-menu-wrapper { margin-top: 0; padding: 0 !important; }

.header .alert-banner-wrapper .alert-banner-wrapper-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-message p { padding-top: 0; }

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-close { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 5px 15px; color: inherit; text-decoration: none; opacity: 0.7; cursor: pointer; border: none; background: none; }

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-close:hover { opacity: 1; }

.header .header-wrapper { border-bottom: 5px solid #796F22; }

.header .header-wrapper .constrained-width { max-width: 1630px; margin: 0 auto; padding: 0; }

.header .header-wrapper .constrained-width .desktop-header-wrapper { position: relative; width: 100%; margin: 0 auto; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .desktop-header-wrapper { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; } }

@media only screen and (max-width: 768px) { .header .header-wrapper .constrained-width .desktop-header-wrapper { padding: 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper { margin-right: 20px; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper { position: absolute; left: 0; height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper a img { width: 100%; max-width: 263px; height: auto; display: block; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper-snapped { display: none; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper { z-index: 4; }

@media only screen and (max-width: 768px) { .header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper { display: none; } }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper { height: 75px; } }

.header .header-wrapper .constrained-width .desktop-header-wrapper nav { width: 100%; max-width: calc(100% - 230px); }

.header .header-wrapper .constrained-width .desktop-header-wrapper nav .address, .header .header-wrapper .constrained-width .desktop-header-wrapper nav .phone { margin-left: 20px; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 0; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; margin: 0; text-align: center; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item { margin: 0 20px; position: relative; }

@media only screen and (max-width: 1350px) { .header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item { margin: 0 10px; } }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item:last-of-type { margin-right: 0; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item a { text-decoration: none; border-bottom-width: 1px; border-bottom-color: transparent; border-bottom-style: solid; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu { padding: 35px 0 0; position: absolute; visibility: hidden; z-index: 4; list-style: none; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 230px; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu:before { content: url("../../images/triangle.png"); position: absolute; top: 11px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li { background-color: #ffffff; width: 100%; text-align: left; margin: 0; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:last-of-type { border-radius: 0 0 10px 10px; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:last-of-type a { border-bottom: 0; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li a { display: block; width: 100%; white-space: break-spaces; font-size: 0.88em; padding: 15px 30px; border-bottom: 1px solid #EEEEEE; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:hover { background-color: #796F22; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:hover a { color: #ffffff; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item.open .sub-menu, .header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .menu-item:hover .sub-menu { opacity: 1; visibility: visible; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .current-menu-item a, .header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper > div .menu .current-page-ancestor a { opacity: 1; }

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper .btn { padding: 10px 25px; white-space: nowrap; }

.header .header-wrapper .constrained-width .mobile-header-wrapper { padding: 10px 20px; }

@media only screen and (min-width: 1025px) { .header .header-wrapper .constrained-width .mobile-header-wrapper { display: none; } }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .sliding-menu-button { border: none; background-color: transparent; padding: 0; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .sliding-menu-button i { font-size: 25px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .sliding-menu-button-close { display: none; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-header-logo-wrapper { -ms-flex-preferred-size: 50%; flex-basis: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-header-logo-wrapper a img { height: auto; max-height: 40px; display: block; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-top-right { padding: 0 15px; font-size: 24px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-book { padding: 10px !important; margin: 0 !important; text-align: center; line-height: 1.2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu { display: block; height: 100%; padding-left: 15px; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu { height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 20px; } }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper { position: relative; display: none; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper { display: block; } }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; z-index: 10; height: auto; width: 60vw; top: 65px; left: 0; bottom: 0; position: fixed; -webkit-transform: translateX(-150%); -ms-transform: translateX(-150%); transform: translateX(-150%); overflow: scroll; -webkit-box-shadow: -2px -2px 5px #000; box-shadow: -2px -2px 5px #000; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content.open { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-close-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 13px; letter-spacing: 0.37px; text-transform: uppercase; padding-top: 17px; padding-left: 28px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-close-wrapper i { font-size: 31px; margin-right: 8px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper .header-social-icon { font-size: 32px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper .header-social-icon:not(:last-child) { margin-right: 40px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn { -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 20px 35px; margin-bottom: 0; text-align: center; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn { padding: 10px; } }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn i { margin-right: 5px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn:first-child { margin-right: 1px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.5); width: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper a { -ms-flex-preferred-size: 50%; flex-basis: 50%; font-size: 16px; line-height: 39px; text-align: center; text-decoration: none; padding: 30px 0; color: white; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper a:nth-child(2) { border-left: 1px solid rgba(255, 255, 255, 0.5); }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style: none; margin-top: 0; margin-bottom: 0; padding: 25px 0 25px 0; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li a { display: block; padding: 10px 25px; text-decoration: none; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li a:hover { color: #796F22; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu { padding-top: 0; padding-bottom: 0; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu li a { padding-left: 50px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li.menu-item-has-children > a:after { content: '\f107'; font-family: "Font Awesome 5 Pro"; font-weight: 300; margin-left: 10px; padding-top: 5px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li.menu-item-has-children.open > a:after { content: '\f106'; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu { padding: 0; display: none; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu li { background: rgba(0, 0, 0, 0.1); }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address, .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; opacity: 0.7; padding-bottom: 20px; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address i, .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone i { font-size: 24px; margin-bottom: 20px; display: block; }

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address a, .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone a { text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-transform: uppercase; }

footer { position: relative; }

footer .footer-row-wrapper { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; padding: 100px 50px; }

footer .footer-row-wrapper:first-of-type { border-top: 11px solid #BDC696; }

footer .footer-row-wrapper:last-of-type { padding: 25px; background-color: #1B1B1B; text-transform: uppercase; }

footer .footer-row-wrapper:last-of-type .footer-row .footer-row-column .footer-row-column-content p { margin-bottom: 0; }

footer .footer-row-wrapper .footer-row { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

@media only screen and (max-width: 768px) { footer .footer-row-wrapper .footer-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

footer .footer-row-wrapper .footer-row.full-width { width: 100%; }

footer .footer-row-wrapper .footer-row .footer-row-column { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 5px 0; background-size: cover; }

footer .footer-row-wrapper .footer-row .footer-row-column img { max-width: 100%; height: auto; margin: 0 auto; }

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center .footer-row-column-social-media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center p, footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center div, footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center i, footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center ol, footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center ul { text-align: center; }

@media only screen and (max-width: 600px) { footer .footer-row-wrapper .footer-row .footer-row-column { padding: 25px 25px 25px 25px; } }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a { opacity: 0.7; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a:hover { opacity: 1; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a i { font-size: 23px; margin: 0 10px; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a img { max-width: 40px; max-height: 40px; margin-right: 25px; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content a { color: inherit; text-decoration: none; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content a:hover { color: inherit; text-decoration: underline; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content p { margin-bottom: 50px; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form { position: relative; width: 100%; text-transform: uppercase; }

@media only screen and (max-width: 600px) { footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form { padding: 0 25px 0 25px; } }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form { position: relative; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body ul { list-style: none; padding: 0; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .gfield { padding: 0px !important; margin: 0px !important; border: none !important; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body label { display: none; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container { margin-bottom: 0; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input { display: inline-block; color: inherit; opacity: 0.7; border-bottom: 2px solid white; background: transparent; padding-bottom: 15px; max-width: 80%; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-webkit-input-placeholder { color: white; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-moz-placeholder { color: white; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input:-ms-input-placeholder { color: white; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-ms-input-placeholder { color: white; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::placeholder { color: white; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_footer input[type="submit"] { padding: 15px 90px; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error { margin-top: calc(180px - 3vw); position: relative; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error form { position: static; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error .validation_error { position: absolute; top: calc(-170px + 3vw); }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error .validation_message { position: absolute; }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .widget { width: 200px; margin-top: 30px; margin-left: calc(100% - 200px); }

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .widget .awesome-weather-wrap .awesome-weather-current-temp { font-size: 40px; padding-top: 10px; padding-bottom: 10px; }

footer .footer-row-wrapper .footer-row .footer-row-column nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 0; }

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:before { content: "|"; padding: 0 10px; }

@media only screen and (max-width: 1024px) { footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:before { padding: 0 15px; text-align: center; display: none; } }

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:first-of-type::before { content: ""; }

@media only screen and (max-width: 1024px) { footer .footer-row-wrapper .footer-row .footer-row-column nav ul li { margin: 10px 0; } }

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li a { color: inherit; text-decoration: none; opacity: 0.7; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li a:hover { opacity: 1; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li { display: inline-block; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li:before { display: none; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li:not(:last-child):after { content: "|"; margin: 0 5px; }

@media only screen and (max-width: 768px) { footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-vertical ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-vertical ul li:before { display: none; }

footer .footer-row-wrapper .footer-row-overlay { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }

footer .footer-bg-wrapper { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; }

footer .footer-bg-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

footer .footer-bg-wrapper.blur-image img { filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='8' result='b'/%3E%3CfeMorphology operator='dilate' radius='8'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a"); }

/** PAGES */
body.page-id-4259 .wp-block-columns .wp-block-column p a { text-decoration: none; position: relative; line-height: 1.2; }

body.page-id-4259 .wp-block-columns .wp-block-column p a:after { content: ''; position: absolute; right: 0; bottom: -10px; left: 0; }

body.page-id-4259 .footer-top-row-wrapper, body.page-id-4259 .footer-contact-row-wrapper { display: none; }

body.page-id-4259 > .constrained-width > hr { display: none; }

/** VENDOR-OVERRIDE */
.row { margin-right: 0; margin-left: 0; }

.rbs_gallery_button { margin-bottom: 70px; }

.rbs_gallery_button .button { text-transform: lowercase; letter-spacing: 2.7px !important; font-family: inherit !important; -webkit-box-shadow: none !important; box-shadow: none !important; border-width: 1px !important; text-shadow: none !important; width: 286px !important; height: 100px !important; font-size: 20px !important; padding: 15px 38px !important; text-align: center !important; display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.rbs_gallery_button .button:nth-child(n+2) { margin-left: 65px; }

#sb_instagram .sbi_hover_bottom { height: 0; width: 100%; position: absolute; top: 35%; pointer-events: none; }

#sb_instagram .sbi_hover_bottom .sbi_meta { opacity: 0.9; width: 100%; }

#sb_instagram .sbi_hover_bottom .sbi_meta span { font-size: 48px; }

#sb_instagram .sbi_hover_bottom .sbi_meta i, #sb_instagram .sbi_hover_bottom .sbi_meta svg { font-size: 33px; margin-right: 20px !important; }

.sbi_likes { padding-right: 45px; }

.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer button, .gform_wrapper form .gform_footer input[type=submit] { font-family: inherit; }

.gform_wrapper form { text-align: center !important; }

.gform_wrapper form .gform_heading .gform_title { text-transform: uppercase; letter-spacing: 12px !important; font-size: 48px; font-weight: 375; margin-bottom: 60px; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] { opacity: 0; position: absolute; /* after */ /* before */ }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after { width: 18px; height: 18px; border: 1px solid #cfcfcf; top: 10px; border-radius: 2px; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked + label:after { top: 10px; width: 18px; height: 18px; border: 1px solid #cfcfcf; z-index: 0; border-radius: 2px; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); -ms-transform: rotate(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked + label:before { top: 12px; left: 2px; width: 14px; height: 14px; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label { position: relative; overflow: hidden; padding-left: 35px; cursor: pointer; display: inline-block; }

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:after { content: ''; position: absolute; left: 0; z-index: 1; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

.gform_wrapper .top_label .gfield_label { text-transform: uppercase; font-weight: 375; font-size: 18px; letter-spacing: 4.5px; }

.gform_wrapper .gf_left_half, .gform_wrapper .gf_right_half { padding: 0 100px !important; }

.gform_wrapper input[type="text"] { border: none; border-bottom-width: 1px; border-bottom-style: solid; text-align: center; }

.gform_wrapper textarea { max-width: 85%; }

body .gform_wrapper .top_label div.ginput_container { margin-bottom: 50px; }

.ginput_container input[type="text"]:focus, .ginput_container input[type="email"]:focus, .ginput_container input[type="tel"]:focus, .ginput_container input[type="url"]:focus, .ginput_container input[type="number"]:focus, .ginput_container input[type="password"]:focus, .ginput_container select:focus, .ginput_container textarea:focus { outline: none !important; border: 1px solid #2f2f2f !important; }

.addtoany_content_bottom { margin: 50px 0 !important; }

.gcom-awards-table thead tr th { background-color: transparent; border-bottom: none; }

@media only screen and (max-width: 600px) { .gcom-awards-table thead tr th { font-size: 12px; font-weight: normal; letter-spacing: normal; } }

.gcom-awards-table thead tr th:after { color: #d1d1d1; }

.gcom-awards-table thead tr th.sorting_asc, .gcom-awards-table thead tr th.sorting_desc, .gcom-awards-table thead tr th.sorting:hover { background-color: #f3f3f3; }

.gcom-awards-table tbody:before { content: "@"; display: block; line-height: 65px; text-indent: -99999px; }

.gcom-awards-table tbody tr td { vertical-align: middle; }

@media only screen and (max-width: 600px) { .gcom-awards-table tbody tr td { font-size: 12px; } }

.gcom-awards-table tbody tr td.column-1 { padding: 23px 50px 23px 10px; }

@media only screen and (max-width: 600px) { .gcom-awards-table tbody tr td.column-1 { padding: 7px 7px 7px 0; } }
