/*
Theme Name: Wright Brothers
Theme URI: SB
Author: SB
Author URI: http://www.poptheagency.co.uk
Description: Wright Brothers theme
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/
/* My Minimal WordPress Styling comes here */
/* This is a small security for too long strings titles */
@font-face {
    font-family: 'ProximaNova';
    src: url("./includes/fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/ProximaNova-Light/ProximaNova-Light.otf") format("opentype"), url("./includes/fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"), url("./includes/fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("truetype"), url("./includes/fonts/ProximaNova-Light/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.eot");
    src: url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.woff2") format("woff2"), url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.woff") format("woff"), url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.ttf") format("truetype"), url("./includes/fonts/ProximaNova-Regular/proxima_nova_regular-webfont.svg#proxima_nova_rgregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-It';
    src: url("./includes/fonts/ProximaNova-Bold-Italic/ProximaNova-BoldIt.eot");
    src: url("./includes/fonts/ProximaNova-Bold-Italic/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"),
    url("./includes/fonts/ProximaNova-Bold-Italic/ProximaNova-BoldIt.woff") format("woff"),
    url("./includes/fonts/ProximaNova-Bold-Italic/ProximaNova-BoldIt.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-ItReg';
    src: url("./includes/fonts/ProximaNova-Bold-Italic/proxima_nova_regular_italic-webfont.eot");
    src: url("./includes/fonts/ProximaNova-Bold-Italic/proxima_nova_regular_italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("./includes/fonts/ProximaNova-Bold-Italic/proxima_nova_regular_italic-webfont.woff") format("woff"),
    url("./includes/fonts/ProximaNova-Bold-Italic/proxima_nova_regular_italic-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-B';
    src: url("./includes/fonts/ProximaNova-Bold/ProximaNova-Bold.eot");
    src: url("./includes/fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("./includes/fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),
    url("./includes/fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Altissima';
    src: url("./includes/fonts/Altissima-CondensedRegular.eot");
    src: url("./includes/fonts/Altissima-CondensedRegulareot?#iefix") format("embedded-opentype"), url("./includes/fonts/Altissima-CondensedRegular.woff") format("woff"), url("./includes/fonts/Altissima-CondensedRegular.ttf") format("truetype"), url("./includes/fonts/Altissima-CondensedRegular.svg#proxima_nova_rgregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url("./includes/fonts/century_gothic.eot");
    src: url("./includes/fonts/century_gothic?#iefix") format("embedded-opentype"), url("./includes/fonts/century_gothic.woff") format("woff"), url("./includes/fonts/century_gothic.ttf") format("truetype"), url("./includes/fonts/century_gothic.svg#century_gothic") format("svg");
    font-weight: 400;
    font-style: normal;
}

body {
    word-wrap: break-word;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

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

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}

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

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

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

/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky, .bypostauthor {
    display: block;
}

/* Clearing */
.clear {
    clear: both;
}

/* Navigation */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
    padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
    display: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
    margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */
/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/
/* Hey, if you don't need my comments anymore, just delete me! :)  */
/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav, nav .input-group, nav .input-group-btn, nav .form-control {
    display: inline;
}

/********************************** Header *****************************/
header {
    position: fixed;
    background-color: white;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0px;
    min-height: 70px;
}

header .b-menu-wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

header .b-menu-wrapper .logo-container {
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 24px;
}

header .b-menu-wrapper .logo-container img {
    max-width: 227px;
}

header .main-menu {
    border-top: 2.4px solid #9b9b9b;
    max-width: 768px;
    width: 100%;
}

header .main-menu #menu-main-menu {
    margin: 0 auto;
    padding-left: 0px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
}

header .main-menu #menu-main-menu li {
    display: inline-block;
    position: relative;
}


header .main-menu #menu-main-menu li:hover > a {
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    padding: 0px;
    text-decoration: none;
}

header .main-menu #menu-main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .main-menu #menu-main-menu li .sub-menu {
    visibility: hidden;
    background-color: white;
    list-style-type: none;
    padding-top: 8px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: absolute;
    z-index: 9999999;
    width: 184px;
    left: -14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    top: 40px;
}

header .main-menu #menu-main-menu li .sub-menu li {
    display: inline-block;
    width: 100%;
    text-align: left;
}

header .main-menu #menu-main-menu li .sub-menu li a {
    line-height: 18px;
}

header .main-menu #menu-main-menu li a {
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0.9px;
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    line-height: 44px;
}
header .main-menu #menu-main-menu .menu-item-has-children>a {
    cursor: default;
    pointer-events: none;
}
header .scrolled_logo {
    display: none;
}

header.scrolled {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background-color: white;
}

header.scrolled .logo {
    display: inline-block;
}

header.scrolled .logo-container {
    display: none;
}

header.scrolled .main-menu {
}

header.scrolled .logo-container {
    margin-bottom: 27px;
}

header.scrolled .main-menu #menu-main-menu li a {
    line-height: 44px;
}

header .mobile-nav {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}
header .mobile-nav li{
    display: inline-block;
    height: 100%;
    width: 100%;
}
header .menu-btn {
    float: right;
    cursor: pointer;
    position: relative;
    top: 25px;
    right: 25px;
}

header .menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

header .menu-btn span {
    display: block;
    width: 19px;
    height: 3px;
    margin: 4px 0;
    background: black;
    z-index: 99;
}

header .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    float: right;
    margin-right: 15px;
    margin-top: 26px;
    background: none;
}

header .c-hamburger:hover {
    background: none;
    background-color: inherit !important;
}

header .c-hamburger:focus {
    outline: none;
}

header .c-hamburger span {
    display: block;
    position: absolute;
    top: 11px;
    left: 1px;
    right: 1px;
    height: 4px;
    background: #000;
}

header .c-hamburger span::before,
header .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background: #000;
    content: "";
}

header .c-hamburger span::before {
    top: -8px;
}

header .c-hamburger span::after {
    bottom: -8px;
}

header .c-hamburger--htx {
}

header .c-hamburger--htx span {
    transition: background 0s 0.3s;
}

header .c-hamburger--htx span::before,
header .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

header .c-hamburger--htx span::before {
    transition-property: top, transform;
}

header .c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
header .c-hamburger--htx.is-active {
}

header .c-hamburger--htx.is-active span {
    background: none;
}

header .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

header .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

header .c-hamburger--htx.is-active span::before,
header .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

header .responsive-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

header .responsive-menu .b-scroll-links__item {
    width: 100% !important;
    max-width: inherit !important;
}

header .responsive-menu a {
    float: left;
    width: 100%;
    text-align: center;
}

header .responsive-menu .sub-menu {
    display: none;
}

header .expand {
    display: block !important;
    float: right;
    width: 100%;
    background-color: white;
    position: relative;
    top: 14px;
    padding-bottom: 30px;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

header .expand ul {
    list-style-type: none;
    padding: 0px;
}

header .expand a {
    font-family: "ProximaNova-B", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    line-height: 45px;
    text-transform: uppercase;
}

header .expand a:hover {
    opacity: 0.7;
    text-decoration: none;
}

header .expand .sub-menu a {
    font-family: "ProximaNova", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    line-height: 1.76;
    text-transform: none;
}

header .expand .opened .sub-menu {
    margin: 7px 0px;
    display: inline-block;
}

header .menu .menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer;
}

header .current-menu-ancestor > a {

}

header .current-menu-item > a {
    text-decoration: underline;
}

.home .site-header #OT_searchWrapperAll {
    top: 75px;
}
.site-header #OT_searchWrapperAll {
    position: absolute;
    right: -199px;
    z-index: 99;
    top: 170px;
    max-width: 199px;
    height: 248px;
    background-color: #C8C8C8;
}

.site-header #OT_searchWrapperAll #OT_searchWrapper {
    background-color: #C8C8C8;
}

.site-header .OT_feedTitle,
.site-header #OT_searchWrapperAll dt,
.site-header #OT_searchWrapperAll #OT_logo,
.site-header #OT_searchWrapperAll #dateDisplay {
    display: none;
}

.site-header #OT_searchWrapperAll #OT_searchWrapper dl {
    margin-top: 25px;
}

#OT_searchWrapperAll #OT_restaurant,
#OT_searchWrapperAll #OT_partySize,
#OT_searchWrapperAll #OT_date,
#OT_searchWrapperAll #OT_time {
    left: 10px;
}

#OT_searchWrapperAll #OT_submitWrap {
    left: 54px;
    top: 135px;
}

#OT_searchWrapperAll .text-bottom {
    position: absolute;
    top: 206px;
    left: 10px;
    font-family: 'ProximaNova';
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    color: #000;
}

#OT_searchWrapperAll .close {
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    z-index: 999;
    opacity: 1;
    top: 18px;
    left: 10px;
}

#OT_searchWrapperAll .close.hairline::before, #OT_searchWrapperAll .close.hairline::after {
    height: 1px;
}

#OT_searchWrapperAll .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#OT_searchWrapperAll .close::before,
#OT_searchWrapperAll .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: rgba(0, 0, 0, 0.9);
}

#OT_searchWrapperAll .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#OT_searchWrapperAll #OT_submitWrap input {
    font-family: 'ProximaNova-B';
    font-size: 6.9px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
}

#OT_searchWrapperAll #OT_partySize {
    top: 45px;
}

#OT_searchWrapperAll #OT_date {
    top: 65px;
}

#OT_searchWrapperAll #OT_time {
    top: 85px;
}

.site-header #OT_searchWrapperAll #OT_searchWrapper dd select,
.site-header #OT_searchWrapperAll #OT_searchWrapper dd input[type="text"] {
    -webkit-appearance: none;
    width: 170px;
    border: none;
    background-color: transparent;
    color: #000;
    font-family: 'ProximaNova-B';
    font-size: 9.2px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    outline: none;
    padding-left: 26px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    margin: 0px;
    border-radius: 0px;
}

.site-header #OT_searchWrapperAll #OT_searchWrapper dd select option {
    border: none;
    background-color: #4a4a4a;
    color: #fff;
    font-family: 'ProximaNova-B';
    font-size: 9.2px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    outline: none;
    padding-left: 26px;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

.b-book-now-link {
    position: absolute;
    right: -118px;
    top: 262px;
    z-index: 99;
    height: 30px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    background-color: #C8C8C8;
    border-radius: 0px 0px 4px 4px;
}

.b-book-now-link a {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    letter-spacing: 1.4pt;
    text-transform: uppercase;
    font-family: "ProximaNova-B", sans-serif;
    font-weight: 500;
}
.b-book-now-link:hover {
    background-color: #000 !important;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 1) !important;
}
.b-book-now-link:hover a {
    color: #fff !important;
}
.b-book-now-link a:hover {
    text-decoration: none;
}

/*Homepage*/
.home {
    overflow: auto;
}

.home header {
    position: fixed;

    width: 100%;
    background-color: white;
    z-index: 999999999;
    top: -177px;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}

.home header .b-book-now-link {
    position: absolute;
    right: -111px;
    top: 75px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    background-color: #C8C8C8;
    border-radius: 0px 0px 4px 4px;
    height: 32px;
    line-height: 32px;
}

.home header .b-book-now-link a {
    color: #000;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    letter-spacing: 1.4pt;
    text-transform: uppercase;
    font-family: "ProximaNova", sans-serif;
    font-weight: 400;
}

.home .b-home-video {
    width: 100%;
    min-width: 100%;
    height: 100vh;
    position: relative;
    overflow: visible;
}
.home.IE .b-home-video {
    min-width: 1000px;
    overflow: hidden;

}
.home.IE .b-home-video-text {
    /* min-height: 950px !important; */
}
.home.IE .video-js {
     min-width: 100% !important;
    width: 150% !important;
     min-height: 1000px !important;
    height: 100% !important;
    overflow: hidden;
    z-index: 1000 !important;
}
.home.IE .b-home-video-text {
    z-index: 1001 !important;
}

.home .b-home-video #bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    z-index: 100;
    transform: translateX(-50%) translateY(-50%);
}

