﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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 size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* ------------------------------------ *    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------ *    #CUSTOM FONTS
\* ------------------------------------ */
/* ------------------------------------ *    #PAGE
\* ------------------------------------ */
html {
    background: #333;
    color: #000;
    font-family: "source-sans-pro", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    -webkit-box-shadow: 0 0 140px black;
    box-shadow: 0 0 140px black;
    margin: 0 auto !important;
    max-width: 1600px;
    font-size: 16px !important;
}

/* ------------------------------------ *    #TYPOGRAPY
\* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.5;
}

p {
    margin: 0 0 20px;
}

h1 {
    font-size: 3rem;
    font-family: "Brandon Grotesque Black";
}
@media(max-width: 680px)
{
    h1{

        font-size: 2.3rem;
    }
}

h2 {
    font-size: 1.5rem;
    font-family: "brandon-grotesque-bold";
}

h3 {
    font-size: 1.22rem;
    font-family: "brandon-grotesque-bold";
}

p {
    font-size: 0.9rem;
}

ul,
ol,
dl {
    margin: 0 0 20px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        text-decoration: underline;
    }

hr {
    margin: 0 0 20px;
    border: solid #ebebeb;
    border-width: 0 0 1px;
}

/* ------------------------------------ *    #IMAGES
\* ------------------------------------ */
img {
    vertical-align: middle;
}

figure {
    margin: 0 0 20px;
}

figcaption {
    font-size: 0.75em;
    font-style: italic;
}

/* ------------------------------------ *    #FORMS
\* ------------------------------------ */
input,
textarea,
select {
    border: 1px solid #929293;
    border-radius: 0;
    background: #fff;
}

/* ------------------------------------ *    #WRAP
\* ------------------------------------ */
.o-wrap {
    overflow: hidden;
}

/* ------------------------------------ *    #CONTAINER
\* ------------------------------------ */
.o-container {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .o-container {
        margin: 0 60px;
    }
}

.o-container--background-color {
    background: #e5e5dc;
    padding: 20px 20px 60px;
}

@media (min-width: 768px) {
    .o-container--background-color {
        padding: 60px 60px 80px;
    }
}

@media (min-width: 1200px) {
    .o-container--background-color {
        padding: 60px 80px 80px;
    }
}

@media (min-width: 1500px) {
    .o-container--background-color {
        padding: 60px 120px;
    }
}

.o-container--background-image {
    background: #e5e5dc;
    background-image: url("../Content/restaurant-container-background.jpg");
    background-position: top center;
    padding: 0 20px 60px;
}

@media (min-width: 768px) {
    .o-container--background-image {
        padding: 60px 60px 80px;
    }
}

@media (min-width: 1024px) {
    .o-container--background-image {
        background-position: top;
        background-repeat: repeat;
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .o-container--background-image {
        padding: 60px 80px 80px;
    }
}

@media (min-width: 1500px) {
    .o-container--background-image {
        padding: 60px 120px;
    }
}

.o-container--no-bottom-padding {
    padding-bottom: 0;
}

/* ------------------------------------ *    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

/* ------------------------------------ *    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ------------------------------------ *    #ASPECT
\* ------------------------------------ */
.o-aspect {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

    .o-aspect::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%;
    }

    .o-aspect > * {
        margin: 0;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .o-aspect > iframe,
    .o-aspect > embed,
    .o-aspect > video {
        height: 100%;
    }

.o-aspect--16x9::before {
    padding-top: 56.25%;
}

/* ------------------------------------ *    #LAYOUT
\* ------------------------------------ */
@media (min-width: 1024px) {
    .o-layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-gap: 30px;
    }
}

@media (min-width: 1024px) {
    .o-layout__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .o-layout__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

/* ------------------------------------ *    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
    margin-bottom: 10px;
}

.c-form-group__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 5px 0;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.c-form-group.has-error .c-form-group__label {
    color: #f00;
}

.c-form-group__input {
    display: block;
    padding: 0.625em;
    margin-bottom: 10px;
    width: 100%;
    font-family: "source-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: border 0.15s;
    transition: border 0.15s;
}

.c-form-group__label .c-form-group__input {
    margin: 0.3125em 0.3125em 0 0;
}

.c-form-group.has-error .c-form-group__input {
    border-color: #f00;
}

.c-form-group__input--inline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    width: auto;
}

.c-form-group__help-block {
    display: block;
    font-size: 0.75em;
    margin: 0 0 20px;
}

.c-form-group__validation {
    display: block;
    padding: 0.625em;
    border: 1px solid #929293;
    background-color: #b8b8b9;
    color: #929293;
    font-weight: bold;
    position: relative;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff;
}

/* ------------------------------------ *    #BUTTONS
\* ------------------------------------ */
.c-btn {
    background: #eee;
    border: 1px solid #fff;
    color: #e45f4d;
    display: inline-block;
    fill: currentColor;
    font-family: "brandon-grotesque-bold", sans-serif;
    font-size: 0.89rem;
    letter-spacing: 0.2em;
    font-weight: 900;
    line-height: 1;
    padding: 0.625em 1.25em;
    text-transform: uppercase;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .c-btn:hover, .c-btn:active, .c-btn:focus {
        background: #d5d5d5;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .c-btn {
        width: auto;
    }
}

/**
 * Modifiers for the buttons
 */
.c-btn--primary {
    background: #e45f4d;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

    .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
        background: #dd3821;
    }

.c-btn--ticket, .c-btn--ticket:not([href]) {
    background: #325d7b;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

    .c-btn--ticket:hover, .c-btn--ticket:active, .c-btn--ticket:focus {
        background: white;
        color: #325d7b;
    }

.c-btn-details--concerts {
    color: #325d7b;
}

.c-btn-details--foundationroom {
    color: #325d7b;
}

.c-btn-details--restaurant {
    color: #325d7b;
}

.c-btn--secondary {
    background: #e45f4d;
    border: 0;
    color: #fff;
    padding: 0.625em;
    text-align: center;
}

    .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
        background: #dd3821;
    }

@media (min-width: 768px) {
    .c-btn--secondary {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .c-btn--secondary {
        letter-spacing: 6px;
    }
}

.c-btn--transparent {
    background: rgba(28, 28, 24, 0.34);
    border: 0;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.1875em;
    padding: 15px 25px;
}

    .c-btn--transparent:hover, .c-btn--transparent:active, .c-btn--transparent:focus {
        background: rgba(1, 1, 0, 0.34);
    }

.c-btn--edp {
    width: 100% !important;
    display: block !important;
    text-align: center;
}

.btn-center {
    width: 100%;
    text-align: center;
}

.c-link {
    display: inline-block;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: 0.1875em;
    padding: 10px 0;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .c-link {
        letter-spacing: 0.3125em;
        padding: 0;
    }
}

.c-link--primary {
    color: #e45f4d;
}

.c-link--tertiary {
    color: #997f56;
}

/* ------------------------------------ *    #HEADINGS
\* ------------------------------------ */
.c-heading-80 {
    /*font-size: 2.25rem;*/
    line-height: 1;
}

@media (min-width: 1024px) {
    .c-heading-80 {
        /*font-size: 5rem;*/
    }
}

.c-heading-50 {
    /*font-size: 2.25rem;*/
    line-height: 1;
}

.c-heading-48 {
    /*font-size: 1.25rem;*/
    line-height: 1;
}

@media (min-width: 1024px) {
    .c-heading-48 {
        /*font-size: 3rem;*/
    }
}

.c-heading-40 {
    /*font-size: 1.25rem;*/
    line-height: 1;
}

@media (min-width: 1550px) {
    .c-heading-40 {
        /*font-size: 2.5rem;*/
    }
}

.c-heading-38 {
    /*font-size: 1.0rem;*/
    line-height: 1.5;
}

@media (min-width: 768px) {
    .c-heading-38 {
        /*font-size: 2.375rem;*/
        line-height: 1;
    }
}

.c-heading-31 {
    /*font-size: 1.0rem;*/
    line-height: 1;
}

.c-heading-26 {
    /*font-size: 1.0rem;*/
    line-height: 1;
}

.c-heading-18 {
    /*font-size: 1.125rem;*/
    line-height: 1.5;
}

.c-heading-14 {
    /*font-size: 0.875rem;*/
}

/* ------------------------------------ *    #NAVIGATION
\* ------------------------------------ */
.c-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 115px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 8000;
}

@media (min-width: 768px) {
    .c-nav {
        height: auto;
        padding: 20px 80px;
    }
}

.c-nav__link-logo {
    width: 15%;
}

@media (max-width: 1024px) {
    .c-nav__link-logo {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .c-nav__link-logo {
        width: 27%;
    }
}

.c-nav__logo {
    height: auto;
}

@media (min-width: 1024px) {
    .c-nav__logo {
        width: 100%;
    }
}

.c-nav__venue-title {
    display: none;
}

@media (max-width: 768px) {
    .c-nav__venue-title {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }
}

.c-nav__venue-title h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.75rem;
}

/* Safari ANY verion
 * https : // solvit. io / bcf61b6
   ========================================================================== */
/**/
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        @media (min-width: 1024px) {
            .c-nav__mobile-menu-wrapper {
                overflow: visible !important;
            }
        }
    }
}
/*
  ========================================================================== */

.c-nav__mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 115px;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    width: 100%;
    z-index: 9000;
}

    .c-nav__mobile-menu-wrapper.show-nav {
        max-height: 120vh;
    }

@media (min-width: 1024px) {
    .c-nav__mobile-menu-wrapper {
        max-height: none;
        position: static;
        width: 82%;
    }
}


.c-nav__list {
    background: rgba(0, 0, 0, 0.8);
    min-height: 100vh;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-nav__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 37px;
        min-height: auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding: 0;
        width: 100%;
    }
}

.c-nav__item {
    font-size: 1.625em;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

@media (min-width: 1024px) {
    .c-nav__item {
        font-size: 1em;
        padding: 0;
    }

        .c-nav__item:not(:last-child) {
            margin-right: 32px;
        }

            .c-nav__item:not(:last-child)::after {
                background: #ebebeb;
                content: "";
                height: 120%;
                position: absolute;
                top: -10%;
                width: 1px;
                right: -16px;
            }
}

.c-nav__link {
    color: #fff;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .c-nav__link {
        color: #000;
    }
}

