@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300");
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: middle; }

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  background-image: url(images/gallery-close.png);
  position: absolute;
  top: 4px;
  right: 4px;
  width: 73px;
  height: 25px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* jQuery FlexSlider v2.0 - http://www.woothemes.com/flexslider/ - Copyright 2012 WooThemes - Free to use under the GPLv2 license. - http://www.gnu.org/licenses/gpl-2.0.html - Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.slides {
  background: #fff;
  max-height: 100%;
  height: 100%; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  border: 1px solid #666;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  background: white; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Fix flash of content */
.flexslider .slides > li:first-child {
  display: block; }

/* Layout */
.flex-image {
  height: 100%;
  width: 90%;
  position: relative;
  left: 5%; }

.flex-caption {
  position: absolute;
  top: 100%;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  color: #333;
  padding-top: 7px;
  left: 0;
  width: 100%;
  text-align: right; }

.flex-image-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%; }

.flex-image-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 59px;
  height: 59px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -35px; }

.flex-direction-nav .flex-prev {
  left: -35px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

.iphorm-elements .iphorm-element-wrap {
  clear: left; }

.iphorm-elements .half-width {
  width: 50%;
  float: left;
  clear: none; }

.iphorm-elements .half-width .iphorm-element-text {
  width: 91%;
  padding: 2% 4.5%; }

.iphorm-elements .iphorm-element-text {
  width: 96%;
  padding: 1% 2%; }

.iphorm-elements .iphorm-element-textarea {
  width: 97%;
  padding: 1% 1.5%; }

.iphorm-inner {
  margin: 1.4em 0 1.2em 1.2em; }

.iphorm-outer {
  background: #eeecec;
  overflow: hidden;
  zoom: 1; }

.iphorm-element-spacer {
  margin-right: 1.2em;
  margin-bottom: 0.8em; }

.iphorm-elements .iphorm-element-text, .iphorm-elements .iphorm-element-textarea, .iphorm-uniform-theme-default div.selector {
  border: 1px solid #D3D3D3;
  color: #919191;
  font-weight: 400;
  font-size: 1.1em; }

.iphorm-uniform-theme-default div.selector {
  width: 100%;
  background: none; }

.iphorm-uniform-theme-default div.selector select {
  min-width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff; }

.iphorm-uniform-theme-default div.selector.disabled span {
  color: #bbb; }

.iphorm-uniform-theme-default div.selector span {
  background: #fff;
  border: none; }

.iphorm-uniform-theme-default div.selector select {
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer; }

.iphorm-elements label {
  color: #666;
  font-weight: bold;
  font-style: italic;
  display: block; }

.iphorm-input-wrap-file {
  background: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #999;
  position: relative; }

.iphorm-input-wrap div.selector {
  width: 96%;
  position: relative;
  background: #FFF url(images/select-dropdown.png) no-repeat right bottom;
  padding: 1% 1.8% 0.3%; }

.iphorm-edit-form-wrap {
  display: none; }

.iphorm-element-wrap p.iphorm-description {
  color: #666;
  font-weight: bold;
  font-size: 1em;
  font-style: italic;
  margin: 0.7em 0;
  padding: 0; }

.iphorm-submit-input-wrap {
  clear: both;
  text-align: right;
  margin-right: 1.2em; }

.iphorm-element-file {
  width: 100%;
  cursor: pointer;
  opacity: 1 !important; }

.iphorm-uniform-theme-default div.uploader span.action, .iphorm-uniform-theme-default div.uploader span.filename {
  display: none; }

.iphorm-uniform-theme-default div.uploader {
  overflow: hidden;
  margin: 0 auto; }

/* Clearfix code */
.iphorm-clearfix:before, .iphorm-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.iphorm-clearfix:after {
  clear: both; }

.iphorm-clearfix {
  zoom: 1; }

/* IE < 8 */
/*Cross browser fixes*/
.iphorm-inner input[type="checkbox"], input[type="radio"] {
  vertical-align: middle; }

.iphorm-inner label {
  vertical-align: middle;
  display: inline-block;
  min-height: 20px;
  margin-right: 60px;
  font-size: 1.2em;
  letter-spacing: 0.5px; }

.iphorm-inner button::-moz-focus-inner {
  border: 0; }

:focus, .iphorm-inner a:focus {
  outline: 0; }

/* removes gray dotted outline */
.iphorm-inner input.middle:focus, .iphorm-inner select.middle:focus, .iphorm-inner textarea.middle:focus {
  outline-width: 0; }

.iphorm-inner input:focus, .iphorm-inner select:focus, .iphorm-inner textarea:focus {
  outline: none; }

.iphorm-inner textarea {
  overflow: auto; }

/* IE7 fix */
.iphorm-inner button, .iphorm-innerinput {
  /* IE7 extra spacing fix */
  width: auto;
  overflow: visible; }

/*Main Wrappers*/
.iphorm-inner .iphorm-elements {
  margin: 0;
  padding: 0; }

.iphorm-element-spacer {
  padding-bottom: 10px;
  position: relative; }

/*Hidden*/
.iphorm-hidden {
  display: none; }

/*Required*/
.iphorm-element-wrap label span.iphorm-required {
  color: #999;
  position: absolute;
  right: 0;
  top: 0; }

/*Default input, selects and textareas*/
.iphorm-elements .iphorm-element-wrap-text input,
.iphorm-elements .iphorm-element-wrap-captcha input,
.iphorm-elements .iphorm-element-wrap-password input,
.iphorm-elements .iphorm-element-wrap select,
.iphorm-elements .iphorm-element-wrap textarea {
  margin: 0;
  margin-bottom: 3px;
  max-width: 100%; }

.iphorm-elements .iphorm-element-wrap-text input:focus,
.iphorm-elements .iphorm-element-wrap textarea:focus {
  box-shadow: inset 0 0 0 2px #999; }

/* Default Label*/
.iphorm-element-wrap > label {
  font-weight: bold;
  padding: 0 0 4px 0;
  display: inline-block; }

/*File uploads*/
.iphom-upload-progress-wrap {
  display: none;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 5px 5px 0;
  line-height: 14px; }

.iphorm-upload-progress-bar-wrap {
  background: #eee;
  border: 1px solid #ccc;
  padding: 1px; }

.iphorm-upload-progress-bar {
  width: 0;
  height: 10px;
  background: #7ec100; }

.iphorm-upload-info {
  padding-top: 3px; }

.iphorm-upload-info > div {
  float: left;
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  line-height: 15px; }

.iphorm-upload-error {
  display: none;
  padding: 3px;
  background: #F3CAC7; }

.iphorm-upload-info > div:first-child {
  padding-left: 2px; }

.iphorm-file-queue {
  display: none;
  padding-bottom: 5px; }

.iphorm-upload-queue-file {
  float: left;
  display: inline-block;
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 5px 5px 0;
  position: relative;
  overflow: hidden; }

.iphorm-upload-queue-filename {
  float: left;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px; }

.iphorm-upload-queue-remove {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 4px 0 0;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-align: center;
  display: block; }

.iphorm-upload-queue-success {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 4px 0 0;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-indent: -99999px;
  background: url(images/file-upload-tick.png) no-repeat center center;
  display: block; }

/*File browse button*/
.iphorm-swfupload {
  position: relative;
  margin-bottom: 8px;
  display: none;
  border: 1px solid #999; }

.iphorm-swfupload object.swfupload {
  position: absolute;
  left: 0;
  bottom: 0; }

/*add styles to your button*/
.iphorm-swfupload-browse {
  background: #EEE;
  border: solid 1px #DDD;
  text-align: center;
  min-width: 80px;
  min-height: 20px;
  line-height: 20px;
  padding: 1px 10px;
  display: inline-block;
  cursor: pointer;
  float: left;
  position: relative; }

/*add styles to add another button*/
.iphorm-add-another-upload {
  margin-top: 5px; }

.iphorm-add-another-upload span.iphorm-add-another-upload-button {
  background: #EEE;
  border: solid 1px #DDD;
  text-align: center;
  cursor: pointer;
  padding: 4px 10px;
  margin: 3px 0;
  float: left;
  line-height: 1; }

.iphorm-add-another-upload span.iphorm-add-another-upload-button:hover {
  background: #ddd; }

/*Headings*/
h3.iphorm-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 8px; }

/*Form Description*/
p.iphorm-description {
  font-size: 12px;
  color: #666;
  margin: 0;
  padding-bottom: 20px; }

/*Check box and radio buttons*/
.iphorm-input-checkbox-ul, .iphorm-input-radio-ul {
  margin: 0;
  padding: 0; }

.iphorm-input-checkbox-ul .iphorm-input-checkbox-li, .iphorm-input-radio-ul .iphorm-input-radio-li {
  margin: 0;
  padding: 0;
  height: 25px;
  height: auto;
  min-height: 25px; }

.iphorm-input-checkbox-ul .iphorm-input-checkbox-li label, .iphorm-input-radio-ul .iphorm-input-radio-li label {
  position: relative; }

.iphorm-elements .iphorm-element-wrap .iphorm-input-checkbox-ul .iphorm-input-checkbox-li input, .iphorm-elements .iphorm-element-wrap .iphorm-input-radio-ul .iphorm-input-radio-li input {
  border: none;
  opacity: 1 !important; }

.iphorm-input-checkbox-li label, .iphorm-input-radio-li label {
  line-height: 23px; }

.iphorm-input-wrap label {
  font-weight: normal;
  font-style: normal; }

/*Radio and checkboxes inline option*/
.iphorm-options-inline > .iphorm-input-checkbox-li, .iphorm-options-inline > .iphorm-input-radio-li {
  display: inline;
  padding: 0 15px 5px 0;
  float: left; }

.iphorm-options-inline .iphorm-input-checkbox-li label, .iphorm-options-inline .iphorm-input-radio-li label {
  white-space: nowrap; }

.iphorm-element-wrap-radio .radio {
  float: left;
  margin-right: 0.5em; }

/*Captcha*/
.iphorm-captcha-image-wrap {
  position: relative; }

.ifb-captcha-image-inner {
  position: relative;
  float: left;
  background: #fff url(images/captcha-refresh-icon.png) no-repeat center center;
  cursor: pointer; }

.ifb-captcha-image-inner img {
  max-width: 100%;
  display: block; }

/*Groups*/
.iphorm-group-title-description-wrap {
  margin-bottom: 10px; }

.iphorm-group-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px; }

p.iphorm-group-description {
  font-size: 13px;
  color: #666;
  margin: 0;
  padding-bottom: 0; }

.iphorm-group-style-bordered > .iphorm-group-elements {
  border: solid 1px #CCC;
  padding: 10px 10px 0; }

.iphorm-group-row {
  padding: 0; }

.iphorm-group-row > .iphorm-element-wrap, .iphorm-group-row > .iphorm-group-wrap {
  display: inline-block;
  float: left;
  padding: 0; }

.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-1cols > .iphorm-element-wrap, .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-1cols > .iphorm-group-wrap {
  width: 100%; }

.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-2cols > .iphorm-element-wrap, .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-2cols > .iphorm-group-wrap {
  width: 49.9%; }

.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-3cols > .iphorm-element-wrap, .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-3cols > .iphorm-group-wrap {
  width: 33.3%; }

.iphorm-group-alignment-proportional .iphorm-group-row-4cols > .iphorm-element-wrap, .iphorm-group-alignment-proportional .iphorm-group-row-4cols > .iphorm-group-wrap {
  width: 25%; }

.iphorm-group-alignment-proportional .iphorm-group-row-5cols > .iphorm-element-wrap, .iphorm-group-alignment-proportional .iphorm-group-row-5cols > .iphorm-group-wrap {
  width: 20%; }

.iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-element-wrap, .iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-group-wrap {
  float: left;
  width: auto; }

.iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-group-alignment-proportional {
  width: 100%;
  clear: both; }

/*Default Spacing in groups*/
.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row > .iphorm-element-wrap .iphorm-element-spacer {
  padding: 0 10px 10px 0; }

.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row > .iphorm-element-wrap.last-child .iphorm-element-spacer, .iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row.iphorm-group-row-1cols > .iphorm-element-wrap .iphorm-element-spacer, .iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-element-wrap.last-child .iphorm-element-spacer, .iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row.iphorm-group-row-1cols > .iphorm-element-wrap .iphorm-element-spacer {
  padding: 0 0 10px 0; }

/*Left Spacing in groups*/
.iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-element-wrap .iphorm-element-spacer {
  padding: 0 10px 10px 0; }

.iphorm-group-alignment-proportional > .iphorm-group-elements .iphorm-group-wrap > .iphorm-group-elements {
  margin-right: 10px; }

.iphorm-group-alignment-proportional > .iphorm-group-elements .iphorm-group-wrap.last-child > .iphorm-group-elements, .iphorm-group-alignment-proportional > .iphorm-group-elements .iphorm-group-row-1cols > .iphorm-group-wrap > .iphorm-group-elements {
  margin-right: 0; }

.iphorm-group-alignment-proportional > .iphorm-group-elements .iphorm-group-wrap.last-child {
  margin-right: -10px;
  min-width: 1px; }

.iphorm-group-style-bordered.iphorm-group-wrap {
  margin-bottom: 15px; }

.iphorm-group-wrap > .iphorm-group-elements .iphorm-group-row .iphorm-group-style-bordered.iphorm-group-wrap {
  margin-bottom: 0; }

.iphorm-group-style-plain.iphorm-group-wrap {
  margin: 0; }

.iphorm-group-wrap .iphorm-group-row > .iphorm-group-style-plain.iphorm-group-wrap {
  margin: 0; }

.iphorm-group-wrap .iphorm-group-row > .iphorm-group-style-bordered.iphorm-group-wrap {
  padding: 0 0 10px 0;
  float: left; }

.iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-group-style-bordered.iphorm-group-wrap {
  margin-right: 10px; }

.iphorm-group-alignment-left > .iphorm-group-elements > .iphorm-group-row > .iphorm-group-style-bordered.iphorm-group-wrap.last-child {
  margin-right: 0; }

/*Submit button*/
.iphorm-submit-wrap {
  margin: 10px 0; }

.iphorm-submit-wrap button {
  width: 10em;
  height: 2.4em; }

.iphorm-submit-wrap button span, button em {
  display: block;
  margin: 0;
  cursor: pointer;
  font-style: normal; }

/*Loading the submit*/
.iphorm-loading-wrap {
  display: none;
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding-top: 5px; }

.iphorm-loading-wrap .iphorm-loading {
  font-style: italic;
  text-indent: -9999px;
  display: block;
  min-width: 30px;
  background: transparent url(images/default-loading.gif) no-repeat center center; }

/*Errors*/
.iphorm-errors {
  display: none; }

.iphorm-errors-list {
  margin: 0;
  padding: 3px 0 6px 0; }

.iphorm-errors-list > .iphorm-error {
  padding: 3px 10px 3px 25px;
  margin: 0;
  line-height: 16px;
  background: #F3CAC7 url(images/error.png) no-repeat 3px center;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #fa8b83;
  width: auto; }

.iphorm-labels-left > .iphorm-element-spacer > .iphorm-errors-wrap {
  margin-left: 150px; }

.iphorm-labels-left > .iphorm-element-spacer > .iphorm-errors-wrap .iphorm-errors-list > .iphorm-error {
  margin-left: 10px !important; }

.iphorm-labels-above > .iphorm-element-spacer > .iphorm-errors-wrap .iphorm-errors-list .iphorm-error, .iphorm-labels-inside > .iphorm-element-spacer > .iphorm-errors-wrap .iphorm-errors-list .iphorm-error {
  margin-left: 0 !important; }

/*File upload errors*/
.iphorm-queue-errors {
  display: none; }

.iphorm-queue-errors {
  margin: 0;
  padding: 0 0 10px 0; }

.iphorm-queue-errors-list > .iphorm-queue-error {
  padding: 3px 10px 3px 25px;
  margin: 0;
  line-height: 16px;
  background: #F3CAC7 url(images/error.png) no-repeat 3px center;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  border: 1px solid #fa8b83;
  float: left; }

/*Success message*/
.iphorm-success-message {
  background: #cef4a9 url(images/success.png) no-repeat 14px center;
  padding: 8px 20px 8px 45px;
  line-height: 18px;
  margin: 10px 0;
  border: 1px solid #80bb48;
  font-weight: normal;
  color: #000; }

/*iPhorm referal link*/
.iphorm-referral-link a {
  text-decoration: none;
  color: #0F83CA; }

.iphorm-referral-link a:hover {
  color: #292929; }

/*Datepicker*/
.iphorm-input-wrap-date-select-wrap {
  float: none; }

.iphorm-datepicker-icon {
  display: none !important; }

.iphorm-input-wrap-date-select-wrap div.selector {
  float: left;
  width: 122px;
  padding: 0.5% 1.8% 0.1%;
  margin-right: 0.5em; }

/*This can't be namespaced*/
.ui-datepicker {
  z-index: 25000 !important; }

/*Fixes for consistent browsing*/
.iphorm-input-wrap .selector select {
  margin: 0 !important;
  width: auto !important;
  height: 30px; }

.iphorm-input-wrap .iphorm-element-file-inner input[type="file"] {
  text-shadow: none !important; }

*:first-child + html .iphorm-input-wrap select {
  background: transparent !important;
  color: #000 !important; }

*:first-child + html .iphorm-input-wrap select option {
  background: #fff !important;
  color: #000 !important; }

.iphorm-input-radio-li input[type="radio"] {
  background: transparent !important;
  border: none transparent !important; }

.iphorm-input-checkbox-li input[type="checkbox"] {
  background: transparent !important;
  border: none transparent !important; }

/*Tooltip icons*/
.iphorm-tooltip-icon {
  width: 15px;
  height: 15px;
  background: url(images/help-icon.png) no-repeat right bottom;
  display: inline-block;
  cursor: pointer; }

.iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label .iphorm-tooltip-icon, .iphorm-element-wrap-textarea.iphorm-labels-inside > .iphorm-element-spacer > label .iphorm-tooltip-icon, .iphorm-element-wrap-password.iphorm-labels-inside > .iphorm-element-spacer > label .iphorm-tooltip-icon, .iphorm-element-wrap-captcha.iphorm-labels-inside > .iphorm-element-spacer > label .iphorm-tooltip-icon {
  position: absolute;
  right: -20px;
  top: 0; }

.iphorm-tooltip-icon-content {
  display: none; }

/*Conditional logic*/
.iphorm-js .iphorm-has-logic {
  visibility: hidden; }

/*Fancybox*/
#fancybox-content .iphorm-inner {
  padding: 15px; }

#fancybox-content .iphorm-edit-form-wrap {
  display: none; }

/*User defind widths don't work in IE7 - reverts back to auto*/
*:first-child + html .selector > span {
  width: auto !important; }

*:first-child + html .selector > select {
  width: auto !important; }

@font-face {
  font-family: "food-fuel";
  src: url("fonts/gourmet/food-fuel.eot");
  src: url("fonts/gourmet/food-fuel.eot#iefix") format("embedded-opentype"), url("fonts/gourmet/food-fuel.woff") format("woff"), url("fonts/gourmet/food-fuel.ttf") format("truetype"), url("fonts/gourmet/food-fuel.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "food-fuel" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "food-fuel" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gourmet-icon-twitter:before {
  content: "T"; }

.icon-gourmet-icon-instagram:before {
  content: "I"; }

.icon-gourmet-icon-facebook:before {
  content: "F"; }

.icon-gourmet-join-club:before {
  content: "a"; }

#pre-header, #header, .home-grid .ff-club, .home-grid .book-a-table, .home-grid .gift-vouchers, .latest-tweet .tweet-content, .social-username, .home-grid .latest-instagram .instagram-caption, #pre-footer, footer.main, .box-button {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }

.box-footer-feedback .footer-feedback-button a, .locations-grid .faf-locations a {
  font-family: 'Rokkitt', Georgia, "Times New Roman", Times, serif; }

.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }
  .col:first-child {
    margin-left: 0; }

/*
.whole { width: 100%; }
.half { width: 50%; }
.third { width: 33.3%; }
.fourth { width: 25%; }
.fifth { width: 20%; }
.sixth { width: 16.6%; }
.seventh { width: 14.2%; }
.eighth { width: 12.5%; }
.ninth { width: 11.1%; }
.tenth { width: 10%; }

.span_8_of_8 { @extend .whole; } 
.span_7_of_8 { width: 87.3%; } 
.span_6_of_8 { width: 74.6%; } 
.span_5_of_8 { width: 61.9%; } 
.span_4_of_8 { width: 49.2%; } 
.span_3_of_8 { width: 36.5%; } 
.span_2_of_8 { width: 23.8%; } 
.span_1_of_8 { width: 11.1%; }

.span_10_of_10 { @extend .whole; } 
.span_9_of_10 { width: 89.84%; } 
.span_8_of_10 { width: 79.68%; } 
.span_7_of_10 { width: 69.52%; } 
.span_6_of_10 { width: 59.36%; } 
.span_5_of_10 { width: 49.2%; } 
.span_4_of_10 { width: 39.04%; } 
.span_3_of_10 { width: 28.88%; } 
.span_2_of_10 { width: 18.72%; } 
.span_1_of_10 { width: 8.56%; }

.span_12_of_12 { @extend .whole; } 
.span_11_of_12 { width: 91.46%; } 
.span_10_of_12 { width: 83%; } 
.span_9_of_12 { width: 74.54%; } 
.span_8_of_12 { width: 66.08%; } 
.span_7_of_12 { width: 57.62%; }
.span_6_of_12 { width: 49.16%; }
.span_5_of_12 { width: 40.7%; } 
.span_4_of_12 { width: 32.24%; } 
.span_3_of_12 { width: 23.78%; }
.span_2_of_12 { width: 15.32%; } 
.span_1_of_12 { width: 6.86%; }
*/
/*
.home-grid {
    margin: -3px;
}

.grid-item {
    float: left;
    padding: 3px;
    position: relative;
    img {
        width: 100%;
        height: auto;
    }
}

.grid-item-1 {
    width: 70%;
}

.grid-item-2 {
    width: 30%;
    height: 33.65vw;
    text-align: center;
    font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    a {
        font-size: 0.8em;
        color: #000;
    }
    .logo-ff-club {
        max-width: 150px;
        display: block;
        margin: 0 auto 1em;
    }
}

.grid-inner {
    background: #ccc;
    height: 100%;
    position: relative;
}

.grid-item-2 
.grid-item-3,
.grid-item-4 {
    width: 40%;
}

.grid-item-3,
.grid-item-5 {
    height: 21.65vw;
}

.grid-item-3 {
    font-size: 0.9em;
}

.grid-item-3 .vertical-center {
    transform: translateY(-53%);
    left: 5%;
    right: 5%;
}

.grid-item-3 .opening-group {
    float: left;
    width: 40%;
    margin: 0 2%;
}

.grid-item-5,
.grid-item-6,
.grid-item-7,
.grid-item-8,
.grid-item-9,
.grid-item-10 {
    width: 20%;
}

.grid-item-5 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
    font-size: 1.8em;
}

.grid-item-5 a {
    font-size: 0.8em;
    color: #000;
}


.grid-item-6 {
    clear: left;
}

.grid-item-11 {
    width: 56%;
}

.grid-item-12,
.grid-item-13 {
    width: 44%;
}

.grid-item-14,
.grid-item-15 {
    width: 38%;
}

.grid-item-14 {
    clear: left;
}

.grid-item-16 {
    width: 24%;
}

.grid-item-17 {
    width: 56%;
}

.grid-item-18 {
    width: 44%;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

@media screen and (min-width: 1300px) {
    .grid-inner {
        position: relative;
    }

    .grid-item-3 .grid-inner {
        padding: 0 1em;
    }

    .grid-item-3 {
        font-size: 0.9em;
    }

    .grid-item-1 {
        width: 50%;
    }

    .grid-item-2 {
        width: 22%;
        height: 24vw;
    }

    .grid-item-3 {
        width: 28%;
        height: 24vw;
    }

    .grid-item-4 {
        clear: left;
    }

    .grid-item-6 {
        clear: none;
    }

    .grid-item-8,.grid-item-9,.grid-item-10 {
        float: right;
        width: 23.4%;
    }

    .grid-item-11 {
        width: 29.8%;
    }

    .grid-item-12 {
        clear: left;
    }
}
*/
.home-grid {
  margin: 0 -5px; }
  @media only screen and (max-width: 1610px) {
    .home-grid {
      padding: 0 10px; } }
  .home-grid .width-xs {
    width: calc(20% - 10px); }
  .home-grid .width-s {
    width: calc(30% - 10px); }
  .home-grid .width-m {
    width: calc(40% - 10px); }
  .home-grid .width-l {
    width: calc(45% - 10px); }
  .home-grid .width-xl {
    width: calc(55% - 10px); }
  .home-grid .width-xxl {
    width: calc(70% - 10px); }
  .home-grid .height-xxxs {
    padding-bottom: calc(12% - 10px); }
  .home-grid .height-xxs {
    padding-bottom: calc(15% - 10px); }
  .home-grid .height-xs {
    padding-bottom: calc(18% - 10px); }
  .home-grid .height-s {
    padding-bottom: calc(20% - 10px); }
  .home-grid .height-m {
    padding-bottom: calc(22% - 10px); }
  .home-grid .height-l {
    padding-bottom: calc(30% - 10px); }
  .home-grid .height-xl {
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item {
    float: left;
    position: relative;
    overflow: hidden;
    background: #ececec;
    margin: 0 5px 11px; }
    .home-grid .grid-item img {
      width: 100%;
      height: auto; }
    .home-grid .grid-item .grid-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .home-grid .grid-item .grid-inner.img-hover:hover img:not(.second-img) {
        display: none; }
      .home-grid .grid-item .grid-inner.img-hover img {
        position: absolute;
        top: 0;
        left: 0; }
      .home-grid .grid-item .grid-inner.img-hover img:not(.second-img) {
        z-index: 9; }
      .home-grid .grid-item .grid-inner.vc-parent:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */ }
      .home-grid .grid-item .grid-inner .vertical-center {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-left: -1px;
        padding-left: 1px; }
    @media only screen and (max-width: 1000px) {
      .home-grid .grid-item.desktop-only {
        display: none !important; } }
    @media only screen and (max-width: 800px) {
      .home-grid .grid-item.tablet-only {
        display: none !important; } }
    @media only screen and (min-width: 1001px) {
      .home-grid .grid-item.mobile-only {
        display: none !important; } }
    @media only screen and (min-width: 801px) {
      .home-grid .grid-item.small-mob-only {
        display: none !important; } }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font: 16px/1.562 'Open Sans', Arial, serif;
  max-width: 1600px;
  margin: 0 auto; }

a, a:hover, a:active {
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #333;
  font-weight: bold;
  text-decoration: none; }

a:hover {
  color: #000; }

a:visited {
  color: #4B4B4B; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1em; }

h1, h2, h3, h4 {
  font-weight: bold; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  margin: 0.4em 0 1em; }

input, select, textarea {
  font-family: sans-serif; }

#header {
  padding: 0 20px; }

#page {
  margin: 0 auto;
  z-index: 2;
  /*max-width: 1120px;*/ }

.lt-ie8 #header {
  float: left; }

#pre-header {
  background: #ececec;
  padding: 0.7em 1.5em 0.6em;
  overflow: hidden; }
  #pre-header, #pre-header a {
    color: #858585; }
  #pre-header .map-marker {
    float: left;
    margin-right: 1em; }
  #pre-header .address {
    float: left;
    text-transform: uppercase;
    font-size: 1.3em; }
    @media only screen and (max-width: 970px) {
      #pre-header .address {
        margin-top: 3px; } }
  #pre-header .social {
    float: right;
    line-height: 1; }
    @media only screen and (max-width: 500px) {
      #pre-header .social {
        display: none; } }
    #pre-header .social .social-link {
      display: inline-block;
      height: 25px;
      font-size: 25px;
      margin-left: 10px;
      line-height: 1; }

