/* ===================================================================================
 *
 * @project        cbaldwin
 * @author         Caleb Zahnd <caleb@829llc.com>
 * @build          Fri, May 27, 2022 2:51 PM CST
 * @release        3230f6bb9e9253e4661832447454788eb8182217 [jeff/mobile-logo-fix]
 * @copyright      Copyright (c) 2022, 829 Studios
 *
 * =================================================================================== */
@charset 'UTF-8';
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html
{
    line-height: 1.15;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * 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: .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
{
    /* 1 */
    overflow: visible;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 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 */
}

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

    border-bottom: none;
    /* 2 */

    -webkit-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
{
    color: #000; 
    background-color: #ff0;
}

/**
 * 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: -.25em;
}

sup
{
    top: -.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;

    vertical-align: baseline;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea
{
    margin: 0;
}

/**
 * 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
{
    padding: 0; 

    border-style: none;
}

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

/**
 * 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
{
    /* 2 */
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 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']
{
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 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
{
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 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;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea
{
    font-family: livory, serif;
}

body
{
    font-family: livory, serif;
    font-size: 22px;
    line-height: 30px;

    min-width: 320px;
    margin: 0;

    color: #1e1a34;
    background-color: #fff7f8;

    -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 16px;
        line-height: 24px;
    }
}
body:before
{
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    visibility: hidden;

    content: '';
    -webkit-transition: .3s all;
            transition: .3s all; 

    opacity: 0;
    background: rgba(0, 0, 0, .35);
}
body.lock-scroll
{
    overflow: hidden;
}
body.overlayed,
body.overlayed--bar
{
    position: relative;
}
@media (max-width: 991px)
{
    body.overlayed,
    body.overlayed--bar
    {
        overflow: hidden;
    }
}
body.overlayed:before,
body.overlayed--bar:before
{
    visibility: visible; 

    opacity: 1;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*:focus,
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
body.user-is-tabbing .datepicker--cell-day.-focus-,
body.user-is-tabbing .datepicker--cell-month.-focus-,
body.user-is-tabbing .datepicker--cell-year.-focus-
{
    outline: 3px solid #4d90fe;
}

figure
{
    margin: 0;
}

/* Make all images responsive */
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* Make inputs on iOS look normal */
input
{
    -webkit-appearance: none;
}

/* Custom List Styles */
ol
{
    display: block;

    margin: 46px 0 16px; 
    padding: 0;

    counter-reset: item;
}
@media (max-width: 767px)
{
    ol
    {
        margin: 0 0 14px;
    }
}
@media (max-width: 767px)
{
    .block-content ol
    {
        margin: 0 0 -14px;
    }
}
ol li
{
    display: block;

    margin: 0 0 16px; 
    padding: 0 0 0 36px;
}
@media (max-width: 767px)
{
    ol li
    {
        margin: 0 0 16px;
    }
}
ol li ul:not([class])
{
    margin: 0 0 44px;
}
ol li ul:not([class]) li
{
    margin: 16px 0;
}
@media (max-width: 767px)
{
    ol li ul:not([class]) li
    {
        padding: 0 0 0 36px;
    }
}
@media (max-width: 767px)
{
    ol li ul:not([class]) li:before
    {
        left: 12px;
    }
}
ol li li
{
    margin: 0; 
    padding: 0 0 0 35px;
}
@media (max-width: 767px)
{
    ol li li
    {
        padding: 0 0 0 25px;
    }
}
ol li:before
{
    font-size: 22px; 

    position: absolute;
    left: 26px;

    content: counters(item, '.') '. ';
    counter-increment: item;
}
@media (max-width: 767px)
{
    ol li:before
    {
        font-size: 16px; 

        left: 31px;
    }
}

ul:not([class])
{
    margin: 42px 0;
    padding: 0;

    list-style: none;
}
@media (max-width: 767px)
{
    ul:not([class])
    {
        margin: 29px 0 14px 12px;
    }
}
ul:not([class]) li
{
    position: relative;

    margin: 0 0 16px; 
    padding: 0 0 0 36px;
}
@media (max-width: 767px)
{
    ul:not([class]) li
    {
        margin: 0 0 16px; 
        padding: 0 0 0 24px;
    }
}
ul:not([class]) li:last-child
{
    margin: 0;
}
ul:not([class]) li:before
{
    position: absolute;
    top: 13px;
    left: 12px;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border: 1px solid #1e1a34;
    border-radius: 50%;
    background: #1e1a34;
}
@media (max-width: 767px)
{
    ul:not([class]) li:before
    {
        top: 10px;
        left: 0; 

        width: 4px;
        height: 4px;
    }
}
ul:not([class]) li li
{
    margin: 16px 0;
}
@media (max-width: 767px)
{
    ul:not([class]) li li
    {
        padding: 0 0 0 36px;
    }
}
ul:not([class]) li li:before
{
    left: 12px;
}
ul:not([class]) li ul
{
    margin: 0 0 29px;
}

/* Normalize links across browsers */
a
{
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 
    text-decoration: none;

    color: #1e1a34;
}
a:not([class])
{
    text-decoration: underline;
}
a img
{
    border: 0;
}

a:focus,
a:hover
{
    text-decoration: none; 

    color: #1e1a34;
}

.section-title
{
    margin: 0 0 39px;

    text-align: center;
}
@media (max-width: 767px)
{
    .section-title
    {
        margin: 0 0 31px;
    }
}

.tablet-checker
{
    display: none;
}
@media (max-width: 991px)
{
    .tablet-checker
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .container
    {
        max-width: 720px;
        padding: 0 20px;
    }
}

@media (max-width: 767px)
{
    .container-fluid
    {
        padding: 0 20px;
    }
}

@media (max-width: 767px)
{
    .row
    {
        margin: 0 -20px;
    }
}

@media (max-width: 767px)
{
    .col-12
    {
        padding: 0 20px;
    }
}

.content-load
{
    -webkit-transition: opacity 800ms ease-out, -webkit-transform 500ms ease-out;
            transition: opacity 800ms ease-out, -webkit-transform 500ms ease-out;
            transition: transform 500ms ease-out, opacity 800ms ease-out;
            transition: transform 500ms ease-out, opacity 800ms ease-out, -webkit-transform 500ms ease-out; 
    -webkit-transform: translateY(30px);
            transform: translateY(30px);

    opacity: 0;
}
.content-load.animate-in
{
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.block-frame-border
{
    position: relative;
}
.block-frame-border:after,
.block-frame-border:before
{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;

    content: '';

    border: 1px solid #ac9b74;
}
@media (max-width: 767px)
{
    .block-frame-border:after,
    .block-frame-border:before
    {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
.block-frame-border:after
{
    border-radius: 35px;
}
@media (max-width: 767px)
{
    .block-frame-border:after
    {
        border-radius: 20px;
    }
}
.block-frame-border .container:after,
.block-frame-border .container-fluid:after
{
    position: absolute;
    top: 32px;
    right: 30px;
    bottom: 32px;
    left: 31px;

    content: '';

    border: 1px solid #ac9b74;
}
@media (max-width: 767px)
{
    .block-frame-border .container:after,
    .block-frame-border .container-fluid:after
    {
        top: 17px;
        right: 16px;
        bottom: 17px;
        left: 16px;
    }
}
.block-frame-border--alternative:after,
.block-frame-border--alternative:before
{
    border-color: #1e1a34;
}
.block-frame-border--alternative .container:after,
.block-frame-border--alternative .container-fluid:after
{
    border-color: #1e1a34;
}

.infinite-scroll-trigger .lds-roller,
.posts-list + .loader-icon
{
    -webkit-transition: opacity .5s linear;
            transition: opacity .5s linear; 

    opacity: 0;
}

.infinite-scroll-trigger
{
    display: block;
    overflow: hidden; 

    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    padding: 0;

    border: 0;
    background: transparent;
}
@media (max-width: 767px)
{
    .infinite-scroll-trigger
    {
        margin: -10px auto 0; 

        -webkit-transform: scale(.5);
                transform: scale(.5);
    }
}
.infinite-scroll-trigger.loading-more .lds-roller
{
    opacity: 1;
}

/* Text meant only for screen readers. */
.screen-reader-text
{
    position: absolute;

    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    word-wrap: normal !important;

    border: 0;

    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
}

@media (max-width: 767px)
{
    .hide-on-mobile
    {
        display: none;
    }
}

.video-spacer
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
}

.scrim
{
    position: relative;
}
.scrim:before
{
    position: absolute;
    z-index: 1;
    left: 0; 

    display: block;

    width: 100%;
    height: 100%;

    content: '';
}
.scrim--portrait:before
{
    height: 40%;
}
.scrim--bottom:before
{
    bottom: 0;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}
.scrim--top:before
{
    top: 0;

    height: 50%;

    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 12, 12, 0)), to(rgba(24, 24, 24, .6)));
    background-image: linear-gradient(to top, rgba(12, 12, 12, 0) 0%, rgba(24, 24, 24, .6) 100%);
}
.scrim figcaption
{
    z-index: 2;
}

a.skip-to-main-content
{
    position: absolute;
    z-index: -999;
    top: auto;
    left: -999px;

    overflow: hidden;

    width: 1px;
    height: 1px;

    -webkit-transition: none;
            transition: none;
}

a.skip-to-main-content:focus,
a.skip-to-main-content:active
{
    font-size: 1rem;

    z-index: 999;
    top: auto;
    left: auto;

    overflow: auto; 

    width: 30%;
    height: auto;
    margin: 10px 35%;
    padding: 5px;

    text-align: center;

    color: #fff;
    background-color: #1e1a34;
}

/**
 * WordPress specific base styles.
 */
.gm-style img
{
    max-width: none;
}

.media img,
.media video,
.media object,
.media iframe
{
    width: 100%;
    height: auto;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft
{
    float: left;

    margin: 0 40px 40px 0;
}
@media (max-width: 767px)
{
    .alignleft
    {
        margin: 0 30px 30px 0;
    }
}

.alignright
{
    float: right;

    margin: 0 0 40px 40px;
}
@media (max-width: 767px)
{
    .alignright
    {
        margin: 0 0 30px 30px;
    }
}

.alignnone
{
    display: inline-block;

    margin: 73px 0 40px;
}
@media (max-width: 767px)
{
    .alignnone
    {
        margin: 24px 0 30px;
    }
}

.aligncenter
{
    display: block;
    clear: both;

    margin: 40px auto;

    text-align: center;
}
@media (max-width: 767px)
{
    .aligncenter
    {
        margin: 30px auto;
    }
}

/* Make a 404 page look nicer and more readable */
.error404
{
    text-align: center;
}
.error404 ul
{
    text-align: left;
}

.navigation.pagination
{
    clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a
{
    text-decoration: none;

    color: #1e1a34;
}
nav a:hover
{
    text-decoration: none;

    color: #1e1a34;
}

nav li
{
    display: inline-block;
}

nav ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.wp-caption
{
    max-width: 100%;
}

.wp-caption-text
{
    font-size: 15px;
    line-height: 22px;

    padding: 5px 0;
}

/* Headings */
h1,
h2,
h3,
h5,
.block-home-aside-content .block-pre-title,
h6
{
    font-family: acme-gothic-condensed, sans-serif;
    font-weight: 400;
    line-height: 1;

    margin: 0 0 47px;

    color: #1e1a34;
}
h1:only-child,
h2:only-child,
h3:only-child,
h5:only-child,
.block-home-aside-content .block-pre-title:only-child,
h6:only-child
{
    margin: 0;
}
p + h1,
p + h2,
p + h3,
p + h5,
.block-home-aside-content p + .block-pre-title,
p + h6
{
    margin-top: 42px;
}
@media (max-width: 767px)
{
    p + h1,
    p + h2,
    p + h3,
    p + h5,
    .block-home-aside-content p + .block-pre-title,
    p + h6
    {
        margin-top: 35px;
    }
}

h1
{
    font-size: 64px;
    line-height: 120px; 

    margin: 0 0 47px;
}
@media (max-width: 767px)
{
    h1
    {
        font-size: 30px;
        line-height: 36px; 

        margin: 0 0 38px;
    }
}
@media (max-width: 767px)
{
    p + h1
    {
        margin-top: 22px;
    }
}

h2
{
    font-size: 62px;
    line-height: 64px; 

    margin: 0 0 22px;
}
@media (max-width: 767px)
{
    h2
    {
        font-size: 32px;
        line-height: 36px;
    }
}
p + h2
{
    margin-top: 56px;
}
@media (max-width: 767px)
{
    p + h2
    {
        margin: 20px 0 21px;
    }
}

h3
{
    font-size: 32px;
    line-height: 36px; 

    margin: 0 0 16px;
}
@media (max-width: 767px)
{
    h3
    {
        font-size: 24px;
        line-height: 30px; 

        margin: 0 0 13px;
    }
}
p + h3
{
    margin-top: 37px;
}
@media (max-width: 767px)
{
    p + h3
    {
        margin-top: 27px;
    }
}

h4,
.block-home-accordion-wrapper .single-accordion__title,
.block-home-food-and-drink .single-accordion__title,
.block-home-retail-intro .single-accordion__title
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 21px;
    line-height: 30px;

    margin: 0 0 5px;

    letter-spacing: .2px;
}
@media (max-width: 767px)
{
    h4,
    .block-home-accordion-wrapper .single-accordion__title,
    .block-home-food-and-drink .single-accordion__title,
    .block-home-retail-intro .single-accordion__title
    {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;

        margin: 0;

        letter-spacing: .68px;
    }
}
p + h4,
.block-home-accordion-wrapper p + .single-accordion__title,
.block-home-food-and-drink p + .single-accordion__title,
.block-home-retail-intro p + .single-accordion__title
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    p + h4,
    .block-home-accordion-wrapper p + .single-accordion__title,
    .block-home-food-and-drink p + .single-accordion__title,
    .block-home-retail-intro p + .single-accordion__title
    {
        margin: 27px 0 6px;
    }
}


h5,
.block-home-aside-content .block-pre-title
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;

    margin: 0 0 11px;

    letter-spacing: .71px;
}
p + h5,
.block-home-aside-content p + .block-pre-title
{
    margin-top: 32px;
}

h6
{
    font-size: 14px;
    line-height: 16px; 

    margin: 0 0 15px;
}
p + h6
{
    margin-top: 28px;
}

/* Text Elements */
p
{
    margin: 0 0 23px;
}
@media (max-width: 767px)
{
    p
    {
        margin: 0 0 24px;
    }
}
p:last-child
{
    margin: 0;
}
p ul,
ol + p
{
    margin-top: 32px;
}
@media (max-width: 767px)
{
    p ul,
    ol + p
    {
        margin-top: 24px;
    }
}

strong
{
    font-weight: 700;
}

/* Horizontal Line */
hr
{
    margin: 43px 0 -1px;

    border-top: 1px solid #ddbcb0;
}
@media (max-width: 767px)
{
    hr
    {
        margin: 16px 0 -9px;
    }
}

::-moz-selection
{
    background: #fbebee;
}

::selection
{
    background: #fbebee;
}

::-moz-selection
{
    background: #fbebee;
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing
{
    padding-top: 71px;
}
@media (max-width: 767px)
{
    .block-top-spacing
    {
        padding-top: 51px;
    }
}
@media (max-width: 767px)
{
    .block-top-spacing.post-content-wrapper
    {
        padding-top: 35px;
    }
}
.block-top-spacing.post-content-wrapper .post-content
{
    margin-bottom: 80px;
}
@media (max-width: 991px)
{
    .block-top-spacing.post-content-wrapper .post-content
    {
        margin-bottom: 0;
    }
}

.block-bottom-spacing
{
    padding-bottom: 71px;
}
@media (max-width: 767px)
{
    .block-bottom-spacing
    {
        padding-bottom: 51px;
    }
}

.columns-spacing-top
{
    padding-top: 40px;
}
@media (max-width: 767px)
{
    .columns-spacing-top
    {
        padding-top: 28px;
    }
}
.happening-template-default .columns-spacing-top
{
    padding-top: 53px;
}
@media (max-width: 767px)
{
    .happening-template-default .columns-spacing-top
    {
        padding-top: 35px;
    }
}

.columns-spacing-bottom
{
    padding-bottom: 35px;
}
@media (max-width: 767px)
{
    .columns-spacing-bottom
    {
        padding-bottom: 25px;
    }
}
.happening-template-default .columns-spacing-bottom
{
    padding-bottom: 53px;
}
@media (max-width: 767px)
{
    .happening-template-default .columns-spacing-bottom
    {
        padding-bottom: 35px;
    }
}

.block-margin-top
{
    margin-top: 80px;
}
@media (max-width: 767px)
{
    .block-margin-top
    {
        margin-top: 60px;
    }
}

.block-margin-bottom
{
    margin-bottom: 80px;
}
@media (max-width: 767px)
{
    .block-margin-bottom
    {
        margin-bottom: 60px;
    }
}

.content-column
{
    margin-bottom: 32px; 
    padding-right: 20px;
}
@media (max-width: 767px)
{
    .content-column
    {
        margin-bottom: 24px; 
        padding-right: 15px;
    }
}
@media (max-width: 600px)
{
    .content-column
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.content-column.last_column
{
    padding-right: 0;
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .content-column.last_column
    {
        padding-right: 0;
        padding-left: 15px;
    }
}
@media (max-width: 600px)
{
    .content-column.last_column
    {
        padding-left: 0;
    }
}

body:not(.user-is-tabbing) *:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus
{
    outline: none;
}

/* Buttons */
.c-btn
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 16px;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 
    text-align: center;
    letter-spacing: .71px;
    text-transform: uppercase;

    color: #1e1a34;
}
@media (max-width: 767px)
{
    .c-btn
    {
        font-size: 15px; 

        min-width: 146px;
        padding: 18px 15px 16px;
    }
}
.c-btn:hover
{
    text-decoration: none; 

    color: #1e1a34;
}
.c-btn-wrapper
{
    line-height: 16px;

    display: block;

    margin: 7px 0 41px;

    text-align: left;
}
@media (max-width: 767px)
{
    .c-btn-wrapper
    {
        margin: 5px 0 42px;
    }
}
.c-btn-wrapper.align-center
{
    text-align: center;
}
.c-btn-wrapper.align-right
{
    text-align: right;
}
.block-content .c-btn-wrapper
{
    position: relative;
    z-index: 10;

    margin: 58px 0 -15px;
}
@media (max-width: 767px)
{
    .block-content .c-btn-wrapper
    {
        margin: 44px 0 -3px;
    }
}
.block-content .c-btn-wrapper:last-of-type
{
    margin-bottom: 13px;
}
@media (max-width: 767px)
{
    .block-content .c-btn-wrapper:last-of-type
    {
        margin-bottom: -20px;
    }
}
.c-btn-wrapper:last-child
{
    margin-bottom: 0;
}
.c-btn-icon
{
    position: absolute;
    top: 0;
    right: 0;
}
.c-btn-primary
{
    position: relative;

    margin: 0 8px;
    padding: 18px 21px 16px;

    border: none;
    background: transparent;
}
@media (max-width: 767px)
{
    .c-btn-primary
    {
        padding: 18px 21px 16px;
    }
}
.c-btn-primary:after,
.c-btn-primary:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 

    opacity: 1;
    background: #ddbcb0;
}
.c-btn-primary:after
{
    opacity: 0; 
    background: #cca1a6;
}
.c-btn-primary .c-btn-shape
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;

    display: block;
    overflow: hidden; 

    width: 8px;
}
.c-btn-primary .c-btn-shape:after,
.c-btn-primary .c-btn-shape:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 16px;

    content: '';
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 

    opacity: 1;
}
.c-btn-primary .c-btn-shape:after
{
    background: radial-gradient(circle at 0 0, transparent 25%, #ddbcb0 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #ddbcb0 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary .c-btn-shape:after
    {
        background: #ddbcb0;
    }
}
.c-btn-primary .c-btn-shape:before
{
    background: radial-gradient(circle at 0 0, transparent 25%, #cca1a6 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary .c-btn-shape:before
    {
        background: #cca1a6;
    }
}
.c-btn-primary .c-btn-shape--right
{
    right: -8px;
    left: auto;
}
.c-btn-primary .c-btn-shape--right:after,
.c-btn-primary .c-btn-shape--right:before
{
    right: 0;
    left: auto;
}
.c-btn-primary .c-btn-shape--right:after
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #ddbcb0 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #ddbcb0 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary .c-btn-shape--right:after
    {
        background: #ddbcb0;
    }
}
.c-btn-primary .c-btn-shape--right:before
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #cca1a6 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary .c-btn-shape--right:before
    {
        background: #cca1a6;
    }
}
.c-btn-primary.c-btn-color-alt
{
    color: #fff;
}
.c-btn-primary.c-btn-color-alt:before
{
    background: #1e1a34;
}
.c-btn-primary.c-btn-color-alt:after
{
    background: #ab5c57;
}
.c-btn-primary.c-btn-color-alt .c-btn-shape:after
{
    background: radial-gradient(circle at 0 0, transparent 25%, #1e1a34 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #1e1a34 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-alt .c-btn-shape:after
    {
        background: #1e1a34;
    }
}
.c-btn-primary.c-btn-color-alt .c-btn-shape:before
{
    background: radial-gradient(circle at 0 0, transparent 25%, #ab5c57 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #ab5c57 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-alt .c-btn-shape:before
    {
        background: #ab5c57;
    }
}
.c-btn-primary.c-btn-color-alt .c-btn-shape--right:after
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #1e1a34 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #1e1a34 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-alt .c-btn-shape--right:after
    {
        background: #1e1a34;
    }
}
.c-btn-primary.c-btn-color-alt .c-btn-shape--right:before
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #ab5c57 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #ab5c57 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-alt .c-btn-shape--right:before
    {
        background: #ab5c57;
    }
}
.c-btn-primary.c-btn-color-darker:before
{
    background: #cca1a6;
}
.c-btn-primary.c-btn-color-darker .c-btn-shape:after
{
    background: radial-gradient(circle at 0 0, transparent 25%, #cca1a6 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
.c-btn-primary.c-btn-color-darker .c-btn-shape:before
{
    background: radial-gradient(circle at 0 0, transparent 25%, #cca1a6 calc(25.025%)) top left, radial-gradient(circle at 0 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-darker .c-btn-shape:after,
    .c-btn-primary.c-btn-color-darker .c-btn-shape:before
    {
        background: #cca1a6;
    }
}
.c-btn-primary.c-btn-color-darker .c-btn-shape--right:after
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #cca1a6 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
.c-btn-primary.c-btn-color-darker .c-btn-shape--right:before
{
    background: radial-gradient(circle at 100% 0, transparent 25%, #cca1a6 calc(25.025%)) top right, radial-gradient(circle at 100% 100%, transparent 25%, #cca1a6 calc(25.025%)) bottom right;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    .c-btn-primary.c-btn-color-darker .c-btn-shape--right:after,
    .c-btn-primary.c-btn-color-darker .c-btn-shape--right:before
    {
        background: #cca1a6;
    }
}
.c-btn-primary:hover:after
{
    opacity: 1;
}
.c-btn-primary:hover .c-btn-shape:after
{
    opacity: 0;
}
.c-btn-text
{
    position: relative;

    min-width: 0;
    padding: 0;

    letter-spacing: -.1px;
    text-transform: capitalize;

    color: #1e1a34;
    border-bottom: none;
    background: transparent;
}
@media (max-width: 767px)
{
    .c-btn-text
    {
        font-size: 17px; 

        margin: 7px 0;
    }
}
.c-btn-text:before,
.c-btn-text:after
{
    position: absolute;
    top: 0;
    bottom: 0;

    margin: auto;

    content: '';
    -webkit-transition: .2s all;
            transition: .2s all;
}
.c-btn-text:before
{
    left: calc(100% + 7px);

    width: 0;
    height: 2px;

    background: #1e1a34;
}
.c-btn-text:after
{
    left: 100%;

    width: 8px;
    height: 8px;
    margin-left: 3px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 2px solid #1e1a34;
    border-bottom: 2px solid #1e1a34;
}
.c-btn-text svg *
{
    stroke: #1e1a34;
}
.c-btn-text:hover
{
    color: #1e1a34;
    border-bottom-color: #1e1a34;
    background: transparent;
}
.c-btn-text:hover:before
{
    width: 14px;
}
.c-btn-text:hover:after
{
    margin-left: 13px;
}
.c-btn-text:hover svg *
{
    stroke: #1e1a34;
}
.c-btn-text.c-btn-color-alt
{
    color: #fff;
}
.c-btn-text.c-btn-color-alt:before
{
    background: #fff;
}
.c-btn-text.c-btn-color-alt:after
{
    border-color: #fff;
}
.c-btn-secondary
{
    position: relative;

    min-width: 174px;
    padding: 13px 26px 10px;

    -webkit-transition: .3s all;
            transition: .3s all; 

    background: transparent;
}
@media (max-width: 767px)
{
    .c-btn-secondary
    {
        min-width: 166px;
    }
}
.c-btn-secondary span
{
    position: relative;
    z-index: 2;
}
.c-btn-secondary:hover
{
    color: #fff;
    background: #ab5c57;
}
.c-btn-secondary:hover:after
{
    background: #ab5c57;
}
.c-btn-secondary:before
{
    position: absolute;
    z-index: 1;
    top: -1px;
    right: 0;
    bottom: -1px;
    left: -1px;

    width: 101%;
    margin: auto;

    content: '';

    border: 1px solid #ac9b74;
}
.c-btn-secondary:after
{
    position: absolute;
    top: -5px;
    right: 3px;
    bottom: -5px;
    left: 3px;

    height: auto;

    content: '';
    -webkit-transition: .3s background-color;
            transition: .3s background-color; 

    border: 1px solid #ac9b74;
    background: transparent;
}
.c-btn-secondary.c-btn-color-alt
{
    color: #fff;
}
.c-btn-content
{
    position: relative;
    z-index: 2;
}

/* Embed Video Styles */
.iframe-wrapper
{
    position: relative;

    overflow: hidden; 

    max-width: 100%;
    height: 0;
    margin: 70px auto 40px;
    padding-bottom: 56.3%;
}
@media (max-width: 767px)
{
    .iframe-wrapper
    {
        margin: 14px auto 10px;
    }
}
.iframe-wrapper__overlay
{
    position: absolute;
    z-index: 4;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;

    background-position: center;
    background-size: cover;
}
.iframe-wrapper__overlay:hover .iframe-wrapper__play
{
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
}
.iframe-wrapper__play
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 89px;
    height: 89px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: background-color .3s ease;
            transition: background-color .3s ease; 
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    border: 0;
    border-radius: 100%;
    background: #1e1a34;
    -webkit-box-shadow: 0 0 0 rgba(30, 26, 52, .5);
            box-shadow: 0 0 0 rgba(30, 26, 52, .5);
}
@media (max-width: 767px)
{
    .iframe-wrapper__play
    {
        width: 55px;
        height: 55px;
    }
}
.iframe-wrapper__play:hover,
.iframe-wrapper__play:active
{
    outline: 0;
}
.iframe-wrapper__play:before
{
    position: absolute;
    top: 50%;
    left: 56%;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
            transform: translate3d(-50%, -50%, 0) rotate(360deg);

    border-width: 21px 0 21px 34px;
    border-style: solid;
    border-color: transparent transparent transparent #ddbcb0;
}
@media (max-width: 767px)
{
    .iframe-wrapper__play:before
    {
        border-width: 13px 0 13px 20px;
    }
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

@-webkit-keyframes pulse
{
    0%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 26, 52, .5);
                box-shadow: 0 0 0 0 rgba(30, 26, 52, .5);
    }
    70%
    {
        -webkit-box-shadow: 0 0 0 15px rgba(30, 26, 52, 0);
                box-shadow: 0 0 0 15px rgba(30, 26, 52, 0);
    }
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 26, 52, 0);
                box-shadow: 0 0 0 0 rgba(30, 26, 52, 0);
    }
}

