/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: Georgia, serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #ea7f1e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ea7f1e;
  color: #fff;
  text-shadow: none;
}
a {
  color: #553716;
}
a:visited {
  color: #553716;
}
a:hover {
  color: #553716;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a:active,
a:selected,
a:visited {
  border: none;
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
/* 

1. GENERAL DESIGN AND LAYOUT
2. GENERAL TYPOGRAPHY
3. GENERAL PAGE STYLES
4. CUSTOM PAGE STYLES

 */
/* Palette 

Orange - #ea7f1e
Light Brown - #b9a085

*/
/* 1. GENERAL DESIGN AND LAYOUT */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ea7f1e;
  -webkit-font-smoothing: antialiased;
}
div.clear {
  clear: both;
}
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ea7f1e url(../img/loader.gif) center center no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
  display: none !important;
}
.content {
  width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}
header {
  margin: 0 auto;
  width: 1130px;
}
#nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
  #nav-wrapper #nav ul {
    padding-top: 32px;
    padding-right: 310px;
  }
  #nav-wrapper ul li {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 13px;
  }
}
.mobile-show {
  display: none;
}
#nav {
  float: right;
}
#nav ul {
  margin: 0 auto;
  padding-top: 34px;
  padding-left: 0px;
  padding-right: 310px;
  text-align: center;
}
#control-wrapper {
  display: none;
}
#controls {
  width: auto;
  z-index: 999;
  margin: 0 auto;
  text-align: right;
  position: fixed;
}
#controls a {
  right: 15px;
  bottom: 35px;
  position: fixed;
}
.column {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
}
.span-240 {
  width: 240px;
}
.span-300 {
  width: 300px;
}
.span-360 {
  width: 360px;
}
.span-400 {
  width: 400px;
}
.span-550 {
  width: 550px;
}
.span-550.no-image {
  width: 535px;
  padding-left: 5px;
}
.span-550.no-image.last {
  width: 535px;
  padding-left: 0;
  padding-right: 5px;
}
.span-680 {
  width: 680px;
}
.span-840 {
  width: 840px;
}
.last {
  margin-right: 0;
}
.button-pdf {
  font-family: 'Edmondsans Regular', Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  padding: 16px 0 12px 0;
  background: none;
  text-decoration: none;
  border-top: 1px solid #553716;
  min-width: 185px;
}
@media only screen and (max-width: 1130px) {
  .button-pdf {
    display: block;
    width: 230px;
  }
}
.button-pdf.last {
  border-bottom: 1px solid #553716;
  margin-bottom: 10px;
}
.button-pdf:hover {
  text-decoration: none;
  color: #ea7f1e;
}
.frame-324 {
  padding: 16px;
  background: transparent url('../img/frame-324.png') left top no-repeat;
  width: 324px;
}
.frame-324 img.frame-image {
  width: 324px;
}
.frame-516 {
  padding: 17px;
  background: transparent url('../img/frame-540.png') left top no-repeat;
  width: 516px;
}
#background {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  min-width: 1280px;
}
.span-550 p {
  padding-left: 5px;
}
.stretch {
  width: 100%;
  /*  min-height: 100%;*/
}
/* 2. TYPOGRAPHY */
@font-face {
  font-family: 'EdwardianEFMedium';
  src: url('/fonts/edwardianef-medium-webfont.eot');
  src: url('/fonts/edwardianef-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/edwardianef-medium-webfont.svg#EdwardianEFMedium') format('svg'), url('/fonts/edwardianef-medium-webfont.woff') format('woff'), url('/fonts/edwardianef-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CallunaRegular';
  src: url('/fonts/calluna-regular-webfont.eot');
  src: url('/fonts/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/calluna-regular-webfont.svg#CallunaRegular') format('svg'), url('/fonts/calluna-regular-webfont.woff') format('woff'), url('/fonts/calluna-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: 'Edmondsans Regular', Georgia, serif;
  color: #553716;
  font-size: 32px;
  margin-bottom: 34px;
  margin-top: 10px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  margin-top: 25px;
  font-weight: normal;
}
p {
  font-family: 'Archer Semibold', Georgia, serif;
  color: #553716;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
.column p,
.column h1,
.column form {
  padding-left: 5px;
  padding-right: 5px;
}
.small {
  font-size: 12px;
}
#nav-wrapper li {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Edmondsans Regular', Georgia, serif;
  list-style: none;
  display: inline;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 13px;
  margin-left: 13px;
  word-spacing: 1px;
}
#nav-wrapper li:last-child {
  margin-right: 0;
}
#nav-wrapper li a {
  text-decoration: none;
  color: #fff;
}
#nav-wrapper .nav-link.active a {
  color: #ea7f1e;
}
#nav-wrapper .highlight {
  color: #9a8a7a;
}
a[href^=tel] {
  color: #553716;
  text-decoration: underline;
}
ul li {
  font-size: 14px;
}
/* 3. GENERAL PAGE STYLES */
.page {
  padding: 60px 0;
  min-height: 360px !important;
  min-width: 1200px;
  overflow: hidden;
}
#controls .next {
  opacity: 0.2;
}
#controls .top {
  opacity: 0.2;
}
.fancybox-skin {
  border-radius: 0;
}
.fancybox .img-expand {
  position: relative;
  bottom: 30px;
  float: right;
  margin-bottom: -30px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: url(../img/submit-bg.png) no-repeat;
  color: #ffffff;
  border: none;
  width: 96px;
  vertical-align: middle;
  height: 36px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: url(../img/submit-bg.png) no-repeat;
  color: #ea7f1e;
}
/* 4. CUSTOM PAGE STYLES */
/* Home Page */
#page-home {
  background: url('../img/home-bg-1.jpg') no-repeat center center fixed #ea7f1e;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home-bg-1.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home-bg-1.jpg', sizingMethod='scale')";
  background-size: cover;
}
#logo {
  margin: 0 auto;
  text-align: center;
}
#page-home-banner {
  margin: 20px auto 0;
  text-align: center;
}
#contact-information {
  position: absolute;
  bottom: 25px;
  left: 10px;
  width: 380px;
}
#contact-information p {
  font-size: 16px;
  cursor: pointer;
}
#location-marker {
  float: left;
  cursor: pointer;
}
/* About Page */
#page-about {
  background: #ece7e2;
}
/* Food Page */
#page-food {
  background: #e1dcd2;
}
#page-food .span-360 {
  margin-bottom: 20px;
}
#food-copy {
  float: left;
  width: 60%;
}
#food-menus {
  width: 32%;
  float: left;
  margin-bottom: 40px;
  margin-left: 40px;
}
/* Functions Page */
#page-functions {
  background: #ece7e2;
}
#page-whatson p.description {
  margin: 30px 10px;
}
#page-whatson a.menu-download {
  display: inline;
  margin-top: 10px;
}
#functions-button {
  margin-top: 40px;
}
/* Gallery */
#page-gallery {
  background: #ECE7E2;
  padding: 0;
}
#page-gallery .content {
  margin-top: 0 !important;
  width: 100%;
}
#page-gallery img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.flexslider {
  border: none !important;
  background: #ECE7E2 !important;
}
/* Searock Bar Page */
#page-searock-bar {
  background: #ece7e2;
}
.searock-bar-image {
  margin-bottom: 20px;
}
#page-searock-bar .small {
  margin-top: 30px;
}
/* Location & Contact Page */
#page-location-contact {
  background: #e1dcd2;
}
#contact-map {
  width: 40%;
  float: left;
  margin-bottom: 40px;
  margin-left: 40px;
}
p#contact-form-title {
  margin-bottom: 0;
  padding: 0;
}
#registerErrors {
  margin-bottom: 10px;
  display: block !important;
}
#contactForm input[type="text"] {
  width: 344px;
  padding: 6px 8px;
  height: 28px;
  margin-bottom: 7px;
  border: none;
  color: #cdc5b6;
  -webkit-appearance: none;
  border-radius: 0;
}
#contactForm textarea {
  width: 344px;
  height: 120px;
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  color: #cdc5b6;
  -webkit-appearance: none;
  border-radius: 0;
}
#contactForm label {
  padding-right: 8px;
}
#contactForm label.last {
  padding-right: 0;
}
#contactForm label.error {
  color: #553716;
  font-size: 14px;
  line-height: 26px;
}
.contactCategory-option {
  display: inline-block;
}
#contactForm .success p {
  padding-left: 0;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* Smartphones (portrait) ----------- */