.home .b-home-video .b-video-content {
    top: 40%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 1;
    z-index: 999999;
     animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
.home .loader {
    background-color: black;
    /*background-image: url('includes/images/25.gif');*/
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.home .loader img {
        -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    max-width: 50%;
    max-width: 378px;
    margin-top: -43px;
}

.home .b-home-video .b-video-content .main-logo {
    display: inline-block;
}

.home .b-home-video .b-video-content .main-logo img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 1;
}

.home .b-home-video .arrow {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.home .b-home-video .arrow img {
    display: inline-block;
}

.home .b-home-video-text {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
    bottom: -1300px;
    visibility: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home .b-home-video-text .b-home-video-text-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    font-family: "Altissima", sans-serif;
    font-size: 80px;
    line-height: 1.4;
    color: #ffffff;
}

.home .b-home-video-text .b-home-video-text-subtitle {
    font-family: "ProximaNova", sans-serif;
    max-width: 670px;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
}

.home .b-home-video-text .b-home-video-text-content {
    font-family: "ProximaNova", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    max-width: 670px;
    margin: 0 auto;
    margin-top: 31px;
}

.home .b-home-video-text .b-home-video-text-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0px;
}

.home .b-home-video-text .b-home-video-text-footer .b-home-video-text-footer-social a {
    display: inline-block;
    width: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .b-home-video-text .b-home-video-text-footer .b-home-video-text-footer-social a:hover {
    opacity: 0.7;
}

.home .b-home-video-text .b-home-video-text-footer .b-home-video-text-footer-social a img {
    display: inline-block;
}

.home .b-home-video-text .b-home-video-text-footer-links {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 45px;
}

.home .b-home-video-text .b-home-video-text-footer-links a {
    font-size: 10px;
    font-family: "ProximaNova", sans-serif;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.home .b-home-video-text .b-home-video-text-footer-links a:hover {
    opacity: 0.7;
}

.home.show header {
    top: 0px !important;
}

.home.scrolled .b-home-video-text {
    bottom: -157px;
    position: relative;
    min-height: 900px;
    visibility: visible;
}

.home.scrolled .arrow {
    display: none;
}

.home.scrolled .b-home-video {
    overflow: visible;
}

.home.scrolled .b-video-content {
    top: -500px;
}

.home.scrolled .b-video-content img {
    opacity: 0 !important;
}

.home footer {
    display: none;
}

.home .b-home-video-mobile-play-button {
    width: 100%;
    display: none;
}
/********************************** Restaurants Template *********************************/
.b-restaurants-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-top: 158px;
}

.b-restaurants-wrapper .b-restaurants-slider {
    display: inline-block;
    width: 100%;
}

.b-restaurants-wrapper .b-restaurants-slider img {
    width: 100%;
    object-fit: cover;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-prev.slick-arrow {
    left: 25px;
    z-index: 99;
    height: 100%;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-prev.slick-arrow::before {
    content: "";
    background-image: url("includes/images/arrow_left.png");
    width: 22px;
    height: 46px;
    text-indent: -999999;
    display: inline-block;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-prev.slick-arrow:hover {
    opacity: 0.7;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-next.slick-arrow {
    right: 25px;
    z-index: 99;
    height: 100%;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-next.slick-arrow::before {
    content: "";
    background-image: url("includes/images/arrow_right.png");
    width: 22px;
    height: 46px;
    text-indent: -999999;
    display: inline-block;
}

.b-restaurants-wrapper .b-restaurants-slider .slick-next.slick-arrow:hover {
    opacity: 0.7;
}

.b-restaurants-wrapper .b-restaurants-description {
    display: inline-block;
    width: 100%;
	background-color: #f0edeb;
	padding: 35px 0;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left {
    float: left;
    max-width: 670px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-description-inner-left__title {
    display: inline-block;
    width: 100%;
    font-family: "Altissima", sans-serif;
    font-size: 60px;
    font-stretch: condensed;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
	margin-bottom: 30px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__subtitle {
    font-family: "ProximaNova-B", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 545px;
    margin: 0 auto;
    margin-top: 10px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__text {
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 545px;
    margin: 0 auto;
    margin-top: 28px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button a {
    font-size: 11px;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: 1.2px;
	text-align: center;
	color: #000000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 119px;
	display: inline-block;
	font-family: "ProximaNova-B";
	text-transform: uppercase;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button a:hover {
    text-decoration: none;
    color: #9e9e9e;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-right {
    float: right;
    max-width: 435px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-right img {
    display: inline-block;
    width: 100%;
    object-fit: cover;
}

.b-restaurants-wrapper .b-restaurants-opening {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 0px;
    display: flex;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left img {
    display: inline-block;
    width: 100%;
    position: relative;
    left: -40px;
    height: 100%;
    align-self: center;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
    float: left;
    width: 435px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
    display: inline-block;
    width: 100%;
    font-family: "Altissima", sans-serif;
    font-size: 45px;
    font-stretch: condensed;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 93px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 320px;
    margin: 0 auto;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__separator {
    width: 164px;
    height: 3px;
    background-color: black;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 400px;
    margin: 0 auto;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    font-family: "ProximaNova-B";
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address a:hover {
    text-decoration: underline;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions a {
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: solid 2px rgba(0, 0, 0, 0.9);
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions a:hover {
    text-decoration: none;
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions p {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.b-restaurants-wrapper .b-restaurant-positions {
    display: inline-block;
    width: 100%;
    margin-top: 39px;
    padding-bottom: 35px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner {
    max-width: 1345px;
    margin: 0 auto;
    display: flex;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column {
    float: left;
    max-width: 300px;
    width: 100%;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second {
    margin-left: 45px;
    margin-right: 45px;
    border-left: solid 1px rgba(0, 0, 0, 0.9);
    border-right: solid 1px rgba(0, 0, 0, 0.9);
    width: 480px;
    max-width: inherit;
    position: relative;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__title {
    font-family: "Altissima", sans-serif;
    font-size: 70px;
    font-stretch: condensed;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    padding-left: 30px;
    line-height: 42px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text {
    font-family: "ProximaNova", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    width: 280px;
    display: inline-block;
    padding-left: 30px;
    margin-top: 10px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text p {
    margin-bottom: 15px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image {
    float: right;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image img {
    position: relative;
    top: -40px;
    right: 25px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__title {
    font-family: "Altissima", sans-serif;
    font-size: 40px;
    font-stretch: condensed;
    line-height: 1.5;
    text-align: center;
    color: rgba(35, 31, 32, 0.95);
    margin-top: 33px;
    width: 100%;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__subtitle {
    width: 100%;
    opacity: 0.95;
    font-family: "ProximaNova", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 23px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button a {
    font-family: "ProximaNova", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 1.2px;
    text-align: center;
    color: #000000;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 119px;
    display: inline-block;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button a:hover {
    text-decoration: none;
    color: #9e9e9e;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image {
    position: relative;
    max-width: 273px;

}
.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image img {
    object-fit: cover;
    width: 100%;

}
.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image a {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    text-align: center;
    line-height: 70px;
    padding-top: 40%;
    text-decoration: none;
    display: none;
    letter-spacing: 0.8pt;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image:hover a {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-family: 'Altissima', sans-serif;
    font-size: 24px;
    position: absolute;
    left: 0px;
    width: 100%;
}


.b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left {
    max-width: 466px;
    margin: 7px;
}
.b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner {
    max-width: 850px;
}
.b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
    margin-top: 143px;
    font-stretch: condensed;
    line-height: 1.3;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}
.b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
    margin-top: -15px;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 25px;
}
.b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
    padding-top: 0px;
    padding-bottom: 75px;
}
.b-restaurants-wrapper .coming-soon .b-restaurants-opening {
    padding-bottom: 68px;
}
.coming-soon-form {
    text-align: center;
    max-width: 460px;
    margin:0 auto;
}
.coming-soon-form h2 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 49px;
}
.coming-soon-form .ginput_container input {
    font-family: "ProximaNova", sans-serif !important;
}
.coming-soon-form h3,
.coming-soon-form .gform_wrapper .top_label .gfield_label,
.coming-soon-form .validation_error {
    display: none;
}
.coming-soon-form-success {
    padding: 40px;
}
.coming-soon-form-success h1 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 64px;
}
.coming-soon-form-success .form-desc {
    margin: 0 auto;
    max-width: 600px;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    padding-bottom: 262px;
}

body .coming-soon-form .gform_wrapper .top_label div.ginput_container input:not([type=submit]){
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    line-height: normal;
    background-color: transparent;
}
body .coming-soon-form .gform_wrapper .top_label div.ginput_container select {
    font-family: ProximaNova;
    font-size: 11px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
body .coming-soon-form .gform_wrapper .top_label li.gfield_error div.ginput_container input:not([type=submit]){
    width: 100%;
    border: none !important;
    outline: none;
    border-bottom: 1px solid #FF0000 !important;
    border-radius: 0px;
}

body .coming-soon-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px !important;
    position: relative;
}
body .coming-soon-form .validation_message {
    position: absolute;
    top: -13px;
    right: -16px;
    text-align: right;
    display: block;
    text-transform: initial;
    letter-spacing: 0.4px;
    color: #ff0000;
    font-size: 10px;
    margin-top: 4px;
    font-family: 'ProximaNova';
    width: auto;
    z-index: -1;
}
body .coming-soon-form .gform_wrapper ul li.gfield {
    margin-top: 8px !important;
    position: relative;
}
.coming-soon-form .gform_wrapper li.gfield.gfield_error {
    background-color: inherit;
    border: none;
    padding: 0px;
}
.coming-soon-form .gform_confirmation_wrapper  .gform_confirmation_message {
    font-family: 'ProximaNova';
}
.coming-soon-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    background-color: #fff;
    border: solid 1px #000000;
    padding: 8px 24px;
    margin: 0px;
    outline: none;
}
.coming-soon-form-success {
    padding: 40px;
}
.coming-soon-form-success h1 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 64px;
}
.coming-soon-form-success .form-desc {
    margin: 0 auto;
    max-width: 600px;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    padding-bottom: 262px;
}

.page-template-payment-success-template footer {
    background-color: #fff;
}

.coming-soon-form .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    border: solid 1px #000000;
}
.coming-soon-form .gform_wrapper .gform_footer {
    text-align: center;
}
.coming-soon-bottom {
    text-align: center;
    padding-top: 40px;
    max-width: 402px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.coming-soon-bottom .coming-soon-bottom-first p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    text-align: center;
    color: #000000;
}
.coming-soon-bottom .coming-soon-bottom-first p a{
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    text-align: center;
    color: #000000;
}
.coming-soon-bottom .coming-soon-bottom-first p a:hover {
    text-decoration: underline;
}
.coming-soon-bottom .coming-soon-bottom-second p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.0;
    text-align: center;
    color: #000000;
    margin-top: 40px;
}
.coming-soon-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.coming-soon-form ::-moz-placeholder { /* Firefox 19+ */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.coming-soon-form :-ms-input-placeholder { /* IE 10+ */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.coming-soon-form :-moz-placeholder { /* Firefox 18- */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}

.coming-soon-form .gfield_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 0, 0, 0.9);
}
.coming-soon-form .gfield_error ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 0, 0, 0.9);
}
.coming-soon-form .gfield_error :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 0, 0, 0.9);
}
.coming-soon-form .gfield_error :-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 0, 0, 0.9);
}
.coming-soon-form .gform_wrapper .ginput_container_checkbox input {
    position: absolute;
    left: -9999px;
}
.coming-soon-form .gform_wrapper .ginput_container_checkbox label {
    display: block !important;
    padding-left: 25px;
    font-size: inherit;
    font-family: "ProximaNova", sans-serif !important;
    font-weight: 400 !important;
    margin: 0px;
}
.coming-soon-form .gform_wrapper .ginput_container_checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 0px;
}
.coming-soon-form .gform_wrapper .ginput_container_checkbox [type="checkbox"]:checked + label:after {
    content: '\00d7';
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: #000;
    transition: all .2s;
}
body .coming-soon-form .gform_wrapper ul li.gfield_html {
    font-size: 12px;
    font-family: "ProximaNova", sans-serif !important;
    font-weight: 400;
    margin-top: 30px !important;
    margin-bottom: 15px;
}
/********************************** Group Booking Template *********************************/

.header-top {
    text-align: center;
    min-height: 363px;
    background-color: #f0edeb;
}

.header-top h1 {
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.45;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    padding-top: 44px;
    padding-bottom: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-top p {
    max-width: 422px;
    margin: 0 auto;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
p.loc-download {
    padding: 15px 0px;
}
.location p.loc-download {
    padding: 20px 0px 0px 0px;
}
.header-top .main-desc p {
    font-weight: bold;
}

.content-booking {
    margin-top: 47px;
    float: left;
    width: 100%
}
.content {
  overflow: hidden;
}
.header-top .contact-desc a {
    font-family: 'ProximaNova';
    color: #000000;
    border-bottom: solid 2px #000000;
}
.header-top a {
  color: #000000;
  border-bottom: none;
  font-family: "ProximaNova-B";
}
.header-top a:hover {
  text-decoration: underline;
}

.content-booking .location {
    max-width: 425px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.content-booking .location img {
    width: 100%;
    margin-bottom: 22px;
}

.content-booking .location p {
    max-width: 300px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.content-booking .last-item {
    float: none;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.page-template-group-booking-template footer {
    margin-top: 65px;
    width: 100%;
    float: left;
}

.content-booking .col-sm-6:nth-child(2n+1) .location {
    float: right;
    margin-right: 18px;
}

.content-booking .col-sm-6:nth-child(2n) .location {
    float: left;
    margin-left: 18px;
}

div.content-booking .last-item .location {
    float: none !important;
    margin: 0 auto !important;
}

.content-booking .location .loc-name {
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'ProximaNova-B';
}
.content-booking .location p a {
    border-bottom: none;
    font-family: "ProximaNova-B";
    color: #000000;
}
.content-booking .location .loc-download a,
.page-template-group-booking-template .header-top .loc-download a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}
.content-booking .location .loc-download a:hover,
.page-template-group-booking-template .header-top .loc-download a:hover {
    background-color: #000;
    color: #fff;
}

.page-template-group-booking-template .header-top .loc-download {
    width: 210px;
    height: 28px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
/********************************** Our Story Template *********************************/
.content-our-story {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 36px;
}

.content-our-story h1 {
    margin: 0px;
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.08;
    letter-spacing: 0.6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.content-our-story .main-desc {
    max-width: 581px;
    font-family: 'ProximaNova-B';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 auto;
}
.content-our-story .main-desc p:first-child {
    margin-bottom: 25px;
    letter-spacing: -0.1px;
}
.content-our-story .first-row {
    float: left;
    width: 100%;
    margin-top: 52px;
    margin-bottom: 60px;
}

.content-our-story .first-row-left {
    max-width: 395px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.9);
    float: right;
    margin-right: 0px;
    text-align: left;
}

.content-our-story .first-row-right {
    max-width: 391px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.9);
    float: left;
    margin-left: 17px;
    text-align: left;


}
.page-template-our-ethos-template .content-our-story .first-row-left {
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.page-template-our-ethos-template .content-our-story .first-row-right {
    text-align: center;
    margin-left: 0px;
     height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.content-our-story .first-row-left p, .content-our-story .first-row-right p {
    margin-bottom: 25px;
}
.content-our-story .first-row-left h2 {
    font-family: 'ProximaNova-B';
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 25px;
}
.content-our-story .first-row-left img {
    margin-top: 25px;
}
.content-our-story .first-row-right img {
    margin-bottom: 0;
}
.content-our-story .first-row-right strong {
    font-family: 'ProximaNova-B';
}
.content-our-story .first-row-right img {

}
.content-our-story .content-our-story .first-row p {
    margin-bottom: 20px;
}

.content-middle {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 24px;
}

.content-our-story .content-middle h2 {
    max-width: 400px;
    font-family: 'ProximaNova';
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.content-our-story .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.content-our-story .content-middle .second-desc {
    font-family: 'ProximaNova';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.58;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-top: 23px;
}

.content-our-story .second-row {
    float: left;
    margin-top: 54px;
    width: 100%;
}

.content-our-story .third-row {
    float: left;
    width: 100%;
    margin-top: 76px;
    margin-bottom: 70px;
    text-align: left;
}

.content-our-story .third-row-left {
    max-width: 427px;
    float: right;
    margin-right: 17px;
}

.content-our-story .third-row-right {
    max-width: 361px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.9);
    float: left;
    margin-left: 17px;
}

.content-our-story .third-row-right .third-title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 29px;
}

.page-template-our-story-template footer {
    width: 100%;
    float: left;
}

/********************************** Wholesale Template *********************************/
.content-our-story .second-info p {
    margin: 0 auto;
    margin-top: 85px;
    max-width: 524px;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.content-our-story .download-link {
    margin-top: 47px;
    margin-bottom: 92px;
}

.content-our-story .download-link a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}
.content-our-story .download-link a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.page-template-wholesale-template .content-our-story {
    text-align: left;
}
.page-template-wholesale-template .last-slide {
    margin-top: 0px;
}
.page-template-wholesale-template footer {
    width: 100%;
    float: left;
    background-color: white;
    margin-top: -5px;
}

/********************************** Our Ethos Template *********************************/
.page-template-our-ethos-template .content-our-story .main-desc {
    max-width: 549px;
    font-family: 'ProximaNova-B';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    text-align: center;
    color: #000000;
}

.page-template-our-ethos-template footer {
    width: 100%;
    float: left;
    background-color: white;
    margin-top: 67px;
}
.page-template-our-ethos-template .content-our-story .first-row-left img {
    margin-top: 10px;
}

/********************************** Privacy Template *********************************/
.page-template-privacy-template .content {
    background-color: #f0edeb;
}

.privacy {
    margin: 0 auto;
    max-width: 594px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    padding-top: 44px;
}

.privacy h1 {
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.45;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 20px;
}

.privacy h3 {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 30px;
}
.privacy p a {
    font-family: 'ProximaNova-B';
}
.privacy h5 {
    margin-bottom: 45px;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.privacy .privacy-content p:last-child {
    margin: 0px;
}

.privacy .privacy-content {
    padding-bottom: 0px;
}

.page-template-privacy-template footer {
    width: 100%;
    float: left;
    background-color: #fff;
}

/********************************** PA Club Template *********************************/
.page-template-paclub-template .content {
    background-color: #f0edeb;
}
.page-template-paclub-template .privacy h3 {
    text-transform: uppercase;
}
.page-template-paclub-template .privacy p a {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #000000;
}
.page-template-paclub-template .privacy p a:hover {
    text-decoration: none;
}
.page-template-paclub-template footer {
    width: 100%;
    float: left;
    background-color: #fff;
}


/********************************** Careers template *********************************/
.single-careers .first-row {
    max-width: 422px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 63px;
}

.single-careers .first-row h1 {
    font-family: 'Altissima';
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.49;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-top: 67px;
}

.single-careers .first-row h2 {
    font-family: 'ProximaNova-B';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 31px;
    font-stretch: normal;
    line-height: 1.1;
}

.single-careers .first-row p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}

.single-careers .first-row a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}

.single-careers .first-row a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

/********************************** Careers list template *********************************/
.page-template-careers-template .first-row {
    text-align: center;
    max-width: 422px;
    margin: 0 auto;
}

.page-template-careers-template .first-row h1 {
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.45;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 22px;
}

.page-template-careers-template .first-row .top-bold-txt p {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.page-template-careers-template .first-row .careers-desc p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.page-template-careers-template .first-row .careers-desc p a {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
}

.page-template-careers-template .first-row .careers-desc p a:hover {
    text-decoration: underline;
}

.page-template-careers-template .second-row {
    float: left;
    width: 100%;
    padding-top: 134px;
    padding-bottom: 53px;
}

.page-template-careers-template .second-row-content {
    max-width: 522px;
    margin: 0 auto;
}

.page-template-careers-template .second-row .second-row-left {
    max-width: 522px;
}

.page-template-careers-template .second-row .second-row-left h2 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.08;
    letter-spacing: 0.8px;
    color: #000000;
    margin: 0px;
    margin-bottom: 35px;
}

.page-template-careers-template .second-row .header-filter {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000000;
    padding: 4px 0 8px 0px;
}

.page-template-careers-template .second-row .header-filter label {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #000000;
    margin-bottom: 0px;
    margin-right: 24px;
}

.page-template-careers-template .second-row .header-filter select {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #000000;
    border: none;
    outline: none;
}

.page-template-careers-template .careers-table {
    font-family: 'ProximaNova';
    margin-top: 6px;
    padding-left: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    border-color: #979797;
}

.page-template-careers-template .careers-table table {
    width: 100%;
}

.page-template-careers-template .careers-table tr {
    height: 38px;
}

.page-template-careers-template .careers-link {
    margin: 0px;
    text-align: right;
}

.page-template-careers-template .careers-link a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}

.page-template-careers-template .careers-link a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.page-template-careers-template footer {
    width: 100%;
    float: left;
    margin-top: 62px;
}

/********************************** Contact template *********************************/
.page-template-contact-template .content {
    background-color: #f0edeb;
}

.contact h1 {
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.25;
    letter-spacing: 1.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
    padding-top: 47px;
    margin-bottom: 86px;
}

.contact-res {
    display: inline-block;
}

.contact-res .contact-res-all-info {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    padding-bottom: 86px;
}

.contact-res .contact-res-all-info h2 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin: 0px;
    margin-bottom: 12px;
}

.contact-res .contact-res-info p, .contact-res .contact-res-info a {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin: 0px;
}
.page-template-contact-template .contact-content a {
    font-family: 'ProximaNova-B';
}
.contact-res .contact-res-info a {
    font-family: 'ProximaNova-B';
}

.contact-res .contact-res-info {
    margin-bottom: 0px;
}

.contact-res-map a {
    font-family: 'ProximaNova-B';
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.18;
    letter-spacing: 1.6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    border-bottom: solid 1px rgba(0, 0, 0, 0.9);
}

.contact-res-map a:hover {
    text-decoration: none;
}

.contact-res .col-sm-6:nth-child(2n+1) .contact-res-all-info {
    float: right;
    margin-right: 42px;
}

.contact-res .col-sm-6:nth-child(2n) .contact-res-all-info {
    margin-left: 42px;
}

.contact-content {
    border-top: solid 1px #000000;
    max-width: 774px;
    margin: 0 auto;
    text-align: center;
    margin-top: 17px;
    padding-bottom: 75px;
}

.contact .contact-content h1 {
    padding-top: 73px;
    margin-bottom: 17px;
}

.contact .contact-content p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.86;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}

.contact .contact-content h3 {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.86;
    text-align: center;
    color: #000000;
}

.contact .contact-content h4 {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    text-align: center;
    color: #000000;
    margin: 0px;
    margin-bottom: 41px;
}

.page-template-contact-template footer {
    width: 100%;
    float: left;
    background-color: #fff;
}

/********************************** Collection & Delivery template *********************************/
.page-template-collection-delivery-template .content {
    background-color: #f0edeb;
    margin-top: 170px;
    padding-bottom: 75px;
}
.page-template-collection-delivery-template .first-row {
    background-color: #f0edeb;
    float: left;
    width: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
}
.page-template-collection-delivery-template .first-row .first-row-left {
    max-width: 383px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    color: #000000;
    float: right;
    margin-right: 30px;
}
.page-template-collection-delivery-template .first-row .first-row-right {
    margin-left: 95px;
}
.page-template-collection-delivery-template .contact-content a {
    font-family: 'ProximaNova-B';
}
.page-template-collection-delivery-template .contact-res {
    display: block;
}
.page-template-collection-delivery-template .contact-res .contact-row {
    float: left;
    width: 100%;
}
.page-template-collection-delivery-template footer {
    width: 100%;
    float: left;
    background-color: #fff;
}
.page-template-collection-delivery-template .top-contact-content {
    padding-bottom: 15px;
}
.page-template-collection-delivery-template .top-contact-content a {
    max-width: 422px;
    margin: 0 auto;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.page-template-collection-delivery-template .coll-del-content {
    padding-top: 58px;
    background-color: #fff;
    float: left;
    width: 100%;
}
.page-template-collection-delivery-template .content h1 {
    padding-bottom: 21px;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
}
.page-template-collection-delivery-template .contact-res-button {
    padding-top: 25px;
}
.page-template-collection-delivery-template .contact-res-button a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}
.page-template-collection-delivery-template .contact-res-button a:hover {
    background-color: #000;
    color: #fff;
}
.page-template-collection-delivery-template footer {
    background-color: #f0edeb;
}
/********************************** Food Menu template *********************************/

.tax-food-locations .food-menu {
    padding: 0px;
    background-color: #f0edeb;
    padding-top: 60px;
    margin-top: 150px;
}

.tax-food-locations .left-menu .row {
    min-width: 130px;
    font-family: 'ProximaNova';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #000000;
    float: right;
    margin-right: 65px;
    clear: both;
}

.tax-food-locations .left-menu h3 {
    font-family: 'ProximaNova-B';
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
    margin-bottom: 4px;
}

.tax-food-locations .left-menu ul {
    padding: 0px;
}

.tax-food-locations .left-menu ul li {
    list-style-type: none;
}

.tax-food-locations .left-menu ul li a, .tax-food-locations .left-menu a {
    color: #000000;
    line-height: 17px;
}

.tax-food-locations .left-menu ul .active {
    text-decoration: underline;
}

.tax-food-locations .left-menu .first-row {
    margin-bottom: 20px;
}

.tax-food-locations .left-menu .second-row {
    margin-bottom: 30px;
}

.tax-food-locations .left-menu .last-row a{
    font-family: 'ProximaNova';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #000000;
}
.tax-food-locations .left-menu .last-row a:hover {
    text-decoration: underline;
}
.tax-food-locations .right-menu {
    max-width: 610px;
    padding: 0px;
    padding-bottom: 34px;
}

.tax-food-locations .section-top h1 {
    object-fit: contain;
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.44;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 32px;
}

.tax-food-locations .section-top .section-top-name h2 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.92;
    letter-spacing: 0.4px;
    margin-bottom: 1px;
    color: #000000;
    margin-top: 3px;
}

.tax-food-locations .section-top .section-top-name .section-top-info {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: #000000;
}

.tax-food-locations .right-menu .term-col {
    padding-bottom: 10px;
}

.tax-food-locations .right-menu .term-col h3 {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 23px;
    padding-left: 25px;
}

.tax-food-locations .right-menu .term-col .term-col-inner h4 {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    color: #000000;
    line-height: 25px;
}
.tax-food-locations .right-menu .term-col .term-col-inner h4 strong,
.tax-food-locations .right-menu .term-col .term-col-inner h4 b {
    font-family: 'ProximaNova-B';
    font-weight: bold;
    line-height: 28px;
}
body.tax-food-locations .bold-menu .term-col .term-col-inner h4 {
    font-family: 'ProximaNova-B';
    font-weight: bold;
}
.tax-food-locations .right-menu .term-col .term-col-inner h4 {
    margin: 0px;
}

.tax-food-locations .right-menu .term-col .term-col-inner .product-item {
    padding: 0px;
}

.tax-food-locations .right-menu h5 {
    margin: 0px;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "ProximaNova-It";
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    color: #000000;
    clear: both;
}

.tax-food-locations .section-wine h4 {
    max-width: 490px;
    width: 100%;
    float: left;
}
.tax-food-locations p.product-info {
    font-family: "ProximaNova";
    clear: both;
    max-width: 490px;
    width: 100%;
}
.tax-food-locations .cocktails h4 .product-title {
    font-family: "ProximaNova-B";
    font-weight: bold;
}
.tax-food-locations .section-wine h4 span {
    font-family: "ProximaNova";
    font-weight: normal;
}

.tax-food-locations .section-wine h3 {
    text-transform: uppercase;
    max-width: 490px;
    float: left;
    width: 100%;
}

.tax-food-locations .section-wine p.price_head {
    float: left;
    max-width: 58px;
    width: 100%;
    margin-top: 20px;
    font-family: "ProximaNova";
    font-weight: normal;
    text-align: right;
    margin-bottom: 0px;
}

.tax-food-locations .section-wine .price-drinks {
    margin: 0px;
    float: left;
    max-width: 58px;
    width: 100%;
    font-family: "ProximaNova";
    font-weight: normal;
    text-align: right;
    min-height: 1px;
}

.tax-food-locations .section-wine {
    max-width: 610px;
}

.tax-food-locations footer {
    width: 100%;
    float: left;
    background-color: #fff;
}

.food-menu > .right-menu ~ .right-menu {
    display: none;
}
.food-menu .menu-buttons {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
.food-menu .menu-buttons a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    min-width: 144px;
}
.food-menu .menu-buttons a:hover {
    background-color: #000;
    color: #fff;
}
.food-menu .menu-buttons .top-button {
    margin-bottom: 15px;
}
/********************************** MasterClasses template *********************************/
.content-masterclasses .first-row .first-row-left {
    max-width: 383px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    color: #000000;
    float: right;
    margin-right: 30px;
}

.content-masterclasses .first-row .first-row-right {
    margin-left: 95px;
}

.content-masterclasses .first-row h1 {
    font-family: 'Altissima';
    font-size: 45px;
    font-stretch: condensed;
    line-height: 0.43;
    letter-spacing: 0.9px;
}

.content-masterclasses .first-row {
    background-color: #f0edeb;
    float: left;
    width: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
}

.content-masterclasses .first-row h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 0.97;
    letter-spacing: 0.4px;
    font-family: 'ProximaNova-B';
}

.content-masterclasses .first-row ul {
    padding: 0px;
}

.content-masterclasses .first-row ul li {
    list-style-position: inside;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #000000;
}

.content-masterclasses .first-row ul li span {
    position: relative;
    left: -15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content-masterclasses .first-row ul li span {
        left: -8px;
    }
}
.content-masterclasses .first-row .bottom-desc {
    font-family: 'ProximaNova-B';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    color: #000000;
}
.oyster-masterclass .first-row .bottom-desc {
    display: none;
}
.oyster-masterclass .first-row p a,
.events .first-row p a {
    font-family: 'ProximaNova-B';
    color: #000000;
}
.content-masterclasses .first-row .bottom-desc a {
    color: #000000;
}
.content-masterclasses .first-row .bottom-desc a:hover {
    text-decoration: underline;
}
.content-masterclasses .col-sm-12 {
    padding: 0px;
}

.page-template-masterclasses-template footer {
    width: 100%;
    float: left;
}
.content-masterclasses .second-row,
.content-masterclasses .second-row-wine-dinners {
    display: none;
}
.oyster-masterclass .second-row {
    display: block;
}
.events .second-row-wine-dinners {
    display: block;
}
.content-masterclasses .second-row {
    float: left;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 53px;
}
.content-masterclasses .second-row .second-row-center {
    float: none;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 860px;
}
.content-masterclasses .second-row .second-row-left {
    max-width: 527px;
}

.content-masterclasses .second-row .header-filter {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000000;
    padding: 6px 0 6px 0px;
}

.content-masterclasses .second-row .header-filter label {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #000000;
    margin-bottom: 0px;
    margin-right: 24px;
    margin-left: 15px;
}

.content-masterclasses .second-row .header-filter select {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #000000;
    border: none;
    outline: none;
}

.content-masterclasses .event-link {
    margin: 0px;
}
_:-webkit-full-screen:not(:root:root), .content-masterclasses .event-link {
    width: 85px;

}
.content-masterclasses .event-link a {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}
.content-masterclasses .event-link a:hover {
    background-color: #000;
    color: #fff;
}
.events table .event-custom-link {
    width: auto;
    height: auto;
    border: none;
}
.events table .event-custom-link a{
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
}
.events table .event-custom-link a:hover {
    background-color: #000;
    color: #fff;
}
.events table .event-custom-link a:focus {
    outline: none;
}
.content-masterclasses .event-link a:hover {
    text-decoration: none;
}
.content-masterclasses .event-link a:focus {
    outline: none;
}

.content-masterclasses .event-table-content tr {
    height: 38px;
}

.content-masterclasses .event-table-content tr td:nth-child(1) {
    width: 157px;
}

.content-masterclasses .event-table-content tr td:nth-child(2) {
    width: 180px;
}

.content-masterclasses.oyster-masterclass .event-table-content tr td:nth-child(3) {
    width: 69px;
}

.content-masterclasses .event-table-content tr td:nth-child(4) {
    width: 130px;
}

.content-masterclasses .event-table {
    margin-top: 6px;
    padding-left: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid;
    border-color: #000000;
    font-family: 'ProximaNova';
}
.second-row-wine-dinners .second-row-center {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0px;
}
.second-row-wine-dinners .second-row-center .second-row-left {
    max-width: 837px;
}
.second-row-wine-dinners .second-row-center h2 {
    font-family: 'Altissima';
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.4px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    margin-top: 0px;
}
.events .second-row-wine-dinners {
    float: left;
    width: 100%;
    margin-top: 33px;
    padding-bottom: 7px;
}
.events .second-row-wine-dinners .empty-event {
    max-width: 404px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 16px;
}
.events .second-row-wine-dinners .empty-event a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
.events .second-row-wine-dinners .empty-event a:hover {
    text-decoration: none;
}
.events .second-row-wine-dinners .event-table {
    border: none;
    border-top: 1px solid;
    padding-left: 22px;
}
.events .second-row-wine-dinners .event-table .event-table-content tr td {
    padding-top: 15px;
    vertical-align: top;
    padding-bottom: 11px;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(1) {
    width: 261px;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(2) {
    width: 438px;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(3) {
    width: 117px;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(1) p {
    margin-bottom: 0px;
    max-width: 229px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    color: #000000;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(1) .event-name {
    font-family: 'ProximaNova-B';
    font-weight: bold;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(2) p {
    max-width: 361px;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.3px;
    color: #000000;
}
.events .second-row-wine-dinners .event-table-content tr td:nth-child(2) p span a {
    font-family: 'ProximaNova-B';
}
.events .second-row-wine-dinners .event-table-content tr {
    border-top: 1px solid #979797;
}
.events .second-row-wine-dinners .event-table-content tr:first-child {
    border: none;
}
/********************************** Event template *********************************/
.single-espresso_events .ticket-selector-submit-btn-wrap {
    float: left;
    display: block;
    width: 100%;
}
.single-espresso_events .tkt-slctr-tbl-wrap-dv .clear {
    clear: none;
}
.type-espresso_events .event-first-row {
    float: left;
    width: 100%;
    margin: 0px;
    padding-top: 44px;
    padding-bottom: 50px;
}

.type-espresso_events .event-first-row .first-row-left {
    max-width: 286px;
    font-family: 'ProximaNova-B';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    text-align: center;
    color: #000000;
    float: right;
    margin-top: 37px;
    margin-right: 90px;
}

.type-espresso_events .event-first-row .first-row-left .quote-name {
    letter-spacing: 2px;
}

.type-espresso_events .event-first-row .first-row-right {
    margin-left: 49px;
    max-width: 366px;
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
}

.type-espresso_events .event-first-row .first-row-right h1 {
    margin: 0px;
    font-family: 'ProximaNova-B';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}

.type-espresso_events .event-first-row .first-row-right h4 {
    margin: 0px;
    font-family: 'ProximaNova-B';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #000000;
}

.type-espresso_events .event-first-row .first-row-right .form-info {
    font-family: 'ProximaNova';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    max-width: 286px;
    margin-bottom: 0px
}
.type-espresso_events .event-first-row .first-row-right .terms-hide {
    font-family: 'ProximaNova';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    max-width: 286px;
    margin-bottom: 0px;
    display: none;
    padding-top: 20px;
}
.terms-hide ul {
    padding: 0px;
    padding-left: 15px;
}
.terms-hide ul li {

}
.terms-hide ul li span {
    position: relative;
}
.single-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address a {
    font-family: 'ProximaNova-B';
}
.single-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address a:hover {
    text-decoration: underline;
}
.type-espresso_events .event-first-row .first-row-right .form-info a {
    font-family: 'ProximaNova-B';
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    color: #000000;
}
.type-espresso_events .event-first-row .first-row-right .form-info a:hover {
    text-decoration: underline;
}
.type-espresso_events div.bottom {
    margin-top: 0px;
}
.type-espresso_events .event-first-row .currency-code {
    font-family: 'ProximaNova-B';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #000000;
    display: none;
}

.single-espresso_events .b-restaurants-wrapper .b-restaurants-opening {
    margin-bottom: 0px;
}
.single-espresso_events article {
    background-color: #fff;
}

.single-espresso_events .hentry {
    margin: 0;
}

.single-espresso_events .event-tickets table {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000;
    border-collapse: separate;
    border-spacing: 8px 4px;
    width: 100%;
    max-width: 252px;
    margin-bottom: 0px;
}
.single-espresso_events .error-ticket {
    color: #e34064;
    font-size: 10px;
    font-family: 'ProximaNova-B';
    padding-top: 10px;
}
.single-espresso_events .ee-ticket-alices-incredible-wine-extravaganza-details {
    display: none;
}
.single-espresso_events .event-tickets table tr .jst-rght {
    text-align: left;
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #000000;
}

.single-espresso_events .event-tickets table tr select {
    border: none;
    outline: none;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
}

.single-espresso_events .event-tickets table tr select option {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
}

.single-espresso_events .event-tickets .ticket-selector-submit-btn {
    float: left;
    margin-top: 33px;
    background-color: #fff;
    color: #000;
    border: none;
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-espresso_events .event-tickets .ticket-selector-submit-btn:hover {
    background-color: #000;
    color: #fff;
}
.single-espresso_events .event-tickets .ticket-selector-submit-btn:active {
    outline: none;
}
.single-espresso_events .event-tickets table thead,
.single-espresso_events .event-tickets table tr td:first-child,
.powered-by-event-espresso-credit,
.single-espresso_events .ee-ticket-free-ticket-details {
    display: none;
}

.single-espresso_events footer {
    width: 100%;
    float: left;
    background-color: #fff;
}
/********************************** 404 template *********************************/
.not-found {
    padding-top: 180px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.not-found .page-title {
    margin: 0px;
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.08;
    letter-spacing: 0.6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 25px;
}
.not-found p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
}

/********************************** Book A Table Template *********************************/
.book-a-table {
    width: 100%;
    padding-top: 180px;
    float: left;
    background-color: #f0edeb;
}
.page-template-book-a-table-template {
    background-color: #f0edeb;
}
.page-template-book-a-table-template .content {

}
.page-template-book-a-table-template footer {
    background-color: #fff;
}
.book-a-table #OT_searchWrapperAll {
    width: 294px;
    margin: 0 auto;
    min-height: 500px;
    background-color: #f0edeb;
    background: #f0edeb;
}
.book-a-table #OT_searchWrapper {
    background-color: #f0edeb;
    background: #f0edeb;
}
.book-a-table .OT_feedTitle,
.book-a-table #OT_searchWrapperAll dt,
.book-a-table #OT_searchWrapperAll #OT_logo,
.book-a-table #OT_searchWrapperAll #dateDisplay,
.book-a-table #OT_searchWrapperAll .close{
    display: none;
}
.book-a-table #OT_searchWrapperAll #OT_searchWrapper dd select,
.book-a-table #OT_searchWrapperAll #OT_searchWrapper dd input[type="text"] {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'ProximaNova-B';
    font-size: 9.2px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.2px;
    outline: none;
    padding-left: 26px;
    padding-bottom: 16px;
    padding-top: 12px;
    border-bottom: 1px solid #000;
    margin: 0px;
    border-radius: 0px;
}
.book-a-table #OT_searchWrapperAll #OT_searchWrapper dd select,
.book-a-table #OT_searchWrapperAll #OT_searchWrapper dd input[type="text"] {
    width: 100%;
    min-width: 294px;
    font-size: 15px;
    font-family: "ProximaNova-B";
    font-weight: 400;
}
.book-a-table #OT_searchWrapper dd span {
    color: #000 !important;
    font-size: 15px;
    padding-top: 12px;
}
.book-a-table #OT_searchWrapperAll #OT_partySize {
    top: 73px;
}
.book-a-table #OT_searchWrapperAll #OT_date {
    top: 122px;
}
.book-a-table #OT_searchWrapperAll #OT_time {
    top: 171px;
}
.book-a-table #OT_searchWrapperAll #OT_submitWrap {
    left: 73px;
    top: 279px;
}
#OT_searchWrapperAll #OT_submitWrap:hover:after {
    content: url("includes/images/Wright-Brothers-Book-A-Table-Tab-Button-Default.png");
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.book-a-table #OT_searchWrapperAll #OT_submitWrap:hover:after {
    content: url("includes/images/Wright-Brothers-Book-A-Table-Page-Button-Hover.png"); /* no need for qoutes */
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
.book-a-table #OT_searchWrapperAll #OT_submitWrap input {
    font-family: 'ProximaNova-B';
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    max-width: 100%;
    border-radius: 0px;
}
.book-a-table #OT_searchWrapperAll #OT_submitWrap input:focus {
    outline: inherit;
}
.book-a-table #OT_searchWrapper .feedFormField,
.book-a-table #OT_searchWrapper .feedFormField option {
    font-family: 'ProximaNova';
    font-size: 14px;
}
.book-a-table #OT_searchWrapperAll .text-bottom {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    top: 330px;
    width: 255px;
    max-width: 255px;
    left: 21px;
}
.book-a-table #OT_searchWrapperAll .text-bottom a:hover {
    text-decoration: underline;
}
.book-a-table #OT_searchWrapperAll .text-bottom a{
    font-family: 'ProximaNova-b';
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    top: 330px;
}
.book-a-table #OT_searchWrapperAll #OT_restaurant,
.book-a-table #OT_searchWrapperAll #OT_partySize,
.book-a-table #OT_searchWrapperAll #OT_date,
.book-a-table #OT_searchWrapperAll #OT_time {
    left: 0px;
}
/********************************** Event checkout template *********************************/
.page-template-checkout-template .spco-ticket-info-dv,
.page-template-checkout-template .spco-steps-big-hdr,
.page-template-checkout-template #spco-steps-display-dv,
.page-template-checkout-template .ee-reg-form-no-info-required,
.page-template-checkout-template .big-event-title-hdr,
.page-template-checkout-template .spco-attendee-lgnd,
.page-template-checkout-template .ee-reg-form-qstn-grp-title,
.page-template-checkout-template .small-text{
    display: none;
}

.page-template-checkout-template #espresso-notices-attention,
.page-template-checkout-template #espresso-ajax-notices-attention {
    background-color: #d8d8d8;
    border: none;
}
.page-template-checkout-template .espresso-notices p,
.page-template-checkout-template .espresso-ajax-notices p {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
}
.page-template-checkout-template .close-espresso-notice .dashicons-no {
    color: #333;
    width: 20px;
    height: 20px;
}
.page-template-checkout-template .close-espresso-notice .dashicons {
    font-family: "ProximaNova", sans-serif;
}
.page-template-checkout-template .close-espresso-notice .dashicons:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-template-checkout-template .close-espresso-notice {
    margin-top: 5px;
    margin-right: 5px;
}
.page-template-checkout-template .close-espresso-notice .dashicons:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-template-checkout-template .popup-backgound {
    top: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    background-color: #0b0b0b !important;
    opacity: 0.8;
}
.page-template-checkout-template #spco-attendee_information-pg {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: center;
    color: #000000;
}

.page-template-checkout-template .event-checkout {
    background-color: #f0edeb;
    margin-top: 157px;
    padding-top: 37px;
}

.page-template-checkout-template #ee-single-page-checkout-dv {
    max-width: 820px;
    margin: 0 auto;
}

.event-checkout .first-row {
    max-width: 820px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
#spco-empty-cart-hdr, #ee-single-page-checkout-dv p {
    font-family: 'ProximaNova';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    color: #000000;
}
#ee-single-page-checkout-dv .msg-checkout {
    text-align: center;
    margin-bottom: 0px;
}
.second-step #ee-single-page-checkout-dv .msg-checkout {
    display: none;
}
.second-step form#ee-spco-payment_options-reg-step-form {
    padding-bottom: 0px;
}
#ee-single-page-checkout-dv p a {
    font-family: 'ProximaNova-B';
    color: #000000;
}
#ee-single-page-checkout-dv p a:hover {
    text-decoration: underline;
}
.event-checkout .first-row p {
    margin: 0px;
}