.c-nav__item.is-current .c-nav__link {
    text-decoration: underline;
}

.c-nav__mobile-button {
    padding-right: 20px;
}

@media (min-width: 1024px) {
    .c-nav__mobile-button {
        display: none;
    }
}

.c-nav__mobile-button:hover {
    cursor: pointer;
}

.c-all-venues {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-all-venues {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        position: absolute;
        right: 80px;
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 334px;
    }
}

.c-all-venues__wrapper {
    display: block;
}

@media (min-width: 1024px) {
    .c-all-venues__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-all-venues__search-input-wrapper {
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-all-venues__search-input-wrapper {
        width: 50%;
    }
}

.c-all-venues__search-input {
    background: #c3c3c3;
    border: 0;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 2em;
    font-weight: 900;
    height: 76px;
    padding: 9px 36px;
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-all-venues__search-input {
        font-size: 0.65rem;
        height: 37px;
        padding: 12px;
    }
}

.c-all-venues__search-input::-webkit-input-placeholder {
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.1875em;
    line-height: 48px;
    opacity: 1;
    text-transform: uppercase;
}

.c-all-venues__search-input:-ms-input-placeholder {
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.1875em;
    line-height: 48px;
    opacity: 1;
    text-transform: uppercase;
}

.c-all-venues__search-input::placeholder {
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.1875em;
    line-height: 48px;
    opacity: 1;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .c-all-venues__search-input::-webkit-input-placeholder {
        font-size: 1em;
        line-height: unset;
    }

    .c-all-venues__search-input:-ms-input-placeholder {
        font-size: 1em;
        line-height: unset;
    }

    .c-all-venues__search-input::placeholder {
        font-size: 1em;
        line-height: unset;
    }
}

.c-all-venues__search-input:focus {
    outline: 0;
}

.c-all-venues__dropdown-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e45f4d;
    border: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 2em;
    font-weight: 900;
    height: 76px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 0.1875em;
    line-height: 1;
    padding: 9px 36px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-all-venues__dropdown-button {
        font-size: 0.65rem;
        height: 37px;
        line-height: 0.875em;
        padding: 12px;
        width: 50%;
    }
}

.c-all-venues__dropdown-button:focus {
    outline: 0;
}

.c-all-venues__dropdown-button:hover {
    cursor: pointer;
}

.c-all-venues__search-icon,
.c-all-venues__dropdown-icon {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .c-all-venues__search-icon,
    .c-all-venues__dropdown-icon {
        height: 12px;
        width: 12px;
    }
}

.c-all-venues__search-icon {
    position: absolute;
    top: 50%;
    right: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .c-all-venues__search-icon {
        right: 15px;
    }
}

.c-all-venues__dropdown-wrapper {
    max-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    z-index: 10000;
}

    .c-all-venues__dropdown-wrapper.show-nav {
        max-height: 344px;
    }

@media (min-width: 1024px) {
    .c-all-venues__dropdown-wrapper.show-nav {
        max-height: 448px;
    }
}

.c-all-venues__dropdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebe4;
    background-image: url("../Content/menu-texture.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-all-venues__city {
    border: solid rgba(155, 155, 136, 0.3);
    border-width: 0;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 0.1875em;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

@media (max-width: 1023px) {
    .c-all-venues__city:nth-child(odd) {
        border-width: 0 2px 2px 0;
    }

    .c-all-venues__city:nth-child(even) {
        border-width: 0 0 2px;
    }
}

@media (min-width: 1024px) {
    .c-all-venues__city {
        font-size: 0.875em;
        margin: 0 10px;
        padding: 6px 0;
        width: 100%;
    }

        .c-all-venues__city:not(:last-child):not(:nth-last-child(2)) {
            border-bottom: 1px solid #d5d5cf;
        }
}

.c-all-venues__city--all {
    background: rgba(155, 155, 136, 0.3);
    border: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

    .c-all-venues__city--all span {
        display: inline-block;
        position: relative;
    }

        .c-all-venues__city--all span::before, .c-all-venues__city--all span::after {
            content: '';
            background: #000;
            height: 1px;
            position: absolute;
            top: 50%;
            width: 20%;
        }

        .c-all-venues__city--all span::before {
            left: -30%;
        }

        .c-all-venues__city--all span::after {
            right: -30%;
        }

/* ------------------------------------ *    #HEADER
\* ------------------------------------ */
.c-header {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 165px;
}

@media(min-width: 400px) {
    .c-header {
        height: 200px;
    }
}



@media (min-width: 768px) {
    .c-header {
        height: auto;
    }
}



.c-header::after {
    /*background-image: url("../Content/header-overlay.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-homepage-heading {
    color: black;
    text-align: center;
    padding: 0px 0px 45px;
    margin-top: -35px;
}

.c-header--relative {
    position: relative;
}

.c-header__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.c-header__heading {
    color: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    z-index: 5000;
}

@media (min-width: 768px) {
    .c-header__heading {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .c-header__heading {
        width: 60%;
    }
}

/* ------------------------------------ *    #FOOTER
\* ------------------------------------ */
.c-footer {
    background: #fff;
    padding: 40px 0;
}

.footer-group {
    text-align: center;
    padding-bottom: 30px;
}

.c-footer__heading {
    color: #929293;
    display: inline-block;
    letter-spacing: 0.1875em;
    position: relative;
}

    .c-footer__heading::before, .c-footer__heading::after {
        background: gray;
        content: '';
        height: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
    }

    .c-footer__heading::before {
        left: -40px;
    }

    .c-footer__heading::after {
        right: -40px;
    }

@media (min-width: 1024px) {
    .c-footer__logos {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }
}

.c-footer__logo {
    margin: 10px;
}

@media (min-width: 1024px) {
    .c-footer__logo {
        margin: 0 10px;
    }
}

.c-footer__links-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-footer__site-links-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 80%;
    font-size: 0.7222rem;
}

@media (min-width: 1024px) {
    .c-footer__site-links-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 70%;
    }
}

.c-footer__link-col {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-footer__link-col {
        margin-bottom: 0;
        padding: 0 10px;
        width: 25%;
    }
}

.c-footer__contact-social-wrapper {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80%;
}

@media (min-width: 1024px) {
    .c-footer__contact-social-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 30%;
    }
}

.c-footer__contact-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .c-footer__contact-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.c-footer__contact-link {
    border: 2px solid #000;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.125em;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

    .c-footer__contact-link:nth-child(2) {
        border-left-width: 0;
    }

    .c-footer__contact-link.email-enter {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        height: 48px;
    }

#newsletter-expand {
    position: absolute;
    top: 10px;
    right: 5px;
}