@media screen and (max-width: 320px) {
  .mobile-show {
    display: inline-block;
  }
  .mobile-hide {
    display: none;
  }
  #background {
    display: none;
  }
  #background .stretch {
    height: 420px;
    width: auto;
  }
  #page-home {
    background: none;
  }
  .flexslider .slides img {
    max-width: auto;
  }
  .flexslider .slides > li {
    overflow: hidden;
  }
  #controls {
    display: none;
  }
  .pictura {
    background-image: none;
    bottom: 20px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 321px) and (max-device-width: 480px) {
  .mobile-show {
    display: inline-block;
  }
  .mobile-hide {
    display: none;
  }
  /* Comment out if want to show background */
  #page-home {
    background: none;
  }
  #page-gallery,
  .page_1,
  .page_1 .content,
  .flexslider {
    height: 500px !important;
  }
  .flexslider .slides img {
    max-width: auto;
  }
  .flexslider .slides > li {
    overflow: hidden;
  }
  #controls {
    display: none;
  }
}
/* iPhone 4 ----------- */
/*
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {


p {
	font-family: Georgia, serif;
	color: #553716;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 26px;
	margin-top: 0;
}


.page_1, .page_1.content, .flexslider {
	height: 480px !important;
}


#controls {
	display: none;
	
}

}

*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #page-home {
    background: url('../img/home-bg-1.jpg') no-repeat center center #ea7f1e;
  }
  #controls {
    display: none;
  }
  .iosfix {
    position: relative;
    background: #000;
  }
}
/* Smaller Screens - Fluid layout */
@media screen and (max-width: 1200px) {
  /*.span-360 {
	width: 100%;
}*/
  .span-550.no-image,
  .span-550.no-image.last {
    width: 52%;
    min-width: 350px;
    text-align: left;
  }
  .span-550 {
    width: 30%;
    min-width: 335px;
  }
  .span-550.last {
    margin-right: 0;
  }
  .span-680.last {
    margin-right: 0;
  }
  .span-680 {
    width: 50% !important;
    min-width: 320px;
  }
  .page {
    width: 100%;
    min-width: 320px;
  }
  .content {
    width: 90%;
    margin: 0 auto;
    min-width: auto;
    padding: 0 20px;
  }
  .frame-324 {
    float: left;
    margin: 10px 0;
  }
  .frame-516 {
    padding: 16px;
    background: transparent url('../img/frame-420.png') left top no-repeat;
    width: 398px;
    margin: 10px 0;
  }
  .frame-516 img.frame-image {
    width: 398px;
  }
  #page-searock-bar .frame-516 {
    padding: 15px 16px;
    background: transparent url('../img/frame-324.png') left top no-repeat;
    width: 100%;
    max-width: 324px;
    margin: 10px 0;
  }
  #page-searock-bar .frame-516 img.frame-image {
    width: 324px;
  }
  .page_1 .content {
    padding: 0;
  }
  #food-menus {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  #food-copy {
    width: 100% !important;
  }
  .span-240 {
    width: 20%;
  }
  .span-840 {
    width: 75% !important;
    min-width: 320px;
  }
  #page-searock-bar .span-550 {
    width: 30%;
    min-width: 360px;
  }
  #page-searock-bar .span-550.no-image {
    width: 50%;
    min-width: 360px;
  }
  #contactForm input[type="text"],
  #contactForm textarea {
    width: 80%;
  }
  #contact-map {
    width: 45% !important;
    margin-left: 0;
  }
  #contact-map iframe {
    width: 100% !important;
    margin-left: 0;
  }
  #page-gift-vouchers .span-550 img {
    width: 400px;
    margin-bottom: 50px;
  }
}
/* Scale down images */
@media screen and (max-width: 1050px) {
  .frame-324,
  .frame-516 {
    padding: 15px 16px;
    background: transparent url('../img/frame-324.png') left top no-repeat;
    width: 100%;
    max-width: 324px;
    margin: 10px 0;
  }
  .frame-324 img.frame-image,
  .frame-516 img.frame-image {
    width: 324px;
  }
}
/* Even Smaller Screens */
@media screen and (max-width: 900px) {
  .page {
    width: 100%;
    padding: 0;
  }
  #logo img {
    width: 60%;
    max-width: 288px;
  }
  #page-home-banner img {
    width: 100%;
    max-width: 360px;
  }
  #contact-information {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
  }
  #contact-information p {
    max-width: 400px;
    margin: 0 auto;
  }
  #location-marker {
    display: none;
  }
  .span-550 p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .span-550.no-image {
    padding-left: 0;
  }
  .content {
    width: 84%;
    margin: 0 auto;
    padding: 0;
  }
  .column {
    width: 100% !important;
    min-width: 200px !important;
  }
  #food-menus {
    width: 100% !important;
  }
  #food-copy {
    width: 100% !important;
  }
  #contact-form-wrapper {
    width: 100% !important;
  }
  #contactForm input[type="text"],
  #contactForm textarea {
    width: 100%;
  }
  #contact-map {
    width: 100% !important;
    margin-left: 0;
    margin-top: 40px;
  }
  #contact-map iframe {
    width: 100%;
  }
  .frame-324,
  .frame-516 {
    padding: 17px;
    background: transparent url('../img/frame-540.png') left top no-repeat;
    width: 100%;
    max-width: 516px;
    margin: 10px 0;
  }
  .frame-324 img.frame-image,
  .frame-516 img.frame-image {
    width: 516px;
  }
  #page-searock-bar .frame-516 {
    padding: 17px;
    background: transparent url('../img/frame-540.png') left top no-repeat;
    width: 100%;
    max-width: 516px;
    margin: 10px 0;
  }
  #page-searock-bar .frame-516 img.frame-image {
    width: 516px;
  }
  #page-searock-bar .span-550 p {
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #page-gift-vouchers .span-550 img {
    width: 100%;
    max-width: 516px;
  }
  #page-food .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    margin-left: 8.4%;
  }
  #page-food .content .column {
    position: relative;
  }
}
@media screen and (max-width: 650px) {
  .frame-324,
  .frame-516 {
    padding: 16px;
    background: transparent url('../img/frame-420.png') left top no-repeat;
    width: 100%;
    max-width: 398px;
    margin: 10px 0;
  }
  .frame-324 img.frame-image,
  .frame-516 img.frame-image {
    width: 398px;
  }
}
@media screen and (max-width: 520px) {
  .frame-324,
  .frame-516 {
    padding: 16px;
    background: transparent url('../img/frame-324.png') left top no-repeat;
    width: 100%;
    max-width: 324px;
    margin: 10px 0;
  }
  .frame-324 img.frame-image,
  .frame-516 img.frame-image {
    width: 324px;
  }
}
@media screen and (max-width: 420px) {
  .frame-324,
  .frame-516,
  #page-searock-bar .frame-516 {
    padding: 12px;
    background: transparent url('../img/frame-270.png') left top no-repeat;
    width: 100%;
    max-width: 245px;
    margin: 10px 0;
  }
  .frame-324 img.frame-image,
  .frame-516 img.frame-image,
  #page-searock-bar .frame-516 img.frame-image {
    width: 245px;
  }
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.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;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  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.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*================================================== */
#nav-wrapper {
  background: #25211d;
  height: 90px;
}
#nav-wrapper #nav {
  display: block;
}
@media only screen and (max-width: 767px) {
  #nav-wrapper #nav {
    display: none;
    padding-top: 90px;
    text-align: center;
    width: 100%;
  }
  #nav-wrapper #nav ul {
    padding-top: 0;
    padding-right: 0;
    background: #332e28;
  }
  #nav-wrapper #nav ul li {
    display: block;
    margin: 0 auto;
  }
  #nav-wrapper #nav ul li a {
    padding: 10px 0;
    display: block;
  }
  #nav-wrapper #nav ul li a:hover {
    background: #25211d;
    color: #ea7f1e;
  }
}
img.logo {
  display: block;
  float: left;
  position: fixed;
  top: 11px;
  left: 30px;
  z-index: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  img.logo {
    width: 50px !important;
    top: 21px;
  }
}
a[href="#pageScroll0"] {
  display: none;
}
@media only screen and (max-width: 767px) {
  a[href="#pageScroll0"] {
    display: block;
  }
}
a[href="#menu_btn"] {
  display: none;
}
@media only screen and (max-width: 849px) {
  a[href="#menu_btn"] {
    position: fixed;
    float: right;
    top: 32px;
    right: 30px;
    z-index: 1;
    display: block;
  }
  a[href="#menu_btn"] img {
    display: block;
    width: 30px;
    height: 24px;
    background-size: 30px 24px;
  }
}
.book-btn {
    font-family: 'Edmondsans Regular', Georgia, serif;
    float: right;
    background: #ea7f1e;
    color: #fff !important;
    padding: 6px 10px 4px;
    position: fixed;
    top: 28px;
    right: 160px;
    z-index:1;
    border-radius: 30px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.book-btn:hover {
  background: #fff;
  color: #333 !important;
}
@media (max-width: 849px) {
    .book-btn {
        right: 80px;
    }
}
.social-icons {
  float: right;
  position: fixed;
  top: 29px;
  right: 30px;
  z-index: 1;
}
.social-icons img {
  margin-left: 6px;
  display: inline-block;
}
@media only screen and (max-width: 849px) {
  .social-icons {
    display: none;
  }
}
#page-gallery .flexslider {
  padding-top: 90px;
}
@media only screen and (max-width: 900px) {
  #page-gallery .flexslider {
    padding-top: 0;
  }
}
#page-gallery .flexslider .slides img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #page-gallery .flexslider .slides img {
    margin-top: 20px !important;
  }
}
#page-gallery .flexslider .flex-direction-nav li a {
  background: url(../img/gallery/arrow_left.png) no-repeat;
  width: 20px;
  height: 34px;
  background-size: 20px 34px;
}
@media only screen and (max-width: 767px) {
  #page-gallery .flexslider .flex-direction-nav li a {
    display: none;
  }
}
#page-gallery .flexslider .flex-direction-nav li a.prev {
  left: 32px;
}
#page-gallery .flexslider .flex-direction-nav li a.next {
  background: url(../img/gallery/arrow_right.png) no-repeat;
  right: 32px;
}
#page-gallery .panels {
  position: absolute;
  bottom: 0px;
  width: 962px;
  left: 50%;
  margin-left: -481px;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .panels {
    width: 768px;
    margin-left: -384px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels {
    width: 320px;
    margin-left: -160px;
  }
}
#page-gallery .panels a {
  position: relative;
  text-decoration: none;
}
#page-gallery .panels a .title {
  text-align: center;
  background: url(../img/panel_bg.png) no-repeat center top;
  width: 320px;
  height: 120px;
  background-size: 320px 120px;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .panels a .title {
    width: 254px;
    height: 95px;
    background-size: 254px 95px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels a .title {
    width: 200px;
    height: 75px;
    background-size: 200px 75px;
  }
}
#page-gallery .panels a .title div {
  width: 100%;
  height: 100%;
  font-family: 'Edmondsans Regular', Georgia, serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .panels a .title div {
    font-size: 24px;
    line-height: 24px;
    padding-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels a .title div {
    font-size: 18px;
    line-height: 20px;
    padding-top: 30px;
  }
}
#page-gallery .panels a .overlay {
  width: 100%;
  height: 100%;
  background: #25211d;
  position: absolute;
  top: 0px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.2s linear;
  display: table;
}
#page-gallery .panels a .overlay div {
  display: table-cell;
  font-family: 'Archer Medium', Georgia, serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels a .overlay div {
    font-size: 14px;
    line-height: 18px;
  }
}
#page-gallery .panels a:hover .overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#page-gallery .panels .panel a {
  display: block;
  float: left;
  overflow: hidden;
  width: 320px;
  height: 120px;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .panels .panel a {
    width: 254px;
    height: 95px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels .panel a {
    float: none;
    width: 200px;
    height: 75px;
    margin: 0 auto;
    margin-top: 2px;
  }
}
#page-gallery .panels .panel a img {
  display: block;
  width: 320px;
  height: 120px;
  background-size: cover;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .panels .panel a img {
    width: 254px;
    height: 95px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels .panel a img {
    width: 200px;
    height: 75px;
  }
}
#page-gallery .panels .panel.two a {
  margin: 0 1px;
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels .panel.two a {
    margin: 2px auto 0 auto;
  }
}
#page-gallery .panels.sub-nav {
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #page-gallery .panels.sub-nav {
    bottom: 70px;
  }
}
#page-gallery .location {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  #page-gallery .location {
    height: 70px;
  }
}
#page-gallery .location .panels p,
#page-gallery .location .panels p strong,
#page-gallery .location .panels p a {
  font-family: 'Archer Semibold', Georgia, serif;
  color: #553716;
  font-size: 16px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 1px;
}
@media only screen and (max-width: 962px) and (min-width: 768px) {
  #page-gallery .location .panels p,
  #page-gallery .location .panels p strong,
  #page-gallery .location .panels p a {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #page-gallery .location .panels p,
  #page-gallery .location .panels p strong,
  #page-gallery .location .panels p a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
#page-gallery .location .panels p strong,
#page-gallery .location .panels p a {
  text-decoration: none;
  font-family: 'Archer Bold', Georgia, serif;
}
#page-gallery .location .panels p a {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  #page-gallery .location .panels p a {
    font-size: 14px;
  }
}
/* What's on Page */
#page-whatson {
  background: #e1dcd2;
}
#page-whatson h1 {
  padding-left: 10px;
  padding-right: 10px;
}
#page-whatson h2 {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Archer Bold', Georgia, serif;
  font-size: 24px;
  line-height: 26px;
  color: #553716;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