.event-checkout .first-row .col-sm-2 {
    padding: 0px;
}

.event-checkout .step-1, .event-checkout .step-2 {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.45;
    letter-spacing: 0.3px;
    color: #000000;
}

.event-checkout .step-2 {
    color: #9e9e9e;
    text-align: right;
}
.event-checkout .second-step .step-1 {
    color: #9e9e9e;
}
.event-checkout .second-step .step-2 {
    color: #000000;
}

.event-checkout h1 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin: 0px;
}

.event-checkout .second-row {
    max-width: 471px;
    margin: 0 auto;
    margin-top: 74px;
}

.event-checkout .spco-whats-next-buttons {
    padding: 0px;
    text-align: center;
}

.event-checkout .spco-whats-next-buttons input {
    background-color: #f0edeb;
    border: none;
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 0px;
}
.event-checkout .spco-whats-next-buttons input:hover {
    background-color: #000;
    color: #f0edeb;
}
.event-checkout .spco-whats-next-buttons input:focus {
    outline: none;
}
.page-template-checkout-template footer {
    background-color: #fff;
}

.page-template-checkout-template .jst-center {
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
}
.page-template-checkout-template .second-step .jst-center {
    margin-bottom: 0px;
}
.page-template-checkout-template .jst-center p,
.page-template-checkout-template #ee-single-page-checkout-dv .jst-center p{
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}
.page-template-checkout-template #ee-single-page-checkout-dv .jst-center .bottom-content {
    line-height: 0.8;
}
.page-template-checkout-template .jst-center .middle-content {
    display: inline-block;
    margin-right: 3px;
}