@keyframes pulse
{
    0%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 26, 52, .5);
                box-shadow: 0 0 0 0 rgba(30, 26, 52, .5);
    }
    70%
    {
        -webkit-box-shadow: 0 0 0 15px rgba(30, 26, 52, 0);
                box-shadow: 0 0 0 15px rgba(30, 26, 52, 0);
    }
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 26, 52, 0);
                box-shadow: 0 0 0 0 rgba(30, 26, 52, 0);
    }
}

/* Slider Global */
.slick-arrow
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 2;
    top: 50%;

    width: 49px;
    height: 49px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: border, background-color .2s linear;
            transition: border, background-color .2s linear; 
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff7f8;
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        border: 0;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        width: 20px;
        margin: -21px 0 0;
    }
}
.has-captions .slick-arrow
{
    top: 49.1%;

    margin: -24px 0 0;
}
.slick-arrow:hover
{
    border-color: #fbebee;
    outline: none;
    background: #fbebee;
}
.slick-arrow:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 12px;
    height: 12px;
    margin-top: 0;

    content: '';
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);

    border: 2px solid #1e1a34;
    border-width: 2px 2px 0 0;
}
.slick-arrow.slick-prev
{
    left: 50px;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-prev
    {
        margin-right: 9px;
    }
}
.slick-arrow.slick-prev:after
{
    margin-left: 2px; 

    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-arrow.slick-next
{
    right: 50px;
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        margin-left: 9px;
    }
}
.slick-arrow.slick-next:after
{
    margin-left: -2px;
}

.lightbox-gallery__gallery-wrapper .slick-arrow,
.block-home-rooms-and-suites__slider-wrapper .slick-arrow
{
    position: absolute;
    top: 50%;
    bottom: auto;

    width: 51px;
    height: 51px;
    margin: auto;

    -webkit-transition: .3s border;
            transition: .3s border; 

    border: 1px solid #ac9b74;
    background: transparent;
}
@media (max-width: 991px)
{
    .lightbox-gallery__gallery-wrapper .slick-arrow,
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow
    {
        z-index: 2; 

        width: 40px;
        height: 40px;
    }
}
.lightbox-gallery__gallery-wrapper .slick-arrow:after,
.block-home-rooms-and-suites__slider-wrapper .slick-arrow:after
{
    border-color: #fbebee;
}
.lightbox-gallery__gallery-wrapper .slick-arrow:hover,
.block-home-rooms-and-suites__slider-wrapper .slick-arrow:hover
{
    border-color: #fbebee;
}

@media (max-width: 767px) and (orientation: portrait)
{
    .block-photo-and-video-gallery .lightbox-gallery__gallery-wrapper .slick-arrow,
    .block-photo-and-video-gallery .block-home-rooms-and-suites__slider-wrapper .slick-arrow,
    .block-gallery-lightbox .lightbox-gallery__gallery-wrapper .slick-arrow,
    .block-gallery-lightbox .block-home-rooms-and-suites__slider-wrapper .slick-arrow
    {
        top: 78vmin;
    }
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev,
.block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-prev
{
    right: auto;
    left: 153px;
}
@media (max-width: 1439px)
{
    .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev,
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-prev
    {
        left: calc(50% - 43%);
    }
}
@media (max-width: 767px)
{
    .lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev,
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-prev
    {
        left: 1px;
    }
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next,
.block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-next
{
    right: 152px;
    left: auto;
}
@media (max-width: 1439px)
{
    .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next,
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-next
    {
        right: calc(50% - 43%);
    }
}
@media (max-width: 767px)
{
    .lightbox-gallery__gallery-wrapper .slick-arrow.slick-next,
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-next
    {
        right: 0;
    }
}

/* BASE TABLES */
#page .tablepress-table-name
{
    font-size: 24px;
    line-height: 28px;

    letter-spacing: 1.5px;
    text-transform: none;
}

#page .tablepress
{
    margin: 18px 0 31px;
}
#page .tablepress caption
{
    display: none;
}
#page .tablepress thead th
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;

    position: relative;

    padding: 13px 0 15px 9px;

    letter-spacing: .47px;
    text-transform: uppercase;

    color: #1e1a34;
    border: 0;
    background-color: transparent;
}
#page .tablepress thead th:after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    opacity: .2; 
    border-bottom: 1px solid #404547;
}
#page .tablepress thead th br
{
    display: none;
}
#page .tablepress tbody td
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;

    position: relative;

    padding: 15px 0 13px 10px;

    color: #1e1a34;
    border: 0;
}
#page .tablepress tbody td:first-child
{
    text-align: left;
}
#page .tablepress tbody td:after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    opacity: .2; 
    border-bottom: 1px solid #404547;
}
#page .tablepress tbody tr
{
    border-top: 0;
}
#page .tablepress tbody tr:last-child
{
    border-bottom: 0;
}

.table-wrapper
{
    position: relative;
}
.table-wrapper .tablepress:before
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 20px;

    content: '';

    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .1)), to(transparent));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .1) 0%, transparent 100%);
}
.table-wrapper .tablepress.has-scroll:before
{
    display: block;
}

.dropdown
{
    position: relative;

    width: 255px;
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .dropdown
    {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.dropdown:last-child
{
    margin-right: 0;
}
.dropdown__trigger
{
    font-family: livory, serif;
    font-size: 20px;
    font-weight: 400;

    position: relative;

    width: 100%;
    padding: 2px 30px 2px 5px;

    cursor: pointer;
    -webkit-transition: color .2s linear;
            transition: color .2s linear; 
    text-align: left;

    color: #1e1a34;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ac9b74;
    background: none;
}
.dropdown__trigger:after
{
    position: absolute;
    top: -2px;
    right: -12px;
    bottom: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';
    -webkit-transition: border-color .2s linear;
            transition: border-color .2s linear; 
    -webkit-transform: rotate(-45deg) translate3d(0px, 0px, 0px);
            transform: rotate(-45deg) translate3d(0px, 0px, 0px);

    border-bottom: 1px solid #1e1a34;
    border-left: 1px solid #1e1a34;
}
.dropdown__trigger:hover:after,
.dropdown__trigger:focus:after
{
    border-color: #ab5c57;
}
@media (max-width: 991px)
{
    .dropdown__trigger
    {
        font-size: 17px;
    }
}
@media (max-width: 767px)
{
    .dropdown__trigger
    {
        padding: 1px 30px 2px 9px;
    }
}
.dropdown__trigger:after
{
    top: -6px;
    right: 12px; 

    width: 8px;
    height: 8px;
}
@media (max-width: 767px)
{
    .dropdown__trigger:after
    {
        top: -9px;
        right: 15px;
    }
}
.dropdown__trigger:last-child
{
    margin-right: 0;
}
.dropdown__trigger:hover
{
    outline: none;
}
.dropdown__trigger:hover
{
    color: #ab5c57;
}
.dropdown__trigger.open
{
    color: #ab5c57;
}
.dropdown__trigger.open
{
    color: #ab5c57;
}
.dropdown__trigger.open:after
{
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);

    border-bottom: 0;
}
.dropdown__trigger.open:hover:after,
.dropdown__trigger.open:focus:after
{
    border-bottom: 0;
}
.dropdown__trigger.open:after
{
    top: -15px; 

    height: 12px;
}
.dropdown__wrapper
{
    position: absolute;
    z-index: 50;
    top: 100%;
    bottom: auto;
    left: 0;

    visibility: hidden; 

    width: 100%;
    padding: 0;

    opacity: 0;
    background: #fff;
}
@media (min-width: 992px)
{
    .dropdown__wrapper
    {
        display: block !important;
    }
}
@media (max-width: 991px)
{
    .dropdown__wrapper
    {
        position: static;

        display: none;
        visibility: visible; 

        opacity: 1;
    }
}
.dropdown__wrapper.active
{
    visibility: visible; 

    opacity: 1;
}
.dropdown__wrapper.measuring
{
    position: absolute;
    z-index: -1;

    display: block !important;
    visibility: hidden; 

    opacity: 0;
}
.dropdown__wrapper-container
{
    overflow: auto; 

    height: auto;
    max-height: 326px;
}
.dropdown__wrapper-container.has-scroll
{
    padding-right: 21px;
}
.dropdown__list
{
    margin: 0; 
    padding: 0;
}
.dropdown__sub-list
{
    display: none;

    margin-top: -5px; 
    padding-left: 26px;
}
@media (max-width: 1199px)
{
    .dropdown__sub-list
    {
        padding-left: 18px;
    }
}
.dropdown__list-item
{
    font-family: livory, serif;
    font-weight: 400;
    line-height: 32px;

    padding: 4px 0;

    list-style-type: none;

    border-bottom: 1px solid #ac9b74;
}
.dropdown__list-item:last-child
{
    border: 0;
}
.dropdown__list-item-trigger
{
    font-size: 17px;
    line-height: 26px;

    position: relative;

    width: 100%;
    margin: 0;
    padding: 10px 10px;

    cursor: pointer; 
    text-align: left;

    border: 0;
    background: none;
}
@media (max-width: 767px)
{
    .dropdown__list-item-trigger
    {
        font-size: 17px; 

        padding-left: 11px;
    }
}
.dropdown__list-item-trigger:before
{
    position: absolute;
    top: 5px;
    left: 0;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-radius: 3px;
}
@media (max-width: 991px)
{
    .dropdown__list-item-trigger:before
    {
        top: 2px; 

        width: 23px;
        height: 23px;
    }
}
@media (max-width: 767px)
{
    .dropdown__list-item-trigger:before
    {
        top: 7px; 

        width: 16px;
        height: 16px;
    }
}
.dropdown__list-item-trigger:hover,
.dropdown__list-item-trigger.active
{
    color: #ab5c57;
}
.dropdown__list-item-trigger.active:after
{
    position: absolute;
    top: 12px;
    left: -1px;

    width: 17px;
    height: 3px;

    content: '';
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (max-width: 991px)
{
    .dropdown__list-item-trigger.active:after
    {
        top: 12px; 

        width: 24px;
        height: 4px;
    }
}
@media (max-width: 767px)
{
    .dropdown__list-item-trigger.active:after
    {
        top: 14px; 

        width: 17px;
        height: 3px;
    }
}
.dropdown__list-item.item-has-children
{
    position: relative;
}
@media (max-width: 991px)
{
    .dropdown__list-item.item-has-children
    {
        padding-right: 30px;
    }
}
.dropdown__list-item.item-has-children > .dropdown__list-item-trigger
{
    padding-right: 47px;
}
.dropdown__list-item.item-has-children.open > .dropdown__sub-list
{
    display: block;
}
.dropdown__list-item.item-has-children .dropdown__sub-list-trigger
{
    font-size: 15px;
    line-height: 0;

    position: absolute;
    z-index: 20;
    top: 6px;
    right: 26px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 9px 0 0 5.5px;

    cursor: pointer; 

    border-radius: 100%;
}
@media (max-width: 1199px)
{
    .dropdown__list-item.item-has-children .dropdown__sub-list-trigger
    {
        right: 10px;
    }
}
@media (max-width: 991px)
{
    .dropdown__list-item.item-has-children .dropdown__sub-list-trigger
    {
        font-size: 25px; 

        top: 14px;
        right: 4px;

        width: 30px;
        height: 30px;
        padding: 13px 0 0 6.5px;
    }
}
@media (max-width: 767px)
{
    .dropdown__list-item.item-has-children .dropdown__sub-list-trigger
    {
        font-size: 25px; 

        top: 10px;
        right: 4px;

        width: 30px;
        height: 30px;
        padding: 15px 0 0 8px;
    }
}

.sticky-bar
{
    display: none;
}
@media (max-width: 991px)
{
    .sticky-bar
    {
        display: block;
    }
}
.sticky-bar a
{
    text-decoration: none;

    border-bottom: 0;
}
.sticky-bar__rollup
{
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;

    overflow-x: hidden;
    overflow-y: auto;

    height: 0;

    -webkit-transition: .6s all ease;
            transition: .6s all ease; 

    background: #1e1a34;
}
.sticky-bar__trigger-close span,
.sticky-bar__trigger-wrapper span
{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;

    text-transform: uppercase;
}
.sticky-bar__trigger-close
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 13px 20px 10px;

    background: #cca1a6; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sticky-bar__trigger-close span
{
    font-size: 16px;
}
.sticky-bar .booking-form,
.sticky-bar__cta-wrapper
{
    max-width: 320px;
    margin: 0 auto;
}
.sticky-bar .booking-actions form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 11px 21px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.sticky-bar .booking-actions button
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;

    position: relative;

    width: 100%;
    margin-bottom: 1px;
    padding: 12px 0;

    text-align: left;
    text-transform: uppercase;

    color: #fbebee;
    border: none;
    border-bottom: 1px solid #ac9b74;
    background: transparent;
}
.sticky-bar .booking-actions button:after
{
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;

    width: 9px;
    height: 9px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-right: 1px solid #fbebee;
    border-bottom: 1px solid #fbebee;
    border-left: none;
}
.sticky-bar .booking-actions button.open
{
    color: #fbebee;
}
.sticky-bar .booking-actions button.open:after
{
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);

    border-bottom: none;
}
.sticky-bar .booking-form .c-btn
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 700;

    margin: auto;
    padding-right: 21px;
    padding-left: 21px;

    letter-spacing: .6px; 

    color: #1e1a34;
}
.sticky-bar__cta-wrapper
{
    padding: 10px 21px;
}
.sticky-bar__cta-wrapper span
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 500;

    color: #fbebee;
}
.sticky-bar__trigger-wrapper
{
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; 

    height: 47px;

    background: #1e1a34;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-bar__trigger-wrapper span
{
    font-size: 9px;

    letter-spacing: .37px; 

    color: #fbebee;
}
.sticky-bar__view-gallery
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 61px;
    height: 47px;
    padding-top: 10px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky-bar__view-gallery i,
.sticky-bar__view-gallery svg
{
    position: relative;
    top: -2px; 

    width: 23px;
    height: 19px;
}
@media (max-width: 767px)
{
    .sticky-bar__view-gallery i,
    .sticky-bar__view-gallery svg
    {
        position: static;
    }
}
.sticky-bar__view-gallery path
{
    fill: #fbebee;
}
.sticky-bar__view-gallery span
{
    line-height: normal;
}
.sticky-bar__trigger-open
{
    width: calc(100% - 61px);
    padding: 12px 17px 11px;

    background: #cca1a6;
}
.sticky-bar__trigger-open span
{
    font-size: 16px;

    color: #1e1a34;
}
.sticky-bar .dropdown__wrapper
{
    background: transparent;
}
.sticky-bar .dropdown__trigger:hover:after,
.sticky-bar .dropdown__trigger:focus:after
{
    border-color: #fff;
}

.datepicker
{
    border: none;
    border-radius: 0;
}
@media (max-width: 991px)
{
    .datepicker
    {
        margin: auto;
    }
}
.datepicker--nav
{
    margin: 0 2px 0 7px;

    border-bottom: 1px solid #1e1a34;
}
.datepicker--content
{
    padding: 4px 4px 0;
}
.datepicker--nav-action
{
    position: relative; 

    width: 20px;
}
.datepicker--nav-action:first-of-type
{
    left: -13px;
}
.datepicker--nav-action:last-of-type
{
    right: -4px;
}
.datepicker--nav-action svg path
{
    -webkit-transition: .2s all;
            transition: .2s all;

    stroke: #1e1a34;
}
.datepicker--nav-action:hover
{
    background: transparent;
}
.datepicker--nav-action:hover svg path
{
    stroke: #ab5c57;
}
.datepicker--nav-title
{
    font-family: livory, serif;
    font-size: 17px;
    line-height: 26px;

    max-width: 120px;

    color: #1e1a34;
}
.datepicker--nav-title i
{
    color: #1e1a34;
}
.datepicker--nav-title:hover
{
    background: transparent;
}
.datepicker--day-name
{
    font-family: acme-gothic-condensed, sans-serif;

    color: #1e1a34;
}
.datepicker--days-names
{
    margin: 0 0 3px;
}
.datepicker--cells
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.datepicker--cells.-current-
{
    background: transparent;
}
.datepicker--cells-months
{
    height: 145px;
    padding: 10px 0 0 3px;
}
.datepicker--cell.-selected-.-focus-
{
    background: transparent;
}
.datepicker--cell-day,
.datepicker--cell-month,
.datepicker--cell-year
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 13px;
    line-height: 26px;

    -webkit-transition: .3s border;
            transition: .3s border; 
    text-transform: uppercase;

    color: #1e1a34;
    border: 1px solid #ac9b74;
    border-radius: 0;
}
.datepicker--cell-day.-disabled-,
.datepicker--cell-month.-disabled-,
.datepicker--cell-year.-disabled-
{
    opacity: .3;
}
.datepicker--cell-day.-disabled-:hover,
.datepicker--cell-month.-disabled-:hover,
.datepicker--cell-year.-disabled-:hover
{
    border-color: #ac9b74;
}
.datepicker--cell-day.-selected-,
.datepicker--cell-day.-current-,
.datepicker--cell-day.-focus-,
.datepicker--cell-day:hover,
.datepicker--cell-month.-selected-,
.datepicker--cell-month.-current-,
.datepicker--cell-month.-focus-,
.datepicker--cell-month:hover,
.datepicker--cell-year.-selected-,
.datepicker--cell-year.-current-,
.datepicker--cell-year.-focus-,
.datepicker--cell-year:hover
{
    color: #1e1a34;
    border: 1px solid #ac9b74;
    background: transparent;
}
.datepicker--cell-day.-selected-,
.datepicker--cell-month.-selected-,
.datepicker--cell-year.-selected-
{
    border: 1px solid #1e1a34;
}
.datepicker--cell-day.-current-.-selected-,
.datepicker--cell-month.-current-.-selected-,
.datepicker--cell-year.-current-.-selected-
{
    color: #1e1a34;
    background: transparent;
}
.datepicker--cell-day:hover,
.datepicker--cell-month:hover,
.datepicker--cell-year:hover
{
    border-color: #1e1a34;
}
.datepicker--cell-day
{
    width: 10%;
    height: 22px;
    margin: 0 2% 8px;
}
.datepicker--cell-day.-selected-.-focus-
{
    background: transparent;
}
.datepicker--cell-month
{
    width: 21%;
    height: 30px;
}
.datepicker__all-dates-trigger
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 17px;

    width: 100%;

    cursor: pointer;
    -webkit-transition: .3s background-color;
            transition: .3s background-color; 
    text-transform: uppercase;

    color: #fff;
    border: none;
    background: #1e1a34;
}
@media (max-width: 991px)
{
    .datepicker__all-dates-trigger
    {
        padding: 4px 0 6px;
    }
}
.datepicker__all-dates-trigger:hover
{
    background: #ab5c57;
}
.datepicker-trigger.has-filters
{
    color: #1e1a34;
}
.datepicker-trigger.has-filters:hover
{
    color: #ab5c57;
}
.datepicker-trigger.has-filters.open
{
    color: #ab5c57;
}
.datepicker-inline .datepicker
{
    border: none;
    border-radius: 0;
}
@media (max-width: 991px)
{
    .datepicker-inline .datepicker
    {
        width: 100%;
    }
}
.datepicker-inline .datepicker--nav-action:last-of-type
{
    right: 0;
}

.social-share
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;

    position: relative;

    margin: -3px 0 0 6px;

    letter-spacing: .75px;
    text-transform: uppercase; 

    color: #1e1a34;
}
@media (max-width: 991px)
{
    .social-share
    {
        font-size: 16px;

        display: none;

        letter-spacing: .67px;
    }
}
.social-share-wrapper
{
    position: relative;
}
.social-share--sticky
{
    position: absolute;
}
.social-share--sticky.fixed
{
    position: fixed;
    z-index: 0;
    top: 100px;
}
@media (max-width: 991px)
{
    .social-share--sticky.fixed
    {
        position: static;
    }
}
.social-share--show-on-mobile
{
    display: none;

    margin: 37px 0;
}
@media (max-width: 991px)
{
    .social-share--show-on-mobile
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.social-share__title
{
    display: block;

    margin-bottom: 7px;
}
@media (max-width: 991px)
{
    .social-share__title
    {
        margin-right: 13px;
    }
}
.social-share__buttons
{
    margin: 0 0 0 6px;
}
.social-share .a2a_kit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
}
@media (max-width: 991px)
{
    .social-share .a2a_kit
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    }
}
.social-share .a2a_kit > *
{
    display: block;

    height: 30px;
    margin-right: 2px;
    margin-bottom: 10px;
}
.social-share .a2a_svg,
.social-share .a2a_s__default
{
    padding: 5px;

    -webkit-transition: all .15s linear;
            transition: all .15s linear; 

    opacity: 1 !important;
    border-radius: 100% !important;
}
.social-share .a2a_svg:hover,
.social-share .a2a_s__default:hover
{
    background-color: #ab5c57 !important;
}