@media only screen and (max-width: 700px) {
  #header {
    padding: 0 10px; } }

#header .logo {
  display: block;
  float: left;
  font-size: 1.4em;
  margin: 1.45em 0;
  width: 250px; }
  @media only screen and (max-width: 700px) {
    #header .logo {
      margin-top: 2em; } }

#header .gift-vouchers-available {
  font-size: 8.4em;
  position: relative;
  z-index: 3;
  line-height: 1;
  height: 1em;
  width: 1em;
  display: block;
  margin: 0.2em 0.35em 0.35em; }

#header .nav-container {
  float: right;
  font-size: 1.2em;
  margin: 1.5em 0; }
  @media only screen and (max-width: 700px) {
    #header .nav-container {
      margin: 1em 0; } }
  #header .nav-container ul.sub-menu {
    display: none; }
  #header .nav-container ul li {
    display: block;
    float: left;
    margin-left: 1em;
    text-transform: uppercase; }
    @media only screen and (max-width: 700px) {
      #header .nav-container ul li {
        float: left;
        width: calc(50% - 10px);
        margin-left: 0;
        background-color: #ececec;
        margin-left: 5px;
        margin-right: 5px;
        display: none; }
        #header .nav-container ul li.show-mobile {
          display: block; } }
    #header .nav-container ul li a {
      text-decoration: none;
      padding: 0.5em 0;
      display: block;
      line-height: 1;
      letter-spacing: 0.5px;
      color: #000;
      font-weight: 300;
      font-size: 1.1em; }
      #header .nav-container ul li a:hover {
        color: #666; }
      @media only screen and (max-width: 700px) {
        #header .nav-container ul li a {
          line-height: 2em; } }
  #header .nav-container ul > li:hover {
    position: relative;
    overflow: visible; }
    #header .nav-container ul > li:hover ul.sub-menu {
      display: block;
      position: absolute;
      z-index: 10;
      top: 100%;
      overflow: visible;
      background: white;
      left: -40px;
      right: -40px;
      padding-bottom: 0.4em; }
      #header .nav-container ul > li:hover ul.sub-menu li {
        float: none;
        margin: 0;
        display: block; }
        #header .nav-container ul > li:hover ul.sub-menu li a {
          font-size: 1em;
          text-align: center;
          padding: 0.4em 0.4em;
          color: #444; }
      @media only screen and (max-width: 700px) {
        #header .nav-container ul > li:hover ul.sub-menu {
          left: 0;
          right: 0;
          background: #ECECEC;
          padding-bottom: 0; }
          #header .nav-container ul > li:hover ul.sub-menu li {
            width: 100%;
            background: none; }
            #header .nav-container ul > li:hover ul.sub-menu li a {
              background: #FFF;
              margin: 7px; } }