.page-template-checkout-template .ee-reg-form-attendee-dv {
    padding: 0px;
    margin: 0px;
}

.page-template-checkout-template .ee-reg-form-qstn-grp-dv {
    padding: 0px;
    margin-bottom: 35px;
}

.page-template-checkout-template .ee-reg-form-qstn-grp-dv label {
    float: left;
    font-family: 'ProximaNova';
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    width: 30%;
    margin-bottom: 0px;
    text-align: right;
    margin-top: 6px;
}
.page-template-checkout-template #ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv .ee-required-label,
.page-template-checkout-template #ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv label {
    display: none;
}

.page-template-checkout-template #ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: #f0edeb;
    outline: 0px;
    font-size: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    font-family: 'ProximaNova';
    border-radius: 0px;
}

.page-template-checkout-template #ee-single-page-checkout-dv .ee-reg-form-qstn-grp-dv
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]):focus {
    box-shadow: none;
}
.ee-reg-qstn ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.ee-reg-qstn ::-moz-placeholder { /* Firefox 19+ */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.ee-reg-qstn :-ms-input-placeholder { /* IE 10+ */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.ee-reg-qstn :-moz-placeholder { /* Firefox 18- */
    font-family: ProximaNova;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
}
.page-template-checkout-template #ee-single-page-checkout-dv .ee-has-value,
.page-template-checkout-template #ee-single-page-checkout-dv .ee-has-value:focus {
    box-shadow: none !important;
}

.page-template-checkout-template #ee-single-page-checkout-dv .ee-asterisk {
    color: #000 !important;
}
.spco-step-dv #reg-page-totals-hdr,
.spco-step-dv .spco-payment-info-dv,
.currency-code,
.sandbox-panel,
.spco-payment-method-hdr,
.spco-payment-method-desc,
#spco-payment_options-whats-next-buttons-dv,
#ee-available-payment-method-inputs--input-dv,
#method-of-payment-hdr {
    display: none;
}
.page-template-checkout-template #ee-single-page-checkout-dv  .spco-payment-method-input-dv label {
    min-height: 45px;
}
.page-template-checkout-template .spco-payment-method-info-dv {
    margin: 0px;
    padding: 0px;
}
.page-template-checkout-template #ee-stripe-button-btn {
    float: none;
    background-color: #f0edeb;
    border: none;
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    border-radius: 0px;
    text-transform: uppercase;
}
.page-template-checkout-template #ee-stripe-button-btn:hover {
    background-color: #000;
    color: #f0edeb;
}
.page-template-checkout-template #ee-single-page-checkout-dv .ee-has-value,
.page-template-checkout-template #ee-single-page-checkout-dv .ee-has-value:focus {
    border: 1px solid;
    border-color: #000 !important;
}
.page-template-checkout-template #ee-stripe-button-dv {
    text-align: center;
}
.page-template-checkout-template #ee-stripe-button-btn:focus {
    border: none;
    outline: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
form#ee-spco-payment_options-reg-step-form {
    padding-bottom: 200px;
}
.page-template-checkout-template #ee-single-page-checkout-dv .ee-needs-value {
    border: none;
    border-bottom: 1px solid #ff0000;
    box-shadow: none;
}

.page-template-checkout-template .ee-reg-form-qstn-grp-dv div {
    margin-bottom: 18px;
    position: relative;
}

.page-template-checkout-template .ee-reg-form-qstn-grp-dv .ee-required-text {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    text-align: right;
    display: block;
    text-transform: initial;
    letter-spacing: 0.4px;
    color: #ff0000;
    font-size: 13px;
    margin-top: 4px;
}

/********************************** Event Thank you template *********************************/
.page-template-thank-you-template #espresso-thank-you-page-overview-dv {
    display: none;
}
.page-template-thank-you-template .content {
    margin-top: 157px;
    background-color: #f0edeb;
    text-align: center;
}
.page-template-thank-you-template .content h1 {
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 74px;
}
.page-template-thank-you-template .content p {
    line-height: 1.39;
}
.page-template-thank-you-template .thank-you {
    margin: 0 auto;
    max-width: 600px;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    padding-top: 39px;
    padding-bottom: 262px;
}
.page-template-thank-you-template .thank-you .jst-center .middle-content,
.page-template-thank-you-template .thank-you .jst-center .bottom-content {
    display: inline-block;
}
.page-template-thank-you-template footer {
    background-color: #fff;
}
.page-template-thank-you-template .thank-you .jst-center span {
    margin-right: 3px;
    margin-left: 3px;
}
.page-template-thank-you-template .jst-center .sign-up-button {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.page-template-thank-you-template .jst-center .sign-up-button:hover {
    background-color: #000;
    color: #fff;
}


footer {
    background-color: #f0edeb;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
}

footer .footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .footer-inner .footer-inner-social {
    /*float: left;*/
}

footer .footer-inner .footer-inner-social a {
    margin-right: 26px;
}

footer .footer-inner .footer-inner-social a:last-of-type {
    margin-right: 0px;
}

footer .footer-inner .footer-inner-links {
    float: left;
    margin-left: 120px;
    max-width: 445px;
    display: flex;
    width: 100%;
    -webkit-flex: auto;
    flex: auto;
    /* align-content: space-between; */
    justify-content: center;
}

footer .footer-inner .footer-inner-links a {
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    float: left;
    margin-right: 13px;
}
footer .footer-inner .footer-inner-links a:last-of-type {
    margin-right: 0px;
}

footer .footer-inner .footer-inner-newsletter {
    float: left;
    margin-left: 0px;
    position: relative;
    top: -2px;
}

footer .footer-inner-newsletter {
    margin-right: 11%;
}

footer .footer-inner-newsletter a {
    background-color: #9e9e9e;
    font-family: "ProximaNova", sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.0;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    padding: 10px 18px;
}
footer .footer-inner-newsletter a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    outline: 1px solid;
    outline-color: #000;
}
footer .footer-inner .footer-inner-newsletter input {
    font-family: "ProximaNova", sans-serif;
    font-style: italic;
    width: 228px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.9);
    outline: 0px;
    padding-left: 7px;
}

footer .footer-inner .footer-inner-newsletter .submit {
    font-family: "ProximaNova", sans-serif;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    width: 85px;
    height: 23px;
    background-color: #9e9e9e;
    box-shadow: none;
    border: none;
    position: relative;
    left: -4px;
    font-style: normal;
    outline: 0px;
    text-transform: uppercase;
    padding-top: 4px;
}

header .main-menu #menu-main-menu li a {
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 3px;
}

header .main-menu #menu-main-menu li a:hover {
    text-decoration: none;
}

.home header {
    top: 0px;
}

.home.scrolled .b-home-video-text {
    padding-top: 45px;
    bottom: 0px;
    min-height: 750px;
    height: 100%;
}



header.scrolled .main-menu {
}

.home header .main-menu {
    border: 0px;
}

.home header .b-book-now-link {
    top: 75px;
    height: 32px;
    right: -111px;
}

.home header .b-book-now-link a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
    letter-spacing: 1.4pt;
    text-transform: uppercase;
    font-family: "ProximaNova-B", sans-serif;
    font-weight: 400;
}

header .b-book-now-link {
    top: 170px;
    height: 32px;
    right: -111px;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

header .b-book-now-link a {
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    letter-spacing: 1.4pt;
    text-transform: uppercase;
    font-family: "ProximaNova-B", sans-serif;
    font-weight: 500;
}

.home .b-home-video .b-video-content .main-logo img {
    max-width: 378px;
}

.home .b-home-video {
    overflow: visible;
}

.home .b-home-video .arrow img {
    max-width: 48px;
}

.home.scrolled header .b-menu-wrapper .logo-container img {
    max-width: 345px;
}

.home .b-home-video-text .b-home-video-text-subtitle {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    font-family: "ProximaNova-B", sans-serif;
    margin-top: 14px;
    max-width: 430px;
    letter-spacing: 0.4pt;
}

.home .b-home-video-text .b-home-video-text-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 29px;
    max-width: 470px;
    font-weight: 500;
    letter-spacing: 0.2pt;
    margin-bottom: 45px;
}

header.scrolled .b-menu-wrapper .logo-container {
    display: block;
}

.home .b-home-video-text .b-home-video-text-title {
    margin-top: 0;
    font-size: 62px;
}

.home header .b-menu-wrapper .logo-container {
    max-width: inherit;
    display: none;
}