#page-whatson .row {
  margin-bottom: 80px;
}
#page-whatson .events,
#page-whatson .events * {
  box-sizing: border-box;
}
#page-whatson .events {
  width: 33%;
  padding-left: 5px;
  padding-right: 70px;
  float: left;
  margin-right: 0;
}
.whats-on-spacer {
    min-height: 5em;
}

@media only screen and (max-width: 1130px) and (min-width: 1051px) {
  #page-whatson .events {
    padding-right: 50px;
  }
  .whats-on-spacer {
      min-height: 5em;
  }

}
@media only screen and (max-width: 1050px) and (min-width: 901px) {
  #page-whatson .events {
    padding-right: 30px;
  }
  .whats-on-spacer {
      min-height: 5em;
  }
}
@media only screen and (max-width: 900px) {
  #page-whatson .events {
    float: none;
    margin-bottom: 80px;
  }
  .whats-on-spacer {
      min-height: 1em;
  }
  
}
#page-whatson .events div {
  background: #7c7c7c;
  width: 220px;
  /*height: 270px;*/
  background-size: cover;
  border: 2px solid #cccccc;
  /*margin-top: 45px;*/
  margin-top: 20px;
  display: inline-block;
}
#page-whatson .events img {
  width: 100%;
  height: auto;
  background-size: cover;
}
#page-whatson .events.last {
  margin-right: 0;
}
/* Gift Vouchers Page */
#page-gift-vouchers {
  background: #ea7f1e;
}
#page-gift-vouchers h1 {
  color: #ffffff;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  #page-gift-vouchers h1 {
    padding-top: 0;
  }
}
/* Location & Contact Page */
#page-location-contact p strong {
  font-family: 'Archer Bold', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