#mobile_nav {
  display: none;
  overflow: hidden; }

#nav li.current-menu-item a {
  color: #666; }

#main {
  position: relative;
  overflow: hidden; }

#content {
  position: relative;
  padding: 2.8em 1.6em;
  color: #404040;
  border-top: 1px solid #ECECEC; }
  #content img {
    max-width: 100%; }

.sidebar img {
  max-width: 100%; }

.sidebar a {
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #fff; }

.sidebar .widget {
  margin-bottom: 2.5em; }
  .sidebar .widget p:last-child {
    margin-bottom: 0; }

.sidebar .textwidget {
  text-transform: none; }

.sidebar .widget-title {
  font-size: 1.7em; }

.sidebar .latest_news .post {
  margin-bottom: 1.4em; }
  .sidebar .latest_news .post .entry-title {
    font-size: 1.2em;
    margin: 0;
    border: none;
    line-height: 1.3; }
  .sidebar .latest_news .post .entry-link {
    margin: -0.8em 0 0 0;
    display: block; }

.sidebar .pub_book_table .book-button {
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  line-height: 2.5;
  margin-top: .5em;
  color: #fff; }

.sidebar .pub_book_table div.book-button {
  cursor: default;
  font-weight: bold;
  font-style: italic; }

.grid-item.grid-item-2.height-xs.width-s.ff-club,
.grid-item.grid-item-2.height-l.width-s.ff-club {
  background: #fecb09; }

.home-grid .ff-club {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  background-image: url(images/ff-club-overlay.png);
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 1200px) {
    .home-grid .ff-club {
      font-size: 1.6em; }
      .home-grid .ff-club p {
        margin-bottom: 15px; } }
  .home-grid .ff-club a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .home-grid .ff-club .logo-ff-club {
    height: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto 0.5em; }
    @media only screen and (max-width: 620px) {
      .home-grid .ff-club .logo-ff-club {
        margin-top: 20px;
        width: 30%; } }
    @media only screen and (max-width: 800px) and (min-width: 621px) {
      .home-grid .ff-club .logo-ff-club {
        width: 20%; } }
    @media only screen and (max-width: 1000px) and (min-width: 801px) {
      .home-grid .ff-club .logo-ff-club {
        width: 39%; } }
    @media only screen and (min-width: 1001px) {
      .home-grid .ff-club .logo-ff-club {
        width: 32%;
        margin-top: 7%; } }
  .home-grid .ff-club .box-button {
    font-size: 0.9em;
    position: relative;
    z-index: 2;
    font-weight: 400; }
    @media only screen and (max-width: 1300px) and (min-width: 1001px) {
      .home-grid .ff-club .box-button {
        font-size: 0.6em; } }

.pub_opening_times {
  width: 100%; }
  .pub_opening_times h4 {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #000;
    font-size: 1.8em;
    margin-bottom: 1.3em;
    position: relative; }
    .pub_opening_times h4:after {
      display: block;
      content: '';
      width: 50px;
      height: 2px;
      background: black;
      position: absolute;
      top: 1.7em;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .pub_opening_times .opening-group {
    text-transform: none;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 1.8em; }
    .pub_opening_times .opening-group .opening-period {
      display: block; }
    .pub_opening_times .opening-group .opening-times {
      display: block;
      font-style: italic; }
    .pub_opening_times .opening-group .before-times-content {
      margin-bottom: 0.5em; }

.home-grid .book-a-table {
  background: #5C6B32;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300; }
  .home-grid .book-a-table p {
    font-size: 2em;
    line-height: 1.1em;
    margin: 0; }
    @media only screen and (max-width: 1320px) {
      .home-grid .book-a-table p {
        font-size: 1.8em; } }
    @media only screen and (max-width: 1200px) {
      .home-grid .book-a-table p {
        font-size: 1.5em; } }
    @media only screen and (max-width: 800px) {
      .home-grid .book-a-table p {
        font-size: 1.8em; } }
    .home-grid .book-a-table p:first-child {
      font-size: 3.2em;
      margin-bottom: 0.5em; }
      @media only screen and (max-width: 1320px) {
        .home-grid .book-a-table p:first-child {
          font-size: 2.5em; } }
      @media only screen and (max-width: 1200px) {
        .home-grid .book-a-table p:first-child {
          font-size: 2em; } }
      @media only screen and (max-width: 800px) {
        .home-grid .book-a-table p:first-child {
          font-size: 2.5em; } }
  .home-grid .book-a-table a {
    color: #fff; }

.home-grid .gift-vouchers {
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1.1em; }
  .home-grid .gift-vouchers p {
    color: #000;
    margin: 0 auto 0.2em;
    max-width: 80%;
    font-weight: 600;
    font-size: 0.85em; }
    .home-grid .gift-vouchers p:first-child {
      margin-bottom: 15px; }
      @media only screen and (max-width: 1610px) {
        .home-grid .gift-vouchers p:first-child {
          margin-bottom: 10px; } }
    .home-grid .gift-vouchers p:last-child {
      margin-bottom: 0; }
  .home-grid .gift-vouchers img {
    width: 100px;
    margin-bottom: 0.4em; }
    @media only screen and (max-width: 509px) {
      .home-grid .gift-vouchers img {
        width: 70px; } }
  .home-grid .gift-vouchers a {
    color: #545454;
    font-weight: normal; }

.home-grid .grid-item-8-image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.home-grid .grid-item-8-image img {
  width: 100%;
  margin: 0; }

.home-grid .job-apply {
  position: relative; }
  .home-grid .job-apply a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #24373e;
    transition: background 100ms ease; }
    .home-grid .job-apply a:hover {
      background: #fecb0a; }
      .home-grid .job-apply a:hover svg {
        fill: #000; }
  .home-grid .job-apply svg {
    transition: fill 100ms ease;
    fill: #fff;
    width: 160px;
    display: block;
    margin: 0 auto; }

.home-grid .deliveroo {
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .home-grid .deliveroo {
      font-size: 1.3em; } }
  .home-grid .deliveroo img {
    width: 70%;
    display: block;
    margin: 0 auto 15px; }
    @media only screen and (max-width: 800px) {
      .home-grid .deliveroo img {
        width: 40%; } }
    @media only screen and (max-width: 530px) {
      .home-grid .deliveroo img {
        width: 60%; } }

.latest-tweet {
  padding-left: 4em;
  padding-top: 2em; }
  @media only screen and (max-width: 1200px) {
    .latest-tweet {
      padding: 1em 1.5em; } }
  .latest-tweet.with-photo {
    padding-left: calc(30% + 15px); }
  .latest-tweet .tweet-photo {
    display: block;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 70%;
    left: 0;
    bottom: 0; }
  .latest-tweet .tweet-content {
    font-style: italic;
    padding-right: 1em; }
    .latest-tweet .tweet-content, .latest-tweet .tweet-content a {
      font-weight: 300; }
    @media only screen and (max-width: 970px) {
      .latest-tweet .tweet-content {
        font-size: 1.5em; } }
    @media only screen and (max-width: 1610px) {
      .latest-tweet .tweet-content {
        font-size: 1.5em;
        margin-bottom: 10px;
        margin-top: 0; } }
    @media only screen and (max-width: 1320px) {
      .latest-tweet .tweet-content {
        font-size: 1.2em; } }

.social-username {
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: right;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 35px; }
  @media only screen and (max-width: 1200px) {
    .social-username {
      font-size: 1em;
      padding-right: 0; } }
  .social-username a {
    display: block;
    color: #5C6B32; }

#instagram-group {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #ececec; }
  #instagram-group span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  #instagram-group .social-username {
    margin: .3rem;
    font-size: 1.1rem; }
    @media only screen and (max-width: 1220px) and (min-width: 1201px) {
      #instagram-group .social-username {
        font-size: 1.3em;
        margin: 0; } }

.grid-item.grid-item-12.grid-item-12-video.height-s.width-l {
  position: relative; }
  .grid-item.grid-item-12.grid-item-12-video.height-s.width-l:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }

.grid-item.grid-item-18.grid-item-18-video.height-s.width-l {
  position: relative; }
  .grid-item.grid-item-18.grid-item-18-video.height-s.width-l:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }

.home-grid .latest-instagram .instagram-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: 130% auto;
  background-size: cover; }

.home-grid .latest-instagram .instagram-caption {
  float: left;
  padding: 0.7em 1em 0em calc(33.6% + 3em);
  margin-bottom: 0.4em;
  font-style: italic;
  font-size: 1.15em;
  color: #3c3c3c; }
  @media only screen and (max-width: 1610px) {
    .home-grid .latest-instagram .instagram-caption {
      padding: 1em 1em 1em calc(33.6% + 3em); } }
  @media only screen and (max-width: 1200px) {
    .home-grid .latest-instagram .instagram-caption {
      padding-left: calc(25% + 3em); } }
  @media only screen and (max-width: 1200px) {
    .home-grid .latest-instagram .instagram-caption {
      font-size: 1.6em; } }
  @media only screen and (max-width: 800px) {
    .home-grid .latest-instagram .instagram-caption {
      font-size: 1.3em; } }
  @media only screen and (max-width: 620px) {
    .home-grid .latest-instagram .instagram-caption {
      padding: 1em;
      max-width: 60%;
      float: left; } }
  @media only screen and (max-width: 530px) {
    .home-grid .latest-instagram .instagram-caption {
      max-width: 100%; } }

.home-grid .latest-instagram .social-username {
  clear: left; }

#sidebar-upper {
  margin: 0 1.5em 1em 2.6em; }

#pre-footer {
  background: #ececec;
  margin: 6px 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  #pre-footer .nav-container {
    text-align: center; }
    #pre-footer .nav-container li {
      display: inline-block;
      margin-left: 1em;
      text-transform: uppercase; }
      #pre-footer .nav-container li a {
        text-decoration: none;
        padding: 0.5em 0;
        display: block;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #000;
        font-weight: 300;
        font-size: 1.5em; }

footer.main {
  background: #636363;
  color: #fff;
  z-index: 1;
  position: relative; }
  footer.main a {
    color: #fff; }
  footer.main .footer-wrap {
    padding: 1.3em 2em 1.5em;
    overflow: hidden; }
  footer.main .wrap {
    margin: 0 2em;
    padding: 0 0 0.4em; }
  footer.main .box-title {
    margin-bottom: 0.8em;
    background: none;
    line-height: 1;
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0; }
  footer.main .copyright {
    border-top: 1px solid #fff;
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
    font-weight: 100;
    font-size: 0.9em;
    position: relative;
    padding: 0.9em 0 0.7em; }
  footer.main .tghp-bug {
    position: absolute;
    right: 0;
    font-weight: normal;
    top: 0.9em; }
  footer.main .faf-bug {
    position: absolute;
    left: 0;
    font-weight: normal;
    top: 0.9em; }
  footer.main .gdpr-bug {
    font-weight: 300; }
    @media only screen and (min-width: 1219px) {
      footer.main .gdpr-bug {
        position: absolute;
        left: 14rem; } }
  footer.main p {
    margin: 0.2em 0 0.2em; }
  footer.main h3 {
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 0.8em;
    font-weight: 600; }
  footer.main .footer-secondary {
    overflow: hidden;
    padding-top: 2em; }
  footer.main .locations-grid {
    overflow: hidden; }

.box-footer-contact {
  overflow: hidden;
  float: right; }
  .site-def .box-footer-contact {
    width: auto;
    float: none; }
  .box-footer-contact .pub-logo {
    width: 80%;
    margin-bottom: 1.5em; }
  .box-footer-contact .address {
    text-transform: uppercase;
    margin: 0 2em 0.6em 0; }

.box-footer-feedback {
  overflow: hidden;
  width: 40%;
  float: left;
  margin-bottom: 1.6em; }
  .box-footer-feedback .footer-feedback-title {
    display: block;
    margin-bottom: 1em; }
  .box-footer-feedback .feedback-text {
    margin-bottom: 1em;
    position: relative;
    font-size: 1.3em; }
  .box-footer-feedback .footer-feedback-button {
    display: block;
    text-align: left; }
    .box-footer-feedback .footer-feedback-button a {
      background: #eee;
      color: #000;
      padding: 0.7em 1.5em;
      display: block;
      float: left;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 600;
      letter-spacing: 0.8px; }
      .box-footer-feedback .footer-feedback-button a img {
        max-width: 100%; }
  .box-footer-feedback .tghp-logo {
    float: right; }

.locations-grid .faf-locations {
  overflow: hidden; }
  @media only screen and (max-width: 460px) {
    .locations-grid .faf-locations {
      overflow: visible; } }
  .locations-grid .faf-locations li {
    float: left;
    text-align: center;
    width: 13.666%;
    line-height: 1.3;
    margin: 0 1.5% 20px; }
    @media only screen and (max-width: 1000px) {
      .locations-grid .faf-locations li {
        width: 22.6%;
        margin: 0 1.2% 20px; } }
    @media only screen and (max-width: 740px) {
      .locations-grid .faf-locations li {
        width: 47.6%;
        height: 13em; } }
    .locations-grid .faf-locations li .location-logo {
      margin-bottom: 1.5em;
      max-width: 100%;
      max-height: 110px;
      height: auto; }
      @media only screen and (max-width: 1280px) {
        .locations-grid .faf-locations li .location-logo {
          max-width: 80%; } }
  .locations-grid .faf-locations a {
    text-decoration: none; }

#footer-sustainability-ribbon {
  float: left;
  width: 20%;
  text-align: center;
  line-height: 1.3;
  padding-top: 20px; }
  @media only screen and (max-width: 740px) {
    #footer-sustainability-ribbon {
      width: calc(100% / 3);
      padding-top: 3em; } }
  @media only screen and (max-width: 620px) {
    #footer-sustainability-ribbon {
      padding-top: 0; } }
  @media only screen and (max-width: 460px) {
    #footer-sustainability-ribbon {
      width: 50%; } }
  #footer-sustainability-ribbon img {
    width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 620px) {
      #footer-sustainability-ribbon img {
        width: 65%; } }