header .b-menu-wrapper .logo-container {

}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__title {
    font-size: 60px;
    margin-top: 10px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__subtitle {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.1px;
    max-width: 400px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner {
    max-width: 830px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left {
    max-width: 450px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__text {
    font-size: 13px;
    line-height: 15pt;
    max-width: 400px;
}
.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__text a {
    color: rgba(0, 0, 0, 0.9);
    font-family: "ProximaNova-B";
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button {
    margin-top: 19px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button a {
    font-size: 11px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-right {
    width: 295px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner {
    max-width: 870px;
    display: flex;
    align-items: center;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left {
    max-width: 610px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
    width: 325px;
    float: right;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
    font-size: 36px;
    margin-top: 0px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
    font-size: 13px;
    max-width: 230px;
    margin-top: 20px;

}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__separator {
    max-width: 70px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
    font-size: 13px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions a {
    font-size: 11px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-mobile-image {
    display: none;
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions {
    margin-top: 24px;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left img {
    top: 0px;
    left: 0px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner {
    max-width: 937px;
}

.b-restaurant-positions-inner-column-image img {
    width: 273px;
    height: 264px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__title {
    font-size: 36px;
    margin-top: 29px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__subtitle {
    font-size: 13px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__title {
    font-size: 36px;
    width: 330px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text {
    font-size: 16px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text p {
    margin-bottom: 30px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image img {
    max-width: 189px;
    top: 28px;
    max-height: 220px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button {
    margin-top: 24px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text {
    width: 198px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second {
    margin-left: 30px;
    margin-right: 30px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column {
    max-height: 428px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button a {
    width: 110px;
}

footer .footer-inner {
    max-width: 93%;
}

footer .footer-inner .footer-inner-links {
    max-width: 430px;
    margin-left: 0;
}

footer .footer-inner .footer-inner-newsletter {
    margin-left: 0px;
    margin-top: -5px;
    float: right;
}

footer .footer-inner .footer-inner-newsletter input {
    width: 175px;
    font-size: 10px;
}

footer .footer-inner .footer-inner-links a {
    font-size: 10px;
}
footer .footer-inner .footer-inner-links .active {
    text-decoration: underline;
}
footer .footer-inner .footer-inner-newsletter .submit {
    line-height: 0.8;
    width: 58px;
    font-size: 10px;
    border: 1px solid #9e9e9e;
    height: 23px;
    position: relative;
    top: 1px;
}

footer .footer-inner .footer-inner-social a {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

footer .footer-inner .footer-inner-social a img {
    max-height: 14px;
}

footer .footer-inner .footer-inner-social a:last-of-type {
    margin-right: 0px;
}

.b-restaurants-wrapper .b-restaurants-slider {
    max-height: 495px;
    overflow: hidden;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image:hover a {
    padding-top: 99px;
}

/*********************** Mailchimp form ***********************/
.mc4wp-form {
    max-width: 815px;
    width: 100%;
    background-color: #d8d8d8;
    display: block;
    margin: 0 auto;
    padding: 30px 55px 30px 55px;
    position: relative;
}

.mc4wp-form .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 1;
    font-weight: 100;
}

.mc4wp-form h1 {
    width: 100%;
    text-align: center;
    font-family: 'Altissima';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0px;
}

.mc4wp-form .chimp_text {
    max-width: 448px;
    margin: 0 auto;
}
.mc4wp-form .bottom-info {
    margin-top: 20px !important;
}
.mc4wp-form .custom-link {
    cursor: pointer;
    color: #337ab7;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}
.mc4wp-form .custom-link:hover {
    text-decoration: underline;
}
.mc4wp-form .chimp_text {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-bottom: 35px;
}

.mc4wp-form .main_fields p {
    border-bottom: 1px solid black;
    float: left;
    margin-right: 15px;
    width: 220px;
}

.mc4wp-form .main_fields p input {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    font-family: "ProximaNova", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    outline: 0px;
    width: 100%;
    font-size: inherit;
}

.mc4wp-form .main_fields p label {
    font-family: "ProximaNova", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.9);
}
.mc4wp-form .submit input {
    border: 1px solid #000000;
    font-family: 'ProximaNova';
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #000000;
    padding: 8px 24px;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    border-radius: 0px;
}
.mc4wp-form .chimp_information {
    display: block;
    width: 650px;
    margin: 0 auto;
    text-align: center;
}

.mc4wp-form .chimp_information > p {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    font-family: "ProximaNova", sans-serif;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 30px;
}

.mc4wp-form .chimp_information label label {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-family: "ProximaNova", sans-serif;
}

.mc4wp-form .chimp_information > label {
    margin-right: 15px;
}

/* Base for label styling */
.mc4wp-form [type="checkbox"]:not(:checked),
.mc4wp-form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.mc4wp-form [type="checkbox"]:not(:checked) + label,
.mc4wp-form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.mc4wp-form .submit {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.mc4wp-form .submit input {
    width: 78.5px;
    height: 23px;
    border: solid 1px #000000;
    box-shadow: none;
    background-color: transparent;
    font-family: "ProximaNova", sans-serif;

}

/* checkbox aspect */
.mc4wp-form [type="checkbox"]:not(:checked) + label:before,
.mc4wp-form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 0px;
}

/* checked mark aspect */
.mc4wp-form [type="checkbox"]:not(:checked) + label:after,
.mc4wp-form [type="checkbox"]:checked + label:after {
    content: '\00d7';
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: black;
    transition: all .2s;
}

/* checked mark aspect changes */
.mc4wp-form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.mc4wp-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.mc4wp-form [type="checkbox"]:disabled:not(:checked) + label:before,
.mc4wp-form [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.mc4wp-form [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.mc4wp-form [type="checkbox"]:disabled + label {
    color: #aaa;
}

.upper-image-mobile-text {
    display: none;
}

.picker__year {
    display: none;
}
.b-restaurant-positions-inner-column__mobile-border {
    display: none;
}
/* Book a table page */
.book-a-table {
    max-width: 257px;
    margin: 0 auto;
    float: none;
    padding-bottom: 45px;
}
.book-a-table h2 {
    font-family: Altissima;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 0.8;
    letter-spacing: 0.7px;
    text-align: center;
    margin-bottom: 36px;
}
.book-a-table input, .book-a-table select {
    border: none;
    width: 100%;
    padding: 20px 10px;
    background-color: transparent;
    border-bottom: solid 1px #9b9b9b;
    outline: none;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0px;
}
.book-a-table select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url("./includes/images/shape.png") no-repeat;
    background-position-x: 235px;
    background-position-y: center;
    border: 0px;
    outline: 0px;
    border-bottom: solid 1px #9b9b9b;
}
.book-a-table .select-rest {
    color: #9b9b9b;
}
.book-a-table .select-rest.selected {
    color: #000;
}
.book-a-table .select-rest:focus {
    outline: none;
}
.book-a-table .select-rest option {
    color: #000000;
    border: 0px;
    outline: 0px;
    padding-top: 15px;
    font-family: ProximaNova;
    font-size: 13px;
    letter-spacing: 1.2px;
}
.book-a-table .select-rest option:hover {
    text-decoration: underline;
}
.book-a-table .select-rest option:last-child {
    padding-bottom: 15px;
}
.book-a-table .select-rest.open-select {
    background-color: #fff;
    background: url("./includes/images/shape_up.png") no-repeat #fff;
    background-position-x: 235px;
    background-position-y: center;
}
.book-a-table .select-time.open-select {
    background-color: #fff;
    background: url("./includes/images/shape_up.png") no-repeat #fff;
    background-position-x: 235px;
    background-position-y: center;
}
.book-a-table #datepicker {
    text-transform: none;
    cursor: pointer;
}
.book-a-table .field-party {
    position: relative;
}
.book-a-table .field-party .plus-icon {
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 18px;
    right: 40px;
    cursor: pointer;
    justify-content: center;
}
.book-a-table .field-party .plus-icon:before {
    content: "";
    height: 14px;
    width: 14px;
    background-image: url("./includes/images/group-9@2x.png");
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
}
.book-a-table .field-party .minus-icon {
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 18px;
    right: 2px;
    cursor: pointer;
    justify-content: center;
}
.book-a-table .field-party .minus-icon:before {
    content: "";
    height: 2px;
    width: 12.6px;
    background-image: url("./includes/images/line-3@2x.png");
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
}
.book-a-table .def-button {
    margin-top: 34px;
    font-family: 'ProximaNova-B';
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.9);
    max-width: 100%;
    border-radius: 0px;
    border: solid 1px #000000;
    padding: 8px 24px;
    width: auto;
}
.book-a-table .def-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.book-a-table form {
    text-align: center;
}
.book-a-table .text-bottom {
    margin-top: 56px;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.book-a-table .text-bottom a {
    font-family: ProximaNova-B;
    color: #000000;
}
.page-template-book-a-table-template .modal-dialog{
    max-width: 768px;
    width: 100%;
    height: 600px;
    top: 50%;
    transform: translateY(-50%) !important;
    margin-top: 0px;
    max-height: 90vh;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.page-template-book-a-table-template .modal-content {
    height: 600px;
}
.page-template-book-a-table-template .modal-body {
    width: 100%;
    padding: 0px;
}
.page-template-book-a-table-template .modal-body iframe {
    width: 1px;
    height: 600px;
    min-width: 100%;
}
.page-template-book-a-table-template .modal {
    z-index: 9999;
    background-color: rgba(11, 11, 11, 0.8)
}
.page-template-book-a-table-template .modal-header {
    position: absolute;
    right: 15px;
    border: none;
}
.page-template-book-a-table-template .close {
    color: #000;
    opacity: 0.9;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    text-shadow: none;
}
.page-template-book-a-table-template .close:hover {
    color: #000;
    opacity: 1;
}
.book-a-table .dropdown .btn-default{
    width: 100%;
    background-color: transparent !important;
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #9b9b9b;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 10px;
    border-radius: 0px;
    border: 0px;
    border-bottom: solid 1px #9b9b9b;
    outline: none !important;
    box-shadow: none;
}
.page-template-book-a-table-template .book-a-table .dropdown.select-time .btn-default {
    color: #000 !important;
}
.book-a-table .dropdown.select-time ul {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}
.book-a-table .dropdown .dropdown-menu {
    padding: 0px;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    padding: 7.5px 0px;
    border: none;
    box-shadow: none;
}
.book-a-table .dropdown.open .btn-default{
    color: #9b9b9b !important;
    background-color: #fff !important;
}
.book-a-table .dropdown .btn-default.selected {
    color: #000 !important;
}
.book-a-table .dropdown.open .btn-default .caret {
    background: url(./includes/images/shape_up.png) no-repeat;
    background-size: contain;
}
.book-a-table .dropdown .dropdown-menu li a {
    padding: 7.5px 10px;
    font-family: ProximaNova;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.book-a-table .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
    text-decoration: underline;
    background: transparent;
    text-underline-position: under;
}
.book-a-table .dropdown .btn-default .caret {
    background: url(./includes/images/shape.png) no-repeat;
    background-size: contain;
    border: 0;
    width: 12px;
    height: 8px;
    right: 10px;
    top: 25px;
    position: absolute;
}
body .ui-widget.ui-widget-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 258px;
    padding: 11px;
}
body .ui-datepicker {
    right: 0;
    left: 0 !important;
    margin: 0 auto;
}
body .ui-datepicker .ui-datepicker-header {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    background-color: transparent;
}
body .ui-datepicker .ui-datepicker-prev span {
    background-image: url("./includes/images/shape_left.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -11px;
    margin-left: -8px;
    height: 10px;
}
body .ui-datepicker .ui-datepicker-next span {
    background-image: url("./includes/images/shape_right.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -11px;
    margin-left: -11px;
    height: 10px;
}
body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover {
    background-color: transparent !important;
    border: none;
    cursor: pointer;
}
body .ui-datepicker .ui-datepicker-prev-hover  {
    top: 2px;
    left: 2px;
}
body .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 2px;
}
body .ui-datepicker .ui-datepicker-title {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #000000;
    text-transform: uppercase;
}
body .ui-datepicker th {
    padding-top: 16px;
    padding-bottom: 10px;
}
body .ui-datepicker th span {
    font-family: ProximaNova;
    font-size: 13.5px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: #000000;
}
body .ui-state-default, .ui-widget-content .ui-state-default {
    background-color: transparent !important;
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.9) !important;
    text-align: center;
    border: none !important;
    padding: 8px 0;
}
body .ui-state-active, .ui-widget-content .ui-state-active {
    border: solid 1px rgba(0, 0, 0, 0.9) !important;
    font-family: ProximaNova-B;
}
body .book-a-table .select-date {
    position: relative;
}
body .book-a-table .select-date .caret {
    background: url(./includes/images/shape.png) no-repeat;
    background-size: contain;
    border: 0;
    width: 12px;
    height: 8px;
    right: 10px;
    top: 25px;
    position: absolute;
    cursor: pointer;
}
body .book-a-table .select-date.date-open {
    background-color: #fff;
}
body .book-a-table .select-date.date-open .caret {
    background: url(./includes/images/shape_up.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .page-template-book-a-table-template .b-book-now-link {
        display: none;
    }
}
/* End Book a table page */

/* Homepage changes */
@media screen and (max-width: 767px) {
    .home .b-home-video {
        height: auto;
    }
    .home .mobile-background {
        height: 100vh !important;
    }
    .home .b-home-video>.arrow {
        position: relative;
        bottom: auto !important;
        padding-bottom: 22px;
    }
    .b-home-content {
        display: block;
        min-height: calc(100vh - 44px);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 10px;
    }
    .home .b-home-video .b-video-content {
        position: relative;
        top: auto;
        margin-bottom: 55px;
    }
    .home-mobile-menu {
        position: relative;
        text-align: center;
    }
    .home-mobile-menu .dropdown-backdrop {
        display: none;
    }
    .home-mobile-menu .nav-menu {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    .home-mobile-menu .nav-menu>li {
        margin-bottom: 32px;
    }
    .home-mobile-menu .nav-menu li a {
        font-family: ProximaNova;
        font-size: 14px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.6px;
        text-align: center;
        color: #ffffff;
        padding: 2px;
        text-transform: uppercase;
    }
    .home-mobile-menu .nav-menu li a:hover,
    .home-mobile-menu .nav-menu li a:focus {
        text-decoration: none;
    }
    .home-mobile-menu .nav-menu li .sub-menu {
        display: none;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .home-mobile-menu .nav-menu li a .arrow {
        width: 13px;
        height: 8px;
        background-image: url("./includes/images/shape_white.png");
        background-repeat: no-repeat;
        margin-left: 12px;
        position: relative;
        bottom: 0px;
    }
    .home-mobile-menu .nav-menu li.open>a {
        font-weight: 800;
        border-bottom: solid 1px #ffffff;
    }
    .home-mobile-menu .nav-menu li.open a .arrow {
        transform: rotate(180deg);
    }
    .home-mobile-menu .nav-menu li.open .sub-menu {
        display: block;
    }
    .home-mobile-menu .nav-menu li.open .sub-menu li {
        margin-top: 11px;
    }
    .home-mobile-menu .nav-menu li.open .sub-menu li a {
        font-weight: normal;
    }
    .home-mobile-menu .home-book-table {
        font-family: ProximaNova;
        font-size: 11px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        padding: 11px 31px;
        border: solid 1px #ffffff;
        background-color: transparent;
        text-decoration: none;
        display: inline-block;
        margin-top: 7px;
    }
    .home .b-home-video .b-home-video-text {
        position: relative;
        bottom: auto;
        visibility: visible;
        min-height: auto;
        height: auto !important;
    }
    .home.scrolled .b-video-content img {
        opacity: 1 !important;
    }
    .home.scrolled .menu-item .arrow {
        display: inline-block !important;
    }
    .home.scrolled.mobile .b-home-video .b-home-video-text {
        padding: 0px;
        height: auto !important;
        min-height: auto;
    }
    .home .loader {
        display: none !important;
    }
    .home .b-home-video-text .b-home-video-text-title {
        padding-top: 86px;
    }
    .home .arrow-animate {
        animation: slide2 2s ease-in-out infinite;
    }
    @keyframes slide2 {
        0%,
        100% {
        }

        50% {
          transform: translate(0px, 10px);
        }
    }
    .home .b-home-video-text .b-home-video-text-content {
        margin-bottom: 70px;
        margin-top: 34px;
    }
}
/* End Homepage changes */

@media screen and (max-width: 480px) {
    .mc4wp-form .chimp_information > label {
        display: block;
    }
    .mc4wp-form .main_fields p {
        width: 100%;
    }
    .content-masterclasses .event-table-content tr td:nth-child(1){
        padding-right: 10px;
    }
    .content-masterclasses.oyster-masterclass .event-table-content tr td:nth-child(3) .event-link{
        width: 100px;
    }
    .content-masterclasses.oyster-masterclass .event-table-content tr td:nth-child(3) {
        width: 69px;
    }
    .content-masterclasses .event-table-content tr td:nth-child(4) {
        width: 130px;
    }
    .page-template-group-booking-template .header-top .contact-desc{
        padding-bottom: 40px;
    }
    .content-masterclasses .event-link {
        width: auto;
        text-align: right;
    }
    .content-our-story .first-row-left, .content-our-story .first-row-right {
        text-align: center;
    }
    .content-our-story .first-row-left {
        margin-right: 0px;
    }
    .content-masterclasses .event-table-content tr td:nth-child(4) {
        width: 133px;
    }
    .content-masterclasses .event-link a {
        padding: 8px 12px;
    }
    .events .second-row-wine-dinners .event-table, .content-masterclasses .event-table {
        padding-left: 0px;
    }
    .content-masterclasses .second-row .header-filter label {
        margin-left: 0px
    }
    body.tax-food-locations .section-wine h3,
    body.tax-food-locations .section-wine h4 {
        width: 45%;
    }
    body.tax-food-locations .section-wine {
        padding-right: 5px;
    }
    .home .b-home-video .arrow {
        bottom: 15%;
    }
    .home .b-home-video-text-subtitle, .home .b-home-video-text .b-home-video-text-content {
        padding: 0 30px;
    }
    .home .b-home-video .b-video-content .main-logo img {
        max-width: 100%;
    }
	.home .b-home-video .b-video-content .main-logo img {
		max-width: 308px;
	}
}

@media screen and (max-width: 840px)  and (min-width: 768px) {

}
@media screen and (max-width: 1024px) {
    .home.mobile.ios9 .mobile-background {
        background-size: cover;
    }
    .home.mobile .mobile-background {
        background-repeat: no-repeat;
        background-size: cover !important;
        min-height: 100%;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-position: 0% 0%;
    }
    .home.mobile.scrolled .b-home-video-text {
        min-height: 950px;
    }
}
@media screen and (max-width: 768px) {
    .page-template-collection-delivery-template .content {
        margin-top: 50px;
    }
    .page-template-collection-delivery-template .first-row .first-row-left,
    .page-template-collection-delivery-template .first-row .first-row-right {
        max-width: 100%;
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }
    .page-template-collection-delivery-template .coll-del-content {
        padding-bottom: 125px;
    }
    .page-template-collection-delivery-template .content .contact {
        padding-bottom: 110px;
    }
    .page-template-collection-delivery-template .contact-res-all-info {
        max-width: 270px;
        width: 100%;
        margin: 0 auto;
    }
    .page-template-collection-delivery-template .content h1 {
        font-size: 41px;
    }

    header .mobile-nav {
        display: block!important;
    }
    header .main-menu {
        display: none!important;
    }
    .food-menu .left-menu {
        display: none!important;
    }
    div.mobile-menu {
        display: block!important;
    }
    .col-sm-6 {
        width: auto!important;
        float: none!important;
        display: block !important;
    }
    .col-xs-12 {
        width: 100%!important;
        float: left!important;
    }
    .events .second-row-wine-dinners .event-table-content tr td:nth-child(3) {
        display: none!important;
    }
    .events table .event-custom-link {
        display: block!important;
    }


    .home.mobile .b-home-video-mobile-play-button {
        display: inline-block;

    }
    .home .b-home-video .b-home-video-mobile-play-button a {
        font-family: 'ProximaNova-B';
        font-size: 11px;
        font-weight: bold;
        line-height: 2.18;
        letter-spacing: 1.3px;
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        display: inline-block;
        text-decoration: none;
    }
    .home .b-home-video .b-home-video-mobile-play-button a:hover {
        text-decoration: none;
    }
    .home .b-home-video .b-home-video-mobile-play-button a:after {
        width: 100%;
        height: 1px;
        background-color: #979797;
        content: '';
        display: inline-block;
        position: relative;
        top: -15px;
    }
    .home.scrolled .b-home-video {
        height: 100%;
    }
    .home.scrolled .b-home-video-text {
      padding-top: 0px;

    }

    .home.mobile.ios9 .b-home-video-text {
        width: 100%;
        display: inline-block;
    }
    .home.mobile.ios9 .mobile-background {
        background-size: cover;
    }
    .page-template-group-booking-template .header-top .loc-download {
        width: auto;
    }
    .page-template-thank-you-template .thank-you {
        padding-left: 40px;
        padding-right: 40px;
    }
    p.loc-download {
        padding: 28px 0px 35px 0px;
    }
    .location p.loc-download {
        padding: 30px 0px 0px 0px;
    }

    .site-header #OT_searchWrapperAll{
        display: none;
    }
    header .main-menu #menu-main-menu li:first-child {
        display: inline-block;
    }
    .book-a-table {
        padding-bottom: 95px;
        padding-top: 70px;
    }
    .not-found {
        padding-top: 90px;
        padding-bottom: 230px;
    }
    .not-found .page-title {
        line-height: inherit;
    }
    .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
        margin-top: 44px;
    }
    .b-restaurants-wrapper .coming-soon .b-restaurants-opening{
        padding: 0 30px;
    }
    .coming-soon-form, .coming-soon-bottom {
        padding: 0 40px;
    }
    .coming-soon-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
        border: 1px solid #000000;
        font-family: 'ProximaNova';
        font-size: 10px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.7px;
        text-align: center;
        color: #000000;
        padding: 8px 24px;
        text-decoration: none;
        width: auto;
        line-height: inherit;
        border-radius: 0px;
    }
    .coming-soon-bottom .coming-soon-bottom-first p a {
        border-bottom: none;
    }
    .coming-soon-bottom .coming-soon-bottom-first p a:hover {
        text-decoration: underline;
    }
    .coming-soon {
        margin-bottom: 145px;
    }
    .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time br {
        display: none;
    }
    .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-mobile-image {
        display: block;
        text-align: center;
        padding-bottom: 40px;
    }
    .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
        padding-bottom: 20px;
    }
    .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner {
        display: block;
    }
    .coming-soon-bottom .coming-soon-bottom-second p {
        line-height: 1.38;
    }
    .page-template-masterclasses-template .content-masterclasses .second-row {
        padding-bottom: 111px;
    }
    .content-booking {
        padding-bottom: 90px;
    }
    .event-checkout h1 {
        line-height: 1.2;
    }
    .event-checkout .first-row .col-sm-2{
        width: 20%;
    }
    .event-checkout .first-row .col-sm-8 {
        width: 60%;
    }
    .event-checkout .first-row,
    .event-checkout .second-row{
        padding-left: 40px;
        padding-right: 40px;
    }
    .event-checkout .second-row {
        padding-bottom: 100px;
    }
    .page-template-careers-template .first-row .top-bold-txt p,
    .page-template-careers-template .first-row .careers-desc p {
        text-align: left;
    }
    body.page-template-careers-template .second-row .header-filter {
        padding-left: 0px;
    }
    .page-template-careers-template .first-row {
        padding-left: 30px;
        padding-right: 30px
    }
    .page-template-careers-template .first-row .careers-desc p a{
        font-family: 'ProximaNova-b';
        border-bottom: none;
    }
    .page-template-careers-template .first-row .careers-desc p a:hover{
        text-decoration: underline;
    }
    .page-template-careers-template .second-row {
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 67px;
    }
    .page-template-careers-template .second-row {
        margin-bottom: 93px;
    }
    .single-careers .b-restaurants-wrapper{
        margin-bottom: 0px;
    }
    .content-masterclasses .second-row,
    .events .second-row-wine-dinners {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 105px;
    }
    .events .second-row-wine-dinners .event-table-content tr td:nth-child(1) {
        padding-right: 10px;
    }
    .events table .event-custom-link {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .content-masterclasses .first-row .first-row-left, .content-masterclasses .first-row .first-row-right {
        max-width: 100%;
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }
    .content-masterclasses .first-row .first-row-left,
    .content-masterclasses .first-row .first-row-right{
        padding-left: 25px;
        padding-right: 25px;
    }
    .content-masterclasses .first-row .first-row-right {
        padding-top: 25px;
    }
    .content-masterclasses .first-row {
        padding-bottom: 40px;
    }
    body.page-template-group-booking-template-php .content {
        margin-top: 0px;
    }
    body.tax-food-locations .food-menu,
    .single-restaurant .b-restaurants-wrapper,
    body.page-template-masterclasses-template .content,
    .page-template-thank-you-template .content,
    .page-template-checkout-template .event-checkout {
        margin-top: 70px;
    }
    body.tax-food-locations .food-menu {
        padding-bottom: 250px;
    }
    .page-template-checkout-template #ee-single-page-checkout-dv .jst-center .bottom-content {
        line-height: 1.43;
    }
    .page-template-checkout-template .ee-reg-form-qstn-grp-dv .ee-required-text {
        font-size: 11px;
        top: 3px;
    }
    header .menu .current-menu-item > a, header .menu .current-menu-parent > a{
        border: none;
    }
    /* mobile menu pages */
    .tax-food-locations .right-menu {
        width:100%;
        padding-left: 40px;
        padding-right: 41px;
        max-width: 100%;
    }
    .tax-food-locations .section-top h1 {
        margin-bottom: 7px;
    }
    .mobile-menu {
        text-align: center;
    }
    .mobile-menu p {
        font-family: 'ProximaNova';
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.68;
        color: #000000;
        margin-bottom: 26px;
    }
    .mobile-menu select {
        background-color: inherit;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        min-width: 97px;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        font-family: 'ProximaNova';
        font-size: 15px;
        border-radius: 0px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.3px;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        text-transform: uppercase;
        padding: 3px 4px;
        background: url(includes/images/drop-arrow.png) no-repeat 170px 7px;
    }
    .tax-food-locations .section-top .section-top-name h2 {
        margin-top: 28px;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 0.93;
        letter-spacing: 0.3px;
        color: #000000;
    }
    .tax-food-locations .section-top .section-top-name .section-top-info {
        font-family: ProximaNova;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        color: #000000;
        margin-top: 11px;
        margin-bottom: 30px;
    }
    .tax-food-locations .right-menu .term-col h3,
    .tax-food-locations .right-menu .term-col .term-col-inner h4,
    .tax-food-locations .section-wine .price-drinks,
    .tax-food-locations .section-wine p.price_head,
    .tax-food-locations .section-wine h4 span {
        font-family: 'ProximaNova';
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.1px;
    }
    .tax-food-locations .right-menu .term-col h3 {
        font-family: 'ProximaNova-B';
        margin-bottom: 20px;
        padding-left: 30px;
    }
    .tax-food-locations .right-menu .term-col .term-col-inner .product-item {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .tax-food-locations .right-menu .term-col .term-col-inner h4 br {
        display: block;
        margin-top: 13px;
        content: "";
    }
    .tax-food-locations .section-wine h3,
    .tax-food-locations .section-wine h4 {
        width: 50%;
    }
    /* end mobile menu pages */
    .site-header #OT_searchWrapperAll {
        top: 75px;
    }
    header .b-book-now-link {
        top: 75px;
    }
    header .b-menu-wrapper .logo-container {
        margin-top: 19px;
        margin-bottom: 19px;
        position: absolute;
        z-index: 9999;
        height: 30px;
        overflow: hidden;
        top: 4px;
        left: 18px;
    }

    header .b-menu-wrapper .logo-container img {
        margin-top: -16px;
    }

    .content-booking .col-sm-6:nth-child(2n+1) .location, .content-booking .col-sm-6:nth-child(2n) .location {
        float: none;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .content-our-story .first-row-left, .content-our-story .first-row-right, .content-our-story .third-row-left, .content-our-story .third-row-right {
        float: none;
        margin-bottom: 30px;
        max-width: 100%;
        margin-left: 0px;
    }
    .content-our-story .first-row-left {
        margin-bottom: 25px;
    }
    /*Our Story Mobile*/
    .page-template-our-story-template .b-restaurants-wrapper {
        margin-top: 70px;
    }

    .page-template-our-story-template .b-book-now-link {
        top: 75px;
    }

    .page-template-our-story-template .content-our-story {
        padding-top: 20px;
    }

    .page-template-our-story-template .content-our-story h1 {
        font-size: 45px;
    }

    .page-template-our-story-template .content-our-story p {
        font-family: "ProximaNova-B", sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        color: rgba(0, 0, 0, 0.9);
        padding: 0 35px 0 35px;
        text-align: left;
    }

    .page-template-our-story-template .first-row {
        margin-top: 30px;
        padding: 0 35px 0 35px;
        margin-bottom: 110px;
    }

    .page-template-our-story-template .first-row-left p, .page-template-our-story-template .first-row-right p {
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #000000;
        padding: 0 0px;
        text-align: left;
    }

    .page-template-our-story-template .content-middle h2 {
        max-width: 324px;
        font-family: "ProximaNova", sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        text-align: center;
        color: #000000;
    }

    .page-template-our-story-template .content-our-story .main-desc {
        max-width: 100%;
    }

    .page-template-our-story-template .content-middle {
        margin-top: 20px;
    }

    .page-template-our-story-template .content-our-story .third-row-right .third-title {
        padding: 0 20px;
    }

    .page-template-our-story-template .third-desc {
        padding: 0 20px;
    }

    .page-template-our-story-template .content-our-story .content-middle .second-desc {
        font-family: "ProximaNova", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
    }

    .page-template-our-story-template .content-our-story .second-row {
        margin-top: 50px;
    }

    .page-template-our-story-template .content-our-story .second-row img {
        object-fit: cover;
        height: 225px;
    }

    .page-template-our-story-template .upper-image-mobile-text {
        display: inline-block;
    }

    .page-template-our-story-template .upper-image-mobile-text p {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #000000;
        text-align: left;
    }

    .page-template-our-story-template .upper-image-mobile-text {
        margin-bottom: 40px;
    }

    .page-template-our-story-template .content-our-story .third-row {
        margin-top: 50px;
    }

    .page-template-our-story-template .col-sm-6 {
        padding: 0px;
    }

    .page-template-our-story-template .content-our-story .third-row-left {
        max-width: 100%;
        width: 100%;
    }

    .page-template-our-story-template .content-our-story .third-row-left img {
        width: 100%;
    }

    .page-template-our-story-template .third-title p {
        font-family: "ProximaNova", sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        text-align: left;
        color: #000000;
        padding: 0px;
    }

    .page-template-our-story-template .third-desc p {
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        color: #000000;
        text-align: left;
        padding: 0px;
    }

    .page-template-our-story-template .third-row-right {
        margin-bottom: 0px;
    }

    /*footer*/
    .error404 footer, .page footer, .single .footer, .archive footer{
        padding-top: 25px;
    }

    .error404 footer .footer-inner-social, .page footer .footer-inner-social, .single footer .footer-inner-social, .archive footer .footer-inner-social,
    body footer .footer-inner .footer-inner-social{
        width: 100%;
        text-align: center;
    }

    .error404 footer .footer-inner-social a, .page footer .footer-inner-social a, .single footer .footer-inner-social a, .archive footer .footer-inner-social a {
        margin-right: 25px;
    }

    .error404 footer .footer-inner-links, .page footer .footer-inner-links, .single footer .footer-inner-links, .archive footer .footer-inner-links{
        margin-left: 0px;
    }

    .error404 footer .footer-inner-links a, .page footer .footer-inner-links a, .single footer .footer-inner-links a, .archive footer .footer-inner-links a {
        font-weight: bold;
        font-size: 10px;
        margin-right: 0px;

    }

    .error404 footer .footer-inner-links, .page footer .footer-inner-links, .single footer .footer-inner-links, .archive footer .footer-inner-links {
        justify-content: space-around;
        max-width: 100%;
        margin-top: 25px;
    }

    .error404 footer .footer-inner .footer-inner-newsletter, .page footer .footer-inner .footer-inner-newsletter, .single footer .footer-inner .footer-inner-newsletter, .archive footer .footer-inner .footer-inner-newsletter{
        text-align: center;
        width: 100%;
        margin-left: 0px;
        float: left;
        margin-top: 28px;
    }

    .error404 footer .footer-inner-newsletter a, .page footer .footer-inner-newsletter a, .single footer .footer-inner-newsletter a, .archive footer .footer-inner-newsletter a  {
        font-family: "ProximaNova", sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
    }

    .page .mc4wp-form .chimp_information, .single .mc4wp-form .chimp_information {
        max-width: 650px;
        width: inherit;
    }

    /*Group Booking Page*/
    .page-template-group-booking-template .header-top {
        margin-top: 65px;

    }

    /* Whole Sale Page*/
    .page-template-wholesale-template .content-our-story .main-desc p {
        font-family: "ProximaNova-B", sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        color: rgba(0, 0, 0, 0.9);
        padding: 0 30px;
        text-align: left;
    }

    .page-template-wholesale-template .content-our-story .main-desc p,
    .page-template-wholesale-template .content-our-story .first-row {
    }
    .content-our-story h1 {
        font-size: 45px;
    }
    .home header .b-menu-wrapper .logo-container {
        display: inline-block;
    }
    .page-template-wholesale-template .content-our-story .main-desc {
        width: 100%;

    }
    .page-template-wholesale-template .content-our-story .second-info p {
        max-width: 100%;
    }
    .page-template-wholesale-template  .content-our-story .main-desc {
        max-width: 100%;

    }

    .page-template-wholesale-template .content-our-story .first-row {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .page-template-wholesale-template .content-our-story .first-row-left p,
    .page-template-wholesale-template .content-our-story .first-row-right p {
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #000000;
        padding: 0 15px;
        text-align: left;
    }
    .page-template-wholesale-template .second-info .b-second-info-title {
        font-size: 45px;
    }
    .page-template-wholesale-template .content-our-story .second-info p {
        font-size: 15px;
    }
    .page-template-wholesale-template .content-middle {
        margin-top: 0px;
    }

    .page-template-wholesale-template .content-middle h2 {
        max-width: 324px;
        font-family: "ProximaNova", sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        text-align: center;
        color: #000000;
    }

    .page-template-wholesale-template .content-our-story .content-middle .second-desc {
        font-family: "ProximaNova", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        letter-spacing: 2px;
        text-align: center;
        color: #000000;
    }
    div.content-our-story .second-info p a {
        font-size: 15px;
    }
    .page-template-wholesale-template .content-our-story .second-info p {
        margin-top: 25px;
        font-family: "ProximaNova", sans-serif;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #000000;
        padding: 0 0px;
        text-align: left;
        padding: 0 30px 0 30px;
    }

    .page-template-wholesale-template .content-our-story .download-link {
        margin-bottom: 0px;
    }

    .page-template-wholesale-template .b-restaurants-wrapper {
        margin-top: 60px;
    }
    .page-template-wholesale-template .content-our-story .b-restaurants-wrapper:last-of-type {
        margin-bottom: 157px;
    }
    /* Restaraunts pages*/
    .single-restaurant .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__title {
        font-family: 'Altissima';
        font-size: 50px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.4;
        letter-spacing: 0.6px;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }

    .single-restaurant .b-restaurants-description-inner-left__subtitle p {
        font-family: "ProximaNova-B", sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }

    .single-restaurant .b-restaurants-description-inner-left__text p {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }

    .single-restaurant .b-restaurants-description-inner-right, .single-restaurant .b-restaurant-opening-inner-left {
       /* display: none !important;*/
    }

    .single-restaurant .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
        width: 100%;
        text-align: center;
    }

    .single-restaurant .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        max-width: 295px;

    }

    .single-restaurant .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        padding: 0 20px;
    }

    .page-template-newsletter-template .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
        width: 100%;
        text-align: center;
    }

    .page-template-newsletter-template .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        max-width: 295px;

    }

    .page-template-newsletter-template .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        padding: 0 20px;
    }

    .single-restaurant .b-restaurant-positions-inner, .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner {
        -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-restaurant .b-restaurant-positions-inner-column-image img {
        width: inherit;
        height: auto;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column {
        max-height: inherit;

    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 39px;
        width: 100%;
        border: 0px;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image img {
        max-width: 77px;
        top: 0px;
    }
    .single-restaurant .b-restaurant-positions-inner-column.second {
        order: 1;
    }
    .single-restaurant .b-restaurant-positions-inner-column.first {
        order: 2;
    }
    .single-restaurant .b-restaurant-positions-inner-column.third {
        order: 3;
    }
    .single-restaurant .b-restaurant-positions-inner-column-second__text p, .single-restaurant .b-restaurant-positions-inner-column__subtitle p{
        font-size: 17px;
    }
    .single-restaurant .b-restaurant-positions-inner-column.first {
        margin-bottom: 39px;
    }
    .single-restaurant .b-restaurant-positions-inner-column__button {
        margin-bottom: 24px;
    }
    .single-restaurant .b-restaurant-positions-inner-column__button a {
        width: auto !important;
        font-size: 17px !important;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column, .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image {
        max-width: 100%;
    }
    .single-restaurant .b-restaurant-positions-inner-column__mobile-border {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 85%;
        height: 1px;
        background-color: #979797;

    }
    .single-restaurant .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left {
        width: 100%;
        max-width: 100%;
    }
    .single-restaurant .b-restaurant-positions-inner-column-image img {
        max-height: 200px;
    }
    .single-restaurant .b-restaurant-positions-inner-column-second__image img{
        position: absolute !important;
        left: 220px !important;
        top: 38px !important;
    }
    .single-restaurant .b-restaurant-positions-inner-column-image {
        text-align: center;
    }
    .single-restaurant .b-restaurant-positions-inner-column-image img {

        max-width: 80% !important;
    }

    .home .site-header #OT_searchWrapperAll {
        top: 75px;
    }


    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image:hover a {
        display: none;
    }


    footer .footer-inner .footer-inner-social {
      margin-bottom: 20px;
    }
    footer .footer-inner .footer-inner-links {
        margin-top: 20px !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        float: none;
        margin: 0 auto;
        max-width: 300px;
    }
    footer .footer-inner .footer-inner-links a {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
    }
    .home .b-home-video-text .b-home-video-text-footer-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      float: none;
      margin: 0 auto;
      max-width: 275px;
    }
    .home .b-home-video-text .b-home-video-text-footer-links a {
      margin-left: 7.5px;
      margin-right: 7.5px;
      margin-bottom: 10px;
    }
    .home .b-home-video-text .b-home-video-text-footer-social {
      margin-bottom: 20px;
    }



}
#OT_searchWrapperAll #OT_submitWrap input {
    max-width: 100%;
}

.mfp-close-btn-in .mfp-close {
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    right: 10px;
    top: 10px;
}

.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mfp-close-btn-in .mfp-close:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/********************************** Contact template changes *********************************/
.page-template-contact-template .content{

    margin-top: 170px;

}

.page-template-group-booking-template-php .content {
    margin-top: 170px;
}

.page-template-contact-template .contact-res-all-info {

    min-height: 285px;

}

.page-template-contact-template .contact-res-info {
    min-height: 80px;
}

.page-template-privacy-template .content {
    margin-top: 157px;
}


/************************   **************************/

.page-template-contact-template .contact-res {
    display: block;
}

.home header {
    min-height: 35px;
}

header .current-menu-ancestor > a {
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    padding-bottom: 0px !important;
}

header .current-menu-item > a {
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
    padding-bottom: 0px !important;
    text-decoration: none;
}

header.scrolled .logo-container {
    margin-bottom: 24px;
}
body .header-top .contact-desc {
    font-family: "ProximaNova";
}
.header-top .contact-desc a {
    border-bottom: none;;
    font-family: "ProximaNova-B";
}
.header-top .contact-desc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.header-top .contact-desc a:hover {
    text-decoration: underline;
}

.page-template-group-booking-template .header-top {
    min-height: 333px;
    padding-bottom: 30px;
}

.b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__text {
    margin-top: 15px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image img {
    top: 6px;
}

.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button {
    margin-top: 10px;
}

footer {
    padding-top: 31px;
    padding-bottom: 31px;
}

footer .footer-inner .footer-inner-links {
    margin-top: 6px;
}

footer .footer-inner .footer-inner-newsletter {
    margin-top: 3px;
}

footer .footer-inner .footer-inner-social {
    margin-top: 5px;
    /*width: 170px;*/
}

.page-template-masterclasses-template .content {
    margin-top: 157px;
}

.home header .main-menu {
    border-top: 0px;
}

footer {
    padding-top: 31px;
    padding-bottom: 31px;
}

footer .footer-inner .footer-inner-links {
    margin-top: 6px;
}

footer .footer-inner .footer-inner-newsletter {
    margin-top: 3px;
}

footer .footer-inner .footer-inner-social {
    margin-top: 5px;
}

.page-template-masterclasses-template .content {
    margin-top: 157px;
}

.home header .main-menu {
    border-top: 0px;
}

footer {
    padding-top: 28px;
    padding-bottom: 28px;
}



header .main-menu #menu-main-menu li .sub-menu li a {
    font-family: "ProximaNova", sans-serif;
}

#popup1 .content {
    background-color: transparent;
}


.page-template-wholesale-template .second-info {
    background-color: #f0edeb;
}
.page-template-wholesale-template .second-info a:hover {
    text-decoration: underline;
}
.page-template-wholesale-template .second-info .b-second-info-title {
    font-family: 'Altissima';
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.08;
    letter-spacing: 0.6px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 31px;

}
.content-our-story .second-info p {
    margin-top: 25px;
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.content-our-story .second-info p a {
    font-family: "ProximaNova-B", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    text-decoration: none;
}
.content-our-story .content-middle .second-desc {
    margin-bottom: 50px;
}
.page-template-our-ethos-template .content {
    margin-top: 150px;
}
.page-template-our-ethos-template .content-our-story {
    background-color: #f0edeb;
}

.content-our-story .download-link {
    background-color: #f0edeb;
    padding-top: 22px;
    padding-bottom: 64px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.page-template-wholesale-template .b-restaurants-wrapper:last-of-type {
    margin-top: 0px;
}

.page-template-our-ethos-template {
    background-color: #F0EDEB;
}
footer .footer-inner-newsletter a {
    font-size: 10px;
}

.page-template-our-ethos-template .content-our-story .first-row {
    max-width: 556px;
    float: none;
}
.page-template-our-ethos-template .content-our-story .first-row .first-row-right.third{
    margin-top: 0px;
    width: 100%;
}
.page-template-our-ethos-template .content-our-story .first-row .first-row-right.third img {
    margin-top: 10px;
}
.page-template-our-ethos-template .content-our-story .first-row .first-row-right {
    width: 100%;
}
.page-template-our-ethos-template .content-our-story .first-row .first-row-left {
    margin-top: 0px;
    width: 100%;
}
.page-template-wholesale-template .second-info p:first-of-type {
    margin-top: 2px;
}
.page-template-wholesale-template .second-info p {
    margin-top: 14px;
}
.page-template-wholesale-template .content-our-story .download-link {
    padding-top: 27px;
}
.page-template-our-ethos-template .b-restaurants-wrapper {
    margin-top: 0px;
}

header .b-book-now-link a {
    font-size: 10.8px;
    line-height: 32px;
}
header .b-book-now-link {
    right: -188px;
}


.home header .b-book-now-link a {
    font-size: 10.8px;
    color: #000;
}
header .b-book-now-link a:hover {
    color: #000;
}
header .b-book-now-link a:focus {
    text-decoration: none;
}
#OT_searchWrapper dd span {
    color: #000 !important;
}
.home header .b-book-now-link {
    right: -188px;
}
.page-template-our-ethos-template footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.single-careers footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.single-careers .content {
    background-color: #f0edeb;
}
.single-careers {
    background-color: #f0edeb;
}
.page-template-careers-template .first-row {
    max-width: 550px;
}
.page-template-careers-template .second-row .header-filter {
    padding-left: 15px;
}
.site-header #OT_searchWrapperAll {
    max-width: 275px;
    height: 345px;
}
.single-careers  footer {
    background-color: white;
}
#OT_searchWrapperAll .close {
    width: 20px;
    height: 20px;
    left: 22px;
}
.site-header #OT_searchWrapperAll #OT_searchWrapper dd select, .site-header #OT_searchWrapperAll #OT_searchWrapper dd input[type="text"] {
    width: 230px;
    font-size: 12px;
    font-family: "ProximaNova-B";
    font-weight: 400;
}
.site-header #OT_searchWrapperAll {
    right: -275px;
}

#OT_searchWrapperAll #OT_restaurant, #OT_searchWrapperAll #OT_partySize, #OT_searchWrapperAll #OT_date, #OT_searchWrapperAll #OT_time {
    left: 24px;
}
.site-header #OT_searchWrapperAll #OT_searchWrapper dd select, .site-header #OT_searchWrapperAll #OT_searchWrapper dd input[type="text"] {
    line-height: 20px;
}
.site-header #OT_searchWrapperAll #OT_searchWrapper dl {
    margin-top: 40px;
}
#OT_searchWrapperAll #OT_submitWrap {
    left: 80px;
    top: 166px;
}
#OT_searchWrapperAll .text-bottom {
    font-family: "ProximaNova";
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.2px;
    color: #000;
    left: 27px;
    margin-top: 66px;
    max-width: 200px;
}

#OT_searchWrapperAll #OT_partySize {
    top: 50px;
}
#OT_searchWrapperAll #OT_date {
    top: 75px;
}
#OT_searchWrapperAll #OT_time {
    top: 101px;
}
.page-template-our-ethos-template .content-our-story .main-desc {
    font-family: "ProximaNova";
    font-weight: 400;
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions a {
    font-family: "ProximaNova-B";
}
.b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button a {
    font-family: "ProximaNova-B";
}

.contact-res {
    max-width: 745px;
}

.page-template-contact-template .contact-res-all-info {
    min-height: 295px;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner {
    max-width: 1000px;
}

.page-template-contact-template .contact-res-map {
    margin-top: 32px;
}
.page-template-paclub-template-php .privacy h1 {
    margin-bottom: 18px;
}

button.mfp-close, button.mfp-arrow {
    font-size: 18px;
    line-height: 0.8;
    color: black;
    font-family: "ProximaNova", sans-serif;
    opacity: 1;
}
.picker__year {
    display: none !important;
}

.content-masterclasses .event-link  {
	width: 180px;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home header .b-book-now-link {
    right: -121px;
    z-index: 9999999999;
  }
   header .b-book-now-link {
    right: -121px;
    z-index: 9999999999;
  }
}*/

@media screen and (max-width: 992px) {
    .type-espresso_events .event-first-row .first-row-right {
         margin-left: 0px;
    }
    .contact-res .contact-res-all-info {
        max-width: 100%;
    }
    footer .footer-inner .footer-inner-social {
        width: auto;
    }
}
@media screen and (max-width: 900px) and (min-width: 768px){
    .tax-food-locations .section-wine h3,
    .tax-food-locations .section-wine h4 {
        width: 75%;
    }
    .food-menu .left-menu {
        padding: 0px;
        padding-left: 25px;
    }
    .tax-food-locations .left-menu .row {
        float: none;
    }
}

@media screen and (max-width: 1028px) and (min-width: 769px){
    footer .footer-inner .footer-inner-links {
        margin-left: 23px;
    }
    footer .footer-inner {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
    }
    footer .footer-inner .footer-inner-newsletter {
        float: left;
        margin-left: 35px;
        margin-right: 0px;
    }
    footer .footer-inner {
        display: flex;
        justify-content: space-between;
    }
}



@media screen and (min-width: 1028px) and (max-width: 1280px) {
    footer .footer-inner {
        display: flex;
        justify-content: space-between;
    }

    footer .footer-inner .footer-inner-links {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .popup-video {
        justify-content: center;
        align-items: center;
    }
    .popup-video.visible {
        visibility: visible !important;
        display: flex !important;
        background-color: black;
        text-align: center;
        flex-direction: column;
        z-index: 99999999999;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .popup-video.visible iframe {
        max-width: 80%;
        max-height: 80%;
    }
    .popup-video .close-wrapper {
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-block;
    }
    .popup-video .close-button {
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
    }
    .popup-video .close-button:after {
        content: '';
        height: 20px;
        border-left: 2px solid #fff;
        position: absolute;
        transform: rotate(45deg);
        left: 0px;
    }
    .popup-video .close-button:before {
        content: '';
        height: 20px;
        border-left: 2px solid #fff;
        position: absolute;
        transform: rotate(-45deg);
        left: 0px;
    }
    .home header {
        min-height: 70px;
    }
    .home {

    }
    .home.mobile .mobile-background {
        background-repeat: no-repeat;
        background-size: 768px 800px;
        min-height: 100%;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-position: 0% 0%;
    }
    .home .mobile-background {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-position: 0% 0%;
    }
    .home.scrolled.mobile .b-home-video-text {
        height: 120vh !important;
        min-height: 850px;
    }
    .home .b-home-video-text {
        height: 100vh !important;
    }


    .page-template-privacy-template .privacy-content h5 {
        font-family: "ProximaNova-B", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        color: rgba(0, 0, 0, 0.9);
        text-align: left;
        padding-left: 30px;
    }
    .privacy .privacy-content {
        padding-bottom: 42px;
    }
    .privacy h3 {
        text-align: left;
        font-family: "ProximaNova-b", sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        color: #000000;
        padding-left: 30px;
        margin-top: 22px;
    }

    .privacy-content p {
        text-align: left;
        padding-left: 30px;
    }

    .privacy-content p .highlightedLayerContent {
        font-family: "ProximaNova", sans-serif;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.41;
        color: #000000;
        text-align: left;
        padding-left: 0px;
    }

    .privacy h1 {
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .privacy-content h5 {
        margin-bottom: 0px;
    }

    .page-template-privacy-template .content {
        margin-top: 70px;
        padding-right: 30px;
    }
    .page-template-our-ethos-template .content-our-story .first-row {
        margin-bottom: 80px;
    }
    .page-template-our-ethos-template .content-our-story .main-desc {
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        color: rgba(0, 0, 0, 0.9);
        padding: 0 30px;
        text-align: left;
        margin-top: 30px;
    }

    .page-template-our-ethos-template .content-our-story .main-desc p {
        font-family: "ProximaNova", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        color: #000000;
    }

    .page-template-our-ethos-template .b-restaurants-wrapper {
        margin-top: 70px;
    }

    .page-template-our-ethos-template .content-our-story {
        padding-top: 48px;
    }

    .page-template-our-ethos-template .content-our-story h1 {
        font-family: 'Altissima', sans-serif;
        font-size: 42px;
        font-weight: normal;
        font-style: normal;
        font-stretch: condensed;
        line-height: 0.95;
        letter-spacing: 0.5px;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }
    .home header .b-book-now-link {
        right: -191px;
    }
    header .b-book-now-link {
        right: -191px;
    }


    header .expand {
        height: 100vh;
        overflow-y: scroll;
    }


    .single-restaurant .b-restaurants-description-inner-left__text p {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 15px;
        line-height: 1.33;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__title {
        font-size: 42px;
    }
    .single-restaurant .b-restaurants-description-inner-left__subtitle p {
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        line-height: 1.12;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
        font-size: 15px !important;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
        font-size: 15px !important;
    }
    .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions a {
        font-size: 14px !important;
    }
    .single-restaurant .b-restaurant-positions-inner-column.first {
        order: 0;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second {
        display: flex;
        flex-direction: column;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__title {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding-left: 0px;
        border: 0px;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text {
        padding-left: 80px;
        padding-right: 80px;
        text-align: center;
        width: 100%;
        order: 2;

    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image {
        float: none;
        width: 100%;
        order: 1;
        text-align: center;
        display: inline-block;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__image img {
        float: none;
        width: 100%;
        order: 1;
        text-align: center;
        display: inline-block;
        position: inherit !important;
        left: 0 !important;
        right: 0 !important;
        max-height: 181px;
        max-width: 167px;
        margin-top: 25px;
    }
    .single-restaurant .b-restaurant-positions-inner-column__mobile-border {
        order: 3;
    }

    .home header .b-book-now-link {
        right: -191px;
    }
    header .b-book-now-link {
        right: -191px;
    }

    .page-template-careers-template .careers-table {
        padding-left: 0px;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text p {
        margin-bottom: 15px;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text p:last-of-type {
        margin-bottom: 25px;
    }

    .restaurant-template-default .b-restaurants-wrapper .b-restaurants-description {
        padding-bottom: 25px;
    }

    .single-restaurant .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__button a {
        width: 140px !important;
		font-size: 14px !important;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second .b-restaurant-positions-inner-column-second__text p {
        font-size: 15px;
    }
    .single-restaurant .b-restaurant-positions-inner-column-second__text p, .single-restaurant .b-restaurant-positions-inner-column__subtitle p {
        font-size: 15px;
    }
    .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column__button a {
        font-size: 14px !important;
        width: 140px !important;
    }

    .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-right {
        width: 295px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-right img {
        margin-top: 35px;
        margin-bottom: 12px;
    }

    .b-restaurants-wrapper .b-restaurant-positions {
        margin-top: 40px;
        padding-bottom: 110px;
    }
    .b-restaurants-wrapper .b-restaurants-description {
        margin-top: 28px;
    }
    .restaurant-template-default .b-restaurants-wrapper .b-restaurants-description {
        padding-bottom: 28px;
    }
    .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .b-restaurants-wrapper .b-restaurants-description .b-restaurants-description-inner .b-restaurants-description-inner-left .b-restaurants-description-inner-left__title {
        margin-top: 1px;
    }
    .single-restaurant .b-restaurant-positions-inner-column-image img {
        max-height: 290px;
        max-width: 100% !important;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column .b-restaurant-positions-inner-column-image {
        max-width: 290px;
        margin: 0 auto;
    }
    .single-restaurant .b-restaurant-positions-inner-column__button {
        margin-bottom: 34px;
    }
    .single-restaurant .b-restaurant-positions-inner-column.first {
        margin-bottom: 32px;
    }
    .single-restaurant .b-restaurants-wrapper .b-restaurant-positions .b-restaurant-positions-inner .b-restaurant-positions-inner-column.second {
        margin-bottom: 33px;
    }
    .page-template-group-booking-template .header-top {
        padding: 0 35px;
    }
    header .b-menu-wrapper .logo-container img {
        max-width: 152px !important;
        margin-top: -6px !important;
    }
    .home.scrolled header .b-menu-wrapper .logo-container img {
    	display: block;
    }
    .home header .logo {
        /*visibility: hidden;*/
    }
    .home.scrolled header .logo{
        visibility: visible;
    }
	.home .b-home-video #bgvid {
		display: none;
	}

    #menu-main-menu-1 {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        min-height: 720px;
        display: flex;
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    }
    /*#menu-main-menu-1 .menu-item-1353 {
      order: -1;
    }*/
    header {
        min-height: 50px !important;
    }
    body.tax-food-locations .food-menu, .single-restaurant .b-restaurants-wrapper, body.page-template-masterclasses-template .content, .page-template-thank-you-template .content, .page-template-checkout-template .event-checkout {
        margin-top: 50px !important;
    }
    header .b-menu-wrapper .logo-container {
        margin-top: 8px !important;
    }
    header .c-hamburger {
        margin-top: 21px;
        width: 22px;
        height: 15px;
    }
    header .expand {
        top: 4px;
    }
    header .c-hamburger span {
        height: 2px;
    }
    header .c-hamburger span::before, header .c-hamburger span::after {
        height: 2px;
    }
    header .c-hamburger span::before {
        top: -10px;
    }
    header .c-hamburger span::after {
        bottom: 5px;
    }

    .b-restaurants-slider.mobile img{

    }
    .b-restaurants-wrapper .b-restaurants-slider {
        max-height: none;
    }
    .c-hamburger.c-hamburger--htx.is-active {
        height: 20px;
    }
    .contact-res .col-sm-6 .contact-res-all-info {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-bottom: 43px;
        min-height: inherit;
    }
    .contact .contact-content h1 {
        padding-top: 36px;
    }
    .contact-content {
        padding-bottom: 110px;
    }
    .page-template-contact-template .content {
        margin-top: 50px;
    }
    .contact h1 {
        margin-bottom: 43px;
    }
    footer .footer-inner {
        display: block !important;
    }

}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    header .b-book-now-link {
        right: -191px;
    }
    .home header .b-book-now-link {
        right: -191px;
    }
}}



/********************************** Event template mobile *********************************/
@media screen and (max-width: 768px) {
    .type-espresso_events .b-restaurants-wrapper {
        margin-top: 70px;
    }
    .type-espresso_events .event-first-row .first-row-left {
        display: none;
    }
    .type-espresso_events .bottom .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-left {
        display: none;
    }
    .type-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__directions {
        display: none;
    }
    .type-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right {
        float: none;
        margin: 0 auto;
        padding-bottom: 115px;
    }
    .type-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__address {
        max-width: 235px;
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
    }
    .type-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        text-align: center;
        color: rgba(0, 0, 0, 0.9);
        max-width: 293px;
        margin-top: 16px;
    }
    .type-espresso_events .event-first-row .first-row-right .form-info,
    .type-espresso_events .event-first-row .first-row-right .terms-hide {
        max-width: 313px;
        font-size: 12px;
    }
    .type-espresso_events .event-first-row .first-row-right .form-info br {
        display: none;
    }
    .type-espresso_events .event-first-row .first-row-right .form-info a {
        font-size: 12px;
    }
    .single-espresso_events .event-tickets table {
        max-width: 308px;
    }
    .single-espresso_events .event-tickets table tr .jst-rght {
        font-size: 15px;
    }
    .single-careers .first-row {
        margin-bottom: 70px;
        padding: 0 35px 63px 35px;
    }
    .type-espresso_events .event-first-row {
        padding-top: 40px;
    }
    .single-espresso_events .b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
        margin-top: 47px;
    }
}
@media screen and (max-width: 480px) {
    .type-espresso_events .event-first-row .first-row-right {
        margin-left: 0px;
        padding-right: 40px;
        padding-left: 40px;
    }
}
/********************************** Event template mobile end *********************************/

_::-webkit-:host:not(:root:root), .content-masterclasses .first-row ul li span {

  left: 0px;

}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .content-masterclasses .first-row ul li span {

        left: 0px;

    }
}}

@media screen and (max-width: 360px) {
    .content-masterclasses .first-row h1 {
        font-size: 38px;
    }
    .content-masterclasses .event-table-content tr td:nth-child(4) {
        width: 115px !important;
    }
    .content-masterclasses .event-link a {
        padding: 8px 5px;
        font-size: 9px;
    }
    body.home .b-home-video-text .b-home-video-text-content {
        margin-bottom: 125px;
    }
    .tax-food-locations .right-menu .term-col h3 {
        padding-left: 0px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .home .b-home-video-text .b-home-video-text-footer-links a:hover {
        opacity: 1;
   }
}
#popup1.gf-popup {
	max-width: 815px;
	width: 100%;
	background-color: #d8d8d8;
	display: block;
	margin: 0 auto 100px auto;
	padding: 50px 55px 50px 55px;
	position: relative;
}
#popup1.gf-popup .content {
	padding: 0;
	margin: 0;
}
#popup1.gf-popup .gform_wrapper {
	margin: 0;
}
#popup1.gf-popup .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}
#popup1.gf-popup .gform_wrapper .top-text {
	margin: 0;
}
#popup1.gf-popup .gform_wrapper h1 {
	width: 100%;
	font-family: 'Altissima';
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	line-height: 36px;
	letter-spacing: 0.8px;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	margin-top: 0;
	margin-bottom: 25px !important;
}
#popup1.gf-popup .main_fields input:-webkit-autofill,
#popup1.gf-popup .main_fields input:-webkit-autofill:hover, 
#popup1.gf-popup .main_fields input:-webkit-autofill:focus, 
#popup1.gf-popup .main_fields input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #d8d8d8 inset !important;
    box-shadow: 0 0 0 30px #d8d8d8 inset !important;
}
#popup1.gf-popup .chimp_text {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin: 0 auto 15px auto;
	max-width: 448px;
}
#popup1.gf-popup .main_fields {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#popup1.gf-popup .main_fields li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid black;
    width: 220px;
}
#popup1.gf-popup .main_fields input {
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    font-family: "ProximaNova", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    outline: 0px;
    width: 100%;
    font-size: inherit;
	margin: 0;
}
#popup1.gf-popup .chimp_information {
    display: block;
    width: 650px;
    margin: 0 auto !important;
    text-align: center;
	padding: 0;
}
#popup1.gf-popup .checkboxes-wrap {
	padding: 0;
	margin: 0;
}
#popup1.gf-popup .chimp_information.bottom-info {
	margin-top: 10px !important;
}
#popup1.gf-popup .chimp_information p {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    font-family: "ProximaNova", sans-serif;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 30px;
	margin-bottom: 25px;
}
#popup1.gf-popup .gfield_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#popup1.gf-popup .gfield_checkbox li input {
    position: absolute;
    left: -9999px;
}
#popup1.gf-popup .gfield_checkbox li label {
	transition: all .2s;
	font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-family: "ProximaNova", sans-serif;
	max-width: none;
	padding-left: 25px;
	width: auto;
}
#popup1.gf-popup .gfield_checkbox [type="checkbox"]:not(:checked) + label::before, #popup1.gf-popup .gfield_checkbox [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    background-color: transparent;
    border-radius: 0px;
}
#popup1.gf-popup .gfield_checkbox [type="checkbox"]:not(:checked) + label::after, #popup1.gf-popup .gfield_checkbox [type="checkbox"]:checked + label::after {
    content: '\00d7';
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 18px;
    line-height: 0.8;
    color: black;
    transition: all .2s;
}
#popup1.gf-popup .main_fields li.gf-input-field {
	margin-right: 15px;
}
#popup1.gf-popup .gfield_checkbox [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
#popup1.gf-popup .gfield_checkbox li {
	margin-right: 15px;
	overflow: unset;
}
#popup1.gf-popup .chimp_information label label {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-family: "ProximaNova", sans-serif;
}
#popup1.gf-popup .chimp_information .custom-link {
    cursor: pointer;
    font-family: 'ProximaNova-B';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}