#page-location-contact p span.uppercase {
  text-transform: uppercase;
  font-family: 'Archer Bold', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
#page-location-contact p.locations {
  margin-left: 15px;
}
#page-location-contact p.locations span.uppercase {
  text-transform: capitalize;
}
.span-350 {
  width: 350px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #page-location-contact .span-400 {
    width: 30%;
  }
  #page-location-contact .span-400 #contactForm input[type="text"],
  #page-location-contact .span-400 #contactForm textarea {
    width: 100%;
  }
}
#page-location-contact .column {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #page-location-contact .column {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #page-location-contact .column.last {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #page-location-contact .span-300,
  #page-location-contact .span-350 {
    width: 30%;
  }
}
footer {
  background: #e1dcd2;
  min-height: 60px;
  padding-bottom: 40px;
  margin: 0;
  font-family: 'Archer Semibold', Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #514231;
}
footer p {
  float: left;
  font-family: 'Archer Semibold', Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #514231;
}
@media only screen and (max-width: 767px) {
  footer p {
    float: none;
    text-align: center;
  }
}
footer .pictura {
  background: url(../img/pictura_creative.png) no-repeat;
  height: 44px;
  width: auto;
  background-size: 44px 44px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  text-decoration: none;
  padding-left: 60px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  footer .pictura {
    float: none;
    margin-left: 0px;
  }
}
footer .copyright {
  float: right;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    float: none;
    margin-right: 0px;
    text-align: center;
  }
}
.arrow {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -18px;
}
.arrow a {
  display: inline-block;
}