.c-footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .c-footer__social {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.c-footer__social-link {
    color: #c3c3c3;
    margin: 0 2% 20px;
    width: 20%;
}

@media (min-width: 768px) {
    .c-footer__social-link {
        margin: 0 0 0 8px;
        width: auto;
    }
}

.c-footer__social-link svg {
    fill: currentColor;
}

@media (min-width: 1024px) {
    .c-footer__social-link svg {
        height: 22px;
        width: 22px;
    }
}

.c-home-header__slider-wrapper {
    width: 100%;
}

.c-home-header {
    background-image: url("../Content/home-header-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*height: 400px;*/
    /*padding: 0 20px;*/
    /*padding:unset;*/
    max-width: 100%;
    width: auto !important;
}

/*@media (min-width: 320px) {
    .c-home-header {
        height: 500px;
        padding: 0 40px;
    }
}

@media (min-width: 768px) {
    .c-home-header {
        height: 500px;
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .c-home-header {
        height: 600px;
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .c-home-header {
        padding: 0 80px;
    }*/
}

.c-home-header__heading {
    color: #fff;
}

.c-home-header__arrows-wrapper {
    display: none;
}

@media (min-width: 1024px) {
    .c-home-header__arrows-wrapper {
        bottom: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 18px;
        z-index: 4000;
    }
}

.c-home-header__arrow {
    background: #e45f4d;
    border-radius: 50%;
    height: 40px;
    padding: 8px;
    width: 40px;
}

    .c-home-header__arrow:hover {
        cursor: pointer;
    }

.c-home-header__arrow--left {
    margin-right: 8px;
}

.c-home-offerings {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
}

@media (min-width: 768px) {
    .c-home-offerings {
        margin: 0 -120px;
    }
}

@media (min-width: 1024px) {
    .c-home-offerings {
        background-image: url("../Content/background-decorative-strip.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        padding: 0 120px;
    }
}

@media (min-width: 1200px) {
    .c-home-offerings {
        margin: 0 -140px;
    }
}

@media (min-width: 1500px) {
    .c-home-offerings {
        background-size: 100%;
        margin-left: -180px;
        margin-right: -180px;
        padding: 0 120px;
    }
}

.c-home-offerings__icon{
    display: block;
}
@media(max-width: 1024px)
{
    .c-home-offerings__icon{
        display: none;
    }
}

.c-home-offerings__shadow-box {
    background-image: url("../Content/background-decorative-strip.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .c-home-offerings__shadow-box {
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .c-home-offerings__shadow-box {
        background: none;
        width: 48%;
    }
}

@media (min-width: 1500px) {
    .c-home-offerings__shadow-box {
        margin-bottom: 0;
        width: 24%;
    }
}

.c-home-offerings__shadow-box::after {
    background-image: url("../Content/home-offerings-shadow.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 1px;
    content: "";
    height: 24%;
    left: 20px;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: calc(100% - 40px);
}

@media (min-width: 768px) {
    .c-home-offerings__shadow-box::after {
        left: 120px;
        width: calc(100% - 240px);
    }
}

@media (min-width: 1024px) {
    .c-home-offerings__shadow-box::after {
        left: 0;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .c-home-offerings__shadow-box::after {
        height: 12%;
    }
}

.c-home-offerings__offering {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding: 48px 16px 35px;
    position: relative;
    text-align: center;
    width: calc(100% - 40px);
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .c-home-offerings__offering {
        width: calc(100% - 240px);
        padding: 48px 16px 90px;
    }
}

@media (min-width: 1024px) {
    .c-home-offerings__offering {
        width: 100%;
    }
}

.c-home-offerings__offering::after {
    border: 16px solid rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-home-offerings__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-family: "source-sans-pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem;
    padding: 0 12px;
}

@media (min-width: 1500px) {
    .c-home-offerings__description {
        margin-bottom: 2rem;
    }
}

.c-home-offerings__button {
    padding: 0 20px;
    position: relative;
    z-index: 7000;
}

@media (min-width: 1024px) {
    .c-home-offerings__button {
        padding: 0;
    }
}

.c-home-offerings__reservations-wrapper {
    display: none;
    height: 200px;
    left: 50%;
    margin: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 11000;
}

@media (min-width: 1500px) {
    .c-home-offerings__reservations-wrapper {
        left: 0;
        position: relative;
        -webkit-transform: translate(0);
        transform: translate(0);
        top: 0;
        width: 95%;
    }
}

.c-home-offerings__reservations {
    border: 16px solid #929293;
    background: #fff;
    height: 100%;
    padding: 40px;
}

.c-home-offerings__reservations-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "brandon-grotesque", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 12000;
}

.c-home-offerings__reservations-close {
    position: absolute;
    right: 0;
    top: -3px;
}

    .c-home-offerings__reservations-close:hover {
        cursor: pointer;
    }

.c-events {
    position: relative;
}

@media (min-width: 1200px) {
    .c-events--background-logo {
        padding-bottom: 145px;
    }

        .c-events--background-logo::before {
            content: "";
            display: block;
            background-image: url("../Content/background-hob-logo.png");
            background-size: 75%;
            background-repeat: no-repeat;
            background-position: -170px 0;
            height: 150%;
            width: calc(100% - 60px);
            position: absolute;
            top: -20%;
            left: -120px;
            pointer-events: none;
        }
}

@media (min-width: 768px) {
    .c-events__header-with-button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-events__heading {
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 0;
}

.c-events__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

@media (min-width: 768px) {
    .c-events__wrapper {
        margin-left: -120px;
        margin-right: -120px;
    }
}

@media (min-width: 1200px) {
    .c-events__wrapper {
        margin-left: -140px;
        margin-right: -140px;
    }
}

@media (min-width: 1500px) {
    .c-events__wrapper {
        margin-left: -180px;
        margin-right: -180px;
    }
}

.c-events__wrapper--shadow {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.01)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.01));
    background-size: 100% 101%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
}

.c-events__arrow {
    -webkit-filter: drop-shadow(10px 10px 20px #000);
    filter: drop-shadow(10px 10px 20px #000);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4000;
}

    .c-events__arrow:hover {
        cursor: pointer;
    }

.c-event {
    background: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
}

.c-event__image-wrapper {
    position: relative;
}

.c-event__sale {
    background: #e45f4d;
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.875em;
    font-weight: 900;
    left: 0;
    letter-spacing: 0.125em;
    padding: 5px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.c-event__details {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    padding: 22px;
    position: relative;
    width: 100%;
    min-height: 175px;
}

.add-to-calendar-checkbox {
    width: 100%;
}

.tktBtnLN {
    width: 100%;
    margin-bottom: 40px;
}

.c-event__title {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.c-home-about__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

    .c-home-about__wrapper::before {
        content: "";
        display: block;
        background-image: url("../Content/home-about-background-decoration.png");
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: left top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

@media (min-width: 768px) {
    .c-home-about__wrapper {
        margin-left: -60px;
        margin-right: -60px;
    }

        .c-home-about__wrapper::before {
            width: 60%;
        }
}

@media (min-width: 1024px) {
    .c-home-about__wrapper {
        margin: 150px -120px 130px;
    }

        .c-home-about__wrapper::before {
            background-size: 75%;
            height: 175%;
            left: 60px;
            width: 90%;
        }
}

@media (min-width: 1200px) {
    .c-home-about__wrapper {
        margin: 0 -20px;
    }

        .c-home-about__wrapper::before {
            left: -60px;
            width: 100%;
        }
}

@media (min-width: 1500px) {
    .c-home-about__wrapper {
        margin: 0 -60px;
    }
}

@media (min-width: 1024px) {
    .c-home-about__slider-background {
        background-image: url("../Content/background-decorative-strip.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0 60px;
    }

        .c-home-about__slider-background::before {
            content: "";
            height: 200px;
            background-image: url("../Content/home-about-slogans-top.png");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: -170px;
            right: 80px;
            width: 100%;
        }
}

@media (min-width: 1200px) {
    .c-home-about__slider-background {
        margin-left: -120px;
        margin-right: -120px;
        padding: 0 60px;
    }
}

@media (min-width: 1024px) {
    .c-home-about__slider-wrapper {
        margin-left: 12.5%;
        position: relative;
        width: 87.5%;
    }

        .c-home-about__slider-wrapper::after {
            background-image: url("../Content/home-about-shadow.png");
            background-position: top center;
            background-repeat: no-repeat;
            background-size: 100%;
            bottom: 1px;
            content: "";
            height: 12%;
            position: absolute;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            width: 100%;
            z-index: 1000;
        }
}

@media (min-width: 1200px) {
    .c-home-about__slider-wrapper {
        margin-left: 25%;
        width: 75%;
    }
}

.c-home-about__slider {
    position: relative;
    z-index: 2000;
}

    .c-home-about__slider .slick-list {
        overflow: visible;
    }

/* Slick fix for stacking heroes on page load */
/* Hero Widget */
.c-slider {
    overflow: hidden;
}

.c-slider__item:nth-child(n+1) {
    display: none;
}

.slick-initialized, .c-slider__item:first-child {
    display: block;
}

/* Restaurant top slider */
.masonry-mobile-slider {
    overflow: hidden;
}

.masonry-slick:nth-child(n+1) {
    display: none;
}

.slick-initialized, .masonry-slick:first-child {
    display: block;
}

/* Masonry mobile slider */
.restaurant-header {
    overflow: hidden;
}

.c-header:nth-child(n+1) {
    display: none;
}

.slick-initialized, .c-header:first-child {
    display: block;
}

.c-home-about__text-box {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
}

@media (min-width: 1024px) {
    .c-home-about__text-box {
        left: -8%;
        padding: 20px;
        position: absolute;
        top: 46px;
        width: 250px;
        z-index: 3000;
    }
}

@media (min-width: 1200px) {
    .c-home-about__text-box {
        left: -10%;
        top: 46px;
        width: 400px;
    }
}

.c-home-about__text-box__text {
    margin-bottom: 0;
}

.c-home-about__arrows-wrapper {
    display: none;
}

@media (min-width: 1024px) {
    .c-home-about__arrows-wrapper {
        bottom: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 18px;
        z-index: 4000;
    }
}

.c-home-about__slide {
    vertical-align: middle;
}

.c-home-about__arrow {
    background: #e45f4d;
    border-radius: 50%;
    height: 40px;
    padding: 8px;
    width: 40px;
}

    .c-home-about__arrow:hover {
        cursor: pointer;
    }

.c-home-about__arrow--left {
    margin-right: 8px;
}

.c-home-about__text-wrapper {
    margin: 0 40px;
}

@media (min-width: 1024px) {
    .c-home-about__text-wrapper {
        margin: 0 60px;
        position: relative;
    }

        .c-home-about__text-wrapper::before {
            content: "";
            height: 200%;
            background-image: url("../Content/home-about-slogans-bl.png");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: left top;
            position: absolute;
            top: 50%;
            left: 0;
            width: 32%;
        }

        .c-home-about__text-wrapper::after {
            content: "";
            height: 200%;
            background-image: url("../Content/home-about-slogans-br.png");
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: left top;
            position: absolute;
            top: 130%;
            right: 5%;
            width: 32%;
        }
}

@media (min-width: 1200px) {
    .c-home-about__text-wrapper {
        margin: 0 -40px;
    }
}

@media (min-width: 1024px) {
    .c-home-about__text {
        margin-left: auto;
        width: 60%;
    }
}

.c-fn__wrapper {
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 1024px) {
    .c-fn__wrapper {
        margin-left: -120px;
        margin-right: -120px;
    }
}

@media (min-width: 1200px) {
    .c-fn__wrapper {
        margin-left: -140px;
        margin-right: -140px;
    }
}

@media (min-width: 1500px) {
    .c-fn__wrapper {
        margin-left: -180px;
        margin-right: -180px;
    }
}

.c-fn__header {
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .c-fn__header {
        margin-right: 60px;
        margin-left: 60px;
    }
}

@media (min-width: 1200px) {
    .c-fn__header {
        padding: 0 60px;
    }
}

@media (min-width: 1200px) {
    .c-home-restaurant__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 50px;
    }
}

.c-home-restaurant__details {
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .c-home-restaurant__details {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media (min-width: 1200px) {
    .c-home-restaurant__details {
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 70px;
        width: 45%;
    }
}

.c-home-restaurant__image {
    outline: 16px solid rgba(0, 0, 0, 0.5);
    outline-offset: -16px;
}

@media (min-width: 768px) {
    .c-home-restaurant__image {
        margin: 30px -100px 0px -100px;
    }
}

@media (min-width: 1024px) {
    .c-home-restaurant__image {
        margin: 30px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .c-home-restaurant__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 45%
    }
}

.c-home-foundation-room__wrapper {
    overflow: hidden;
    /*padding: 0 20px;*/
}

@media (min-width: 768px) {
    .c-home-foundation-room__wrapper {
        overflow: visible;
    }
}

@media (min-width: 1024px) {
    .c-home-foundation-room__wrapper {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .c-home-foundation-room__wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -90px;
        padding: 0;
    }
}

.c-home-foundation-room__details {
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .c-home-foundation-room__details {
        margin-left: 120px;
        margin-right: 120px;
    }
}

@media (min-width: 1200px) {
    .c-home-foundation-room__details {
        margin-right: 0;
        margin-top: 174px;
        width: 40%;
    }
}

.c-home-foundation-room__image {
    /*margin-right: -20%;*/
    outline: 16px solid rgba(0, 0, 0, 0.5);
    ;
    outline-offset: -16px;
}

@media (min-width: 768px) {
    .c-home-foundation-room__image {
        margin: 10px -120px 0;
    }
}

@media (min-width: 1024px) {
    .c-home-foundation-room__image {
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    .c-home-foundation-room__image {
        margin-left: 120px;
        margin-right: auto;
        width: 45%;
    }
}

@media (min-width: 1200px) {
    .c-offerings {
        margin-top: -128px;
    }
}

@media (min-width: 1200px) {
    .c-offerings__wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-offering {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 6000;
}

@media (min-width: 1200px) {
    .c-offering {
        margin-bottom: 0;
        max-width: 371px;
        width: 32%;
    }
}

.c-offering__reservations-spacer {
    position: relative;
}

.c-offering__reservations-btn {
    border: 0;
    left: 50%;
    max-width: 371px;
    letter-spacing: 5px;
    position: relative;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-special-promo__img {
    padding: 0 0 35%;
    font-family: "brandon-grotesque-bold", Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.21429em;
    color: #fff;
    background: url(../Content/special-events-stations.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-special-promo__img--bottom {
    background: url(../Content/special-events-gospel.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gbMf {
    background-image: url(https://mavenprodcontent.blob.core.windows.net/media/houseofblues/GospelBrunchImages/musicForward.jpg);
    font-family: "brandon-grotesque-bold", Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: 0.21429em;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-special-promo__img-text-wrap {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
}

.c-special-promo__img-text {
    font-size: 24px;
}

@media (min-width: 1200px) {
    .c-offering__reservations-btn--mobile {
        display: none;
    }
}

.c-offering__reservations-btn--desktop {
    display: none;
}

@media (min-width: 1200px) {
    .c-offering__reservations-btn--desktop {
        display: block;
    }
}

.c-offering__reservations-btn-arrow {
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.c-offerings__heading {
    padding: 0 15px;
}

.c-offerings__icon {
    margin-top: -43px;
}

.c-offerings iframe {
    height: 150px;
}

.c-offering__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 40px;
}

.c-offering__button {
    background: #ebebeb;
    color: #e45f4d;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375em;
    font-weight: 500;
    letter-spacing: 0.125em;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.c-offering__button--foundation-room {
    background: #552175;
    color: #fff;
    font-size: 1.25em;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 auto 20px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 80%;
}

.c-offering__reservations-wrapper {
    display: none;
    height: 200px;
    left: 50%;
    margin: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 11000;
}

@media (min-width: 1500px) {
    .c-offering__reservations-wrapper {
        left: 0;
        position: relative;
        -webkit-transform: translate(0);
        transform: translate(0);
        top: 0;
        width: 95%;
        height: 100%;
    }
}

.c-offering__reservations {
    border: 16px solid #929293;
    background: #fff;
    height: 100%;
    padding: 40px;
}

.c-offering__reservations-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "brandon-grotesque", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 12000;
}

.c-offering__reservations-close {
    position: absolute;
    right: 0;
    top: -3px;
}

    .c-offering__reservations-close:hover {
        cursor: pointer;
    }

@media (min-width: 1024px) {
    .c-ctas {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-cta {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    text-align: center;
    width: 100%;
}

.c-events .c-cta {
    padding: 0;
}

    .c-events .c-cta img {
        padding: 7px;
    }

@media (min-width: 1024px) {
    .c-cta {
        width: 49%;
    }
}

.c-cta--bg-contact {
    background-image: url("../Content/restaurant-cta-primary.jpg");
}

.c-cta--bg-exclusive-offer {
    background-image: url("../Content/special-events-cta-exclusiveoffer.jpg");
}

.c-text-block-with-button__heading {
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 0;
}

.c-text-block-with-button__block {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.c-text-block-with-button__text {
    letter-spacing: 0.125em;
    padding: 30px 40px;
}

.c-text-block-with-button__button {
    background: #ebebeb;
    color: #e45f4d;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375em;
    font-weight: 500;
    letter-spacing: 0.125em;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.c-text-block-with-table__heading {
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 0;
}

.c-text-block-with-table__block {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px;
}

.c-text-block-with-table__text {
    letter-spacing: 0.125em;
    margin-bottom: 0;
    padding: 0 30px 40px;
    text-align: center;
}

.c-text-block-with-table__table-wrapper {
    margin-bottom: 20px;
    overflow-x: auto;
}

@media (min-width: 1024px) {
    .c-text-block-with-table__table-wrapper {
        margin-bottom: 0;
    }
}

.c-text-block-with-table__table {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.875em;
    font-weight: 900;
    text-align: center;
    min-width: 500px;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-text-block-with-table__table {
        padding-bottom: 20px;
    }
}

.c-text-block-with-table__table thead tr td {
    background: #e45f4d;
    border: solid #cf8e85;
    border-width: 0 1px 1px 0;
    color: #fff;
    text-transform: uppercase;
}

    .c-text-block-with-table__table thead tr td:first-of-type {
        border: solid #cf8e85;
        border-width: 0 1px 1px 0;
    }

.c-text-block-with-table__table tr td:first-of-type {
    border: solid #bbb;
    border-width: 0 1px 1px;
}

.c-text-block-with-table__table td {
    border: solid #bbb;
    border-width: 0 1px 1px 0;
    padding: 5px;
}

.c-text-block-with-table__catering {
    font-family: "source-sans-pro", sans-serif;
    font-size: 0.75em;
    margin-bottom: 0;
}

.c-slider__wrapper {
    margin-left: -40px;
    margin-right: -40px;
}

@media (min-width: 768px) {
    .c-slider__wrapper {
        margin-left: -120px;
        margin-right: -120px;
    }
}

@media (min-width: 1200px) {
    .c-slider__wrapper {
        margin-left: -140px;
        margin-right: -140px;
    }
}

@media (min-width: 1500px) {
    .c-slider__wrapper {
        margin-left: -180px;
        margin-right: -180px;
    }
}

.c-slider__heading {
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 0;
}

.c-vip-experience__block {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-vip-experience__block {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .c-vip-experience__block:nth-child(even) .c-vip-experience__details {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .c-vip-experience__block:nth-child(even) .c-vip-experience__image {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

.c-vip-experience__image {
    background-size: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-vip-experience__image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 50%;
    }
}

.c-vip-experience__details {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-vip-experience__details {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

.c-vip-experience__text-wrapper {
    padding: 20px;
}

@media (min-width: 768px) {
    .c-vip-experience__text-wrapper {
        padding: 60px;
    }
}

@media (min-width: 1024px) {
    .c-vip-experience__text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-vip-experience__text {
    letter-spacing: 0.125em;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .c-vip-experience__text {
        padding: 0 30px;
    }
}

.c-vip-experience__button {
    background: #ebebeb;
    color: #e45f4d;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.9375em;
    font-weight: 500;
    letter-spacing: 0.125em;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
}

.c-vip-experience__icon {
    display: none;
}

@media (min-width: 1024px) {
    .c-vip-experience__icon {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.c-home-modal__overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13000;
}

.c-home-modal {
    background-image: url("/dist/images/modal-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1440px;
    margin: 135px 20px 0;
    padding: 60px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .c-home-modal {
        margin: 100px auto 0;
        padding: 80px 60px;
        width: 80%;
    }
}

.c-home-modal::after {
    border: 16px solid rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-home-modal__explore-all,
.c-home-modal__heading {
    color: #fff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
}

.c-home-modal__city-list {
    position: relative;
    text-align: center;
    z-index: 14000;
}

@media (min-width: 768px) {
    .c-home-modal__city-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
    }
}

.c-home-modal__link {
    color: #fff;
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.c-home-modal__explore-all {
    width: 100%;
}

.c-what-people-are-saying {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
}

@media (min-width: 1024px) {
    .c-what-people-are-saying {
        padding: 40px 120px;
    }
}

.c-what-people-are-saying__heading {
    font-family: "brandon-grotesque", sans-serif;
    margin-bottom: 0;
}

.c-what-people-are-saying__reviewer {
    color: #929293;
}

.c-fr-hours {
    background: #fff;
    border: 7px solid #929293;
    padding: 20px 38px 0;
}

#frsignup {
    padding: 20px;
}
#frsignup h4.headerTxt {
    /*background: url(https://mavenprodstorage.blob.core.windows.net/img/HOB/General/VIPinvite3/img/purple-bg.jpg) no-repeat top center;*/
    background-color: #440d2a;
    margin: 0px auto;
    text-align: center;
    border: 5px solid #280f50;
    color: #fff;
    width: 100%;
    font-family: 'Brandon Medium', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: normal;
    font-size: 18px;
    padding: 40px 10px;
    margin-top: 15px;
    line-height: 32px;
}
    #frsignup h4.headerTxt span.main {
        line-height: 48px;
        font-size: 36px;
        font-weight: bold;
    }

.benefInfo {
    background-color: #440d2a;
}
.benef-content {
    margin: 0px auto;
    text-align: center;
    color: #fff;
    font-family: 'Brandon Medium', Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 10px;
    background-color: #49122f;
}
    .benef-content h3 {
        font-size: 26px;
        padding: 6px;
        text-transform: uppercase;
        margin-top: 10px;
    }

#FRSignupContainerInner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 25px;
}
    #FRSignupContainerInner .form-group {
        margin-bottom: 9px;
        overflow: auto;
    }
    #FRSignupContainerInner .btn-danger {
        width: 98%;
        background-color: #d04348;
        color: #fff;
        height: 76px;
        font-size: 17px;
        text-transform: uppercase;
        border: 1px solid #333;
    }

form#FRSignupContainer input.form-control, form#FRSignupContainer select.form-control {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #999;
}
#FRSignupContainer input.form-control {
    margin-bottom: 1px;
    height: 42px;
    overflow: auto;
    width: 100%;
    border: 1px solid #cdcdcd;
}

.msgContFr {
    border: 1px solid #777;
    padding: 10px;
    margin: 10px 0px;
    color: #000;
}

.FRform-footer {
    height: 50px;
    width: 100%;
    background-color: #333;
    margin-top: 40px;
}
    .FRform-footer p {
        padding: 20px;
        font-size: 13px;
        color: #ddd;
        background-color: #333;
    }

@media (min-width: 768px) {
    .c-fr-hours {
        padding: 40px 75px 0;
    }
}

@media (min-width: 1024px) {
    .c-fr-hours {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-fr-hours__section {
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .c-fr-hours__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        width: 33.33%;
    }
}

.c-fr-hours__title {
    border-bottom: 1px solid #000;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.c-fr-hours__hours {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.875em;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .c-fr-hours__hours {
        width: 85%;
    }
    .c-fr-hours__hours--center {
        margin-left: auto;
        margin-right: auto;
    }

    .c-fr-hours__hours--right {
        margin-left: auto;
    }
}

.o-layout {
    grid-template-columns: 100%;
    grid-gap: 20px;
}

.o-layout--details {
    grid-template-columns: 1fr 300px;
}

.c-calendar-view__legend-item {
    display: block;
    margin-left: 0;
    text-align: left;
}

.control-switch_select {
    display: flex;
    width: 500px;
    /*justify-content: space-between;*/
}



.select-left,
.select-right {
    width: 49.5%;
}

.control-switch_view {
    display: flex;
    justify-content: flex-end;
    margin: 0 5px 20px;
    margin-left: auto;
}

.calendar-list__venueLogo {
    text-align: right;
    max-width: 210px;
    min-width: 150px;
}

    .calendar-list__venueLogo h4 {
        font-size: 1.1em;
    }

@media (max-width: 915px) {
    .control-switch_view {
        visibility: hidden;
    }

    .calendar-list__venueLogo {
        margin: 0 auto;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}



.js-switch-opt {
    background: white;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

    .js-switch-opt:first-child {
        margin-right: 10px;
    }

.c-calendar-view__day {
    color: #7c7c7c;
    background: rgba(0, 0, 0, .05);
}

.c-calendar-list {
    margin-bottom: 60px;
}

.c-calendar-list__list{
    padding-top: 20px;
}

.c-calendar-list__item {
    text-align: center;
    margin-bottom: 25px;
    /*padding-bottom: 25px;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .3);*/
    background-color: white;
    box-shadow: -0px 5px 5px 1px #0000003d;
}


.c-calendar-list__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
}

.c-calendar-list__date {
    margin-bottom: 10px;
}

.c-calendar-header__title {
    text-align: right;
    color: black;
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid black;
}
.c-calendar-header {
    width: 100%;
    height: 40px;
}

    .calendar-list__venueLogo img {
        max-width: 90px;
        margin: 10px;
    }

.c-calendar-list__item img {
    width: 100%;
}

@media (min-width: 768px) {
    .c-calendar-list__venue {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .c-calendar-list__btn:first-child {
        /*margin-right: 10px;*/
    }
}

.c-calendar-list__btn:first-child {
    margin-bottom: 10px;
    color: 
}

/* -------- NEWSLETTER --------- */
#newsletter {
    transition: 0.25s ease-in-out;
}

.newsletter-form {
    text-align: center;
    padding: 5px 0;
    overflow: visible;
    transition: 0.75s ease-in-out;
    position: relative;
}

    .newsletter-form.newsletter-expanded {
        height: 575px;
    }

    .newsletter-form input, .newsletter-form select {
        /*font-size: 20px;*/
        padding: 10px 10px;
        text-align: center;
    }

    .newsletter-form h2 {
        margin-bottom: 20px;
    }

    .newsletter-form .c-btn--secondary {
        letter-spacing: 1px;
    }

    .newsletter-form .submitBtn {
        padding: 10px 5px;
        text-transform: uppercase;
    }

.nl-space {
    margin-top: 20px;
}

.hidden-fields {
    max-width: 700px;
    min-width: 380px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    opacity: 0;
}

.venueSelectUl {
    list-style: none;
    margin-left: 5%;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: left;
}
.venueSelectUl li {
    font-weight: 700;
    font-size: 0.75rem;
}

.hidden-fields input[type='checkbox'] {
    width: auto;
}

.hidden-fields input:not([type='checkbox']), .hidden-fields select {
    width: 100%;
    margin-bottom: 10px;
}
    .hidden-fields select {
        padding: 7px 10px;
    }

.msgContError {
    color: red;
    font-weight: bold;
}

.termsOfServiceCont a {
    color: blue;
}

@media (max-width: 1480px) {
    #newsletter-expand {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .newsletter-form {
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .newsletter-form.newsletter-expanded {
        height: 850px;
    }
}

@media (max-width: 768px) {
    .hidden-fields {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    #frsignup {
        padding: 0;
    }
}

@media (max-width: 550px) {
    .newsletter-form input {
        margin-bottom: 10px;
    }

    .newsletter-form .c-btn--secondary {
        width: 273px;
    }

    .singleVenue {
        padding: 0 5px;
    }
}


/* ------------------------------------ *    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-white {
    color: #fff;
}

.u-color-primary {
    color: #e45f4d;
}

.u-color-secondary {
    color: #e5e5dc;
}

.u-color-tertiary {
    color: #997f56;
}

.u-color-fr-primary {
    color: #552175;
}

.u-color-gray {
    color: #929293;
}

.u-color-grayLight {
    color: #c3c3c3;
}

.u-color-transparent {
    color: rgba(0, 0, 0, 0.01);
}

.u-color-black-30 {
    color: rgba(0, 0, 0, 0.3);
}

.u-color-black-40 {
    color: rgba(0, 0, 0, 0.4);
}

.u-color-black-70 {
    color: rgba(0, 0, 0, 0.7);
}

.u-color-black-80 {
    color: rgba(0, 0, 0, 0.8);
}

.u-color-black {
    color: #000;
}

.u-color-divider {
    color: #ebebeb;
}

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-primary--black {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
}

.u-text-primary--bold {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
}

.u-text-secondary--light {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
}

.u-text-center {
    text-align: center;
}

.u-text-uppercase {
    text-transform: uppercase;
}

.u-font-base {
    font-family: "source-sans-pro", sans-serif;
}

.u-text-ls2 {
    letter-spacing: 2px;
}

.u-text-ls3 {
    letter-spacing: 3px;
}

.u-heading-with-lines {
    display: inline-block;
    position: relative;
}

@media (min-width: 768px) {
    .u-heading-with-lines::before, .u-heading-with-lines::after {
        background: #959595;
        content: '';
        height: 1px;
        width: 200%;
        position: absolute;
        top: 50%;
    }

    .u-heading-with-lines::before {
        right: -205%;
    }

    .u-heading-with-lines::after {
        left: -205%;
    }
}

/* ------------------------------------ *    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
    max-width: 100%;
    height: auto;
}

.u-img-full {
    width: 100%;
    height: auto;
}

.u-img-cal-uniform__hob {
    max-height: 85.933px; /* extended values for uniformity */
    min-height: 85.8px;
}

/* ------------------------------------ *    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-none {
    margin-bottom: 0;
}

.u-spacing-10 {
    margin-bottom: 10px;
}

.u-spacing-20 {
    margin-bottom: 20px;
}

.u-spacing-30 {
    margin-bottom: 30px;
}

.u-spacing-40 {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .u-spacing-40{
        margin-bottom: 40px;
    }
}

.u-spacing-50 {
    margin-bottom: 50px;
}

.u-spacing-60 {
    margin-bottom: 60px;
}

.u-spacing-70 {
    margin-bottom: 70px;
}

.u-spacing-80 {
    margin-bottom: 80px;
}

.u-spacing-100 {
    margin-bottom: 100px;
}

@media (min-width: 480px) {
    .u-spacing-none\@xs {
        margin-bottom: 0;
    }

    .u-spacing-10\@xs {
        margin-bottom: 10px;
    }

    .u-spacing-20\@xs {
        margin-bottom: 20px;
    }

    .u-spacing-30\@xs {
        margin-bottom: 30px;
    }

    .u-spacing-40\@xs {
        margin-bottom: 40px;
    }

    .u-spacing-50\@xs {
        margin-bottom: 50px;
    }

    .u-spacing-60\@xs {
        margin-bottom: 60px;
    }

    .u-spacing-70\@xs {
        margin-bottom: 70px;
    }

    .u-spacing-80\@xs {
        margin-bottom: 80px;
    }

    .u-spacing-100\@xs {
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .u-spacing-none\@sm {
        margin-bottom: 0;
    }

    .u-spacing-10\@sm {
        margin-bottom: 10px;
    }

    .u-spacing-20\@sm {
        margin-bottom: 20px;
    }

    .u-spacing-30\@sm {
        margin-bottom: 30px;
    }

    .u-spacing-40\@sm {
        margin-bottom: 40px;
    }

    .u-spacing-50\@sm {
        margin-bottom: 50px;
    }

    .u-spacing-60\@sm {
        margin-bottom: 60px;
    }

    .u-spacing-70\@sm {
        margin-bottom: 70px;
    }

    .u-spacing-80\@sm {
        margin-bottom: 80px;
    }

    .u-spacing-100\@sm {
        margin-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .u-spacing-none\@md {
        margin-bottom: 0;
    }

    .u-spacing-10\@md {
        margin-bottom: 10px;
    }

    .u-spacing-20\@md {
        margin-bottom: 20px;
    }

    .u-spacing-30\@md {
        margin-bottom: 30px;
    }

    .u-spacing-40\@md {
        margin-bottom: 40px;
    }

    .u-spacing-50\@md {
        margin-bottom: 50px;
    }

    .u-spacing-60\@md {
        margin-bottom: 60px;
    }

    .u-spacing-70\@md {
        margin-bottom: 70px;
    }

    .u-spacing-80\@md {
        margin-bottom: 80px;
    }

    .u-spacing-100\@md {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .u-spacing-none\@lg {
        margin-bottom: 0;
    }

    .u-spacing-10\@lg {
        margin-bottom: 10px;
    }

    .u-spacing-20\@lg {
        margin-bottom: 20px;
    }

    .u-spacing-30\@lg {
        margin-bottom: 30px;
    }

    .u-spacing-40\@lg {
        margin-bottom: 40px;
    }

    .u-spacing-50\@lg {
        margin-bottom: 50px;
    }

    .u-spacing-60\@lg {
        margin-bottom: 60px;
    }

    .u-spacing-70\@lg {
        margin-bottom: 70px;
    }

    .u-spacing-80\@lg {
        margin-bottom: 80px;
    }

    .u-spacing-100\@lg {
        margin-bottom: 100px;
    }
}

@media (min-width: 1500px) {
    .u-spacing-none\@xl {
        margin-bottom: 0;
    }

    .u-spacing-10\@xl {
        margin-bottom: 10px;
    }

    .u-spacing-20\@xl {
        margin-bottom: 20px;
    }

    .u-spacing-30\@xl {
        margin-bottom: 30px;
    }

    .u-spacing-40\@xl {
        margin-bottom: 40px;
    }

    .u-spacing-50\@xl {
        margin-bottom: 50px;
    }

    .u-spacing-60\@xl {
        margin-bottom: 60px;
    }

    .u-spacing-70\@xl {
        margin-bottom: 70px;
    }

    .u-spacing-80\@xl {
        margin-bottom: 80px;
    }

    .u-spacing-100\@xl {
        margin-bottom: 100px;
    }
}

/* ------------------------------------ *    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
    display: none;
}

@media (min-width: 480px) {
    .u-hidden\@xs {
        display: none;
    }
}

@media (min-width: 768px) {
    .u-hidden\@sm {
        display: none;
    }
}

@media (min-width: 1024px) {
    .u-hidden\@md {
        display: none;
    }
}

@media (min-width: 1200px) {
    .u-hidden\@lg {
        display: none;
    }
}

@media (min-width: 1500px) {
    .u-hidden\@xl {
        display: none;
    }
}

.u-sr-only {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    position: absolute;
}

.u-overflow-hidden {
    overflow: hidden;
}

@media (min-width: 768px) {
    .js-slider-wrapper .slick-slide {
        margin-right: 10px;
    }

    .js-slider-wrapper .slick-list {
        padding-left: 13.5% !important;
        padding-right: 13.5% !important;
    }
}

.js-home__upcoming-events .slick-slide,
.c-events__slider .slick-slide {
    margin-right: 10px;
}

.js-home__upcoming-events .slick-list,
.c-events__slider .slick-list {
    padding-right: 15% !important;
}

.c-events__wrapper .c-events__slider {
    display: none;
}
    .c-events__wrapper .c-events__slider.slick-initialized {
        display: block;
    }

/*# sourceMappingURL=global.css.map*/

/*------------------------------------*    #CALENDAR VIEW
\*------------------------------------*/
.c-calendar-view {
    display: none;
    width: 100%;
    margin-bottom: 40px;
    font-family: "brandon-grotesque-medium", Arial, Helvetica, sans-serif;
    color: #fff;
}

@media (min-width: 900px) {
    .c-calendar-view {
        display: table;
        border-collapse: separate;
        border-spacing: 3px;
    }
}

.c-calendar-view__legend {
    /*font-size: 1.0em;*/
    color: #262627;
    margin-top: -15px;
}


.c-calendar-view__legend-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 0%;
}

.c-calendar-view__legend-item {
    position: relative;
    margin-left: 30px;
    display: inline-block;
    font-size: 0.8rem;
}

.c-calendar-view__week {
    display: table;
    width: 102%;
    margin-top: -2px;
}

@media (max-width:1310px) {
    .c-calendar-view__week {
        width: 100%;
    }
}

.c-calendar-view__day {
    display: table-cell;
    width: 14%;
    color: #7c7c7c;
    /*font-weight:bold;*/
    background: #cdcccc;
}
/*.c-calendar-view__day:hover {
    background:#fff;
}*/
.c-calendar-view__day-title {
    margin-bottom: 0px;
    padding: 5px 9px 1px;
    font-size: 1.4em;
    text-align: left;
    text-transform: uppercase;
}

.c-calendar-view__img {
    margin: 0;
    margin-top: 0px;
}

.c-calendar-view__day-event-list {
    padding: 0px 0px;
    font-size: 0.95em;
}

.c-calendar-view__event-item {
    color: transparent;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.c-calendar-view__icon {
    width: 10%;
    margin: -5px 10px 0 -10px;
    font-size: 1.57143em;
}

    .c-calendar-view__icon:before {
        margin: -10px 0 0;
    }

.c-calendar-view__icon--red {
    border-left: 3px solid #ab3c3c;
    padding-left: 10px;
}

.c-calendar-view__icon--blue {
    border-left: 3px solid #325d7b;
    padding: 0px 8px;
    margin-bottom: -2px;
}

.c-calendar-view__icon--gold {
    border-left: 3px solid #9d8f5d;
    padding-left: 10px;
}

.c-calendar-view__icon--orange {
    border-left: 3px solid #fe5e00;
    padding-left: 10px;
}

.c-calendar-view__legend--red {
    background: #ab3c3c;
}

.c-calendar-view__legend--blue {
    background: #325d7b;
}

.c-calendar-view__legend--gold {
    background: #9d8f5d;
}

.c-calendar-view__legend--orange {
    background: #fe5e00;
}

.c-calendar-view__text-wrap {
    color: #fff;
    font-size: 12px;
}

    .c-calendar-view__text-wrap:hover {
        color: #fff;
        text-decoration: none;
    }

    .c-calendar-view__text-wrap div {
        margin-top: 1px;
        margin-bottom: 6px;
        color: #555;
    }

.c-calendar-view__event-name {
    text-transform: uppercase;
    background: transparent;
    color: #222;
    font-size: 0.75rem;
}

.select-left, .select-right {
    height: 36px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 3px;
}

.c-calendar-controls__filters {
    display: flex;
    justify-content: space-between;
    float: left;
}

.bootstrap-select button {
    height: 34px;
    padding: 4px;
    padding-left: 12px;
    font-size: 0.9rem;
}

a.control-view_on {
    /*width: 48%;*/
    padding: 9px;
    color: #fff;
    height: 36px;
    font-size: 11px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-right: 5px;
}

a.control-view_off {
    /*width: 49%;*/
    padding: 9px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    height: 36px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.8px;
    
}

.u-img-respond {
    max-width: 100%;
    height: auto;
}

.c-event-detail__image {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 769px) {
    .c-event-detail {
        margin-left: 4px;
        margin-right: 3px;
    }
}

.c-event-detail {
    overflow: hidden;
    padding-top: 50px;
    letter-spacing: 0.21429em;
}

.c-event-detail__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
}

.c-detail-info__decription {
    padding: 20px;
    background-color: white;
}

.c-event-detail__location {
    font-size: 20px;
    font-weight: bold;
    margin-top: 47px;
}

.c-detail-info__detail--emphasis {
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 10px
}

.c-event-detail-info__list-item {
    margin: 10px 0;
}

.c-detail-featured {
    margin-top: 20px;
}
.c-detail-feat-header {
    margin-bottom: 10px;
}
.feat-content {
    margin-bottom: 20px;
}

.ss-icon {
    font-size: 25px;
    padding: 0 10px;
}

.c-event-detail-share__list {
    display: flex;
    justify-content: center;
}

.add-to-calendar {
    text-align: center;
    margin-bottom: 10px;
}

.c-event-detail-info__buttons {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.c-detail-info__sub-header {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.c-detail-info__content .o-list-inline {
    display: flex;
    justify-content: center;
}

    .c-detail-info__content .o-list-inline li {
        margin: 5px;
    }

.findTkts-btn {
    text-align: center;
}

@media (min-width: 915px) {
    .c-calendar-list__item,
    .c-calendar-list__info-wrapper,
    .c-calendar-list__details {
        align-items: center;
        display: flex;
        text-align: left;
    }

    .c-calendar-list__info-wrapper {
        justify-content: space-between;
        margin: 0 50px 0 20px;
    }

    .c-calendar-list__image {
        flex: 1 1 12%;
        max-width: 250px;
        /* width: 250px !important; */
    }

        .c-calendar-list__image img {
            width: 100%;
            height: auto;
        }

    .c-calendar-list__details,
    .c-calendar-list__info-wrapper {
        flex: 1 1 60%;
    }

    .c-calendar-list__venue,
    .c-calendar-list__venue .c-btn {
        display: block;
        flex: 1 1 4%;
        margin-right: 5px;
        padding-top: 10px;
    }

    .c-calendar-list__date {
        margin-bottom: 0;
        flex: 0 1 60px;
        text-align: left;
        font-weight: bold;
    }

    .c-calendar-list__title {
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .c-detail-feat-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .c-calendar-controls__filters {
        width: 100%;
        margin-bottom: 20px;
    }

    .control-switch_select {
        width: 100%;
    }

    .c-calendar-header__title {
        text-align: center;
    }
}

.event-date {
    background-color: #000;
    padding: 7px 5px 10px 15px;
    padding-top: 10px;
    color: #fff;
    height: auto;
    overflow: auto;
    max-width: 640px;
}

.icon-date {
    width: 18%;
    float: left;
    background: url(../Content/cal-icon.png) no-repeat center center;
    height: 73px;
    position: relative;
}

.icon-month {
    position: absolute;
    top: 12px;
    left: 0px;
    right: 0px;
    font-size: 11px;
    text-align: center;
    color: #000;
}

.icon-day {
    position: absolute;
    top: 18px;
    left: 11px;
    right: 10px;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

.date-content {
    float: left;
    width: 82%;
}

h1.event-title {
    /*font-family: 'brandon-grotesque-medium', Arial, sans-serif;*/
    margin-left: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    /*font-size: 36px;*/
}

.event-venue {
    font-size: 15px;
    margin-left: 13px;
    margin-bottom: 10px;
    color: #b9b9b9;
}

.date-main {
    width: 100%;
}

.date-left {
    width: 62%;
    float: left;
    font-size: 16px;
    padding-left: 13px;
}

.date-right {
    width: 38%;
    float: left;
    text-align: right;
    font-size: 16px;
    padding-right: 10px;
}

#event-popup p {
    color: #111;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px 25px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

h3.events-today {
    color: #111;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 7px;
}

.today-details {
    padding-bottom: 20px;
}

.today-left {
    width: 82%;
    line-height: 22px;
    padding-left: 7px;
    float: left;
    color: #111;
}

.today-right {
    width: 18%;
    line-height: 22px;
    padding-right: 5px;
    float: left;
    text-align: right;
    color: #111;
}

.tkt-event_btn, .hob-dining_btn {
    width: 100%;
}

.btns-content {
    max-width: 640px;
}

.pop-btns__wrapper {
    display: flex;
    align-items: center;
}

.pop-btns-left, .pop-btns-right {
    flex: 1 1 50%;
    height: 100%;
    display: block;
}

.pop-btns__wrapper {
    display: flex;
    align-items: stretch;
}

/* ==========================================================================
   SEVENROOMS FORM
   ========================================================================== */

#vipsignup {
    background: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/HOB_VIP-bg.jpg') center center;
    background-size: cover;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
#hobvipsignup, #frsignupGuestl {
    background: url('../Content/HOB_VIP-bg.jpg') center center;
    background-size: cover;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

form.vipSignupContainer {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0px 0px;
    display: block;
}

.vipSignupContainerInner {
    padding: 10px;
    width: 95%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.vipSignup-left, .vipSignup-right {
    float: left;
    width: 47%;
    margin: 0 auto;
    text-align: left;
    margin: 10px;
}

    .vipSignup-left .form-group-half {
        width: 45%;
        float: left;
        margin-right: 15px;
        margin-bottom: 9px;
        display: block;
    }

.vipSignup-left {
    padding-left: 10px;
}

#vipsignup label, #hobvipsignup label, #frsignupGuestl label {
    margin-bottom: 3px;
    font-family: brandon-grotesque-regular, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: .9px;
    margin-left: 0px;
    width: 100%;
}

.vipSignup-left input {
    margin-bottom: 10px;
    background-color: #a5a1a6;
    border: 0px solid #111;
    width: 94%;
    border-radius: 0;
    margin: 0;
}

#vipsignup .vipInputTextArea, #hobvipsignup .vipInputTextArea, #frsignupGuestl .vipInputTextArea {
    display: block;
    width: 100%;
    overflow: auto;
}

    #vipsignup .vipInputTextArea textarea, #hobvipsignup .vipInputTextArea textarea, #frsignupGuestl .vipInputTextArea textarea {
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #a5a1a6;
        border: 0px solid #111;
    }

.vipSignup-left input:-webkit-autofill {
    background-color: #a5a1a6 !important;
}

.vipCheckbox {
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: text-bottom;
    width: 98%;
    margin: 0px 0px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: brandon-grotesque-regular, sans-serif;
    font-weight: normal;
}

    .vipCheckbox input[type=checkbox] {
        width: 22px;
        height: 22px;
        border: 0px solid #111;
        border-radius: 0px;
        color: #a5a1a6;
        background: #a5a1a6;
        background-color: rgb(162,159,163);
        margin-right: 8px;
        margin-bottom: 4px;
        padding: 7px;
    }

#vipsignup .vipSubmitBtn, #hobvipsignup .vipSubmitBtn, #frsignupGuestl .vipSubmitBtn {
    width: 50%;
    background-color: #532f5d;
    font-family: brandon-grotesque-regular, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    height: 34px;
    border: 0px solid #111;
}

.vip-header {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 10px;
    overflow: auto;
}

h4.vip-header-text {
    float: left;
    width: 76%;
    padding: 5px 5px 3px 5px;
    font-family: brandon-grotesque-bold, sans-serif;
    letter-spacing: .7px;
    font-size: 30px;
    line-height: 31px;
    text-transform: uppercase;
    color: #947a48;
    background: #532f5d;
    background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66532f5d', endColorstr='#78532f5d',GradientType=1 ); /* IE6-9 */
    margin: 0 auto;
    text-align: center;
    margin-top: 14px;
}

span.vip-head2 {
    font-family: brandon-grotesque-regular, sans-serif;
    letter-spacing: .6px;
    font-size: 29px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.vip-logo {
    float: left;
    background-color: #532f5d;
    background: #532f5d;
    background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 24%;
    height: 100px;
    padding: 5px 10px;
}

.submit-errors-vip {
    color: cyan;
    font-weight: 800;
    font-size: 14px;
}

.vip-header {
    overflow: hidden;
    width: 93%;
    /* width: 100%; */
    padding: 10px 10px 5px;
    /*padding: 10px 0px 5px;*/
    margin: 0 auto;
    text-align: center;
    font-family: brandon-grotesque-medium, sans-serif;
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

.vip-blurb {
    font-family: brandon-grotesque-regular, sans-serif;
    font-size: 17px;
    letter-spacing: .9px;
    line-height: 19px;
    color: #fff;
    padding: 9px 5% 7px;
    background: #532f5d;
    background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66532f5d', endColorstr='#78532f5d',GradientType=1 ); /* IE6-9 */
}

.hobvip-header, .frGuest-header {
    width: 100%;
    padding: 10px 0px 5px;
    margin: 0 auto;
    text-align: center;
    font-family: brandon-grotesque-medium, sans-serif;
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

.frGuest-header {
    width: 78%;
    width: 76%;
    float: left;
    font-size: 42px;
    padding: 15px 5px;
    margin-top: 10px;
    background-color: #532f5d;
    background: #532f5d;
    background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hob-blurb {
    font-family: brandon-grotesque-regular, sans-serif;
    font-size: 17px;
    letter-spacing: .9px;
    line-height: 19px;
    color: #fff;
    padding: 9px 5% 7px;
    background: #532f5d;
    background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66532f5d', endColorstr='#78532f5d',GradientType=1 ); /* IE6-9 */
}

.elevate {
    font-family: brandon-grotesque-regular, sans-serif;
    font-size: 26px;
    letter-spacing: 1.9px;
    font-weight: normal;
    line-height: 27px;
    color: #fff;
    padding: 15px 5% 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.vip-blurb {
    font-family: brandon-grotesque-bold, sans-serif;
    letter-spacing: .5px;
    font-size: 19px;
    letter-spacing: .9px;
    line-height: 21px;
    color: #fff;
    padding: 10px 5%;
}

.perk {
    min-width: 100px;
    font-weight: bold;
    color: #fff;
    margin: 5px;
    text-align: center;
}

.vip-perks {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 98%;
    margin: 5px auto;
    margin-bottom: 10px;
    text-align: center;
}

.vip-perk {
    display: block;
    width: 23%;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 120px;
}

.hobvip-perks {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 98%;
    margin: 5px auto;
    margin-bottom: 10px;
    text-align: center;
}

.hobperk {
    display: block;
    width: 23%;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 120px;
}

.pimg1 {
    background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-star.jpg');
}

.pimg2 {
    background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-tkt.jpg');
}

.pimg3 {
    background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-drink.jpg');
}

.pimg4 {
    background-image: url('https://mavenprodcontent.blob.core.windows.net/media/Default/Sevenrooms/img-key.jpg');
}

.perk img, .vip-perk img {
    margin: 0 0 0;
}

.pimg1 img, .pimg2 img, .pimg3 img, .pimg4 img {
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.des {
    position: absolute;
    left: 35px;
    bottom: 4px;
    font-weight: bold;
    color: #fff;
    font-family: brandon-grotesque-medium, sans-serif;
    font-size: 15px;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #111
}

.VIPform-footer {
    font-family: brandon-grotesque-regular, sans-serif;
    letter-spacing: .3px;
    color: #fff;
    margin-top: -7px;
    padding: 0px 40px 15px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

    .VIPform-footer p {
        margin-bottom: 10px;
        font-size: 13px;
    }

.VIPform-optText {
    font-family: brandon-grotesque-regular, sans-serif;
    letter-spacing: .3px;
    color: #fff;
    margin-top: -7px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #afafaf;
}

    .VIPform-optText p {
        margin: 0;
        font-size: 13px;
    }
    .VIPform-optText a {
        color: whitesmoke;
    }

    @media screen and (max-width:940px) and (min-width:851px) {
        h4 .vip-header-text {
        font-size: 28px;
    }

    span.vip-head2 {
        font-size: 25px;
    }

    .vip-blurb {
        margin-top: 20px;
    }
}

@media screen and (max-width:850px) {
    .vip-header, .frGuest-header {
        margin-top: 0px;
        background-color: #532f5d;
        background: #532f5d;
        background: -moz-linear-gradient(left, rgba(54,32,63,0.4) 0%, rgba(54,32,63,1) 50%, rgba(54,32,63,0.4) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(54,32,63,0.4) 0%,rgba(54,32,63,1) 50%,rgba(54,32,63,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        margin-bottom: 15px;
        margin: 0 auto;
        text-align: center;
    }

    .frGuest-header {
        padding: 5px 5px;
        width: 65%;
        margin-top: 20px;
    }

    h4.vip-header-text {
        float: none;
        width: 100%;
        margin-top: 0px;
        background: none;
    }

    .vip-logo {
        margin: 0px auto;
        margin-top: -7px;
        margin-bottom: 10px;
        text-align: center;
        float: none;
        width: 220px;
        background: none;
    }

    .fr-logo {
        float: left;
    }

    .vip-logo img {
        width: 220px;
    }

    .vip-perks {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    #vipsignup .vipInputTextArea, #frsignupGuestl .vipInputTextArea {
        width: 94%;
        margin: 0 auto;
    }

    .vipCheckbox input[type=checkbox] {
        margin-right: 3px;
    }

    .vipSignup-left, .vipSignup-right {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .vipSignup-left {
        padding-left: 35px;
    }

        .vipSignup-left input {
            width: 98%;
        }

    .VIPform-footer {
        margin-top: 20px;
    }

    .vip-perks {
        width: 80%;
    }

    .vip-perk {
        width: 216px;
        height: 124px;
        margin-bottom: 10px;
    }

    .hobvip-perks {
        width: 80%;
    }

    .hobperk {
        width: 216px;
        height: 124px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:775px) {
    .vip-perks {
        width: 95%;
    }
}

@media screen and (max-width:768px) {
    .frGuest-header, .fr-logo {
        float: none;
    }
}

@media screen and (max-width:718px) {
    .frGuest-header {
        width: 98%;
    }
}

@media screen and (max-width:670px) {
    .hobvip-header {
        font-size: 46px;
        line-height: 48px;
    }

    .perk {
        min-width: 65px;
    }

    .vip-blurb {
        padding: 10px 6% 15px;
    }

    .hobvip-perks {
        width: 98%;
    }
}

@media screen and (max-width:670px) {
    .vipSignup-left {
        padding-left: 40px;
    }
}

@media screen and (max-width:610px) {
    .hobvip-header {
        font-size: 42px;
        line-height: 44px;
    }

    .vip-header-text {
        width: 100%;
        margin-top: 0px;
        padding: 20px;
        margin-bottom: -10px;
    }

    .hobvip-perks {
        width: 98%;
    }

    .vipSignup-left .form-group-half {
        width: 95%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .vipSignup-left {
        padding-left: 0px;
    }

    #vipsignup label {
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (max-width:550px) {
    .vipSignupContainerInner .btn-danger {
        width: 100%;
        margin-top: 20px;
    }

    .frGuest-header {
        font-size: 36px;
    }
}

@media screen and (max-width:500px) {
    .vip-perks {
        width: 98%;
    }

    .perk {
        min-width: 55px;
        margin: 0 0;
    }

    #vipsignup .vipSubmitBtn, #hobvipsignup .vipSubmitBtn, #frsignupGuestl .vipSubmitBtn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.vipSignupContainerInner .center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.vipSignupContainer div.closeDialog {
    color: #333;
    float: right;
    border: 1px solid #dc1312; /* Changeable */
    width: 25px;
    height: 25px;
    margin: 3px;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
    cursor: pointer;
}

    .vipSignupContainer div.closeDialog:hover {
        color: #dc1312; /* Changeable */
    }

    .vipSignupContainer div.closeDialog span {
        padding: 4px;
    }

/* OPEN TABLE WIDGET - RESTAURANT PAGE */
#hob3-otwidg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    margin-top: 10px;
    padding-bottom: 30px;
}

h2.otMakeRes {
    font-family: "brandon-grotesque-bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.2px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 10px 5px;
    width: 100%;
    display: block;
    -webkit-margin-after: 0em;
    -webkit-margin-before: 0em;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.otwidg-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
}

.otwidg-hm-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 850px;
}

form.hob3-ot {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
    height: 110px;
}

form.hob3-hm-ot {
    width: 100%;
    padding-top: 10px;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    height: 90px;
}

fieldset.rest-otwidg, fieldset.hm-otwidg, fieldset.detail-box {
    float: left;
    width: 25%;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
}

    fieldset.rest-otwidg input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        width: 250px;
        height: 40px;
        border-radius: 7px;
        border: 1px solid #ccc;
        color: #999;
        padding: 3px 7px;
    }

    fieldset.hm-otwidg input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        width: 200px;
        height: 40px;
        border-radius: 7px;
        border: 1px solid #ccc;
        color: #999;
        padding: 3px 7px;
    }

    fieldset.rest-otwidg input, fieldset.rest-otwidg select, fieldset.hm-otwidg input, fieldset.hm-otwidg select {
        position: relative;
    }

    fieldset.rest-otwidg i.far {
        position: relative;
        top: -32px;
        left: 100px;
        z-index: 1;
        pointer-events: none;
    }

    fieldset.hm-otwidg i.far {
        position: relative;
        top: -32px;
        left: 80px;
        z-index: 1;
        pointer-events: none;
    }

button.otMakeRes_btn {
    width: 240px;
    height: 40px;
    border-radius: 7px;
    background-color: #ab3c3c;
    border: none;
    font-family: "brandon-grotesque-black", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

button.otMakeResHm_btn {
    width: 200px;
    height: 40px;
    border-radius: 7px;
    background-color: #ab3c3c;
    border: none;
    font-family: "brandon-grotesque-black", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

@media screen and (max-width:868) {
    button.otMakeRes_btn, button.otMakeResHm_btn {
        width: 170px;
    }
}

select#otPpllist, select#otTimeslot {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 7px;
    padding: 3px 7px;
    height: 40px;
    width: 250px;
    color: #999;
    border: 1px solid #ccc;
    background-color: #fff;
}

select#otPpllistHM, select#otTimeslotHM {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 7px;
    padding: 3px 7px;
    height: 40px;
    width: 200px;
    color: #999;
    border: 1px solid #ccc;
    background-color: #fff;
}

input[type="date"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 250px;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #ccc;
    color: #999;
    padding: 3px 7px;
    position: relative;
    background-color: #fff;
}

    input[type="date"]:before {
        position: absolute;
        top: 9px;
        left: 8px;
        content: attr(data-date);
        display: inline-block;
        color: #999;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        width: 60px;
        top: 12px;
        right: 5px;
        opacity: 0;
    }
    /** {
    -webkit-user-select: none;
    user-select: none;
}*/
    input[type="date"]
    [contenteditable] {
        -webkit-user-select: text;
        user-select: text;
    }

h5.ot-powered {
    font-size: 11px;
    color: #333;
    text-align: center;
    margin-top: -20px;
}

h5.otHM-powered {
    font-size: 10px;
    color: #333;
    text-align: right;
    margin-top: -20px;
}

    h5.ot-powered span, h5.otHM-powered span {
        color: red;
        font-weight: bold;
    }

#ot-times-container {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

    #ot-times-container button {
        background-color: #c9302c;
        border: none;
        color: white;
        padding: 12px;
        border-radius: 5px;
        margin: 4px;
    }

#ot-info {
    max-width: 600px;
    margin: 0 auto;
}

#ot-details {
    height: 50px;
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#ot-info fieldset.detail-box {
    width: 33%;
}

    #ot-info fieldset.detail-box span {
        font-size: 1rem;
    }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 1005px) {
    fieldset.rest-otwidg input, select#otPpllist, select#otTimeslot, button.otMakeRes_btn {
        width: 220px;
    }

    fieldset.rest-otwidg i.far {
        left: 87px;
    }
}

@media screen and (max-width: 900px) {
    fieldset.rest-otwidg input, select#otPpllist, select#otTimeslot, button.otMakeRes_btn {
        width: 200px;
        margin-left: 0px;
    }

    fieldset.rest-otwidg i.far {
        left: 78px;
    }
}

@media screen and (max-width: 880px) {
    .otwidg-content {
        margin-bottom: 50px;
    }

    form.hob3-ot {
        height: 115px;
    }

    fieldset.rest-otwidg {
        width: 50%;
        height: 50px;
    }

        fieldset.rest-otwidg input, select#otPpllist, select#otTimeslot {
            width: 300px;
            margin-left: 17px;
        }

    button.otMakeRes_btn {
        width: 300px;
    }

    fieldset.rest-otwidg i.far {
        left: -41px;
        top: 0px;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        right: 15px;
    }

    h5.ot-powered {
        margin-right: 40px;
        text-align: right;
    }
}

@media screen and (max-width: 820px) {
    fieldset.hm-otwidg input, select#otPpllistHM, select#otTimeslotHM {
        width: 190px;
    }

    button.otMakeRes_btn, button.otMakeResHm_btn {
        width: 170px;
    }
}

@media screen and (max-width: 760px) {
    fieldset.hm-otwidg {
        width: 50%;
        height: 50px;
    }

        fieldset.hm-otwidg input, select#otPpllistHM, select#otTimeslotHM {
            width: 230px;
        }

    button.otMakeRes_btn, button.otMakeResHm_btn {
        width: 230px;
    }

    fieldset.hm-otwidg i.far {
        left: -51px;
        top: 0px;
    }

    button.otMakeResHm_btn {
        margin-right: 32px;
    }

    h5.otHM-powered {
        margin-right: 13%;
    }

    form.hob3-hm-ot {
        margin-left: 15px;
    }
}

@media screen and (max-width: 744px) {
    fieldset.rest-otwidg {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 680px) {
    form.hob3-ot {
        height: 200px;
        margin-left: 10px;
    }

    fieldset.rest-otwidg {
        width: 100%;
    }

        fieldset.rest-otwidg input, select#otPpllist, select#otTimeslot {
            text-align: left;
            margin-left: 0px;
        }

    .btn-cont {
        margin: 0 auto;
        text-align: center;
    }

    h5.ot-powered {
        margin-top: 20px;
        margin-right: 20px;
        text-align: center;
    }

    button.otMakeRes_btn {
        margin-right: 35px;
    }

    h2.otMakeRes {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0px;
    }
}

@media screen and (max-width: 598px) {
    fieldset.hm-otwidg {
        width: 100%;
        height: 50px;
    }

    h5.otHM-powered {
        margin-right: 0%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    fieldset.rest-otwidg input, select#otPpllist, select#otTimeslot {
        width: 250px;
    }

        fieldset.rest-otwidg input[type="date"] {
            width: 250px;
            background-color: #fff;
        }

    button.otMakeRes_btn {
        width: 255px;
        margin-top: 2px;
    }
}


/*======================= Slick Overrides ==============================*/
.slick-slide {
    background-color: rgb(228,228,220);
}

@media(min-width:768px) {
    .slick-slide {
        background-color: rgb(255,255,255);
    }
}

/* Fix for huge empty space on the right side */

#layout-wrapper {
    overflow-x: hidden;
}

/* Venue picker modal that pops on National */
#national-start-modal {
    text-transform: uppercase;
    background-image: url("https://mavenprodstorage.blob.core.windows.net/img/HOB/National/VenuePicker/Music-Hall-2.jpg");
    background-size: cover;
}

#national-start-modal h2, #national-start-modal h3 {
    color: white;
    text-shadow: 4px 3px 2px black;
}

.national-venue-modal__venues {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.national-venue-modal__venues-left,
.national-venue-modal__venues-right {
    display: inline-block;
    white-space: nowrap;
}

.national-venue-modal__venues-left {
    margin: 25px 80px 25px 100px;
}
.national-venue-modal__venues-right {
    margin: 25px 100px 25px 80px;
}

.national-venue-modal__all, .national-venue-modal h2 {
    text-align: center;
}
.national-venue-modal h2 {
    padding-top: 40px;
}

.national-venue-modal__all h3 {
    padding-bottom: 30px;
}

@media(max-width: 768px) {
    .national-venue-modal__venues-left {
        margin: 25px 10px 25px 100px;
    }

    .national-venue-modal__venues-right {
        margin: 25px 100px 25px 10px;
    }

    .national-venue-modal__venue {
        padding: 5px 0;
    }
}

@media(max-width: 375px) {c-
    .national-venue-modal h2 {
        font-size: 1.4em;
    }
    .national-venue-modal__venues h3,
    .national-venue-modal__all h3 {
        font-size: 1.2em;
    }
}

@media(max-width: 320px) {
    .national-venue-modal h2 {
        font-size: 1.2em;
    }

    .national-venue-modal__venues h3,
    .national-venue-modal__all h3 {
        font-size: 1em;
    }
}

.WidgetHeader {
    font-family: brandon-grotesque-bold;
}

/* FAQ */

.faq {
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    outline: solid 1px black;
}

.clickHeader {
    color: #E45F4D;
}

.faqQuestion {
    width: 80%;
    float: left;
}

.faqIcon{
    float:right;

}

.faqAnswer {
    background-color: #fff;
    border-top: 1px solid #bbb;
    width: 100%;
    z-index: 400;
    overflow: hidden;
}

.clickContent{
    padding-top: 20px;
}