#footer-nav a {
  color: white;
  text-decoration: none;
  line-height: 1; }

#footer-nav .footer-nav-title {
  display: block;
  margin-bottom: 1em; }

.box-title {
  padding: .3em .4em;
  color: white;
  font-size: 1.3em;
  margin-bottom: .5em;
  font-weight: normal;
  background: #333; }

.decorative-title {
  font-weight: 100;
  line-height: 1.8;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #333333;
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }

.sansserif-title {
  font-weight: bold;
  font-style: italic;
  line-height: 1.8; }

.form-title {
  background: #636363;
  color: #fff;
  padding: 0.2em 1em;
  position: relative;
  margin: 0; }

.decorative-title.form-title {
  margin-bottom: 0;
  letter-spacing: 0.5px; }

.content-feedback {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }

.form-intro p {
  font-size: 1.3em;
  letter-spacing: 0.5px;
  padding-left: 0.2em;
  padding-right: 0.2em; }

.group.standard-page {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }
  .group.standard-page p {
    font-size: 1.3em; }

.content-job-apply {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }
  .content-job-apply p {
    font-size: 1.3em; }

.page-template-page-join-club {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }
  .page-template-page-join-club p {
    font-size: 1.3em; }

.box-join-club-intro .logo-ff-club {
  max-height: 250px; }

.minor-hero-1 {
  margin-bottom: 1em; }

.box-footer-tripadvisor {
  float: right;
  margin: 0 0 1em 1em; }
  .box-footer-tripadvisor .TA_certificateOfExcellence .widCOE {
    margin: 0 !important;
    padding: 0 !important; }

.menu-attachment {
  text-align: center;
  margin: 0.4em 0;
  background: #ccc;
  padding: 0.6em;
  font-size: 1.4em; }

.menu-attachment a {
  color: #000; }

.box-button {
  border: 1px solid;
  padding: 0.8em 0.9em 0.9em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 100;
  line-height: 1; }

.menu-attachment img {
  max-width: 100%; }

.iphorm-elements .half-width .iphorm-element-text {
  width: 100%;
  padding: 2% 4.5%; }

.iphorm-input-wrap div.selector {
  width: 100%; }

.iphorm-input-wrap div.selector {
  padding: 5px 50px 4px 1.8%; }

.iphorm-elements .iphorm-element-textarea {
  width: 100%;
  padding: 1% 1.5%; }

.button-grey,
.iphorm-submit-wrap button,
.iphorm-uniform-theme-default div.uploader span.action,
.button-black {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  white-space: nowrap;
  font-style: normal; }

.button-grey,
.iphorm-submit-wrap button,
.iphorm-uniform-theme-default div.uploader span.action {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  background: #333;
  border: none;
  color: #fff; }

.button-black {
  color: #fff;
  background: #2e3123;
  background: -moz-linear-gradient(top, #2e3123 0%, #161813 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3123), color-stop(100%, #161813));
  background: -webkit-linear-gradient(top, #2e3123 0%, #161813 100%);
  background: -o-linear-gradient(top, #2e3123 0%, #161813 100%);
  background: -ms-linear-gradient(top, #2e3123 0%, #161813 100%);
  background: linear-gradient(to bottom, #2e3123 0%, #161813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3123', endColorstr='#161813',GradientType=0 ); }

.iphorm-element-wrap-recaptcha label {
  display: none; }

#cookie-prompt {
  display: none;
  padding: 1em 0.5em 1.2em;
  text-align: center;
  background: #333;
  color: #fff;
  position: relative;
  z-index: 9999;
  font-size: 0.95em; }

#cookie-prompt .button {
  padding: 0.3em;
  font-size: 1em; }
  #cookie-prompt .button span {
    padding-right: 1em; }

.no-js #cookie-prompt {
  display: block !important; }

.cookie-prompt-info {
  font-style: italic;
  font-size: 0.9em;
  margin: 0.8em 1em 0 1em;
  display: none; }

/* 5. Child overridden
-------------------------------------------------------------- */
/* 6. Page specific
-------------------------------------------------------------- */
.page {
  position: relative; }

.site-foodandfuel .home-grid .grid-item-9 {
  display: none !important; }

@media only screen and (max-width: 1320px) {
  .site-foodandfuel .home-grid .grid-item-3 {
    padding-bottom: calc(40% - 10px); }
    .site-foodandfuel .home-grid .grid-item-3 img {
      object-fit: cover;
      height: 100%; } }

@media only screen and (max-width: 1200px) {
  .site-foodandfuel .home-grid .grid-item-6 {
    display: block; }
  .site-foodandfuel .home-grid .grid-item-3 {
    width: calc(40% - 10px) !important; }
  .site-foodandfuel .home-grid .grid-item-17 {
    width: calc(100% - 10px) !important;
    padding-bottom: calc(40% - 10px); }
    .site-foodandfuel .home-grid .grid-item-17 img {
      object-fit: cover;
      height: 100%; } }

@media only screen and (max-width: 1000px) {
  .site-foodandfuel .home-grid .grid-item-3 {
    width: calc(100% - 10px) !important; }
  .site-foodandfuel .home-grid .grid-item-7 {
    display: none; }
  .site-foodandfuel .home-grid .grid-item-6 {
    display: none; }
  .site-foodandfuel .home-grid .grid-item-9 {
    display: none; } }

@media only screen and (max-width: 800px) {
  .site-foodandfuel .home-grid .grid-item-8 {
    padding-bottom: calc(50% - 10px);
    width: calc(50% - 10px); }
  .site-foodandfuel .home-grid .grid-item-7 {
    display: block;
    padding-bottom: calc(50% - 10px);
    width: calc(50% - 10px); }
  .site-foodandfuel .home-grid .grid-item-6 {
    display: block;
    padding-bottom: calc(50% - 10px);
    width: calc(50% - 10px); }
  .site-foodandfuel .home-grid .grid-item-17 {
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 1320px) {
  .home-grid .grid-item-3 {
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item-4 {
    display: none; }
  .home-grid .grid-item-17, .home-grid .grid-item-18 {
    padding-bottom: calc(22% - 10px); }
  .home-grid .grid-item-18-video {
    display: block; } }

@media only screen and (max-width: 1200px) {
  .home-grid .grid-item-6, .home-grid .grid-item-9 {
    display: none; }
  .home-grid .grid-item-3 {
    width: calc(60% - 10px); }
  .home-grid .grid-item-17 {
    width: calc(100% - 10px);
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item-18 {
    display: none; }
  .home-grid .grid-item-18-video {
    display: block;
    width: calc(100% - 10px);
    padding-bottom: calc(45% - 10px); } }

@media only screen and (max-width: 1000px) {
  .home-grid .grid-item-1 {
    width: calc(100% - 10px);
    padding-bottom: calc(43% - 10px); }
  .home-grid .grid-item-2 {
    float: right;
    width: calc(40% - 10px); }
  .home-grid .grid-item-5 {
    width: calc(30% - 10px);
    padding-bottom: calc(30% - 10px); }
  .home-grid .grid-item-7 {
    width: calc(30% - 10px);
    padding-bottom: calc(30% - 10px); }
  .home-grid .grid-item-3 {
    width: calc(100% - 10px);
    padding-bottom: calc(30% - 10px); }
  .home-grid .grid-item-8, .home-grid .grid-item-10 {
    width: calc(30% - 10px);
    padding-bottom: calc(30% - 10px);
    float: right; }
  .home-grid .grid-item-5, .home-grid .grid-item-10 {
    padding-bottom: calc(50% - 10px); }
  .home-grid .grid-item-11 {
    width: calc(40% - 10px);
    padding-bottom: calc(30% - 10px); }
    .home-grid .grid-item-11 img {
      width: 104%; }
  .home-grid .grid-item-12, .home-grid .grid-item-13 {
    padding-bottom: calc(30% - 10px);
    width: calc(50% - 10px); } }

@media only screen and (max-width: 800px) {
  .home-grid .grid-item-5, .home-grid .grid-item-10 {
    width: calc(50% - 10px);
    float: left; }
  .home-grid .grid-item-3 {
    padding: 20px 0; }
    .home-grid .grid-item-3 .grid-inner {
      position: static; }
    .home-grid .grid-item-3.grid-item-3-image {
      padding-top: 0;
      padding-bottom: 0; }
  .home-grid .grid-item-2 {
    float: left;
    width: calc(100% - 10px);
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item-6 {
    display: block;
    width: calc(30% - 10px);
    padding-bottom: calc(30% - 10px); }
  .home-grid .grid-item-7 {
    float: right; }
  .home-grid .grid-item-8 {
    width: calc(40% - 10px); }
  .home-grid .grid-item-11 {
    width: calc(55% - 10px);
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item-12 {
    width: calc(45% - 10px);
    padding-bottom: calc(40% - 10px); }
  .home-grid .grid-item-13 {
    width: calc(100% - 10px);
    padding: 0; }
    .home-grid .grid-item-13 .grid-inner {
      position: static; } }

@media only screen and (max-width: 620px) {
  .home-grid .grid-item-2 {
    padding: 0; }
    .home-grid .grid-item-2 .grid-inner {
      position: static; }
  .home-grid .grid-item-5, .home-grid .grid-item-10 {
    padding-bottom: calc(50% - 10px); }
  .home-grid .grid-item-11, .home-grid .grid-item-12 {
    width: calc(100% - 10px); }
  .home-grid .grid-item-11 {
    padding-bottom: 70%; }
  .home-grid .grid-item-17 {
    padding: 0; }
    .home-grid .grid-item-17 .grid-inner {
      position: static; }
  .home-grid .grid-item-6, .home-grid .grid-item-7, .home-grid .grid-item-8, .home-grid .grid-item-9 {
    display: block;
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px); }
  .home-grid .grid-item-16 {
    display: none; }
  .home-grid .grid-item-14, .home-grid .grid-item-15 {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px); }
    .home-grid .grid-item-14 img, .home-grid .grid-item-15 img {
      height: 100%;
      width: auto; } }

@media (max-width: 509px) {
  #find-testimonial-mobile {
    clear: both; }
  #main .find-us-address {
    padding: 6em 0;
    width: calc(100% - 10px); }
  .testimonial-quote.mobile-only {
    padding: 1em 0;
    width: calc(100% - 10px);
    text-align: center; }
    .testimonial-quote.mobile-only #testimonial-quoted {
      margin-bottom: 0; }
    .testimonial-quote.mobile-only #testimonial-quoted-author {
      margin-bottom: 0; } }

@media only screen and (max-width: 1000px) and (min-width: 510px) {
  #find-testimonial-mobile {
    display: flex;
    clear: both; }
  #main .find-us-address {
    padding: 10em 0;
    width: calc(50% - 10px); }
  .testimonial-quote.mobile-only {
    padding: 4em 0;
    width: calc(50% - 10px);
    text-align: center; }
    .testimonial-quote.mobile-only #testimonial-quoted {
      margin-bottom: 0; } }

@media only screen and (max-width: 1000px) and (min-width: 801px) {
  .grid-item.grid-item-5.book-a-table,
  .grid-item.grid-item-10 {
    padding-bottom: calc(30% - 10px); } }

.home .box-home-news .entry-title, .home .box-home-news .seperator, .home .box-home-news .entry-meta {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0; }

.home #content {
  background: none;
  padding: 0;
  margin: 0; }

.home .box-title {
  font-size: 1.2em; }

.home .box-home-news article {
  line-height: 1.3;
  margin: 0 0.8em; }
  .home .box-home-news article.first {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em; }

.home .box-home-news .entry-title {
  border: none; }

.home .box-home-news a {
  color: #333;
  text-decoration: none; }

.home .box-home-news h2 a {
  color: white; }

.home .entry-summary {
  font-weight: normal;
  margin-bottom: 0.4em;
  line-height: 1.3; }
  .home .entry-summary p {
    margin: 0;
    padding: 0; }

.home .meet-the-manager-bio {
  margin: 1em 0 0.6em 0.6em; }

.home-grid .book-a-table .box-button {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
  padding: 0.6em;
  font-weight: normal; }

.find-us-address {
  position: relative;
  font-family: "Open Sans Condensed", sans-serif; }
  .find-us-address a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .find-us-address span {
    font-size: 1.7em;
    font-weight: 100; }
    @media only screen and (max-width: 1200px) and (min-width: 1001px) {
      .find-us-address span {
        font-size: 1em; } }
    @media only screen and (min-width: 1201px) {
      .find-us-address span {
        font-size: 1.4em; } }