.lds-roller
{
    position: relative; 

    display: inline-block;

    width: 64px;
    height: 64px;
}

.lds-roller div
{
    -webkit-transform-origin: 32px 32px;
            transform-origin: 32px 32px;
    -webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
            animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
}

.lds-roller div:after
{
    position: absolute;

    display: block;

    width: 4px;
    height: 4px;
    margin: -3px 0 0 -3px;

    content: ' ';

    border-radius: 50%;
    background: #1e1a34;
}

.lds-roller div:nth-child(1)
{
    -webkit-animation-delay: -.036s;
            animation-delay: -.036s;
}

.lds-roller div:nth-child(1):after
{
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2)
{
    -webkit-animation-delay: -.072s;
            animation-delay: -.072s;
}

.lds-roller div:nth-child(2):after
{
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3)
{
    -webkit-animation-delay: -.108s;
            animation-delay: -.108s;
}

.lds-roller div:nth-child(3):after
{
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4)
{
    -webkit-animation-delay: -.144s;
            animation-delay: -.144s;
}

.lds-roller div:nth-child(4):after
{
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5)
{
    -webkit-animation-delay: -.18s;
            animation-delay: -.18s;
}

.lds-roller div:nth-child(5):after
{
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6)
{
    -webkit-animation-delay: -.216s;
            animation-delay: -.216s;
}

.lds-roller div:nth-child(6):after
{
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7)
{
    -webkit-animation-delay: -.252s;
            animation-delay: -.252s;
}

.lds-roller div:nth-child(7):after
{
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8)
{
    -webkit-animation-delay: -.288s;
            animation-delay: -.288s;
}

.lds-roller div:nth-child(8):after
{
    top: 45px;
    left: 10px;
}

@-webkit-keyframes lds-roller
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes lds-roller
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.posts-pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 48px 0 69px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px)
{
    .posts-pagination
    {
        margin: 29px 0 63px;
    }
}
.posts-pagination.posts-pagination--mac .pagination-item--current
{
    top: 2px;
}
.posts-pagination.posts-pagination--mac .pagination-item--current > span
{
    top: 47%;
}
.posts-pagination a
{
    text-decoration: none;
}
.posts-pagination a:hover
{
    color: #ab5c57;
}
.posts-pagination .pagination-items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0; 

    list-style: none;
}
.posts-pagination .pagination-item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 25px;
    height: 25px;

    border-radius: 50%; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.posts-pagination .pagination-item a > span
{
    line-height: 1; 

    position: absolute;
    top: 57%;
    left: 50%;

    display: block;

    -webkit-transform: translate(-50%, -49%);
            transform: translate(-50%, -49%);
}
.posts-pagination .pagination-item--current
{
    position: relative;

    display: block;

    width: 25px;
    height: 25px;

    border-radius: 50%;
    background: #ddbcb0; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.posts-pagination .pagination-item--current > span
{
    line-height: 1; 

    position: absolute;
    top: 57%;
    left: 50%;

    display: block;

    -webkit-transform: translate(-50%, -49%);
            transform: translate(-50%, -49%);
}
.posts-pagination .pagination-item,
.posts-pagination .pagination-item-spacer
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 20px;

    margin: 0 13px 0 0;
    padding-left: 0;

    color: #1e1a34;
}
.posts-pagination .pagination-item:before,
.posts-pagination .pagination-item-spacer:before
{
    display: none;
}
.posts-pagination .pagination-item-spacer
{
    position: relative;
    top: -2px;

    margin: 0 20px 0 5px;

    color: #ddbcb0;
}
.posts-pagination .post-link
{
    cursor: pointer;
}
.posts-pagination .post-link:first-of-type span:after,
.posts-pagination .post-link:first-of-type a:after
{
    left: -10px;
}
.posts-pagination .post-link:last-of-type span:after,
.posts-pagination .post-link:last-of-type a:after
{
    right: -10px;

    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}
.posts-pagination .post-link span,
.posts-pagination .post-link a
{
    font-size: 0; 

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.posts-pagination .post-link span:after,
.posts-pagination .post-link a:after
{
    position: absolute;
    top: -1px;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 8px;
    height: 8px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-right: 1px solid #1e1a34;
    border-bottom: 1px solid #1e1a34;
}
@media (max-width: 767px)
{
    .posts-pagination .post-link span:after,
    .posts-pagination .post-link a:after
    {
        top: 5px;
    }
}
.posts-pagination .post-link.disabled
{
    cursor: auto;

    opacity: .5;
}
.posts-pagination .post-link.disabled a:hover
{
    cursor: auto;
}
.posts-pagination .post-link--prev
{
    margin-right: 22px;
}
.posts-pagination .post-link--next
{
    margin-left: 9px;
}

.simplebar-track.simplebar-vertical
{
    top: 10px;
    right: 10px;
    bottom: 10px;

    width: 2px;

    background: #ddbcb0;
}

.simplebar-track.simplebar-horizontal
{
    height: 2px;

    background: #ddbcb0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar
{
    top: 0;

    height: 3px;

    background: #1e1a34;
}

.simplebar-track .simplebar-scrollbar
{
    right: -1px;

    width: 3px;

    background: #1e1a34;
}

.simplebar-track
{
    overflow: visible;
}

.simplebar-content-wrapper
{
    visibility: inherit;
}

.leadparagraph
{
    font-size: 28px;
    font-weight: 500;
    line-height: 35px; 

    margin: 81px 0 56px;
}
@media (max-width: 767px)
{
    .leadparagraph
    {
        font-size: 18px;
        line-height: 24px;

        margin: 32px 0 22px;
    }
}

.highlight-text
{
    padding: 1px 0;

    background: #fbebee;
}

blockquote.alternate,
blockquote
{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;

    position: relative;

    margin: 59px 0 34px;
    padding: 3px 0 54px;

    letter-spacing: .1px;
}
@media (max-width: 767px)
{
    blockquote.alternate,
    blockquote
    {
        font-size: 22px;
        line-height: 28px;

        margin: 27px 0 6px;
    }
}
blockquote.alternate:not([class]),
blockquote:not([class])
{
    padding: 11px 38px;
}
@media (max-width: 767px)
{
    blockquote.alternate:not([class]),
    blockquote:not([class])
    {
        padding: 6px 14px 6px 18px;
    }
}
blockquote.alternate:not([class]) > p:before,
blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:before,
blockquote:not([class]) > p:after
{
    display: inline;
}
blockquote.alternate:not([class]) > p:before,
blockquote:not([class]) > p:before
{
    content: '“';
}
blockquote.alternate:not([class]) > p:after,
blockquote:not([class]) > p:after
{
    content: '”';
}
blockquote.alternate p,
blockquote p
{
    margin: 0;
}
blockquote.alternate cite,
blockquote cite
{
    font-style: italic;
}
blockquote.alternate cite:before,
blockquote.alternate cite:after,
blockquote cite:before,
blockquote cite:after
{
    display: inline;
}
blockquote.alternate cite:before,
blockquote cite:before
{
    content: '“';
}
blockquote.alternate cite:after,
blockquote cite:after
{
    content: '”';
}
blockquote.alternate .author,
blockquote .author
{
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;

    position: absolute;
    bottom: 18px;
    left: 1px;
}
@media (max-width: 767px)
{
    blockquote.alternate .author,
    blockquote .author
    {
        font-size: 16px;
        line-height: 24px;

        bottom: 21px;
    }
}
blockquote.alternate .author:before,
blockquote .author:before
{
    display: inline;

    margin-right: 4px;

    content: '—';
}

.page-accordion
{
    padding: 65px 0 13px;
}
@media (max-width: 767px)
{
    .page-accordion
    {
        padding: 35px 0 0;
    }
}

.single-accordion
{
    padding: 0;

    border-top: 1.5px solid #ac9b74;
}
@media (max-width: 767px)
{
    .single-accordion
    {
        padding: 0 0 14px;
    }
}
.single-accordion:last-of-type
{
    border-bottom: 1.5px solid #ac9b74;
}
.single-accordion p:last-child
{
    margin: 0;
}
.single-accordion.active .single-accordion__title:after
{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.block-home-accordion-wrapper .single-accordion
{
    border-bottom: 2px solid #ac9b74;
}
@media (min-width: 992px)
{
    .block-home-accordion-wrapper .single-accordion
    {
        border: 0;
    }
}
@media (max-width: 767px)
{
    .block-home-accordion-wrapper .single-accordion
    {
        padding-bottom: 15px;
    }
}
.single-accordion__content
{
    display: none;

    padding: 4px 55px 22px 18px;
}
@media (max-width: 767px)
{
    .single-accordion__content
    {
        padding: 18px 25px 5px 18px;
    }
}
@media (min-width: 992px)
{
    .block-home-accordion-wrapper .single-accordion__content
    {
        display: block !important;

        padding: 0;
    }
}
.single-accordion__title
{
    font-weight: 400;

    position: relative;

    display: block;

    padding: 13px 45px 12px 18px;

    cursor: pointer;
    -webkit-transition: all .2s linear;
            transition: all .2s linear; 
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .single-accordion__title
    {
        padding: 16px 45px 0 18px;
    }
}
.block-home-accordion-wrapper .single-accordion__title,
.block-home-food-and-drink .single-accordion__title,
.block-home-retail-intro .single-accordion__title
{
    display: none;
}
@media (max-width: 991px)
{
    .block-home-accordion-wrapper .single-accordion__title,
    .block-home-food-and-drink .single-accordion__title,
    .block-home-retail-intro .single-accordion__title
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .block-home-accordion-wrapper .single-accordion__title,
    .block-home-food-and-drink .single-accordion__title,
    .block-home-retail-intro .single-accordion__title
    {
        padding-top: 16px;
    }
}
.single-accordion__title > *
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 20px;

    -webkit-transition: color .2s linear;
            transition: color .2s linear; 
    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .single-accordion__title > *
    {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
    }
}
@media (max-width: 991px)
{
    .block-home-accordion-wrapper .single-accordion__title > *
    {
        font-weight: 400;
        line-height: 1.5;
    }
}
.single-accordion__title:hover
{
    color: #ab5c57;
}
.single-accordion__title:hover h4,
.single-accordion__title:hover .block-home-accordion-wrapper .single-accordion__title,
.block-home-accordion-wrapper .single-accordion__title:hover .single-accordion__title,
.single-accordion__title:hover .block-home-food-and-drink .single-accordion__title,
.block-home-food-and-drink .single-accordion__title:hover .single-accordion__title,
.single-accordion__title:hover .block-home-retail-intro .single-accordion__title,
.block-home-retail-intro .single-accordion__title:hover .single-accordion__title
{
    color: #ab5c57;
}
.single-accordion__title:hover:after,
.single-accordion__title:hover:before
{
    background-color: #ab5c57;
}
.block-home-rooms-and-suites .block-home-accordion-wrapper .single-accordion__title:hover:after,
.block-home-rooms-and-suites .block-home-accordion-wrapper .single-accordion__title:hover:before
{
    background-color: #ab5c57;
}
.single-accordion__title:after,
.single-accordion__title:before
{
    position: absolute;
    top: 50%;

    width: 14px;
    height: 2px;

    content: '';
    -webkit-transition: .3s all;
            transition: .3s all; 

    background-color: #1e1a34;
}
.block-home-rooms-and-suites .block-home-accordion-wrapper .single-accordion__title:after,
.block-home-rooms-and-suites .block-home-accordion-wrapper .single-accordion__title:before
{
    background-color: #ac9b74;
}
.single-accordion__title:after,
.single-accordion__title:before
{
    right: 18px;
}
@media (max-width: 767px)
{
    .single-accordion__title:after,
    .single-accordion__title:before
    {
        top: 63%;
        right: 21px;
    }
}
.single-accordion__title:after
{
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.block-home-accordion-wrapper
{
    margin-bottom: 25px;
}
@media (max-width: 991px)
{
    .block-home-accordion-wrapper
    {
        margin-bottom: 17px;
    }
}

.page-fullwidth-image
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    padding: 82px 0 74px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .page-fullwidth-image
    {
        padding: 29px 0 27px;
    }
}
.page-fullwidth-image__wrapper
{
    width: 100%;
}
.page-fullwidth-image__wrapper:before,
.page-fullwidth-image__wrapper:after
{
    display: table; 

    content: '';
}
.page-fullwidth-image__wrapper:after
{
    clear: both;
}
.page-fullwidth-image__wrapper img
{
    width: 100%;
    margin: 0;
}
@media (max-width: 767px)
{
    .page-fullwidth-image__wrapper img
    {
        min-height: 180px;

        -o-object-fit: cover;
           object-fit: cover;
    }
}

@media (max-width: 767px)
{
    .content-image + .content-image
    {
        padding-top: 15px;
    }
}

.content-image__align-left,
.content-image__align-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .content-image__align-left,
    .content-image__align-right
    {
        width: 100%;
    }
}

.content-image__align-left
{
    float: left;
}
@media (max-width: 767px)
{
    .content-image__align-left
    {
        float: none;
    }
}
.content-image__align-left.spacing-normal
{
    padding-right: 15px;
}
@media (max-width: 767px)
{
    .content-image__align-left.spacing-normal
    {
        padding: 0 0 11px;
    }
    .content-image__align-left.spacing-normal:last-child
    {
        padding: 0;
    }
}

.content-image__align-right
{
    float: right;
}
@media (max-width: 767px)
{
    .content-image__align-right
    {
        float: none;
    }
}
.content-image__align-right.spacing-normal
{
    padding-left: 15px;
}
@media (max-width: 767px)
{
    .content-image__align-right.spacing-normal
    {
        padding: 0 0 15px;
    }
    .content-image__align-right.spacing-normal:last-child
    {
        padding: 0;
    }
}

.content-image img
{
    width: 100%;
    margin: 0;
}
@media (max-width: 767px)
{
    .content-image img
    {
        display: block;

        max-width: 280px;
        height: 157px;
        min-height: 0; 
        margin: 0 auto;

        -o-object-fit: cover;
           object-fit: cover;
    }
}

/* Main Header */
.main-header
{
    font-weight: 500;

    position: relative;
    z-index: 20;

    height: 117px;

    background: #1e1a34;
}
@media (max-width: 991px)
{
    .main-header
    {
        height: 60px;

        -webkit-transition: .3s transform;
                transition: .3s transform;
    }
}
.main-header__bottom
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    background: #1e1a34;
}
@media (max-width: 991px)
{
    .main-header .row
    {
        margin: 0;
    }
}
.main-header__logo
{
    display: inline-block;

    max-width: 217px;

    -webkit-transition: .3s opacity, visibility, -webkit-transform;
            transition: .3s opacity, visibility, -webkit-transform;
            transition: .3s opacity, visibility, transform;
            transition: .3s opacity, visibility, transform, -webkit-transform;
            transition: .3s opacity, visibility, transform; 

    border: 0;
    border: 0;
}
@media (max-width: 991px)
{
    .main-header__logo
    {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .overlayed .main-header__logo
    {
        opacity: 0;
    }
}
@media (max-width: 991px)
{
    .main-header__logo svg
    {
        width: 100%;
    }
}
.main-header__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 auto;
    padding: 18px 30px 19px;

    -webkit-transition: .3s all;
            transition: .3s all; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px)
{
    .main-header__wrapper
    {
        padding: 5px 20px 4px;
    }
}
.main-header__nav
{
    font-size: 16px;
    line-height: 18px; 

    position: static;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px)
{
    .main-header__nav
    {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 991px)
{
    .main-header__nav
    {
        display: none;
    }
}
.main-header__nav .highlight-text
{
    padding: 0;
}
.main-header__nav .menu-item-icon
{
    margin-left: 2px;
}
.main-header__nav .menu-item-icon path
{
    -webkit-transition: .3s fill;
            transition: .3s fill;

    fill: #fbebee;
}
.main-header__nav li
{
    padding: 0 7px;
}
.main-header__nav li.current-menu-item a
{
    color: #ddbcb0;
}
.main-header__nav li.current-menu-item path
{
    fill: #ddbcb0;
}
.main-header__nav li.menu-item-object-ccs_custom_menu_item a:after
{
    position: absolute;
    top: -2px;
    right: -12px;
    bottom: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';
    -webkit-transition: border-color .2s linear;
            transition: border-color .2s linear; 
    -webkit-transform: rotate(-45deg) translate3d(0px, 0px, 0px);
            transform: rotate(-45deg) translate3d(0px, 0px, 0px);

    border-bottom: 1px solid #fbebee;
    border-left: 1px solid #fbebee;
}
.main-header__nav li.menu-item-object-ccs_custom_menu_item a:hover:after,
.main-header__nav li.menu-item-object-ccs_custom_menu_item a:focus:after
{
    border-color: #ddbcb0;
}
.platform-windows .main-header__nav li.menu-item-object-ccs_custom_menu_item a:after
{
    top: -7px;
}
.main-header__nav li.active a
{
    color: #ddbcb0;
}
.main-header__nav li.active a:after
{
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);

    border-bottom: 0;
}
.main-header__nav li.active a:hover:after,
.main-header__nav li.active a:focus:after
{
    border-bottom: 0;
}
.main-header__nav li .mega-menu-wrapper a.active
{
    color: #1e1a34;
}
.main-header__nav li .mega-menu-wrapper a:hover
{
    color: #ab5c57;
}
.main-header__nav > .menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-header__nav > .menu > li
{
    padding: 5px 0;

    cursor: pointer;
}
.main-header__nav > .menu > li:not(:last-of-type)
{
    margin-right: 22px; 
    padding-right: 17px;
}
@media (max-width: 1199px)
{
    .main-header__nav > .menu > li:not(:last-of-type)
    {
        margin-right: 16px;
    }
}
.main-header__nav a
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;

    position: relative;

    display: inline-block;

    text-decoration: none;
    letter-spacing: .3px;
    text-transform: uppercase; 

    color: #fbebee;
}
.main-header__nav a:focus
{
    color: #fbebee;
}
.main-header__nav a:hover
{
    color: #ddbcb0;
}
.main-header__nav a:hover path
{
    fill: #ddbcb0;
}
.main-header__subnav
{
    font-size: 12px;
    line-height: 14px;

    padding: 17px 0;

    text-align: right;
}
.main-header__subnav li
{
    margin-right: 15px;
}
.main-header__subnav li:last-child
{
    margin-right: 0;
}
.main-header__subnav a:hover
{
    color: #ddbcb0;
}
.main-header__right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px)
{
    .main-header__right
    {
        display: none;
    }
}
.main-header__left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 10px 55px 0 0;

    -webkit-transition: .3s margin;
            transition: .3s margin; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px)
{
    .main-header__left
    {
        margin: 0; 
        padding: 0;
    }
}
.main-header .datepicker-wrapper
{
    width: 125px;
    margin-right: 13px;
}
.main-header .datepicker-trigger
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 500;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 128px;
    height: 100%;
    margin-right: 9px;
    padding: 0 13px;

    -webkit-transition: .3s all;
            transition: .3s all; 

    color: #fbebee;
    border: 1px solid rgba(172, 155, 116, .4);
    background: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header .datepicker-trigger.open
{
    color: #ddbcb0;
    border-color: #ac9b74;
}
.main-header .datepicker-trigger.open:after
{
    bottom: 2px;

    border-color: #ddbcb0;
}
.main-header .datepicker-trigger:after
{
    top: -2px;
    right: 16px;
    bottom: 0;

    width: 6px;
    height: 6px;

    border-color: #fff;
}
.main-header .datepicker-trigger:hover
{
    color: #ddbcb0;
    border-color: #ac9b74;
}
.main-header .datepicker-trigger:hover:after
{
    border-color: #ddbcb0;
}
.main-header .booking-actions
{
    width: 100%;
    margin-bottom: 8px;

    text-align: right;
}
.main-header .booking-actions form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-header .booking-actions button
{
    cursor: pointer;
}
.main-header__cta-wrapper a
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    font-weight: 500;

    text-decoration: none; 

    color: #fbebee;
}
.main-header__cta-wrapper a:hover
{
    color: #ddbcb0;
}
.main-header .c-btn
{
    margin: 0;
    padding: 13px 21px 11px 21px;

    letter-spacing: -.6px;

    background: #cca1a6;
}
.main-header .c-btn:hover
{
    background: #ddbcb0;
}

