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

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

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

/** Basic styles for links */
@media only screen and (max-width: 768px) { h1, h2, h3 { text-align: center; } }

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

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

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

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

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

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

.alignfull, .align-wrap-full { margin-left: calc( -100vw / 2 + 100% / 2); margin-right: calc( -100vw / 2 + 100% / 2); max-width: 100vw; }

.alignfull img { width: 100vw; }

.wp-block-columns { padding: 30px 30px 30px 30px; }

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

/********************* Media Query Classes */
@media only screen and (max-width: 600px) { .hide-on-small-only, .hide-on-small-and-down { display: none !important; } }

@media only screen and (max-width: 1024px) { .hide-on-med-and-down { display: none !important; } }

@media only screen and (min-width: 601px) { .hide-on-med-and-up { display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) { .hide-on-med-only { display: none !important; } }

@media only screen and (min-width: 1201px) { .hide-on-large-only { display: none !important; } }

@media only screen and (min-width: 1201px) { .show-on-large { display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) { .show-on-medium { display: block !important; } }

@media only screen and (max-width: 600px) { .show-on-small { display: block !important; } }

@media only screen and (min-width: 601px) { .show-on-medium-and-up { display: block !important; } }

@media only screen and (max-width: 1024px) { .show-on-medium-and-down { display: block !important; } }

/*! 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. */
h1 { font-size: 2em; margin: 0.67em 0; }

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

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

.header-booking-wrapper .booking-widget-container { position: absolute; z-index: 5; width: 100%; max-width: 1440px; left: 0; right: 0; }

.header-booking-wrapper .booking-widget-container .row-calendar-checkin:before { content: 'Check In'; display: block; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

.header-booking-wrapper .booking-widget-container .row-calendar-checkout:before { content: 'Check Out'; display: block; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-title { color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar input, .header-booking-wrapper .booking-widget-container .row-reservation-bar select { background-color: transparent; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker { position: relative; width: 150px; height: 70px; margin-bottom: -1px; padding-right: 0; letter-spacing: 1.5px; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: transparent; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker__input { width: 100%; color: white; font-weight: 100; text-align: center; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker input[type="text"] { opacity: 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:hover, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--infocus:hover, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--outfocus:hover { color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--highlighted:hover:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--infocus:hover:before, .header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__day--outfocus:hover:before { border-top-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder { position: fixed; top: 0; left: 0px; right: 0; max-width: unset; max-height: unset; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder:after { content: ''; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; z-index: -1; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame { max-width: 450px; top: 200px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box { padding: 0 0 10px 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__weekday-display { text-align: center; font-size: 0.8rem; background-color: #234062; color: white; padding: 15px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__month-display { text-align: center; text-transform: uppercase; font-size: 2rem; padding: 5px; color: white; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display { text-align: center; color: white; font-size: 4.5rem; font-weight: 400; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__day-display div { margin: 0; padding: 0; line-height: 0.5; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__date-display .picker__year-display { text-align: center; color: #234062; padding: 20px 0; margin-top: 10px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container { font-size: 1.2rem; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container .picker__nav--next:before { border-left-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__calendar-container .picker__nav--prev:before { border-right-color: #234062; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer { margin: 10px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker.picker--opened .picker__holder .picker__frame .picker__wrap .picker__box .picker__footer .btn-flat { text-transform: uppercase; font-size: 14px; padding: 15px 38px; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; margin: 5px; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder { background: transparent; -webkit-box-shadow: none; box-shadow: none; border: none; border-radius: 0; }

.header-booking-wrapper .booking-widget-container .row-reservation-bar-datepicker .picker .picker__holder .picker__frame .picker__wrap .picker__box { border: none; border-radius: 0; }

.gw-row { -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

@media only screen and (max-width: 1024px) { .gw-row { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; } }

@media only screen and (max-width: 1024px) { .gw-row aside { width: 100% !important; padding: 25px !important; } }

@media only screen and (max-width: 1024px) { .gw-row article { width: 100% !important; padding: 25px !important; } }

.gw-row article .h1-square:after { content: ""; position: absolute; right: 0; z-index: -1; display: block; width: 60vw; margin-top: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: inherit; }

@media only screen and (max-width: 1024px) { .gw-row article .h1-square:after { width: 100vw; } }

.gw-row article .description h2 { margin-bottom: 35px; }

.gw-row:nth-child(even) { -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; -ms-flex-direction: row !important; flex-direction: row !important; }

.gw-row:nth-child(even) article .h1-square:after { right: unset; }

/** 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: 1201px) { .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: 1201px) { .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; }

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

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

.header.snapped { position: fixed; left: 0; right: 0; min-height: 67px; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.header.snapped .header-wrapper { padding: 0 0 10px 0; }

.header.snapped .header-wrapper .btn-booking { padding: 10px 20px; }

.header.snapped .header-wrapper .header-logo-wrapper a img { -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; height: auto; width: auto; max-width: 125px; max-height: 100px; }

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

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

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

.header .header-wrapper { max-width: 1440px; position: relative; width: 100%; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; 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; -webkit-transition: background-color, 0.2s; -o-transition: background-color, 0.2s; transition: background-color, 0.2s; }

@media only screen and (max-width: 1024px) { .header .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; } }

@media only screen and (max-width: 600px) { .header .header-wrapper { -webkit-box-pack: unset; -ms-flex-pack: unset; justify-content: unset; } }

@media only screen and (max-width: 1024px) { .header .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; } }

@media only screen and (max-width: 600px) { .header .header-wrapper .header-logo-wrapper { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } }

.header .header-wrapper .header-logo-wrapper a img { max-width: 220px; height: auto; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

@media only screen and (max-width: 1024px) { .header .header-wrapper .header-logo-wrapper a img { padding: 10px; width: 100%; } }

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

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

.header .header-wrapper nav { width: 100%; text-align: right; }

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

.header .header-wrapper .header-menu-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; }

.header .header-wrapper .header-menu-wrapper .header-social-wrapper a { margin-left: 10px; font-size: 28px; }

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) { .header .header-wrapper .header-menu-wrapper .header-social-wrapper a { margin-left: 5px; font-size: 20px; } }

.header .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 20px 0 0; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item { margin: 0 10px; position: relative; white-space: nowrap; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item.current_page_item:after { content: ''; position: absolute; left: 0; right: 0; bottom: -7px; border-bottom: 1px solid white; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item.menu-item-has-children:hover:after { content: ''; position: absolute; z-index: 4; left: 0; right: 0; margin-top: 30px; width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color: inherit; }

.header .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; -webkit-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item a:hover { -webkit-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu { padding-top: 26px; position: absolute; visibility: hidden; opacity: 0; -webkit-transition: visibility 0s, opacity 0.25s linear; -o-transition: visibility 0s, opacity 0.25s linear; transition: visibility 0s, opacity 0.25s linear; z-index: 4; list-style: none; -webkit-transform: translateX(-30%); -ms-transform: translateX(-30%); transform: translateX(-30%); }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li { background-color: rgba(0, 0, 0, 0.8); padding: 15px; width: 100%; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; text-align: center; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:first-of-type { padding-top: 25px; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li a { display: block; width: 100%; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item .sub-menu li:hover { background-color: black; }

.header .header-wrapper .header-menu-wrapper > div .menu .menu-item:hover .sub-menu { opacity: 1; visibility: visible; }

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

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

.header .header-wrapper .mobile-book { margin: 0; height: 75px; }

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

@media only screen and (min-device-width: 1025px) and (max-device-width: 1200px) { .header .header-wrapper .btn-booking { padding: 10px; font-size: 13px; } }

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

@media only screen and (max-width: 1024px) { .header .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; } }

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

.header .header-wrapper .mobile-menu .sliding-menu-button { -webkit-appearance: none; background: none; border: none; width: 35px; height: 22px; position: relative; margin: auto; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }

.header .header-wrapper .mobile-menu .sliding-menu-button span { display: block; position: absolute; height: 4px; width: 100%; border-radius: 10px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }

.header .header-wrapper .mobile-menu .sliding-menu-button span:nth-child(1) { top: 0px; }

.header .header-wrapper .mobile-menu .sliding-menu-button span:nth-child(2), .header .header-wrapper .mobile-menu .sliding-menu-button span:nth-child(3) { top: 9px; }

.header .header-wrapper .mobile-menu .sliding-menu-button span:nth-child(4) { top: 18px; }

.header .header-wrapper .mobile-menu .sliding-menu-button.open span:nth-child(1) { top: 9px; width: 0%; left: 50%; }

.header .header-wrapper .mobile-menu .sliding-menu-button.open span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.header .header-wrapper .mobile-menu .sliding-menu-button.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.header .header-wrapper .mobile-menu .sliding-menu-button.open span:nth-child(4) { top: 12px; width: 0%; left: 50%; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content { display: block; z-index: 100; height: 100vh; width: 80vw; position: fixed; right: -100vw; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content:after { content: ''; position: absolute; z-index: -1; height: 100%; width: 100%; top: 0; left: 0; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content.open { right: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

.header .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: 30px 0 30px 0; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li.phone { margin-top: 20px; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li.phone a { color: white; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li a { display: block; padding: 10px 25px; text-transform: uppercase; text-align: center; text-decoration: none; font-weight: 300; font-size: 18px; letter-spacing: 2px; color: white; opacity: 0.7; }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu { padding: 10px 0; background-color: rgba(0, 0, 0, 0.1); }

.header .header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address, .header .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 .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address i, .header .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 .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address a, .header .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; }

.instagram-wrapper { width: 100%; display: block; padding: 0 0 90px 0; text-align: center; }

@media only screen and (max-width: 600px) { .instagram-wrapper { padding: 30px 30px 30px 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.instagram-wrapper .instagram-column-text { 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-align: center; -ms-flex-align: center; align-items: center; border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 32px; margin-bottom: 32px; }

@media only screen and (max-width: 600px) { .instagram-wrapper .instagram-column-text { width: 100%; text-align: center; } }

.instagram-wrapper .instagram-column-text .instagram-icon { font-size: 42px; margin-right: 26px; }

.instagram-wrapper .instagram-column-text .instagram-headline { margin-top: 0; padding-top: 0; }

.instagram-wrapper .instagram-column-text .instagram-headline h2 { margin: 0; padding: 0; }

.instagram-wrapper .instagram-column-text .instagram-cta-wrapper { margin-top: 25px; }

@media only screen and (max-width: 600px) { .instagram-wrapper .instagram-column-feed { width: 100%; } }

.instagram-wrapper .instagram-column-feed #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev, .instagram-wrapper .instagram-column-feed #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next { font-size: 30px; color: inherit; background: transparent; -webkit-box-shadow: none; box-shadow: none; }

.instagram-wrapper .instagram-column-feed #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-prev { left: -60px; }

.instagram-wrapper .instagram-column-feed #sb_instagram #sbi_images .sbi-owl-nav .sbi-owl-next { right: -60px; }

.instagram-wrapper .instagram-column-feed #sb_instagram #sbi_images .sbi_owl-controls { margin-top: 25px; }

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%; }

footer .footer-row-wrapper:first-child { padding-top: 140px; }

footer .footer-row-wrapper:not(:last-of-type) { padding-bottom: 70px; }

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

footer .footer-row-wrapper .footer-row .footer-row-column:not(:last-child) { border-right: 1px solid white; }

@media only screen and (max-width: 600px) { footer .footer-row-wrapper .footer-row .footer-row-column:not(:last-child) { border-right: none; } }

footer .footer-row-wrapper .footer-row .footer-row-column img { max-width: 100%; height: 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; }

@media only screen and (max-width: 768px) { footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

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

@media only screen and (max-width: 768px) { footer .footer-row-wrapper .footer-row .footer-row-column.align-column-right { -webkit-box-align: center; -ms-flex-align: center; align-items: 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; }

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

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: 34px; margin: 0 10px; }

@media only screen and (max-width: 600px) { footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content { text-align: center; } }

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

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 30px 0 30px; } }

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 { 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: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 768px) { footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li:not(:last-child) { margin-right: 15px; } }

@media only screen and (max-width: 600px) { 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 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: vertical; flex-direction: vertical; }

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 */
/** 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 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_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 .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; }

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