.find-us-container {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  text-align: center; }
  @media only screen and (max-width: 509px) {
    .find-us-container {
      width: 95%; } }
  .find-us-container h2 {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 0.1em;
    display: inline; }
    @media only screen and (max-width: 509px) {
      .find-us-container h2 {
        font-size: 2.3em; } }
    @media only screen and (max-width: 1000px) and (min-width: 510px) {
      .find-us-container h2 {
        font-size: 2.5em; } }
    @media only screen and (max-width: 1200px) and (min-width: 1001px) {
      .find-us-container h2 {
        font-size: 2.1em; } }
    @media only screen and (min-width: 1201px) {
      .find-us-container h2 {
        font-size: 2.2em; } }
  .find-us-container svg {
    width: 35px;
    height: 35px;
    display: inline; }

#find-us-icon {
  margin-left: -3%; }

#ff-address-page span {
  text-transform: uppercase; }
  @media only screen and (min-width: 1201px) {
    #ff-address-page span {
      font-size: 1.2em; } }

#pre-header svg {
  width: 17px;
  height: 27px;
  float: left;
  margin-top: 2px;
  margin-right: 10px; }

@media (max-width: 1000px) {
  .desktop-only {
    display: none; } }

@media (min-width: 1001px) {
  .mobile-only {
    display: none; } }

#find-testimonial {
  font-family: "Open Sans Condensed", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both; }

.grid-item-2 .vc-parent p:nth-child(2) {
  margin: 0; }
  @media only screen and (max-width: 509px) {
    .grid-item-2 .vc-parent p:nth-child(2) {
      margin-bottom: 1em; } }

@media (min-width: 1001px) {
  .testimonial-quote {
    float: left;
    clear: none;
    position: relative; }
    .testimonial-quote .testimonial-wrapper {
      max-width: 70%;
      margin: 0 auto;
      width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .testimonial-quote .testimonial-wrapper #testimonial-quoted {
        text-align: center;
        font-size: 1.3em;
        font-weight: 100;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 0; } }
      @media only screen and (min-width: 1001px) and (max-width: 1300px) and (min-width: 1001px) {
        .testimonial-quote .testimonial-wrapper #testimonial-quoted {
          font-size: 1.3em; } }

@media (min-width: 1001px) {
      .testimonial-quote .testimonial-wrapper p:last-child {
        font-size: 1.3em;
        text-align: left;
        font-style: italic;
        margin-bottom: 0; } }

.testimonial-quote.mobile-only {
  font-family: "Open Sans Condensed", sans-serif; }
  .testimonial-quote.mobile-only .testimonial-wrapper {
    max-width: 70%;
    margin: 0 auto; }
    @media (max-width: 509px) {
      .testimonial-quote.mobile-only .testimonial-wrapper {
        width: 95%;
        margin: 0 auto; } }
    .testimonial-quote.mobile-only .testimonial-wrapper #testimonial-quoted {
      font-size: 1.5em;
      font-weight: 100;
      font-style: italic; }
    .testimonial-quote.mobile-only .testimonial-wrapper #testimonial-quoted-author {
      font-size: 1.5em;
      text-align: center;
      font-style: italic; }

#find-testimonial .about-us-wrapper,
#banner-block .about-us-wrapper {
  background: #ececec;
  float: none;
  padding: 1em 0 2em; }
  @media only screen and (max-width: 1000px) {
    #find-testimonial .about-us-wrapper,
    #banner-block .about-us-wrapper {
      width: 100%;
      padding-bottom: 10px; } }
  #find-testimonial .about-us-wrapper #about-us-logo,
  #banner-block .about-us-wrapper #about-us-logo {
    margin: 0 auto;
    padding: 2em 0;
    display: block;
    width: auto; }
    @media only screen and (max-width: 509px) {
      #find-testimonial .about-us-wrapper #about-us-logo,
      #banner-block .about-us-wrapper #about-us-logo {
        width: 90%;
        max-width: 300px; } }
  #find-testimonial .about-us-wrapper > p,
  #banner-block .about-us-wrapper > p {
    padding: 0 5.5em 0;
    font-weight: 100;
    font-size: 1.3em;
    text-align: center; }
    @media only screen and (max-width: 509px) {
      #find-testimonial .about-us-wrapper > p,
      #banner-block .about-us-wrapper > p {
        padding: 0 20px;
        font-size: 1.3em; } }
  #find-testimonial .about-us-wrapper .about-us-icons,
  #banner-block .about-us-wrapper .about-us-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media only screen and (max-width: 509px) {
      #find-testimonial .about-us-wrapper .about-us-icons,
      #banner-block .about-us-wrapper .about-us-icons {
        width: 100%; } }
    @media only screen and (max-width: 750px) and (min-width: 510px) {
      #find-testimonial .about-us-wrapper .about-us-icons,
      #banner-block .about-us-wrapper .about-us-icons {
        width: 70%; } }
    @media only screen and (max-width: 1150px) and (min-width: 1001px) {
      #find-testimonial .about-us-wrapper .about-us-icons,
      #banner-block .about-us-wrapper .about-us-icons {
        width: 70%; } }
    @media only screen and (min-width: 1151px) {
      #find-testimonial .about-us-wrapper .about-us-icons,
      #banner-block .about-us-wrapper .about-us-icons {
        width: 95%; } }
    #find-testimonial .about-us-wrapper .about-us-icons .icon-container,
    #banner-block .about-us-wrapper .about-us-icons .icon-container {
      -webkit-flex: 1 0 0%;
      /* Chrome */
      -ms-flex: 1 0 0%;
      /* IE 10 */
      flex: 1 0 0%;
      text-align: center;
      padding: 10px;
      overflow: hidden; }
      @media only screen and (max-width: 750px) {
        #find-testimonial .about-us-wrapper .about-us-icons .icon-container,
        #banner-block .about-us-wrapper .about-us-icons .icon-container {
          -webkit-flex: 1 0 15%;
          /* Chrome */
          -ms-flex: 1 0 15%;
          flex: 1 0 15%; } }
      @media only screen and (max-width: 1150px) and (min-width: 1001px) {
        #find-testimonial .about-us-wrapper .about-us-icons .icon-container,
        #banner-block .about-us-wrapper .about-us-icons .icon-container {
          -webkit-flex: 1 0 15%;
          /* Chrome */
          -ms-flex: 1 0 15%;
          flex: 1 0 15%; } }
      #find-testimonial .about-us-wrapper .about-us-icons .icon-container img,
      #banner-block .about-us-wrapper .about-us-icons .icon-container img {
        width: 45px;
        height: 45px; }
        @media only screen and (max-width: 362px) {
          #find-testimonial .about-us-wrapper .about-us-icons .icon-container img,
          #banner-block .about-us-wrapper .about-us-icons .icon-container img {
            width: 30px;
            height: 30px; } }
        @media only screen and (max-width: 750px) and (min-width: 363px) {
          #find-testimonial .about-us-wrapper .about-us-icons .icon-container img,
          #banner-block .about-us-wrapper .about-us-icons .icon-container img {
            width: 35px;
            height: 35px; } }
      #find-testimonial .about-us-wrapper .about-us-icons .icon-container span,
      #banner-block .about-us-wrapper .about-us-icons .icon-container span {
        font-size: 0.6em;
        font-weight: 900;
        vertical-align: bottom;
        text-transform: uppercase;
        display: block;
        margin-top: 0.2em; }
        @media only screen and (max-width: 362px) {
          #find-testimonial .about-us-wrapper .about-us-icons .icon-container span,
          #banner-block .about-us-wrapper .about-us-icons .icon-container span {
            display: block;
            margin-top: 5px; } }

#find-testimonial .about-us-wrapper .about-us-icons.lessThanTen .icon-container,
#banner-block .about-us-wrapper .about-us-icons.lessThanTen .icon-container {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  text-align: center;
  padding: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    #find-testimonial .about-us-wrapper .about-us-icons.lessThanTen .icon-container img,
    #banner-block .about-us-wrapper .about-us-icons.lessThanTen .icon-container img {
      width: 20px;
      height: 20px; } }
  @media only screen and (max-width: 1150px) and (min-width: 1001px) {
    #find-testimonial .about-us-wrapper .about-us-icons.lessThanTen .icon-container img,
    #banner-block .about-us-wrapper .about-us-icons.lessThanTen .icon-container img {
      width: 35px;
      height: 35px; } }

#find-testimonial .about-us-wrapper .about-us-icons.overThirteen,
#banner-block .about-us-wrapper .about-us-icons.overThirteen {
  width: 100%; }
  #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container,
  #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    text-align: center;
    padding: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container,
      #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container {
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
        text-align: center;
        padding: 10px;
        overflow: hidden; } }
    @media only screen and (max-width: 1150px) and (min-width: 1001px) {
      #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container,
      #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container {
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
        text-align: center;
        padding: 10px;
        overflow: hidden; } }
    #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container img,
    #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container img {
      width: 33px;
      height: 33px; }
      @media only screen and (max-width: 750px) {
        #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container img,
        #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container img {
          width: 25px;
          height: 25px; } }
      @media only screen and (max-width: 1150px) and (min-width: 1001px) {
        #find-testimonial .about-us-wrapper .about-us-icons.overThirteen .icon-container img,
        #banner-block .about-us-wrapper .about-us-icons.overThirteen .icon-container img {
          width: 30px;
          height: 30px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .icon-container {
    float: left; } }

@media all and (max-width: 1150px) and (-ms-high-contrast: none), (max-width: 1150px) and (-ms-high-contrast: active) {
  .icon-container {
    -webkit-flex: 1 0 12% !important;
    -ms-flex: 1 0 12% !important;
    flex: 1 0 12% !important; } }

#twitter-group {
  float: right; }

.twitter-logo-icon {
  width: 30px;
  padding-top: 0;
  vertical-align: text-bottom; }

#instagram-group {
  float: right; }

.instagram-logo-icon {
  width: 26px;
  padding-top: 0;
  vertical-align: text-bottom;
  margin-right: 2px; }

.home-slider {
  margin-top: 0; }
  .home-slider .flex-direction-nav {
    display: none; }

.sidebar .entry-link {
  display: block;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
  color: #333;
  text-decoration: none; }

.lower-heroes, .lower-heroes > div {
  clear: both; }

.box-meet-the-manager .box-title {
  display: none; }

.box-home-tweet {
  background: #333 url(images/twitter-background.png) no-repeat 0 0; }
  .box-home-tweet .box-content {
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 0.7em 0.8em 0.8em 0;
    font-weight: bold; }
  .box-home-tweet .box-title {
    margin: 0;
    padding: 0.1em 1.6em 0.1em 70px;
    float: left;
    font-size: 1.8em;
    background: none; }
  .box-home-tweet a {
    color: #fff; }

.home-cta1-left {
  margin-right: 0.8%; }

.home-cta1-right {
  margin-left: 0.8%; }

.hero-image23, .hero-image32 {
  float: left; }

.hero-image23 {
  width: 50%; }

.hero-image32 {
  width: 33.3%; }

@media only screen and (max-width: 620px) {
  .home-grid .grid-item-12-video,
  .home-grid .grid-item-18-video {
    padding-bottom: calc(58% - 10px); } }

@media only screen and (max-width: 1000px) {
  .home-grid .grid-item-10 .grid-inner > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); } }

@media only screen and (max-width: 800px) {
  .grid-item.tablet-view {
    width: calc(50% - 10px);
    padding-bottom: calc(33% - 10px); } }

@media only screen and (max-width: 800px) {
  .grid-item.tablet-view img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); } }

.grid-item.grid-item-18.grid-item-18-image-fallback img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

iframe.header-video-player {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 101% !important;
  height: 101% !important; }

iframe.ytplayer {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  top: 50% !important;
  width: 150% !important;
  height: 200% !important; }
  @media only screen and (max-width: 620px) {
    iframe.ytplayer {
      width: 190% !important;
      height: 200% !important; } }
  @media only screen and (max-width: 800px) and (min-width: 621px) {
    iframe.ytplayer {
      width: 240% !important;
      height: 200% !important; } }
  @media only screen and (max-width: 1001px) and (min-width: 801px) {
    iframe.ytplayer {
      width: 160% !important; } }
  @media only screen and (max-width: 1120px) and (min-width: 1002px) {
    iframe.ytplayer {
      width: 170% !important; } }
  @media only screen and (min-width: 1462px) {
    iframe.ytplayer {
      height: 140% !important;
      width: 130% !important; } }

.grid-item.grid-item-12.grid-item-12-video.height-s.width-l {
  position: relative; }
  .grid-item.grid-item-12.grid-item-12-video.height-s.width-l:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }

iframe.ytplayer2 {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  top: 50% !important;
  width: 120% !important;
  height: 200% !important; }
  @media only screen and (max-width: 620px) {
    iframe.ytplayer2 {
      width: 190% !important;
      height: 200% !important; } }
  @media only screen and (max-width: 800px) and (min-width: 621px) {
    iframe.ytplayer2 {
      width: 220% !important;
      height: 200% !important; } }
  @media only screen and (max-width: 1001px) and (min-width: 801px) {
    iframe.ytplayer2 {
      width: 110% !important; } }
  @media only screen and (max-width: 1325px) and (min-width: 1201px) {
    iframe.ytplayer2 {
      width: 130% !important; } }
  @media only screen and (min-width: 1462px) {
    iframe.ytplayer2 {
      height: 140% !important; } }

.grid-item.grid-item-18.grid-item-18-video.height-s.width-l {
  position: relative; }
  .grid-item.grid-item-18.grid-item-18-video.height-s.width-l:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999; }

#footer-sustainability-ribbon img {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

#CDSWIDCOE {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* Trip Advisor Element */ }

@media (max-width: 1199px) {
  #main .grid-item-17, #main .tweet-feed {
    padding-bottom: calc(40% - 10px);
    width: calc(50% - 10px); } }

@media (max-width: 620px) {
  #main .grid-item-17-5, #main .tweet-feed {
    padding-bottom: calc(50% - 10px); } }

@media (max-width: 1199px) {
  #main .grid-item-17-5, #main .tweet-feed {
    width: calc(50% - 10px);
    padding-bottom: calc(40% - 10px); } }

@media (min-width: 1200px) and (max-width: 1321px) {
  #main .grid-item-17-5, #main .tweet-feed {
    padding-bottom: calc(22% - 10px); } }