/* Mega Menu */
.mega-menu-wrapper
{
    position: absolute;
    z-index: -999;
    top: 100%;
    left: 0;

    visibility: hidden;

    width: 100%;
    padding: 53px 0 54px;
}
.mega-menu-wrapper ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    padding: 10px 0 0 22px; 

    border-left: 1px solid transparent;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.active .mega-menu-wrapper ul
{
    border-color: #ddbcb0;
}
.mega-menu-wrapper li
{
    display: block;

    padding: 0 0 7.4px 0;
}
.mega-menu-wrapper li.current-menu-item > a.active
{
    position: relative;
}
.mega-menu-wrapper li.current-menu-item > a.active:after
{
    position: absolute;
    top: auto;
    right: 0;
    bottom: 3px;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto;
    height: 1px;

    content: '';
    -webkit-transform: rotate(0);
            transform: rotate(0); 

    background: #1e1a34;
}
.mega-menu-wrapper a
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;

    visibility: hidden;

    padding: 0;

    -webkit-transition: none;
            transition: none;
    -webkit-transition-delay: unset;
            transition-delay: unset; 
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    letter-spacing: -.1px;
    text-transform: none;

    opacity: 0;
    color: #1e1a34;
    border-bottom: none;
}
.mega-menu-wrapper a.active
{
    visibility: visible;

    -webkit-transition: all .3s;
            transition: all .3s;

    opacity: 1;
}
.mega-menu-wrapper a:hover
{
    -webkit-transition: color .1s;
            transition: color .1s;

    color: #ab5c57;
}
.mega-menu-wrapper a:after
{
    display: none;
}
.mega-menu-wrapper a.active:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.mega-menu-wrapper p a.active
{
    margin-top: 0;
}
.mega-menu-wrapper figure
{
    overflow: hidden; 

    margin: 5px 0 15px;
}
.mega-menu-wrapper img
{
    margin: 0;

    -webkit-transition: .3s transform;
            transition: .3s transform;
}
.mega-menu-wrapper h1,
.mega-menu-wrapper h2,
.mega-menu-wrapper h3,
.mega-menu-wrapper h4,
.mega-menu-wrapper .block-home-accordion-wrapper .single-accordion__title,
.block-home-accordion-wrapper .mega-menu-wrapper .single-accordion__title,
.mega-menu-wrapper .block-home-food-and-drink .single-accordion__title,
.block-home-food-and-drink .mega-menu-wrapper .single-accordion__title,
.mega-menu-wrapper .block-home-retail-intro .single-accordion__title,
.block-home-retail-intro .mega-menu-wrapper .single-accordion__title,
.mega-menu-wrapper h5,
.mega-menu-wrapper .block-home-aside-content .block-pre-title,
.block-home-aside-content .mega-menu-wrapper .block-pre-title,
.mega-menu-wrapper h6,
.mega-menu-wrapper p,
.mega-menu-wrapper blockquote,
.mega-menu-wrapper strong
{
    visibility: hidden;

    margin: 0;

    -webkit-transition: none;
            transition: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);

    opacity: 0;
}
.mega-menu-wrapper h1.active,
.mega-menu-wrapper h2.active,
.mega-menu-wrapper h3.active,
.mega-menu-wrapper h4.active,
.mega-menu-wrapper .block-home-accordion-wrapper .active.single-accordion__title,
.block-home-accordion-wrapper .mega-menu-wrapper .active.single-accordion__title,
.mega-menu-wrapper .block-home-food-and-drink .active.single-accordion__title,
.block-home-food-and-drink .mega-menu-wrapper .active.single-accordion__title,
.mega-menu-wrapper .block-home-retail-intro .active.single-accordion__title,
.block-home-retail-intro .mega-menu-wrapper .active.single-accordion__title,
.mega-menu-wrapper h5.active,
.mega-menu-wrapper .block-home-aside-content .active.block-pre-title,
.block-home-aside-content .mega-menu-wrapper .active.block-pre-title,
.mega-menu-wrapper h6.active,
.mega-menu-wrapper p.active,
.mega-menu-wrapper blockquote.active,
.mega-menu-wrapper strong.active
{
    visibility: visible;

    opacity: 1;
}
.mega-menu-wrapper.active
{
    z-index: 999;

    visibility: visible;
}
.mega-menu-wrapper.active a
{
    -webkit-transform: none;
            transform: none;
}
.mega-menu-wrapper .sub-menu
{
    margin: 20px 0 15px;
}
.mega-menu-wrapper .sub-menu li
{
    padding-bottom: 15px;
    padding-left: 0;
}
.mega-menu-wrapper .sub-menu li:last-child
{
    padding-bottom: 0;
}
.mega-menu-wrapper .sub-menu a
{
    font-family: #fbebee;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.mega-menu-wrapper .container
{
    visibility: hidden;

    -webkit-transition: .5s opacity, visibility linear;
            transition: .5s opacity, visibility linear;
    -webkit-transition-delay: .3s;
            transition-delay: .3s; 

    opacity: 0;
}
.active .mega-menu-wrapper .container
{
    visibility: visible;

    opacity: 1;
}

p.active
{
    overflow: hidden; 

    margin-bottom: 10px;
}

.mega-menu-background
{
    position: absolute;
    z-index: 998;
    top: 100%;
    left: 0;

    width: 100%;

    background-color: #fff7f8;
}

/* Main Header Mobile */
.btn-hamburger
{
    position: absolute;
    z-index: 9999;
    top: 49%;
    right: 20px;

    display: none;

    margin: -2px 0 0;
    padding: 0;

    cursor: pointer; 
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media (max-width: 991px)
{
    .btn-hamburger
    {
        z-index: 2;

        display: block;

        width: 20px;
        height: 16px;
        margin: 3px 0 0 0;

        -webkit-transition: .3s opacity;
                transition: .3s opacity;
    }
}
.overlayed .btn-hamburger
{
    opacity: 0;
}
.btn-hamburger:hover
{
    outline: 0;
}
.btn-hamburger span
{
    position: absolute;
    left: 0;

    display: block;

    width: 25px;
    height: 1px;

    -webkit-transition: .45s ease-in-out;
            transition: .45s ease-in-out; 
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    background: #fff;
}
@media (max-width: 767px)
{
    .btn-hamburger span
    {
        width: 20px;
    }
}
.btn-hamburger span:nth-child(1)
{
    top: 0;

    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.btn-hamburger span:nth-child(2)
{
    top: 7px;

    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.btn-hamburger span:nth-child(3)
{
    top: 14px;

    -webkit-transform-origin: left center;
            transform-origin: left center;
}
.btn-hamburger--menu
{
    position: absolute;
    top: 32px;
    right: 16px;
}
@media (max-width: 991px)
{
    .overlayed .btn-hamburger--menu
    {
        opacity: 1;
    }
}
.btn-hamburger--menu span
{
    background: #f6e6ea;
}
.btn-hamburger--menu span:nth-child(1)
{
    top: -1px;
    left: 2px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.btn-hamburger--menu span:nth-child(2)
{
    width: 0;

    opacity: 0;
}
.btn-hamburger--menu span:nth-child(3)
{
    top: 16px;
    left: 2px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media (max-width: 767px)
{
    .btn-hamburger--menu span:nth-child(3)
    {
        top: 13px;
    }
}

.main-header__nav-mobile
{
    font-size: 18px;
    line-height: 32px;
}
.main-header__nav-mobile a
{
    text-decoration: none;
}
.main-header__nav-mobile .menu > li > a
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 59px;

    position: relative;

    -webkit-transition: none;
            transition: none; 
    text-transform: uppercase;

    color: #fbebee;
    border-bottom: 1px solid #ac9b74;
}
.main-header__nav-mobile .menu > li > a.open
{
    border-color: transparent;
}
.main-header__nav-mobile .menu > li > a.open + .sub-menu
{
    display: block;
}
.main-header__nav-mobile .menu > li > a svg
{
    position: relative;
    top: 3px;
    left: 10px; 

    width: 23px;
    height: 19px;
}
.main-header__nav-mobile .menu > li > a svg path
{
    fill: rgba(251, 235, 238, .5);
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a:after
{
    position: absolute;
    top: 50%;
    right: 45px;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -6px;

    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border: 2px solid #ddbcb0;
    border-width: 2px 2px 0 0;
}
@media (max-width: 991px)
{
    .main-header__nav-mobile .menu > li.menu-item-has-children > a:after
    {
        right: 4px; 

        width: 9px;
        height: 9px;
    }
}
.platform-windows .main-header__nav-mobile .menu > li.menu-item-has-children > a:after
{
    top: 45%;
}
.main-header__nav-mobile .menu > li.menu-item-has-children > a.open:after
{
    right: 7px;

    width: 3px;
    height: 12px;
    margin-top: -4px;

    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);

    border-width: 0 2px 0 0;
}
.main-header__nav-mobile .sub-menu
{
    display: none;

    margin-top: -7px;
    padding-bottom: 15px;

    border-bottom: 1px solid #ac9b74;
}
.main-header__nav-mobile .sub-menu li
{
    margin-bottom: .5px;
}
.main-header__nav-mobile .sub-menu li:last-child
{
    margin: 0;
}
.main-header__nav-mobile .sub-menu a
{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    line-height: 33px;

    color: #fbebee;
    border-bottom: 0;
}
.main-header__nav-mobile a
{
    font-weight: 400; 

    display: block;
}
.main-header__nav-mobile a:hover,
.main-header__nav-mobile a:focus
{
    color: #ddbcb0;
}
.main-header__nav-mobile--wrapper
{
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;

    display: none;
    overflow-x: hidden;
    overflow-y: auto; 

    max-width: 100%;
    height: 0;
    padding: 48px 20px;

    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);

    background: #1e1a34;
}
@media (max-width: 991px)
{
    .main-header__nav-mobile--wrapper
    {
        display: block;

        -webkit-transition: .6s all ease;
                transition: .6s all ease;
    }
}
@media (max-width: 991px)
{
    .overlayed .main-header__nav-mobile--wrapper
    {
        height: 100vh;

        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.main-header__nav-mobile--wrapper nav li
{
    display: block;
}
.main-header__nav-mobile--wrapper .c-btn
{
    font-size: 12px;
    line-height: 15px; 

    width: 100%;
}

@media (max-width: 991px)
{
    .main-header__subnav
    {
        text-align: left;
    }
    .main-header__subnav a
    {
        display: block;

        padding: 9px 40px;
    }
    .main-header__subnav li
    {
        margin: 0 0 16px;
    }
    .main-header__subnav li:last-child
    {
        margin: 0;
    }
}

@media (max-width: 767px)
{
    .main-header__subnav
    {
        padding: 6px 0;
    }
    .main-header__subnav a
    {
        padding: 9px 20px;
    }
    .main-header__subnav li
    {
        margin: 0;
    }
}

.main-header__cta-wrapper--mobile
{
    padding: 185px 0 0;
}
@media (max-width: 767px)
{
    .main-header__cta-wrapper--mobile
    {
        padding: 0;
    }
}

.main-header__nav,
.main-header__cta-wrapper
{
    height: 32px;

    -webkit-transition: .3s all;
            transition: .3s all;
}

.main-header__left
{
    position: relative;
}
@media (max-width: 991px)
{
    .main-header__left
    {
        position: static;
    }
}

.page-hero
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: #fbebee; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-hero__wrapper
{
    width: 100%;
}
.page-hero--full-w-image .page-hero__wrapper
{
    position: relative;
}
.page-hero__thumbnail
{
    min-height: 464px;

    background-repeat: no-repeat;
}
@media (max-width: 991px)
{
    .page-hero__thumbnail
    {
        min-height: 400px;
    }
}
@media (max-width: 767px)
{
    .page-hero__thumbnail
    {
        min-height: 180px;
    }
}
.page-hero--half-w-image .page-hero__thumbnail,
.page-hero--full-w-image .page-hero__thumbnail
{
    background-size: cover;
}
.page-hero--half-w-image .page-hero__thumbnail
{
    height: 100%;
}
@media (max-width: 767px)
{
    .page-hero--half-w-image .page-hero__thumbnail
    {
        min-height: 240px;
    }
}
.page-hero--full-w-image .page-hero__thumbnail
{
    min-height: 615px;
}
@media (max-width: 767px)
{
    .page-hero--full-w-image .page-hero__thumbnail
    {
        min-height: 468px;
    }
}
.page-hero__content
{
    position: relative;
    z-index: 2;

    padding: 154px 30px 159px;

    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .page-hero__content
    {
        padding: 50px 15px 54px;
    }
}
.platform-windows .page-hero__content
{
    padding: 173px 30px 139px;
}
@media (max-width: 767px)
{
    .platform-windows .page-hero__content
    {
        padding: 56px 15px 48px;
    }
}
.page-hero__content h1
{
    font-size: 100px;
}
@media (max-width: 767px)
{
    .page-hero__content h1
    {
        font-size: 36px;
    }
}
.page-hero--half-w-image .page-hero__content
{
    padding: 139px 45px 142px 88px;

    text-align: left;
}
@media (max-width: 767px)
{
    .page-hero--half-w-image .page-hero__content
    {
        padding: 41px 30px 51px 30px;
    }
}
.happening-template-default .page-hero--half-w-image .page-hero__content
{
    padding-bottom: 106px;
}
@media (max-width: 767px)
{
    .happening-template-default .page-hero--half-w-image .page-hero__content
    {
        padding-bottom: 17px;
    }
}
.page-hero--half-w-image .page-hero__content h1
{
    font-size: 48px;
    line-height: 54px; 

    margin-top: 7px;
    margin-bottom: 17px;
}
@media (max-width: 767px)
{
    .page-hero--half-w-image .page-hero__content h1
    {
        font-size: 38px;
        line-height: 36px;

        margin-top: 9px;
        margin-bottom: 17px;

        letter-spacing: -.9px;
    }
}
.happening-template-default .page-hero--half-w-image .page-hero__content h1
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .happening-template-default .page-hero--half-w-image .page-hero__content h1
    {
        margin-top: 9px;
        margin-bottom: 10px;
    }
}
.page-hero--half-w-image .page-hero__content p
{
    font-size: 24px;
    line-height: 32px; 

    max-width: 482px;
    margin-bottom: 34px;
}
@media (max-width: 767px)
{
    .page-hero--half-w-image .page-hero__content p
    {
        font-size: 16px;
        line-height: 24px; 

        margin-bottom: 31px;
    }
}
.page-hero--full-w-image .page-hero__content
{
    max-width: 1440px;
    margin: 0 auto; 
    padding: 132px 50px 169px;
}
@media (max-width: 767px)
{
    .page-hero--full-w-image .page-hero__content
    {
        margin-top: -29px; 
        padding: 44px 15px 30px;
    }
}
.platform-windows .page-hero--full-w-image .page-hero__content
{
    padding: 150px 50px 143px;
}
@media (max-width: 767px)
{
    .platform-windows .page-hero--full-w-image .page-hero__content
    {
        padding: 62px 15px 30px;
    }
}
.page-hero--full-w-image .page-hero__content h1
{
    font-size: 120px;
    line-height: 120px;

    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .41);
}
@media (max-width: 767px)
{
    .page-hero--full-w-image .page-hero__content h1
    {
        font-size: 60px;
        line-height: 60px;

        text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    }
}
.page-hero--full-w-image .page-hero__images-wrapper
{
    position: relative;
}
.page-hero--full-w-image .page-hero__images-wrapper:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(30, 26, 52, .2);
}
.page-hero--full-w-image .page-hero__content-wrapper
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: auto; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px)
{
    .page-hero--half-w-image .row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        max-width: 100%;
        margin: 0; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}
.page-hero .post-date
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;

    margin: 0 0 12px 0;

    letter-spacing: .71px;
    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .page-hero .post-date
    {
        font-size: 14px;

        margin-bottom: 14px;
        margin-left: 4px;

        letter-spacing: .58px;
    }
}

.block-tabs
{
    overflow: hidden;
}
.block-tabs h2
{
    margin: 0 0 19px;
}
@media (max-width: 767px)
{
    .block-tabs h2
    {
        margin: 0 0 18px;
    }
}
.block-tabs.block-bottom-spacing
{
    padding-bottom: 35px;
}
.block-tabs .alignnone
{
    margin: 8px 0 56px;
}
@media (max-width: 767px)
{
    .block-tabs .alignnone
    {
        margin: 8px 0 35px;
    }
}

.tabs__link-list
{
    overflow-x: auto;

    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}
.tabs__link-list:before,
.tabs__link-list:after
{
    display: table; 

    content: '';
}
.tabs__link-list:after
{
    clear: both;
}
@media (max-width: 767px)
{
    .tabs__link-list
    {
        padding: 0 20px;
    }
    .tabs__link-list:before,
    .tabs__link-list:after
    {
        content: none;
    }
}
.tabs__link-list-wrapper
{
    position: relative;

    border-bottom: 1px solid #1e1a34;
}
.tabs__link-list-wrapper:before
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 6px;

    display: none;

    width: 20px;

    content: '';

    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .1)), to(transparent));
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .1) 0%, transparent 100%);
}
.tabs__link-list-wrapper.has-scroll:before
{
    display: block;
}

.tabs__link
{
    font-size: 15px;
    font-weight: 700;

    display: block;
    float: left;
}
@media (max-width: 767px)
{
    .tabs__link
    {
        font-size: 13px;
        line-height: 25px;

        display: inline-block;
        float: none;
    }
    .slick-initialized .tabs__link
    {
        float: left;
    }
}
.tabs__link a
{
    position: relative;

    display: block;

    padding: 0 20px 10px;

    -webkit-transition: color .2s linear;
            transition: color .2s linear;
    text-align: center;
    text-decoration: none;

    color: #000;
}
@media (max-width: 767px)
{
    .tabs__link a
    {
        min-width: 0;
        padding: 0 10px 8px;

        outline: 0;
    }
}
.tabs__link a:hover
{
    color: #1e1a34;
}
.tabs__link a:after
{
    position: absolute;
    right: auto;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .2s linear;
            transition: all .2s linear;

    background-color: #1e1a34;
}
@media (max-width: 767px)
{
    .tabs__link a:after
    {
        height: 3px;
    }
}
.tabs__link.active a
{
    color: #000;
}
@media (max-width: 767px)
{
    .tabs__link.active a
    {
        color: #000;
    }
}
.tabs__link.active a:after
{
    width: 100%;
}

.tabs__tab-content
{
    position: static;

    visibility: visible;

    padding: 42px 0 62px;

    -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;

    opacity: 1;
}
@media (max-width: 767px)
{
    .tabs__tab-content
    {
        padding: 30px 0 47px;
    }
}
.tabs__tab-content-wrapper
{
    border-bottom: 1px solid #1e1a34;
}
.tabs__tab-content:not(.active)
{
    position: absolute;
    left: -9999px; 

    visibility: hidden;

    opacity: 0;
}

.tab-head-wrap
{
    position: relative;
}
@media (max-width: 767px)
{
    .tab-head-wrap
    {
        margin: 0 -20px;
    }
    .tab-head-wrap .tab-head:before,
    .tab-head-wrap .tab-head:after
    {
        display: table; 

        content: '';
    }
    .tab-head-wrap .tab-head:after
    {
        clear: both;
    }
}
.tab-head-wrap.has-scroll:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 70px;

    content: '';

    background-image: -webkit-gradient(linear, right top, left top, from(#fffcf2), to(rgba(255, 252, 242, 0)));
    background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}

.block-img-comp
{
    padding: 71px 15px;
}
@media (max-width: 991px)
{
    .block-img-comp
    {
        padding: 70px 31px;
    }
}
@media (max-width: 767px)
{
    .block-img-comp
    {
        padding: 50px 20px 39px;
    }
    .block-img-comp .section-title
    {
        text-align: left;
    }
}
.block-img-comp .container-fluid
{
    padding: 0 1.04167vw;
}
@media (max-width: 767px)
{
    .block-img-comp .container-fluid
    {
        padding: 0;
    }
}
.block-img-comp .row
{
    margin: 0 -1.04167vw;
    padding: 0 0 2.22222vw;
}
@media (max-width: 767px)
{
    .block-img-comp .row
    {
        margin: 0;
        padding: 0;
    }
}
.block-img-comp .row:last-child
{
    padding: 0;
}
.block-img-comp [class*='col']
{
    padding: 0 1.04167vw;
}
@media (max-width: 767px)
{
    .block-img-comp [class*='col']
    {
        padding: 0 0 12px;
    }
}

.block-img-single img
{
    display: block;

    width: 100%;
}

.block-img-single.small-top
{
    padding-bottom: 2.22222vw;
}
@media (max-width: 767px)
{
    .block-img-single.small-top
    {
        padding-bottom: 12px;
    }
}

.block-gallery-slider
{
    padding: 79px 0 49px;
}
@media (max-width: 767px)
{
    .block-gallery-slider
    {
        padding: 45px 0 15px;
    }
}
.block-gallery-slider h2
{
    margin-bottom: 65px;
}
@media (max-width: 767px)
{
    .block-gallery-slider h2
    {
        margin-bottom: 26px;
    }
}

.bc-gallery__single-slide
{
    position: relative;
}
.bc-gallery__single-slide:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 100%;

    content: '';
    -webkit-transition: .3s opacity;
            transition: .3s opacity; 

    background: rgba(0, 0, 0, .3);
}
.has-captions .bc-gallery__single-slide:after
{
    height: calc(100% - 54px);
}
@media (max-width: 767px)
{
    .has-captions .bc-gallery__single-slide:after
    {
        height: calc(100% - 44px);
    }
}
.bc-gallery__single-slide.slick-center:after
{
    opacity: 0;
}

.bc-gallery__slider
{
    padding: 0;
}
@media (max-width: 767px)
{
    .bc-gallery__slider img
    {
        min-height: 156px;
    }
}
@media (max-width: 767px)
{
    .bc-gallery__slider .slick-arrow
    {
        visibility: hidden; 

        opacity: 0;
    }
}

.bc-gallery__caption
{
    font-size: 16px;
    line-height: 18px;

    min-height: 54px;
    padding: 18px 15px;

    text-align: center;
}
@media (max-width: 767px)
{
    .bc-gallery__caption
    {
        font-size: 12px;
        line-height: 14px;

        min-height: 44px;
        padding: 8px 15px;

        -webkit-transition: .3s opacity;
                transition: .3s opacity; 

        opacity: 0;
    }
}
@media (max-width: 767px)
{
    .slick-current .bc-gallery__caption
    {
        opacity: 1;
    }
}

.block-gallery-lightbox
{
    overflow: hidden; 

    padding: 17px 0 48px;
}
@media (max-width: 767px)
{
    .block-gallery-lightbox
    {
        padding: 0 0 25px;
    }
    .block-gallery-lightbox .row
    {
        margin: 0 -8px;
    }
}

.lightbox-gallery__thumbnails-wrapper
{
    margin: 74px 0;
}
@media (max-width: 991px)
{
    .lightbox-gallery__thumbnails-wrapper
    {
        margin: 15px 0;
    }
}

.lightbox-gallery__single-thumb
{
    margin-bottom: 31px;

    border-bottom: 0;
}
@media (max-width: 767px)
{
    .lightbox-gallery__single-thumb
    {
        margin-bottom: 0; 
        padding: 0 8px 12px;
    }
}
.lightbox-gallery__single-thumb img
{
    width: 100%;

    -webkit-transition: .3s transform;
            transition: .3s transform;
}