#popup1.gf-popup .chimp_information .custom-link:hover {
    text-decoration: underline;
}
#popup1.gf-popup .gform_footer {
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
#popup1.gf-popup .gform_footer input {
	border: solid 1px #000000;
	box-shadow: none;
	background-color: transparent;
	font-family: "ProximaNova", sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.7px;
	text-align: center;
	color: #000000;
	padding: 8px 24px;
	text-decoration: none;
	width: auto !important;
	height: auto !important;
	border-radius: 0px;
	margin: 0;
}
.page-template-thank-you-template #popup1.gf-popup .content {
	margin: 0;
}
.page-template-thank-you-template .mfp-wrap {
	z-index: 99999;
}
#popup1.gf-popup .gform_confirmation_message {
	font-family: "ProximaNova";
}
.ui-datepicker td a {
	width: 32px !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background: none !important;
}
#popup1.gf-popup .main_fields input::-webkit-input-placeholder, 
#popup1.gf-popup .main_fields input::placeholder {
    color: #a9a9a9;
	opacity: 1;
}
@media (max-width: 826px) {
	#popup1.gf-popup .main_fields {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
        justify-content: center;
		-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
		-ms-flex-line-pack: center;
    align-content: center;
	}
	#popup1.gf-popup .html-select {
		margin-top: 15px !important;
	}
	#popup1.gf-popup .fields-1 li {
		margin-bottom: 10px;
	}
	#popup1.gf-popup .fields-1 {
		margin-bottom: 0 !important;
	}
	#popup1.gf-popup .dropdown-field {
		min-height: 39px;
	}
	#popup1.gf-popup .main_fields li {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	#popup1.gf-popup .main_fields li {
		width: 100%;
	}
	#popup1.gf-popup .gfield_checkbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#popup1.gf-popup .gfield_checkbox li {
		width: 110px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#popup1.gf-popup .chimp_text {
		margin-bottom: 20px;
	}
	#popup1.gf-popup .gform_footer {
		margin-top: 30px;
	}
}
.wrb-cookie-wrap {
	font-weight: bold;
	font-family: 'ProximaNova';
	font-size: 14px;
	line-height: 1.43;
	/*-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;*/
}
.wrb-cookie-wrap .ctcc-left-side a {
	border-bottom: none;
	font-family: "ProximaNova-B";
}
.wrb-cookie-wrap .ctcc-right-side button {
	height: 28px;
	border: 1px solid #000000 !important;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.7px;
	text-align: center;
	padding: 8px 24px !important;
	line-height: 10px;
	border-radius: 0 !important;
	background-color: transparent !important;
}
.wrb-cookie-wrap .ctcc-right-side button:hover {
	background-color: #000 !important;
	color: #ffffff;
}
#popup1.gf-popup .main_fields {
	max-width: 480px;
	margin: 0 auto;
}
#popup1.gf-popup .main_fields select {
	width: 100% !important;
	border: none !important;
	background-color: #d8d8d8;
	color: #333;
	font-family: "ProximaNova", sans-serif;
	scroll-behavior: smooth;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
