/*
Theme Name: Brand Theme - Blueprint Cafe
Description: Child theme for DnD Main Theme - use for brand sites
Author: Ignite Hospitality
Author URI: http://www.IgniteHospitality.co.uk/
Version: 1.0
Template: brandstyle1
*/

/*
@import url("../brandstyle1/style.css");
*/

/* ==========================================================================
   normalize.css v2.0.1 | MIT License | git.io/normalize
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: '\201C''\201D''\2018''\2019';
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   Start W CSS
   ========================================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

#newsletter-form {
	overflow: scroll;
	max-height: 100vh;
}

.ignite-mailchimp-signup h3 {
	font-family: 'Ostrich Sans';
}

.ignite-mailchimp-signup h4 {
	font-family: 'Ostrich Sans';
}
#mailchimp-submit {
	color: #223a56;
    font-family: 'Dosis';
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 2.02px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 38px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #edcf3d;
    opacity: 1;
    transition: 0.2s;
}
#mailchimp-submit:hover {
	color: #edcf3d;
   background-color: #223a56;
   text-decoration: none;
   cursor: pointer;
}
.w-block {
	display: block;
}
.w-inline-block {
	display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.w-clearfix:after {
	clear: both;
}
.w-hidden {
	display: none;
}
.w-embed:before,
.w-embed:after {
	display: table;
	content: '';
	line-height: 0;
}
.w-embed:after {
	clear: both;
}
.w-video {
	width: 100%;
	position: relative;
	padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.w-widget {
	position: relative;
}
.w-widget-map {
	width: 100%;
	height: 400px;
}
.w-widget-map label {
	width: auto;
	display: inline;
}
.w-widget-map img {
	max-width: inherit;
}
.w-widget-map .gm-style-iw {
	width: 90% !important;
	height: auto !important;
	top: 5px !important;
	left: 6% !important;
	display: inline;
	text-align: center;
	overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
	display: none;
}
.w-widget-twitter {
	overflow: hidden;
}
.w-widget-gplus {
	overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
p {
	margin: 0;
}
blockquote {
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
.w-form {
	margin: 0 0 15px;
}
.w-form-done {
	display: none;
	padding: 10px;
	background-color: #dbffd1;
}
.w-form-done-show {
	display: block;
}
.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede;
}
.w-form-fail-show {
	display: block;
}
.w-input,
.w-select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
	color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
	color: #999;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
	color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
	color: #999;
}
.w-input:focus,
.w-select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
	cursor: not-allowed;
	background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
	height: auto;
}
.w-select[multiple] {
	height: auto;
}
.w-button {
	display: inline-block;
	padding: 12px;
	background-color: black;
	color: white;
	border: 0;
	line-height: inherit;
}
.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}
.w-container:before,
.w-container:after {
	display: table;
	content: '';
	line-height: 0;
}
.w-container:after {
	clear: both;
}
.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}
.w-row:before,
.w-row:after {
	display: table;
	content: '';
	line-height: 0;
}
.w-row:after {
	clear: both;
}
.w-row .w-row {
	margin-left: 0;
	margin-right: 0;
}
.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.w-col .w-col {
	padding-left: 0;
	padding-right: 0;
}
.w-col-1 {
	width: 8.333333333333332%;
}
.w-col-2 {
	width: 16.666666666666664%;
}
.w-col-3 {
	width: 25%;
}
.w-col-4 {
	width: 33.33333333333333%;
}
.w-col-5 {
	width: 41.66666666666667%;
}
.w-col-6 {
	width: 50%;
}
.w-col-7 {
	width: 58.333333333333336%;
}
.w-col-8 {
	width: 66.66666666666666%;
}
.w-col-9 {
	width: 75%;
}
.w-col-10 {
	width: 83.33333333333334%;
}
.w-col-11 {
	width: 91.66666666666666%;
}
.w-col-12 {
	width: 100%;
}
.w-col-push-1 {
	left: 8.333333333333332%;
}
.w-col-push-2 {
	left: 16.666666666666664%;
}
.w-col-push-3 {
	left: 25%;
}
.w-col-push-4 {
	left: 33.33333333333333%;
}
.w-col-push-5 {
	left: 41.66666666666667%;
}
.w-col-push-6 {
	left: 50%;
}
.w-col-push-7 {
	left: 58.333333333333336%;
}
.w-col-push-8 {
	left: 66.66666666666666%;
}
.w-col-push-9 {
	left: 75%;
}
.w-col-push-10 {
	left: 83.33333333333334%;
}
.w-col-push-11 {
	left: 91.66666666666666%;
}
.w-col-pull-1 {
	right: 8.333333333333332%;
}
.w-col-pull-2 {
	right: 16.666666666666664%;
}
.w-col-pull-3 {
	right: 25%;
}
.w-col-pull-4 {
	right: 33.33333333333333%;
}
.w-col-pull-5 {
	right: 41.66666666666667%;
}
.w-col-pull-6 {
	right: 50%;
}
.w-col-pull-7 {
	right: 58.333333333333336%;
}
.w-col-pull-8 {
	right: 66.66666666666666%;
}
.w-col-pull-9 {
	right: 75%;
}
.w-col-pull-10 {
	right: 83.33333333333334%;
}
.w-col-pull-11 {
	right: 91.66666666666666%;
}
.w-col-offset-1 {
	margin-left: 8.333333333333332%;
}
.w-col-offset-2 {
	margin-left: 16.666666666666664%;
}
.w-col-offset-3 {
	margin-left: 25%;
}
.w-col-offset-4 {
	margin-left: 33.33333333333333%;
}
.w-col-offset-5 {
	margin-left: 41.66666666666667%;
}
.w-col-offset-6 {
	margin-left: 50%;
}
.w-col-offset-7 {
	margin-left: 58.333333333333336%;
}
.w-col-offset-8 {
	margin-left: 66.66666666666666%;
}
.w-col-offset-9 {
	margin-left: 75%;
}
.w-col-offset-10 {
	margin-left: 83.33333333333334%;
}
.w-col-offset-11 {
	margin-left: 91.66666666666666%;
}
.w-hidden-main {
	display: none !important;
}
@media screen and (max-width: 991px) {
	.w-container {
		max-width: 728px;
	}
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: none !important;
	}
	.w-col-medium-1 {
		width: 8.333333333333332%;
	}
	.w-col-medium-2 {
		width: 16.666666666666664%;
	}
	.w-col-medium-3 {
		width: 25%;
	}
	.w-col-medium-4 {
		width: 33.33333333333333%;
	}
	.w-col-medium-5 {
		width: 41.66666666666667%;
	}
	.w-col-medium-6 {
		width: 50%;
	}
	.w-col-medium-7 {
		width: 58.333333333333336%;
	}
	.w-col-medium-8 {
		width: 66.66666666666666%;
	}
	.w-col-medium-9 {
		width: 75%;
	}
	.w-col-medium-10 {
		width: 83.33333333333334%;
	}
	.w-col-medium-11 {
		width: 91.66666666666666%;
	}
	.w-col-medium-12 {
		width: 100%;
	}
	.w-col-medium-push-1 {
		left: 8.333333333333332%;
	}
	.w-col-medium-push-2 {
		left: 16.666666666666664%;
	}
	.w-col-medium-push-3 {
		left: 25%;
	}
	.w-col-medium-push-4 {
		left: 33.33333333333333%;
	}
	.w-col-medium-push-5 {
		left: 41.66666666666667%;
	}
	.w-col-medium-push-6 {
		left: 50%;
	}
	.w-col-medium-push-7 {
		left: 58.333333333333336%;
	}
	.w-col-medium-push-8 {
		left: 66.66666666666666%;
	}
	.w-col-medium-push-9 {
		left: 75%;
	}
	.w-col-medium-push-10 {
		left: 83.33333333333334%;
	}
	.w-col-medium-push-11 {
		left: 91.66666666666666%;
	}
	.w-col-medium-pull-1 {
		right: 8.333333333333332%;
	}
	.w-col-medium-pull-2 {
		right: 16.666666666666664%;
	}
	.w-col-medium-pull-3 {
		right: 25%;
	}
	.w-col-medium-pull-4 {
		right: 33.33333333333333%;
	}
	.w-col-medium-pull-5 {
		right: 41.66666666666667%;
	}
	.w-col-medium-pull-6 {
		right: 50%;
	}
	.w-col-medium-pull-7 {
		right: 58.333333333333336%;
	}
	.w-col-medium-pull-8 {
		right: 66.66666666666666%;
	}
	.w-col-medium-pull-9 {
		right: 75%;
	}
	.w-col-medium-pull-10 {
		right: 83.33333333333334%;
	}
	.w-col-medium-pull-11 {
		right: 91.66666666666666%;
	}
	.w-col-medium-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.w-col-medium-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.w-col-medium-offset-3 {
		margin-left: 25%;
	}
	.w-col-medium-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.w-col-medium-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.w-col-medium-offset-6 {
		margin-left: 50%;
	}
	.w-col-medium-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.w-col-medium-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.w-col-medium-offset-9 {
		margin-left: 75%;
	}
	.w-col-medium-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.w-col-medium-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
@media screen and (max-width: 767px) {
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: inherit !important;
	}
	.w-hidden-small {
		display: none !important;
	}
	.w-row,
	.w-container .w-row {
		margin-left: 0;
		margin-right: 0;
	}
	.w-col {
		width: 100%;
		left: auto;
		right: auto;
	}
	.w-col-small-3 {
		width: 25%;
	}
	.w-col-small-4 {
		width: 33.33333333333333%;
	}
	.w-col-small-6 {
		width: 50%;
	}
	.w-col-small-push-1 {
		left: 8.333333333333332%;
	}
	.w-col-small-push-2 {
		left: 16.666666666666664%;
	}
	.w-col-small-push-3 {
		left: 25%;
	}
	.w-col-small-push-4 {
		left: 33.33333333333333%;
	}
	.w-col-small-push-5 {
		left: 41.66666666666667%;
	}
	.w-col-small-push-6 {
		left: 50%;
	}
	.w-col-small-push-7 {
		left: 58.333333333333336%;
	}
	.w-col-small-push-8 {
		left: 66.66666666666666%;
	}
	.w-col-small-push-9 {
		left: 75%;
	}
	.w-col-small-push-10 {
		left: 83.33333333333334%;
	}
	.w-col-small-push-11 {
		left: 91.66666666666666%;
	}
	.w-col-small-pull-1 {
		right: 8.333333333333332%;
	}
	.w-col-small-pull-2 {
		right: 16.666666666666664%;
	}
	.w-col-small-pull-3 {
		right: 25%;
	}
	.w-col-small-pull-4 {
		right: 33.33333333333333%;
	}
	.w-col-small-pull-5 {
		right: 41.66666666666667%;
	}
	.w-col-small-pull-6 {
		right: 50%;
	}
	.w-col-small-pull-7 {
		right: 58.333333333333336%;
	}
	.w-col-small-pull-8 {
		right: 66.66666666666666%;
	}
	.w-col-small-pull-9 {
		right: 75%;
	}
	.w-col-small-pull-10 {
		right: 83.33333333333334%;
	}
	.w-col-small-pull-11 {
		right: 91.66666666666666%;
	}
	.w-col-small-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.w-col-small-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.w-col-small-offset-3 {
		margin-left: 25%;
	}
	.w-col-small-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.w-col-small-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.w-col-small-offset-6 {
		margin-left: 50%;
	}
	.w-col-small-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.w-col-small-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.w-col-small-offset-9 {
		margin-left: 75%;
	}
	.w-col-small-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.w-col-small-offset-11 {
		margin-left: 91.66666666666666%;
	}
}
@media screen and (max-width: 479px) {
	.w-container {
		max-width: none;
	}
	.w-hidden-main {
		display: inherit !important;
	}
	.w-hidden-medium {
		display: inherit !important;
	}
	.w-hidden-small {
		display: inherit !important;
	}
	.w-hidden-tiny {
		display: none !important;
	}
	.w-col {
		width: 100%;
	}
	.w-col-tiny-3 {
		width: 25%;
	}
	.w-col-tiny-4 {
		width: 33.33333333333333%;
	}
	.w-col-tiny-6 {
		width: 50%;
	}
	.w-col-tiny-push-1 {
		left: 8.333333333333332%;
	}
	.w-col-tiny-push-2 {
		left: 16.666666666666664%;
	}
	.w-col-tiny-push-3 {
		left: 25%;
	}
	.w-col-tiny-push-4 {
		left: 33.33333333333333%;
	}
	.w-col-tiny-push-5 {
		left: 41.66666666666667%;
	}
	.w-col-tiny-push-6 {
		left: 50%;
	}
	.w-col-tiny-push-7 {
		left: 58.333333333333336%;
	}
	.w-col-tiny-push-8 {
		left: 66.66666666666666%;
	}
	.w-col-tiny-push-9 {
		left: 75%;
	}
	.w-col-tiny-push-10 {
		left: 83.33333333333334%;
	}
	.w-col-tiny-push-11 {
		left: 91.66666666666666%;
	}
	.w-col-tiny-pull-1 {
		right: 8.333333333333332%;
	}
	.w-col-tiny-pull-2 {
		right: 16.666666666666664%;
	}
	.w-col-tiny-pull-3 {
		right: 25%;
	}
	.w-col-tiny-pull-4 {
		right: 33.33333333333333%;
	}
	.w-col-tiny-pull-5 {
		right: 41.66666666666667%;
	}
	.w-col-tiny-pull-6 {
		right: 50%;
	}
	.w-col-tiny-pull-7 {
		right: 58.333333333333336%;
	}
	.w-col-tiny-pull-8 {
		right: 66.66666666666666%;
	}
	.w-col-tiny-pull-9 {
		right: 75%;
	}
	.w-col-tiny-pull-10 {
		right: 83.33333333333334%;
	}
	.w-col-tiny-pull-11 {
		right: 91.66666666666666%;
	}
	.w-col-tiny-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.w-col-tiny-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.w-col-tiny-offset-3 {
		margin-left: 25%;
	}
	.w-col-tiny-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.w-col-tiny-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.w-col-tiny-offset-6 {
		margin-left: 50%;
	}
	.w-col-tiny-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.w-col-tiny-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.w-col-tiny-offset-9 {
		margin-left: 75%;
	}
	.w-col-tiny-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.w-col-tiny-offset-11 {
		margin-left: 91.66666666666666%;
	}
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

h1 {
	margin: 10px 0px;
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 56px;
	line-height: 44px;
	font-weight: 300;
	text-align: center;
}
h2 {
	margin: 10px 0px 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #444;
	font-family: 'PT Sans', sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
}
h3 {
	margin: 10px 0px;
	border-bottom: 1px solid black;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
h4 {
	margin: 10px 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
h5 {
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
h6 {
	margin: 10px 0px;
	color: white;
	font-size: 16px;
	line-height: 13px;
	font-weight: 700;
}
p {
	margin-bottom: 5px;
	font-family: Lato, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.button {
	position: static;
	display: inline-block;
	padding: 4px 15px;
	background-color: black;
	color: white;
	text-align: center;
	text-decoration: none;
}
.button.social {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-left: 0px;
	border: 1px solid white;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	line-height: 32px;
}
.button.left {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -100px;
	float: left;
	border: 1px solid white;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: none;
	font-size: 18px;
	line-height: 31px;
}
.button.left.g {
	position: static;
	margin-top: 280px;
	background-image: none;
}
.button.left.x {
	margin-top: 240px;
	margin-left: -20px;
}
.button.right {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-right: -100px;
	float: right;
	border: 1px solid white;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 18px;
	line-height: 31px;
}
.button.right.g {
	margin-top: 280px;
}
.button.right.y {
	margin-top: 240px;
	margin-right: -20px;
}
.button.eventsclick {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #aaa;
	color: #444;
	text-align: left;
}
.button.eventsclick.wass {
	width: 619px;
	padding-right: 13px;
}
.button.newsoffers {
	background-color: #666;
}
.button.articlebutton {
	display: block;
}
.button.whatsonleft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	margin-top: 400px;
	margin-left: -60px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 30px;
}
.button.whatsonright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	margin-top: 400px;
	margin-right: -60px;
	margin-left: 0px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 30px;
}
.button.galhje {
	display: block;
	margin-bottom: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333;
}
.button.galhje.margin-right {
	margin-right: 10px;
	margin-bottom: 20px;
}
.button.galhje.margin-left {
	margin-left: 10px;
}
.button.share {
	margin-right: 10px;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.button.area {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ccc;
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 20px;
	font-weight: 700;
}
.button.whatsbutton {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333;
}
.button.home-action {
	width: 40px;
	height: 40px;
	border: 1px solid white;
	border-radius: 20px;
	font-size: 14px;
	line-height: 31px;
}
.button.home-action.lefty {
	position: absolute;
	left: 10px;
	top: 100px;
}
.button.home-action.righty {
	position: absolute;
	top: 100px;
	right: 10px;
}
.button.regular {
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #aaa;
	color: #444;
}
.button-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px 1px;
	text-align: center;
}
.navlink {
	padding-right: 34px;
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	font-family: Lato, sans-serif;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
.navlink:hover {
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
	color: #bbb;
}
.socials {
	margin-top: 60px;
	text-align: right;
}
.socials.fix {
	margin-top: 0px;
}
.message {
	height: 200px;
}
.message.subpage {
	height: auto;
}
.logo {
	margin-bottom: 30px;
}
.section {
	height: 400px;
	margin-bottom: 2px;
	border-bottom: 0px solid black;
	background-color: #ccc;
}
.section.one {
	position: static;
	background-color: #f1f1f1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.section.two {
	background-color: #f8f8f8;
}
.footer {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #444;
}
.footerlink {
	padding-right: 10px;
	color: #ccc;
	line-height: 42px;
	text-decoration: none;
}
.dandd {
	background-color: #666;
	text-align: center;
}
.columnimage {
	height: 400px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	background-attachment: scroll;
}
.chefcol {
	background-color: #ad9090;
}
.chef-column {
	height: 400px;
	padding-top: 200px;
	background-color: #b6b6b4;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.sommelier-column {
	height: 400px;
	padding-top: 200px;
	background-color: #d1d0ce;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.rocker {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	margin-top: 100px;
	padding-top: 0px;
	background-color: #ccc;
}
.counter {
	height: 40px;
	background-color: #666;
	color: white;
	line-height: 38px;
	text-align: center;
}
.previous {
	height: 40px;
	text-align: center;
}
.next {
	height: 40px;
	text-align: center;
}
.home {
	/*margin-top: 80px;*/
	/* font-size: 28px;*/
}
.home.venue-header {
	margin-top: 390px;
	margin-right: 40px;
	margin-left: 41px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-color: white;
	color: white;
}
.calendar-section {
	margin-bottom: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
}
.calendar-container {
	position: static;
	height: 400px;
}
.full-section {
	height: 400px;
	margin-bottom: 2px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.booking-section {
	background-color: #444;
}
.booking-container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.booking-container.page {
	margin-bottom: 40px;
	padding: 80px 20px 80px 10px;
}
.white {
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid #444;
	background-color: white;
}
.reserve {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #222;
}
.reserve-text {
	color: white;
	text-align: center;
}
.hero {
	position: relative;
	height: 200px;
	margin-top: 48px;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	background-attachment: scroll;
}
.content-section {
	margin-bottom: 2px;
	background-color: white;
}
.content-container {
	position: relative;
	padding-top: 40px;
}
.at {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.at-row {
	margin-top: 0px;
	margin-bottom: 40px;
}
.menu-active {
	padding-top: 8px;
	padding-bottom: 8px;
	border-style: solid;
	border-width: 1px 1px 0px;
	border-color: black black white;
}
.choices {
	margin-bottom: 40px;
	border-bottom: 0px solid black;
}
.menu-inactive {
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 1px solid white;
	border-bottom: 1px solid black;
	background-color: #ddd;
}
.menu-col {
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-left: 1px solid black;
}
.menus {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ddd;
}
.print-options {
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-bottom: 1px solid black;
}
.pd-image {
	height: 300px;
	margin-bottom: 30px;
	padding-bottom: 0px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.promo-block {
	position: relative;
	height: 220px;
	background-color: #ddd;
}
.promo {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
.today {
	position: relative;
	height: 480px;
	padding-right: 0px;
	padding-left: 0px;
	border-right: 1px solid white;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.blog-image {
	position: relative;
	height: 240px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	background-attachment: scroll;
}
.tomorrow {
	height: 480px;
	padding-right: 0px;
	padding-left: 0px;
	border-right: 1px solid white;
	background-color: #f1f1f1;
}
.next-day {
	height: 480px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #f8f8f8;
}
.date {
	position: absolute;
	width: 50px;
	height: 50px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #444;
	color: white;
	text-align: center;
}
.today-heading {
	padding-top: 240px;
	padding-left: 0px;
}
.previous-event {
	height: 40px;
	background-color: #ccc;
	color: black;
	line-height: 41px;
	text-align: center;
}
.rocker-two {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.event {
	margin-bottom: 12px;
}
.blog-article {
	height: 480px;
	margin-bottom: 40px;
	background-color: #f1f1f1;
}
.instagram {
	height: 280px;
	margin-top: 20px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.instagram.whason {
	position: relative;
	margin-top: 0px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-position: 50% 50%;
}
.gallery {
	position: relative;
	height: 620px;
	margin-bottom: 10px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278bb508b3a85397a0000b7_subject-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.map {
	height: 400px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 0px;
	background-image: none;
}
.padder {
	height: 200px;
}
.venue-hero {
	position: relative;
	display: block;
	height: 500px;
	margin-bottom: 10px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/527b774b1d36b8d679000283_bengal-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.indicator {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	padding-left: 0px;
	border-radius: 10px;
	background-color: #ccc;
}
.centered-col {
	margin-bottom: 71px;
	text-align: center;
}
.venue {
	padding-right: 40px;
	padding-left: 40px;
	color: white;
}
.promo-block {
	height: 150px;
	margin-top: 20px;
	margin-bottom: 39px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.promo-block.instant {
	height: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.promo-block.rightborder {
	height: 200px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-right: 10px solid white;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.promo-block.leftborder {
	height: 200px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-left: 10px solid white;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.promo-block._100-height {
	height: 140px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.promo-block.offertas {
	height: 260px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.promo-block.eventtype {
	height: 200px;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/5278d593f783c7377a000205_subject-blur.png);
	background-position: 50% 50%;
}
.blog-article {
	height: 280px;
	margin-top: 20px;
}
.book {
	margin-bottom: 40px;
}
.subpage {
	position: static;
}
.float-logo {
	position: absolute;
	margin-top: -99px;
	padding-left: 10px;
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 32px;
	font-weight: 300;
}
.gallery-form {
	display: inline-block;
}
.gallery-dropdown {
	display: inline-block;
}
.video {
	margin-top: 20px;
}
.selctions {
	height: 200px;
	padding-top: 140px;
}
.homepage-button {
	height: 50px;
	padding-top: 15px;
	border-right: 1px solid #444;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
}
.homepage-button.last {
	border-right-width: 0px;
}
.whatscol1 {
	padding-right: 20px;
	padding-left: 0px;
	border-right: 1px solid #ccc;
}
.whatscol2 {
	padding-right: 0px;
	padding-left: 20px;
}
.whaghs {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.fasdfas {
	width: 290px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.hgdf {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.artimicle {
	margin-top: -10px;
	margin-bottom: -38px;
}
.artimicle.deus {
	margin-top: -37px;
	padding-top: 0px;
}
.artimicle.advanced {
	margin-top: 20px;
}
.brcol {
	padding-right: 1px;
	padding-left: 0px;
}
.first-section {
	position: relative;
	height: 250px;
	margin-bottom: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: 1px solid white;
	border-bottom: 1px none white;
	background-image: url(http://hw-cdn-prod-assets.webflow.com/527777379f78145e5f0003f8/527b774b1d36b8d679000283_bengal-blur.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
}
.promo-box {
	height: 140px;
	margin: 0px 0px 40px;
	padding-top: 60px;
	padding-left: 20px;
	background-color: #ccc;
}
.filter-row {
	margin-bottom: 40px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.centered {
	text-align: center;
}
.spacer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.spacer.biigie {
	padding-top: 30px;
	padding-bottom: 30px;
}
.boxy-promo {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	background-color: #ccc;
}
.datetag {
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 0px none #ccc;
	color: #666;
}
.offer-title {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.area {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
.tagsy {
	padding-left: 10px;
}
.home-row {
	position: relative;
}
.x-panel--notext {
	min-height: 466px;
}
.x-panel--notext a {
	width: 100%;
	min-height: 360px;
	display: block;
}
.byline {
	margin-top: 0px;
	margin-bottom: 40px;
	border-bottom: 1px solid black;
	text-align: right;
}
.blockquote {
	width: 450px;
	margin-bottom: 19px;
	margin-left: 20px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid black;
	font-size: 16px;
	font-weight: 700;
}
.initial-row {
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}

/*added 10-5-14 for Social Sharing using custom font*/

@font-face {
	font-family: 'bluefin-icomoon';
	src: url('/wp-content/themes/brandstyle1/fonts/bluefin-icomoon.eot');
	src: url('/wp-content/themes/brandstyle1/fonts/bluefin-icomoon.eot?#iefix')
			format('embedded-opentype'),
		url('/wp-content/themes/brandstyle1/fonts/bluefin-icomoon.woff') format('woff'),
		url('/wp-content/themes/brandstyle1/fonts/bluefin-icomoon.ttf') format('truetype');
}

.addthis-iconfont {
	font-family: 'bluefin-icomoon';
	font-size: 30px;
}

.addthis-iconfont .addthis_toolbox.addthis_32x32_style .addthis_counter.addthis_bubble_style {
	display: none !important;
}
.addthis-iconfont .addthis_toolbox.addthis_32x32_style {
	height: 0px !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
	max-height: 0;
	margin-top: 15px;
}
.addthis-iconfont .addthis_toolbox.addthis_32x32_style span {
	max-height: 0;
	background: none !important;
}

.addthis-iconfont .addthis_32x32_style .dummy .at300bs,
.addthis-iconfont .addthis_32x32_style .at300bs,
.addthis_32x32_style .at15t {
	width: 0px !important;
	margin-right: 5px;
}

.addthis-iconfont .addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
	padding: 4px 0px;
}

.addthis-iconfont .addthis_button_facebook:before {
	content: '\E605';
	font-family: 'bluefin-icomoon';
}
.addthis-iconfont .addthis_button_twitter:before {
	content: '\E601';
	font-family: 'bluefin-icomoon';
}
.addthis-iconfont .addthis_button_pinterest_share:before {
	content: '\E602';
	font-family: 'bluefin-icomoon';
}
.addthis-iconfont .addthis_button_google_plusone_share:before {
	content: '\E604';
	font-family: 'bluefin-icomoon';
}

.addthis_toolbox a {
	color: #919191;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.addthis_toolbox a:hover {
	color: #b4bf35;
}

/*stop google tracking from tacking up space in the footers*/
[name='google_conversion_frame'] {
	display: none !important;
}

.homepanel h2 {
	border: none !important;
}

dl.gallery-item {
	display: none;
}

/*Callable phone numbers-hidden on desktop*/
@media (min-width: 721px) {
	.desktop_phone_num {
		display: inline;
	}
	.mobile_phone_num {
		display: none;
	}
}
@media (max-width: 720px) {
	.desktop_phone_num {
		display: none;
	}
	.mobile_phone_num {
		display: inline;
	}
}

div.events-footer {
	overflow: hidden;
	border: none !important;
}

.u-max-width-imgs img {
	max-width: 100%;
	height: auto;
}

.dd-enquiry-form__submit:hover {
	color: #223a56 !important;
	background-color: #edcf3d !important;
	opacity: 0.85;
}