.lightbox-gallery__single-thumb figure
{
    overflow: hidden;
}
.lightbox-gallery__single-thumb figure:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.lightbox-gallery__gallery-wrapper
{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: visible;

    -webkit-transition: all 300ms ease;
            transition: all 300ms ease; 

    opacity: 1;
    background-color: #1e1a34;
}
.lightbox-gallery__gallery-wrapper:after,
.lightbox-gallery__gallery-wrapper:before
{
    position: absolute;
    z-index: -1;
    top: 21px;
    right: 21px;
    bottom: 17px;
    left: 21px;

    content: '';

    border: 1px solid #ac9b74;
}
@media (max-width: 767px)
{
    .lightbox-gallery__gallery-wrapper:after,
    .lightbox-gallery__gallery-wrapper:before
    {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
.lightbox-gallery__gallery-wrapper:before
{
    border-radius: 35px;
}
@media (max-width: 767px)
{
    .lightbox-gallery__gallery-wrapper:before
    {
        border-radius: 20px;
    }
}
@media (min-width: 992px)
{
    .block-gallery-lightbox .lightbox-gallery__gallery-wrapper .slick-arrow
    {
        top: 47%;
    }
}

@media (max-width: 767px) and (orientation: portrait)
{
    .block-gallery-lightbox .lightbox-gallery__gallery-wrapper .slick-arrow
    {
        top: 61vmin;
        bottom: auto;
    }
}
.lightbox-gallery__gallery-wrapper .container,
.lightbox-gallery__gallery-wrapper .container-fluid
{
    height: 100%;
}
.lightbox-gallery__gallery-wrapper .lightbox-gallery__sliders
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    margin: 0 auto; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lightbox-gallery__gallery-wrapper:not(.active)
{
    visibility: hidden; 

    opacity: 0;
}

.lightbox-gallery__slider
{
    position: relative;
    top: 20px;

    max-width: 100%;
    height: auto;
    margin: 0 auto; 
    padding: 0 65px;
}
@media (max-width: 991px)
{
    .lightbox-gallery__slider
    {
        padding: 0 45px;
    }
}
@media (max-width: 767px)
{
    .lightbox-gallery__slider
    {
        padding: 0;
    }
}

@media (max-width: 767px) and (orientation: portrait)
{
    .block-gallery-lightbox .lightbox-gallery__slider
    {
        top: 26px;
    }
}

@media (max-width: 767px) and (orientation: landscape)
{
    .block-gallery-lightbox .lightbox-gallery__slider
    {
        top: auto;
    }
}
.block-photo-and-video-gallery .lightbox-gallery__slider
{
    top: auto;
}

.lightbox-gallery__single-slide
{
    position: relative;
}
@media (max-width: 991px)
{
    .lightbox-gallery__single-slide
    {
        margin: 0 100px;
    }
}
@media (max-width: 767px)
{
    .lightbox-gallery__single-slide
    {
        margin: 0 0;
    }
}
.lightbox-gallery__single-slide.slick-slide
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lightbox-gallery__single-slide img
{
    max-width: 100%;
    height: auto;
    margin: 0 auto;

    vertical-align: middle;
}
.lightbox-gallery__single-slide .lightbox-iframe-wrapper
{
    position: relative;

    width: 100%;
    max-width: 729px;
    margin: 0 auto;

    background: #000;
}
.lightbox-gallery__single-slide .lightbox-iframe-wrapper .loader-icon
{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.lightbox-gallery__single-slide .lightbox-iframe-wrapper .loader-icon .lds-roller div:after
{
    background: #ddbcb0;
}
.lightbox-gallery__single-slide iframe
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; 

    width: 100%;
    height: 100%;
}

.lightbox-gallery__slide-image
{
    width: 100%;
    max-width: 948px;
}
@media (max-width: 991px)
{
    .lightbox-gallery__slide-image
    {
        max-width: 75vmin;
    }
}

@media (max-width: 767px) and (orientation: landscape)
{
    .lightbox-gallery__slide-image
    {
        max-width: 65vmin;
    }
}

@media (max-width: 767px) and (orientation: portrait)
{
    .lightbox-gallery__slide-image
    {
        max-width: none;
    }
}
.block-gallery-lightbox .lightbox-gallery__slide-image
{
    width: 70vw;
    max-width: 110vmin;
}
@media (max-width: 767px)
{
    .block-gallery-lightbox .lightbox-gallery__slide-image
    {
        width: 100%;
    }
}
@media (max-width: 767px) and (orientation: landscape)
{
    .block-gallery-lightbox .lightbox-gallery__slide-image
    {
        max-width: 80vmin;
    }
}
.block-photo-and-video-gallery .lightbox-gallery__slide-image
{
    max-width: 729px;
    max-width: 90vmin;
}

@media (max-width: 767px) and (orientation: landscape)
{
    .block-photo-and-video-gallery .lightbox-gallery__slide-image
    {
        max-width: 65vmin;
    }
}

@media (max-width: 767px) and (orientation: portrait)
{
    .block-photo-and-video-gallery .lightbox-gallery__slide-image
    {
        max-width: none;
    }
}

.lightbox-gallery__caption-wrapper
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 729px;
    margin: 0 auto; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px)
{
    .lightbox-gallery__caption-wrapper
    {
        max-width: 49.2vw;
        margin: 0 auto; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.block-photo-and-video-gallery .lightbox-gallery__caption-wrapper
{
    margin-top: 14px;
}
@media (max-width: 767px)
{
    .block-photo-and-video-gallery .lightbox-gallery__caption-wrapper
    {
        margin-top: 8px;
    }
}

.lightbox-gallery__caption
{
    font-size: 16px;
    line-height: 18px;

    margin: 10px auto 0;
    padding: 19px 0;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .lightbox-gallery__caption
    {
        font-size: 12px;
        line-height: 16px; 

        padding: 0;
    }
}
@media (max-width: 767px)
{
    .lightbox-gallery__caption
    {
        padding: 13px 55px;
    }
}
@media (max-width: 767px)
{
    .block-gallery-lightbox .lightbox-gallery__caption
    {
        margin-top: 20px; 
        padding: 0;
    }
}
.block-photo-and-video-gallery .lightbox-gallery__caption
{
    margin: 0;

    text-align: left; 

    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
        flex: 0 1 65%;
}
@media (max-width: 767px)
{
    .block-photo-and-video-gallery .lightbox-gallery__caption
    {
        padding: 10px 0;

        text-align: center;
    }
}

.lightbox-gallery__caption-button
{
    position: relative;
    top: -4px;

    display: block;

    margin-right: 11px;

    text-align: right;
}
@media (max-width: 991px)
{
    .lightbox-gallery__caption-button
    {
        font-size: 12px;
        line-height: 16px; 

        top: 0;
    }
}

.lightbox-gallery__close
{
    position: absolute;
    z-index: 999;
    top: 45px;
    right: 40px;

    display: block;

    width: 50px;
    height: 50px;

    cursor: pointer;
    -webkit-transition: background .2s linear;
            transition: background .2s linear; 
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 0;
    border-radius: 50%;
    background: none;
}
@media (max-width: 767px)
{
    .lightbox-gallery__close
    {
        top: 16px;
        right: 14px;
    }
}
.lightbox-gallery__close:hover:before,
.lightbox-gallery__close:hover:after
{
    background: #ac9b74;
}
.lightbox-gallery__close:after,
.lightbox-gallery__close:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    content: '';
    -webkit-transition: background .2s linear;
            transition: background .2s linear; 
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #fbebee;
}
.lightbox-gallery__close:after
{
    width: 2px;
    height: 30px;
}
@media (max-width: 767px)
{
    .lightbox-gallery__close:after
    {
        height: 24px;
    }
}
.lightbox-gallery__close:before
{
    width: 30px;
    height: 2px;
}
@media (max-width: 767px)
{
    .lightbox-gallery__close:before
    {
        width: 24px;
    }
}

.block-content-links
{
    padding: 20px 0 0;
}
@media (max-width: 767px)
{
    .block-content-links
    {
        padding: 0 0 2px;
    }
}
.block-content-links h2
{
    margin-bottom: 63px;
}
@media (max-width: 991px)
{
    .block-content-links h2
    {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px)
{
    .block-content-links .content-link
    {
        margin-bottom: 34px;
    }
}
.block-content-links-text
{
    margin: 53px 0 -23px; 
    padding: 0;
}
@media (max-width: 767px)
{
    .block-content-links-text
    {
        margin: 5px 0 -8px; 
        padding: 0;
    }
}
.block-content-links-text h2
{
    margin-bottom: 65px;
}
@media (max-width: 767px)
{
    .block-content-links-text h2
    {
        margin-bottom: 35px;
    }
}
.block-content-links-text .content-link
{
    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .block-content-links-text .content-link
    {
        margin-bottom: 10px;
    }
}
.block-content-links-text .content-link__title
{
    padding: 0 70px 10px 20px;
}
@media (max-width: 767px)
{
    .block-content-links-text .content-link__title
    {
        padding: 0 65px 4px 10px;
    }
}
.block-content-links-text .content-link__icon
{
    margin-top: -6px;
}
@media (max-width: 767px)
{
    .block-content-links-text .content-link__icon
    {
        margin-top: -2px;
    }
}
.block-content-links-text .content-link
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    min-height: 93px;
    padding: 20px 41px;

    background: #ddbcb0; 

    -ms-flex-line-pack: center;
    align-content: center;
}
@media (max-width: 991px)
{
    .block-content-links-text .content-link
    {
        height: auto;
    }
}
.block-content-links-text .content-link:hover
{
    background: #cca1a6;
}
.block-content-links-text .content-link:hover .content-link__title:before
{
    width: 15px;
}
.block-content-links-text .content-link:hover .content-link__title:after
{
    right: -13px;
}
.block-content-links-text .content-link:after,
.block-content-links-text .content-link:before
{
    position: absolute;
    top: 10px;
    right: 9px;
    bottom: 10px;
    left: 11px;

    margin: auto;

    content: '';

    border: 1px solid #1e1a34;
}
@media (max-width: 767px)
{
    .block-content-links-text .content-link:after,
    .block-content-links-text .content-link:before
    {
        right: 10px;
        left: 10px;
    }
}
.block-content-links-text .content-link:before
{
    border-radius: 20px;
}
.block-content-links-text .content-link__title
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 15px;

    color: #000; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.block-content-links-text .content-link__title:before,
.block-content-links-text .content-link__title:after
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 8px);

    margin: auto;

    content: '';
    -webkit-transition: .2s all;
            transition: .2s all;
}
.block-content-links-text .content-link__title:before
{
    width: 0;
    height: 2px;

    background: #1e1a34;
}
.block-content-links-text .content-link__title:after
{
    right: 0;

    width: 8px;
    height: 8px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 2px solid #1e1a34;
    border-bottom: 2px solid #1e1a34;
}

.content-link
{
    display: block;

    margin-bottom: 42px;

    border-bottom: none;
}
@media (max-width: 767px)
{
    .content-link
    {
        margin-bottom: 34px;
    }
}
.content-link:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.content-link:hover .c-btn-text:before
{
    width: 14px;
}
.content-link:hover .c-btn-text:after
{
    margin-left: 13px;
}
.content-link__title
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;

    position: relative;

    margin: 34px 0 21px;

    letter-spacing: 0; 

    color: #1e1a34;
}
@media (max-width: 767px)
{
    .content-link__title
    {
        font-size: 24px; 

        margin: 14px 0 8px;
    }
}
.content-link__img-wrapper
{
    overflow: hidden; 

    margin-bottom: 16px;
}
@media (max-width: 767px)
{
    .content-link__img-wrapper
    {
        margin-bottom: 14px;
    }
}
.content-link__img-wrapper img
{
    width: 100%;

    -webkit-transition: .3s transform;
            transition: .3s transform;
}
.content-link__content
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 767px)
{
    .content-link__content
    {
        font-size: 19px;
        line-height: 24px;
    }
}
.content-link__single--secondary .content-link__content
{
    font-family: livory, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 767px)
{
    .content-link__single--secondary .content-link__content
    {
        font-size: 15px;
        line-height: 20px; 

        margin-bottom: 13px;
    }
}
.content-link__icon
{
    position: absolute;
    top: 50%;
    right: 20px;

    overflow: hidden;

    width: 36px;
    height: 24px;

    -webkit-transition: width .2s linear;
            transition: width .2s linear; 
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
@media (max-width: 767px)
{
    .content-link__icon
    {
        right: 10px;
    }
}
.content-link:hover .content-link__icon
{
    width: 48px;
}
.content-link__icon svg
{
    position: absolute;
    top: 0;
    right: 0;
}
.content-link__icon svg path
{
    fill: #1e1a34;
}

.block-content-images
{
    margin-right: 120px;
    margin-left: 120px;
}
@media (max-width: 1439px)
{
    .block-content-images
    {
        margin-right: 0;
        margin-left: 0;
    }
}
.block-content-images h3
{
    font-size: 42px;
    line-height: 48px;

    margin: 41px 0 24px;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .block-content-images h3
    {
        font-size: 32px;
        line-height: 36px; 

        margin: 0 0 20px;
    }
}
@media (max-width: 767px)
{
    .block-content-images .row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}
.block-content-images.has-container
{
    background: transparent;
}
.block-content-images.has-container .row
{
    margin: 0;

    background: #fff7f8;
}
.block-content-images.has-container .b-content-images__content-wrapper
{
    max-width: 353px;
}
@media (max-width: 991px)
{
    .block-content-images.has-container .b-content-images__content-wrapper
    {
        max-width: 500px;
    }
}
@media (max-width: 767px)
{
    .block-content-images.has-container .b-content-images__content-wrapper
    {
        padding: 40px 10px 46px;
    }
}
.block-content-images .container
{
    max-width: none;
}

.b-content-images__content-wrapper
{
    position: relative;
    z-index: 2;

    margin: 0 68px;
}
.b-content-images__content-wrapper > ul:not([class]) li:before {
    border: 1px solid white;
    background: white;
}
@media (max-width: 1199px)
{
    .b-content-images__content-wrapper
    {
        margin: 0 auto;
    }
}
@media (max-width: 991px)
{
    .b-content-images__content-wrapper
    {
        padding: 18px 25px;
    }
}
.b-content-images__content-wrapper p
{
    line-height: 28px; 

    margin: 0 0 29px;
}
@media (max-width: 767px)
{
    .b-content-images__content-wrapper p
    {
        line-height: 24px;
    }
}

.b-content-images__image
{
    height: 100%;
}
.b-content-images__image img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.b-content-images__col.image-left
{
    padding: 0;
}
.has-container .b-content-images__col.image-left
{
    padding-right: 77px;
}
@media (max-width: 991px)
{
    .has-container .b-content-images__col.image-left
    {
        padding: 0;
    }
}

.b-content-images__col.image-right
{
    padding: 0;
}
.has-container .b-content-images__col.image-right
{
    padding-left: 77px;
}
@media (max-width: 991px)
{
    .has-container .b-content-images__col.image-right
    {
        padding: 0;
    }
}

.b-content-images__col.content-right,
.b-content-images__col.content-left
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 14px;

    background: #1e1a34;
    background-size: cover; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px)
{
    .b-content-images__col.content-right,
    .b-content-images__col.content-left
    {
        padding: 30px 50px;
    }
}
@media (max-width: 767px)
{
    .b-content-images__col.content-right,
    .b-content-images__col.content-left
    {
        padding: 30px 14px 33px;
    }
}
.b-content-images__col.content-right:after,
.b-content-images__col.content-right:before,
.b-content-images__col.content-left:after,
.b-content-images__col.content-left:before
{
    position: absolute;
    top: 14px;
    right: 13px;
    bottom: 14px;
    left: 15px;

    content: '';

    border: 1px solid #1e1a34;
}
@media (max-width: 767px)
{
    .b-content-images__col.content-right:after,
    .b-content-images__col.content-right:before,
    .b-content-images__col.content-left:after,
    .b-content-images__col.content-left:before
    {
        top: 10px;
        right: 10px;
        bottom: 11px;
        left: 10px;
    }
}
.b-content-images__col.content-right:after,
.b-content-images__col.content-left:after
{
    border-radius: 20px;
}
.b-content-images__col.content-right .c-btn-wrapper,
.b-content-images__col.content-left .c-btn-wrapper
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 24px;
}
@media (max-width: 767px)
{
    .b-content-images__col.content-right .c-btn-wrapper,
    .b-content-images__col.content-left .c-btn-wrapper
    {
        margin: 4px 0 17px 0;
    }
}
.b-content-images__col.content-right .c-btn-wrapper:last-of-type,
.b-content-images__col.content-left .c-btn-wrapper:last-of-type
{
    margin-right: 0;
}
@media (max-width: 767px)
{
    .b-content-images__col.content-right .c-btn-wrapper:last-of-type,
    .b-content-images__col.content-left .c-btn-wrapper:last-of-type
    {
        display: block;

        margin: 5px 0 0;
    }
}
.block-content-images--primary .b-content-images__col.content-right h3,
.block-content-images--primary .b-content-images__col.content-left h3
{
    color: #ac9b74;
}
.block-content-images--primary .b-content-images__col.content-right p,
.block-content-images--primary .b-content-images__col.content-left p
{
    color: #fff;
}

.block-content-images--primary .b-content-images__col:before,
.block-content-images--primary .b-content-images__col:after
{
    border-color: #ac9b74;
}