@media (min-width: 1200px) {
  #main .grid-item-17-5, #main .tweet-feed {
    width: calc(35% - 10px); } }

body:not(.site-foodandfuel) .grid-item-13 .grid-inner {
  position: absolute; }

body:not(.site-foodandfuel) .ff-club {
  background-image: none;
  background: #fecb0a; }
  body:not(.site-foodandfuel) .ff-club a {
    transition: background 100ms ease; }
    body:not(.site-foodandfuel) .ff-club a:hover {
      background: #24373e; }
      body:not(.site-foodandfuel) .ff-club a:hover svg {
        fill: #FFF; }
  body:not(.site-foodandfuel) .ff-club svg {
    transition: fill 100ms ease;
    fill: #000;
    width: 140px;
    display: block;
    margin: 0 auto;
    margin-top: 12px; }
    @media only screen and (max-width: 1320px) {
      body:not(.site-foodandfuel) .ff-club svg {
        width: 110px; } }
    @media only screen and (max-width: 530px) {
      body:not(.site-foodandfuel) .ff-club svg {
        width: 90px; } }
  @media only screen and (max-width: 620px) {
    body:not(.site-foodandfuel) .ff-club .grid-inner {
      position: absolute; } }
  @media only screen and (max-width: 1000px) {
    body:not(.site-foodandfuel) .ff-club {
      padding-bottom: calc(30% - 10px);
      width: calc(50% - 10px); } }
  @media only screen and (max-width: 800px) {
    body:not(.site-foodandfuel) .ff-club {
      width: calc(100% - 10px);
      padding-bottom: calc(50% - 10px); } }
  body:not(.site-foodandfuel) .ff-club .logo-ff-club {
    width: 24%;
    margin-top: 4%; }

body:not(.site-foodandfuel) .grid-item-2.job-apply {
  display: none; }
  @media only screen and (max-width: 1000px) {
    body:not(.site-foodandfuel) .grid-item-2.job-apply {
      display: block; } }
  @media only screen and (max-width: 800px) {
    body:not(.site-foodandfuel) .grid-item-2.job-apply {
      padding-bottom: calc(40% - 10px); } }
  @media only screen and (max-width: 800px) {
    body:not(.site-foodandfuel) .grid-item-2.job-apply svg {
      width: 130px; } }

body:not(.site-foodandfuel) .job-apply a {
  background: #fecb0a; }
  body:not(.site-foodandfuel) .job-apply a svg {
    fill: #000; }
  body:not(.site-foodandfuel) .job-apply a:hover {
    background: #24373e; }
    body:not(.site-foodandfuel) .job-apply a:hover svg {
      fill: #FFFCEF; }

#banner-block {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 1000px) and (max-width: 1150px) {
    #banner-block .hero-img-video-block.height-l {
      padding-bottom: calc(43% - 12px); } }
  #banner-block .jobs-and-address-block {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    width: calc(100% - 5px);
    margin-bottom: 11px; }
    @media only screen and (min-width: 530px) and (max-width: 1150px) {
      #banner-block .jobs-and-address-block {
        width: calc(50% - 10px);
        padding-right: 5px; } }
    @media only screen and (min-width: 1151px) {
      #banner-block .jobs-and-address-block {
        width: calc(30% - 5px);
        padding-right: 0; } }
    #banner-block .jobs-and-address-block .jobs-block {
      background: #fecb0a;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: background 100ms ease;
      height: calc(60% - 10px);
      margin-bottom: 10px; }
      @media only screen and (max-width: 1000px) {
        #banner-block .jobs-and-address-block .jobs-block {
          display: none; } }
      #banner-block .jobs-and-address-block .jobs-block svg {
        fill: #000;
        transition: fill 100ms ease;
        width: 160px;
        display: block;
        margin: 0 auto; }
    #banner-block .jobs-and-address-block .address-block {
      background: #24373e;
      font-family: 'Open Sans Condensed', sans-serif;
      color: #eeeeee;
      font-weight: bold;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: background 100ms ease;
      padding: 2em 0; }
      @media only screen and (min-width: 530px) {
        #banner-block .jobs-and-address-block .address-block {
          height: 100%;
          padding: 0; } }
      @media only screen and (min-width: 530px) and (max-width: 1000px) {
        #banner-block .jobs-and-address-block .address-block {
          height: 100%; } }
      @media only screen and (min-width: 1001px) {
        #banner-block .jobs-and-address-block .address-block {
          height: 40%; } }
      #banner-block .jobs-and-address-block .address-block .find-us-icon {
        margin-left: -3%;
        color: #eeeeee;
        font-size: 1.4em;
        font-weight: 100; }
        #banner-block .jobs-and-address-block .address-block .find-us-icon .find-us-pin {
          width: 35px;
          height: 35px;
          display: inline; }
          #banner-block .jobs-and-address-block .address-block .find-us-icon .find-us-pin .st0 {
            fill: #eeeeee; }
          #banner-block .jobs-and-address-block .address-block .find-us-icon .find-us-pin .st1 {
            fill: #24373e; }
        #banner-block .jobs-and-address-block .address-block .find-us-icon h2 {
          color: #eeeeee;
          font-size: 2.2em;
          font-weight: 100;
          margin-bottom: 0.1em;
          display: inline; }
      #banner-block .jobs-and-address-block .address-block .find-us-address {
        font-weight: 100;
        text-transform: uppercase;
        padding: 2em 0;
        background: unset; }
        #banner-block .jobs-and-address-block .address-block .find-us-address span {
          color: unset; }
        @media only screen and (min-width: 530px) and (max-width: 1000px) {
          #banner-block .jobs-and-address-block .address-block .find-us-address {
            padding: 1em 0; }
            #banner-block .jobs-and-address-block .address-block .find-us-address .post-code {
              display: block; } }
        @media only screen and (min-width: 1000px) {
          #banner-block .jobs-and-address-block .address-block .find-us-address {
            padding: 0; } }
  #banner-block .img-banner-block {
    width: 100%; }
    @media only screen and (min-width: 530px) and (max-width: 1150px) {
      #banner-block .img-banner-block {
        width: 50%; } }
    @media only screen and (min-width: 1151px) {
      #banner-block .img-banner-block {
        width: calc(30% - 10px); } }
    @media only screen and (min-width: 1611px) {
      #banner-block .img-banner-block {
        width: calc(22% - 10px); } }
  #banner-block .about-us-wrapper {
    padding: 1em 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 1611px) {
      #banner-block .about-us-wrapper {
        width: calc(78% - 10px); } }
    #banner-block .about-us-wrapper #about-us-logo {
      padding: 1.0em 0; }
      @media only screen and (min-width: 1151px) {
        #banner-block .about-us-wrapper #about-us-logo {
          max-width: 30%; } }
    #banner-block .about-us-wrapper > p {
      padding: 0 5.0em 0;
      font-size: 1.0em; }
      @media only screen and (min-width: 1321px) {
        #banner-block .about-us-wrapper > p {
          font-size: 1.15em; } }
  @media only screen and (max-width: 1150px) {
    #banner-block .hero-img-video-block.grid-item.grid-item-1.height-l.width-xxl,
    #banner-block .about-us-wrapper {
      width: calc(100% - 10px); } }

.page-template-page-join-club .decorative-title {
  text-align: center; }

.page-template-page-join-club .col {
  float: none;
  width: auto; }

.page-template-page-join-club .span_4_of_10 {
  display: none; }

.page-template-page-join-club .span_6_of_10 {
  margin: 0; }

.page-template-page-join-club .box-join-club-intro,
.page-template-page-join-club .box-join-club-form {
  float: left; }

.page-template-page-join-club .box-join-club-intro {
  width: 28%;
  margin-right: 2%; }
  @media only screen and (max-width: 800px) {
    .page-template-page-join-club .box-join-club-intro {
      float: none;
      width: auto;
      margin: 0; } }

.page-template-page-join-club .box-join-club-form {
  width: 70%; }
  @media only screen and (max-width: 800px) {
    .page-template-page-join-club .box-join-club-form {
      float: none;
      width: auto; } }
  .page-template-page-join-club .box-join-club-form .iphorm-element-spacer > span.label {
    margin-bottom: 0.6em; }
  .page-template-page-join-club .box-join-club-form .box-button {
    background: transparent;
    font-size: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    cursor: pointer; }
  .page-template-page-join-club .box-join-club-form .half-text {
    width: 50%;
    float: left; }