#popup1.gf-popup .main_fields select::-ms-expand {
	display: none;
}
#popup1.gf-popup .main_fields select:focus {
	outline: none !important;
	border-color: #d8d8d8;
	color: #333; 
}
#popup1.gf-popup .main_fields select option {
	padding: 4px 0;
	 border:0px;
	outline:0px;
	-webkit-appearance:none;
	color: #333;
}
#popup1.gf-popup .fields-1 {
	margin-bottom: 20px;
}
#popup1.gf-popup .main_fields .ginput_container_select, #popup1.gf-popup .main_fields select {
	height: 100%;
}
#popup1.gf-popup .main_fields select.opened {
	/*background-color: #FFFFFF;*/
}
#popup1.gf-popup .dropdown .btn-default {
	width: 100%;
	background-color: transparent !important;
	font-family: ProximaNova;
	font-size: 14px;
	letter-spacing: 0.3px;
	/*color: rgba(51, 51, 51, 0.9);*/
	color: #a9a9a9;
	text-align: center;
	text-align: left;
	padding: 5px 5px;
	border-radius: 0px;
	border: 0px;
	outline: none !important;
	max-height: 30px;
	box-shadow: none;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
#popup1.gf-popup .dropdown .dropdown-menu {
    padding: 0px;
    width: 100%;
    margin: 0 !important;
    border-radius: 0px;
    padding: 0 !important;
    border: none;
    box-shadow: none;
	list-style: none !important;
}
#popup1.gf-popup .dropdown .btn-default .caret {
	background: url(./includes/images/shape.png) no-repeat;
    background-size: auto;
	background-size: contain;
	border: 0;
	width: 12px;
	height: 8px;
	/*right: 10px;
	top: 25px;
	position: absolute;*/
}
#popup1.gf-popup .dropdown.open .btn-default .caret {
	background: url(./includes/images/shape_up.png) no-repeat;
	background-size: contain;
}
#popup1.gf-popup .main_fields .html-select {
	position: relative;
	min-height: 31px;
}
#popup1.gf-popup .dropdown.open {
    background-color: #fff !important;
	position: absolute;
	left: -10px;
	width: calc(100% + 20px);
}
#popup1.gf-popup .dropdown.selected .btn-default {
	color: #000;
	text-transform: uppercase;
}
#popup1.gf-popup .dropdown.open .btn-default {
	padding: 5px 15px;
	color: #a9a9a9 !important;
	text-transform: none !important;
}
#popup1.gf-popup .dropdown.open .btn-default:after {
	content: '';
    display: block;
    background-color: #000;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