.block-cta
{
    position: relative;

    padding: 104px 0 106px;

    color: #1e1a34;
    background: #ddbcb0;
}
@media (max-width: 991px)
{
    .block-cta
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .block-cta
    {
        padding: 56px 0 73px;
    }
}
.block-cta--lighter
{
    padding: 115px 0 99px;

    background: #fbebee;
}
@media (max-width: 767px)
{
    .block-cta--lighter
    {
        padding: 56px 0 67px;
    }
}
@media (max-width: 767px)
{
    .block-cta--lighter .c-btn-primary.c-btn-color-darker
    {
        min-width: 122px;
        padding: 16px 15px 13px;
    }
}
.block-cta h1,
.block-cta h2,
.block-cta h3,
.block-cta h4,
.block-cta .block-home-accordion-wrapper .single-accordion__title,
.block-home-accordion-wrapper .block-cta .single-accordion__title,
.block-cta .block-home-food-and-drink .single-accordion__title,
.block-home-food-and-drink .block-cta .single-accordion__title,
.block-cta .block-home-retail-intro .single-accordion__title,
.block-home-retail-intro .block-cta .single-accordion__title,
.block-cta h5,
.block-cta .block-home-aside-content .block-pre-title,
.block-home-aside-content .block-cta .block-pre-title,
.block-cta h6
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 42px;

    color: currentColor;
}
@media (max-width: 767px)
{
    .block-cta h1,
    .block-cta h2,
    .block-cta h3,
    .block-cta h4,
    .block-cta .block-home-accordion-wrapper .single-accordion__title,
    .block-home-accordion-wrapper .block-cta .single-accordion__title,
    .block-cta .block-home-food-and-drink .single-accordion__title,
    .block-home-food-and-drink .block-cta .single-accordion__title,
    .block-cta .block-home-retail-intro .single-accordion__title,
    .block-home-retail-intro .block-cta .single-accordion__title,
    .block-cta h5,
    .block-cta .block-home-aside-content .block-pre-title,
    .block-home-aside-content .block-cta .block-pre-title,
    .block-cta h6
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 8px;

        letter-spacing: .2px;
        text-transform: uppercase;
    }
}
@media (max-width: 767px)
{
    .single-happening .block-cta h1,
    .single-happening
    .block-cta h2,
    .single-happening
    .block-cta h3,
    .single-happening .block-cta h4,
    .single-happening .block-cta .block-home-accordion-wrapper .single-accordion__title,
    .block-home-accordion-wrapper .single-happening .block-cta .single-accordion__title,
    .single-happening .block-cta .block-home-food-and-drink .single-accordion__title,
    .block-home-food-and-drink .single-happening .block-cta .single-accordion__title,
    .single-happening .block-cta .block-home-retail-intro .single-accordion__title,
    .block-home-retail-intro .single-happening .block-cta .single-accordion__title,
    .single-happening .block-cta h5,
    .single-happening .block-cta .block-home-aside-content .block-pre-title,
    .block-home-aside-content .single-happening .block-cta .block-pre-title,
    .single-happening
    .block-cta h6
    {
        padding: 0 34px;
    }
}
@media (min-width: 992px)
{
    .block-cta h1 br,
    .block-cta h2 br,
    .block-cta h3 br,
    .block-cta h4 br,
    .block-cta .block-home-accordion-wrapper .single-accordion__title br,
    .block-home-accordion-wrapper .block-cta .single-accordion__title br,
    .block-cta .block-home-food-and-drink .single-accordion__title br,
    .block-home-food-and-drink .block-cta .single-accordion__title br,
    .block-cta .block-home-retail-intro .single-accordion__title br,
    .block-home-retail-intro .block-cta .single-accordion__title br,
    .block-cta h5 br,
    .block-cta .block-home-aside-content .block-pre-title br,
    .block-home-aside-content .block-cta .block-pre-title br,
    .block-cta h6 br
    {
        display: none;
    }
}
.block-cta p
{
    font-family: livory, serif; 

    max-width: 730px;
    margin: 25px auto 46px;
}
@media (max-width: 991px)
{
    .block-cta p
    {
        margin: 16px auto 4px; 
        padding: 0 20px;
    }
}
.block-cta .leadparagraph
{
    max-width: 935px;
    margin-bottom: 42px;
}
@media (max-width: 767px)
{
    .block-cta .leadparagraph
    {
        font-size: 20px;
        line-height: 1.4; 

        margin-bottom: 9px;
        padding: 0;
    }
}
.block-cta .leadparagraph:first-child
{
    margin-top: 0;
}
.block-cta__text-wrapper,
.block-cta .c-btn
{
    position: relative;
    z-index: 2;
}
.block-cta__text-wrapper
{
    padding-right: 20px;
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .block-cta__text-wrapper
    {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .block-cta__text-wrapper
    {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .block-cta--lighter .block-cta__text-wrapper
    {
        padding-right: 17px;
        padding-left: 17px;
    }
}
.block-cta .c-btn
{
    padding: 18px 19px 16px;
}
@media (max-width: 991px)
{
    .block-cta .c-btn
    {
        padding: 18px 9px 16px;
    }
}
@media (max-width: 767px)
{
    .block-cta .c-btn
    {
        padding: 14px 9px 16px;
    }
}
.block-cta__button-wrapper
{
    text-align: center;
}
.block-cta__text-wrapper + .block-cta__button-wrapper
{
    margin-top: 27px;
}
@media (max-width: 767px)
{
    .block-cta__text-wrapper + .block-cta__button-wrapper
    {
        margin-top: 0;
    }
}
.block-cta--darker
{
    background: #cca1a6;
}

/* Layout Forms Start*/

.forms{
    padding: 0 16px
}
@media screen and (min-width: 768px) {
    .forms{
        padding: 0 40px
    }
}
.forms__inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 16px;
}
@media screen and (min-width: 768px) {
    .forms__inner {
        padding: 30px;
    }
}
@media screen and (min-width: 1280px) {
    .forms__inner {
        padding: 96px 40px;
    }
}

@charset "UTF-8";
/**
	Gravity Forms and other form styles
*/
/* Resets
   -------------------------------------------------------------------------- */
textarea, input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Forms
   -------------------------------------------------------------------------- */
input[type=text], select, textarea, input[type=file], input[type=number], input[type=search] {
    background-color: #fff;
    border: 1px solid var(--cbaldwin-golden-hour);
    border-radius: 0;
    color: var(--cbaldwin-purple);
    display: block;
    font-size: 1.6rem;
    padding: 18px 15px;
    text-align: left;
    width: 100%;
    appearance: none;
    transition: all .25s ease-in-out;
    font-family: livory, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    outline: none
}
input[type=text]:focus, select:focus, textarea:focus, input[type=file]:focus, input[type=number]:focus, input[type=search]:focus {
    border-color: #000;
}
input[type=text]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder, input[type=file]:focus::placeholder, input[type=number]:focus::placeholder, input[type=search]:focus::placeholder {
    opacity: 1;
    color: #4C4C4C;
}
select {
    background-image: url(/wp-content/themes/cBaldwin/images/bg/select-down.png);
    background-size: 12px auto;
    background-position: calc(100% - 21px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 45px;
}
select option {
    font-size: 1.6rem;
    font-family: sans-serif;
}
input.datepicker {
    background-size: 20px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 60px;
    color: transparent!important;
    text-shadow: 0 0 0 var(--cbaldwin-purple);
    background-position: calc(100% - 20px) center;
}
.gform_wrapper .gform_fields .select-down .ginput_container input[type=text]{
    background-image: url(/wp-content/themes/cBaldwin/images/bg/select-down.png);
    background-size: 12px auto;
    background-position: calc(100% - 21px) center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 45px;
}
textarea {
    height: 175px
}
.gform_required_legend{
    display: none;
}
.gform_wrapper .gform_submission_error {
    font-family: acme-gothic-condensed, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 26px;
    color: #d14444;
    margin-bottom: 24px;
    text-align: center;
}
.gform_wrapper .validation_error, .gform_wrapper .validation_message {
    font-family: acme-gothic-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #d14444;
    font-size: 14px;
    line-height: 14px;
    margin-top: 6px;
}
.gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #d14444;
}
.gsection_title{
    font-family: acme-gothic-condensed, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
}
.gsection{
    margin: 0 0 11px;
}
label.gfield_label.gform-field-label{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 420;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
legend.gfield_label.gform-field-label{
    font-family: brandon-grotesque, sans-serif;
    font-weight: 420;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.gform_body{
    overflow: hidden;
}
.gform_wrapper .gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media screen and (min-width: 768px) {
    .gform_wrapper .gform_fields {
        display: flex;
        flex-wrap: wrap;
    }
}
.gform_wrapper .gform_fields{
    margin: 0 -18px;
}
.gform_wrapper .gform_fields .gfield {
    flex: 0 0 100%;
    line-height: 0;
    margin: 0 0 30px;
    padding: 0 18px;
}
.gform_wrapper .gform_fields .gfield--type-section {
    margin: 0 0 34px;
}
.gform_wrapper .gform_fields .gf-spacer-16{
    margin: 0 0 16px;
}
.gform_wrapper .gform_fields .gf-spacer-32 {
    margin: 0 0 32px;
}
.gform_wrapper .gform_fields .gf-spacer-66{
    margin: 0 0 66px;
}
.gform_wrapper .gform_fields .hidden_label .gfield_label {
    display: none;
}
@media screen and (min-width: 768px) {
    .gform_wrapper .gform_fields .gfield {
        width: 100%;
    }
    .gform_wrapper .gform_fields .gfield--width-half {
        flex: 0 0 50%;
    }
}
.gform_wrapper .gform_fields .legend{
    border-bottom: 1px solid var(--cbaldwin-pink-accent);
    padding: 0 17px 35px;
    margin: 0 0 46px;
}
h2.form-heading{
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.gchoice{
    font-family: livory, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: var(--cbaldwin-purple);
}
/* Checkbox Radio buttons */
.gform_wrapper .inline_list .gfield_checkbox, .gform_wrapper .inline_list .gfield_radio {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .gform_wrapper .inline_list .gfield_checkbox, .gform_wrapper .inline_list .gfield_radio {
        flex-direction: unset;
    }
}
.gform_wrapper .inline_list .gfield_checkbox .gchoice, .gform_wrapper .inline_list .gfield_radio .gchoice {
    display: block;
    margin: 0 38px 0 0;
}
.gform_wrapper .gfield_radio,.gform_wrapper .gfield_checkbox {
    margin: 0;
    padding: 0;
    list-style: none
}

.gform_wrapper .gfield_radio .gchoice,.gform_wrapper .gfield_checkbox .gchoice {
    display: block;
    margin: 20px 0 0
}

.gform_wrapper .gfield_radio .gchoice:first-child,.gform_wrapper .gfield_checkbox .gchoice:first-child {
    margin: 0
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label {
    text-transform: none;
    position: relative;
    margin: 0 0 10px;
    display: flex;
    align-items: center
}
@media screen and (min-width: 768px) {
    .gform_wrapper .gfield_radio .gchoice label.checkbox-label,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label {
        margin: 0;
    }
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .icon,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .icon {
    margin: 2px 10px 0 0;
    align-self: flex-start;
    position: relative;
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .icon span:before,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .icon span:before {
    display: block;
    content: "";
    height: 26px;
    width: 26px;
    border: 1px solid var(--cbaldwin-golden-hour);
    background: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .gform_wrapper .gfield_radio .gchoice label.checkbox-label .icon span:before,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .icon span:before {
        -webkit-transition: none;
        transition: none
    }
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .text,.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gform_wrapper .gfield_radio .gchoice input,.gform_wrapper .gfield_checkbox .gchoice input {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.gform_wrapper .gfield_radio .gchoice label .icon span:before {
    border-radius: 50%;
    top: 0
}

.gform_wrapper .gfield_radio .gchoice label .icon span:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--cbaldwin-purple);
    height: 8px;
    width: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    transition: all .25s ease-in-out;
    opacity: 0
}

@media(prefers-reduced-motion:reduce) {
    .gform_wrapper .gfield_radio .gchoice label .icon span:after {
        -webkit-transition: none;
        transition: none
    }
}

.gform_wrapper .gfield_radio .gchoice label:hover .icon span:after,.gform_wrapper .gfield_radio .gchoice input:focus+label .icon span:after {
    opacity: 1
}

.gform_wrapper .gfield_radio .gchoice input:checked+label .icon span:before {
    border: 1px solid var(--cbaldwin-golden-hour);
    background: #fff
}

.gform_wrapper .gfield_radio .gchoice input:checked+label .icon span:after {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1
}

.gform_wrapper .gfield_checkbox .gchoice label .icon span:after {
    content: "✔";
    position: absolute;
    left: 6px;
    top: 0;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: all .25s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .gform_wrapper .gfield_checkbox .gchoice label .icon span:after {
        -webkit-transition: none;
        transition: none
    }
}

.gform_wrapper .gfield_checkbox .gchoice label:hover .icon span:before,.gform_wrapper .gfield_checkbox .gchoice input:focus+label .icon span:before {
    background: var(--cbaldwin-golden-hour);
    border-color: var(--cbaldwin-golden-hour);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked+label .icon span:before {
    background: var(--cbaldwin-golden-hour);
    border-color: var(--cbaldwin-golden-hour);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked+label .icon span:after {
    opacity: 1
}

.gform_wrapper .inline_list .gfield_checkbox,.gform_wrapper .inline_list .gfield_radio {
    display: flex
}

.gform_wrapper .inline_list .gfield_checkbox .gchoice,.gform_wrapper .inline_list .gfield_radio .gchoice {
    margin: 0 2rem 0 0
}

@media(min-width: 1024px) {
    .gform_wrapper .inline_list .gfield_checkbox .gchoice,.gform_wrapper .inline_list .gfield_radio .gchoice {
        margin:0 38px 0 0
    }
}
.gform_footer .c-btn-primary{
    padding: 18px 36px 16px;
}
.gform_validation_container{
    display: none;
}

/* Layout Form End*/

.filter-bar__dropdowns-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;

    padding: 0; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px)
{
    .filter-bar__dropdowns-wrapper
    {
            flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.photo-video-items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}
@media (max-width: 767px)
{
    .photo-video-items
    {
        margin: 0 -3px;
    }
}

.photo-video-item
{
    max-width: 33.333%;
    margin-bottom: 20px; 
    padding: 0 10px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
}
@media (max-width: 767px)
{
    .photo-video-item
    {
        max-width: 50%;
        margin-bottom: 6px; 
        padding: 0 3px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.photo-video-item--photo .thumbnail
{
    display: block;
    overflow: hidden;
}
.photo-video-item--photo .thumbnail img
{
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.photo-video-item--photo:hover .thumbnail img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.photo-video-item__thumbnail
{
    position: relative; 

    width: 100%;
}
.photo-video-item__thumbnail .iframe-wrapper
{
    margin: 0; 
    padding-bottom: 74.8%;
}
.photo-video-item__thumbnail .iframe-wrapper__overlay
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.photo-video-item__thumbnail .iframe-wrapper__play
{
    width: 75px;
    height: 75px;
}
@media (max-width: 991px)
{
    .photo-video-item__thumbnail .iframe-wrapper__play
    {
        width: calc(75px * .75);
        height: calc(75px * .75);
    }
}
@media (max-width: 767px)
{
    .photo-video-item__thumbnail .iframe-wrapper__play
    {
        width: 30px;
        width: 9.375vw;
        height: 30px;
        height: 9.375vw;
    }
}
.photo-video-item__thumbnail .iframe-wrapper__play:before
{
    border-width: 19px 0 19px 29px;
}
@media (max-width: 991px)
{
    .photo-video-item__thumbnail .iframe-wrapper__play:before
    {
        border-width: calc(19px * .75) 0 calc(19px * .75) calc(29px * .75);
    }
}
@media (max-width: 767px)
{
    .photo-video-item__thumbnail .iframe-wrapper__play:before
    {
        top: 50%;
        left: 56.4%;

        border-width: 7px 0 7px 10px;
        border-width: 2.1875vw 0 2.1875vw 3.125vw;
    }
}

.lightbox__trigger
{
    display: block;
}

.filter-tab-bar
{
    margin: 3px 0 50px; 
    padding-bottom: 0;
}
@media (max-width: 991px)
{
    .filter-tab-bar
    {
        margin: -3px 0 14px;
    }
}
.filter-tab-bar .filter-dropdown-mobile-trigger
{
    display: none;
}
@media (max-width: 991px)
{
    .filter-tab-bar .filter-dropdown-mobile-trigger
    {
        display: block;
    }
}
.filter-tab-bar__tabs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 0 0;
    padding: 0;

    list-style: none;

    border-bottom: 1px solid #ac9b74; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 991px)
{
    .filter-tab-bar__tabs
    {
        display: none;
    }
}
.filter-tab-bar__tabs.has-dropdown
{
    margin-bottom: 51px;
}
.filter-tab-bar__tab
{
    margin: 0; 
    padding: 0;
}
.filter-tab-bar__tab .dropdown
{
    position: absolute;
    top: auto;
    left: 15px;

    display: none;

    margin: 29px 0 0 0;
}
@media (max-width: 991px)
{
    .filter-tab-bar__tab .dropdown
    {
        width: 255px;
    }
}
@media (max-width: 767px)
{
    .filter-tab-bar__tab .dropdown
    {
        position: static;
    }
}
.filter-tab-bar__tab .dropdown__trigger
{
    font-family: livory, serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}
.filter-tab-bar__tab.active .dropdown
{
    display: block;
}
.filter-tab-bar__tab:first-child .filter-tab-trigger
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .filter-tab-bar__tab.hide-on-mobile
    {
        display: none;
    }
}
.filter-tab-bar__mobile-filters
{
    display: none;
}
@media (max-width: 991px)
{
    .filter-tab-bar__mobile-filters
    {
        display: block;
    }
}

.filter-tab-trigger
{
    font-family: acme-gothic-condensed, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;

    margin: 0 14px 0 0;
    padding: 0 7px 12px 7px;

    cursor: pointer;
    -webkit-transition: all .15s linear;
            transition: all .15s linear; 
    text-transform: uppercase;

    color: #1e1a34;
    border: 0;
    border-bottom: 5px solid transparent;
    background: none;
}
@media (max-width: 1199px)
{
    .filter-tab-trigger
    {
        font-size: 18px; 

        padding: 0 7px 10px 7px;
    }
}
@media (max-width: 767px)
{
    .filter-tab-trigger
    {
        border: 0;
    }
}
.filter-tab-trigger:hover
{
    color: #ab5c57;
}
.filter-tab-trigger.active
{
    border-bottom: 5px solid #1e1a34;
}
@media (max-width: 767px)
{
    .filter-tab-trigger.active
    {
        border: 0;
    }
}

.posts-list-area
{
    margin: 81px 0 0;
}
@media (max-width: 991px)
{
    .posts-list-area
    {
        margin: 25px 0 0;
    }
}
.block-photo-and-video-gallery .posts-list-area
{
    margin-top: 50px;
}

.posts-list
{
    -webkit-transition: opacity 200ms linear;
            transition: opacity 200ms linear; 

    opacity: 1;
}
.posts-list.loading
{
    opacity: .1;
}
.posts-list.loading + .loader-icon
{
    -webkit-transition: opacity;
            transition: opacity; 

    opacity: 1;
}
.posts-list .loading
{
    opacity: .1;
}
.posts-list + .loader-icon
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 767px)
{
    .posts-list + .loader-icon
    {
        -webkit-transform: translate(-50%, -50%) scale(.5);
                transform: translate(-50%, -50%) scale(.5);
    }
}
.posts-list-area
{
    position: relative;
}

.no-results-info > *
{
    margin-bottom: 30px;
}
@media (max-width: 767px)
{
    .no-results-info > *
    {
        margin-bottom: 20px;
    }
}

.block-introduction--room
{
    padding-top: 100px;
}
@media (max-width: 991px)
{
    .block-introduction--room
    {
        padding-top: 38px;
    }
}

.block-introduction__title
{
    font-size: 62px;
    font-weight: 400;
    line-height: 64px; 

    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .block-introduction__title
    {
        font-size: 36px;
        line-height: 48px; 

        margin-bottom: 11px;
    }
}

@media (max-width: 767px)
{
    .block-introduction__content
    {
        line-height: 22px;
    }
}

.block-introduction--room .block-introduction__content
{
    margin: 19px 0 40px;
}
@media (max-width: 991px)
{
    .block-introduction--room .block-introduction__content
    {
        margin: 8px 0 42px;
    }
}

.block-introduction-features
{
    margin-left: 2px;
}

.block-introduction-features__items
{
    margin: 0;
    margin-bottom: 19px;
    padding: 0; 

    list-style: none;
}
.block-introduction-features__items strong
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 700;

    letter-spacing: .7px;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .block-introduction-features__items strong
    {
        font-size: 15px;

        letter-spacing: .62px;
    }
}
.block-introduction-features__items i
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 20px;
    height: 20px;
    margin-right: 4px;

    border: 1px solid #ac9b74;
    border-radius: 50%; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px)
{
    .block-introduction-features__items i
    {
        width: 16px;
        height: 16px;
        margin-right: 1px;
    }
}
@media (max-width: 991px)
{
    .block-introduction-features__items svg
    {
        max-width: 8px;
    }
}

.block-introduction-info
{
    padding: 31px 0 20px;

    text-transform: uppercase;

    border-top: 1px solid #ddbcb0;
}
@media (max-width: 991px)
{
    .block-introduction-info
    {
        padding: 8px 20px 0;
    }
}

.block-introduction-info-item
{
    max-width: 23.9%;
    margin-bottom: 15px;
}
@media (max-width: 1199px)
{
    .block-introduction-info-item
    {
        max-width: 28%;
    }
}
@media (max-width: 991px)
{
    .block-introduction-info-item
    {
        max-width: 22%;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item
    {
        max-width: 100%;
        margin: 0 0 10px;
        padding-bottom: 21px;

        border-bottom: 1px solid #ddbcb0;
    }
}
@media (min-width: 992px)
{
    .block-introduction-info-item:first-of-type
    {
        max-width: 35%;
        padding-right: 5px;

        letter-spacing: -1px;
    }
}
@media (min-width: 1200px)
{
    .block-introduction-info-item:first-of-type
    {
        max-width: 31%;

        letter-spacing: -.8px;
    }
}
.block-introduction-info-item:not(:last-of-type)
{
    position: relative;

    margin-right: 31px;
}
@media (max-width: 1199px)
{
    .block-introduction-info-item:not(:last-of-type)
    {
        margin-right: 20px;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item:not(:last-of-type)
    {
        margin-right: 0;
    }
}
.block-introduction-info-item:not(:last-of-type):after
{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;

    width: 1px;
    height: 58px;

    content: '';

    background: #ddbcb0;
}
@media (max-width: 767px)
{
    .block-introduction-info-item:not(:last-of-type):after
    {
        display: none;
    }
}
.block-introduction-info-item_title
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    font-weight: 700;

    letter-spacing: .71px;
}
@media (max-width: 991px)
{
    .block-introduction-info-item_title
    {
        font-size: 15px;

        letter-spacing: .62px;
    }
}
.block-introduction-info-item h3
{
    font-size: 32px;
    font-weight: 400;
    line-height: 36px; 

    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .block-introduction-info-item h3
    {
        font-size: 22px;
        line-height: 20px; 

        margin-top: -4px;
    }
}

.block-amenities
{
    margin: 79px 0 113px;
}
@media (max-width: 991px)
{
    .block-amenities
    {
        margin: 49px 0 53px;
    }
}
.block-amenities__items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 37px 0 0 0;
    padding: 42px 0 0 0;

    border-top: 1px solid #ddbcb0; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 600px)
{
    .block-amenities__items
    {
            flex-direction: column;

        margin-top: 25px; 
        padding-top: 24px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.block-amenities__item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 31.6%;
    margin-bottom: 16px; 
    padding-right: 15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px)
{
    .block-amenities__item
    {
        width: 50%;
    }
}
@media (max-width: 600px)
{
    .block-amenities__item
    {
        width: 100%;
        margin-bottom: 17px;
    }
}
.block-amenities__item:nth-child(3n)
{
    position: relative;
    left: 29px;
}
@media (max-width: 991px)
{
    .block-amenities__item:nth-child(3n)
    {
        position: static;
    }
}
.block-amenities__item-icon
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 48px;
    height: 48px;
    margin-right: 17px;

    border-radius: 50%;
    background: #fbebee; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block-amenities__item-title
{
    font-size: 16px;
    line-height: 24px; 

    padding-top: 4px;
}

.block-content--legal-copy
{
    margin: 20px 0; 
    padding: 72px 0 58px;
}
@media (max-width: 767px)
{
    .block-content--legal-copy
    {
        padding: 41px 0 42px;
    }
}
.block-content--legal-copy h3
{
    margin-bottom: 21px;
}
@media (max-width: 767px)
{
    .block-content--legal-copy h3
    {
        font-size: 32px;
        line-height: 48px;

        margin-bottom: 8px;

        letter-spacing: .1px;
    }
}
.block-content--legal-copy p
{
    font-size: 19px;
    line-height: 24px;
}
@media (max-width: 767px)
{
    .block-content--legal-copy p
    {
        font-size: 16px;
        line-height: 22px;
    }
}

.make-reservation
{
    margin: -6px -3px 0;
    padding: 46px 50px 56px;

    background: #fbebee;
}
@media (max-width: 991px)
{
    .make-reservation
    {
        padding: 46px 32px 56px;
    }
}
.make-reservation h3
{
    margin-bottom: 27px;
}
@media (max-width: 991px)
{
    .make-reservation h3
    {
        font-size: 32px;
        line-height: 36px; 

        margin-bottom: 35px;
    }
}
.make-reservation .booking-form form
{
    position: relative;
    z-index: 2; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media (max-width: 991px)
{
    .make-reservation .booking-form form
    {
        padding-left: 3px;
    }
}
.make-reservation .datepicker-wrapper
{
    max-width: 100%;
    margin-bottom: 27px;
}
@media (max-width: 991px)
{
    .make-reservation .datepicker-wrapper
    {
        margin-bottom: 34px;
    }
}
.make-reservation .datepicker-wrapper button
{
    position: relative; 

    padding-bottom: 1px;
}
@media (max-width: 991px)
{
    .make-reservation .datepicker-wrapper button
    {
        font-size: 17px; 

        padding: 1px 30px 4px 5px;
    }
}
.make-reservation .c-btn
{
    margin-top: 3px;
}
@media (max-width: 991px)
{
    .make-reservation .c-btn
    {
        margin-top: 0; 
        padding: 14px 21px 13px;
    }
}
.make-reservation .datepicker
{
    max-width: 100%;
}

@media (max-width: 991px)
{
    .block-introduction--room .block-frame-border
    {
        left: 50%;

        max-width: 314px;
        margin: 49px -17px -1px; 

        -webkit-transform: translate(-45%, 0);
                transform: translate(-45%, 0);
    }
}

.block-introduction--room .block-frame-border:after,
.block-introduction--room .block-frame-border:before
{
    top: 12px;
    right: 9px;
    bottom: 12px;
    left: 9px;
}

.block-introduction--room .block-frame-border:after
{
    border-radius: 20px;
}

.block-restaurant-logo__logo-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 286px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .block-restaurant-logo__logo-wrapper
    {
        height: 88px;
        padding: 15px 0;
    }
}

.block-restaurant-logo svg
{
    max-height: 100%;
}

.block-introduction--restaurant
{
    padding-top: 83px;
}
@media (max-width: 991px)
{
    .block-introduction--restaurant
    {
        padding-top: 35px;
    }
}

.block-introduction--restaurant .block-introduction__title
{
    font-size: 72px;

    margin-bottom: 53px;

    letter-spacing: .3px;
    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .block-introduction--restaurant .block-introduction__title
    {
        font-size: 36px;
        line-height: 42px; 

        margin-bottom: 16px;
    }
}

@media (max-width: 991px)
{
    .block-introduction--restaurant .block-introduction__content
    {
        margin: 8px 0 10px;
    }
}

.block-introduction--restaurant .block-introduction-info
{
    margin-top: 42px; 
    padding: 34px 15px 20px;
}
@media (max-width: 767px)
{
    .block-introduction--restaurant .block-introduction-info
    {
        margin-top: 0;
        padding: 17px 15px 20px;

        border: none;
    }
}

.block-introduction-info-item__menu-links-mobile-trigger
{
    font-size: 17px;

    position: relative;

    display: none;

    width: 100%;
    margin: 0 5px;
    padding: 13px 8px 3px;

    text-align: left;

    border: none;
    border-bottom: 1px solid #ac9b74;
    outline: none;
    background: transparent;
}
.block-introduction-info-item__menu-links-mobile-trigger:after
{
    position: absolute;
    top: -2px;
    right: -12px;
    bottom: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';
    -webkit-transition: border-color .2s linear;
            transition: border-color .2s linear; 
    -webkit-transform: rotate(-45deg) translate3d(0px, 0px, 0px);
            transform: rotate(-45deg) translate3d(0px, 0px, 0px);

    border-bottom: 1px solid #1e1a34;
    border-left: 1px solid #1e1a34;
}
.block-introduction-info-item__menu-links-mobile-trigger:hover:after,
.block-introduction-info-item__menu-links-mobile-trigger:focus:after
{
    border-color: #ab5c57;
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links-mobile-trigger
    {
        display: block;
    }
}
.block-introduction-info-item__menu-links-mobile-trigger:before
{
    display: none;
}
.block-introduction-info-item__menu-links-mobile-trigger:hover:after
{
    background: transparent;
}
.block-introduction-info-item__menu-links-mobile-trigger:after
{
    right: 15px;
    bottom: -3px;

    width: 10px;
    height: 10px;

    background: transparent;
}
.active .block-introduction-info-item__menu-links-mobile-trigger:after
{
    bottom: -1px;

    -webkit-transform: rotate(0);
            transform: rotate(0);

    border-left: 0;
}
.block-introduction-info-item__menu-links-mobile-trigger:after:hover
{
    background: transparent;
}

.block-introduction-info-item__menu-links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 50px;
    margin: 0 0 15px;
    padding: 0; 

    list-style: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links
    {
            flex-direction: column;

        width: 100%;
        margin: 0 0 3px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
.block-introduction-info-item__menu-links li
{
    margin-right: 62px;
}
@media (max-width: 1199px)
{
    .block-introduction-info-item__menu-links li
    {
        margin-right: 29px;
    }
}
@media (max-width: 991px)
{
    .block-introduction-info-item__menu-links li
    {
        margin-right: 50px;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links li
    {
        width: 100%;
        margin-right: 0;
        padding: 8px 12px 6px;

        background: #fff;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links li:not(:last-of-type)
    {
        border-bottom: 1px solid #ac9b74;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links li a
    {
        font-family: livory, serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;

        width: 100%;

        text-align: left;
    }
}
@media (max-width: 767px)
{
    .block-introduction-info-item__menu-links li a:before,
    .block-introduction-info-item__menu-links li a:after
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .block-introduction-info-item__accordion-content
    {
        display: none;

        width: 100%;
        margin: 0 5px;
    }
}

.block-introduction-info-item__cta-button
{
    margin: 0 0 15px;
}
@media (max-width: 767px)
{
    .block-introduction-info-item__cta-button
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-top: 32px; 
        padding: 0 5px;
    }
}
.block-introduction-info-item__cta-button .c-btn
{
    padding: 18px 9px 16px;
}
@media (max-width: 767px)
{
    .block-introduction-info-item__cta-button .c-btn
    {
        width: 100%;
    }
}

.restaurant-info-items
{
    margin-top: 5px;
    padding: 46px 50px;

    background: #fbebee;
}
@media (max-width: 991px)
{
    .restaurant-info-items
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .restaurant-info-items
    {
        padding: 46px 32px 50px;
    }
}

.restaurant-info-item
{
    position: relative;
    z-index: 2; 

    padding-bottom: 4px;
}
@media (max-width: 767px)
{
    .restaurant-info-item
    {
        padding: 0 15px;
    }
}
.restaurant-info-item:not(:last-of-type)
{
    margin-bottom: 24px;
    padding-bottom: 14px;

    border-bottom: 1px solid #ac9b74;
}
@media (max-width: 767px)
{
    .restaurant-info-item:not(:last-of-type)
    {
        margin-bottom: 28px; 
        padding-bottom: 10px;
    }
}

.restaurant-info-item__label
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;

    display: block;

    margin-bottom: 4px;

    text-transform: uppercase;
}

.restaurant-info-item__text
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.restaurant-info-item__text a
{
    text-decoration: none;
}

@media (max-width: 991px)
{
    .block-introduction--restaurant .block-frame-border
    {
        margin: 2px -17px -1px;
    }
}

.block-introduction--restaurant .block-frame-border:after,
.block-introduction--restaurant .block-frame-border:before
{
    top: 12px;
    right: 9px;
    bottom: 12px;
    left: 9px;
}

.block-introduction--restaurant .block-frame-border:after
{
    border-radius: 20px;
}

.block-chef-details
{
    margin-top: 82px;
}
@media (max-width: 767px)
{
    .block-chef-details
    {
        margin-top: 1px;
    }
}
@media (max-width: 767px)
{
    .block-chef-details .row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        margin: 0; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}
.block-chef-details__photo-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 49%;
    padding: 50px 20px; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .block-chef-details__photo-wrapper
    {
        max-width: 100%;
        padding: 23px 20px 22px;
    }
}
.block-chef-details__photo
{
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .block-chef-details__photo
    {
        padding: 0 23px;
    }
}
.block-chef-details__write-up-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    max-width: 51%;
    padding: 25px 0;

    background: #fbebee; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
        flex: 0 0 51%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .block-chef-details__write-up-wrapper
    {
        max-width: 100%;
        padding: 36px 0 37px;

        background: transparent; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
.block-chef-details__name,
.block-chef-details__write-up
{
    padding: 0 144px;
}
@media (max-width: 1439px)
{
    .block-chef-details__name,
    .block-chef-details__write-up
    {
        padding: 0 100px;
    }
}
@media (max-width: 1199px)
{
    .block-chef-details__name,
    .block-chef-details__write-up
    {
        padding: 0 44px;
    }
}
@media (max-width: 767px)
{
    .block-chef-details__name,
    .block-chef-details__write-up
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .block-chef-details__write-up
    {
        line-height: 22px;
    }
}
.block-chef-details__name
{
    font-size: 48px;
    font-weight: 400;

    margin: -35px 0 21px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .block-chef-details__name
    {
        font-size: 32px;
        line-height: 42px; 

        margin: 0 0 14px;
    }
}

.card-item
{
    font-size: 17px;
    line-height: 1.29412;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 20px 0;

    color: #fff7f8; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
}
@media (max-width: 991px)
{
    .card-item
    {
        font-size: 15px;
        line-height: 1.33333;
    }
}
@media (max-width: 767px)
{
    .card-item
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    }
}
.card-item:hover .thumbnail img
{
    -webkit-transform: translate(-50%,-50%) scale(1.1);
            transform: translate(-50%,-50%) scale(1.1);
}
@media (max-width: 767px)
{
    .card-item:hover .thumbnail img
    {
        -webkit-transform: translate(0,0) scale(1.1);
                transform: translate(0,0) scale(1.1);
    }
}
.card-item > *
{
    max-width: 50%; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media (max-width: 767px)
{
    .card-item > *
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
}
.card-item__content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 412px;
    padding: 69px 69px 69px 75px;

    background: #1e1a34; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px)
{
    .card-item__content
    {
        min-height: auto;
        padding: 52px 52px 52px 56px;
    }
}
@media (max-width: 767px)
{
    .card-item__content
    {
        padding: 28px 20px 33px 20px;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.card-item__title
{
    margin-bottom: 17px;
}
.card-item__title *,
.card-item__title a
{
    font-size: 36px;
    line-height: 1;

    text-decoration: none; 

    color: #ac9b74;
}
@media (max-width: 991px)
{
    .card-item__title *,
    .card-item__title a
    {
        font-size: 28px;
    }
}
.card-item-meta-wrapper
{
    margin-bottom: 10px;
}
.card-item-meta
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 7px 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px)
{
    .card-item-meta
    {
        margin-bottom: 8px;
    }
}
.card-item-meta__icon
{
    position: relative;

    display: block;

    width: 20px;
    height: 19px;
    margin: 0 5px 0 -2px;
    padding: 2px;

    border: 1px solid #ac9b74;
    border-radius: 50%; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .card-item-meta__icon
    {
        width: 16px;
        height: 16px;
        margin-left: 1px;
    }
}
.card-item-meta__icon svg
{
    position: absolute;
    top: 50%;
    left: 50%;

    max-width: 10px;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
}
@media (max-width: 767px)
{
    .card-item-meta__icon svg
    {
        width: 55%;
        height: auto;
    }
}
.card-item-meta__icon svg path,
.card-item-meta__icon svg rect,
.card-item-meta__icon svg polygon
{
    fill: #fff7f8;
}
.card-item__excerpt
{
    margin-bottom: 25px;
}
@media (max-width: 767px)
{
    .card-item__excerpt
    {
        margin-bottom: 35px;
    }
}
.card-item__excerpt p
{
    margin: 20px 0;
}
@media (max-width: 767px)
{
    .card-item__excerpt p
    {
        margin: 18px 0;
    }
}
.card-item__thumbnail *
{
    display: block;

    height: 100%;
}
@media (max-width: 767px)
{
    .card-item__thumbnail *
    {
        height: auto;
    }
}
.card-item .thumbnail
{
    position: relative;

    overflow: hidden; 

    width: 100%;
}
.card-item .thumbnail img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    max-width: none;
    margin: 0 auto;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s; 
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
@media (max-width: 767px)
{
    .card-item .thumbnail img
    {
        position: static;

        width: 100%;

        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);

        background: red;
    }
}
@media (max-width: 991px)
{
    .card-item .c-btn-secondary
    {
        font-size: 15px; 

        min-width: 153px;
        padding: 10px 15px 10px;
    }
}

.block-happenings .posts-list-area
{
    margin-top: 74px;
}
@media (max-width: 991px)
{
    .block-happenings .posts-list-area
    {
        margin-top: 25px;
    }
}

.block-happenings .card-item
{
        flex-direction: column;

    margin-bottom: 26px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
@media (max-width: 1199px)
{
    .block-happenings .card-item
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
@media (max-width: 767px)
{
    .block-happenings .card-item
    {
        max-width: 570px;
        margin: 0 auto 21px; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
@media (max-width: 600px)
{
    .block-happenings .card-item
    {
        max-width: 440px;
    }
}
.block-happenings .card-item__thumbnail,
.block-happenings .card-item__content
{
    max-width: none; 

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.block-happenings .card-item__thumbnail
{
    height: 302px;
}
@media (max-width: 1199px)
{
    .block-happenings .card-item__thumbnail
    {
        height: 255px;
    }
}
@media (max-width: 991px)
{
    .block-happenings .card-item__thumbnail
    {
        height: 210px;
    }
}
@media (max-width: 767px)
{
    .block-happenings .card-item__thumbnail
    {
        height: 220px;
    }
}
@media (max-width: 600px)
{
    .block-happenings .card-item__thumbnail
    {
        height: auto;
        min-height: 157px;
    }
}
@media (max-width: 767px)
{
    .block-happenings .card-item__thumbnail a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-height: 100%;
    }
}
@media (max-width: 1199px)
{
    .block-happenings .card-item__thumbnail img
    {
        width: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 767px)
{
    .block-happenings .card-item__thumbnail img
    {
        max-width: 100%;
        max-height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }
}
.block-happenings .card-item__content
{
    min-height: 175px;
    padding: 23px 36px 32px; 

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 991px)
{
    .block-happenings .card-item__content
    {
        padding: 14px 20px;
    }
}
.block-happenings .card-item__title a,
.block-happenings .card-item__date,
.block-happenings .card-item__excerpt
{
    color: #fff7f8;
}
.block-happenings .card-item__title a,
.block-happenings .card-item__date
{
    text-transform: uppercase;
}
.block-happenings .card-item__title
{
    margin-bottom: 13px;
}
@media (max-width: 991px)
{
    .block-happenings .card-item__title
    {
        margin-bottom: 17px;
    }
}
.block-happenings .card-item__title a
{
    font-size: 28px;
    font-weight: 400;
}
@media (max-width: 991px)
{
    .block-happenings .card-item__title a
    {
        font-size: 24px;
    }
}
.block-happenings .card-item__date
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 10px;

    letter-spacing: .36px;
}
@media (max-width: 991px)
{
    .block-happenings .card-item__date
    {
        font-size: 14px;

        margin-bottom: 13px;

        letter-spacing: .32px;
    }
}
.block-happenings .card-item__excerpt
{
    font-size: 18px;
    line-height: 1.33333; 

    margin-bottom: 0;
}
@media (max-width: 991px)
{
    .block-happenings .card-item__excerpt
    {
        font-size: 16px;
        line-height: 1.375; 

        margin-bottom: 6px;
    }
}

@media (max-width: 1199px)
{
    .block-happenings .filter-bar .dropdown:not(:last-of-type)
    {
        margin-right: 20px;
    }
}

@media (max-width: 600px)
{
    .block-happenings .filter-bar .dropdown:not(:last-of-type)
    {
        margin-right: 0;
    }
}

.block-content--booking-help.block-bottom-spacing
{
    padding-bottom: 54px;
}
@media (max-width: 991px)
{
    .block-content--booking-help.block-bottom-spacing
    {
        padding-bottom: 36px;
    }
}
@media (max-width: 767px)
{
    .block-content--booking-help.block-bottom-spacing
    {
        padding-bottom: 18px;
    }
}

@media (max-width: 991px)
{
    .block-content--booking-help h3
    {
        font-family: acme-gothic, sans-serif;

        letter-spacing: .2px;
        word-spacing: .4px;
    }
}

.block-content--booking-help h3 a
{
    text-decoration: none;
}
.block-content--booking-help h3 a:hover
{
    color: #ab5c57;
}

@media (max-width: 991px)
{
    .block-content--booking-help h5,
    .block-content--booking-help .block-home-aside-content .block-pre-title,
    .block-home-aside-content .block-content--booking-help .block-pre-title
    {
        margin-bottom: 15px;
    }
}

.block-introduction-with-links
{
    margin-bottom: 88px;
}
@media (max-width: 767px)
{
    .block-introduction-with-links
    {
        margin-bottom: 42px;
    }
}
.block-introduction-with-links .container:after
{
    display: block;

    height: 0;
    margin-top: 7px;

    content: '';

    border-bottom: 1px solid #ddbcb0;
}
.block-introduction-with-links .leadparagraph
{
    margin-bottom: 41px;
}
@media (max-width: 991px)
{
    .block-introduction-with-links .leadparagraph
    {
        font-weight: 400; 

        margin-bottom: 36px;
    }
}
@media (max-width: 767px)
{
    .block-introduction-with-links .leadparagraph
    {
        margin-top: 40px; 
        padding: 0 16px;
    }
}
.block-introduction-with-links .c-btn-wrapper
{
    margin-top: 41px;
}
@media (max-width: 991px)
{
    .block-introduction-with-links .c-btn-wrapper
    {
        margin-top: 36px;
    }
}
.block-introduction-with-links .c-btn-primary
{
    letter-spacing: .71px;
}
@media (max-width: 991px)
{
    .block-introduction-with-links .c-btn-primary
    {
        min-width: 265px;
    }
}

.introduction-links-wrapper
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 0 0; 
    padding: 76px 0 46px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (max-width: 767px)
{
    .introduction-links-wrapper
    {
        left: -4px;

        margin: 42px 0 0;
        padding: 31px 0 16px;

        border-top: 1px solid #ddbcb0; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.introduction-links-wrapper .c-btn
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: auto;
    margin: 0 20px 30px;

    letter-spacing: normal; 

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 767px)
{
    .introduction-links-wrapper .c-btn
    {
        margin-bottom: 13px;
    }
}
.introduction-links-wrapper .c-btn-icon
{
    position: relative;

    display: inline-block;

    width: 23px;
    height: 23px;
    margin: 0 5px 0 0;

    border: 1px solid #1e1a34;
    border-radius: 50%;
}
.introduction-links-wrapper .c-btn-icon svg
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.block-home-map-quick-facts
{
    margin: 110px 0 54px;
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts
    {
        margin: 44px 0 13px;
    }
}
.block-home-map-quick-facts__map
{
    position: relative; 

    height: 410px;
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts__map
    {
        height: 275px;
        padding: 5px;
    }
}
@media (max-width: 600px)
{
    .block-home-map-quick-facts__map
    {
        height: 205px;
    }
}
.block-home-map-quick-facts__map:after
{
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -9px;

    width: calc(100% + 19px);
    height: calc(100% + 20px);

    content: '';

    border: 1px solid #1e1a34;
}
@media (max-width: 767px)
{
    .block-home-map-quick-facts__map:after
    {
        position: absolute;
        top: -6px;
        right: 0;
        bottom: 0;
        left: 0; 

        width: 100%;
        height: calc(100% + 10px);
    }
}
.block-home-map-quick-facts__map #wpgmza_map
{
    height: 100% !important;
}
.block-home-map-quick-facts-items
{
    padding: 1px 0 0 110px;
}
@media (max-width: 1199px)
{
    .block-home-map-quick-facts-items
    {
        padding-left: 60px;
    }
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-items
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 37px 20px 0;
    }
}
@media (max-width: 600px)
{
    .block-home-map-quick-facts-items
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-items h3
    {
        font-size: 26px;
        line-height: 1.07692;
    }
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-item:nth-child(2)
    {
        margin-left: 25px;
    }
}
@media (max-width: 600px)
{
    .block-home-map-quick-facts-item:nth-child(2)
    {
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-item:nth-child(2) ul
    {
        margin: 19px 0 40px;
    }
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-item:nth-child(2) li
    {
        margin-bottom: 12px;
    }
}
.block-home-map-quick-facts-item__content ul
{
    margin: 24px 0 52px;
    padding: 0; 

    list-style: none;
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-item__content ul
    {
        margin: 23px 0 40px;
    }
}
.block-home-map-quick-facts-item__content ul li
{
    font-size: 16px; 

    margin-bottom: 6px;
    padding-left: 0;
}
@media (max-width: 991px)
{
    .block-home-map-quick-facts-item__content ul li
    {
        font-size: 14px;
        line-height: 1.28571; 

        margin-bottom: 18px;
    }
}
.block-home-map-quick-facts-item__content ul li:before
{
    display: none;
}
.block-home-map-quick-facts-item__content ul li a
{
    text-decoration: none;
}
.block-home-map-quick-facts-item__content ul li a:hover
{
    color: #ab5c57;
}

.block-home-editable-content-blocks
{
    position: relative;

    padding: 15px;

    background: #1e1a34;
}
.block-home-editable-content-blocks:after
{
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;

    content: '';

    border: 1px solid #ac9b74;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks:after
    {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
.block-home-editable-content-blocks .container
{
    position: relative;
    z-index: 2;
}
.block-home-editable-content-blocks__header
{
    padding: 76px 0 87px;

    text-align: center;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks__header
    {
        padding: 58px 0 31px;
    }
}
.block-home-editable-content-blocks__header h2
{
    margin-bottom: 18px;

    text-transform: uppercase; 

    color: #ac9b74;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks__header h2
    {
        font-size: 42px;
        line-height: 1; 

        margin-bottom: 24px;
    }
}
.block-home-editable-content-blocks__header p
{
    font-size: 19px;
    line-height: 1.26316;

    max-width: 539px;
    margin: auto;

    color: #fbebee;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks__header p
    {
        font-size: 16px;
        line-height: 1.375;
    }
}
.block-home-editable-content-blocks-items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 107px; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px)
{
    .block-home-editable-content-blocks-items
    {
        padding: 0 15px 106px;
    }
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks-items
    {
        padding: 0 0 37px;
    }
}
@media (max-width: 767px)
{
    .block-home-editable-content-blocks-items
    {
            flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks-item
    {
        margin: 0 -14px;
    }
}
.block-home-editable-content-blocks-item > a
{
    display: block;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks-item:not(:last-of-type)
    {
        margin-bottom: 35px;
    }
}
.block-home-editable-content-blocks-item__intro
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3913;

    margin-top: 17px;

    color: #fbebee;
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks-item__intro
    {
        font-size: 18px;
        line-height: 1; 

        margin-top: 10px;
    }
}
.block-home-editable-content-blocks-item__image-wrapper
{
    width: 356px;
}
@media (max-width: 1199px)
{
    .block-home-editable-content-blocks-item__image-wrapper
    {
        width: 278px;
    }
}
@media (max-width: 991px)
{
    .block-home-editable-content-blocks-item__image-wrapper
    {
        width: 215px;
    }
}
@media (max-width: 767px)
{
    .block-home-editable-content-blocks-item__image-wrapper
    {
        width: 100%;
        max-width: 356px;
        margin: auto;
    }
}
.block-home-editable-content-blocks-item__image-wrapper:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.block-home-editable-content-blocks-item__image
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.block-home-editable-content-blocks-item__image img
{
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    -o-object-fit: cover;
       object-fit: cover;
}

.block-home-rooms-and-suites
{
    padding: 117px 0 163px;

    color: #fbebee;
    background: #1e1a34;
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites
    {
        padding: 70px 0 140px;
    }
}
.block-home-rooms-and-suites h1,
.block-home-rooms-and-suites h2,
.block-home-rooms-and-suites h3,
.block-home-rooms-and-suites h4,
.block-home-rooms-and-suites .block-home-accordion-wrapper .single-accordion__title,
.block-home-accordion-wrapper .block-home-rooms-and-suites .single-accordion__title,
.block-home-rooms-and-suites .block-home-food-and-drink .single-accordion__title,
.block-home-food-and-drink .block-home-rooms-and-suites .single-accordion__title,
.block-home-rooms-and-suites .block-home-retail-intro .single-accordion__title,
.block-home-retail-intro .block-home-rooms-and-suites .single-accordion__title,
.block-home-rooms-and-suites h5,
.block-home-rooms-and-suites .block-home-aside-content .block-pre-title,
.block-home-aside-content .block-home-rooms-and-suites .block-pre-title,
.block-home-rooms-and-suites h6
{
    color: #ac9b74;
}
.block-home-rooms-and-suites__slider-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px)
{
    .block-home-rooms-and-suites__slider-wrapper
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slider-wrapper
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.block-home-rooms-and-suites__slider-wrapper .slick-arrow
{
    top: auto;
    bottom: -70px;

    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow
    {
        bottom: -76px; 

        width: 51px;
        height: 51px;
    }
}
.block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-next
    {
        right: auto;
        left: 64px;
    }
}
.block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-prev
{
    right: 65px;
    left: auto;
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slider-wrapper .slick-arrow.slick-prev
    {
        right: auto;
        left: 0;
    }
}
.block-home-rooms-and-suites__slider
{
    width: 59.1vw;
    padding-bottom: 0;
}
@media (max-width: 1199px)
{
    .block-home-rooms-and-suites__slider
    {
        width: 59.7vw;
    }
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slider
    {
        width: calc(100% + 15px);
    }
}
@media (max-width: 767px)
{
    .block-home-rooms-and-suites__slider
    {
        width: calc(100% + 20px);
    }
}
.block-home-rooms-and-suites__slide
{
    width: 29.513vw;
    max-width: 425px;
    max-height: 540px;
    margin: 0 5px;
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slide
    {
        width: 272px;
        margin: 0 3px;
    }
}
.block-home-rooms-and-suites__slide > a
{
    display: block;

    height: 100%;
}
.block-home-rooms-and-suites__slide figure
{
    overflow: hidden; 

    height: 100%;
}
.block-home-rooms-and-suites__slide figure:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.block-home-rooms-and-suites__slide img
{
    width: auto;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.block-home-rooms-and-suites__slide figcaption
{
    position: absolute;
    top: auto;
    bottom: 13px;
    left: 20px;

    color: #fff;
}
@media (max-width: 991px)
{
    .block-home-rooms-and-suites__slide figcaption
    {
        bottom: 8px;
        left: 19px;
    }
}
.block-home-rooms-and-suites__content-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px)
{
    .block-home-rooms-and-suites__content-wrapper
    {
        padding-top: 20px;
        padding-right: 30px;
        padding-left: 0;
    }
}
@media (min-width: 1200px)
{
    .block-home-rooms-and-suites__content-wrapper
    {
        padding: 20px 50px 0 0;
    }
}

.block-home-aside-content
{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.26316; 

    width: 100%;
    padding-right: 40px;
}
@media (max-width: 1199px)
{
    .block-home-aside-content
    {
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .block-home-aside-content
    {
        margin-bottom: 30px; 
        padding: 0;
    }
}
.block-home-food-and-drink__content-wrapper .block-home-aside-content
{
    max-width: 445px;
    padding-left: 2px;
}
@media (max-width: 991px)
{
    .block-home-food-and-drink__content-wrapper .block-home-aside-content
    {
        margin: 0 auto 30px; 
        padding-left: 0;
    }
}
.block-home-aside-content .block-pre-title
{
    display: block;

    margin-bottom: 23px;
    margin-left: 2px;
}
@media (max-width: 991px)
{
    .block-home-aside-content .block-pre-title
    {
        font-size: 15px;

        margin-bottom: 7px;
        margin-left: 0;

        letter-spacing: .62px;
    }
}
@media (max-width: 991px) and (max-width: 767px)
{
    .block-home-aside-content .block-pre-title
    {
        margin-bottom: -2px;
    }
}
.block-home-food-and-drink__content-wrapper .block-home-aside-content .block-pre-title
{
    margin-bottom: 13px;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink__content-wrapper .block-home-aside-content .block-pre-title
    {
        margin-bottom: -2px;
    }
}
.block-home-aside-content .block-title
{
    display: block;

    margin-bottom: 29px;
}
@media (max-width: 991px)
{
    .block-home-aside-content .block-title
    {
        font-size: 42px;
        line-height: 1.52381; 

        margin-bottom: 15px;
    }
}
.block-home-aside-content p
{
    margin-bottom: 23px;
}
.block-home-aside-content .c-btn
{
    margin: 30px 0;
}
@media (max-width: 991px)
{
    .block-home-aside-content .c-btn
    {
        margin: 23px 0;
    }
}
.block-home-food-and-drink__content-wrapper .block-home-aside-content .c-btn
{
    margin: 19px 0 86px;
}
@media (max-width: 991px)
{
    .block-home-food-and-drink__content-wrapper .block-home-aside-content .c-btn
    {
        margin: 30px 0 12px;
    }
}

.block-home-retail-intro
{
    margin-top: 88px;
}
@media (max-width: 991px)
{
    .block-home-retail-intro
    {
        margin-top: 50px;
    }
}
.block-home-retail-intro .block-home-accordion-wrapper
{
    margin-bottom: 4px;
}
.block-home-retail-intro__header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 0 66px;
}
@media (max-width: 991px)
{
    .block-home-retail-intro__header
    {
            flex-direction: column;

        padding: 0 0 27px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}
@media (max-width: 991px)
{
    .block-home-retail-intro__header h2
    {
        font-size: 42px;
        line-height: 1.52381;
    }
}
.block-home-retail-intro__header p
{
    font-size: 19px;
    line-height: 1.26316;

    color: #1e1a34;
}
.block-home-retail-intro__content
{
    max-width: 560px;
    margin: 5px 0 0 102px;
}
@media (max-width: 991px)
{
    .block-home-retail-intro__content
    {
        margin: 0; 
        padding: 4px 55px 22px 18px;
    }
}
@media (max-width: 767px)
{
    .block-home-retail-intro__content
    {
        padding: 15px 15px 0;
    }
}
.block-home-retail-intro-items
{
    padding-bottom: 104px;
}
@media (max-width: 991px)
{
    .block-home-retail-intro-items
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 600px)
{
    .block-home-retail-intro-items
    {
        padding-bottom: 23px;
    }
}
.block-home-retail-intro-item
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media (max-width: 767px)
{
    .block-home-retail-intro-item
    {
        max-width: 540px;
        margin: auto; 

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
}
@media (max-width: 767px)
{
    .block-home-retail-intro-item:not(:last-of-type)
    {
        margin-bottom: 35px;
    }
}
.block-home-retail-intro-item__image
{
    margin-bottom: 34px;
}
@media (max-width: 767px)
{
    .block-home-retail-intro-item__image
    {
        margin-bottom: 23px;
    }
}
.block-home-retail-intro-item__title
{
    margin-bottom: 21px;
}
@media (max-width: 767px)
{
    .block-home-retail-intro-item__title
    {
        font-size: 26px;
        line-height: 1.38462;

        margin-bottom: 4px;

        letter-spacing: 1px;
    }
}
.block-home-retail-intro-item__copy
{
    font-size: 19px;
    line-height: 1.26316;
}
@media (max-width: 767px)
{
    .block-home-retail-intro-item__copy
    {
        font-size: 16px;
        line-height: 1.375;
    }
}
.block-home-retail-intro__button
{
    padding-bottom: 89px;

    text-align: center;
}
@media (max-width: 600px)
{
    .block-home-retail-intro__button
    {
        padding-bottom: 63px;

        text-align: left;
    }
}
.block-home-retail-intro__button .c-btn
{
    padding: 18px 14px 16px;
}
@media (max-width: 600px)
{
    .block-home-retail-intro__button .c-btn
    {
        padding: 15px 14px 14px;
    }
}

.block-home-food-and-drink__card
{
    position: relative; 

    max-width: 445px;
}
@media (max-width: 991px)
{
    .block-home-food-and-drink__card
    {
        margin: auto;
    }
}
.block-home-food-and-drink__card > a
{
    display: block;
    overflow: hidden;
}
.block-home-food-and-drink__card figcaption
{
    font-family: brandon-grotesque, sans-serif;
    font-size: 17px;
    line-height: 1.17647;

    position: absolute;
    bottom: 17px;
    left: 21px;

    color: #fff;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink__card figcaption
    {
        bottom: 12px;
        left: 15px;
    }
}
.block-home-food-and-drink__card figcaption:before,
.block-home-food-and-drink__card figcaption:after
{
    position: absolute;
    top: 0;
    bottom: 0;

    margin: auto;

    content: '';
    -webkit-transition: .2s all;
            transition: .2s all;
}
.block-home-food-and-drink__card figcaption:before
{
    left: calc(100% + 7px);

    width: 0;
    height: 2px;

    background: #fff;
}
.block-home-food-and-drink__card figcaption:after
{
    left: 100%;

    width: 8px;
    height: 8px;
    margin-left: 3px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.block-home-food-and-drink__card figcaption:hover:before
{
    width: 14px;
}
.block-home-food-and-drink__card figcaption:hover:after
{
    margin-left: 13px;
}
.block-home-food-and-drink__card a:hover img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.block-home-food-and-drink__card img
{
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}

.block-home-food-and-drink__content-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 113px 110px 30px 0;

    background: #fbebee; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1199px)
{
    .block-home-food-and-drink__content-wrapper
    {
        padding: 83px 45px 15px 30px;
    }
}
@media (max-width: 991px)
{
    .block-home-food-and-drink__content-wrapper
    {
        display: block;

        padding: 76px 20px 30px;
    }
}

.block-home-food-and-drink-restaurant-intro
{
    width: 445px;
    margin: 115px 0 106px 95px;
}
@media (max-width: 1199px)
{
    .block-home-food-and-drink-restaurant-intro
    {
        width: auto;
        max-width: 445px;
        margin: 75px 20px 56px 30px;
    }
}
@media (max-width: 991px)
{
    .block-home-food-and-drink-restaurant-intro
    {
        width: 445px;
        margin: 115px auto 95px;
    }
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro
    {
        width: auto;
        margin: 59px auto 45px;
    }
}
.block-home-food-and-drink-restaurant-intro__logo
{
    position: absolute;
    top: 30px;
    left: 30px; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 154px;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro__logo
    {
        top: 21px;
        left: 19px; 

        max-width: 97px;
    }
}
.block-home-food-and-drink-restaurant-intro__logo svg
{
    height: 100%;
}
.block-home-food-and-drink-restaurant-intro__thumbnail
{
    position: relative;

    margin-bottom: 45px;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro__thumbnail
    {
        left: 50%;

        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        margin-bottom: 39px; 

        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
}
.block-home-food-and-drink-restaurant-intro__title
{
    font-size: 36px; 

    margin-bottom: 29px;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro__title
    {
        font-size: 32px;
        line-height: 1.1875; 

        margin-bottom: 11px;
    }
}
.block-home-food-and-drink-restaurant-intro__excerpt
{
    font-size: 19px;
    line-height: 1.26316;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro__excerpt
    {
        font-size: 16px;
        line-height: 1.375;
    }
}
.block-home-food-and-drink-restaurant-intro .c-btn
{
    margin: 33px 0 0;
}
@media (max-width: 767px)
{
    .block-home-food-and-drink-restaurant-intro .c-btn
    {
        margin: 16px 0 0;
    }
}

/* Main Footer */
.main-footer
{
    font-family: brandon-grotesque, sans-serif;

    padding: 50px 0 16px; 

    background: #1e1a34;
}
@media (max-width: 991px)
{
    .main-footer
    {
        padding: 53px 0 62px;
    }
}
.main-footer a
{
    text-decoration: none;
}
.main-footer a:hover
{
    color: #ddbcb0;
}
.main-footer p,
.main-footer a
{
    color: #fff;
}
.main-footer__address-content-wrapper
{
    font-size: 20px;
}
@media (max-width: 991px)
{
    .main-footer__address-content-wrapper
    {
        font-size: 18px; 

        margin-bottom: 41px;

        text-align: center;
    }
}
.main-footer__address-content-wrapper > p
{
    margin-bottom: 16px;
}
.main-footer__address-content-wrapper a
{
    letter-spacing: .2px;
}
.main-footer__address-content-wrapper p,
.main-footer__address-content-wrapper a
{
    line-height: 30px;
}
.main-footer__social-links-items
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.main-footer__footnote
{
    font-size: 14px;
    font-weight: 500;
}
.main-footer__logos
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 40px 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .main-footer__logos
    {
            flex-direction: column;

        padding-top: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.main-footer__logos-item
{
    width: 50%;
    padding-bottom: 20px; 

    text-align: center;
}
@media (max-width: 991px)
{
    .main-footer__logos-item
    {
        width: auto;
        padding-bottom: 0; 

        text-align: left;
    }
}
@media (max-width: 991px)
{
    .main-footer__logos-item:not(:last-of-type)
    {
        margin-bottom: 22px;
    }
}
@media (max-width: 991px)
{
    .main-footer__logos-item svg
    {
        max-width: 143px;
    }
}
.main-footer__social-links--top
{
    margin-bottom: 18px;
}
@media (max-width: 991px)
{
    .main-footer__social-links--top
    {
        margin: 50px 0 26px;
    }
}
.main-footer__social-links--bottom
{
    margin-right: -7px;
}
@media (max-width: 991px)
{
    .main-footer__social-links--bottom
    {
        margin-right: 0;
    }
}
.main-footer__social-links-items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 7px 7px 0 0;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .main-footer__social-links-items
    {
        padding: 0;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.main-footer__social-links-items path
{
    -webkit-transition: .2s fill;
            transition: .2s fill;
}
.main-footer__social-links-items svg:hover path
{
    fill: #ddbcb0;
}
.main-footer__social-links-item
{
    margin: 0 0 0 16px;
}
@media (max-width: 991px)
{
    .main-footer__social-links-item
    {
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .main-footer__social-links-item:not(:last-of-type)
    {
        margin: 0 16px 0 0;
    }
}
.main-footer__footnote
{
    font-size: 14px;

    text-align: center;
}

.main-footer .menu
{
    line-height: 39px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    margin: 19px 28px 6px;
    padding: 0;

    list-style: none;

    text-align: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .main-footer .menu
    {
            flex-direction: column; 

        margin: 26px 0 21px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.main-footer .menu-item
{
    font-size: 16px;
}
.main-footer .menu-item:not(:last-of-type)
{
    margin-right: 32px;
}
@media (max-width: 991px)
{
    .main-footer .menu-item:not(:last-of-type)
    {
        margin-right: 0;
    }
}

@media all and (-ms-high-contrast: none)
{
    .block-home-rooms-and-suites__slide img
    {
        -webkit-transition: none;
                transition: none;
    }
}

/* Fragrance Slider */
/*Variable*/
:root {
  --cbaldwin-black: #000000;
  --cbaldwin-golden-hour: #AC9B74;
  --cbaldwin-vintage-white: #FBEBEE;
  --cbaldwin-white: #ffffff;
  --cbaldwin-purple: #1E1A34;
  --cbaldwin-pink-accent: #DDBCB0;
  --cbaldwin-white-bg: #FFF7F8;
}

/*Layout*/
.block-fragrance-slider {
  background: var(--cbaldwin-white);
  margin: 0 auto;
  max-width: 1888px;
}
.block-fragrance-slider .block-fragrance-slider__inner {
  width: 100%;
}
.block-fragrance-slider .block-fragrance-slider__content-block {
  margin: 0 auto 25px;
  max-width: 610px;
  padding: 0 20px;
}
.block-fragrance-slider .block-title {
  font-size: 36px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.block-fragrance-slider .block-fragrance-slider__content {
  color: var(--cbaldwin-black);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 21px;
  max-width: 520px;
}
.block-fragrance-slider .block-fragrance-slider__content-block > :last-child {
  margin-bottom: 0;
}
.block-fragrance-slider .block-fragrance-slider__slider-wrapper {
  padding-left: 20px;
  position: relative;
  width: 100%;
}
.block-fragrance-slider .block-fragrance-slider__slider-arrows {
  margin-top: 20px;
}
.block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-arrow {
  background: var(--cbaldwin-vintage-white);
  border: 2px solid var(--cbaldwin-golden-hour);
  margin: 0;
  position: relative;
  left: unset;
  right: unset;
  transform: unset;
  width: 49px;
  transition: background 0.35s ease-in-out;
}
.block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-arrow:hover,
.block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-arrow:focus {
  background: #ddbcb0;
}
.block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-prev {
  margin-right: 20px;
}
.block-fragrance-slider .block-fragrance-slider__slider {
  height: 274px;
  width: 100%;
}
.block-fragrance-slider .block-fragrance-slider__slider .slick-list {
  border-right: 1px solid var(--cbaldwin-vintage-white);
  height: 100%;
}
.block-fragrance-slider .block-fragrance-slider__slider .slick-track {
  height: 100%;
}
.block-fragrance-slider .block-fragrance-slider__slide {
  border: 1px solid var(--cbaldwin-vintage-white);
  margin: 0 10px;
  width: 230px;
}
.block-fragrance-slider .block-fragrance-slider__slide-picture {
  display: block;
  height: 100%;
  overflow: hidden;
}
.block-fragrance-slider .block-fragrance-slider__slide-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (min-width: 768px) {
  .block-fragrance-slider .block-fragrance-slider__content-block {
    margin-bottom: 40px;
  }
  .block-fragrance-slider .block-title {
    font-size: 42px;
    margin-bottom: 2px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider-wrapper {
    padding: 0 30px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider {
    height: unset;
  }
  .block-fragrance-slider .block-fragrance-slider__slider .slick-list {
    border: none;
  }
  .block-fragrance-slider .block-fragrance-slider__slider-arrows {
    padding-left: 68px;
  }
  .block-fragrance-slider .block-fragrance-slider__slide {
    height: calc((100vw - 120px) / 3 * (274 / 216));
  }
}

@media screen and (min-width: 1280px) {
  .block-fragrance-slider .block-fragrance-slider__inner {
    display: flex;
    padding: 0 40px;
  }
  .block-fragrance-slider .block-fragrance-slider__content-block {
    align-items: flex-start;
    display: flex;
    flex: 0 0 546px;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    order: 1;
    padding: 0 0 0 80px;
  }
  .block-fragrance-slider .block-title {
    font-size: 52px;
  }
  .block-fragrance-slider .block-fragrance-slider__content {
    font-size: 19px;
    line-height: 40px;
  }
  .block-fragrance-slider .c-btn {
    padding: 20px 19px 20px;
    min-width: 210px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider-wrapper {
    flex: 1 1 100%;
    padding: 0;
    width: 1px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider-arrows {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
  }
  .block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-arrow {
    height: 66px;
    width: 66px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider-arrows .slick-prev {
    margin: 0 0 20px;
  }
  .block-fragrance-slider .block-fragrance-slider__slider {
    height: 540px;
  }
  .block-fragrance-slider .block-fragrance-slider__slide {
    height: 100%;
    width: 425px;
  }
}
@media screen and (min-width: 1920px) {
  .block-fragrance-slider .block-fragrance-slider__content-block {
    flex: 0 0 706px;
    padding-bottom: 12px;
    padding-left: 132px;
    max-width: unset;
  }
  .block-fragrance-slider .block-title {
    font-size: 62px;
    margin-bottom: 56px;
  }
  .block-fragrance-slider .block-fragrance-slider__content {
    margin-bottom: 56px;
    max-width: unset;
  }
}

/*Scent Campaign Overrides*/
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__images-wrapper:after {
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 38.33%);
}
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__thumbnail {
  height: 444px;
}
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content-wrapper {
  align-items: flex-end;
}
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content {
  padding: 18px 81px;
}
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h1,
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h2,
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h3,
.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h4
{
  color: var(--cbaldwin-vintage-white);
  font-size: 36px;
  line-height: 38px;
}
.page-template-template-scent-campaign .block-cta {
  background: var(--cbaldwin-vintage-white);
  color: var(--cbaldwin-black);
  padding: 28px 2px 37px;
}
.page-template-template-scent-campaign .block-cta .leadparagraph {
  line-height: 32px;
  margin-bottom: 14px;
}
.page-template-template-scent-campaign .block-cta > .container {
  padding: 40px 0;
  position: relative;
}
.page-template-template-scent-campaign .block-cta > .container:before {
  border: 32px solid transparent;
  border-image: url('../images/scent-border.png') 32 round;
  content: '';
  display: block;
  position: absolute;
  inset: 0 5px;
}
.page-template-template-scent-campaign .block-cta > .container:after {
  background-color: var(--cbaldwin-vintage-white);
  background-image: url('../images/icons/scent-x.svg');
  background-size: 28px 27px;
  background-position: center center;
  background-repeat: no-repeat;
  border: unset;
  content: '';
  display: block;
  height: 27px;
  position: absolute;
  top: unset;
  right: unset;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
.page-template-template-scent-campaign .block-frame-border--alternative:before,
.page-template-template-scent-campaign .block-frame-border--alternative:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__thumbnail {
    height: 588px;
  }
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content {
    padding: 43px 140px;
  }
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h1,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h2,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h3,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h4
  {
    font-size: 42px;
    line-height: 44px;
  }
  .page-template-template-scent-campaign .block-cta {
    padding: 39px 33px 48px;
  }
  .page-template-template-scent-campaign .block-cta > .container {
    padding: 57px 0 45px;
  }
  .page-template-template-scent-campaign .block-cta .leadparagraph {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 29px;
  }
}

@media screen and (min-width: 1280px) {
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__thumbnail {
    height: 953px;
    max-height: calc(100vh - 117px);
  }
  .admin-bar.page-template-template-scent-campaign .page-hero--full-w-image .page-hero__thumbnail {
    height: 953px;
    max-height: calc(100vh - 117px - 32px);
  }
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content {
    max-width: 1289px;
    padding: 78px 140px;
  }
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h1,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h2,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h3,
  .page-template-template-scent-campaign .page-hero--full-w-image .page-hero__content h4
  {
    font-size: 62px;
    line-height: 65px;
  }
  .page-template-template-scent-campaign .block-cta {
    padding: 57px 33px 68px;
  }
  .page-template-template-scent-campaign .block-cta > .container {
    max-width: 1508px;
    padding: 67px 0 70px;
  }
  .page-template-template-scent-campaign .block-cta .leadparagraph {
    font-size: 30px;
    margin-bottom: 29px;
    max-width: 1156px;
  }
  .page-template-template-scent-campaign .block-cta > .container:after {
    background-size: 37px 38px;
    bottom: -14px;
    height: 37px;
    width: 152px;
  }
}

/******************************
* Block Gallery
*******************************/

.gallery__inner {
    padding: 0 20px;
    margin: 40px auto;
}

@media screen and (min-width: 768px) {
    .gallery__inner {
        padding: 0 60px;
        margin: 80px auto;
    }
}

@media screen and (min-width: 1280px) {
    .gallery__inner {
        padding: 0 120px;
        margin: 80px auto;
    }
}

.gallery__categories {
    display: grid;
    grid-template-columns: auto;
    gap: 20px 16px;
}

@media screen and (min-width: 768px) {
    .gallery__categories {
        grid-template-columns: calc(100% / 2) calc(100% / 2);
    }
}

@media screen and (min-width: 1280px) {
    .gallery__categories {
        grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    }
}

.gallery__category {
    position: relative;
    overflow: hidden;
}

.gallery__picture {
    transition: all .3s ease-in-out;
}

.gallery__picture .gallery__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .3s ease-in-out;
}

.gallery__category:hover .gallery__img {
    transform: scale(1.2);
}

.gallery__overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 150px 0 44px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 99.04%);
    bottom: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.gallery__category:hover .gallery__overlay {
    opacity: 1;
}

.gallery__title {
    font-family: acme-gothic-condensed, sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFF7F8;
}

.gallery__btn {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 420;
    font-size: 17px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #AC9B74;
    padding: 16px 26px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.gallery__btn::before {
    content: '';
    position: absolute;
    border: 1px solid #AC9B74;
    width: calc(100% + 12px);
    height: calc(100% - 8px);
    left: -6px;
    top: 4px;
}

.gallery__modal {
    position: fixed;
    inset: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    display: none;
}

.gallery__modal-inner {
    max-width: 80vw;
    max-height: 80vh;
    width: 1320px;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%,-50%);
}

.gallery__modal-inner .slick-arrow {
    width: 30px;
    height: 30px;
}

.gallery__modal-inner .slick-arrow::after {
    width: 8px;
    height: 8px;
}

@media screen and (min-width: 1280px) {
    .gallery__modal-inner .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .gallery__modal-inner .slick-arrow::after {
        width: 12px;
        height: 12px;
    }
}

.gallery__modal-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #1e1a34;
    background-color: rgba(251, 235, 238, 0.75);
    z-index: 9;
    border: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

@media screen and (min-width: 1280px) {
    .gallery__modal-close {
        height: 46px;
        width: 46px;
    }
}

.gallery__modal-close-icon {
    display: flex;
    transform: rotate(45deg);
}

.gallery__modal-close-icon:after, .gallery__modal-close-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    transition: background .2s linear;
    transform: translate(-50%, -50%);
    background-color: #1E1A34;
}

.gallery__modal-close-icon:after {
    width: 2px;
    height: 14px;
}

.gallery__modal-close-icon:before {
    width: 14px;
    height: 2px;
}

.gallery__modal-overlay {
    background: #000000d1;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0;
}

.gallery__slider .gallery__slide-img {
    height: 660px;
    max-height: 60vh;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    background-color: #000;
}

.gallery__nav-slider {
    display: none;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .gallery__nav-slider {
        display: block;
    }
}

.gallery__nav-slider .gallery__nav-slide-img {
    max-height: 146px;
}

.gallery__nav-slide {
    position: relative;
}

.gallery__nav-slider .gallery__nav-slide::after {
    content: '';
    background: #20202066;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 99;
}

.gallery__nav-slide.slick-current::after {
    display: none;
}

.gallery__nav-slide {
    padding: 0 5px;
}

.gallery__nav-slide.slick-current .gallery__nav-slide-img {
    border: 4px solid #AC9B74;
}

/* Layout Block - Offer */

.block-offer__inner{
   display: block;
}
figure.block-offer__image {
    height: 100%;
    overflow: hidden;
}
figure.block-offer__image img.attachment-full-width-content-image.size-full-width-content-image{
    min-height: 255px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-offer__content--wrapper {
    text-align: center;
    padding: 25px 30px;
    width: 100%;
}
.block-offer__content--title{
    padding-bottom: 25px;
    border-bottom: 1px solid var(--cbaldwin-golden-hour);
    margin-bottom: 26px;
}
.block-offer__content--body, p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.block-offer__content--body, p + h3 {
    font-size: 30px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.block-offer__content--body, h3 {
    letter-spacing: -0.09em;
}
h1.block-offer__title{
    font-size: 37.5px;
    line-height: 45px;
    letter-spacing: -0.085em;
    text-transform: uppercase;
}
p.fine-print{
    font-family: brandon-grotesque, sans-serif;
    font-style: italic;
    font-weight: 420;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.block-offer__content--wrapper .c-btn-wrapper{
    text-align: center;
}
.block-offer__content--wrapper ul li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.block-offer__content--wrapper ul li:before {
    display: none;
}
@media (min-width: 992px) {
.block-offer__inner{
    display: flex;
}
.block-offer__content--wrapper {
    text-align: left;
    padding: 95px 61px 95px 83px;
    max-width: 53.75%;
}
.block-offer__content--title{
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.block-offer__content--body {
    max-width: 93%;
}
.block-offer__content--body, p {
    margin-bottom: unset;
    font-size: 22px;
    line-height: 40px;
}
.block-offer__content--body, p + h3 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 21px;
    margin-bottom: 27px;
}
h1.block-offer__title{
    font-size: 62px;
    line-height: 64px;
}
p.fine-print{
    line-height: 30px;
    letter-spacing: -0.01em;
    margin-top: 29px;
    margin-bottom: 32px;
}
.block-offer__content--wrapper .c-btn-wrapper{
    text-align: left;
}
}

/* BLOCK SPLIT CONTENT */

.block-split-content {
    position: relative;
    padding: 60px 16px;
    row-gap: 40px;
    background-color: #FFF7F8;

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.block-split-content__inner {
    padding: 0 44px 0 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.block-split-content__header {
    text-transform: uppercase;
    padding-bottom: 40px;
}

.block-split-content__content {
    line-height: 26px;
    padding-bottom: 45px;
}

.block-split-content__link {
    text-transform: uppercase;
    font-family: brandon-grotesque;
    font-size: 17px;
    line-height: 16px;
    weight: 500;
}

.block-split-content__image {
    width: 100%;
    height: 343px;
    overflow: hidden;
}

.block-split-content__image img{
    width: 100%;
    min-height: 343px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .block-split-content {
        padding: 70px 40px;
        row-gap: 52px;
    }

    .block-split-content__inner {
        padding: 0 116px 0 0;
    }

    .block-split-content__header {
        padding-bottom: 20px;
    }

    .block-split-content__header h1{
        font-size: 48px;
        line-height: 64px;
    }

    .block-split-content__content {
        padding-bottom: 40px;
    }

    .block-split-content__content p {
        font-size: 28px;
        line-height: 36px;
    }

    .block-split-content__image {
        height: 574px;
    }

    .block-split-content__image img {
        min-height: 574px;
    }
}

@media (min-width: 1280px) {
    .block-split-content {
        padding: 95px 80px;
        row-gap: 0;
        column-gap: 114px;
    }

    .block-split-content__right {
        flex-direction: row;
    }

    .block-split-content__left {
        flex-direction: row-reverse;
    }

    .block-split-content__inner {
        padding: 0;
        max-width: 358px;
        max-height: 390px;
    }

    .block-split-content__header {
        padding-bottom: 30px;
    }

    .block-split-content__header h1{
        font-size: 62px;
    }

    .block-split-content__content {
        padding-bottom: 40px;
    }

    .block-split-content__image img{
        min-height: 574px;
        max-height: 800px;
    }
}

@media (min-width: 1920px) {
    .block-split-content {
        padding: 100px 60px;
        column-gap: 100px;
    }

    .block-split-content__image {
        width: 1345px;
        height: 800px;
    }

    .block-split-content__image img {
        width: 1345px;
        height: 800px;
    }
}

/* END BLOCK SPLIT CONTENT */

/* Venues Carousel */

.block-venues-carousel {
    background-color: white;
    max-width: 1920px;
    margin: 0 auto;
}

.block-venues-carousel--with-top-spacing {
    padding-top: 70px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel--with-top-spacing {
        padding-top: 140px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel--with-top-spacing {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel--with-top-spacing {
        padding-top: 100px;
    }
}

.block-venues-carousel__slider-wrapper {
    padding-left: 16px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slider-wrapper {
        padding: 0 40px 54px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slider-wrapper {
        padding: 0 80px 80px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel__slider-wrapper {
        padding: 0 60px;
    }
}

.block-venues-carousel__slide {
    width: 316px;
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide {
        width: 336px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slide {
        width: 362px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel__slide {
        width: 587px;
    }
}

.block-venues-carousel__slide-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFF7F8;
}

.block-venues-carousel__slide-image {
    width: 100%;
    height: 245px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide-image {
        height: 302px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slide-image {
        height: 325px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel__slide-image {
        height: 446px;
    }
}

.block-venues-carousel__slide-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.block-venues-carousel__slide-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-venues-carousel__slide-content {
    padding: 27px 29px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide-content {
        padding: 37px 23px;
    }
}

.block-venues-carousel__slide-heading h3 {
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 20px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide-heading h3 {
        font-size: 36px;
        margin-bottom: 14px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slide-heading h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slide-heading h3 {
        font-size: 45px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

.block-venues-carousel__slide-details {
    display: inline-flex;
    margin-bottom: 14px;
}

.block-venues-carousel__slide-details svg {
    filter: brightness(0) saturate(100%) invert(9%) sepia(55%) saturate(628%) hue-rotate(209deg) brightness(100%) contrast(97%);
}

.block-venues-carousel__slide-details .card-item-meta {
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
}

.block-venues-carousel__slide-details .card-item-meta:first-child {
    margin-right: 16px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide-details .card-item-meta {
        font-size: 15px;
    }

    .block-venues-carousel__slide-details .card-item-meta:first-child {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel__slide-details .card-item-meta {
        font-size: 16px;
    }

    .block-venues-carousel__slide-details .card-item-meta:first-child {
        margin-right: 21px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel__slide-details .card-item-meta {
        font-size: 20px;
    }

    .block-venues-carousel__slide-details .card-item-meta__icon {
        width: 28px;
        height: 28px;
    }

    .block-venues-carousel__slide-details .card-item-meta:first-child {
        margin-right: 28px;
    }

    .block-venues-carousel__slide-details svg {
        width: 15px;
        height: 15px;
    }
}

.block-venues-carousel__slide-description {
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 24px;
}

.block-venues-carousel__slide-button {
    margin-top: auto;
}

.block-venues-carousel__slide-button .c-btn {
    padding: 20px 26px;
}

.block-venues-carousel__slide-button .c-btn-content {
    font-size: 20px;
    font-weight: 400;
}

.block-venues-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.block-venues-carousel .slick-dots li {
    margin: 0 10px;
    padding-bottom: 10px;
}

.block-venues-carousel .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(30, 26, 52, 0.5);
    text-indent: -9999px;
    cursor: pointer;
}

.block-venues-carousel .slick-dots li.slick-active button {
    background-color: rgba(30, 26, 52, 1);
}

.block-venues-carousel__slide {
    margin: 0 7px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel__slide {
        margin: 0 8px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel__slide {
        margin: 0 10px;
    }
}

.block-venues-carousel .slick-arrow {
    width: 57px;
    height: 57px;
    top: 265px;
    border: 1px solid #AC9B74;
    background-color: #FFF7F8;
}

.block-venues-carousel .slick-arrow.slick-prev {
    display: none !important;
}

.block-venues-carousel .slick-arrow.slick-next {
    left: unset;
    right: 10px;
}

.block-venues-carousel .slick-track {
    display: flex !important;
}

.block-venues-carousel .slick-slide {
    height: inherit !important;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel .slick-arrow {
        top: 302px;
    }

    .block-venues-carousel .slick-arrow.slick-prev {
        display: initial !important;
        left: -24px;
        right: unset;
    }

    .block-venues-carousel .slick-arrow.slick-next {
        right: -24px;
    }
}

@media only screen and (min-width: 1280px) {
    .block-venues-carousel .slick-arrow.slick-prev {
        left: -33px;
    }

    .block-venues-carousel .slick-arrow.slick-next {
        right: -33px;
    }
}

.block-venues-carousel .slick-list {
    padding: 0 10.3% 0 0 !important;
    margin: 0 -7px;
}

@media only screen and (min-width: 768px) {
    .block-venues-carousel .slick-list {
        padding: 0 !important;
        margin: 0 -8px 50px;
    }
}

@media only screen and (min-width: 1920px) {
    .block-venues-carousel .slick-list {
        margin: 0 -10px 80px;
    }
}

.block-venues-carousel .slick-dots {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    line-height: 1.5;
}