.join-club-logos {
  margin: 0 -1.666%; }
  .join-club-logos li {
    width: 30%;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1.666% 1.666%;
    padding: 10px; }
    .join-club-logos li input {
      float: left;
      display: block;
      margin: 0 0 10px; }
    .join-club-logos li label {
      overflow: hidden;
      margin: 0;
      cursor: pointer; }
    .join-club-logos li input:checked + label {
      background: #F1FDF2; }

.join-club-interests {
  list-style: none; }
  .join-club-interests li {
    margin: 0 0 8px 3px;
    clear: both;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff; }
  .join-club-interests label {
    display: block;
    padding: 0.5em 0;
    margin: 0;
    cursor: pointer; }
  .join-club-interests input {
    float: left;
    display: block;
    margin: 1.3em 1em 1.3em 0.5em; }
  .join-club-interests input:checked + label {
    background: #F1FDF2; }

.page-template-page-feedback .col {
  width: 26%; }
  @media only screen and (max-width: 800px) {
    .page-template-page-feedback .col {
      width: auto; } }

.page-template-page-feedback .col.box-feedback-form {
  width: 72%; }
  @media only screen and (max-width: 800px) {
    .page-template-page-feedback .col.box-feedback-form {
      width: auto; } }

.grid .menu {
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap; }
  .grid .menu .item {
    display: flex;
    margin-bottom: 2em; }
    @media only screen and (max-width: 767px) {
      .grid .menu .item {
        flex-wrap: wrap; } }
  .grid .menu .menu-image {
    width: 100%;
    max-width: 350px;
    padding-right: 2rem; }
    @media only screen and (max-width: 767px) {
      .grid .menu .menu-image {
        margin-bottom: 2em; } }
    .grid .menu .menu-image img {
      width: 100%;
      height: auto; }
  .grid .menu .menu-info {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .grid .menu h3 {
    margin-bottom: 1rem;
    font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
    font-size: 1.7em;
    font-weight: normal;
    text-transform: uppercase; }
  .grid .menu a.button {
    font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
    background: #D6D6D6;
    padding: 0.9em 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 1.5em;
    border: 0;
    font-weight: normal;
    margin: 2rem 0;
    align-self: flex-start;
    cursor: pointer;
    transition: background .2s ease; }
    .grid .menu a.button:hover {
      background: #bdbdbd; }

.box-job-apply-form {
  margin-top: 4em; }

li.faf-job {
  margin: 0 0 1.2em;
  background: #ececec;
  padding: 1.5em; }
  li.faf-job .title {
    font-size: 1.8em;
    margin: 0.25em 0;
    display: inline-block; }
  li.faf-job .actions {
    float: right; }
    @media only screen and (max-width: 760px) {
      li.faf-job .actions {
        float: none;
        margin-bottom: 0.5em; } }
    li.faf-job .actions .button {
      display: inline-block;
      margin-right: 1em;
      background: #b1b1b1;
      padding: 0.8em 1.6em;
      text-transform: uppercase;
      letter-spacing: 0.03em; }
      li.faf-job .actions .button:last-child {
        margin-right: 0; }
  li.faf-job .meta {
    padding-top: 0.5em;
    font-size: 0.9em; }
    @media only screen and (min-width: 760px) and (max-width: 1100px) {
      li.faf-job .meta {
        padding-top: 1.5em; } }
    li.faf-job .meta .description :last-child {
      margin-bottom: 0; }

.box-job-images-wrapper {
  padding-top: 40%;
  position: relative;
  margin-bottom: 1.5em; }
  .box-job-images-wrapper .box-job-images {
    position: absolute;
    top: -0.5%;
    left: -0.5%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden; }
    .box-job-images-wrapper .box-job-images .job-image {
      height: 50%;
      width: 20%; }
      .box-job-images-wrapper .box-job-images .job-image:nth-child(5) {
        height: 100%;
        width: 40%; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(5) img {
          height: 99%;
          width: 99%;
          margin: 1%; }
      .box-job-images-wrapper .box-job-images .job-image img {
        display: block;
        height: 98%;
        width: 98%;
        margin: 2%; }
  @media only screen and (min-width: 760px) and (max-width: 1100px) {
    .box-job-images-wrapper {
      padding-top: 50%; }
      .box-job-images-wrapper .box-job-images .job-image {
        width: 25%; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(1), .box-job-images-wrapper .box-job-images .job-image:nth-child(2) {
          display: none; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(5) {
          width: 50%; } }
  @media only screen and (min-width: 421px) and (max-width: 759px) {
    .box-job-images-wrapper {
      padding-top: 66.666%; }
      .box-job-images-wrapper .box-job-images .job-image {
        width: 33.333%; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(1), .box-job-images-wrapper .box-job-images .job-image:nth-child(2), .box-job-images-wrapper .box-job-images .job-image:nth-child(3), .box-job-images-wrapper .box-job-images .job-image:nth-child(4) {
          display: none; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(5) {
          width: 66.666%; } }
  @media only screen and (max-width: 420px) {
    .box-job-images-wrapper {
      padding-top: 100%; }
      .box-job-images-wrapper .box-job-images {
        top: 0;
        left: 0; }
        .box-job-images-wrapper .box-job-images .job-image, .box-job-images-wrapper .box-job-images .job-image:nth-child(5) {
          width: 100%;
          height: 100%; }
          .box-job-images-wrapper .box-job-images .job-image img, .box-job-images-wrapper .box-job-images .job-image:nth-child(5) img {
            margin: 0;
            width: 100%;
            height: 100%; }
        .box-job-images-wrapper .box-job-images .job-image:nth-child(1), .box-job-images-wrapper .box-job-images .job-image:nth-child(2), .box-job-images-wrapper .box-job-images .job-image:nth-child(3), .box-job-images-wrapper .box-job-images .job-image:nth-child(4), .box-job-images-wrapper .box-job-images .job-image:nth-child(6), .box-job-images-wrapper .box-job-images .job-image:nth-child(7) {
          display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.showhide-hover .show-hover {
  display: none; }

.showhide-hover:hover .show-hover {
  display: block; }

.showhide-hover:hover span.show-hover {
  display: inline; }

.showhide-hover:hover .hide-hover {
  display: none; }

@media only screen and (max-width: 860px) {
  .box-job-apply {
    margin-bottom: 2em; } }

/* 6.2 Gallery
   ----------------------------------------------------------- */
#gallery_enlarge {
  display: none; }

.ngg-galleryoverview {
  overflow: hidden;
  zoom: 1; }

.ngg-gallery-thumbnail {
  border: 1px solid #7E7E7E;
  padding: 2%;
  background: #fff; }

.ngg-gallery-thumbnail-box {
  float: left;
  width: 31.5%;
  margin: 0.8%;
  box-shadow: 1px 1px 1px 0 rgba(100, 100, 100, 0.3); }

.ngg-gallery-thumbnail-box a {
  display: block;
  border: 1px solid #838181;
  box-shadow: 0 0 1px 1px #d6d6d6;
  border-radius: 1px; }

.ngg-gallery-thumbnail-box img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0; }

.ngg-gallery-thumbnail-box img.gallery-nonlinked {
  display: none; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 8010;
  background: url("images/fancybox_overlay.png"); }

.fancybox-loading {
  background: rgba(255, 255, 255, 0.5) url(http://www.foodandfuel.co.uk/our-pubs/the-roebuck-pub-dining-room-chiswick/wp-content/themes/foodandfuel-pub/images/loading-animated.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%; }

#gallery-flexslider {
  width: 80%;
  position: relative;
  left: 10%; }

#gallery-flexslider .flex-direction-nav a {
  opacity: 1; }

.flex-viewport .slides li {
  text-align: center;
  height: 100%;
  position: relative; }

.flex-viewport .slides li img {
  max-width: 100%;
  max-height: 100%;
  /*height: inherit;*/ }

.flex-viewport .slides li img:after {
  display: block;
  content: '';
  box-shadow: inset 0 0 9px 3px black;
  width: 100%;
  height: 120%;
  position: absolute;
  background: red; }

/* 6.3 Find Us
   ----------------------------------------------------------- */
#findus_map {
  width: auto;
  height: 440px;
  border: 5px solid white; }

#findus_map img {
  max-width: none; }

#findus_map_image {
  display: none; }

#findus_map_image img {
  border: 1px solid black; }

#findus_map_canvas {
  width: 100%;
  height: 100%; }

.findus-howto {
  margin: 2.4em 0 2em;
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif; }

.findus-details {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  letter-spacing: 0.5px; }

#findus_directions_startaddress {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  letter-spacing: 0.5px; }

.nerest-content {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.5px; }

button#findus_directions_submit {
  font-family: "Open Sans Condensed", "Open Sans", Arial, Verdana, sans-serif;
  letter-spacing: 0.7px; }

.findus-howto-heading {
  font-size: 2.2em;
  margin: 0.4em 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }

.findus-details {
  line-height: 1.8;
  font-size: 1.6em;
  margin: 0 0 1em 0.3em;
  font-weight: 100; }

.nearest-travel {
  margin: 0.5em 0;
  overflow: hidden;
  zoom: 1; }

.nearest-travel-icon {
  float: left; }

.nearest-travel-title {
  font-size: 1.1em;
  float: left;
  font-weight: bold;
  margin: 0.6em 0 0.8em;
  padding-left: 0.8em; }

.nearest-travel-divider {
  float: left;
  margin: 0.8em 0.6em; }

.nearest-travel-content {
  overflow: hidden;
  margin: 0.7em 0 0.8em;
  font-size: 1.1em;
  letter-spacing: 0.5px; }

.pub-map-bubble {
  width: 14em;
  line-height: 1.2em;
  height: 9em; }

.pub-map-bubble img {
  max-width: 100% !important; }

.pub-map-bubble .logo {
  margin-bottom: 1em; }

.findus-directions {
  margin-top: .5em; }

#findus_directions_startaddress {
  width: 70%;
  padding: 1%;
  font-size: 1.2em; }

#findus_directions_submit {
  width: 25.6%;
  padding: 1%;
  font-size: 1.2em;
  position: relative;
  left: 1%; }

/* 6.4 Menu
   ----------------------------------------------------------- */
.faf-menus {
  border: 1px solid black; }

.faf-menus .faf-menu {
  padding: 1.5em 0.6em 0.8em; }

.faf-menus .menu-link {
  display: block;
  float: left;
  background: #edebeb; }

.faf-menus .menu-link span {
  display: block;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: center;
  padding: .5em 0;
  text-transform: uppercase; }

.faf-menus .menu-links .last span {
  border-right: none; }

.faf-menus .menu-links .current {
  background: white; }

.faf-menus .menu-links .current span {
  border-bottom: none; }

.faf-menus .menu-link span span {
  display: inline;
  border: none;
  padding: 0; }

.faf-menus .menu-links .current span span {
  position: relative; }

.faf-menus .menu-links .current span span:after {
  content: '';
  background: #5a5959;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -0.5em; }

.faf-menus .menu-title {
  display: none; }

.faf-menus .menu-for {
  border: 1px solid black;
  padding: 0.8% 1%;
  text-align: center;
  font-style: italic;
  font-size: 1.1em;
  margin: .4% .4% 1.4em; }

.faf-menus .menu-course {
  margin-bottom: 2.5em; }

.faf-menus .menu-course-title {
  margin: .4em 0 .8em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em; }

.faf-menus .menu-course-description {
  padding: 0 2.8%;
  text-align: center;
  overflow: hidden;
  zoom: 1; }

.faf-menus .menu-course-items {
  padding: 0 2.8%; }

.faf-menus .menu-course-item {
  margin-bottom: 0.3em; }

.faf-menus .menu-course-item-name,
.faf-menus .menu-course-item-price {
  float: left; }

.faf-menus .menu-course-item-name {
  width: 70%; }

.faf-menus .menu-course-item-extra-info {
  font-style: italic;
  font-size: 0.95em;
  margin-bottom: 0.3em; }

.faf-menus .menu-course-item-price {
  width: 28%;
  padding-left: 2%;
  font-weight: bold;
  font-style: italic; }

.faf-menus .menu-before-content {
  padding: 0.2em;
  margin-bottom: 1.2em; }

.faf-menus .menu-after-content {
  margin-top: 1.8em; }

.todays-menu {
  text-align: center;
  display: block;
  margin: 0 0 1em 0; }

/* 6.5 About us
   ----------------------------------------------------------- */
.meet-manager,
.meet-headchef,
.meet-history {
  clear: both;
  margin-bottom: 2em; }

.meet-manager .staff-photo,
.meet-headchef .staff-photo {
  width: 28%; }

.meet-history .history-photo {
  width: 46%; }

.meet-manager .staff-photo,
.meet-history .history-photo {
  float: left;
  margin: 0 2% 2% 0; }

.meet-headchef .staff-photo {
  float: right;
  margin-left: 1.5em;
  margin: 0 0 2% 2%; }

.meet-history .meet-heading {
  font-size: 1.8em; }

.meet-bio {
  line-height: 1.3;
  overflow: hidden; }

/* 6.6 Jobs/Feedback
   ----------------------------------------------------------- */
.feedback-link-widget {
  margin-bottom: 1.2em; }

.feedback-link-widget h3 {
  text-align: center;
  background: #fff;
  color: #000;
  border: 2px solid #2B2B2B;
  font-size: 1.3em;
  line-height: 1.1;
  padding: 0.9em 0 0.8em;
  border-bottom: none;
  margin: 0; }

a.feedback-link-widget-button {
  display: block;
  background: #2B2B2B;
  color: #fff;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  padding: .2em;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

#feedback-promo {
  margin: 1em 0; }

/* 6.7 Archive
   ----------------------------------------------------------- */
.archive #content h1 {
  border-bottom: 3px solid #fff;
  font-size: 2.5em;
  margin-bottom: 1em; }

.archive #content .post {
  margin-bottom: 2em;
  padding: 0 0 1.5em;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #DDD; }

.archive #content .entry-title,
.archive #content .entry-title a {
  text-decoration: none;
  font-size: 1.4em; }

.archive #content .entry-meta {
  font-weight: bold;
  font-style: italic; }

.archive #content .entry-attachment {
  width: 20%;
  border: 3px solid #3f3c3c;
  float: left;
  margin: 0.3em 1.2em 1.2em 0; }

.archive #content .entry-attachment img {
  width: 100%;
  height: auto; }

.archive-pagination {
  overflow: hidden;
  zoom: 1; }

.archive-pagination .next-link {
  float: right; }

.archive-pagination .previous-link {
  float: left; }

.single .entry-title {
  border-bottom: 3px solid #3F3C3C;
  margin-bottom: 0.5em;
  padding-bottom: 0.7em; }

.entry-header a .entry-title, .entry-header a .entry-meta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em; }

/* 6.8 Join the club
   ----------------------------------------------------------- */
.previous-offers-heading {
  margin-bottom: 0.5em; }

.club-intro-image {
  margin-bottom: 1em; }

.box-previous-offers {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2; }

.previous-offers {
  padding: 0.8em; }

.previous-offers .previous-offer {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #fff; }

.previous-offers .previous-offer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.box-join-club-form .iphorm-element-spacer span {
  display: block; }

/* 7. Helper classes
-------------------------------------------------------------- */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/* Hide from both screenreaders and browsers: h5bp.com/u  */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*  Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Clearfix: contain floats */
.clearfix, .group, .home-grid .grid-item {
  *zoom: 1; }
  .clearfix:before, .group:before, .home-grid .grid-item:before, .clearfix:after, .group:after, .home-grid .grid-item:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

img.full-image {
  max-width: 100%;
  min-width: 100%;
  height: auto; }

/*.post .entry-content img {
    margin: 0 0 1.5em 0;
}

.post .entry-attachment img {
    margin: 0;
}*/
.alignnone, img.alignnone,
.f100, img.f100,
.alignl50, img.alignl50,
.alignr50, img.alignr50,
.alignl30, img.alignl30,
.alignr30, img.alignr30 {
  display: block;
  height: auto; }

.alignnone, img.alignnone,
.alignf100, img.alignf100 {
  margin: 2% 0; }

.alignnone, img.alignnone {
  margin-left: auto;
  margin-right: auto; }

.alignf100, img.alignf100 {
  width: 100%;
  min-width: 100%; }

.alignl50, img.alignl50,
.alignr50, img.alignr50 {
  width: 48%; }

.alignl50, img.alignl50 {
  float: left;
  margin: 2% 2% 2% 0; }

.alignr50, img.alignr50 {
  float: right;
  margin: 2% 0 2% 2%; }

.alignl30, img.alignl30,
.alignr30, img.alignr30 {
  width: 33%; }

.alignl30, img.alignl30 {
  float: left;
  margin: 2% 2% 2% 0; }

.alignr30, img.alignr30 {
  float: right;
  margin: 2% 0 2% 2%; }

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em; }
  .wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0; }

.wp-caption p.wp-caption-text {
  margin: 0; }

.wp-smiley {
  max-height: 1em;
  margin: 0 !important; }

.gallery dl {
  margin: 0; }

.gallery-caption {
  margin: -1.5em 0 0 0; }

blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%; }

blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%; }

/* 9. Media queries
-------------------------------------------------------------- */
/* 9.1 For responsive
   ----------------------------------------------------------- */
@media only screen and (max-width: 1220px) {
  .box-home-lower-heros {
    width: 70.54%; }
  .box-meet-the-manager {
    width: 27.78%; }
  .box-footer-sustainability {
    position: relative;
    padding-bottom: 118px;
    margin-bottom: 1em; }
  .box-footer-sustainability img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 104px; }
  footer.main .copyright a {
    display: block;
    position: static;
    margin: 0.5em 0; }
  footer.main .copyright a:first-child {
    margin-top: 0; }
  footer.main .copyright a:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 1170px) {
  .iphorm-elements .half-width {
    width: auto;
    float: none; } }

@media only screen and (max-width: 1080px) {
  .box-home-lower-heros {
    width: 67.54%; }
  .box-meet-the-manager {
    width: 30.78%; } }

@media only screen and (max-width: 970px) {
  #nav li.home a {
    padding: 0.6em 0.3em; }
  .box-meet-the-manager,
  .box-home-lower-heros {
    width: 100%;
    margin-left: 0; }
  .box-meet-the-manager .meet-the-manager-photo {
    width: 30%;
    max-width: none;
    min-width: 0;
    float: left;
    margin-right: 2%; }
  .box-home-tweet .box-content {
    clear: both;
    margin-left: 70px;
    text-align: left;
    padding-top: 0; }
  .ngg-gallery-thumbnail-box {
    width: 48%; }
  body {
    font-size: 80%; }
  #nav {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.1em; }
  .meet-bio {
    overflow: visible; } }

@media only screen and (min-width: 971px) {
  .ngg-gallery-thumbnail-box:nth-child(3n+1) {
    clear: left; } }

@media only screen and (max-width: 860px) {
  .box-footer-feedback, .box-footer-contact {
    width: auto;
    float: none;
    margin: 1% 1% 1em;
    font-size: 1.2em; }
  .box-job-apply,
  .box-job-apply-form {
    width: auto;
    float: none; }
  #footer-nav {
    width: auto;
    float: none;
    margin: 1em 1%;
    font-size: 1.2em;
    overflow: hidden;
    zoom: 1; }
  #footer-nav li {
    width: 48%;
    margin: 1%;
    float: left; }
  footer.main .footer-secondary, footer.main .locations-grid {
    width: auto;
    float: none;
    clear: left;
    margin: 0; }
  footer.main .copyright a {
    position: static;
    display: block;
    margin: 0.4em 0; }
  .box-footer-feedback .footer-feedback-title,
  #footer-nav .footer-nav-title,
  .box-footer-sustainability img {
    min-width: 0;
    margin-left: auto;
    margin-right: auto; }
  footer.main .footer-secondary {
    padding-top: 1em; } }

@media only screen and (max-width: 760px) {
  body {
    font-size: 75%; }
  .nearest-travel-title {
    float: none; }
  .nearest-travel-divider {
    display: none; }
  #nav {
    font-size: 0.9em; }
  #nav li.home a {
    padding: 0.5em 0.3em; }
  #nav li.home a img {
    width: 22px;
    height: 23px; }
  .box-home-news {
    width: auto;
    float: none;
    padding: 0.5em 0;
    clear: left; }
  .box-home-upper-hero {
    width: auto;
    float: none;
    text-align: center;
    margin: 1em auto; }
  .box-home-upper-hero img {
    min-width: 0; }
  .iphorm-elements .half-width {
    width: auto;
    float: none; } }