#popup1.gf-popup .dropdown .dropdown-menu li {
	list-style-type: none !important;
	border: none !important;
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #141414;
	width: 100%;
}
#popup1.gf-popup .dropdown-menu > li > a {
	display: block;
	height: 100%;
	padding: 8px 0 5px 15px;
}
#popup1.gf-popup .dropdown-menu > li:last-child > a {
    padding-bottom: 15px;
}
#popup1.gf-popup .dropdown-menu > li > a:hover {
	text-decoration: underline !important;
	background-color: #fff !important;
	background-image: none;
}

.page-template-newsletter-template #field_5_11 label {
	display: inline;
	font-family: "ProximaNova", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px;
	line-height: 21px;
}
.page-template-newsletter-template #field_5_11 .gfield_radio input {
	margin-top: 0;
}
.page-template-newsletter-template ul#input_5_11 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-bottom: 10px;
}
.page-template-newsletter-template li#field_5_7 {
	padding-top: 20px;
}
.page-template-newsletter-template ul#input_5_11 li {
	margin-right: 30px;
}
.page-template-newsletter-template #field_5_11 .gfield_radio label {
	margin-left: 5px;
	text-transform: unset;
}
.page-template-newsletter-template .b-restaurant-opening-inner-right__time a {
	color: #000;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.page-template-newsletter-template .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
	margin-top: 123px;
}
.page-template-newsletter-template .b-restaurant-opening-inner-left {
	margin-top: 55px !important;
}
@media (max-width: 768px) {
	.page-template-newsletter-template .b-restaurants-wrapper {
		margin-top: 52px;
	}
	.page-template-newsletter-template .b-restaurants-wrapper .coming-soon .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__title {
		margin-top: 55px;
	}
}

#menu-item-1353 a {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.mobile-nav ul.menu {
	margin-top: 30px;
}
.mobile-nav ul.menu .menu-item-1353 {
	-webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
			margin-right: 25px;
}
.mobile-nav ul.menu .menu-item-248 {
	-webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.mobile-nav ul.menu .menu-item-249 {
	-webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.mobile-nav ul.menu .menu-item-20 {
	-webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.mobile-nav ul.menu .menu-item-399 {
	-webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.mobile-nav ul.menu .menu-item-20 {
	margin-right: 30px;
}
.b-restaurants-wrapper .b-restaurants-opening .b-restaurants-opening-inner .b-restaurant-opening-inner-right .b-restaurant-opening-inner-right__time {
	margin-top: 0;
}

.mobile-nav ul.menu .menu-item-has-children {
	position: relative;
	padding-right: 0;
}
.mobile-nav ul.menu .menu-item-has-children > a:after {
	display: inline-block;
	position: static;
	margin-left: 7px;
	height: 10px;
}
.mobile-nav ul.menu .menu-item-has-children.opened > a:after {
	background-image: url(/wp-content/themes/wrightbrothers/includes/images/shape_up.png);
}
@media (max-width: 768px) {
	ul.menu .menu-item-has-children {
		padding-right: 28px;
	}
	ul.menu .menu-item-has-children > a:after {
		content: '';
		display: block;
		width: 24px;
		height: 14px;
		background-image: url(/wp-content/themes/wrightbrothers/includes/images/shape.png);
		position: absolute;
		right: 0;
		top: 18px;
		background-size: 12px 7px;
		background-repeat: no-repeat;
	}
}