@media only screen and (max-width: 700px) {
  #findus_directions_submit {
    font-size: 0.8em;
    padding: 1.8%; }
  #mobile_nav, .show-menu #nav {
    display: block; }
  #sidebar-upper {
    text-align: left; }
  #show_menu {
    float: left;
    background: #666;
    margin-right: 0.8em;
    cursor: pointer; }
  #show_menu img {
    margin: 10px 7px; }
  #header {
    position: static;
    width: auto;
    text-align: center; }
  #main,
  footer.main {
    margin: 0; }
  #header .logo {
    width: 16em;
    margin-bottom: 1em;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  #header .sidebar .widget {
    display: none; }
  #header .sidebar .pub_opening_times {
    display: block; }
  #header .sidebar .pub_opening_times .opening-group {
    float: left;
    width: 50%; }
  #header .nav-container {
    font-size: 1.65em;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  #header .social {
    margin: 1.2em auto;
    display: inline-block; }
  #header .social .social-link {
    margin: 0 0.32em; }
  .box-footer-contact .pub-logo {
    width: 16em; } }

@media only screen and (min-width: 1221px) {
  .site-foodandfuel-cocomomomarylebone .copyright .gdpr-bug,
  .site-foodandfuel-cocomomokensingston .copyright .gdpr-bug,
  .site-foodandfuel-queensheadholborn .copyright .gdpr-bug {
    left: 15.8rem !important; } }

.copyright .gdpr-bug {
  font-weight: 900 !important;
  background: #eee;
  color: #000;
  padding: 0.2rem 0.8rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 1220px) {
    .copyright .gdpr-bug {
      width: 170px !important;
      margin: 0.5em auto !important;
      display: block !important; } }
  @media only screen and (min-width: 1221px) {
    .copyright .gdpr-bug {
      position: absolute;
      left: 13.8rem !important;
      top: 50%;
      transform: translateY(-50%); } }
  .copyright .gdpr-bug.gdpr-bug-defaf {
    left: 0 !important; }

/*
 * One column
 */
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 1.4em; }
  h2 {
    font-size: 1.2em; }
  h3 {
    font-size: 1.1em; }
  /* Responsive Grid System */
  .span_8_of_8,
  .span_7_of_8,
  .span_6_of_8,
  .span_5_of_8,
  .span_4_of_8,
  .span_3_of_8,
  .span_2_of_8,
  .span_1_of_8,
  .span_10_of_10,
  .span_9_of_10,
  .span_8_of_10,
  .span_7_of_10,
  .span_6_of_10,
  .span_5_of_10,
  .span_4_of_10,
  .span_3_of_10,
  .span_2_of_10,
  .span_1_of_10,
  .span_12_of_12,
  .span_11_of_12,
  .span_10_of_12,
  .span_9_of_12,
  .span_8_of_12,
  .span_7_of_12,
  .span_6_of_12,
  .span_5_of_12,
  .span_4_of_12,
  .span_3_of_12,
  .span_2_of_12,
  .span_1_of_12 {
    width: auto;
    padding: 1% 0;
    margin: 0;
    float: none;
    clear: both; }
  footer.main .locations-grid,
  footer.main .footer-secondary {
    width: auto; }
  #content {
    width: auto;
    padding: 2%; }
  .box-home-tweet {
    margin: 0 2%; }
  .box-home-news {
    width: 59.2%; }
  .box-home-upper-hero {
    width: 39.2%; }
  .box-home-news,
  .box-home-upper-hero {
    float: left;
    margin: 1% 0 1% 1.6%;
    clear: none;
    padding: 0; }
  footer.main .copyright {
    padding: 0.7em 0 0.6em; }
  footer.main .tghp-logo {
    margin-top: -0.2em; }
  .meet-manager .staff-photo,
  .meet-headchef .staff-photo {
    float: none;
    width: auto;
    display: block; }
  .meet-manager .staff-photo {
    margin: 0 auto 0 0; }
  .meet-headchef .staff-photo {
    margin: 0 0 0 auto; }
  .meet-heading .arrow {
    display: none; }
  .meet-heading .name {
    display: block;
    font-size: 1.2em; }
  .meet-headchef .meet-heading {
    text-align: right; }
  .flex-viewport {
    border: none; }
  .fancybox-overlay {
    background: #000; }
  #gallery-flexslider {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .flex-caption-title,
  .flex-caption-position {
    float: none;
    text-align: center; }
  .flex-direction-nav a {
    background: url(images/bg_direction_nav_small.png);
    width: 30px;
    height: 30px; }
  #findus_map {
    display: none; }
  #findus_map_image {
    display: block; }
  #findus_directions_startaddress,
  #findus_directions_submit {
    margin: 0 auto;
    display: block; }
  #findus_directions_startaddress {
    width: 80%; }
  #findus_directions_submit {
    width: 50%;
    margin-top: 0.5em;
    left: 0; }
  .findus-directions {
    padding: 1.5em 0.9em;
    margin-top: 0;
    border-bottom: 1px solid #ECECEC; }
  .pub_book_table .widget-title,
  .pub_book_table .book-info {
    display: none; }
  .pub_book_table .book-no-url .widget-title,
  .pub_book_table .book-no-url .book-info {
    display: block; }
  #sidebar-upper .pub_book_table .book-button {
    margin-top: 0; }
  #sidebar-upper {
    padding-top: 0.1em; }
  .ngg-gallery-thumbnail-box img.gallery-nonlinked {
    display: inline;
    display: inline-block; }
  .ngg-gallery-thumbnail-box a.gallery-linked {
    display: none; }
  #gallery_enlarge,
  .fancybox-overlay {
    display: none !important; }
  .hero-image32, .hero-image23, .hero-image32:first-child {
    width: auto;
    margin: 1% 1% 1.6%;
    float: left;
    clear: none; } }

@media only screen and (max-width: 500px) {
  #mobile_nav .menu {
    clear: left;
    margin: 0;
    padding: 1em 0 0; }
  #mobile_nav {
    overflow: visible; }
  #header .gift-vouchers-available {
    margin-top: 0.1em; } }

@media only screen and (max-width: 440px) {
  .nav-container li a {
    font-size: 1em; }
  .home-slider,
  .box-home-news,
  .box-home-upper-hero {
    float: none;
    width: auto;
    margin: 0;
    padding: 1%;
    clear: both; }
  .home-slider,
  .box-home-news,
  .box-home-upper-hero,
  .box-home-tweet,
  .box-home-lower-heros img,
  .box-meet-the-manager {
    margin-bottom: 4em; }
  .home-slider {
    margin-bottom: 1em; }
  .home-cta1-right {
    margin-bottom: 3em; }
  .ngg-gallery-thumbnail-box {
    width: 98%; }
  .box-home-tweet .box-content {
    line-height: 1.2; }
  .home .box-title {
    font-size: 1.1em; }
  .box-home-tweet .box-title {
    font-size: 1.4em; }
  footer.main .locations-grid .faf-locations li {
    line-height: 1.1em;
    margin-bottom: 1.8em; } }
  @media only screen and (max-width: 440px) and (max-width: 509px) {
    footer.main .locations-grid .faf-locations li {
      margin-bottom: 0em; } }

@media only screen and (max-width: 440px) {
  /* Please don't hate me for this, I've been forced into a corner */
  #recaptcha_image img {
    width: 68% !important;
    height: 67% !important;
    position: relative !important;
    top: 19% !important; }
  td.recaptcha_r2_c2 {
    position: relative !important;
    left: -100px !important;
    top: 1px !important;
    background-repeat: repeat-y !important;
    height: 62px !important; }
  div#recaptcha_area {
    width: 215px !important;
    overflow: hidden !important; }
  td.recaptcha_r1_c1 {
    position: relative !important;
    top: 2px !important; }
  .hero-image32, .hero-image32:first-child {
    width: auto;
    float: none;
    clear: both; } }

@media only screen and (max-width: 400px) {
  #sidebar-lower .widget {
    padding: 1%;
    float: none;
    width: auto; }
  #nav li a {
    font-size: 1.1em; }
  #sidebar-upper {
    margin: 0 1em 0 1.6em; } }

@media only screen and (max-width: 380px) {
  .nav-container li a {
    font-size: 0.9em; } }

@media only screen and (max-width: 340px) {
  #findus_directions_startaddress {
    width: 97%; }
  #findus_directions_submit {
    width: 50%;
    margin: 0.5em auto 0;
    display: block;
    left: 0; }
  .findus-directions {
    padding: 1.5em 0.9em;
    margin-top: 0;
    border-bottom: 1px solid #ECECEC; } }

@media only screen and (max-width: 280px) {
  #header .logo {
    margin: 0.5em; }
  #nav li {
    width: auto;
    float: none;
    padding: 1%; }
  #nav li a {
    font-size: 1em; }
  .box-home-tweet .box-title {
    font-size: 1.2em; } }

/* 9.2 For print
   ----------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  #page {
    margin: 0.5em; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* 10. IE
-------------------------------------------------------------- */
.ie-notice {
  clear: both;
  height: 45px;
  position: relative;
  text-align: center; }

/* 6 */
.lt-ie7 #header .logo img {
  width: 100%; }

.lt-ie7 #header .social img {
  width: 50%; }

.lt-ie7 #sidebar-upper {
  margin-bottom: -3em; }

.lt-ie7 #sidebar-lower img {
  width: 100%;
  height: auto; }

.lt-ie7 img.full-image {
  width: 100%; }

/* 7- */
.lt-ie8 .ngg-gallery-thumbnail a {
  width: 205px; }

.lt-ie8 #header {
  position: static; }

.lt-ie8 #header .social {
  margin-top: 1.5em;
  text-align: right; }

.lt-ie8 #sidebar-upper {
  position: relative;
  height: 13.7em; }

.lt-ie8 footer.main .wrap {
  padding-right: 18%; }

.lt-ie8 .iphorm-element-wrap-select .selector {
  padding-left: 3%;
  padding-right: 3%; }

.lt-ie8 .iphorm-element-wrap-select .selector span {
  display: none; }

.lt-ie8 .iphorm-element-wrap-select .selector select {
  display: block;
  filter: alpha(opacity=100) !important;
  width: 100% !important;
  opacity: 1;
  position: static;
  border: none; }

.lt-ie8 .iphorm-input-wrap div.selector {
  background: none; }

.lt-ie8 .iphorm-elements .half-width {
  width: 49.5% !important;
  zoom: 1; }

.lt-ie8 footer.main .copyright {
  width: 100%; }

/* 8- */
.lt-ie9 .iphorm-element-file-inner .uploader input {
  display: block;
  filter: alpha(opacity=100) !important;
  height: 20px !important;
  opacity: 1;
  position: static;
  border: 1px solid #999; }

.lt-ie9 .iphorm-input-wrap-radio input {
  filter: alpha(opacity=100) !important;
  opacity: 1; }

.lt-ie9 #header .social .social-link {
  display: inline; }

.lt-ie9 .findus-details .telephone {
  display: block; }

a.gdpr-bug.gdpr-bug-defaf {
  display: none; }

footer .grid {
  display: flex; }
  @media only screen and (max-width: 740px) {
    footer .grid {
      flex-wrap: wrap; } }
  footer .grid .footer-contact {
    padding-left: 2rem; }
    footer .grid .footer-contact a {
      font-weight: normal; }
    @media only screen and (min-width: 992px) and (max-width: 1139px) {
      footer .grid .footer-contact {
        min-width: 250px; } }
    @media only screen and (min-width: 1140px) {
      footer .grid .footer-contact {
        min-width: 300px; } }
    footer .grid .footer-contact h3 {
      font-weight: 300;
      border-bottom: 1px solid; }
      @media only screen and (min-width: 992px) and (max-width: 1139px) {
        footer .grid .footer-contact h3 {
          font-size: 1.25em; } }
      @media only screen and (min-width: 1140px) {
        footer .grid .footer-contact h3 {
          font-size: 1.5em; } }
    footer .grid .footer-contact p {
      font-size: 1rem; }
      footer .grid .footer-contact p:not(:last-child) {
        margin-bottom: 2rem; }
      @media only screen and (min-width: 1140px) {
        footer .grid .footer-contact p {
          font-size: 1.2rem; } }
  @media only screen and (max-width: 740px) {
    footer .grid .footer-logos, footer .grid .footer-contact {
      width: 100%;
      padding: 0;
      text-align: center; } }
  @media only screen and (max-width: 740px) {
    footer .grid .footer-logos h3, footer .grid .footer-contact h3 {
      text-align: left; } }

@media only screen and (max-width: 740px) {
  footer .address-wrap {
    float: left;
    text-align: left;
    width: 40%;
    margin-top: 17px; } }

footer #CDSWIDCOE {
  margin: auto !important; }

@media only screen and (min-width: 741px) {
  footer .box-footer-tripadvisor {
    float: none;
    margin: 0;
    margin-top: 10px; } }

.footer-secondary {
  display: none; }

/*
 * Mels Earlsfield
 */
.site-foodandfuel-melsearlsfield #header .logo {
  margin: 0.5em 0; }
  @media only screen and (max-width: 700px) {
    .site-foodandfuel-melsearlsfield #header .logo {
      margin-top: 1.45em; } }

/*
 * Prince of Wales Putney
 */
@media only screen and (max-width: 370px) {
  .site-foodandfuel-princeofwalesputney #pre-header .address-icon {
    float: left;
    display: block; }
  .site-foodandfuel-princeofwalesputney #pre-header .address {
    overflow: hidden;
    float: none;
    font-size: 13px; } }

/*
 * Adjust menu spacing
 */
@media only screen and (min-width: 701px) {
  .site-foodandfuel-roebuckchiswick #header .nav-container,
  .site-foodandfuel-queensheadholborn #header .nav-container {
    margin: 2em 0; }
  .site-foodandfuel-dukerichmond #header .nav-container {
    margin: 2.2em 0; }
  .site-foodandfuel-grosvenorhanwell #header .nav-container {
    margin: 3.4em 0; }
  .site-foodandfuel-cocomomomarylebone #header .nav-container,
  .site-foodandfuel-cocomomokensingston #header .nav-container {
    margin: 2.9em 0; } }